@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sub-bnr {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 682px;
}
@media (max-width: 1679px) {
  .sub-bnr {
    height: 640px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr {
    height: 580px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .sub-bnr {
    height: 350px;
  }
}
.sub-bnr.service-dtl {
  background: url(../img/service-dtail-bnr.png) no-repeat center;
  background-size: cover;
}
.sub-bnr.other-details {
  background: url(../img/other-dtls-bnr.png) no-repeat right;
  background-size: cover;
  height: 473px;
  min-height: auto;
}
@media (max-width: 1679px) {
  .sub-bnr.other-details {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr.other-details {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .sub-bnr.other-details {
    height: 350px;
    background-position: center;
  }
}
.sub-bnr.other-details .content-area {
  max-width: 1090px;
}
@media (max-width: 1199px) {
  .sub-bnr.other-details .content-area {
    max-width: 565px;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .sub-bnr.other-details .content-area {
    max-width: 500px;
    margin-right: 50px;
  }
}
.sub-bnr.other-details .content-area title .nxt {
  display: block;
}
.sub-bnr.other-details .content-area .date-blog {
  position: relative;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 1679px) {
  .sub-bnr.other-details .content-area .date-blog {
    margin-top: 25px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr.other-details .content-area .date-blog {
    margin-top: 20px;
  }
}
.sub-bnr.other-details .content-area .date-blog.sub-title {
  margin-bottom: 0;
  font-weight: 500;
}
.sub-bnr.other-details .content-area .date-blog::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 18px;
  background: url(../img/blog-date-symbol.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
@media (max-width: 1679px) {
  .sub-bnr.other-details .content-area .date-blog::before {
    width: 30px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr.other-details .content-area .date-blog::before {
    width: 28px;
  }
}
.sub-bnr.other-details .content-area .date-blog::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 18px;
  background: url(../img/blog-date-symbol.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  margin-left: 6px;
}
@media (max-width: 1679px) {
  .sub-bnr.other-details .content-area .date-blog::after {
    width: 30px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr.other-details .content-area .date-blog::after {
    width: 28px;
  }
}
.sub-bnr .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.sub-bnr .content-area {
  max-width: 677px;
}
@media (max-width: 1199px) {
  .sub-bnr .content-area {
    max-width: 500px;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .sub-bnr .content-area {
    max-width: 450px;
    margin-right: 50px;
  }
}
.sub-bnr .content-area .title {
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
  padding-bottom: 0;
  color: #00124D;
}
@media (max-width: 1679px) {
  .sub-bnr .content-area .title {
    font-size: 52px;
    line-height: 48px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr .content-area .title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr .content-area .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .sub-bnr .content-area .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .sub-bnr .content-area .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.sub-bnr .content-area .title span {
  color: #014CB2;
}
.sub-bnr .content-area .title span:not(.nxt) {
  display: inline;
}
.sub-bnr .content-area .title span.nxt {
  display: block;
}
.sub-bnr .content-area .sub-para {
  line-height: 25px;
  font-weight: 400;
  color: #313646;
}
.sub-bnr .bnr-img {
  flex: 1;
}
.sub-bnr .video-sec {
  flex: 1;
  position: absolute;
  right: 0px;
}
.sub-bnr .bnt-txt-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.sub-bnr .bnt-txt-btm img {
  max-width: 100%;
  filter: brightness(3.5);
}

.service-dtl-wrp {
  padding: 110px 0 146px;
}
@media (max-width: 1679px) {
  .service-dtl-wrp {
    padding: 100px 0;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .service-dtl-wrp {
    padding: 50px 0;
  }
}
.service-dtl-wrp .title-blk {
  text-align: center;
}
.service-dtl-wrp .title-blk .small-title-sec {
  font-size: 24px;
  font-weight: 600;
  color: #014CB2;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1679px) {
  .service-dtl-wrp .title-blk .small-title-sec {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp .title-blk .small-title-sec {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .title-blk .small-title-sec {
    font-size: 18px;
  }
}
.service-dtl-wrp .title-blk .title {
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #00124D;
}
@media (max-width: 1679px) {
  .service-dtl-wrp .title-blk .title {
    font-size: 52px;
    line-height: 48px;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp .title-blk .title {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .title-blk .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .service-dtl-wrp .title-blk .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .service-dtl-wrp .title-blk .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.service-dtl-wrp .title-blk .title span {
  color: #014CB2;
}
.service-dtl-wrp .service-dtl-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service-dtl-wrp .service-dtl-sec {
    flex-direction: column;
  }
}
.service-dtl-wrp .service-dtl-sec .dtl-blks {
  display: flex;
  flex-direction: column;
  width: calc(50% - 19px);
}
@media (max-width: 1679px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks {
    width: 100%;
  }
}
.service-dtl-wrp .service-dtl-sec .dtl-blks.full-h .inner-wrp {
  height: 100%;
  padding: 50px 45px;
  background: url(../img/service-dtl-h-flower.png) no-repeat bottom;
  background-size: contain;
}
@media (max-width: 1441px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks.full-h .inner-wrp {
    padding: 50px 40px;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks.full-h .inner-wrp {
    padding: 40px 35px;
  }
}
@media (max-width: 991px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks.full-h .inner-wrp {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks.full-h .inner-wrp {
    padding: 20px;
    margin-top: 20px;
  }
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .sub-title {
  color: #00124D;
  margin-bottom: 8px;
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .sub-title span {
  color: #014CB2;
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .sub-para {
  color: #313646;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 1679px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .sub-para {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .sub-para {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .sub-para {
    font-size: 14px;
    line-height: 22px;
  }
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
  border-radius: 32px;
  border: 1px solid #BCC5D3;
  background: url(../img/service-dtl-v-flower.png) no-repeat left;
  background-size: contain;
  padding: 80px 45px;
  margin-top: 46px;
  flex: 1 1 auto;
}
@media (max-width: 1679px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
    padding: 60px 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
    padding: 50px 35px;
    margin-top: 35px;
    border-radius: 28px;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
    padding: 40px 30px;
    margin-top: 30px;
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
    padding: 30px 30px;
    margin-top: 25px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
    padding: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 579px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp {
    margin-top: 10px;
  }
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #313646;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li {
    margin-top: 10px;
  }
}
.service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #014CB2;
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  left: 3px;
  top: 11px;
}
@media (max-width: 1679px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1441px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 991px) {
  .service-dtl-wrp .service-dtl-sec .dtl-blks .inner-wrp .list-inside-line li::before {
    width: 8px;
    height: 8px;
  }
}

.faq-sec {
  background: url(../img/faq-blue-bg.png) no-repeat bottom right;
  background-size: cover;
  padding: 106px 0;
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .faq-sec {
    padding: 100px 0;
  }
}
@media (max-width: 1441px) {
  .faq-sec {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .faq-sec {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .faq-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .faq-sec {
    padding: 40px 0;
  }
}
.faq-sec .title-blk {
  text-align: center;
}
.faq-sec .title-blk .small-title-sec {
  font-size: 24px;
  font-weight: 600;
  color: #55E3FF;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1679px) {
  .faq-sec .title-blk .small-title-sec {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .title-blk .small-title-sec {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .title-blk .small-title-sec {
    font-size: 18px;
  }
}
.faq-sec .title-blk .title {
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #fff;
}
@media (max-width: 1679px) {
  .faq-sec .title-blk .title {
    font-size: 52px;
    line-height: 48px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .title-blk .title {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .title-blk .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .faq-sec .title-blk .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .faq-sec .title-blk .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.faq-sec .title-blk .title span {
  color: #014CB2;
}
.faq-sec .faq-blk-wrp {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  counter-reset: section-counter; /* Resets the counter */
  margin-top: 49px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 40px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 25px;
  }
}
.faq-sec .faq-blk-wrp .accordion {
  background: transparent;
}
.faq-sec .faq-blk-wrp .accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
  padding-right: 112px;
  padding-left: 112px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 97px;
    padding-left: 97px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 87px;
    padding-left: 87px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 77px;
    padding-left: 77px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 67px;
    padding-left: 67px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 57px;
    padding-left: 57px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header {
  background-color: transparent;
  background: transparent;
  display: flex;
  height: 95px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 80px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 50px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: auto;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
  background-color: transparent;
  background: rgba(85, 227, 255, 0.1490196078);
  position: relative;
  box-shadow: none;
  outline: none;
  color: #fff;
  display: flex;
  border-radius: 47px;
  max-width: 1036px;
  margin: 0;
  padding: 29px 40px 29px;
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 25px 35px;
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 25px 30px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 20px 25px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    font-size: 15px;
    border-radius: 10px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 32px 32px 0 0;
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button:not(.collapsed) {
    border-radius: 20px 20px 0 0;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
  counter-increment: section-counter; /* Increments the counter */
  content: counter(section-counter, decimal-leading-zero); /* Displays the counter value */
  width: 95px;
  height: 95px;
  border-radius: 95px;
  border: 1px dashed #55E3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 227, 255, 0.1490196078);
  flex-shrink: 0;
  margin-right: 17px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  left: -112px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    width: 80px;
    height: 80px;
    font-size: 24px;
    left: -97px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 70px;
    width: 70px;
    font-size: 22px;
    left: -87px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 60px;
    width: 60px;
    font-size: 20px;
    left: -77px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 50px;
    width: 50px;
    font-size: 18px;
    left: -67px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 40px;
    width: 40px;
    font-size: 16px;
    left: -57px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    top: 0px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 95px;
  border: 1px dashed #55E3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 227, 255, 0.1490196078);
  background-image: url(../img/dwn-arrow.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 17px;
  position: absolute;
  right: -112px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    width: 80px;
    height: 80px;
    background-size: 20px;
    right: -97px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 70px;
    width: 70px;
    background-size: 18px;
    right: -87px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 60px;
    width: 60px;
    background-size: 16px;
    right: -77px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 50px;
    width: 50px;
    background-size: 14px;
    right: -67px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 40px;
    width: 40px;
    right: -57px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    top: 0px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-body {
  max-width: 1036px;
  background: rgba(85, 227, 255, 0.1490196078);
  border-radius: 0 0 32px 32px;
  color: #fff;
  padding: 0 40px 37px 40px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 35px 25px 35px;
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 30px 25px 30px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 25px 20px 25px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 20px 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.block {
  display: block !important;
}

.sub-bnr.treatment-banner {
  background: url(../img/treatment-banner.jpg) no-repeat top center/cover;
  height: 475px;
  min-height: 100%;
}
@media (max-width: 1441px) {
  .sub-bnr.treatment-banner {
    height: 410px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr.treatment-banner {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .sub-bnr.treatment-banner {
    height: 250px;
  }
}
.sub-bnr.treatment-banner .content-area .title {
  line-height: 1.2;
}

.sub-bnr.depression-disorder-banner {
  background: url(../img/depression-disorder.png) no-repeat top center/cover;
}
.sub-bnr.depression-disorder-banner .title {
  line-height: 1.2;
}

.sub-bnr.depression-treatment-newyork-banner {
  background: url(../img/depression-tratment-newyork.png) no-repeat top center/cover;
}
.sub-bnr.depression-treatment-newyork-banner .title {
  line-height: 1.2;
}

.sub-bnr.anxity-disorder-banner {
  background: url(../img/anxity-disorder-banner.png) no-repeat top center/cover;
}
.sub-bnr.anxity-disorder-banner .title {
  line-height: 1.2;
}

.sub-bnr.insomnia-disorder-banner {
  background: url(../img/insomnia-banner.png) no-repeat top center/cover;
}
.sub-bnr.insomnia-disorder-banner .title {
  line-height: 1.2;
}

.inner-content-wrap {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .inner-content-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .inner-content-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .inner-content-wrap {
    padding: 30px 0;
  }
}
.inner-content-wrap .content-leaf {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1679px) {
  .inner-content-wrap .content-leaf {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .inner-content-wrap .content-leaf {
    max-width: 280px;
  }
}
.inner-content-wrap .content {
  padding: 0 0 40px 0;
}
.inner-content-wrap .content .sub-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: #00124D;
  padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
  .inner-content-wrap .content .sub-title {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .inner-content-wrap .content .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .inner-content-wrap .content .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .inner-content-wrap .content .sub-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.inner-content-wrap .content .sub-title span {
  color: #014CB2;
}
.inner-content-wrap .content .para {
  color: #313646;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
  .inner-content-wrap .content .para {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .inner-content-wrap .content .para {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .inner-content-wrap .content .para {
    font-size: 13px;
  }
}
.inner-content-wrap .content .button {
  margin: 20px 0 0 0;
  border: 0;
  background: #014cb2;
  height: 52px;
  display: flex;
  min-width: 230px;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  padding: 10px 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1441px) {
  .inner-content-wrap .content .button {
    height: 45px;
    padding: 10px 12px;
  }
}
.inner-content-wrap .content .button span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding-right: 40px;
}
@media (max-width: 1799px) {
  .inner-content-wrap .content .button span {
    padding-right: 15px;
  }
}
@media (max-width: 1441px) {
  .inner-content-wrap .content .button span {
    font-size: 14px;
  }
}
.inner-content-wrap .content .button .icon {
  width: 16px;
}
@media (max-width: 1441px) {
  .inner-content-wrap .content .button .icon {
    width: 14px;
  }
}
.inner-content-wrap .content .button .icon path {
  transition: all 0.5s ease;
}
.inner-content-wrap .content .button:hover {
  background: #000;
}
.inner-content-wrap .content .button:hover span {
  color: #ffffff;
}
.inner-content-wrap .content .button:hover .icon path {
  stroke: #fff;
}
.inner-content-wrap .inner-video-wrap iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .inner-content-wrap .inner-video-wrap iframe {
    margin-bottom: 30px;
  }
}

.ser-detail-content-wrap {
  padding: 100px 0 150px 0;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .ser-detail-content-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ser-detail-content-wrap {
    padding: 30px 0;
  }
}
.ser-detail-content-wrap .sub-head, .ser-detail-content-wrap h2 {
  font-size: 24px;
  color: #00124D;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .sub-head, .ser-detail-content-wrap h2 {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .ser-detail-content-wrap .sub-head, .ser-detail-content-wrap h2 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .ser-detail-content-wrap .sub-head, .ser-detail-content-wrap h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content-wrap .sub-head, .ser-detail-content-wrap h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.ser-detail-content-wrap .sub-head span, .ser-detail-content-wrap h2 span {
  color: #014CB2;
}
.ser-detail-content-wrap .contnet {
  padding: 0 50px 0 0;
}
.ser-detail-content-wrap .contnet.insomnia .box-listing {
  margin-bottom: 20px;
  height: auto;
}
.ser-detail-content-wrap .para, .ser-detail-content-wrap p {
  font-size: 18px;
  color: #313646;
  line-height: 1.4;
  padding: 0 0 30px 0;
  margin: 0;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .para, .ser-detail-content-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .ser-detail-content-wrap .para, .ser-detail-content-wrap p {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .ser-detail-content-wrap .para, .ser-detail-content-wrap p {
    font-size: 13px;
  }
}
.ser-detail-content-wrap .listing, .ser-detail-content-wrap ul {
  padding: 0;
  margin: 0;
}
.ser-detail-content-wrap .listing li, .ser-detail-content-wrap ul li {
  list-style: none;
  font-size: 18px;
  color: #313646;
  line-height: 1.4;
  background: url(../img/listing-bg.svg) no-repeat 0 7px/14px;
  padding: 0 0 0 30px;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .listing li, .ser-detail-content-wrap ul li {
    font-size: 16px;
    background-size: 12px;
    padding: 0 0 0 25px;
  }
}
@media (max-width: 1441px) {
  .ser-detail-content-wrap .listing li, .ser-detail-content-wrap ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .ser-detail-content-wrap .listing li, .ser-detail-content-wrap ul li {
    font-size: 13px;
  }
}
.ser-detail-content-wrap .listing li + li, .ser-detail-content-wrap ul li + li {
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .listing li + li, .ser-detail-content-wrap ul li + li {
    margin-top: 15px;
  }
}
.ser-detail-content-wrap .listing.box-listing, .ser-detail-content-wrap ul.box-listing {
  border: 1px solid #B5BACD;
  border-radius: 10px;
  height: 100%;
  padding: 30px 45px;
  margin-bottom: 0px;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .listing.box-listing, .ser-detail-content-wrap ul.box-listing {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content-wrap .listing.box-listing, .ser-detail-content-wrap ul.box-listing {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.ser-detail-content-wrap .listing.box-listing.space-adj, .ser-detail-content-wrap ul.box-listing.space-adj {
  margin-bottom: 20px;
  height: auto;
}
.ser-detail-content-wrap .box-listing-ul ul {
  border: 1px solid #B5BACD;
  border-radius: 10px;
  height: 100%;
  padding: 30px 45px;
  margin-bottom: 0px;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .box-listing-ul ul {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content-wrap .box-listing-ul ul {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.ser-detail-content-wrap .box-listing-ul ul.space-adj {
  margin-bottom: 20px;
  height: auto;
}
.ser-detail-content-wrap .spacer {
  padding: 0 0 30px 0;
}
@media (max-width: 767px) {
  .ser-detail-content-wrap .spacer {
    padding: 0 0 10px 0;
  }
}
.ser-detail-content-wrap .img {
  margin: 0;
  padding: 0;
  max-width: 590px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1441px) {
  .ser-detail-content-wrap .img {
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content-wrap .img {
    max-width: 410px;
    margin-bottom: 20px;
  }
}
.ser-detail-content-wrap .row-align + .row-align {
  padding-top: 80px;
}
@media (max-width: 1679px) {
  .ser-detail-content-wrap .row-align + .row-align {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .ser-detail-content-wrap .row-align + .row-align {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content-wrap .row-align + .row-align {
    padding-top: 20px;
  }
}

.other-details-blk {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 73px 0 120px;
}
@media (max-width: 1679px) {
  .other-details-blk {
    padding: 60px 0 100px;
  }
}
@media (max-width: 1441px) {
  .other-details-blk {
    padding: 50px 0 80px;
  }
}
@media (max-width: 1199px) {
  .other-details-blk {
    padding: 50px 0 60px;
  }
}
@media (max-width: 991px) {
  .other-details-blk {
    padding: 40px 0 15px;
  }
}
@media (max-width: 767px) {
  .other-details-blk {
    padding: 30px 0 15px;
  }
}
@media (min-width: 1200px) {
  .other-details-blk .container.custom-container {
    max-width: 1121px;
  }
}
.other-details-blk .content-area {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .other-details-blk .content-area {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1441px) {
  .other-details-blk .content-area {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .other-details-blk .content-area {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .other-details-blk .content-area {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .other-details-blk .content-area {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.other-details-blk .img-blk-full {
  width: 100%;
  display: flex;
  height: 218px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1679px) {
  .other-details-blk .img-blk-full {
    margin-bottom: 40px;
  }
}
@media (max-width: 1441px) {
  .other-details-blk .img-blk-full {
    margin-bottom: 35px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .other-details-blk .img-blk-full {
    margin-bottom: 30px;
    height: 190px;
  }
}
@media (max-width: 991px) {
  .other-details-blk .img-blk-full {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .other-details-blk .img-blk-full {
    margin-bottom: 20px;
  }
}
.other-details-blk .img-blk-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.other-details-blk .sub-title {
  font-weight: 700;
  color: #00124D;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .other-details-blk .sub-title {
    margin-bottom: 10px;
  }
}
.other-details-blk .sub-title span {
  color: #014CB2;
}
.other-details-blk .list-inside-line {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.other-details-blk .list-inside-line li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #313646;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .other-details-blk .list-inside-line li {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .other-details-blk .list-inside-line li {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .other-details-blk .list-inside-line li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .other-details-blk .list-inside-line li {
    margin-top: 10px;
  }
}
.other-details-blk .list-inside-line li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #014CB2;
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  left: 3px;
  top: 11px;
}
@media (max-width: 1679px) {
  .other-details-blk .list-inside-line li::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1441px) {
  .other-details-blk .list-inside-line li::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 991px) {
  .other-details-blk .list-inside-line li::before {
    width: 8px;
    height: 8px;
  }
}

/*# sourceMappingURL=service-details.css.map */
