header{
  padding-top:26px;
  padding-bottom:26px;
}
header .header__wrapper, .container-wrap {
  max-width: 1286px !important;
  width: 100%;
  padding:0px 20px !important;
  margin: 0 auto;
  box-sizing:border-box
}
header .header__row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .no-nav{
  position:relative;
  max-width:866px;
  width:100%;
}
header .site-header__logo img {
  width: 161px !important;
}
header .cta-box-main a {
  background: #d65f00;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all .2s ease;
  text-decoration: none !important;
}
header .cta-box-main a:hover{
  background: #007297;
  color: #fff !important;
}

@media (min-width:931px){
  header .horizental_line{
    background-color: #898a8d;
    bottom: -35px;
    content: "";
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    width: calc(100% - 15px);
  }
}
.header-container-main .link-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 2px solid #898a8d;
  padding-bottom: 40px;
}
.header-container-main .ct-link-box{
  margin-right: 40px;
  color: #003057;
}
.header-container-main .ct-link-box a{
  color: #003057;
  text-decoration:none !important
}.header-container-main .ct-link-box span{
  font-weight: 400;
}
.header-container-main .cta-box-main{
  margin: 0px!important;
  display:flex;
}
}
@media screen and (max-width: 600px) {
  .header-container-main .link-group {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 12px;
    align-content: flex-end;
  }
  .header-container-main .link-group .ct-link-box {
    margin: 0;
  }
  header .cta-box-main a {
    padding: 10px 15px;
  }
}