.header .branding {
  background-color: var(--darkbluebg);
}
.header.scrolled .branding {
  background: #0f4a49;
  transition: background-color 0.3s ease, padding 0.3s ease,
    box-shadow 0.3s ease;
}
.herosectionrow {
  background: var(--darkbluebg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  z-index: 1;
  padding-bottom: 1rem;
}
.header .bannersection {
  background: var(--darkbluebg);
  width: 100%;
  min-height: auto;
}
.abcontent {
  width: 100%;
  margin-top: 130px;
  text-align: center;
}
.mainheading {
  color: #fff;
  padding-bottom: 0px !important;
}
.breadcrumb {
  justify-content: center;
  padding: 0rem 0rem 0px 0px;
  margin-bottom: 0rem;
}
.breadcrumb-item a {
  color: var(--accent-color) !important;
}
.w-100 {
  width: 100%;
}
.lightpingbg {
  background-color: #fbf4e0;
  width: 100%;
}
.abcaption {
  padding-left: 5%;
  padding-right: 5%;
}

/* Start of faqpage */
.faqpage {
  padding: 50px 5% 3rem 5%;
}
.faqpageheading {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-family: var(--heading-font);
}
.faqpageheading span {
  color: var(--accent-color);
}
.faqbox {
  padding: 0 10rem;
  transition-duration: 0.2s;
  transition-property: transform;
}
.faqbox.active {
  margin-bottom: 10px;
}
.faqbox:hover {
  transform: translateY(-2px);
}
.faqboxheading {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  color: rgb(20 36 63);
  font-weight: bold;
  border: #ddd 1px solid;
  display: flex;
  font-family: var(--heading-font);
  align-items: center;
  padding: 1rem;
  font-size: 20px;
  margin-bottom: 10px;
  padding-right: 2rem;
}
.faqbox.active .faqboxheading,
.faqboxheading:hover {
  background-color: #f2f2f2;
}
.faqbox.active .faqboxheading {
  margin-bottom: 0;
}
.marginspace p {
  color: var(--default-color);
  padding: 5px 12px 3px 0px;
  margin: 0;
  font-size: 16px;
}
.marginspace ul {
  padding: 8px 0 0 0px;
  margin: 0px 0 0 35px;
}
.marginspace ul li {
  color: var(--default-color);
  list-style-type: square;
  font-size: 16px;
}
.marginspace ul li::marker {
  color: var(--accent-color);
}
.faqbox .marginspace {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #fff;
  padding: 10px 20px 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-top: none;
}

.faqboxheading::after {
  content: "";
  padding: 2px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A7CBCB'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z'/%3e%3c/svg%3e")
    no-repeat center/cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 10px;
  top: 50%;
  font-weight: bold;
  transform: translateY(-50%);
  transition: transform 0.02s ease-in-out;
}
.faqbox.active .faqboxheading::after {
  content: "";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A7CBCB'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z'/%3e%3c/svg%3e")
    no-repeat center/cover;
  rotate: 180deg;
  right: 10px;
  top: 8%;
  padding: 2px;
}
.faqbox.active .marginspace {
  max-height: 500px; /* Increase if content is long */
}

.faqboxheading {
  cursor: pointer;
}

/* Start of Mini Desktop Screen */
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .herosectionrow {
    height: auto;
  }
  .abcontent {
    margin-top: 160px;
    text-align: center;
  }

  /* faqsection */
  .faqpage {
    padding: 50px 2% 40px 2%;
  }
  .faqpageheading {
    font-size: 30px;
  }
}

/* Start of Mini Desktop Screen */
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .herosectionrow {
    height: auto;
  }
  .abcontent {
    margin-top: 150px;
    text-align: center;
  }

  /* faqsection */
  .faqpage {
    padding: 60px 2% 40px 2%;
  }
  .faqpageheading {
    font-size: 30px;
  }
  .faqbox {
    padding: 7px 10px;
  }
  .faqboxheading {
    padding: 8px 8px 8px 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .marginspace p {
    padding: 8px 8px 0px 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul {
    padding: 5px 0 0 0px;
    margin: 0px 0 0 25px;
  }
}

/* Start of iPad Pro */
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .herosectionrow {
    height: auto;
  }
  .abcontent {
    margin-top: 120px;
  }

  /* faqsection */
  .faqpage {
    padding: 60px 2% 40px 2%;
  }
  .faqpageheading {
    font-size: 30px;
  }
  .faqbox {
    padding: 7px 10px;
  }
  .faqboxheading {
    padding: 8px 8px 8px 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .marginspace p {
    padding: 8px 8px 0px 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul {
    padding: 5px 0 0 0px;
    margin: 0px 0 0 25px;
  }
}

/* Start of iPad */
@media screen and (max-width: 991.99px) and (min-width: 768px) {
  .mt-90 {
    margin-top: 90px;
  }

  /* faqsection */
  .faqpage {
    padding: 90px 2% 40px 2%;
  }
  .faqpageheading {
    font-size: 30px;
  }
  .faqbox {
    padding: 7px 10px;
  }
  .faqboxheading {
    padding: 8px 8px 8px 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .marginspace p {
    padding: 8px 8px 0px 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul {
    padding: 5px 0 0 0px;
    margin: 0px 0 0 25px;
  }
  .herosectionrow {
    height: auto;
  }
  .abcontent {
    margin-top: 120px;
  }
}

/* Start of iphone/mobile */
@media screen and (max-width: 767px) and (min-width: 320px) {
  .mt-90 {
    margin-top: 65px;
  }
  .servicebredcrumb {
    padding: 10px 0px;
  }
  .herosectionrow {
    height: auto;
  }
  .abcontent {
    margin-top: 120px;
  }
  .bannersection {
    margin-bottom: 60px;
  }

  /* faqsection */
  .faqpage {
    padding: 1rem 2%;
  }
  .faqpageheading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .faqbox {
    padding: 7px 0px;
  }
  .faqboxheading {
    padding: 8px 2rem 8px 8px;
    font-size: 15px;
    line-height: 1.6;
  }
  .marginspace p {
    padding: 8px 8px 0px 8px;
    font-size: 15px;
    line-height: 1.6;
  }
  .marginspace ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .marginspace ul {
    padding: 5px 0 0 0px;
    margin: 0px 0 0 25px;
  }
  .faqboxheading::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 36%;
  }
}
