#header {
  background: #fff !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  height: 110px;
}

#header .top_header {
  background: none !important;
  padding-right: 380px;
  height: 110px;
}

#header .navbar {
  float: right;
  margin: 8px 42px 0 0;
}

#header .main_logo {
  float: left;
  margin-top: 13px;
}

#header .navbar {
  float: right;
  margin: -18px 42px 0 0;
  height: auto;
}

#header .navbar .navbar-nav>li {
  margin-left: 29px;
  border: 0;
  padding-bottom: 4px;
  padding-top: 25px;
  position: relative;
}

#header .navbar .navbar-nav>li.open>a, #header .navbar .navbar-nav>li>a:hover {
  color: #ff0000 !important;
}

#header .navbar .navbar-nav>li::before {
  position: absolute;
  height: 4px;
  background: #ff0000;
  top: 0;
  right: 9px;
  left: 9px;
  content: "";
  display: none;
}

#header .navbar .navbar-nav>li:hover::before {
  display: block;
}

#header .dropdown-menu li {
  border: 0;
}

#header .nav>li>a .fa {
  vertical-align: middle;
  font-size: 22px;
  margin-left: 5px;
}

#header .dropdown-menu {
  background: #fff !important;
  border: 0;
  left: -19px;
  border-radius: 8px !important;
  padding: 28px 0 !important;
  padding: 30px 0 !important;
  min-width: 272px;
  box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.3);
}

#header .dropdown-menu:after {
  top: 3px;
  left: 27%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 9px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate( 135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, .05);
}

#header .navbar .navbar-nav>li:first-child {
  margin-left: 0;
}

#header .nav>li>a {
  color: #323232;
}

#header .dropdown-menu li a {
  padding: 8px 30px;
  color: #323232 !important;
  background-color: transparent !important;
}

#header .dropdown-menu li a:hover {
  color: #ff0000 !important;
  background-color: #f5f5f5 !important;
}

#header .block_3 {
  border: 0;
  right: 26px;
  top: 21px;
  width: 90px;
}

#header .block_1 img {
  margin: 0 0 0 auto;
}

#header .block_1 {
  border-left: solid 1px #dcdcdc;
  padding-left: 35px;
  right: 240px;
  top: 43px;
}

#header .block_1 span.num {
  font-family: 'Replica Std Regular';
  font-weight: 400;
  font-size: 17px;
}

.form_wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.form_wrapper .form_table {
  background: #fff !important;
}

.form_wrapper .form_table * {
  box-sizing: border-box;
}

.form_wrapper .q:not(.full_width) {
  padding: 0 28px !important;
  margin: 0 0 10px !important;
}

.form_wrapper .q .text_field {
  margin: 0;
  height: 36px;
  padding: 10px;
}

.form_wrapper .q .top_question {
  font-size: 15px;
  left: 40px;
}

.form_wrapper .q .comments {
  height: 74px;
}

.form_wrapper .form_table label {
  font-size: 15px;
}

.form_wrapper .segment_header {
  background: #FF0000
}

.form_wrapper #q15.q {
  padding-top: 4px !important;
  margin-bottom: 5px !important;
}

.form_wrapper #q15.q+.q {
  margin-bottom: 5px !important;
}

.form_wrapper .g-recaptcha {
  margin-top: 5px;
}

.form_wrapper .segment_header:after {
  border-top-color: #FF0000;
}

.form_wrapper .segment_header h1 {
  padding: 14px 1em !important;
}

.form_wrapper .full_width_space {
  font-size: 15px;
  margin: 18px 26px 16px 28px;
}

.form_wrapper .outside_container .submit_button, .form_wrapper .outside_container .submit_button_small {
  background: #006EFF;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Replica Std Bold';
}

.form_wrapper .outside_container .submit_button:hover, .form_wrapper .outside_container .submit_button_small:hover {
  background: #0042ff;
}

.form_wrapper .outside_container {
  clear: both;
  min-height: auto;
  padding: 0px 28px 0;
}

.form_wrapper #q15.q .multiple_choice {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.form_wrapper #q15.q .multiple_choice+label {
  padding-left: 25px;
  line-height: 24px;
  position: relative;
  display: block;
  pointer-events: unset;
  cursor: pointer;
}

.form_wrapper #q15.q .multiple_choice+label::before {
  width: 19px;
  height: 19px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #dfdfdf;
}

