@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

  body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: white;
    background-color: #080808;
  }

  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
/*------------------------------------- LOGO SECTION -------------------------------------*/

  #logo {
    width: 210px;
    border-radius: 1%;
    margin-bottom: 2rem;
    border: solid 3px white;
    box-shadow: 0.1rem 0.1rem 0.4rem black;
    background-color: #080808;
  }
  
  .video-background {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.2)
  }
  
  .caption {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100vh;
    color: white;
  }
  
  #caption_top {
  padding-top: 20vh;
  }
  
  #caption_bottom {
  padding-bottom: 2vh;
  }
  
  .caption h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
    padding-bottom: 1rem;
  }
  
  .caption h3 {
    font-size: 2rem;
     text-shadow: 0.1rem 0.1rem 0.5rem black;
     padding-bottom: 1.6rem;
     line-height: 3rem;
  }
  
  .btn-lg {
     border-width: medium;
     border-radius: 0;
     font-size: 1.1rem;
  }
  
  #down-arrow {
    font-size: 1.9rem;
    padding-top: 0rem;
    padding-bottom: 0px;
  }

  @media (max-width: 600px) {
    #logo {
      width: 150px;
    }
    .caption h3 {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 1.4rem;
      line-height: 2rem;
    }
    .caption a {
      border-width: medium;
      border-radius: 0;
      font-size: 0.9rem;
   }
  }

/*------------------------------------- ABOUT US SECTION -------------------------------------*/

  @media (max-width: 991px) {
    .about-text {
      margin-top: 0px;
    }
  }

  .about-text h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px;
  }

  @media (max-width: 767px) {
    .about-text h3 {
      font-size: 35px;
    }
  }

  .about-text h4 {
    font-weight: 600;
    margin-bottom: 15px;
  }

  @media (max-width: 767px) {
    .about-text h4 {
      font-size: 18px;
    }
  }

  .about-text p {
    font-size: 18px;
  }

  .about-text p mark {
    font-weight: 600;
    color: #3a3973;
  }

  .about-text .btn-bar {
    padding-top: 8px;
  }

  .about-text .btn-bar a {
    min-width: 150px;
    text-align: center;
    margin-right: 10px;
  }
  
  .about-img {
    padding: 0;
  }

  @media (max-width: 991px) {
    .about-img {
      margin-top: 30px;
    }
  }

.about-section {
  background-color: #080808;
  color: #FFFFFF;
}

.about-img img {
  height: auto; 
  width: 90%;
  border: solid 5px white;
}

.about-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-text h3 {
    font-size: 3.2rem;
}

.about-text h4 {
    font-size: 1.8rem;
}

.about-text p {
    font-size: 1.2rem;
}

#btn-1 {
    margin-right: 20px;
    border-radius: 3%;
    font-size: 1.1rem;
}

@media (max-width: 798px) {
  #btn-1 {
    margin-right: 20px;
    border-radius: 3%;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
}

@media (max-width: 410px) {
  #btn-1 {
    margin-right: 20px;
    border-radius: 3%;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
}

#btn-2 {
  border-radius: 3%;
  font-size: 1.1rem;
}

.px-btn.theme {
  background: #5cb0bb;
  color: #ffffff;
  border: 2px solid #5cb0bb;
}

.px-btn {
  padding: 0 20px;
  line-height: 42px;
  border: 2px solid transparent;
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.px-btn.theme-t {
  background: transparent;
  border: 2px solid #5cb0bb;
  color: #5cb0bb;
}

/*------------------------------------- SERVICES SECTION -------------------------------------*/

.highlight {
  color: #5cb0bb;
  font-weight:bold;
} 

#services {
  background: #080808;
}

#services .services-list {
    padding-top: 50px;
}

#services_2 {
  background: #080808;
}

#services_2 .services-list {
    padding-top: 50px;
}

#services_3 {
  background: #080808;
}

#services_3 .services-list {
    padding-top: 50px;
}

#services_4 {
  background: #080808;
}

#services_4 .services-list {
    padding-top: 50px;
}

