.header .nav li {
    position: relative;
}
.toogleMenu {
    display: none;
}

ul.dropdown {
    position: absolute;
    left: 14px;
    top: 100%;
    background: #fff;
    width: 300px;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    border-radius: 4px;
    overflow: hidden;
    padding: 10px 0;
}

.header .nav li:hover ul.dropdown{display: block;}
.header .nav ul.dropdown li a:hover:before{display: none;}



.header .nav ul.dropdown li a {
    font-size: 18px;
    position: relative;
    line-height: 22px;
    padding: 10px 27px;
    display: block;
    font-weight: 400;
    color: var(--maryland-blue);
    text-transform:inherit;

}

.header .nav ul.dropdown li a:hover{color:#E75A3F; }




/*........toogle menu .................*/

#nav-icon1 {
    width: 24px;
    height: 22px;
    position: relative;
    margin: 0 0 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 0;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #23397d;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}








#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 8px;
}

#nav-icon1 span:nth-child(3) {
    top:16px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-icon {
    padding: 10px;
    background: none;
    display: inline-block;
    float: right;
    z-index: 4;
    position: relative;
    display: none;
}



.main-nav {
    margin-top: 0;display: flex;
    align-items: center;
}


.white-overlay{display: none;}
.hide-menu-desktop{display: none;}

.fixed-header .hide-menu-desktop{display: inline-block;}

.mobile-section-btn{display: none;}

/*........toogle end .................*/


@media(max-width: 1200px) {
    .navigation-section .logo img{height: 40px; padding: 5px 0;}
    
    

}

@media(max-width: 991px) {
    
    .right-col-header-sections .btn, .right-col-header-sections .btn-secondary{height:50px;     padding: 0 30px 0 30px;}
    
    .closebtn{display: none;}
    
    .navigation-section .logo img.desktop {
        width: 240px;
    }

    .header .nav li a {
        padding: 12px 12px;
    }

    .header .nav li a {
        font-size: 15px;
    }

    .slider-home .owl-item img {
        height: 480px;
        width: auto;
    }

    .banner-slide {
        min-height: 600px;
    }

    .get-started-form {
        padding: 20px;
    }

    .banner-landing-page h1 {
        font-size: 70px;
        margin-bottom: 15px;
        white-space: nowrap;
    }
    
    .banner-landing-page h1.medium{
        white-space: normal;
        font-size:54px; line-height: 60px;
    }


    .banner-slide p.large-text-banner {
        font-size: 60px;
        line-height: 68px;
    }

    .fixed-header .header-container-wrapper.container {
        padding: 0 15px;
    }

    .fixed-header .header .nav li a {
        padding: 16px 8px;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }


    .hide-menu-desktop {
        display: block;
    }


    .white-overlay {
        background: rgba(9, 8, 63, 0.70);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 98;
        display: none;
    }

    body.fixedscroll .white-overlay {
        display: block;
    }

    .header .nav li a {
        padding-left: 0;
        padding-right: 0;
        font-size: 18px;
        font-weight: 500;
        padding: 20px;
    }

    .main-nav {
        margin: 0;
        display: block;
        position: fixed;
        right: 0;
        top: 120px;
        height: auto;
        background: #fff;
        width: 325px;
        z-index: 99;
        transform: translateX(325px);
        transition: all .5s ease;
        right: 0;
    }

    .fixed-header .main-nav {
        top: 64px;
    }

    body.fixedscroll .main-nav {
        transform: translateX(0);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    }

    .menu-icon {
        display: block;
        z-index: 999;

    }

    .full-navigation .center-nav {
        flex-wrap: wrap;
        justify-content: center;
        overflow-y: auto;
    }

    .full-navigation .center-nav .inner {
        padding: 20px 0;
    }

    .toogleMenu {
        display: block;
    }

    .header .nav li:hover ul.dropdown {
        display: none;
    }


    .toogleMenu {
        display: flex;
        position: absolute;
        right: 0;
        top: 7px;
        width: 50px;
        height: 48px;
        justify-content: flex-end;
        align-items: center;
        z-index: 4;
    }

    .toogleMenu i {
        transition: all .5s ease;
        font-size:16px;
    }

    .toogleMenu.open i {
        transform: rotate(180deg)
    }

    ul.dropdown {
        width: auto;
        position: static;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding-bottom: 10px;
        margin-left: 20px;
        padding-top: 0;

    }

    .header .nav ul.dropdown li:last-child {
        border-bottom: 0;
    }

    .header .nav ul.dropdown li a {
        color: #fff;
    }

    .header ul.nav {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 0;
        padding: 0 20px;
    }

    .header .nav ul.dropdown li a {
        padding-left: 0;
    }

    .header .nav li a i {
        display: none;
    }

    .toogleMenu img {
        transform: rotate(-90deg);
        transition: all .5s ease;
    }


    .toogleMenu.open img {
        transform: rotate(0deg);
    }

    .header .nav ul.dropdown li {
        border-bottom: 1px solid #EDEDED;
        width: 100%;
    }

    .header .nav li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
    }

    .header .nav li:last-child {
        border: 0;
    }

    .header .nav ul.dropdown li a {
       color: var(--maryland-blue);
        text-transform: none;
        font-weight: 400;
    }
    
    

    .right-col-header-sections .phone-number {
        margin-right: 0;
    }

    .container.header-container-wrapper {
        padding-right: 0 !important;
    }

    .navigation-section {
        position: relative;
    }

    .menu-icon {
        width:46px;
        padding-right: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
    }

    .header .nav li.active a {
        color: var(--maryland-red);
        font-weight: 500;
    }

    .top-header-section .container {
        padding: 0 30px;
    }

    .container.header-container-wrapper {
        padding-left: 30px !important;
    }

    .right-col-header-sections {
        display: flex;
    }

    .become-modani-wrapper .container{padding: 0 40px!important;}
    .become-modani-banner .flex-col .text-section{padding-right: 30px; padding-top: 30px;padding-bottom: 30px;}
    .become-modani-banner .flex-col .image-panel{min-width: 250px;}
    
    .sidebar-menu-header {
    display: block;
}
    
    

    
}










