



.h-max-w {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}




 #header1 {
  color: #333333;
  font-size: 14px;
  line-height: 1.3;
}

.slogan { 

font-style: italic;
}

 #header1 p {
  margin: 0 0 6px;
}

 #header1 a {
  text-decoration: none;
  color: inherit;
}

 #header1 a:hover {
  text-decoration: underline;
}

 #header1 *:focus {
  outline: none;
}

 #header1 .col-left,
 #header1 .col-right {
  /*padding-top: 15px;*/
 /* padding-bottom: 15px;*/
}

 #header1 .col-left {
  float: left;
}

 #header1 .col-right {
  float: right;
}

 #header1 .col-right-in {
  float: right;
  /*display: table;*/
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}

 #header1 .col-right-in .col {
 /* display: table-cell;*/
 /* vertical-align: middle;*/
}

 #header1 .col {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
 /* width: 33.3%;*/
 flex: 1 0 auto;
}

 #header1 .col:first-child {
  padding-left: 0;
}

 #header1 .col-in {
  position: relative;
}

 #header1 .col-in p:last-child {
  margin-bottom: 0;
}


#header1 .col-right-in .col:first-child {
 /*padding-right: 100px;*/
 margin-right: 30px;
}



#header1 .col-phone {
	padding-left: 15px;
	
}

#header1 .col-phone-text{
	text-align: center;
}

#header1 .no-button {
	
	padding-bottom: 55px;
}


 #header1 .heder-logo img {
  max-width: 100%;
  height: auto;
}

#header1 .sdt-name {
	padding-left: 0px;

}


#header1 .sdt-name h4 {
	font-weight: bold;

}

#header1 .sdt-name h4 {
	
	color: #0f2d83;
	font-size: 20px;
}

#header1 .sdt-logo {
	text-align: center;
	
}

#header1 .heder-logo {
	display:flex;
/*text-align: center;*/
/*padding-top: 17px;*/
}

#header1 .heder-logo > h4 {
    color: #0f2d83;
    /*font-family: "futura_ltbook",sans-serif;*/
    font-size: 20px;
    /*margin-bottom: 34px;
    text-transform: inherit;*/
}


 #header1 .col-icon {
  font-size: 22px;
  width: 20px;
  position: absolute;
  /*top: -1px;*/
  color: #0f2d83;
  left: 0;
  text-align: center;
  display: none;
}

 #header1 .phone {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
}


.col-right-in .client-button{
	display:flex;
	padding:8px 20px;
	align-items:center;
	border-radius:24px;
	gap:4px;
	flex-wrap:nowrap;
	white-space:nowrap;
	font-size:12px;
	font-style:normal;
	/*font-weight:600;*/
	line-height:16px;
	background: #0f2d83;
	color:#fff;
	box-shadow: none;
	
}
.col-right-in .client-button img{height:16px;width:16px}

.col-right-in .client-button:hover{
	/*background:#004161;*/
	background: #0f2d83;
	 opacity: 0.7;
	}





@media screen and (min-width: 768px) {
   #header1 .row {
   /* min-height: 110px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 992px) {
  /* #header1 .col-right-in {
    width: 100%;
  }*/
   #header1 .col-in {
    padding-left: 10px;
  }
   #header1 .col-address {
    width: 40%;
  }
   #header1 .col-icon {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
   /*#header1 .col {
    padding-left: 80px;
  }*/
 /*  #header1 .col-in {
    padding-left: 35px;
  }*/
}

@media screen and (min-width: 768px) {
  .m_fixed_menu.s_menubar_underline .menubar .menu > li.active:before {
    bottom: 0;
  }
  .m_fixed_menu.s_menubar_underline .menubar .menu > li.hover > .submenu {
    top: 52px;
  }
}


#header1 i.fa {
	font-size: 15px;
	transform: rotate(90deg);
 
}


/**** hed_new_mob ****/



.navbar-mobile .col-right-in {
  /*float: right;*/
  /*display: table;*/
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}


 .navbar-mobile .col {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
 /* width: 33.3%;*/
 flex: 1 0 auto;
}

 .navbar-mobile .col:first-child {
  padding-left: 0;
}

 .navbar-mobile .col-in {
  position: relative;
}

 .navbar-mobile .col-in p:last-child {
  margin-bottom: 0;
}


.navbar-mobile .col-right-in .col:first-child {
 /*padding-right: 100px;*/
 margin-right: 30px;
}



.navbar-mobile .col-phone {
	padding-left: 15px;
	
}

.navbar-mobile .col-phone-text{
	text-align: center;
	margin-bottom: 0px;
}

.navbar-mobile .no-button {
	
	padding-bottom: 55px;
}


 .navbar-mobile .col-icon {
  font-size: 15px;
  width: 10px;
  position: absolute;
  top: 27px;
  color: #0f2d83;
  left: 0;
  text-align: center;
 /* display: none;*/
}

 .navbar-mobile .phone {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
}


.col-right-in .client-button{
	display:flex;
	padding:8px 20px;
	align-items:center;
	border-radius:24px;
	gap:4px;
	flex-wrap:nowrap;
	white-space:nowrap;
	font-size:17px;
	font-style:normal;
	/*font-weight:600;*/
	line-height:16px;
	/*background: #0f2d83;*/
	background:#1b69cf;
	color:#fff;
	box-shadow: none;
	
}

.btn-dark {
 
    border-color: #1b69cf;
}

.navbar-mobile i.fa {
	/*font-size: 15px;*/
	transform: rotate(90deg);
 
}



@media screen and (max-width: 570px) {
  
.navbar-mobile .col-right-in {
 padding-right: 25px;
 flex-direction: column;
 align-items: normal;
 /*flex-wrap: wrap;*/
  }  

.navbar-mobile .col {
    padding: 0px;
  }

.navbar-mobile .col-phone-text {
    text-align: justify;
  }
  
  .navbar-mobile .col-right-in .col:first-child {
    margin-right: 0px;
  }


  .navbar-mobile .phone {
  font-weight: normal;
 
 }
 
 .navbar-mobile .col-phone-text {
    margin-bottom: 0px;
 }

.navbar-mobile .col-right-in {
	font-size: 15px;

}









