.bi-check2-all {
  color: #16b3c7;
}

/* header and footer Start Here */
.top-spaces {
  margin-top: 95px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
/* header and footer End Here */

/* Home page start here */
/* .about .box{
    font-weight: 600;
    color: #16b2c6;
    font-size: 20px;
} */

.about .button a {
  background-color: #075e8d;
  border-color: #075e8d;
}

/* Home page end here */

/* breadcrumb start here */

.ad-breadcrumb-outer {
  background-color: #075e8d;
  padding: 25px 0;
}

.ad-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ad-breadcrumb h3 {
  color: white;
  font-weight: bold;
  margin: 0;
}

.ad-breadcrumb ol {
  margin: 0;
}

.ad-breadcrumb ol li {
  color: white;
  font-size: 18px;
}

.ad-breadcrumb ol li a {
  color: white;
  font-size: 18px;
}

.ad-breadcrumb ol li a:hover {
  color: #47b2e4;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(255 255 255);
}

.services-page .icon-boxes h4 {
  font-size: 18px;
  color: #075e8d;
  margin-bottom: 15px;
}

.services-page .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.services-page .icon-box {
  margin-top: 20px;
}

.services-page .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.services-page .icon-box .icon i {
  color: #075e8d;
  font-size: 32px;
}

.services-page .icon-box:hover .icon {
  background: #075e8d;
  border-color: #075e8d;
}

.services-page .icon-box:hover .icon i {
  color: #fff;
}

.services-page .icon-box .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
}

.services-page .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.services-page .icon-box .title a:hover {
  color: #075e8d;
}

.services-page .icon-box .description {
  line-height: 24px;
  font-size: 17px;
  color: black;
  font-weight: 500;
}

/* breadcrumb end here */

/* Media start here */
/* .videos .box{
  border: 2px solid #000000;
} */

.videos .box .btn-primary{
  background-color:  #075e8d;
  border-color: #075e8d;
}
/* Media end here */

/* Contact start here */

.contact .contact-address-1{
  background: url('http://localhost/dr-aparna-dhar/assets/images/contact/contact-address-1.png') no-repeat center center fixed;
  background-size: cover;
}

/* Contact end here */

/* All Media Queries Start here */
@media screen and (max-width: 1400px) {
#footer .footer-top .footer-contact p {
  font-size: 13px;
}
}
@media screen and (max-width: 767px) {
  .ad-breadcrumb {
    flex-direction: column;
    align-items: start;
  }

  .ad-breadcrumb h3 {
    margin-bottom: 10px;
  }
  .ad-breadcrumb-outer {
    padding: 25px 0;
  }
  .ad-breadcrumb ol li {
    font-size: 16px;
  }

  .ad-breadcrumb ol li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .about .icon-box .description {
    font-size: 15px;
  }
  .about .icon-box .title {
    font-size: 21px;
  }
  .about .button a {
    font-size: 14px;
  }
  .services-page .icon-box .description {
    font-size: 15px;
  }
  .services-page .icon-box .title {
    font-size: 21px;
  }
  .services-page .button a {
    font-size: 14px;
  }
  section {
    padding: 30px 0;
  }
  .about .icon-boxes h3 {
    font-size: 24px;
  }
  .about .video-box img {
    width: 65%;
  }
  .services .details h3 {
    font-size: 20px;
  }
  .services .details p {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .testimonials .testimonial-item p {
    font-size: 15px;
  }
  .faq .faq-list a {
    font-size: 16px;
  }
  .faq .faq-list p {
    font-size: 15px;
  }
  .contact .info {
    padding: 15px;
  }
  .contact .info h4 {
    font-size: 20px;
  }
  .contact .needs-validation label {
    font-size: 15px;
  }
  .contact .needs-validation input {
    height: 34px;
  }
  .footer-bottom {
    flex-direction: column;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}
}
/* All Media Queries End here */