.form_wrapper #q15.q .multiple_choice+label::after {
  content: '';
  display: none;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #323232;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_wrapper #q15.q .inline_grid td {
  padding: 0 0 2px 0;
}

.form_wrapper #q15.q .multiple_choice:checked+label::after {
  display: block;
}

#footer a {
  transition: all .3s;
}

#footer #c1 li ul li a:hover, #footer #c2 li ul li a:hover {
  color: #fff;
}

#footer #c3 .f_phone a:hover, #footer #c1 li a:hover, #footer #c2 li a:hover {
  color: #ff0000;
}

#footer #c3 .f_sf_partner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

#footer #c3 .f_sf_partner img {
  margin-right: 35px;
}

#footer #c3 .f_sf_partner img:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  #header .top_header {
    padding: 0;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 25px;
    max-width: 60px;
  }
  #footer #c3 .f_sf_partner {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .form_wrapper .full_width_space {
    margin: 18px 15px 16px;
  }
  .form_wrapper .q:not(.full_width) {
    padding: 0 15px !important;
  }
  .form_wrapper .outside_container {
    padding: 0px 15px 0;
  }
}

@media (max-width: 639px) {
  #header {
    height: 62px;
  }
  #header .top_header {
    height: 62px;
  }
  #header .main_logo {
    margin-top: 7px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  #header {
    height: 75px;
  }
  #header .top_header {
    height: 75px;
  }
  #header .main_logo {
    margin-top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: 92px;
  }
  #header .top_header {
    height: 92px;
  }
  #header .block_3 {
    top: 12px;
  }
  #header .block_1 {
    right: 225px;
    top: 32px;
    border: 0;
  }
  #header .main_logo {
    margin-top: 11px;
  }
  #footer #c3 .f_sf_partner {
    margin-top: 20px;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 15px;
    max-width: 45px;
  }
  .form_wrapper .full_width_space {
    margin: 18px 15px 16px;
  }
  .form_wrapper .q:not(.full_width) {
    padding: 0 15px !important;
  }
  .form_wrapper .outside_container {
    padding: 0px 15px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header .main_logo {
    margin-top: 12px;
  }
  #header {
    height: 92px;
  }
  #header .top_header {
    height: 92px;
  }
  #header .block_3 {
    top: 12px;
    width: 170px;
  }
  #header .block_1 {
    right: 225px;
    top: 26px;
    border: 0;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 30px;
    max-width: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #header .top_header {
    padding-right: 260px;
  }
  #header .block_1 {
    right: 110px;
    padding-left: 20px;
  }
  #header .block_3 {
    width: 66px;
    right: 25px;
    padding: 0;
  }
  #header .navbar {
    margin: -18px 5px 0 0;
  }
  #header .navbar .navbar-nav>li {
    margin-left: 15px;
  }
}

@media (min-width: 1367px) and (max-width: 1680px) {
  #header .navbar .navbar-nav>li {
    margin-left: 25px;
  }
  #header .block_1 {
    right: 195px;
  }
  #header .navbar {
    margin: -18px 0px 0 0;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding-bottom: 35px;
    padding-top: 28px;
  }
  #footer #c1 {
    padding-top: 14px;
    width: 274px;
  }
  #footer #c2 {
    padding-top: 14px;
    width: 201px;
  }
  #footer #addrr {
    padding-top: 14px;
  }
  #footer #c3 .f_phone {
    font-size: 25px;
  }
  #footer ul li {
    margin: 0 0 11px 0;
  }
}

@media (min-width: 1367px) {
  #header .container {
    width: 1340px;
  }
}

@media (min-width: 1681px) {
  #header .container {
    padding-left: 40px;
    padding-right: 40px;
    width: 1672px;
  }
  #footer .container {
    padding: 0 12px 0 15px;
  }
}

.btm_cont .left_bottom {
  padding-left: 17px;
  padding-top: 52px;
}

.btm_cont .about_bottom {
  border-top: 0;
}

.btm_cont .left_bottom p {
  font-size: 40px;
  line-height: 45px;
  color: #ff0000;
  font-family: 'Replica Std Light';
  line-height: 40px;
}

.btm_cont .home_ph {
  font-size: 35px;
  line-height: 55px;
  margin-top: 37px;
  color: #6f6f6f;
  font-family: 'Replica Std Light';
}

.btm_cont .home_request {
  font-size: 35px;
  line-height: 55px;
  margin-top: 37px;
  color: #6f6f6f;
  font-family: 'Replica Std Light';
}

