.pointer-contianer {
  list-style: none;
  margin-top: 20px;
}
.pointer-contianer li {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 30px;
}
.pointer-contianer li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.about-content h3 {
  text-transform: uppercase;
  color: #1a2539;
}
.about-content p {
  text-align: justify;
}

.about-cta-link {
  background-color: #e5c04e;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s;
  border: 1px solid #e5c04e;
}

.about-cta-link:hover {
  background-color: #fff;
  color: #1a2539;
  border: 1px solid #e5c04e;
}

.img-container {
  border: 1px solid #c0bfbf;
  padding: 10px;
}

.count-box {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.count-box .icon {
  font-size: 50px;
  color: #1a2539;
}

.pl-70 {
  padding-left: 70px;
}

.footer-content {
  margin-top: 20px;
}

.footer-contact p {
  color: #fff;
  text-align: justify;
  line-height: 1.3;
}

.footer-contact p a {
  color: #fff;
}

.copyright-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
  padding-top: 5px;
}

.copyright-container .credits a {
  color: #fff;
}

.section-1 {
  margin-bottom: 50px;
}
.section-heading {
  margin-bottom: 30px;
}

.section-heading.bg-section {
  background-color: #1a2539;
  padding: 15px 0;
}

.section-heading h1 {
  text-align: center;
  color: #e5c04e;
  text-transform: uppercase;
  margin-bottom: 0;
}
.content-container {
  padding: 20px;
  border: 1px solid #1a2539;
}
.content-container.first {
  background-color: #1a2539;
  transition: all 0.3s ease;
}
.content-container.first .content-heading h2 {
  color: #e5c04e;
}
.content-container.first .content-para p {
  color: #fff;
}

.content-container .content-heading {
  margin-bottom: 15px;
}
.content-container .content-heading h2 {
  color: #e5c04e;
  /* text-align: center; */
  position: relative;
  display: inline-block;
}

.content-container .content-heading h2::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a2539;
}

.content-container.first .content-heading h2::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.content-container .content-para p {
  text-align: justify;
}

.causes-contianer {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.causes-contianer .causes-list {
  display: table-cell;
  vertical-align: top;
  width: 33%;
}
.service-section {
  padding-top: 50px;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.897),
      rgba(0, 0, 0, 0.842)
    ),
    url(../img/bg/bg-3.jpg);
  background-position: center;
  background-size: cover;
}
.service-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.service-box .service-heading {
  margin-top: 10px;
}

.service-box .service-heading h3 {
  text-align: center;
  font-size: 25px;
  color: #e5c04e;
}
.service-box .service-des p {
  text-align: center;

  color: #fff;
}

.product-container {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.product-container .product-box {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}

#product-container .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

#product-container .owl-nav button {
  background-color: #1a2539;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.product-box .product-img {
  /* min-height: 250px;
  max-height: 250px; */
  border: 1px solid lightgray;
  padding: 10px;
  overflow: hidden;
  /* margin-bottom: 20px; */
}
.product-box .product-img img {
  height: 100%;
  object-fit: cover;
}

.product-section {
  margin-top: 50px;
}
.product-box .product-name {
  background-color: #1a2539;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-box .product-name h3 {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 10px;
}
/* .product-box .product-name h3:first-child{
  margin-right: 20px;
} */

.product-box .product-des {
  border: 1px solid lightgray;
  padding: 10px;
  min-height: 185px;
  background-color: #fff;
}
.product-box .product-des p {
  text-align: center;
  color: #222;
}

.disclaimer {
  background-color: #111;
  padding: 60px 0;
}

.disclaimer .section-heading h1 {
  color: #fff;
}

.disclaimer .disclaimer-content p {
  font-size: 14px;
  text-align: justify;
  color: #fff;
}
.disclaimer .disclaimer-content h4 {
  color: #fff;
}
.cta-btn {
  background-color: #fff;
  padding: 8px 20px;
}