.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
  background: #303030;
  text-align: center;
  align-items: center;
}

.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1 .icon {
  padding-bottom: 20px;
}

.feature-box-1 .icon img {
  height: 200px;
  width: 200px;
}

.feature-box-1 .icon i {
  line-height: 70px;
}

.feature-box-1 h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}

.feature-box-1 p {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #ffffff;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1:hover {
  top: -5px;
}

.feature-box-1:hover h5 {
  color: #080808;
}

.feature-box-1:hover p {
  color: #080808;
}

.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.services-section {
    position: relative;
}

/*------------------------------------- SURGEON SECTION -------------------------------------*/

.surgeon-img img {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.surgeon_box {
padding-top: 20px;
padding-bottom: 20px;
}

.feature-box-2 {
  padding: 0px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
  background: #303030;
  text-align: left;
  align-items: center;
}

.feature-box-2 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-2 .icon {
  padding-bottom: 0px;
}

.feature-box-2 .icon img {
  height: 200px;
  width: 200px;
}

.feature-box-2 .icon i {
  line-height: 70px;
}

.feature-box-2 h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.4rem;
}

.feature-box-2 p {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.feature-box-2 a {
  text-decoration: none;
  color: #ffffff;
}

.feature-box-2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #303030;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-2:hover {
  top: -5px;
}

.feature-box-2:hover h3 {
  color: #ffffff;
}

.feature-box-2:hover p {
  color: #ffffff;
}

.feature-box-2:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

#btn-3 {
  margin-right: 20px;
  border-radius: 3%;
  font-size: 1.1rem;
}

#btn-4 {
border-radius: 3%;
font-size: 1.1rem;
}

#btn-5 {
  border-radius: 3%;
  font-size: 1.1rem;
  margin-top: 30px;
}

.surgeon_box .btn-bar {
  padding-top: 20px;
}

.surgeon-text-2 {
  padding: 10px 30px;
}

#surgeon-image_section {
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .surgeon-text-2 {
    padding: 10px 10px;
  }
  .feature-box-2 p {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
  }
  .feature-box-2 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
  }
  #btn-3 {
    margin-right: 10px;
    border-radius: 3%;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #btn-4 {
  border-radius: 3%;
  font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .surgeon-text-2 {
    padding: 25px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-box-2 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  .surgeon-text-2 {
    padding: 25px 5px;
  }
  .feature-box-2 p {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
  }
  #btn-3 {
    margin-right: 10px;
    border-radius: 3%;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #btn-4 {
  border-radius: 3%;
  font-size: 1rem;
  }
  #payment_text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-btn {
    padding: 0 15px;
  }
  #contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*------------------------------------- CONTACT SECTION -------------------------------------*/

#contact_details {
  padding-top: 2rem;
}

#contact_p {
  color: white;
  font-size: 1.2rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  #contact_details {
    padding-top: 0rem;
  }

  #about {
    padding-top: 4rem;
  }

  #contact_p {
    padding-bottom: 2rem;
  }
}

#input-padding {
  padding-left:0;
  padding-right:0;
}

.contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width:768px) {
  .contact {
      margin-bottom: 60px;
  }
}

.contact input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  font-family: 'poppins', sans-serif;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: 'poppins', sans-serif;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact input:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #5cb0bb;
  font-family: 'poppins', sans-serif;
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  color: #fff;
  background: #4e949d;
}

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media only screen and (max-width:768px) {
  .single_address {
      padding-left: 0px;
  }
}

.single_address i {
  background: #f6f6f6;
  color: #5cb0bb;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #5cb0bb;
  color: #f6f6f6;
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

.text-center {
  text-align: center!important;
}

/*------------------------------------- FOOTER SECTION -------------------------------------*/

#footer_2 {
  width: 100%;
  padding-bottom: 0px;
  text-decoration: underline;
  color: #6D757D;
  font-weight: 700;
}

footer {
  margin-top: 4rem;
}

#footer_1 {
text-decoration: underline;
color: #6D757D;
}