.btm_cont .request {
  width: 59px;
  margin-right: 10px;
  float: left;
}

.btm_cont .home_request a {
  color: #6f6f6f;
}

.btm_cont .ph_icon2 {
  width: 59px;
  margin-right: 10px;
  float: left;
}

.btm_cont .home_ph a {
  color: #6f6f6f;
}

@media (min-width: 1200px) {
  .btm_top {
    background: #f5f5f5;
    background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 60%, #e9e9e9 60%, #e9e9e9 60%, #e9e9e9 100%);
    background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 60%, #e9e9e9 60%, #e9e9e9 60%, #e9e9e9 100%);
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 60%, #e9e9e9 60%, #e9e9e9 60%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9', GradientType=1);
    padding: 0px 0px 50px;
    margin-top: -20px;
  }
  .btm_cont .about_bottom {
    margin-top: 29px;
    margin-right: 10px;
    padding-top: 25px;
  }
  .btm_cont .left_bottom p {
    font-size: 40px;
    color: #ff0000;
    font-family: 'Replica Std Light';
    line-height: 48px;
  }
  .btm_cont .home_ph {
    font-size: 35px;
    line-height: 55px;
    margin-top: 47px;
    color: #6f6f6f;
    font-family: 'Replica Std Light';
  }
  .btm_cont .home_request {
    font-size: 35px;
    line-height: 55px;
    margin-top: 20px;
    color: #6f6f6f;
    font-family: 'Replica Std Light';
  }
}

@media (min-width: 1367px) {
  .btm_top .container {
    width: 1260px;
  }
  .btm_top .container .call {
    width: 62.666667%;
  }
  .btm_top .container .form {
    width: 37.333333%;
  }
  .btm_top .container .form .form_wrapper {
    float: left;
    margin-left: 25px;
    margin-top: 52px;
  }
}

@media (min-width: 1550px) {
  .btm_top {
    background: #f5f5f5;
    background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 57%, #e9e9e9 57%, #e9e9e9 57%, #e9e9e9 60%, #e9e9e9 100%);
    background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 57%, #e9e9e9 57%, #e9e9e9 57%, #e9e9e9 60%, #e9e9e9 100%);
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 57%, #e9e9e9 57%, #e9e9e9 57%, #e9e9e9 60%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9', GradientType=1);
  }
}

@media (max-width: 991px) {
  .btm_cont .left_bottom p {
    text-align: center;
  }
  .btm_cont .home_ph {
    background: none;
    height: auto;
    padding: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .btm_cont .left_bottom {
    margin-top: 0;
  }
  .btm_cont .home_ph, .btm_cont .home_request {
    font-size: 26px;
    margin-top: 22px !important;
  }
}

@media (max-width: 991px) {
  .btm_cont .left_bottom p {
    text-align: center;
  }
  .btm_cont .home_ph, .btm_cont .home_request {
    background: none;
    height: auto;
    padding: 0;
    margin-left: 0;
    text-align: center;
  }
  .btm_cont .ph_icon2, .btm_cont .request {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .btm_cont .ph_icon2 img, .btm_cont .request img {
    float: none !important;
    margin: 0 !important;
  }
  .btm_top .container .form .form_wrapper {
    float: none;
    display: block;
    margin: 40px auto;
    background: #fff;
    padding: 0 !important;
  }
  .btm_top {
    background: #f5f5f5;
  }
  .btm_cont .left_bottom p {
    font-size: 30px;
    line-height: 30px;
  }
  .btm_cont .left_bottom p br {
    display: none !important;
  }
  .btm_cont .left_bottom {
    padding-left: 0;
  }
  .form_wrapper .q .top_question {
    left: 28px;
    top: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btm_cont .left_bottom {
    margin-top: 0;
  }
  .btm_cont .left_bottom p {
    font-size: 34px;
    line-height: 34px;
  }
  .btm_top .container .form .form_wrapper {
    margin: 40px 0;
  }
  .btm_top {
    background: #f5f5f5;
  }
  .btm_cont .left_bottom {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .btm_top {
    padding-bottom: 0;
  }
}

.inner_banner h1 {
  font-family: 'Replica Std Light';
  font-weight: 300;
}

.video_box_outer {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 20px 0;
}

.video_box_outer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border: 0;
  z-index: 1;
}

#footer #c1 ul li.unclick>a {
  color: #fff !important;
  cursor: default !important;
}