/* servie blocks  */
/* #service-page .service-blocks {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
} */

#service-page .service-blocks a {
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  /* min-width: 250px; */
  padding: 12px;
}

#service-page .service-blocks .shortcut {
  width: 100%;
}

#service-page .service-blocks .shortcut__icon i {
  -webkit-text-stroke: 3px var(--accent_light);
}

@media (max-width: 767px) {
  /* #service-page .service-blocks {
    gap: 16px;
  } */

  #service-page .service-blocks a {
    /* flex-direction: row; */
    /* min-width: 100%; */
  }

  #service-page .service-blocks .shortcut__icon i {
    -webkit-text-stroke: 1px var(--accent_light);
  }

  #service-page .service-blocks .shortcut__icon {
    font-size: 2em;
  }
}

/* end service blocks  */

/* service layout  */
#service-page .col-sidebar .title-font {
  font-size: 1.5em;
  margin-bottom: 24px;
}

#service-page .service-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#service-page .col-main {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  /* padding: 15px; */
}

#service-page .col-sidebar {
  min-width: 400px;
  max-width: 400px;
  margin-right: 0;
  margin-left: var(--block_spacing);

  display: flex;
  flex-direction: column;
  gap: 32px;
}

.general-content.line-height.mobile {
  display: none;
}

@media(max-width: 991px) {
  #service-page .service-layout {
    flex-direction: column-reverse;
  }

  .general-content.line-height.desktop {
    display: none;
  }

  .general-content.line-height.mobile {
    display: block;
    order: 1;
  }

  #service-page .col-main {
    min-width: 100%;
  }
}

/* end service layout  */

/* contact details  */
#service-page .service_sidebar {
  padding: 32px 24px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);

  display: flex;
  flex-direction: column;
  gap: 16px;
}

#service-page .service_sidebar ul {
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#service-page .service_sidebar ul li {
  display: flex;
  gap: 8px;
}

#service-page .service_sidebar .text {
  align-items: center;
  display: flex;
}

#service-page .service_sidebar .icon.whatsapp {
  -webkit-text-stroke: initial;
}

#service-page .service_sidebar .icon {
  background-color: var(--accent_light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 13px;
  color: var(--accent);
  align-items: center;
  font-size: 2em;
  -webkit-text-stroke: .5px white;
}

/* end contact details  */

/* contact form  */
#service-page .form-wrap .required-notification {
  color: #aaa;
  margin-top: 16px;
}

/* #service-page .form-wrap .title-font {
  font-size: 1.5em;
  margin-bottom: 24px;
} */

#service-page .form-wrap {
  background-color: #F7F7F7;
  padding: 32px 24px;
  border-radius: 10px;
}

#service-page #contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#service-page #contact-form textarea,
#service-page #contact-form input {
  border: 1px solid rgba(0, 0, 0, .07);
}

#service-page #contact-form textarea {
  /* max-width: 100%;
  min-width: 100%; */
  min-height: 120px;
  padding: 16px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  #service-page .col-sidebar {
    min-width: 100%;
    margin-left: 0;
    padding-top: calc(var(--block_spacing) / 2);
  }
}

/* end contact form  */

/* faq  */
#service-page .faq .title-font {
  font-size: 1.5em;
}

#service-page .faq {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

#service-page .faq .title {
  margin-bottom: 30px;
}

#service-page .faq .faq-wrap {
  margin: -25px 0;
}

#service-page .faq .faq-wrap .faq-block {
  padding: 25px 0;
}

#service-page .faq .faq-block .faq-title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .2em;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

#service-page .faq .faq-block .faq-items .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

#service-page .faq .faq-block .faq-items .faq-item .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  padding: 30px 0;
  cursor: pointer;
}

#service-page .faq .faq-block .faq-items .faq-item .tab i {
  font-size: 16px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 15px;
}

#service-page .faq .faq-block .faq-items .faq-item.active .tab i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#service-page .faq .faq-block .faq-items .faq-item .page {
  padding: 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  display: none;
}

#service-page .faq .faq-block .faq-items .faq-item .page p:last-child {
  margin-bottom: 0;
}

/* end faq  */