* {
  box-sizing: none;
}


body {
  font-family: Montserrat !important;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Montserrat !important;
}

.fixed-top {
  position: fixed !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.container {
  position: relative;
  z-index: 2;
}


.home-banner-section {
  background-image: url(../img/home_banner_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}

.home-banner-section .banner-content {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-color: rgba(2, 0, 49, 0.6);

}

.home-banner-section .banner-content .carousel-inner {
  padding-bottom: 30px;
}

.home-banner-section .banner-content .carousel-content h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Waterfall', sans-serif !important;
}

.home-banner-section .banner-content .carousel-content h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Philosopher', sans-serif !important;
  margin-bottom: 30px;
}

.home-banner-section .banner-content .carousel-content p {
  color: #fff;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 50px;
}

@media (min-width:992px) and (max-width:1200px) {
  .home-banner-section .banner-content .carousel-content h2 {
    font-size: 46px;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .home-banner-section {
    height: 750px;
  }

  .home-banner-section .banner-content .carousel-content h2 {
    font-size: 46px;
  }

}

@media (min-width:568px) and (max-width:768px) {
  .home-banner-section {
    height: 750px;
  }

  .home-banner-section .banner-content .carousel-content h6 {
    font-size: 36px;
  }

  .home-banner-section .banner-content .carousel-content h2 {
    font-size: 44px;
  }

}

@media (max-width:568px) {
  .home-banner-section {
    height: 720px;
  }

  .home-banner-section .banner-content {
    padding-top: 60px;

  }

  .home-banner-section .banner-content .carousel-content h6 {
    font-size: 32px;
  }

  .home-banner-section .banner-content .carousel-content h2 {
    font-size: 34px;
  }

}

.main-btn {
  padding: 10px 20px;
  background-color: #020031;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #fff;
  transition: all 0.4s;
}

.btn-grp .main-btn {
  margin-right: 10px;
}

.main-btn:hover {
  border: 2px solid #020031;
  background-color: #fff;
  color: #020031;
}

.btn-grp .main-btn:nth-child(2) {
  background-color: #fff;
  color: #020031;
}

.btn-grp .main-btn:hover:nth-child(2) {
  background-color: #020031;
  border: 2px solid #fff;
  color: #fff;
}

@media (max-width:568px) {
  .btn-grp .main-btn {
    padding: 8px 16px;
  }

}

.banner-btm-counter {
  position: relative;
  margin-top: -100px;
}

.banner-btm-counter .counter-box-wrapper {
  background-color: #020031;
  padding: 30px 20px 20px;
}

.banner-btm-counter .counter-box-wrapper .counter-box {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.banner-btm-counter .counter-box-wrapper .counter-box img {
  margin-top: 10px;
  margin-bottom: 20px;
  transition: all 0.4s;
}

.banner-btm-counter .counter-box-wrapper .counter-box:hover img {
  transform: scale(1.1);
}

.banner-btm-counter .counter-box-wrapper .counter-box .box-content h3 {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Philosopher', sans-serif !important;
  margin-bottom: 10px;
  color: #020031;
}

.banner-btm-counter .counter-box-wrapper .counter-box .box-content p {
  font-weight: 600;
  text-transform: uppercase;
  color: #020031;
}



@media (min-width:768px) and (max-width:992px) {
  .banner-btm-counter .counter-box-wrapper .counter-box {
    height: 260px;
  }

  .banner-btm-counter .counter-box-wrapper .counter-box .box-content h3 {
    font-size: 40px;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .banner-btm-counter .counter-box-wrapper .counter-box {
    height: 240px;
  }

  .banner-btm-counter .counter-box-wrapper .counter-box .box-content h3 {
    font-size: 36px;
  }
}


.about-us-section {
  padding: 80px 0;
  position: relative;
}

.about-us-section .heading h6 {
  font-weight: 700;
  color: #020031;
  font-family: 'Philosopher', sans-serif !important;
  width: fit-content;
  border-bottom: 2px solid;
  font-size: 18px;
  margin-bottom: 18px;
}

.about-us-section .heading h3 {
  font-weight: 600;
  color: #020031;
  text-transform: uppercase;
}

.about-us-section .heading h3 span {
  font-weight: 900;
}

.about-us-section .heading p {
  font-weight: 600;
  color: #020031;
}

.about-us-section .left-content p {
  line-height: 30px;
  margin-bottom: 25px;
  text-align: justify;
  font-weight: 500;
  color: #5d5a86;
}

.about-us-section .left-content .about-feature {
  margin-bottom: 30px;
}

.about-us-section .left-content .about-feature .feature-box {
  text-align: center;
  position: relative;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 220px;
}

.about-us-section .left-content .about-feature .feature-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.about-us-section .left-content .about-feature .feature-box h6 {
  width: 100%;
  border-bottom: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: #020031;
}

.about-us-section .left-content .about-feature .feature-box p {
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}

.about-us-section .right-content {
  display: flex;
  justify-content: end;
}

.about-us-section .right-content .img-box {
  width: 460px;
  height: 460px;

  position: relative;
}

.about-us-section .right-content .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
  border: 1px dashed #020031;
  border-radius: 50%;
  animation: spin 20s infinite linear;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.about-us-section .right-content .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


@media (min-width:1200px) and (max-width:1400px) {
  .about-us-section .right-content .img-box {
    width: 430px;
    height: 430px;
  }

  .about-us-section .right-content .img-box::before {

    width: 460px;
    height: 460px;
  }

}

@media (min-width:992px) and (max-width:1200px) {
  .about-us-section .left-content .about-feature .feature-box {
    height: 250px;
  }

  .about-us-section .right-content .img-box {
    width: 400px;
    height: 400px;
  }

  .about-us-section .right-content .img-box::before {
    width: 430px;
    height: 430px;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .about-us-section .left-content .about-feature .feature-box {
    height: 190px;
  }

  .about-us-section .right-content {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }

  .about-us-section .right-content .img-box {
    width: 400px;
    height: 400px;
  }

  .about-us-section .right-content .img-box::before {
    width: 430px;
    height: 430px;
  }

}

@media (min-width:568px) and (max-width:768px) {
  .about-us-section .right-content {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }

  .about-us-section .right-content .img-box {
    width: 400px;
    height: 400px;
  }

  .about-us-section .right-content .img-box::before {
    width: 430px;
    height: 430px;
  }

}

@media (max-width:568px) {
  .about-us-section .left-content .about-feature .feature-box {
    height: 210px;
  }

  .about-us-section .right-content {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }

  .about-us-section .right-content .img-box {
    width: 350px;
    height: 350px;
  }

  .about-us-section .right-content .img-box::before {
    width: 380px;
    height: 380px;
  }

}

@media (max-width:400px) {
  .about-us-section .heading h6 {
    margin: 0 auto 16px;
  }

  .about-us-section .heading h3 {
    text-align: center;
  }

  .about-us-section .heading p {
    text-align: center;
  }

  .about-us-section .right-content {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }

  .about-us-section .right-content .img-box {
    width: 300px;
    height: 300px;
  }

  .about-us-section .right-content .img-box::before {
    width: 330px;
    height: 330px;
  }

}




.section-title {
  margin-bottom: 20px;
}

.section-title .heading {
  font-weight: 600;
  color: #020031;
  text-transform: uppercase;
  font-family: 'Philosopher', sans-serif !important;
}

.section-title.dark-bg .heading {
  color: #fff;
}

.section-title .heading span {
  font-weight: 900;
}

.section-title.text-center .subheading {
  margin: 0 auto 18px;
}

.section-title .subheading {
  font-weight: 700;
  color: #020031;
  font-family: 'Philosopher', sans-serif !important;
  width: fit-content;
  border-bottom: 2px solid;
  font-size: 18px;
  margin-bottom: 18px;
}

.section-title.dark-bg .subheading {
  color: #fff;
}

.quote-box {
  padding: 20px;
  background-color: #020031;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
}

.quote-box.dark-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

.quote-box p {
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.quote-box.dark-bg p {
  color: #020031;
}

.quote-box p svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.quote-box span {
  text-align: end !important;
  display: block;
  font-weight: 600;
  color: #5d5a86;
}

.service-main-container {
  padding: 80px 0;
  position: relative;
  background-color: #020031;
}
.service-main-container.light-bg{
  
  background-color: #fff;
}
.service-main-container .main-service-box-wrapper {
  margin: 40px 0;
  position: relative;
}

.service-main-container .main-service-box-wrapper .service-box {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;

}

.service-main-container .main-service-box-wrapper .service-box .box-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 10px;
}
.service-main-container.light-bg .service-box .box-img {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.service-main-container .main-service-box-wrapper .service-box .box-img img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s;
}

.service-main-container .main-service-box-wrapper .service-box:hover .box-img img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.service-main-container .main-service-box-wrapper .service-box .box-content {
  padding: 24px 12px;

}

.service-main-container .main-service-box-wrapper .service-box .box-content h4 {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.service-main-container.light-bg .service-box .box-content h4 a{
  color: #020031;
  display: block;
}
.service-main-container .main-service-box-wrapper .service-box .box-content p {
  font-weight: 500;
  line-height: 28px;
  color: #cecece;
  font-size: 14px;
  max-height: 80px;
  margin-bottom: 16px;
  overflow: auto;
}
.service-main-container.light-bg .service-box .box-content p{
  color: rgba(2, 0, 49, 0.8);

}
.service-main-container .main-service-box-wrapper .service-box .box-content a {
  font-weight: 600;
  color: #fff;
  display: block;

}
.service-main-container.light-bg .service-box .box-content a{
  color: #020031;

}
.disease-section {
  padding: 80px 0;
  position: relative;
  background-color: #f7f7ff;
}

.disease-section .disease-box {
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 30px 30px 0px 30px;
  background-color: #020031;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border: 1px solid #fff;
  height: 240px;
}

.disease-section .disease-box img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
}

.disease-section .disease-box h5 {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.disease-section .disease-box p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width:768px) and (max-width:992px) {
  .disease-section .disease-box {
    height: 260px;
  }

}

@media (max-width:568px) {
  .disease-section .disease-box {
    height: 260px;
  }

}


.whyus-section {
  padding: 80px 0;
  position: relative;
  background-image: url(../img/home_banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 0, 49, 0.8);
}

.whyus-section p.txt-top {
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.whyus-section .left-content h6 {
  font-weight: 700;
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;
  width: fit-content;
  border-bottom: 2px solid;
  font-size: 22px;
  padding-bottom: 6px;
  margin: 0 auto 16px;

}

.whyus-section .left-content ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

  margin-bottom: 20px;
}

.whyus-section .left-content ul li {
  margin: 6px 10px 6px 0;
  padding-left: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: relative;
  color: #fff;
  font-weight: 500;
  background-color: #020031;
  text-align: center;
  overflow: hidden;
}

.whyus-section .left-content ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%);
  transition: all 0.4s;
}

.whyus-section .left-content ul li:hover::before {
  width: 100%;
}

.whyus-section .left-content ul li img {
  transform: rotate(90deg);
  margin-right: 5px;
  width: 55px;

}

.whyus-section .left-content .whyus-box {
  padding: 30px 10px;

  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(255, 255, 255, 0.4) 0px 30px 45px -18px inset;
  margin-bottom: 20px;
}

.whyus-section .left-content .whyus-box h2 {
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;
  margin-bottom: 10px;
  font-weight: 600;
}

.whyus-section .left-content .whyus-box p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.whyus-section .right-content {
  padding: 20px 0 20px 40px;
  height: 100%;
}

.whyus-section .right-content .video-box {
  height: 500px;
  position: relative;
}

.whyus-section .right-content .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;

}

.whyus-section .right-content .video-box button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:992px) {
  .whyus-section .right-content {
    padding: 20px 0 20px 0;
    height: 100%;
  }
}