@media(max-width: 767px) {
    
    body.fixedscroll .main-nav{box-shadow: none;}
    
    .navigation-section .logo img{padding: 0;}
    
    .right-col-header-sections .btn, .right-col-header-sections .btn-secondary{display: none;}
        .header .nav li a {
        padding: 20px 12px;
    }
    .mobile-section-btn{display: block;}
    
    

 .fixed-header .container.header-container-wrapper {
        padding-left: 16px;
    }

    .button-section-sticky {
        margin-left: 0;
        padding-left: 80px;
        border: 0;
    }

    .button-section-sticky .btn-banner-form.orange {
        margin-bottom: 0;
    }

    .button-section-sticky a.btn-banner-form {
        padding: 5px 14px;
    }

    .button-section-sticky a.btn-banner-form p,
    .button-section-sticky a.btn-banner-form span {
        font-size: 14px;
    }

    .fixed-header img.stickys {
        height: 24px;
    }

    .menu-icon {
        padding-top: 0;
        padding-bottom: 0;
    }

    .button-section-sticky a.btn-banner-form {
        padding: 5px 8px;
        height: 24px;

    }

    #nav-icon1 span:nth-child(2) {
        top: 6px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 12px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 7px;

    }

    #nav-icon1.open span:nth-child(3) {
        top: 7px;
    }

    #nav-icon1 {
        width: 20px;
        height: 16px;
    }

    .menu-icon {
        width: 24px;
        position: absolute;
        right: 20px;
        top: 22px;
    }
    
    .right-col-header-sections .button-section{display: none;}

    .main-nav {
        
        z-index: 99999;
        height: 100%;

    }

    .fixed-header .main-nav {
        top: 0;
    }
    .header .nav li{border: 0;}
    .header ul.nav{max-width: 100%; text-align: center; padding-top: 20px;}
    .header .nav li a{text-align: center; font-size: 18px; font-weight: 500;}

    .main-nav {
        right: inherit;
        left: 0;
        transform: translateX(0);
        width: 100%;
        overflow-y: auto;
        z-index: 99;
        transform: translateY(-100%)

    }

    .sidebar-menu-header {
        display: flex;
    }

    .mobile-menu-contact-info {
        margin-left: 30px;
        margin-top: 10px;
    }

    .mobile-menu-contact-info .button-section-form {
        display: none;
    }
    
    .mobile-menu-contact-info {
        display: block;
        margin-top: 30px;
    }
    
    .mobile-section-btn .button-section{display:flex; justify-content: center; margin-top: 40px; grid-column-gap: 15px; flex-wrap: wrap;
    grid-row-gap: 20px;}
    .mobile-section-btn .button-section .btn, .mobile-section-btn .button-section .btn-secondary{width:auto; padding-left: 30px;
    padding-right: 30px; }
    
    .mobile-section-btn ul.social-links{display: flex; justify-content: center; margin-top: 50px;}
    
     .header .container{
    padding: 0;
    }
    .header{box-shadow: none;}
    .header .header-top {padding: 8px 20px; position: relative; z-index: 999;} 
    .header-contact-info-section{padding: 0 20px; position: relative; z-index: 999; box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1;);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1); background: #fff;
    width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    }
    
    .main-nav{top:60px;}
    
   

}

@media(max-width: 575px) {

    .header-top ul.social-links{display: none;}
    .header-top .right-col{width:100%;}
    ul.header-right-link li {padding-left: 0;}
    ul.header-right-link{justify-content: space-between;}
    
    .navigation-section .logo img {height: 40px;}
    .menu-icon {
        top: 19px;
    }
    
    p.sub-heading br{display: none;}
    
    .banner h1{font-size:32px; line-height: 40px;}
    .banner h1 br{display: none;}
    
}


@media(max-width: 480px) {
.main-nav {
    top: 50px;
  }
    .mobile-section-btn .button-section .btn, .mobile-section-btn .button-section .btn-secondary {
        width: 85%; box-sizing: border-box; padding-left:0; padding-right: 0; text-align: center; justify-content: center;
    }
    .navigation-section .logo img {height: 34px;}

}


