

.header .header-link ul.nav ul.submenus a {
    padding: 6px 0px 6px 0px!important;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  font-family: Helvetica,arial,sans-serif;
    font-size: 12px;;
}
.header .header-link ul.nav ul.submenus li {
    display: block;
}

.header .header-link ul.nav ul.submenus {
    position: absolute;
    background: #fff;
     display: none; 
    min-width: 179px;
    border: 1px solid #cccccc;
    z-index: 1;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    top: 53px;
    left: 0px;
    padding-left: 25px;
    padding-top: 10px;
}

.header-link ul.nav li {
    position: relative;
}
.header-link ul.nav li:hover ul.submenus {
    display: block;
}

.bfu-right-link ul li.search-img img {
    max-width: 15px;
    
}
.header-right-link{
    justify-content: center;
}
.header-link >ul.nav >li:first-child a{
    padding: 20px 16px;
}
.header-link ul.nav li a{
    padding: 20px 16px;

}
.header .span_2{
    width: 19%;
}
.header .span_8{
    width: 62%;
}
.bfu-right-link ul{
    display: flex; 
    align-items: end;
    justify-content: end;
}
.header .row{
    display: flex;
    align-items: center;
}
.top-logo{
    padding-top: 0px;
}   
.bfu-right-link ul li ul {
    display: none;
    position: absolute;
}
.bfu-right-link ul li:hover ul{
    display: block;

}
.header .header-link ul.nav ul.submenus{
    border: none;
    padding-bottom: 15px;
    padding-top: 15px;
}
.header .header-link ul.nav ul.submenus a{
    color: #2d3f5d;
    font-size: 12px !important;
    text-transform: uppercase;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}
.bfu-right-link ul li.search-img img{
    vertical-align: revert;
}
.header-link ul.nav >li:last-child:after {
    content: "›";
    position: absolute;
    transform: rotate(90deg);
    font-size: 23px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #2d3f5d;
    right: -4px;
    top: 14px;
}
.bfu-right-link ul li:first-child {
    padding-left: 0px;
}
.bfu-right-link ul li{
    padding-left: 20px;
}
.bfu-right-link ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    padding-top: 30px;
    width: 120px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-left: -10px;
}
.serch-cross{
    top: 52px;
}
.search-open ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 10%;
}
.search-open li {
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding: 15px 20px;
    margin-right: 8px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #fff;
    cursor: pointer;
    background: #eee;
    color: #2d3f5d;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;


}
.searchOpen .search-open{
    padding-top:40px;
}
.search-open h2{
    font-size: 24px;
    line-height: 54px;
    color: #203555;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    border: none;
}

.search-open-list{
    border: 1px solid #eee;
    margin-top: -1px;
    padding-top: 20px;
}
.search-input{
    max-width: 600px;
    margin: auto;
}

.search-input-div .search-input input{
    border-radius: 19px;
    box-shadow: none;
    outline: none;
    border: 1px solid #d5d5d5;
    padding: 13px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: -20px;
    width: 344px;
    height: 44px;
    background: transparent;
}
.search-input-div .search-input button{
    font-family: 'DINPro-Bold';
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background: #223554;
    border: 1px solid #223554;
    padding: 13px 35px;
    border-radius: 20px;
    height: 44px;
    width: auto;
    letter-spacing: 2px;;
}
.search-input-div{
    padding-top: 40px;
}
li.activesearch {
    border-bottom: 1px solid #fff;
    background:#fff;
    z-index: 1;
}

.searchOpen .search-open {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}








@media only screen and (max-width:756px){



.header .span_8 {
    width: 0%;
}
.header .span_2 {
    width: 47%;
}


.header .col.span_2:first-child {
    width: 33%;
    margin-left: 60px;
}
#nav-icon3 span{
    background: #223554;
}
.mobileMenu{
    background: #eee;
}
.header-link >ul.nav >li:first-child a {
    background: none;
    width: 100%;
} 
.top-logo {
    padding-top: 8px;
}
.header-link ul.nav >li:last-child:after{
    content:none
}
.header-link ul.nav ul.submenus {
    padding-left: 15px;
}
.header-link >ul.nav >li:first-child a {
    margin: 0;
    padding: 8px 15px;
}
.header-link ul.nav li a {
    padding: 10px 15px;
}
.search-open ul {
    align-items: center;
    justify-content: center;
    padding-left: 0px !important;
}
.search-open li {
    font-size: 11px!important;
}
.search-input-div {
    padding-top: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.search-input-div .search-input {
    max-width: 100%;
}
.search-input-div .search-input input {
    width: 100%;
    border-bottom-right-radius: 19px;
    border-top-right-radius: 19px;
    margin-bottom: 15px;
}
.search-input-div .search-input button{
    width: 50%;
}
.search-input-div .search-input input {
    width: 100% !important;
    margin-right: 0;
}
.search-input-div .search-input input {
    max-width: 85%;
}

}

