

@media screen and (min-width: 1366px) {
    .container{max-width: 1330px;}
    .singleSlider .item img {
        height: calc(100vh - 60px);
        margin: 0 auto;
        object-fit: contain;
    }
}
@media screen and (max-width: 1365px) and (min-width: 992px) {

    .bannerContent h1{
        font-size: 48px;
    }

    .sectionHeading h2 {
        font-size: 36px;
    }
    .imgList img {
        max-width: 80%;
    }
    .sm-ico {
        max-width: 70px !important;
    }

    .greyBx {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px){
    body{padding-top: 0px; overflow-x: hidden;}
    section{
        overflow: hidden;
    }
    .mobile{display: block  !important;}
    .desktop{display: none !important;}
    .mainHeader .container {
        padding: 0;
        margin-top: 20px;
    }
    .navbar-toggler i {
        color: #ffffff;
        font-size: 28px;
    }
    .navbar-brand img {
        height: 55px;
        width: auto;
    }
    nav#mainNav .nav-item > a {
        padding: 10px 0;
        display: flex;
        color: #ffffff ;
    }
    
   nav#mainNav .nav-item{
    padding: 0;
    color: #fff !important;
    position: static;
    border-bottom: dashed 1px #c3c3c33d;
   }
   nav#mainNav{
    padding: 5px 15px;
    /* background: #ffffff !important; */
   }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 320px;
        left: -0px;
        background: #184444;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
        z-index: 999;
    }
    .cross-toggler {
        background: #fff;
        border: none;
        color: #000;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    ul.navbar-nav.ml-auto {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    div#navbarSupportedContent.active{
        left: 320px;
        transition: all 400ms ease;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }
    .overLay.active {
        display: block;
    }
    .dropmenuToggle{
        padding: 10px;
        background: #fff;
        color: #000;
        top: 5px;
        cursor: pointer;
    }
    .dropmenuWrp{
        height: 100vh;
        z-index: 999999;
        display: block !important;
        top: 0;
        transform: translateX(-410px);
        transition: all 500ms ease;
        background: #000;
    }
    .dropmenuWrp li a{
        color: #fff;
    }
    .dropmenu:hover .dropmenuWrp{
        display: none;
    }
    .dropmenu.active .dropmenuWrp{
        display: block;
        box-shadow: 0px 0px 5px #0000002e;
    }
    .dropmenu > ul.active {
        transform: translateX(0px) !important;
        transition: all 500ms ease;
        max-height: 100vh;
        overflow-x: auto;
        /* display: block !important; */
        width: 100%;
        padding: 10px;
    }
    li.dropmenu.nav-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .backBtn {
        background: #D8353A;
        padding: 10px;
        color: #fff;
        display: flex !important;
        gap: 10px;
        align-items: center;
        border-radius: 0px;
    }
   
    .bannerContent h1 {
        font-size: 44px;
    }
    .bannerContent h3 {margin: 20px 0 !important;font-size: 15px !important;}
    .sectionHeading h2 {
        font-size: 32px;
    }
    .sectionHeading h3 {
        font-size: 14px;
    }

    .sectionHeading p {
        font-size: 16px;
    }
    .financeSec .sectionHeading h2 {
        font-size: 36px;
    }
    .aboutWrp {
        flex-wrap: wrap;
    }

    .aboutContent {
        max-width: 100%;
    }
    .footerLinks {
        margin-bottom: 30px;
    }
    .footerLinks ul li a {
        font-size: 13px;
    }

    .footerLinks ul li {
        margin: 0 0 5px;
    }

    .footerLinks h3 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .thumbImg{
        margin: 30px 0;
    }
    .imgList img {
        max-width: 80%;
    }
    .sm-ico {
        max-width: 70px !important;
    }

    .greyBx {
        padding: 20px;
    }
    .aboutImg,.aboutImg img {width: 100%;}
}
@media only screen and (max-width: 767px){
    section.banner {
        padding: 10px 0 30px;
        background-position: top center;
    }
   
   .footerLink{
        margin-top: 30px;
   }
   
    .copyright{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .copyright span{
        display: block;
        width: 100%;
        text-align: center;
    }
   
    .footerLogo{
        margin-bottom: 30px;
        text-align: center;
    }
    .map-card {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 460px){


}