@font-face {
  font-family: 'DIN-Regular';
  src: url('../fonts/DIN-Regular_gdi.eot');
  src: url('../fonts/DIN-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Regular_gdi.woff') format('woff'), url('../fonts/DIN-Regular_gdi.ttf') format('truetype'), url('../fonts/DIN-Regular_gdi.svg#DIN-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'dinlight';
  src: url('../fonts/dinlight-webfont.woff2') format('woff2'), url('../fonts/dinlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* body{font-family:'DIN-Regular' !important; } */

.contact-new-banner {
  margin-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.contact-new-banner h2 {
  font-size: 45px;
}

.contact-new-banner p {
  font-size: 24px;
  font-family: 'dinlight';
  margin-top: 10px;
}

.office-left {
  /*background: #1aa4d9;*/
  background-image: url(./images/service-bg.png), url(./images/service-bg.png), linear-gradient(to right, #fafafa, #fafafa);
  padding: 70px 0;
}

.office-right {
  padding-left: 0;
}

.office-right div {
  height: 100%;
}

.office-left .panel-group {
  max-width: 470px;
  float: right;
  width: 100%;
  padding-right: 30px;
}

.office-left address {
  margin-bottom: 20px;
  color: #000;
}

.office-left p {
  color: #000;
}

.office-left strong {
  font-weight: bold;
  font-family: 'DIN-Regular';
  display: inline-block;
  min-width: 100px;
}

.office-left .panel-default>.panel-heading {
  color: #333333;
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.form-group p {
  font-family: 'dinlight';
  font-size: 16px;
  color: #333;
  text-align: center;
}

.office-left .panel-default {
  border: none;
  background: none;
  box-shadow: none;
}

.office-left .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}

.office-left h3 {
  color: #000;
  font-size: 30px;
  margin-bottom: 20px;
}

.office-left .panel-title>a {
  color: #1aa4d9;
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  position: relative;
}

.office-left .panel-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  color: #fff;
}

.office-address .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow-down,
.arrow-right {
  position: absolute;
  right: -15px;
  top: 7px;
}

.arrow-down {
  display: none;
}

.office-left .panel-title>a[aria-expanded="true"] .arrow-right {
  display: none;
}

.office-left .panel-title>a[aria-expanded="true"] .arrow-down {
  display: inline-block;
}

.tabs-animated {
  background: #f7f8fa;
}

.tabs-animated .nav-tabs {
  margin-bottom: 0px;
}

.tabs-animated {
  padding-bottom: 30px;
  padding-top: 30px;
}

.tabs-animated .nav>li>a>img {
  max-width: none;
}


/*
.tabs-animated .nav > li > a > img:hover {
    max-width: none;
    -webkit-filter: grayscale(1%);
    filter: grayscale(0%);
}
*/

.tabs-animated .nav>li .hover-w {
  display: none;
}

.tabs-animated .nav>li:hover .color {
  display: none;
}

.tabs-animated .nav>li:hover .hover-w {
  display: inline-block;
}

.tabs-animated .nav>li span {
  display: block;
  font-size: 16px;
  /*color: #fff;*/
  padding-top: 10px;
}

.tabs-animated .nav-justified>.active a,
.tabs-animated .nav-justified>.active>a:hover,
.tabs-animated .nav-justified>.active>a:focus,
.tabs-animated .nav-justified>.active>a:active {
  background: rgb(25, 172, 222) !important;
  color: #fff;
}

.tabs-animated .nav-justified>.active .hover-w,
.tabs-animated .nav-justified>.active:focus a .hover-w,
.tabs-animated .nav-justified>.active:active a .hover-w {
  display: inline-block;
}

.tabs-animated .nav-justified>.active .color,
.tabs-animated .nav-justified>.active:focus a .color,
.tabs-animated .nav-justified>.active:active a .color {
  display: none;
}

.tabs-animated .nav>li a {
  background: #fff;
  border-bottom: none !important;
  border-radius: 3px !important;
  box-shadow: 7.5px 12.99px 27px 3px rgba(0, 0, 0, 0.059);
  color: rgb(25, 172, 222);
  font-weight: bold;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  display: block;
  min-height: 180px;
}

.tabs-animated .nav-tabs.nav-justified>li {
  padding-right: 10px;
}

.tabs-animated .nav>li a:hover,
.tabs-animated .nav>li a:focus,
.tabs-animated .nav>li a:active {
  background-color: rgb(25, 172, 222);
  color: #fff;
}

.tabs-animated .nav-tabs.nav-justified>li a span {
  padding-top: 15px;
  display: block;
}

.tab-form {
  padding: 90px 0;
  max-width: 420px;
  margin: auto;
}

.tab-form h4 {
  text-align: center;
  font-size: 46px;
  color: rgb(26, 164, 217);
  padding-bottom: 10px;
}

.tab-form p {
  font-family: 'dinlight';
  font-size: 16px;
  color: #333;
  text-align: center;
}

.tab-form input.form-control {
  background: #f7f9fb;
  box-shadow: none;
  border-color: #e4e5f0;
  height: 40px;
}

.tab-form select.form-control {
  background: #f7f9fb;
  box-shadow: none;
  border-color: #e4e5f0;
  height: 40px;
}

.tab-form form {
  padding-top: 30px;
}

.tab-form .form-group {
  margin-bottom: 30px;
}

.tab-form .form-group label {
  font-family: 'DIN-Regular';
}

.tab-form .checkbox {
  padding-left: 20px;
}

.tab-form .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-family: 'dinlight';
  font-size: 16px;
  color: #333;
}

.tab-form .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.tab-form .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.tab-form .checkbox input[type="checkbox"] {
  opacity: 0;
}

.tab-form .checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tab-form .checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.tab-form .checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.tab-form .checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.tab-form .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.tab-form .checkbox.checkbox-inline {
  margin-top: 0;
}

.tab-form input[type="checkbox"]:checked+label::before {
  background-color: #3abefe;
  border-color: #1fa6da;
}

.tab-form input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.tab-form .radio {
  padding-left: 20px;
}

.tab-form .radio label {
    /* display: inline-block; */
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    /* vertical-align: bottom; */
    font-weight: normal;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
}

.tab-form .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fafbfc;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.tab-form .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.tab-form .radio input[type="radio"] {
  opacity: 0;
}

.tab-form .radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tab-form .radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.tab-form .radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.tab-form .radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.tab-form .radio.radio-inline {
  margin-top: 0;
}

.tab-form .radio-primary input[type="radio"]+label::after {
  background-color: #428bca;
}

.tab-form .radio-primary input[type="radio"]:checked+label::before {
  border-color: #428bca;
}

.tab-form .radio-primary input[type="radio"]:checked+label::after {
  background-color: #428bca;
}

.tab-form .radio input[type="radio"]:checked+label::before {
  background: #3abefe;
  border-color: #3eb2df;
}

.tab-form .radio.form-type-radio {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: bottom;
  font-weight: normal;
  cursor: pointer;
}

.tab-form .checkbox.form-type-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: bottom;
  font-weight: normal;
  cursor: pointer;
}

.tab-form .panel {
  box-shadow: none;
}

.tab-form .panel-default {
  border: none;
}

.tab-form .panel-body {
  padding: 0;
}

.page-node-1556 .form-actions .webform-submit {
  display: none;
  width: 100%;
}

.page-node-1556 .form-error .form-actions .webform-submit {
  display: block;
  width: 100%;
}



.page-node-1556 .webform-component--second-process, .page-node-1556 .webform-component--third-process {
  display: none;
}

.page-node-1620 .form-actions .webform-submit {
  display: none;
  width: 100%;
}



.page-node-1620 .webform-component--second-process, .page-node-1620 .webform-component--third-process {
  display: none;
}
/*.tabs-animated .nav-tabs.nav-justified > .active > a, .tabs-animated .nav-tabs.nav-justified > .active > a:hover, .tabs-animated .nav-tabs.nav-justified > .active > a:focus {
    color: #1aa4d9;
}*/

.tabs-animated .nav>.active>a>img {
  max-width: none;
  -webkit-filter: none;
  filter: none;
}

@media (min-width: 992px) {
  .container-tabs {
    width: 1905px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1500px) {
  .tabs-animated .nav>li a {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

@media (max-width: 768px) {
  .office-address .row {
    display: block;
  }
  .office-left .panel-group {
    max-width: inherit;
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .office-left {
    float: left;
    width: 100%;
  }
  .office-left {
    padding: 30px;
  }
  .office-right iframe {
    min-height: 250px
  }

  .tabs-animated .nav-tabs.nav-justified > li {
    padding-right: 0;
  }

  .tab-content .tab-pane {
  	display: none;
  }

  .tab-content .active {
  	display: block;
  }
}

}

@media (min-width: 1200px) {
  .tabs-animated .container {
    width: 1180px;
  }
}

@media (min-width: 1500px) {
  .tabs-animated .container {
    width: 1480px;
  }
}

@media (min-width: 1800px) {
  .tabs-animated .container {
    width: 1780px;
  }
}
