@media (max-width:992px) {
.dropdown-animate { animation: none; }
    #dtr-header-global, #dtr-header-global.on-scroll {
        padding: 10px 0;
       
    }
    .timening:after {
       
        position: absolute;
        font-size: 11px;
        color: #777;
        bottom: 0px;
        top: 103px;
        /* left: 0; */
        white-space: nowrap;
        margin-left: 72px;
    }
    .dtr-pt-8, .dtr-py-8 {
        padding-top: 4rem;
    }
.logo-light { display: none; }
.logo-dark { display: block; }
.dropdown-menu { padding: 0; margin: 0; border: 0; border-radius: 0; box-shadow: none; text-align: left; }
.navbar-collapse { margin-top: 10px; text-align: left; }
.dropdown-item { padding: 10px 1rem; }
#dtr-header-global .nav-link { border-top-width: 1px; border-top-style: solid; }
.dropdown-menu a:last-child { padding-bottom: 30px; }
.dtr-menu .show > .dropdown-toggle::after { transform: rotate(-90deg); }
.text-right { text-align: left !important; }
.dtr-rounded-left, .dtr-rounded-right { border-radius: 0; }
/* single page */
.dtr-sidebar { width: 100%; max-width: 100%; }
.dtr-has-right-sidebar, .dtr-has-left-sidebar { display: block;  }
.dtr-has-right-sidebar .dtr-main { padding-right: 0; }
.dtr-has-left-sidebar .dtr-main { padding-left: 0; }
}
@media (min-width:1500px) {
    .hero-section {
        background-repeat: no-repeat !important;
        background-position: left 35% bottom;
        background-size: 23% ;
        background-image: url(../images/banner-1.png);
        position: relative;
    }
}
@media (max-width:1500px) {
    .hero-section {
        background-repeat: no-repeat !important;
        background-position: left 22% bottom !important;
        background-size: 36% !important;
        background-image: url('../images/banner-1.png');
        position: relative;
    }
}

    @media (max-width:576px) {
        

        .dtr-form-head.mainh h4 {
            font-size: 17px;
            text-align: left !important;
        }

        .img2 {
            margin-top: 18px;
        }

        .dtr-pb-8, .dtr-py-8 {
            padding-bottom: 5rem;
        }

        .hero-section {
            background-repeat: no-repeat !important;
            background-position: left 22% bottom;
            background-size: 40% !important;
            background-image: unset;
            position: relative;
        }

        .dtr-accordion .btn.btn-link {
            position: relative;
            width: 100%;
            padding: 8px 40px 10px 20px;
            margin: 0;
            border: 0;
            text-decoration: none;
            text-transform: none;
            text-align: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14px;
            font-weight: 700;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

        .hero-section {
            text-align: center;
        }

        .ml-4, .mx-4 {
            margin-left: 0rem !important;
        }

        .timening:after {
            position: absolute;
            font-size: 11px;
            color: #777;
            bottom: 0px;
            top: 103px;
            /* left: 0; */
            white-space: nowrap;
            margin-left: 72px;
        }

        .dtr-pt-8, .dtr-py-8 {
            padding-top: 4rem;
        }

        .p-5 {
            padding: 0rem !important;
        }

        #dtr-header-global, #dtr-header-global.on-scroll {
            padding: 10px 0 !important;
        }

        li.nav-item :after {
            content: "";
            border-left: 2px solid #1111113d;
            position: relative;
            left: 32px;
            display: none
        }

        .tab-card-header > .nav-tabs > li {
            margin-right: -8px;
        }

        .dtr-pb-7, .dtr-py-7 {
            padding-bottom: 3rem;
        }

        .dtr-pt-7, .dtr-py-7 {
            padding-top: 3rem;
        }

        .innercon {
            margin-bottom: 12px;
        }

        .img-1 {
            margin-bottom: 33px;
        }

        .h1, h1 {
            font-size: 26px;
            line-height: 1.3em;
            margin-top: 13px;
        }

        .h2, h2 {
            font-size: 1.176em;
            line-height: 1.3em;
        }

        .dtr-form-body {
            padding: 21px;
            border-radius: 0 0 10px 10px;
        }

        .dtr-form-head {
            padding: 10px;
            border-radius: 10px 10px 0 0;
        }

        .dtr-sm-mb-30px {
            margin-bottom: 0px;
        }

        .dtr-sm-mb-50px {
            margin-bottom: 50px;
        }

        .dtr-sticky-tabs-nav {
            display: none;
        }

        .text-right {
            text-align: left !important;
        }
    }

    @media (max-width:768px) {
        .dtr-sm-mb-30px {
            margin-bottom: 0px;
        }

        .dtr-sm-mb-50px {
            margin-bottom: 50px;
        }

        .dtr-sticky-tabs .nav-item {
            text-align: center;
        }

            .dtr-sticky-tabs .nav-item:after {
                content: none;
                display: none;
            }

        .text-right {
            text-align: left !important;
        }

        .dtr-rounded-left, .dtr-rounded-right {
            border-radius: 0;
        }

        .dtr-about {
            text-align: center;
        }

            .dtr-about img:first-child {
                margin: 10px 0;
            }

            .dtr-about img:last-child {
                margin: 10px 0;
            }
    }