/*
:: Author: Nabeel
:: Version: 1.0
*/

@font-face {
  font-family: 'CalibriRegular';
  src: url(../fonts/CalibriRegular.ttf);
}
@font-face {
  font-family: 'CalibriBold';
  src: url(../fonts/CalibriBold.TTF);
}
@font-face {
  font-family: 'CalibriLightItalic';
  src: url(../fonts/CalibriLightItalic.ttf);
}
body {
    font-family: 'CalibriRegular';
    font-size:15px;
}

.navbar-brand-centered {
  position: absolute;
  left: 50%;
  display: block;
  width: 160px;
  text-align: center;
 
  padding: 0;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
  margin-left: -80px;
}
.navbar {
  border-radius: 0px;
}

.nav1 .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom :10px;
  color: #fff;
  transition: transform .5s;
  -webkit-transition: transform .5s;
}
.navbar {
  margin-bottom: 0;
}
.nav1 {
  background-color: #2E2E37;
  color: #fff;
  min-height: 40px;
}
.nav1 a{
  color: #fff;;
}
.navbar-brand-centered img{
  max-height: 70px;
}

.nav1 .nav>li>a:focus, 
.nav1 .nav>li>a:hover {
  text-decoration: underline;
  background-color: transparent;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.nav2 .navbar-nav>li>a {
  padding-top: 25px;
  padding-bottom :10px;
  font-size: 18px;
  font-weight: 700;
  color: #39332b;
  letter-spacing: 1px;
}

.nav2 {
  min-height: 72px;
}
.nav2 .navbar-nav>li {
  margin-right: 50px;
}
.sticky-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
}
@-webkit-keyframes smoothScroll {
0% {
  transform: translateY(-40px);
}
100% {
  transform: translateY(0px);
}
}

header {
  -webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}

/* *************  HOME PAGE  ************* */


.carousel-inner .item img{
  width: 100%;
  height: 600px;
}
.mt-50 {
  margin-top: 50px;
}

.banner {
color: #fff; 
position: relative;
/*background-image: url(../images/banner.jpg);*/
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 550px; 
}

.banner h1 {
  position: absolute;
  top: 55%;
  left:50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'CalibriBold';
  font-size: 50px;
}

.banner h4 {
  position: absolute;
  top: 70%;
  left:50%;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'CalibriBold';
  font-size: 22px;
}

