* {
  margin: 0;
  padding: 0;
  outline: 0;
}
.header-sec {
  padding: 12px 0px;
}
.header-logo {
  width: 88px;
}
.header-section .navbar {
  background-color: #7f848a67;
}
button.btn.btn-secondary.dropdown-toggle {
  background: #ff660079;
  display: flex;
  gap: 12px;
}

.lang-box {
  display: flex;
  gap: 8px;
}

.lang-box p {
  font-size: 16px;
  color: #222;
  margin: 0;
  padding: 0;
}

.lang-box img {
  width: 20px;
  height: 26px;
  object-fit: contain;
}
.dropdown-toggle::after {
  margin-top: 10px;
}

/* Hero Sec Css code here */
.hero-sec {
  padding: 80px 0px;
}
.hero-title {
  text-align: center;
  padding-bottom: 40px;
}
.hero-title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #222e3a;
  margin: 0;
  padding: 0;
}
.hero-title p {
  font-size: 22px;
  font-weight: 400;
  color: #222e3a;
  margin: 0;
  padding: 16px 0px;
}

.hero-right-box h3 {
  font-size: 22px;
  color: #222e3a;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
}
.hero-right-box p {
  font-size: 18px;
  color: #222e3a;
  font-weight: 400;
  text-align: left;
  padding: 20px 0px;
  margin: 0;
}
.hero-left-box {
  display: flex;
  gap: 20px;
  box-shadow: 0 4px 24px #222e3a1f;
  padding: 28px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.list-items h4 {
  font-size: 16px;
  font-weight: 700;
  color: #222e3a;
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
}
.item-box p {
  font-size: 16px;
  font-weight: 400;
  color: #5c6977;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.list-items {
  flex-basis: 50%;
  padding-top: 24px;
}
.price-box {
  flex-basis: 50%;
}
.price-box {
  text-align: center;
  border: 1px solid #3b5fca;
  border-radius: 12px;
  position: relative;
}

.pp-box h5 {
  color: #5c6977;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pp-box p {
  font-size: 16px;
  color: #222e3a;
  font-weight: 600 !important;
  text-align: center;
  margin: 0;
  padding: 18px 0px;
  position: relative !important;
}

.pp-box p span {
  font-size: 40px;
  font-weight: 700;
}

.pp-box a {
  display: inline-block;
  text-decoration: none;
  background: #ff6400;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 16px;
}

.pp-box {
  padding: 20px 28px;
  background: #fff;
  border-radius: 16px;
  position: relative;
  margin-top: -12px;
}

.pp-box h6 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  padding-top: 16px;
  color: #5c6977;
}
.ab-text {
  display: block;
  background-color: #3b5fca;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px 8px 0px 0px;
  padding-top: 8px;
  padding-bottom: 20px;
  margin: 0;
}

/* Review sec css code here */

.carous-box {
  display: flex;
  gap: 24px;
}

.carous-single {
  padding: 24px;
  background: transparent;
  border: 1px solid #f5f6f7;
  box-shadow: 0 12px 32px -12px #4e4b661f;
  border-radius: 20px;
}

.carous-single p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 148%;
  color: #5c6977;
}

section.review-sec {
  padding: 80px 0px;
}

.name-box {
  display: flex;
  gap: 16px;
  padding-top: 12px;
}

.img-box img {
  width: 36px;
  border-radius: 4px;
}

.name p {
  font-size: 14px;
  font-weight: 600;
  color: #222e3a;
}
.carousel-indicators {
  bottom: -80px;
}
.carousel-inner {
  width: 80%;
  margin: 0 auto;
}
.carousel-control-next-icon {
  filter: invert(1);
}
.carousel-control-prev-icon {
  filter: invert(1);
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #3b5fca;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.copy-right-box {
  padding: 48px 0px;
}
.footer-text {
  text-align: center;
}
.footer-text p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #222e3a;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .hero-left-box {
    flex-direction: column;
  }
  .hero-right-box {
    padding-top: 60px;
  }
}

@media (max-width: 580px) {
  .hero-title h2 {
    font-size: 32px;
  }

  .hero-title p {
    font-size: 14px;
  }

  .hero-right-box h3 {
    font-size: 16px;
  }

  .hero-right-box p {
    font-size: 12px;
  }
  .hero-right-box {
    padding-top: 20px;
  }

  .hero-left-box {
    flex-direction: column;
  }

  .hero-title h2 {
    font-size: 22px;
  }

  .carous-single p {
    font-size: 12px;
  }

  .carous-single p {
    font-size: 12px;
  }

  .carous-single {
    padding: 16px;
  }

  .carous-box {
    gap: 12px;
  }
}