@media (max-width:400px) {
  .whyus-section .right-content .video-box video {
    border-radius: 0;

  }

}

@media (max-width:400px) {
  .whyus-section .right-content .video-box {
    height: 400px;
    position: relative;
  }
}


.gallery-section {
  padding: 80px 0;
}

.gallery-section .gallery-box {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.gallery-section .gallery-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 3px solid #020031;
  border-left: 3px solid #020031;
  z-index: 1;
  transition: all 0.4s;
}

.gallery-section .gallery-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-bottom: 3px solid #020031;
  border-right: 3px solid #020031;
  z-index: 1;
  transition: all 0.4s;

}

.gallery-section .gallery-box:hover::before,
.gallery-section .gallery-box:hover::after {
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-box img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.4s;
  filter: grayscale(100%) brightness(70%);
}

.gallery-section .gallery-box .box-icon {
  width: 30px;
  height: 30px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #020031;
  border: 2px solid #020031;
  transition: all 0.4s;
  opacity: .6;
  z-index: 2;
}

.gallery-section .gallery-box:hover img {
  filter: grayscale(0) brightness(100%);
}

.gallery-section .gallery-box:hover .box-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
  border-radius: 50%;
  border-color: #fff;
}



@media (max-width:400px) {
  .gallery-section .gallery-box {
    height: 280px;
  }
}


