/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



html{
    margin-top: 0!important;
}
.pad {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.bottompad {
  padding-bottom: 90px !important;
}
.btn {
  border-radius: 35px !important;
  padding: 7px 25px !important;
  text-transform: uppercase;
  font-size: 18px !important;
}

.eye-btn {
  background-color: #f6951e !important;
  color: #fff !important;
  border: 1px solid #f6951e !important;
}
.eye-btn:hover {
  color: #f6951e !important;
  background-color: transparent !important;
}

.eye {
  font-family: "Poppins", sans-serif;
  background-color: #fff !important;
}
.eye img {
  max-width: 100%;
  height: auto;
}
.eye h1, .eye h2 {
  font-family: "Lora", serif !important;
}
.eye p {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #8b8b8b;
  margin-bottom: 25px;
  padding-bottom: 0;
  letter-spacing: 0;
  line-height: 1.7;
}
.eye p:last-child {
  margin-bottom: 0;
}
.eye h2 {
  font-size: 48px !important;
  color: #555651;
  font-weight: 400;
}
.eye .header {
  background-color: #f5f4f0;
  padding: 20px 0;
}
.eye .container {
  max-width: 1200px !important;
}
.eye .row::after {
  display: none;
}
.eye nav > ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.eye nav > ul > li > a {
  text-decoration: none;
  color: #5f5f5f;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  font-size: 18px;
  padding: 7px 18px;
}
.eye nav > ul > li > a:hover {
  color: #ae9b83;
}
.eye nav > ul > li:last-child a {
  text-transform: uppercase;
  background-color: #f6951e;
  color: #fff;
  border-radius: 30px;
  padding: 7px 25px;
  border: 1px solid #f6951e;
}
.eye nav > ul > li:last-child a:hover {
  background-color: transparent;
  color: #f6951e ;
}

.eye-banner {
  position: relative;
}
.eye-banner .container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eye-banner .container h1 {
  color: #fff !important;
  font-size: 95px !important;
  text-transform: uppercase;
  font-weight: 400;
}
.eye-banner .container h1 span {
  background-color: #3a342e;
  display: inline-block;
  padding: 0 8px;
}
.video-sec {
  position: relative;
  padding: 70px 0;
}
.video-sec h2 {
  margin-bottom: 80px;
}
.video-sec::before {
  content: "";
  display: block;
  width: 70%;
  height: calc(100% - 140px);
  background-color: #f5f4f0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.video-sec .container {
  position: relative;
  z-index: 1;
}
.video-sec a{
    pointer-events: none;
}
.vid-box h4 {
  color: #3e3f3c;
  font-size: 22px !important;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.2;
  min-height: 53px;
  margin-bottom: 15px;
}
.dr {
  font-weight: 700;
  color: #ae9b83;
}

.video-1 {
  background-image: url(images/video-1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.cta-box {
  border: 4px solid #8d8782;
  padding: 30px 30px;
  background-color: #f5f4f0;
}
.cta-box h2 {
  text-transform: uppercase;
}
.video-2 {

}

.doctor {
  max-width: 420px;
}
.doctor img {
  margin-bottom: 15px;
}
.doctor h3 {
  text-transform: uppercase;
  color: #555651;
  font-family: "Lora", serif !important;
  font-size: 30px !important;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.doctor p {
  font-weight: 500;
}
.doctor-cont {
  max-width: 420px;
}
.doctor-cont ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.doctor-cont ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  color: #8b8b8b;
  font-weight: 500;
}
.doctor-cont ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #555651;
  color: #555651;
  position: absolute;
  left: 0;
}
.footer {
  background-color: #454545;
  padding: 10px 0;
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.middle-video {
  position: relative;
}
.middle-video h4 {
  text-align: center;
  position: absolute;
  bottom: 20px;
  bottom: 40px;
  width: 100%;
  font-size: 45px !important;
  font-weight: 500;
  color: #fff;
}

.yt-banner {
  border: 4px solid #8d8782;
  background-color: #f5f4f0;
  padding: 20px;
  text-align: center;
}
.yt-banner img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.yt-banner h3 {
  color: #f6951e !important;
  font-size: 25px !important;
  font-family: "Lora", serif !important;
  font-weight: 600;
}
.video-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.video-bottom h3 {
  text-transform: uppercase;
  line-height: 0.8 !important;
  margin-top: 100px;
}
.video-bottom h3 span {
  font-size: 110px;
}
.video-bottom h3 span:not(:first-child) {
  color: #f6951e;
}
.video-bottom h3 span:first-child {
  color: #000;
}
.video-bottom h5 {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 15px;
}
.video-bottom img {
  max-width: 450px;
}
.middle-sec {
  position: relative;
}
.middle-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #f5f4f0;
}
.middle-sec > * {
  position: relative;
  z-index: 1;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev{
    background-color: #f6951e;
    width: 30px !important;
    height: 40px !important;
    color: #fff;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after{
    font-size: 25px;
}

.ba-box{
    display: flex;
    align-items: center;
}
.ba-box img{
    width: 50%;
    height: 270px;
    object-fit: cover;
}

.ba-slider .swiper-button-next,
.ba-slider .swiper-button-prev{
    background-color: #fff;
    display: inline-flex;
    width: 40px;
}

.ba-slider .swiper-button-next::after,
.ba-slider .swiper-button-prev::after{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 25px;
    color: #f6951e;
}
.ba-slider .swiper-button-prev::after{
    content: '\f060';
}
.eyecalendly .calendly-inline-widget{
    height: 100% !important;
}
.eyeform .gform_button{
    background-color: #f6951e !important;
    color: #fff !important;
    border: 1px solid #f6951e !important;
    padding: 10px 50px !important;
    border-radius: 35px;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase !important;
}

.eyeform .gform_button:hover{
    background-color: transparent !important;
    color: #f6951e !important;
}

.img-cld .wpb_wrapper{
    margin-top: 40px;
}

.img-cld .wpb_wrapper,
.lower-cdl{
    display: flex;
}
.img-cld .img-with-aniamtion-wrap,
.lower-cdl .img-with-aniamtion-wrap{
    max-width: 50%;
}

.img-cld .calendly-inline-widget,
.lower-cdl .calendly-inline-widget{
    width: 50% !important;
}



@media (max-width: 991px) {
  .pad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pb-5 {
    padding-bottom: 10px;
  }
  .video-sec {
    padding: 30px 0 0;
  }
  .video-sec h2 {
    margin-bottom: 20px;
  }
  .video-sec::before {
    display: none;
  }
  .eye h2 {
    font-size: 30px !important;
  }
  .eye p {
    font-size: 16px;
  }
  .eye .header {
    padding: 10px 0 20px;
  }
  .eye .header .col-auto {
    width: 100%;
    text-align: center;
  }
  .eye nav > ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .eye nav > ul > li > a {
    padding: 0 14px;
  }
  .cta-box {
    padding: 15px 15px;
  }
  .cta-box iframe {
    height: 200px !important;
  }
  .eye-banner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .eye-banner .container h1 {
    font-size: 42px !important;
  }
  
  .video-bottom{
      flex-wrap: wrap;
      row-gap: 30px;
      padding: 0 20px;
  }
  .video-bottom h3{
      margin-top: 0;
  }
  .video-bottom h3 span{
    font-size: 75px;
  }
  .video-bottom img{
      max-width: 100%;
  }
  .middle-video h4{
      line-height: 1.1;
  }
}






@media (max-width: 767px) {
  .pad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .bottompad{
      padding-bottom: 40px !important;
  }
  .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pb-5 {
    padding-bottom: 10px;
  }
  .video-sec {
    padding: 30px 0 0;
  }
  .video-sec h2 {
    margin-bottom: 20px;
  }
  .video-sec::before {
    display: none;
  }
  .eye h2 {
    font-size: 30px !important;
  }
  .eye p {
    font-size: 16px;
  }
  .eye .header {
    padding: 10px 0 20px;
  }
  .eye .header .col-auto {
    width: 100%;
    text-align: center;
  }
  .eye nav > ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .eye nav > ul > li > a {
    padding: 0 14px;
  }
  .cta-box {
    padding: 15px 15px;
  }
  .cta-box iframe {
    height: 200px !important;
  }
  .eye-banner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .eye-banner .container h1 {
    font-size: 42px !important;
  }
  
  .video-bottom{
      flex-wrap: wrap;
      row-gap: 30px;
      padding: 0 20px;
  }
  .video-bottom h3{
      margin-top: 0;
  }
  .video-bottom h3 span{
    font-size: 75px;
  }
  .video-bottom h5{
      text-align: left;
  }
  .video-bottom img{
      max-width: 100%;
  }
  .middle-video h4{
      line-height: 1.1;
  }
  
  .eyecalendly .calendly-inline-widget{
        height: 700px !important;
    }
    
    .img-cld .wpb_wrapper,
    .lower-cdl{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    }
    .img-cld .img-with-aniamtion-wrap,
    .lower-cdl .img-with-aniamtion-wrap{
        max-width: 100%;
    }
    
    .img-cld .calendly-inline-widget,
    .lower-cdl .calendly-inline-widget{
        width: 100% !important;
        
    }
}
































