@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-listing-secA {
  padding: 6rem 0;
}
@media only screen and (max-width: 991px) {
  .service-listing-secA {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .service-listing-secA {
    padding: 50px 0;
  }
}
.service-listing-secA .flex {
  gap: 6rem;
}
@media only screen and (max-width: 1024px) {
  .service-listing-secA .flex {
    gap: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-listing-secA .flex {
    gap: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .service-listing-secA .flex {
    gap: 2rem;
  }
}
.service-listing-secA .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.service-listing-secA .flex:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .service-listing-secA .flex:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-listing-secA .flex:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.service-listing-secA .flex figure, .service-listing-secA .flex figcaption {
  flex: 1;
  position: sticky;
  top: calc(var(--headerfixed) + 20px);
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .service-listing-secA .flex figure, .service-listing-secA .flex figcaption {
    position: unset;
    top: 0;
    height: auto;
  }
}
.service-listing-secA .flex figure {
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .service-listing-secA .flex figure {
    flex: 0 1 100%;
  }
}
.service-listing-secA .flex figure img {
  width: 100%;
  filter: grayscale(1);
}
.service-listing-secA .flex figcaption {
  padding-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .service-listing-secA .flex figcaption {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-listing-secA .flex figcaption {
    flex: 0 1 100%;
    padding-top: 0;
  }
}
.service-listing-secA .flex figcaption p {
  text-align: justify;
  margin: 25px 0 42px;
}
@media only screen and (max-width: 675px) {
  .service-listing-secA .flex figcaption p {
    margin: 15px 0 28px;
  }
}
@media only screen and (max-width: 675px) {
  .service-listing-secA .flex figcaption .btn-div-btm {
    text-align: center;
  }
}
.service-listing-secA .flex figcaption .btn-div-btm .btn {
  --padding: 32px;
}
@media only screen and (max-width: 675px) {
  .service-listing-secA .flex figcaption .btn-div-btm .btn {
    --padding: 18px;
  }
}

.banner.service-detail-banner::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50.5%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 675px) {
  .banner.service-detail-banner::after {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .banner.service-detail-banner .bg {
    height: 440px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.service-detail-banner .banner-wrapper {
    bottom: 12%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.service-detail-banner .content {
    text-align: center;
  }
}

.service-detail-secA {
  padding: 78px 0;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secA {
    padding: 65px 0;
  }
}
.service-detail-secA .flex .colA, .service-detail-secA .flex .colB {
  position: sticky;
  top: calc(var(--headerfixed) + 20px);
  height: 100%;
}
@media only screen and (max-width: 860px) {
  .service-detail-secA .flex .colA, .service-detail-secA .flex .colB {
    position: unset;
    height: auto;
  }
}
.service-detail-secA .flex .colA {
  flex: 1;
  padding-right: 77px;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secA .flex .colA {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .service-detail-secA .flex .colA {
    padding-right: 0;
    margin-bottom: 4rem;
  }
}
.service-detail-secA .flex .colB {
  flex: 0 1 30%;
}
@media only screen and (max-width: 860px) {
  .service-detail-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.service-detail-secA .flex .colB .enquire-form-card {
  background: var(--gradient-d);
  border-radius: 10px;
  padding: 38px 25px 30px;
}
@media only screen and (max-width: 1366px) {
  .service-detail-secA .flex .colB .enquire-form-card {
    padding: 20px 25px 30px;
  }
}
.service-detail-secA .flex .colB .enquire-form-card .ico {
  text-align: center;
  line-height: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1366px) {
  .service-detail-secA .flex .colB .enquire-form-card .ico img {
    width: 40px;
  }
}
.service-detail-secA .flex .colB .enquire-form-card h4 {
  font-size: 24px;
  text-align: center;
  color: var(--white);
  margin-bottom: 11px;
}
@media only screen and (max-width: 1366px) {
  .service-detail-secA .flex .colB .enquire-form-card h4 {
    font-size: 22px;
  }
}
.service-detail-secA .flex .colB .enquire-form-card .form {
  --color: var(--white);
  --labelbefore: var(--white);
  --labelfontbefore: 15px;
  --labelfontafter: 11px;
  --labelafter: rgb(256 256 256 / .7);
  --borderbefore: var(--white);
  --borderafter: var(--white);
  --gaptb: 14px;
}
.service-detail-secA .flex .colB .enquire-form-card .form .custom-select::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}
.service-detail-secA .flex .colB .enquire-form-card .form .sbmt-grp {
  margin-top: 16px;
}
.service-detail-secA .flex .colB .enquire-form-card .form .sbmt-grp .btn {
  --height: 45px;
  font-weight: 600;
  border: 1px solid var(--white);
}
.service-detail-secA .flex .colB .enquire-form-card .form .sbmt-grp .btn::after {
  display: none;
}
.service-detail-secA .flex .colB .enquire-form-card .form .sbmt-grp .btn:hover {
  background: none;
  color: var(--white);
}

.service-detail-secB {
  background: #F0F0F0;
}

.service-detail-secC {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .service-detail-secC {
    padding: 50px 0;
  }
}
.service-detail-secC .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secC .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .service-detail-secC .heading h3 {
    max-width: 330px;
    margin: 0 auto;
  }
}
.service-detail-secC .faq-content {
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
}
.service-detail-secC .faq-content .col {
  border: 1px solid #CCCCCC;
  transition: 0.5s ease;
  border-radius: 5px;
  --paddingtb: 18px;
  --paddinglr: 25px;
  --icon: 15px;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secC .faq-content .col {
    --paddingtb: 15px;
    --paddinglr: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secC .faq-content .col {
    --paddingtb: 8px;
    --paddinglr: 15px;
  }
}
.service-detail-secC .faq-content .col:not(:last-child) {
  margin-bottom: 19px;
}
@media only screen and (max-width: 675px) {
  .service-detail-secC .faq-content .col:not(:last-child) {
    margin-bottom: 8px;
  }
}
.service-detail-secC .faq-content .col.active {
  border-color: var(--black);
}
.service-detail-secC .faq-content .col.active .title p {
  color: var(--black);
}
.service-detail-secC .faq-content .col.active .title::before {
  background-image: var(--black);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.service-detail-secC .faq-content .col .title {
  position: relative;
  cursor: pointer;
  padding: var(--paddingtb) var(--paddinglr);
}
.service-detail-secC .faq-content .col .title::before {
  content: "";
  position: absolute;
  height: var(--icon);
  width: var(--icon);
  left: calc(100% - (var(--icon) + var(--paddinglr)));
  top: 50%;
  translate: 0 -50%;
  --gray: url(../../icon/arrow-down-gray.svg);
  --black: url(../../icon/arrow-down-black.svg);
  background-image: var(--gray);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  transform-origin: center;
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.service-detail-secC .faq-content .col .title p {
  transition: 0.5s ease;
  padding-right: 40px;
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secC .faq-content .col .title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .service-detail-secC .faq-content .col .title p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 320px) {
  .service-detail-secC .faq-content .col .title p {
    font-size: 14px;
  }
}
.service-detail-secC .faq-content .col article .content {
  padding: 0 var(--paddinglr) var(--paddingtb);
}
.service-detail-secC .faq-content .col article .content p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .service-detail-secC .faq-content .col article .content * {
    font-size: 14px;
  }
}

.service-detail-secD {
  padding: 70px 0 95px;
}
@media only screen and (max-width: 991px) {
  .service-detail-secD {
    padding: 35px 0 70px;
  }
}/*# sourceMappingURL=service.css.map */