.testimonial-section {
  padding: 80px 0;
  background-image: url(../img/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial-section::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(2, 0, 49, 0.4);
}

.testimonial-section .testimonial-box-wrapper {
  margin-top: 30px;
}

.testimonial-section .testimonial-box-wrapper .left-content {
  text-align: center;
}

.testimonial-section .testimonial-box-wrapper .left-content h6 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;

}

.testimonial-section .testimonial-box-wrapper .left-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 54px;
  font-family: 'Philosopher', sans-serif !important;
  margin-bottom: 14px;
}

.testimonial-section .testimonial-box-wrapper .left-content h4 {
  color: #fff;
  margin-bottom: 15px;
}

.testimonial-section .testimonial-box-wrapper .left-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-section .testimonial-box-wrapper .left-content p img {
  margin-right: 5px;

}

.testimonial-section .testimonial-box-wrapper .left-content .rating svg {
  width: 22px;
  height: 22px;
  color: #ff5e00;
  position: relative;

}

.testimonial-section .testimonial-box-wrapper .left-content .rating svg:last-child {
  color: #cecece;
}

.testimonial-section .testimonial-box-wrapper .right-content {
  position: relative;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box {
  padding: 20px;
  margin-right: 0;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box img {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box .rating svg {
  color: #020031;
  width: 14px;
  height: 14px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box .rating svg.nill {
  opacity: .4;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box p.message {
  font-size: 14px;
  height: 120px;
  overflow: auto;
  font-weight: 500;
  color: #5d5a86;
  text-align: justify;
  padding-right: 10px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box p.message::-webkit-scrollbar {
  display: block !important;
  width: 4px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box p.message::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #020031;
  border-radius: 10px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box p.message::-webkit-scrollbar-track {
  background-color: #020031;
  border-radius: 10px;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box p.name {
  font-weight: 700;
  color: #020031;
  margin-bottom: 0;
  text-transform: uppercase;
}

.testimonial-section .testimonial-box-wrapper .right-content .testimonial-box span {
  font-size: 14px;
  color: #020031;
}

.testimonial-section .testimonial-box-wrapper .right-content .owl-nav button:hover {
  background: none;
}

.testimonial-section .testimonial-box-wrapper .right-content .owl-nav {
  margin-top: 30px;
  text-align: end;

}

.testimonial-section .testimonial-box-wrapper .right-content .owl-nav button svg {
  width: 24px;
  color: #fff;
  height: 24px;
  padding: 8px;
  border: 2px solid #fff;
}

.testimonial-section .testimonial-box-wrapper .right-content .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: all .4s ease;
  border-radius: 0;
}

.testimonial-section .testimonial-box-wrapper .right-content .owl-dots .owl-dot.active span {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media(max-width:992px) {
  .testimonial-section .testimonial-box-wrapper {
    margin-top: 10px;
  }

  .testimonial-section .testimonial-box-wrapper .left-content {
    margin-bottom: 30px;
  }
}


.faq-section {
  padding: 80px 0;
  position: relative;
}

.faq-section .faq-accordion-container {
  margin-top: 24px;
}

.faq-section .faq-accordion-container .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.faq-section .faq-accordion-container .accordion-button {
  color: #020031;
  background-color: transparent;

  border-radius: 0 !important;
  border-left: 5px solid #020031;
  border-top: 1px solid rgba(2, 0, 49, 0.4);
  border-right: 5px solid #020031;
  border-bottom: 1px solid rgba(2, 0, 49, 0.4);
  box-shadow: none;
  font-weight: 600;
  font-size: 18px;
}

.faq-section .faq-accordion-container .accordion-button:not(.collapsed) {
  color: #020031;
  background-color: transparent;
  box-shadow: none;
}

.faq-section .faq-accordion-container .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/icons/chevron-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.faq-section .faq-accordion-container .accordion-body p {
  font-weight: 500;

}

@media (max-width:568px) {
  .faq-section .faq-accordion-container .accordion-button {
    font-size: 16px;
  }
}


.innertitle-banner {
  padding: 80px 0;
  background: url(../img/innertitle-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: -1;
  position: relative;
  
}

.innertitle-banner h2 {
  text-transform: capitalize;
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;
  font-size: 42px;
}

@media (max-width:568px) {
  .innertitle-banner h2 {
    font-size: 34px;
  }

}

.innertitle-banner ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.innertitle-banner ul li {
  color: #fff;
  font-size: 14px;
}

.innertitle-banner ul li a {
  color: #fff;
}

.innertitle-banner ul li.active {
  opacity: .6;
}


.innerpage-main-content {
  padding: 60px 0;
  position: relative;
}

.innerpage-main-content .left-content .heading {
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #020031;
}

.innerpage-main-content .left-content .detail-box {
  margin-bottom: 30px;
}

.innerpage-main-content .left-content .detail-box h5 {
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  border-bottom: 2px solid #020031;
  color: #020031;
  margin-bottom: 15px;
}

.innerpage-main-content .left-content .detail-box p {
  line-height: 30px;
  text-align: justify;
  color: rgba(2, 0, 49, 0.8);
  font-weight: 500;
}

.innerpage-main-content .left-content .img-box {
  text-align: center;
}

.innerpage-main-content .left-content .img-box img {
  width: 460px;
  margin-bottom: 30px;
}

@media (max-width:568px) {
  .innerpage-main-content .left-content .img-box img {
    width: 100%;
    min-height: 240px;
    margin-bottom: 30px;
  }

}

.innerpage-main-content .left-content .detail-box ul li {
  font-weight: 500;
  color: rgba(2, 0, 49, 0.8);
  margin: 8px 0;
}

.innerpage-main-content .left-content .detail-box ul li::marker {
  color: #020031;
}

.innerpage-main-content .left-content .detail-box a {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;

}

.main-cta-section {
  padding: 60px 20px;
  background: url(../img/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  margin: 60px 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main-cta-section h6 {
  color: #fff;
}

.main-cta-section h2 {
  color: #fff;
  font-weight: 600;
}

.main-cta-section p {
  color: #cecece;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width:568px) {
  .main-cta-section h6 {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 28px;
  }

  .main-cta-section h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;

  }

  .main-cta-section p {
    font-size: 14px;
    line-height: 28px;
  }

}

.innerpage-main-content .right-content {
  padding-left: 30px;
  position: sticky;
  top: 160px;
}

.innerpage-main-content .right-content .sidebar-cta-box {
  padding: 30px;
  position: relative;
  background: url(../img/inner-side-cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 40px;
}

.innerpage-main-content .right-content .sidebar-cta-box::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 0, 49, 0.9);
}

.innerpage-main-content .right-content .sidebar-cta-box .box-heading {
  display: flex;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
}

.innerpage-main-content .right-content .sidebar-cta-box .box-heading svg {
  width: 46px;
  height: 46px;
  color: #fff;
}

.innerpage-main-content .right-content .sidebar-cta-box .box-heading p {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
}

.innerpage-main-content .right-content .sidebar-cta-box .box-heading a {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

.innerpage-main-content .right-content .sidebar-cta-box p {
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.innerpage-main-content .right-content .sidebar-cta-box .main-btn {
  display: inline-block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}

.innerpage-main-content .right-content .brochure {
  margin-bottom: 30px;
  position: relative;
}

.innerpage-main-content .right-content .brochure .brochure-btn {
  padding: 22px 0;
  display: block;
  text-align: center;
  background-color: #020031;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.innerpage-main-content .right-content .brochure .brochure-btn svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}



@media (min-width:1200px) and (max-width:1400px) {
  .innerpage-main-content .right-content .sidebar-cta-box .box-heading a {
    font-size: 24px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .innerpage-main-content .right-content {
    padding-left: 0;
  }

  .innerpage-main-content .right-content .sidebar-cta-box .box-heading p {
    font-size: 16px;
  }

  .innerpage-main-content .right-content .sidebar-cta-box .box-heading a {
    font-size: 20px;
  }

  .innerpage-main-content .right-content .brochure .brochure-btn {
    font-size: 16px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .innerpage-main-content .right-content {
    padding-left: 0;
  }

  .innerpage-main-content .right-content .sidebar-cta-box {
    text-align: center;
  }

  .innerpage-main-content .right-content .sidebar-cta-box .box-heading {
    justify-content: center;
  }

}

@media (min-width:568px) and (max-width:768px) {
  .innerpage-main-content .right-content {
    padding-left: 0;
  }

  .innerpage-main-content .right-content .sidebar-cta-box {
    text-align: center;
  }

  .innerpage-main-content .right-content .sidebar-cta-box .box-heading {
    justify-content: center;
  }

}

@media (max-width:568px) {
  .innerpage-main-content .right-content {
    padding-left: 0;
  }

  .innerpage-main-content .right-content .sidebar-cta-box {
    text-align: center;
  }

  .innerpage-main-content .right-content .sidebar-cta-box .box-heading {
    display: flex;
    gap: 6px;
    position: relative;
    margin-bottom: 40px;
    justify-content: center;
  }
  
  .innerpage-main-content .right-content .sidebar-cta-box .box-heading svg {
    width: 36px;
    height: 36px;
    color: #fff;
  }
  
  
}


.innercontact-page {
  padding: 60px 0;
  position: relative;
}

.innercontact-page .heading{
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.innercontact-page .heading h6{
  font-weight: 600;
  color: #020031;
  text-transform: uppercase;
}
.innercontact-page .heading h3{
  font-weight: 700;
  color: #020031;
  text-transform: uppercase;
}

.innercontact-page .heading p{
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(2, 0, 49, 0.8);
}
.innercontact-page .contact-box-wrapper{
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.innercontact-page .contact-box{
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}
.innercontact-page .contact-box.dark-box{
  background-color: #020031;
}
.innercontact-page .contact-box .box-img svg{
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  color: #020031;
}

.innercontact-page .contact-box .box-content h4{
  font-weight: 600;
  color: #020031;
  border-bottom: 2px solid ;
  margin-bottom: 20px;
}
.innercontact-page .contact-box.dark-box h4{
  color: #fff;
}
.innercontact-page .contact-box .box-content a{
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #020031;
  
}
.innercontact-page .contact-box .box-content a svg{
  margin-right: 5px;
}
.innercontact-page .contact-box.dark-box ul{
  margin-top: 40px;
}
.innercontact-page .contact-box.dark-box li{
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.innercontact-page .google-map iframe{
  margin-top: 40px;
  filter: grayscale(100%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  width: 100%;
  height: 450px;
}

.innercontact-page .google-map iframe:hover{
  filter: grayscale(0);

}

@media (max-width:568px){
  .innercontact-page .google-map iframe{
    height: 350px;
  }
}