.booking-banner {
    background-image: url(../images/booking.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}
.booking-content{
      background: linear-gradient(135deg, #0172B1 0%, #0CAFE0 100%);
      position: absolute;
      line-height: 23px;     
      padding: 0 20px;
      width: 85%;
      bottom: 0;
      color: #fff;
      transition: opacity 0.3s;
}

.booking h2{
  position: absolute;
  top: 20%;
  left:50%;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'CalibriBold';
  font-size: 50px;
  color: #fff;
  
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid gray;
}
.heading {
  font-family: 'CalibriBold';
  font-size: 40px;
}
.destination {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.destination .name {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 30px;
  color: #fff;    
  font-family: 'CalibriBold';
  text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}
.destination .content-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
 
}

.destination:hover .content-overlay{
  opacity: 1;
}
.offer {
  color:#0172B1;
  font-size: 24px;
  font-family: 'CalibriBold';
}
.offer-link {
  margin: 24px auto 14px auto;
}
.offer-link i.glyphicon{
  top: 3px;
}
.offer-link a{
  background: white;
  color: #0172B1;
  padding: 12px 15px;
  border: 1px solid #0172B1;
  border-radius: 40px;
  font-family: 'CalibriBold';
}

.how-we-works,
.ready-to-start {
  background-color: #EBEDF1;
  padding: 25px 0;
}
.heading2 {
  font-size: 35px;
}
.how-we-works-title,
.ready-title {
  font-size: 25px;
  font-weight: 500;
}

.carousel-caption h2 {
    font-size: 45px;
    font-weight: bold;
  }

  .carousel-caption p {

  font-size: 25px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 40px;
  }

.carousel-indicators .active {
  background-color: #555;
  width: 14px;
  height: 14px;
}
.carousel-indicators li {
  background-color: #a2a2a2;
  margin: 0;
  width: 14px;
  height: 14px;
}
.carousel-indicators {
  left: 75%;
}

.testimonial_control{
  position: absolute;
    top: 50%;
    width: 100%;
    background-color: #506E8B;
 
}
.testimonial_control .left{
  position: absolute;
  left: -20px;
  background-color: #506E8B;
  color: #fff;
  
}
.testimonial_control .right{
  position: absolute;
  right: -20px;
  background-color: #506E8B;
  color: #fff;
 
}
.testimonial_subtitle {
  font-size: 16px;
}
.testimonial_para {
  padding: 10px;
  font-size: 18px;
  width: 100%;
}
.testimonial_para::before,
.testimonial_para::after{
  top: 0;
  z-index: 0;
  left: 0;
  content: " ";
  width: 30px;
  height: 26px;
  display: block;
  
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icons/Icon-Quote.png);
  
}

.testimonial_para::after{
  top: 55%;
  left: 90%;
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
 
}
/* .item img{
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */
/* .top-quote,
 .bottom-quote {  
  width: 30px;
  display: block;
  margin-bottom: 2px;
 
}
.bottom-quote{
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
} */
.card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c7c7c7;
  margin: 0 20px;
  padding: 10px;
  border-radius: 10px;
  border: 0;
}
  .card-img-top {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    background-color: #F7F8F9;
  }

  .card-img-top svg {
    margin-top: .5rem;
}
  .card-title {
    font-size: 21px;
    line-height: 1.3;
    font-family: 'CalibriBold';
  }
  .guiding{
    position: relative;
    padding-bottom: 45px;
  }
  .guiding::before{
    top: 65px;
    z-index: 0;
    right: 80px;
    content: " ";
    width: 640px;
    height: 340px;
    display: block;
    border-radius: 6px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/guiding.jpg);
    opacity: 0.7;
}
.ready-to-start .ready-to-img img{
  width: 110px;
  position: relative;
  top: -60px;
  left: 6px;
}
.ready-to-start .ready-to-img::before {
  left: 0;
    right: 0;
    top: -2rem;
    content: "";
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    background-color: #FFF;
}

.ready-to-start-number {
  top: -2rem;
  left: -8rem;
  right: 10rem;
  font-size: 50px;
  font-weight: 600;
  color: #506E8B;
  position: relative;
}

.ready-to-content {
  position: relative;
  top: -60px;
}
/* Footer */
  footer {
    padding: 20px;
    background-color: #0b0b0b;
    
  }
  footer ol {
    list-style: none;
    padding-left: 0;
  }
  footer li {
    padding-bottom: 5px;
  }
  footer a {
    color: #6ca544;
    font-size: 16px;
  }
  footer a:hover,
  footer a:active {
    color: #6ca544;
    font-size: 16px;
  }
  footer .title {
    color: #a5a5a5;
    font-size: 18px;
    padding-bottom: 10px;
  }
  footer .social {
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
  }
  footer .social a {
   padding: 10px;
  }

  /* **************About US ******************8 */
  .page-heading{
    margin-bottom: 30px;
  }
  .page-heading h1{
    font-size: 35px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAEAEB;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: 'CalibriBold';
  }

  .about-us .row {
    margin-bottom: 10px;
  }
  .video-sec {
    width: 100%;
    padding-bottom:15px;
  }
  .video-sec hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #EAEAEB;
  }

  .icon-social {
    width: 30px;
    margin-right: 5px;
  }
  .no-border {
    border: none;
}

.well-primary {
  background-color: rgba(1,114,177,0.06);
  border-color: rgba(1,114,177,0.1);
}
.well-primary h2 {
  color: #0172B1;
}


