
/* Header New */
.container1{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.navbar {
    padding: 10px;
}
header{
    padding: 10px 0;
}
.navbar-nav {
   gap: 0 10px;
   padding-left: 20px;
   align-items: center;
}
.navbar-nav .nav-item{
   font-size: 15px;
   line-height: 26px;
   font-weight: 600;
   color: #303636!important;
}

.navbar-nav .nav-item i {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 700;
}
.navbar-nav .nav-link{
   color: #303636!important;
   display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    justify-content: space-between;
}
.navbar-nav .nav-item:hover{
   color: #009EAB!important;
   transition: all 0.5s ease;

}
.navbar-nav .nav-link:hover{
   color: #009EAB!important;
   transition: all 0.5s ease;

}
.navbar-nav .phone-no{
   padding-left: 25px!important;
}

.navbar-nav .phone-no i{
   font-size: 20px;
   color: #009EAB;
   padding-right: 10px;
}
.navbar-nav .enquiry-on{
   font-size: 14px;
   line-height: 21px;
   background: #009EAB;
   padding: 14px 20px!important;
   border-radius: 5px;
   color: #fff!important;
   border: 1px solid #009EAB;
   cursor: pointer;
}
.navbar-nav .enquiry-on:hover{
   background: #fff;
   color: #009EAB;
   transition: all 0.5s ease;
}
.iti__selected-flag {
    height: inherit;
    padding: 8px 6px 8px 6px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 13px;
}
.iti__country-list {
    width: 245px;
    z-index: 99999;
}
.banner-right-sec .iti__country-list{
    width: 214px;
} 
.iti-mobile .iti--container{
    z-index: 9999;  
}
/* .iti--fullscreen-popup.iti--container{    z-index: 9999; } 
.iti--flexible-dropdown-width .iti__country-list{    width: 100%; } */

.dropdown-toggle::after{
    display: none;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
.navbar-nav .nav-item .dropdown-menu{
    width: 220px;
    min-width: 100%;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: .25rem;
    border: none;
}

.navbar-nav .nav-item .dropdown-item {
    display: block;
    width: 100%;
    padding: .50rem 1rem;
    clear: both;
    font-size: 13px;
   line-height: 23px;
   font-weight: 600;
   color: #303636!important;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
   
}
.navbar-nav .nav-item .dropdown-menu li{
    border-bottom: 1px solid #009eab2e;
    /* border-bottom: 1px solid #009eab2e; */
}
.navbar-nav .nav-item .dropdown-menu li:last-child{
    border-bottom: none;
}
.navbar-nav .nav-item .dropdown-item:focus{
    color: #009EAB!important;
    transition: all 0.5s ease;
    background: none;
}
.navbar-nav .nav-item .dropdown-item:hover {
    color: #009EAB!important;
    background: none;
    transition: all 0.5s ease;
}
.navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
}
@media screen and (max-width:1399px){
    header .menu ul {
        gap: 0 30px;
        padding-left: 30px;
    }
    header .menu ul li.phone-no {
        padding-left: 0px;
    }
    header .menu ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .navbar-nav {
        gap: 0 11px;
        padding-left: 12px;
    }
    .navbar-nav .phone-no {
        padding-left: 0px !important;
    }
    .navbar-nav .enquiry-on {
        padding: 10px 20px !important;
    }
    .navbar img {
        height: 40px;
    }
    .banner-right-sec .iti__country-list{
        width: 214px;
    } 
    
}
@media screen and (max-width:1199px){
    header .menu ul {
        gap: 0 15px;
        padding-left: 15px;
    }
    header .menu ul li.enquiry-on a {
        font-size: 13px;
        padding: 10px 20px;
    }
    .header-content{
        justify-content: space-around;
    }
    header .menu ul li.phone-no i {
        padding-right: 5px;
        font-size: 18px;
    }
    .navbar-nav {
        gap: 0 5px;
        padding-left: 0px;
    }
    .navbar-nav .nav-item {
        font-size: 14px;
        line-height: 24px;
    }
    .navbar img {
        height: 30px;
    }
    .navbar-nav .phone-no i {
        font-size: 18px;
        color: #009EAB;
        padding-right: 5px;
    }
}
@media screen and (max-width:991px){

    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler {
        border: 2px solid #009EAB;
        padding: 5px 8px;
    }
    header .navbar-collapse {
        position: absolute;
        top: 70px;
        z-index: 2;
        background: #fff;
        /* background: #005865; */
        width: 100%;
        left: 0;
    }
    .navbar-nav .nav-item {
        font-size: 14px;
        line-height: 22px;
        border-bottom: 1px solid #009eab2e;
        padding: 15px 0;
    }
    .navbar-nav {
        padding: 10px 20px 25px;
        border-bottom: 3px solid #fff;
        align-items: normal;
    }
    .navbar-nav .nav-item{
        color: #555555!important;
    }
    .navbar-nav .phone-no i {
        font-size: 18px;
        padding-right: 8px;
        color: #009EAB;
    }
    .navbar-nav .phone-no {
    justify-content: flex-start;
    }
    .navbar-nav .enquiry-on {
        background: #009EAB!important;
        text-align: center;
        color: #fff!important;
    }
    .navbar-nav .enquiry-on {
        justify-content: center;
    }
}
@media screen and (max-width:575px){
    .navbar-brand img{
        height: 40px;
        object-fit: cover;
    }
    .navbar-toggler {
        padding: 3px 6px;
    }
    .iti__country-list {
        width: 188px;
        max-height: 420px;
    }
}
@media screen and (max-width:399px){
    .iti__country-list {
        width: 169px;
    }
}