header,
footer,
.banner-section,
.whatsup-btn {
  display: none !important;
}

.details-section {
  padding: 30px 10px;
}
.details-section .logo {
  text-align: center;
  position: relative;
}
.details-section .logo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  height: 2px;
  background: var(--main-dark);
  z-index: 2;
}
@media (max-width: 767px) {
  .details-section .logo:before {
    width: 35%;
    top: 35%;
  }
}
.details-section .logo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  height: 2px;
  background: var(--main-dark);
  z-index: 2;
}
@media (max-width: 767px) {
  .details-section .logo::after {
    width: 35%;
    top: 35%;
  }
}
.details-section .logo img {
  max-height: 100px;
}
.details-section .body .section-heading {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 990px) {
  .details-section .body .section-heading {
    margin-bottom: 8px;
    font-size: 17px;
  }
}
.details-section .body .text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 990px) {
  .details-section .body .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.details-section .image {
  margin: 10px 0;
}
.details-section .section-title {
  font-family: "second";
  color: var(--main-light);
  font-size: 40px;
  margin: 50px 0;
}
@media (max-width: 990px) {
  .details-section .section-title {
    font-size: 30px;
    margin: 10px 20px 20px;
    line-height: 35px;
  }
}
@media (max-width: 550px) {
  .details-section .section-title {
    font-size: 20px;
    margin: 10px 20px 20px;
    text-align: center;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .details-section .second {
    order: 2;
  }
}
.details-section .content {
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.details-section .content .section-heading,
.details-section .content h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 990px) {
  .details-section .content .section-heading,
  .details-section .content h3 {
    margin-bottom: 8px;
    font-size: 17px;
  }
}
.details-section .content .text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 990px) {
  .details-section .content .text {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: start;
  }
}
.details-section .content .sub-heading {
  font-size: 16px;
}
.details-section .content .sub-heading:before {
  content: "";
  position: absolute;
  top: 88%;
  left: 0;
  width: 30%;
  height: 2px;
  background: var(--main-light);
  z-index: 2;
}
@media (max-width: 767px) {
  .details-section .content .sub-heading:before {
    width: 10%;
    top: 93%;
  }
}
.details-section .content .sub-heading::after {
  content: "";
  position: absolute;
  top: 88%;
  right: 0;
  width: 30%;
  height: 2px;
  background: var(--main-light);
  z-index: 2;
}
@media (max-width: 767px) {
  .details-section .content .sub-heading::after {
    width: 10%;
    top: 93%;
  }
}
.details-section .benefits ul {
  margin-left: 30px;
}
.details-section .benefits ul li {
  text-transform: capitalize;
  font-size: 18px;
  list-style-type: disc !important;
}
@media (max-width: 990px) {
  .details-section .benefits ul li {
    font-size: 16px;
  }
}

.scroll-to-top-btn {
  display: none !important;
}