.quick-link {
  padding-left: 70px;
}
.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-wrapper img {
  width: 150px;
}
.about-cta-container {
  margin-top: 30px;
}
.about-cta-container P {
  border: 1px solid #e5c04e;
  border-left: 10px solid #e5c04e;
  background-color: #fff;
  padding: 10px 20px;
  color: #1a2539;
}
.logo-contianer {
  margin-top: 20px;
}
.logo-img-container {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
}
.logo-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#logo-wrapper .owl-item.active {
  display: flex;
  justify-content: center;
}
.certificate-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.product-section.mobile .product-box .product-img {
  width: 100%;
  /* height: 200px; */
}
.product-section.mobile .product-box .product-img img {
  width: 100%;
  height: 100%;
}

.whatapp-container {
  position: fixed;
  bottom: 100px;
  left: 10px;
}

.whatapp-container a {
  font-size: 40px;
  z-index: 99999;
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  display: inline-block;
  display: grid;
  place-content: center;
}

.cta-form-container {
  margin-bottom: 50px;
}

/* contact us start */
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-title {
  position: relative;
  padding-bottom: 40px;
}
.sec-title .title {
  position: relative;
  color: #1a2539;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbb;
}
.sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}
.sec-title.light h2 {
  color: #fff;
}
.contact-page-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  /* background-color: #1a2539; */
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-4.jpg);
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.contact-page-section .form-column {
  position: relative;
  padding: 0 0 0 15px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}
.contact-page-section .info-column {
  position: relative;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
}
.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 30px;
}

.contact-page-section .info-column .list-info li a {
  color: #fff;
}
.contact-page-section .info-column .list-info li a:hover {
  color: #d0b250;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #1a2539;
}
.contact-form textarea {
  height: 250px;
}
.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #1a2539;
  font-family: Arimo, sans-serif;
  background: #1a2539;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.contact-form .theme-btn:hover {
  color: #1a2539;
  border-color: #1a2539;
  background: 0 0;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  color: #222;
}
/* contact us end */

