/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-book-to-call .main-content {
  padding: 50px 0 50px;
  background-image: url("../jpg/book-a-call-bg.jpg");
  background-size: cover;
  background-position: -60px center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .page-template-book-to-call .main-content {
    padding: 110px 0 140px;
  }
  .page-template-book-to-call .main-content .row {
    align-items: center;
  }
  .page-template-book-to-call .main-content h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .page-template-book-to-call .main-content .row {
    flex-direction: column-reverse;
  }
  .page-template-book-to-call .main-content .row .col-right {
    text-align: center;
  }
  .page-template-book-to-call .main-content .row .col-left {
    margin-top: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-book-to-call .main-content .cw_video_open_popup_customized {
    margin-bottom: 0;
  }
}
.page-template-book-to-call .main-content .cw_video_open_popup_customized .video-text-wrapper {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-left: 6px;
}

@media screen and (min-width: 768px) {
  .page-template-book-to-call .main-content .cw_video_open_popup_customized .video-text-wrapper {
    bottom: 38px;
    left: 38px;
    padding-left: 12px;
  }
}
.page-template-book-to-call .main-content .cw_video_open_popup_customized .video-text-wrapper:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: -1px;
  width: 2px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .page-template-book-to-call .main-content .cw_video_open_popup_customized .video-text-wrapper:before {
    top: 6px;
    bottom: 1px;
    width: 3px;
  }
}
.page-template-book-to-call .main-content .cw_video_open_popup_customized .video-heading {
  margin-bottom: 2px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .page-template-book-to-call .main-content .cw_video_open_popup_customized .video-heading {
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.32px;
  }
}
.page-template-book-to-call .main-content .cw_video_open_popup_customized .video-description {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-book-to-call .main-content .cw_video_open_popup_customized .video-description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 1199px) {
  .page-template-book-to-call .main-content {
    padding: 30px 0 60px;
  }
  .page-template-book-to-call .main-content h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-book-to-call .main-content {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-book-to-call .main-content .banner-button {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-book-to-call .main-content .col-right {
    margin-top: 30px;
  }
}
.page-template-book-to-call .banner-subtitle {
  color: #F2F2F2;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.32px;
}

@media screen and (min-width: 1200px) {
  .page-template-book-to-call .banner-subtitle {
    max-width: 449px;
    font-size: 32px;
    line-height: 41px;
  }
}
.page-template-book-to-call .banner-subtitle span {
  color: #78C066;
}

.page-template-book-to-call .extra-content {
  margin-top: 25px;
  max-width: 570px;
}

.page-template-book-to-call .bottom-extra-content {
  margin-top: 33px;
  max-width: 570px;
}

/*# sourceMappingURL=book-to-call.css.map*/