.bi-check2-all {
  color: #16b3c7;
}

/* header and footer Start Here */
.top-spaces {
  margin-top: 95px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
}

.footer-top {
  text-align: center;
  background-color: #441a64;
  padding: 75px 0 30px 0;
}

.footer-top .box-01 {
  padding-bottom: 75px;
}

.footer-top .box-01 p {
  font-size: 20px;
  color: white;
  font-weight: 400;
}

.footer-top .box-02 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footer-top .box-02 .logo img {
  max-height: 75px;
}

/* 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 .carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.home .section-02 .section-title img {
  width: 250px;
}

.home .section-02 .section-title h2 {
  color: #6b45a0;
}

.home .section-02 .section-title h2::after {
  background: #6b45a0;
}

.home .section-02 .section-title p {
  color: #5a1791;
  font-weight: 500;
}

.home .section-03 .section-title h2 {
  /* font-size: 36px; */
  color: white;
}
.home .section-03 .section-title p {
  /* font-size: 36px; */
  color: white;
}

.home .section-03 .section-title h2::after {
  background: white;
}

.home .section-03 {
  background: url(https://www.lightthered.com/assets/images/home/background-02.jpg);
  background-size: cover;
  padding: 80px 0;
}

.section-title h3 {
  font-size: 32px;
  font-weight: 500;
  color: black;
}

.home .section-04 {
  background: url("https://www.lightthered.com/assets/images/home/background.jpg");
  background-size: cover;
}

.home .section-04 .icon-box .btn-primary {
  background-color: white;
  color: black;
  font-weight: 600;
  border-color: #5c009b;
  width: 125px;
  margin: 0 auto;
}

.home .services .icon-box:hover .btn-primary {
  background-color: #5c009b;
  color: white;
}

.home .section-05 {
  background: url("https://www.lightthered.com/assets/images/home/background.jpg");
  background-size: cover;
}

.home .section-05 .btn-primary {
  background-color: #632f8e;
  border-color: #632f8e;
  font-size: 24px;
}

/* Home page end here */

/* breadcrumb start here */

.ad-breadcrumb-outer {
  background-color: #441a64;
  padding: 18px 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);
}
/* breadcrumb end here */

/* registration and login start here */
.registration .row {
  border: 1px solid #000;
  margin: 5% 30%;
  padding: 25px 15px;
  border-radius: 10px;
  background-color: white;
}

.registration .btn-primary {
  border: 1px solid #632f8e;
  background-color: #632f8e;
}

.registration .form-label {
  color: #632f8e;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.registration .form-control {
  border-color: #632f8e;
  padding: 5px 15px;
  font-size: 15px;
}

.registration h2 {
  text-align: center;
  color: #632f8e;
  font-weight: bold;
  margin-top: 0;
}

.registration .col-md-12 {
  margin-top: 20px;
}

.registration-section {
  background: url("https://www.lightthered.com/assets/images/home/background.jpg");
  background-size: cover;
}
/* registration and login end here */

/* Resoures start here */
.resources .image-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.resources .image-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

/* .resources .image-container:hover img {
  transform: scale(1.1); 
} */

.resources .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.resources .image-container:hover .overlay {
  opacity: 1;
}

.resources .btn-click {
  background: #ff4757;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transform: scale(0.8);
  transition: transform 0.3s ease, background 0.3s ease;
  font-size: 18px;
}

.resources .box {
  text-align: center;
  font-size: 18px;
  background-color: #b8e4e1;
  padding: 12px 0px;
  border-bottom: 3px solid #963ed5;
}

.resources .image-container:hover .btn-click {
  transform: scale(1);
  background: #ff6b81;
}
/* Resoures end here */

/* Show image start here */
.show-image form h2 {
  color: #441a64;
  padding: 10px 0 0 10px;
}

.show-image .form-control {
  border: 1px solid #632f8e;
}

.show-image .btn-primary {
  border-color: #632f8e;
  background-color: #632f8e;
}
/* Show image end here */

/* All Media Queries Start here */
@media screen and (max-width: 1400px) {
  .section-title h2 {
    font-size: 32px;
  }
  .section-title p {
    font-size: 21px;
  }
  #footer .footer-top .footer-links ul a {
    font-size: 18px;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .footer-top .box-01 p {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .registration .row {
    margin: 5% 25%;
  }
}
@media screen and (max-width: 1000px) {
  .registration .row {
    margin: 5% 15%;
  }
}
@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;
  }
  .appointment-btn {
    font-size: 14px !important;
    margin: 6px 0 0px 16px !important;
    padding: 6px 6px !important;
    display: flex !important;
    width: 153px;
    align-items: center;
    justify-content: center;
  }
  .navbar-mobile ul {
    height: fit-content;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 16px;
  }
  .section-title h3 {
    font-size: 21px;
  }
  .home .section-03 {
    padding: 60px 0;
  }
  .services .icon-box {
    padding: 20px 10px;
  }
  .services .icon-box .icon i {
    color: #fff;
    font-size: 48px;
    transition: ease-in-out 0.3s;
  }
  .services .icon-box .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  .services .icon-box h4 {
    font-size: 20px;
  }
  .services .icon-box p,
  .services .icon-box ul {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    color: white;
  }
  .footer-top {
    padding: 60px 0 30px 0;
  }
  .footer-top .box-01 p {
    font-size: 15px;
  }
  .footer-top .box-01 {
    padding-bottom: 30px;
  }
  .footer-top .box-02 {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li {
    padding: 30px 10px 0 10px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }
  .home .section-02 .section-title img {
    width: 160px;
  }
  .registration .row {
    margin: 5%;
  }
  section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .registration .row {
    margin: 5% 0;
  }
}
/* All Media Queries End here */