.breadcrumb-section {
  background-image: url(../img/bg/bg-1.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.breadcrumb-content {
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translateY(-50%);
  background-color: #1a2539;
  padding: 10px 20px;
}

.breadcrumb-content ul {
  display: flex;
}
.breadcrumb-content ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.breadcrumb-content ul li:first-child {
  position: relative;
  margin-right: 30px;
}
.breadcrumb-content ul li:first-child {
  position: relative;
  margin-right: 30px;
}
.breadcrumb-content ul li:first-child::after {
  position: absolute;
  top: 0;
  right: -25px;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.page-heading {
  margin: 50px;
  text-align: center;
}

.page-heading h1 {
  text-transform: uppercase;
  position: relative;
  color: #d0b250;
  display: inline-block;
}

.page-heading h1::after {
  position: absolute;
  top: 110%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1a2539;
}

.about-content h3 {
  color: #e5c04e;
}

.get-contact-section {
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-3.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.banner-container {
  margin: 50px 0;
}

.banner-box .banner-img {
  border: 1px solid lightgray;
}

.service-page-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-page-img p.img-heading {
  font-weight: bold;
  margin-top: 10px;
}

.symptoms-content h1 {
  margin-bottom: 30px;
  color: #e5c04e;
  position: relative;
  display: inline-block;
}

.symptoms-content h1::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.symptoms-content p {
  text-align: justify;
  color: #fff;
}

.symptoms-content ul li {
  margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}

.symptoms-section {
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-5.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.consultation-section.bg-1 {
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-6.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.consultation-section.bg-3 {
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-10.webp);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.consultation-section.bg-2 {
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-7.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  margin: 50px 0;
}
.consultation-content h1 {
  margin-bottom: 20px;
  background-color: #1a2539;
  padding: 15px;
  color: #e5c04e;
}

.consultation-content p {
  text-align: justify;
  color: #fff;
}
.consultation-content ul li {
  margin-bottom: 15px;
  text-align: justify;
  color: #fff;
}
.consultation-content {
  margin-bottom: 20px;
  padding-left: 50px;
}

.consultation-section.bg-2 .consultation-content {
  margin-bottom: 20px;
  padding-right: 50px;
}

.treatment-section {
  margin: 50px 0;
}
.treatment-section p {
  text-align: justify;
}

.treatment-section .treatment-content {
  padding: 0px 30px;
}

.treatment-section .treatment-content h1 {
  margin-bottom: 30px;
  color: #e5c04e;
  background-color: #1a2539;
  text-align: center;
}
.treatment-section .treatment-content p {
  line-height: 1.7;
}

.section-bg {
  background-image: linear-gradient(
      to right,
      rgba(26, 37, 57, 0.897),
      rgba(26, 37, 57, 0.842)
    ),
    url(../img/bg/bg-9.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.section-bg .about-content p {
  color: #fff;
}
.section-bg .about-content .about-cta-container p {
  color: #1a2539;
}

.section-bg .img-heading {
  color: #fff;
}

.section-top-gap {
  margin-top: 30px;
}

.about-content.hindi h3 {
  background-color: #1a2539;
  padding: 10px 0;
  text-align: center;
}

.cta-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.cta-section .cta-content {
  border: 1px solid #e5c04e;
  border-left-width: 10px;
  padding-left: 30px;
}

.cta-section .cta-content p {
  margin: 20px 0;
  font-size: 20px;
}

.pointer-contianer.color {
  margin: 20px 0;
}

.pointer-contianer.color li {
  color: #fff;
  font-size: 16px;
}

.pointer-contianer.black-color li {
  color: #222;
  margin-bottom: 0;
}

.about-cta-container.full-section {
  display: flex;
}

.about-cta-container.full-section p {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.about-cta-container.full-section p a {
  margin-left: 30px;
}

.symptoms-section.service-2 .symptoms-content.left {
  padding-right: 40px;
}

.symptoms-content li span,
.consultation-content li span {
  color: #e5c04e !important;
  text-decoration: underline;
}

.section-top-gap-50 {
  margin-top: 50px;
}

.section-bottom-gap-50 {
  margin-bottom: 50px;
}
.section-gap-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.symptoms-content.section-center {
  text-align: center;
}
.symptoms-content.section-center h1 {
  text-align: center;
}
.symptoms-content.section-center p.des {
  text-align: center;
  margin-bottom: 30px;
}

.symptoms-content.section-center h4 {
  text-align: left;
  color: #e5c04e;
  margin-bottom: 20px;
}

.symptoms-section.service-3 ul li {
  margin-bottom: 30px;
}
.symptoms-section.service-3 ul li:nth-child(odd) {
  margin-bottom: 30px;
  background-color: #fff;
  color: #222;
  padding: 20px 15px;
  line-height: 1.8;
  border-left: 10px dashed #1a2539;
}

.symptoms-section.service-3 ul li:nth-child(odd) span {
  color: #1a2539 !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}
.symptoms-section.service-3 ul li:nth-child(even) {
  margin-bottom: 30px;
  background-color: #e5c04e;
  color: #222;
  padding: 20px 15px;
  line-height: 1.8;
  border-left: 10px dashed #1a2539;
}

.symptoms-section.service-3 ul li:nth-child(even) span {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}

.pointer-container1 li {
  color: #fff;
  margin-bottom: 20px;
}
.treatment-content ul {
  margin-top: 20px;
}
.treatment-content ul li {
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 10px solid #1a2539;
}

.read-more-btn {
  text-align: center;
}

.read-more-btn a {
  color: #e5c04e;
  text-align: center;
  display: inline-block;
}
.read-more-btn a:hover {
  color: #fff;
}

.why-choose-section {
  padding: 80px 0;
}

.why-choose-section .section-heading p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.why-choose-section h2{
    color: #e5c04e;
}

.why-choose-content .pointer-list {
  margin-left: 30px;
  margin-top: 30px;
}
.why-choose-content .pointer-list li {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 19px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.why-choose-content .pointer-list.one li {

  display: flex;
  align-items: flex-start;
  
}
.why-choose-content .pointer-list li p{
  font-size: 16px;
  text-align: justify;
}
.why-choose-content .pointer-list li p span{
    color: #e5c04e;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;

}
.why-choose-content .pointer-list li .bx {
  font-size: 23px;
  margin-right: 10px;
}

.why-choose-content .pointer-list li:hover {
  transform: translateX(10px);
}

.buy-contianer {
  margin-top: 30px;
}
.buy-contianer.ml-30 {
  margin-top: 30px;
  margin-left: 30px;
}

.buy-contianer .buy-now-btn {
  display: inline-block;
  color: #222;
  background-color: #e5c04e;
  padding: 8px 30px;
  transition: all 0.3s;
  border: 1px solid #e5c04e;
}
.buy-contianer .buy-now-btn:hover {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  padding: 8px 30px;
}

.guarantee-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
    url(../img/bg/bg-13.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}

.guarantee-section .guarantee-content p {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.guarantee-section .guarantee-content .guarantee-img {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.swiper-slide.swiper-slide-active .testimonial-item {
  background-color: #e5c04e;
}
.swiper-slide.swiper-slide-active .testimonial-item h3,
.swiper-slide.swiper-slide-active .testimonial-item h4,
.swiper-slide.swiper-slide-active .testimonial-item p,
.swiper-slide.swiper-slide-active .testimonial-item p i {
  color: #fff;
}
.f-link-container {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid lightgray;
}
.f-link-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-link-container ul li {
  position: relative;

  text-align: center;
}
.f-link-container ul li:not(:last-child) {
  border-right: 1px solid #686868;
}
.f-link-container ul li a {
  color: #fff;
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 0px 30px;
  text-transform: uppercase;
}

.copyright-container {
  padding: 8px 0;
}
.f-cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.cta-contianer {
  display: flex;
  justify-content: space-between;
}

.cta-contianer p {
  margin-right: 20px;
  color: #fff;
}

.cta-contianer a {
  margin-right: 15px;
  color: #fff;
}
.cta-contianer a .fas {
  color: #e5c04e;
  margin-right: 5px;
}

.social-container {
  display: flex;
  align-items: center;
}
.social-container h5 {
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 0;
}

.social-container .social-links-container a {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}
.product-sell-section {
  margin-top: 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/bg/bg-13.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.product-sell-contianer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgray;
  background-color: #000;
}
.product-sell-contianer .product-sell-content {
  padding: 0px 20px 20px;
}
.product-sell-contianer .product-sell-heading h2 {
  margin-bottom: 0;
  font-size: 25px;
  margin-top: 30px;
  color: #e8c756;
  min-height: 100px;
}

.produc-sell-price-contianer {
  display: flex;
  margin-top: 20px;
}

.produc-sell-price-contianer span {
  color: #fff;
  font-size: 18px;
}

.produc-sell-price-contianer span.old-price {
  margin-left: 10px;
  text-decoration: line-through;
}
.product-sell-content .buy-contianer .buy-now-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.why-choose-section.sec-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/bg/bg-14.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}

.video-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* faq section start */
.faq-section {
  /* margin-top: 80px; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/bg/bg-15.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.faq-section .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}
.faq-section .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #fff;
}
.faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq-section .accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}
.faq-section .accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
.faq-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #fff;
}
.faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
   color: #fff;
}
.faq-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.faq-section .accordion button[aria-expanded="true"] {
  color: #fff;
}
.faq-section .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-section .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  color: #fff;
}


.faq-section .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* faq section end */



/* cta section start */

.form-container {
  background-color: #fff;
  z-index: 99999;
  padding: 20px;
  z-index: 999;
  top: 30px;
  max-width: 450px;
  margin: 0 auto;
}
.form-container .form-heading {
  text-align: center;
  margin-bottom: 20px;
}
.form-container .form-heading h2 {
  color: #e5c04e !important;
  font-weight: bold;
}
.form-container .form-field {
  margin-bottom: 15px;
}
.form-container .form-field input {
  width: 100%;
  height: 40px;
  border: 1px solid lightgray;
  padding: 2px 10px;
}

.form-container .form-field textarea {
  width: 100%;
  height: 100px;
  border: 1px solid lightgray;
  padding: 2px 10px;
}

.form-container .form-field input:focus,
.form-container .form-field textarea:focus {
  outline: 0;
  border-color: #1a2539;
}

.form-btn {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #e5c04e;
  border: 1px solid #e5c04e;
  outline: 0;
  text-transform: uppercase;
  color: #fff;
}

.form-container .form-field input::placeholder,
.form-container .form-field textarea::placeholder {
  font-size: 15px;
  font-style: italic;
}
/* cta section end */


/*main banner start  */
.banner-img-container{
  width: 100%;
}
.banner-img-container img{
  width: 100%;
}
/*main banner end  */