.bigvideo-sec .content {

  background: linear-gradient( 
135deg
, #0172B1 0%, #0CAFE0 100%);
  position: absolute;
  padding: 1px 20px;
  width: 85%;
  bottom: 65px;
  color: white;
  transition: opacity 0.3s;
}

.bigvideo-sec .readall {
  font-size: 15px;
    text-decoration: underline;
    font-family: 'CalibriBold';
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #fff;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 32%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 58%;
  left: 50%;
  width: 70px;
  height: 44px;
  background-color: rgba(46,46,55,0.85);
  margin: -40px 0 0 -40px;
  /* border: 5px solid #fff; */
  border-radius: 12px;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 58%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -28px 0 0 -10px;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  background-color: red;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.press-banner {
  background-image: url(../images/press.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
.press-content{
    background: linear-gradient(135deg, #0172B1 0%, #0CAFE0 100%);
    position: absolute;
    line-height: 23px;     
    padding: 0 20px;
    width: 82%;
    bottom: 0;
    color: #fff;
    transition: opacity 0.3s;
}


/* ***********************FAQ PAge******************* */
.panel-heading {
  position: relative;
}
.panel-heading[data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072"; /* "play" icon */
  position: absolute;
  color: #000;
  font-size: 12px;
 
  right: 20px;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}
.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}

.panel-title {
   font-size: 18px;
}

.side-navbar li {
  list-style-type: none;
  background: rgba(207,239,249,0.5);
  color: #0172B1;
}
.side-navbar li:hover,
.side-navbar li.active {
  background-color: #0172B1;
  color: #fff;
}
.side-navbar li a {
  text-decoration: none;
  padding: 16px 4px;
  margin: 0 28px;
  font-size: 16px;
  display: block;
  border-top: 1px solid #0172B1;
}

.side-navbar li:first-child a {
   border-top: 1px solid transparent;
}
.side-navbar li a:hover,
.side-navbar li a.active {
  text-decoration: none;
  padding: 16px 4px;
  margin: 0 28px;
  font-size: 16px;
  display: block;
  
  background-color: #0172B1;
  color: #fff;
}
/* ******************PRESs ********************888 */
.media1 {
  margin-top: 10px;
}

.media {
  margin-top: 0;
  color: #fff;
  position: relative;
}

.media-banner {  
  background-image: url(../images/press-benner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
    height: 620px;
    min-height: 360px;
    max-height: calc(100vh - 100px - 45px - 230px);
  }
  
  .media h1 {
    position: absolute;
    top: 30%;
    left:50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'CalibriBold';
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
  }
  
  .media h4 {
    position: absolute;
    top: 47%;
    left:50%;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'CalibriLightItalic';
    font-size: 30px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
  }

  .media-content .media-big-para {
    font-size: 18px;
  }

  .media-right-sec {
    position: relative;
    color: #fff;
    width: 100%;
  }

  .media-right-sec a{
       color: #fff;   
  }

  .media-content hr {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #EAEAEB;
  }
  .media-right-sec h3 {
    width: auto;
    font-size: 30px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
  font-family: 'CalibriBold';
  position: absolute;
  top: 50%;
  left: 25%;
  margin: -25px 0 0 -25px;
  }
  .media-content .panel-heading{
    padding: 0px;
    border: none;
  }

  .media-content .panel-default {
    border-color: transparent;
    
  }

  .media-content .panel-default:hover {
    border-color: transparent;
    box-shadow: 0px 3px 4px rgb(33 33 33 / 20%); 
  }

  .media-content .panel-default:hover .panel-body {
    background-color :#f5f5f5;
  }

  /* ******************  Listing ****************88 */
  .points {
    margin-top: 20px;
  }
  .listing .title{
    font-size: 30px;
    font-weight: 500;
  }
  .listing hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #EAEAEB;
  }
  .points ul {
    list-style-image: url('../images/icons/checked.png');
  }

  .listing .well h3{
    color: #0172B1;
    margin: 0 auto;
  }

  .listing .well ul{
     margin-left: -25px;
  }

  .form-control {
    border-radius: 0;
  }

  .listing .pp {
    text-decoration: underline;
  }

  .clients {
    background-color: #0b0b0b;
  }

  .thanks {
    background-image: url(../images/thanks.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }

  .thanks-content {
    background: linear-gradient( 
135deg
 , #0172B1 0%, #0CAFE0 100%);
    position: absolute;
    line-height: 23px;
    padding: 0 20px;
    width: 50%;
    left: 50%;
    bottom: 50%;
    font-size: 40px;
    color: #fff;
    transform: translate(-50%);
  }

/* =====================================================
   Contact Page
   ===================================================== */
.contact-page {
    display: block;
    width: 100%;
    max-width: 100%;
}
.contact-page .hero-block {
    overflow: hidden;
    width: 100%;
}
.contact-page .hero-block picture,
.contact-page .hero-block picture source {
    display: block;
    width: 100%;
    height: 100%;
}
.contact-page .hero-block .img--bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contact-page .hero-block .align-container {
    height: 420px;
    padding: 80px 0;
}
.contact-page .hero-block__title {
    position: relative;
    z-index: 2;
    text-align: left;
}
/* Push the decorative "PentaXpress" outline text BEHIND the title and
   shift it so it sits as a backdrop instead of overlapping the H1. */
.contact-page .hero-block__overlay {
    z-index: 1;
    top: auto;
    bottom: -12px;
    left: -8px;
    transform: none;
    opacity: 0.6;
    pointer-events: none;
    line-height: 1;
}

/* Contact info row */
.contact-page .contacts {
    padding-top: 70px;
    padding-bottom: 30px;
}
.contact-page .contacts__col {
    margin-bottom: 30px;
}
.contact-page .contacts__title {
    margin-bottom: 24px;
    font-weight: 700;
}
.contact-page .contacts-item {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 100%;
    margin-bottom: 22px;
    word-break: break-word;
}
.contact-page .contacts-item__img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #003d90;
    border-radius: 50%;
    text-align: center;
}
.contact-page .contacts-item__img .icon {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.contact-page .contacts-item__details {
    flex: 1 1 auto;
    width: auto;
    line-height: 1.45;
    font-size: 16px;
}
.contact-page .contacts-item__link {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}
.contact-page .contacts-item__link:hover {
    color: #00997d;
}
.contact-page .contacts-item--address .contacts-item__details {
    max-width: 100%;
}

/* Map + Form row */
.contact-page .contact-map-form {
    padding-top: 40px;
}
.contact-page .contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
}
.contact-page .contact-map-col,
.contact-page .contact-form-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.contact-page .contacts-map-embed {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #e9eef5;
    box-shadow: 0 6px 24px rgba(0, 61, 144, 0.08);
}
.contact-page #pentaOfficeMap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact-page .contacts-map-embed__link {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #003d90;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    z-index: 500;
}
.contact-page .contacts-map-embed__link:hover {
    background: #ffffff;
    color: #00997d;
}
/* Leaflet's default attribution pill looks fine but we tone it down. */
.contact-page .contacts-map-embed .leaflet-control-attribution {
    font-size: 10px;
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.85);
}

/* Form styling */
.contact-page .contact-form {
    width: 100%;
}
.contact-page .contact-form__subtitle {
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-page .contact-form .form__field {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #222;
    border: 1px solid #e2e2e2;
    margin-bottom: 6px;
    padding: 0 18px;
    border-radius: 4px;
    background: #fff;
    transition: border-color .3s, box-shadow .3s;
}
.contact-page .contact-form .form__message {
    height: 160px;
    padding: 14px 18px;
    resize: vertical;
}
.contact-page .contact-form .form__field:focus {
    border-color: #00997d;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 153, 125, 0.12);
}

/* --- Placeholder + invalid-state overrides --------------------------------
   The base theme paints :invalid placeholders red, which makes the form
   look like it's already in error before the user touches it. Force neutral
   grey, and only show the red error treatment AFTER the user actually
   submits (we add .has-error via JS / PHP). */
.contact-page .contact-form .form__field::-webkit-input-placeholder { color: #9aa0a6 !important; opacity: 1 !important; }
.contact-page .contact-form .form__field::-moz-placeholder         { color: #9aa0a6 !important; opacity: 1 !important; }
.contact-page .contact-form .form__field:-ms-input-placeholder     { color: #9aa0a6 !important; opacity: 1 !important; }
.contact-page .contact-form .form__field::-ms-input-placeholder    { color: #9aa0a6 !important; opacity: 1 !important; }
.contact-page .contact-form .form__field::placeholder              { color: #9aa0a6 !important; opacity: 1 !important; }

.contact-page .contact-form .form__field:invalid {
    border-color: #e2e2e2;            /* don't flag empty required fields */
}
.contact-page .contact-form .form-field-wrap {
    margin-bottom: 14px;
}
.contact-page .contact-form .form-field-wrap.has-error .form__field,
.contact-page .contact-form .form__field.has-error {
    border-color: #d0192f;
    background: #fff7f8;
}
.contact-page .contact-form .form-error {
    display: none;
    color: #d0192f;
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.3;
}
.contact-page .contact-form .form-field-wrap.has-error .form-error {
    display: block;
}
.contact-page .contact-form .form-alert {
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}
.contact-page .contact-form .form-alert--error {
    background: #fdecee;
    color: #b3122a;
    border: 1px solid #f4c5cc;
}
.contact-page .contact-form .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 50px;
    min-width: 200px;
    padding: 0 28px;
    background: #f78c1f;
    color: #fff;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background .3s, transform .15s;
}
.contact-page .contact-form .button:hover {
    background: #e07a10;
}
.contact-page .contact-form .button:active {
    transform: translateY(1px);
}
.contact-page .contact-form .button .icon {
    width: 18px;
    height: 14px;
    fill: currentColor;
}

/* Tablet and up — Bootstrap 3 col-md only kicks in at 992px,
   so we force 50/50 side-by-side from 768px ourselves. */
@media (min-width: 768px) {
    .contact-page .contacts .row,
    .contact-page .contact-row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -15px;
        margin-right: -15px;
    }
    .contact-page .contacts__col,
    .contact-page .contact-map-col,
    .contact-page .contact-form-col {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
        float: none;
    }
    .contact-page .contacts__col--address {
        margin-top: 0;
    }
    .contact-page .contact-form-col {
        display: flex;
        align-items: center;
    }
    .contact-page .contacts-map-embed {
        height: 480px;
    }
    /* Inside-form fields stay 50/50 too */
    .contact-page .contact-form .row > .col-xs-12.col-sm-6,
    .contact-page .contact-form .row > .col-sm-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .contact-page .contact-form .row > .col-xs-12.col-12,
    .contact-page .contact-form .row > .col-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Desktop refinements */
@media (min-width: 992px) {
    .contact-page .hero-block .align-container {
        height: 520px;
    }
    .contact-page .contacts {
        padding-top: 90px;
    }
    .contact-page .contacts-item {
        margin-bottom: 28px;
    }
    .contact-page .contacts-item__details {
        font-size: 17px;
    }
    .contact-page .contact-map-form {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

/* Tablet portrait */
@media (max-width: 991px) {
    .contact-page .hero-block .align-container {
        height: 360px;
        padding: 60px 0;
    }
    .contact-page .hero-block__title {
        font-size: 42px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .contact-page .hero-block .align-container {
        height: 240px;
        padding: 40px 0;
    }
    .contact-page .hero-block__title {
        font-size: 28px;
        line-height: 1.2;
    }
    .contact-page .hero-block__overlay {
        font-size: 60px;
    }
    .contact-page .contacts {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .contact-page .contacts__title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .contact-page .contacts-item {
        gap: 14px;
        margin-bottom: 16px;
    }
    .contact-page .contacts-item__img {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        line-height: 46px;
    }
    .contact-page .contacts-item__img .icon {
        width: 18px;
        height: 18px;
    }
    .contact-page .contacts-item__details {
        font-size: 15px;
    }
    .contact-page .contacts__bg {
        opacity: 0.35;
        max-width: 90%;
    }
    .contact-page .contact-map-form {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .contact-page .contacts-map-embed {
        height: 280px;
    }
    .contact-page .contact-form-col {
        margin-top: 25px;
    }
    .contact-page .contact-form .form__field {
        margin-bottom: 14px;
    }
    .contact-page .contact-form .form__message {
        height: 130px;
    }
    .contact-page .contact-form .button {
        width: 100%;
        min-width: 0;
    }
}

/* Very small screens */
@media (max-width: 380px) {
    .contact-page .hero-block__title {
        font-size: 24px;
    }
    .contact-page .contacts-item__details {
        font-size: 14px;
    }
}