:root {
  --primary-color: #7E3A93;
  --secondary-color: #472D7A;
  --white-color: #ffffff;
  --black-color: #161616;
  --font-family: "Poppins", sans-serif;
  --radius-a: 24px;
  --body-space: 20px;
  --container-2: 75%;
  --space-a: 96px;
  --space-b: 64px;
  --text: #2D2D2D;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family) !important;
  font-size: 16px;
}

[data-city] {
  cursor: pointer;
}

.color-secondary {
  color: var(--secondary-color);
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.heading {
  margin-bottom: 40px;
}

.heading .h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--secondary-color);
  margin-bottom: 24px;
}

.heading .h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.heading .h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.text-light {
  color: var(--text) !important;
}





.flex-1 {
  flex: 1;
}

.text-align-justify {
  text-align: justify;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.gray-bg {
  background: #F1EEF8;
}

.no-dta-fnd{
  text-align: center;
  background: linear-gradient(180deg, #C8E3F2 0%, #F6DCE9 100%);
  padding: 20px;
  border-radius: 20px;
}

.no-dta-fnd h6{
    font-size: 20px;
    margin-top: 16px;
}

.flex-auto {
  flex: 0 1 auto;
}

.section-space-a {
  padding: var(--space-a) 0;
}

.section-space-a-up {
  padding: var(--space-a) 0 0;
}

.section-space-a-down {
  padding: 0 0 var(--space-a);
}

.section-space-b {
  padding: var(--space-b) 0;
}

.section-space-b-up {
  padding: var(--space-b) 0 0;
}

.section-space-b-down {
  padding: 0 0 var(--space-b);
}


.btn-primary {
  display: inline-block;
  background: var(--primary-color);
  border-radius: 12px;
  border-color: var(--primary-color);
  padding: 11px 22px;
  font-weight: 600;
  transition: .5s ease;
  border: 1px solid var(--primary-color);
  text-decoration: none !important;
}

.btn-primary:hover {
  background: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none !important;
}

.btn-primary:focus,
.btn-primary:active {
  background: none !important;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}

.btn-primary.btn-white {
  background: #ffffff;
  color: var(--primary-color);
}

.btn-primary.btn-white:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.container-unit {
  max-width: var(--container-2);
  margin-left: auto;
  margin-right: auto;
}

.container-unit-b {
  padding: 0 var(--body-space);
}

.grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.swiper-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
}

.swiper-btn.swiper-button-lock {
  display: none;
}

.swiper-btn.swiper-button-disabled {
  cursor: no-drop;
  opacity: .8;
}

.swiper-btn.swiper-btn-light {
  background: #FEFAFF;
}

.swiper-btn.has-border {
  border: 1px solid #7e3a9329;
}


.count-info p {
  margin: 14px 0 10px;
  color: #211E1F;
}

.count-info h6 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--secondary-color);
}


.count-info h6 span {
  font-weight: inherit;
}

.unit-faq-contet {
  --iconsize: 56px;
  --titlegap: 16px;
  --padlr: 40px;
  --padtb: 20px;
  --color-a: #F2F7FA;
  --color-b: #FEFAFF;
}

.unit-faq-contet .col{
  padding: 0 !important;
}

.unit-faq-contet .col:not(:last-child) {
  margin-bottom: 24px;
}


.unit-faq-contet .col .title {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  gap: var(--titlegap);
}

.unit-faq-contet .col .title p {
  flex: 1;
  background: var(--color-a);
  margin: 0;
  transition: .3s ease;
  border-radius: 16px;
  padding: var(--padtb) var(--padlr);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.unit-faq-contet .col .title .ico {
  flex: 0 1 var(--iconsize);
  max-width: var(--iconsize);
  height: var(--iconsize);
  border-radius: 50%;
  width: 100%;
  background: var(--color-a);
  position: relative;
  transition: .3s ease;
}

.unit-faq-contet .col .title .ico::before,
.unit-faq-contet .col .title .ico::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: calc(var(--iconsize) / 2.3);
  width: calc(var(--iconsize) / 2.3);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: .3s ease;
}

.unit-faq-contet .col .title .ico::before {
  background-image: url(../images/unit-specialty/plus.svg);
}

.unit-faq-contet .col .title .ico::after {
  background-image: url(../images/unit-specialty/minus-primary.svg);
  opacity: 0;
  transform: rotate(-90deg);
}


.unit-faq-contet .col.active .title .ico,
.unit-faq-contet .col.active .title p {
  background: var(--color-b);
}

.unit-faq-contet .col.active .title p {
  border-radius: var(--radius-a) var(--radius-a) 0 0;
}

.unit-faq-contet .col.active .title .ico::before {
  opacity: 0;
  transform: rotate(90deg);
}

.unit-faq-contet .col.active .title .ico::after {
  transform: rotate(0deg);
  opacity: 1;
}

.unit-faq-contet .col article .content {
  background: var(--color-b);
  max-width: calc(100% - var(--iconsize) - var(--titlegap));
  border-radius: 0 0 var(--radius-a) var(--radius-a);
  padding: 0 var(--padlr) var(--padtb);
  color: var(--text);
}

/* UNIT SPECIALTY */

.unit-lp-header {
  position: fixed;
  top: var(--body-space);
  left: 0;
  right: 0;
  z-index: 5;
  transition: .2s ease;
}

.unit-lp-header.header-fixed {
  top: 0;
  background: #FEFAFF;
  box-shadow: 0px 4px 11px 0px #F3F3F3;
}

.unit-lp-header.header-fixed:before {
  height: 100%;
}

.unit-lp-header .d-flex {
  align-items: center;
}

.unit-lp-header .head-logo {
  display: block;
  max-width: 230px;
  width: 100%;
}

.unit-lp-header .head-logo.no-birthright {
  height: 85px;
  width: auto;
}

.unit-lp-header .head-consult-btn {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 16px;
}

.unit-lp-header .head-consult-btn:hover .call-text {
  color: var(--primary-color);
}

.unit-lp-header .head-consult-btn:hover .btn-head {
  background: var(--white-color);
}

.unit-lp-header .head-consult-btn:hover .btn-head span {
  color: var(--primary-color);
}

.unit-lp-header .head-consult-btn:hover .btn-head .hd-ico {
  background: var(--primary-color);
}

.unit-lp-header .head-consult-btn:hover .btn-head .hd-ico svg path {
  fill: var(--white-color);
  stroke: var(--white-color);
}

.unit-lp-header .head-consult-btn .call-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.28;
  color: var(--black-color);
  transition: .3s ease;
}

.unit-lp-header .head-consult-btn .btn-head {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 8px 13px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .3s ease;
}

.unit-lp-header .head-consult-btn .btn-head .hd-ico {
  background: var(--white-color);
  border-radius: 12px;
  padding: 6px;
  aspect-ratio: 1;
  line-height: 0;
  transition: .3s ease;
}

.unit-lp-header .head-consult-btn .btn-head .hd-ico svg path {
  transition: .3s ease;
}

.unit-lp-header .head-consult-btn .btn-head span {
  color: var(--white-color);
  transition: .3s ease;
}

/*  */

.unit-lp-banner {
  padding: var(--body-space);
  position: relative;
}

.unit-lp-banner .banner-wrapper .container-unit > .d-flex{
  align-items: center;
}

.unit-lp-banner.unit-lp-banner-2 {
  padding: 0;
}

.unit-lp-banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
}
.unit-lp-banner .banner-wrapper.banner-wrapper-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}

.unit-lp-banner .banner-wrapper .colA h1 {
  font-size: 48px;
  line-height: 1.167;
  color: var(--secondary-color);
  font-weight: 300;
  margin-bottom: 55px;
}

.unit-lp-banner .banner-wrapper .colA h1 span {
  color: var(--primary-color);
  font-weight: 700;
}

.unit-lp-banner .count-wrap {
  display: flex;
  max-width: 500px;
  gap: 40px;
}

.unit-lp-banner .count-wrap .count-info {
  flex: 1;
}

.unit-lp-banner .count-wrap .count-info .ico {
  width: 38px;
  height: 38px;
}

.unit-lp-banner .count-wrap .count-info h6 .re-txt {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
}

.unit-lp-banner .form-card {
  max-width: 380px;
  border-radius: var(--radius-a);
  background: var(--white-color);
  padding: 40px 30px 30px;
}

.unit-lp-banner .form-card h4 {
  margin-bottom: 24px;
  font-size: 24px;
}

.unit-lp-banner .form-card .mobile-group {
  gap: 10px;
}

.unit-lp-banner .form-card label.error {
  font-size: 11px;
  color: red;
  font-weight: 400;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}


.unit-lp-banner .form-card .form-control {
  height: 48px;
  border-color: var(--primary-color);
  border-radius: 8px;
  background-color: #FEFAFF !important;
  color: var(--primary-color);
  --icosize: 24px;
  --inputpadding: 12px;
  padding: 0 var(--inputpadding);
  margin: 0;
}

.unit-lp-banner .form-card.form-card-2{
  padding: 25px 30px 10px;
}

.unit-lp-banner .form-card.form-card-2 .form-control {
  height: 44px;
}

.unit-lp-banner .form-card .form-control:-webkit-autofill ,
.unit-lp-banner .form-card .form-control:-webkit-autofill:focus ,
.unit-lp-banner .form-card .form-control:-webkit-autofill:hover ,
.unit-lp-banner .form-card .form-control:-webkit-autofill:active ,
.unit-lp-banner .form-card .form-control {
  -webkit-box-shadow: none !important;
    box-shadow: none !important; 
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
}

.unit-lp-banner .form-card .form-control.otp-inpt {
  width: 70px;
}

.unit-lp-banner .form-card .form-control.has-ico ,
.unit-lp-banner .form-card .form-control.has-ico:-webkit-autofill ,
.unit-lp-banner .form-card .form-control.has-ico:-webkit-autofill:focus ,
.unit-lp-banner .form-card .form-control.has-ico:-webkit-autofill:hover,
.unit-lp-banner .form-card .form-control.has-ico:-webkit-autofill:active {
  background-size: var(--icosize);
  background-position: var(--inputpadding) 50%;
  background-repeat: no-repeat;
  padding: 0 var(--inputpadding) 0 calc(var(--icosize) + var(--inputpadding)*1.5);
}

.unit-lp-banner .form-card .form-control.user-ico:-webkit-autofill ,
.unit-lp-banner .form-card .form-control.user-ico:-webkit-autofill:focus ,
.unit-lp-banner .form-card .form-control.user-ico:-webkit-autofill:hover ,
.unit-lp-banner .form-card .form-control.user-ico:-webkit-autofill:active ,
.unit-lp-banner .form-card .form-control.user-ico {
  background-image: url(../images/unit-specialty/ico8.svg) !important;
}

.unit-lp-banner .form-card .form-control.mobile-ico:-webkit-autofill ,
.unit-lp-banner .form-card .form-control.mobile-ico:-webkit-autofill:focus ,
.unit-lp-banner .form-card .form-control.mobile-ico:-webkit-autofill:hover ,
.unit-lp-banner .form-card .form-control.mobile-ico:-webkit-autofill:active ,
.unit-lp-banner .form-card .form-control.mobile-ico {
  background-image: url(../images/unit-specialty/ico9.svg) !important;
}

.unit-lp-banner .form-card .form-control.email-ico :-webkit-autofill,
.unit-lp-banner .form-card .form-control.email-ico :-webkit-autofill:focus,
.unit-lp-banner .form-card .form-control.email-ico :-webkit-autofill:hover,
.unit-lp-banner .form-card .form-control.email-ico :-webkit-autofill:active,
.unit-lp-banner .form-card .form-control.email-ico {
  background-image: url(../images/unit-specialty/ico10.svg) !important;
}

.unit-lp-banner .form-card .form-control::placeholder {
  color: var(--black-color);
  line-height: 1;
}

.unit-lp-banner .form-card .form-control:focus {
  box-shadow: none;
}

.unit-lp-banner .form-card .form-control::placeholder {
  color: var(--black-color);
}

.unit-lp-banner .form-card .btn-primary.sbmit-btm {
  padding-left: 30px;
  padding-right: 30px;
}

.unit-lp-banner .form-card .snd_otp_wrap {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
}
.unit-lp-banner .form-card .btn-primary.snd_otp {
  font-size: 14px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.unit-lp-banner .form-card .btn-primary.snd_otp.disabled,.unit-lp-banner .form-card .btn-primary.snd_otp:disabled{
  background: var(--primary-color);
  border-color: var(--primary-color);
  cursor: default;
  font-size: 12px;
}

/*  */

.unit-spec-secA .wcu-grid {
  grid-gap: 40px;
}

.unit-spec-secA .wcu-grid .count-info {
  box-shadow: 0px 4px 11px 0px #F3F3F3;
  border-radius: 45px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.unit-spec-secA .wcu-grid .count-info .ico {
  flex: 0 1 45px;
  max-width: 45px;
  width: 100%;
}

.unit-spec-secA .wcu-grid .count-info .fig-cap {
  flex: 1;
}

.unit-spec-secA .wcu-grid .count-info .fig-cap p {
  margin: 6px 0 0;
}

/*  */

.bg-grad-ellip {
  background: url(../images/unit-specialty/gradinet-1.svg), url(../images/unit-specialty/gradinet-2.svg);
  background-position: 0 12%, 100% 100%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.init-spec-secB .heading {
  margin-bottom: 32px;
}

.init-spec-secB .d-flex {
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.init-spec-secB .d-flex .colA {
  flex: 0 1 29.25%;
  width: 100%;
}

.init-spec-secB .d-flex .colB {
  flex: 0 1 49%;
  width: 100%;
}

.init-spec-secB .d-flex .colB .desc:has(.desc-colb-p.expanded) .read-more-btn {
  position: unset;
}

.init-spec-secB .d-flex .colB .btn-div {
  margin-top: 40px;
}

.init-spec-secB .d-flex .colB .desc .read-more-btn {
  color: var(--secondary-color);
  text-decoration: underline;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--white-color);
  padding: 0 6px;
}

.init-spec-secB .d-flex .colB .desc-colb-p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.init-spec-secB .d-flex .colB .desc-colb-p.expanded {
  -webkit-line-clamp: unset;
}

/*  */

.int-spec-secC {
  margin: 0 var(--body-space);
  background: var(--white-color);
  border-radius: var(--radius-a);
  padding: var(--space-a) 0 45px;
}

.int-spec-secC .heading {
  margin-bottom: 48px;
}

.int-spec-secC .grid-four {
  grid-gap: 20px 21px;
}

.int-spec-secC .col-card {
  background: #FEFAFF;
  border-radius: var(--radius-a);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
}

.int-spec-secC .col-card .ico {
  flex: 0 1 72px;
  max-width: 72px;
  min-width: 72px;
  height: 72px;
}

.int-spec-secC .col-card .ico img{
  height: 100%;
  object-fit: contain;
}

.int-spec-secC .col-card h6 {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btm-txt-strp {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btm-txt-strp .dv-txt-ct {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  margin: 0 55px;
}

.btm-txt-strp .dv-txt-ct::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  height: 1px;
  background: var(--primary-color);
}

.btm-txt-strp .dv-txt-ct p {
  display: inline-block;
  font-size: 18px;
  color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  padding: 13.5px 40px;
  border-radius: 30px;
  margin: 0;
  text-align: center;
  background: var(--white-color);
  position: relative;
  z-index: 1;
}

/*  */

.int-spec-secD {
  padding: 125px 0 110px;
}

.int-spec-secD .heading p {
  font-size: 18px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.int-spec-secD .testimonial-slider-a {
  padding: 20px 10px 0 10px;
}

.int-spec-secD .testimonial-slider-b {
  padding: 20px 0px 0 0;
}


.int-spec-secD .testimonial-slider-b .swiper-slide {
  margin-top: -12px;
}

.int-spec-secD .testimonial-slider-a .swiper-slide {
  background: linear-gradient(180deg, #C8E3F2 0%, #F6DCE9 100%);
  padding: 10px;
  border-radius: var(--radius-a);
}

.int-spec-secD .testimonial-slider-b .swiper-slide .user-im {
  display: none !important;
}

.int-spec-secD .testimonial-slider-a .swiper-slide .testimonial-card {
  margin: -22px 0 0 -20px;
}

.int-spec-secD .testimonial-slider-a .swiper-slide .rvw {
  display: none;
}

.int-spec-secD .testimonial-slider-a .swiper-slide .testimonial-card {
  border-radius: var(--radius-a) var(--radius-a) 80px var(--radius-a);
}

.int-spec-secD .testimonial-slider-b .swiper-slide .testimonial-card .test-cont {
  min-height: 170px;
  max-height: 170px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
  padding-right: 5px;
}

.int-spec-secD .testimonial-slider-a .swiper-slide .testimonial-card .test-cont {
  min-height: 121px;
  max-height: 121px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
  padding-right: 5px;
}

.testimonial-wrap{
  display: flex;
  justify-content: space-between;
}

.testimonial-slider-a,.testimonial-slider-b{
  width: 49%;
  max-width: 49%;
  width: 100%;
}

.testimonial-wrap .swiper-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}

.testimonial-wrap .testimonial-slider-prev {
  left: -60px;
}

.testimonial-wrap .testimonial-slider-next {
  right: -60px;
}

.testimonial-card {
  background: linear-gradient(180deg, #DDF0F9 0%, #EFFDEB 100%);
  border-radius: var(--radius-a);
  padding: 1px;
  overflow: hidden;
}

.testimonial-card .test-wrap {
  background: var(--white-color);
  padding: 45px 32px 34px;
  border-radius: var(--radius-a);
}

.testimonial-card .user-im {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.testimonial-card .user-im img {
  object-fit: cover;
}

.testimonial-card .rvw {
  padding: 0;
  margin-bottom: 30px;
}

.testimonial-card .rvw li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.testimonial-card .test-cont {
  margin-bottom: 25px;
  font-size: 14px;
}

.testimonial-card .btm-desc .name {
  color: var(--secondary-color);
  margin-bottom: 6px;
}

.testimonial-card .btm-desc .adde-nm {
  font-size: 14px;
  margin: 0;
}

/*  */

.int-spec-secE .d-flex .colA {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}

.int-spec-secE .d-flex {
  gap: 35px;
  align-items: center;
}

.int-spec-secE .colB {
  background-image: url(../images/unit-specialty/globe.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.int-spec-secE .heading {
  margin-bottom: -40px;
}

.int-spec-secE .colB .map-wrap,
.int-spec-secE .colA {
  margin-bottom: -68px;
}

.int-spec-secE .colB .map-wrap {
  margin-left: 80px;
}

.int-spec-secE .colB .map-wrap .city-area-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.int-spec-secE .colB .map-wrap .city-area-wrap svg {
  width: 100%;
  height: auto;
}

.int-spec-secE .colB .map-wrap {
  margin-top: 68px;
  margin-left: 80px;
}


.int-spec-secE .area-wrap .swiper-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}

.int-spec-secE .area-wrap .area-slider-prev {
  left: -60px;
}

.int-spec-secE .area-wrap .area-slider-next {
  right: -60px;
}

.int-spec-secE .area-wrap .area-slider {
  padding: 1px;
}

.area-card {
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  padding: 20px;
  background: linear-gradient(0deg, #FEFAFF, #FEFAFF);
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.area-card .figure {
  aspect-ratio: 240/140;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  flex: 0 1 auto;
}

.area-card .figcaption {
  padding: 4px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.area-card .figcaption .upr-txt {
  flex: 1;
}

.area-card .figcaption .btm-ds {
  flex: 0 1 auto;
}

.area-card .figcaption .ttl {
  margin-bottom: 10px;
}

.area-card .figcaption .adr {
  font-size: 15px;
  min-height: 70px;
  max-height: 70px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}

.area-card .figcaption .adr::-webkit-scrollbar {
  width: 6px;
}

.area-card .figcaption .adr::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.area-card .figcaption .adr::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}



.area-card .figcaption .cnt-dtls {
  padding: 0;
  margin: 28px 0 25px;
}

.area-card .figcaption .cnt-dtls li {
  list-style: none;
}

.area-card .figcaption .cnt-dtls li:not(:last-child) {
  margin-bottom: 16px;
}

.area-card .figcaption .cnt-dtls li a {
  display: flex;
  gap: 9px;
  align-items: center;
  color: (var(--text));
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s ease;
  text-decoration: none;
}

.area-card .figcaption .cnt-dtls li a:hover {
  color: var(--primary-color);
}

.area-card .figcaption .btn-primary {
  font-size: 14px;
  padding: 8.5px 22px;
  border-radius: 10px;
}

/*  */

.int-spec-secF {
  padding: 125px 0 110px;
}

.int-spec-secF .unit-faq-contet {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

/*  */

.int-spec-secG {
  background-image: url(../images/unit-specialty/gradinet-3.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50% 100%;
}

.int-spec-secG .d-flex {
  background-image: url(../images/unit-specialty/bg2.png);
  border-radius: var(--radius-a);
  background-size: 100% 100%;
  overflow: hidden;
  padding: 0 32px 0 6rem;
  align-items: center;
}

.int-spec-secG .heading .h2 {
  font-size: 32px;
}

.int-spec-secG .d-flex .colB {
  flex: 0 1 35%;
}

/*  */

@media screen and (max-width: 1600px) {
  :root {
    --container-2: 83%;
  }
}

@media screen and (max-width: 1600px) {
  .unit-lp-banner .banner-wrapper {
    bottom: 13%;
  }
}

@media screen and (max-width: 1400px) {
  .unit-lp-header .head-logo {
    max-width: 200px;
  }

  :root {
    --body-space: 12px;
    --container-2: 87%;
    --space-a: 75px;
  }

  .unit-lp-banner .banner-wrapper .colA h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .unit-lp-banner .banner-wrapper .container-unit > .d-flex {
    align-items: center;
  }

  .int-spec-secD {
    padding: 85px 0 90px;
  }
}


@media screen and (max-width: 1366px) {
    .unit-lp-banner .banner-wrapper {
      bottom: 8%;
    }
    .unit-lp-banner .banner-wrapper.banner-wrapper-2{
      bottom: 4%;
    }
}

@media screen and (max-width: 1300px) {
  .testimonial-wrap .testimonial-slider-prev {
    left: -35px;
  }

  .testimonial-wrap .testimonial-slider-next {
    right: -35px;
  }

  .unit-lp-header .head-logo {
    max-width: 180px;
  }

  :root {
    --container-2: 91%;
  }

  .unit-lp-banner .banner-wrapper .colA h1 {
    font-size: 36px;
    margin-bottom: 35px;
  }

  .unit-lp-banner .count-wrap .count-info .ico {
    width: 32px;
    height: 32px;
  }

  .unit-lp-banner .count-wrap {
    max-width: 470px;
    gap: 15px;
  }

  .heading .h2 {
    font-size: 34px;
  }

  .unit-spec-secA .wcu-grid .count-info .ico {
    flex: 0 1 40px;
    max-width: 40px;
  }

  .unit-spec-secA .wcu-grid .count-info {
    gap: 12px;
  }

  .int-spec-secC .col-card .ico {
    flex: 0 1 55px;
    max-width: 55px;
    min-width: 55px;
    height: 55px;
  }

  .int-spec-secG .d-flex {
    padding: 0 32px 0 3rem;
  }
  .unit-lp-banner .form-card {
      padding: 25px 20px 10px;
    }
}

@media screen and (max-width: 1200px) {
  .unit-lp-banner .banner-wrapper {
    bottom: 35px;
  }

  :root {
    --container-2: 94%;
    --body-space: 8px;
    --space-a: 60px;
  }

  .unit-lp-header .head-logo {
    max-width: 150px;
  }

  .unit-lp-header .head-consult-btn .btn-head span {
    font-size: 14px;
  }

  .unit-lp-header .head-consult-btn {
    gap: 10px;
  }

  .unit-lp-header .container-unit {
    max-width: 100%;
    padding: 0 20px;
  }

  .unit-lp-banner .form-card h4 {
    font-size: 22px;
  }

  .unit-lp-banner .form-card .form-control {
    height: 42px;
  }

  .unit-lp-banner .form-card {
    max-width: 336px;
    padding: 20px 25px 5px;
  }

  .unit-lp-banner .banner-wrapper .colA h1 {
    font-size: 34px;
  }

  .count-info p {
    font-size: 14px;
  }

  .count-info h6 {
    font-size: 22px;
    font-weight: 600;
  }

  .unit-lp-banner .count-wrap {
    max-width: 420px;
  }

  .heading .h2 {
    font-size: 32px;
  }

  .unit-spec-secA .wcu-grid {
    grid-gap: 12px;
  }

  .heading {
    margin-bottom: 32px;
  }

  .unit-spec-secA .wcu-grid .count-info .ico {
    flex: 0 1 34px;
    max-width: 34px;
  }

  .int-spec-secC .grid-four {
    grid-template-columns: repeat(3, 1fr);
  }

  .int-spec-secC .col-card .ico {
    flex: 0 1 48px;
    max-width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .int-spec-secD {
    padding: 55px 0 70px;
  }

  .int-spec-secE .heading {
    margin-bottom: 12px;
  }

  .area-card {
    padding: 10px;
  }

  .area-card .figcaption {
    padding: 0;
  }

  .area-card .figcaption .adr {
    font-size: 14px;
  }

  .area-card .figcaption .adr {
    min-height: 65px;
    max-height: 65px;
  }

  .area-card .figure {
    margin-bottom: 15px;
  }

  .area-card .figcaption .cnt-dtls li:not(:last-child) {
    margin-bottom: 10px;
  }

  .int-spec-secE .area-wrap .area-slider-prev {
    left: -32px;
  }

  .int-spec-secE .area-wrap .area-slider-next {
    right: -32px;
  }

  .area-card .figcaption .cnt-dtls {
    padding: 0;
    margin: 12px 0 20px;
  }

  .int-spec-secE .colB .map-wrap {
    margin-top: 0;
    margin-left: 40px;
  }

  .int-spec-secE .colB .map-wrap,
  .int-spec-secE .colA {
    margin-bottom: 0;
  }

  .int-spec-secE .d-flex .colA {
    flex: 0 1 54%;
    max-width: 54%;
  }

  .int-spec-secF {
    padding: 70px 0 55px;
  }

  .int-spec-secG .heading .h2 {
    font-size: 26px;
  }

  .unit-lp-banner .form-card .btn-primary.sbmit-btm{
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
  }

  .unit-lp-banner .form-card h4{
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 991px) {

  .unit-lp-banner.unit-lp-banner-2 .bg{
    border-radius: 0;
  }

  .container-unit-b{
    padding: 0;
    max-width: var(--container-2);
    margin-left: auto;
    margin-right: auto;
  }

  .unit-lp-banner .banner-wrapper {
    position: unset !important;
  }
  .testimonial-slider-a{
    width: 100%;
    max-width: 100%;
  }
  .testimonial-slider-b{
    display: none;
  }
  .unit-lp-banner .banner-wrapper .d-flex {
    position: relative;
  }

  .unit-lp-banner .banner-wrapper .colA {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    padding-bottom: 2rem;
  }

  .unit-lp-banner .banner-wrapper .colB {
    background: linear-gradient(180deg, #DDF0F9 0%, #EFFDEB 100%);
    padding: 1px;
    border-radius: var(--radius-a);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }

  .unit-lp-banner .form-card {
    max-width: 425px;
  }
  
  .unit-lp-banner .bg {
    border-radius: 16px;
    overflow: hidden;
  }

  .unit-lp-banner .bg img{
    min-height: initial !important;
  }

  .unit-lp-header {
    top: calc(var(--body-space) + 10px);
  }
  
  .unit-lp-header .head-consult-btn .btn-head {
    padding: 5px 13px;
    border-radius: 10px;
  }
  
  .unit-lp-banner .count-wrap {
    max-width: 375px;
  }
  
  .unit-spec-secA .wcu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .heading .h2 {
    font-size: 30px;
  }
  
  .init-spec-secB .d-flex .colB {
    flex: 1;
  }
  
  .init-spec-secB .d-flex .colB .desc-colb-p {
    font-size: 14px;
  }
  
  .init-spec-secB .heading {
    margin-bottom: 20px;
  }
  
  .int-spec-secC .col-card h6 {
    font-size: 16px;
  }
  
  .int-spec-secC .heading {
    margin-bottom: 32px;
  }
  
  .btm-txt-strp .dv-txt-ct p {
    font-size: 14px;
  }
  
  .int-spec-secD .heading p {
    font-size: 16px;
    max-width: 561px;
  }

  .int-spec-secD .heading .h2 {
    margin-bottom: 16px;
  }
  
  .int-spec-secE .d-flex {
    flex-direction: column-reverse;
  }
  
  .int-spec-secE .colB .map-wrap {
    margin-left: 0;
  }
  
  .int-spec-secE .heading {
    margin-bottom: 38px;
  }
  
  .int-spec-secE .d-flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
  
  .int-spec-secE .area-wrap .area-slider {
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
  
  .int-spec-secE .area-wrap .area-slider-prev {
    left: 0;
  }
  
  .int-spec-secE .area-wrap .area-slider-next {
    right: 0;
  }
  
  .unit-faq-contet .col .title p {
    font-size: 16px;
    font-weight: 500;
  }

  .unit-faq-contet {
    --iconsize: 40px;
    --titlegap: 14px;
    --padlr: 24px;
    --padtb: 16px;
  }
  
  .unit-faq-contet .col article .content {
    font-size: 14px;
  }
  
  .int-spec-secG .d-flex {
    padding: 0 20px;
  }

  .int-spec-secG .heading .h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .int-spec-secD .testimonial-slider-a .swiper-slide .testimonial-card .test-cont {
    padding-right: 10px;
  }
  .init-spec-secB .d-flex{
    flex-direction: column;
  }
  .init-spec-secB .d-flex .colA{
    flex: 0 1 300px;
    max-width: 300px;
  }
  .int-spec-secC{

    padding: 0;
  }
      .int-spec-secC .grid-four {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        grid-gap: 10px;
    }
    .int-spec-secC .col-card{
      padding: 14px 15px;
    }
        .int-spec-secC .col-card .ico {
        flex: 0 1 55px;
        max-width: 55px;
        min-width: 55px;
        height: 55px;
    }
    :root{
      --radius-a: 16px;
      --space-a: 45px;
    }
    .heading .h2{
      font-size: 28px;
    }
    
    .btm-txt-strp > img{
      display: none;
    }
    .btm-txt-strp .dv-txt-ct{
      position: unset;
      translate: none;
      margin-top: 2rem;
    }
      .btm-txt-strp .dv-txt-ct p {
        font-size: 12px;
        padding: 8px 10px;
    }
    .int-spec-secG .d-flex .colA{
      text-align: center;
      margin-bottom: 2rem;
    }
    .int-spec-secG .d-flex .colB img{
      -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 93%);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: cover;

      mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 93%);
      mask-repeat: no-repeat;
      mask-size: cover;
    }
    .int-spec-secG .d-flex{
      flex-direction: column-reverse;
    }
    .unit-faq-contet .col:not(:last-child) {
      margin-bottom: 14px;
  }
      .unit-lp-banner .banner-wrapper .colA h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .init-spec-secB .d-flex .colB .desc .read-more-btn{
      position: unset;
    }
    .testimonial-wrap .testimonial-slider-prev{
      left: 0;
    }
    .testimonial-wrap .testimonial-slider-next{
      right: 0;
    }

    .unit-lp-banner:not(.unit-lp-banner-2){
      background: url(../images/unit-specialty/mobile-banner-bg.svg);
      padding: 6rem 0 0;
    }
    .unit-lp-banner:not(.unit-lp-banner-2) .bg img{
      max-width: 300px;
      margin-left:auto;
      margin-right: auto;
      display: block;
      -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 0) 91%);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: cover;
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 0) 91%);
      mask-repeat: no-repeat;
      mask-size: cover;
    }

    .unit-lp-banner.unit-lp-banner-2{
      padding-top: 78px;
    }

    .unit-lp-banner .banner-wrapper{
      background: #ffffff;
    }
    .unit-lp-banner .banner-wrapper .colA{
      position: unset;
      padding: 3rem 0 1rem;
    }
    .unit-lp-banner:not(.unit-lp-banner-2) .banner-wrapper .colA h1{
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      z-index: 2;
      text-align: center;
      font-size: 40px;
    }
    .unit-lp-banner .count-wrap{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .unit-lp-banner .count-wrap .count-info .ico{
      margin-left: auto;
      margin-right: auto;
    }
    .int-spec-secD .testimonial-slider{
      padding: 1px;
    }
    .int-spec-secD .testimonial-slider .swiper-slide-active .test-wrap{
      background: none;
    }
    .int-spec-secD .testimonial-slider .testimonial-card .rvw{
      display: block !important;
    }
    .int-spec-secD .testimonial-slider-a .swiper-slide .testimonial-card{
      margin: 0;
    }
    .int-spec-secD .testimonial-slider-a .swiper-slide .testimonial-card{
      border-radius: var(--radius-a);
    }
    .int-spec-secD .testimonial-slider .swiper-slide {
      margin-top: 0;
      padding: 0;
    }
  .int-spec-secD .testimonial-slider .swiper-slide .user-im{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}
.int-spec-secD .testimonial-slider .swiper-slide{
  background: none;
}
.int-spec-secD .testimonial-slider .upr-sec{
  text-align: center;
}
.testimonial-wrap .testimonial-slider-next,.testimonial-wrap .testimonial-slider-prev{
  background: #FEFAFF;
  border: 1px solid #ccc;
}
.testimonial-wrap .testimonial-slider-prev{
  left: 15px;
}
.testimonial-wrap .testimonial-slider-next{
  right: 15px;
}
.int-spec-secD .container{
  padding: 0 !important;
}

.int-spec-secD .heading{
  padding: 0 15px;
}
.unit-lp-banner .banner-wrapper .colB{
  flex: 0 100%;
}
.unit-lp-banner .form-card{
  max-width: 100%;
}
    .unit-lp-header {
        top: var(--body-space);
    }
    .int-spec-secG .heading .h2 br{
      display: none;
    }
}
@media screen and (max-width: 575px) {
  .container-unit-b{
    padding: 0 15px;
  }
  .unit-lp-header .head-consult-btn .call-text{
    display: none;
  }
  .unit-lp-banner .banner-wrapper .colA h1{
    font-size: 34px;
  }
  .unit-spec-secA .wcu-grid .count-info{
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: var(--radius-a);
  }
      .heading .h2 {
        font-size: 26px;
      }
      :root{
        --container-2: 100%;
      }
      .unit-lp-header .container-unit,.container-unit{
        padding: 0 15px;
      }
      .count-info p{
        font-size: 13px;
      }
    .init-spec-secB .d-flex .colA {
        flex: 0 1 155px;
        max-width: 155px;
    }
    .int-spec-secC .col-card{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
        .int-spec-secE .area-wrap .area-slider {
        max-width: calc(100% - 95px);
    }
    .unit-faq-contet .col article .content{
      max-width: 100%;
    }
    .unit-faq-contet .col .title{
      gap: 0;
    }
    .unit-faq-contet .col {
      background: var(--color-a);
      border-radius: var(--radius-a);
    }

    .unit-faq-contet .col.active{
      background: var(--color-b);
    }
    .unit-faq-contet {
        --padlr: 15px;
        --padtb: 13px;
    }
}

@media screen and (max-width: 345px) {
    .unit-lp-header .head-logo {
        max-width: 125px;
    }
        .unit-lp-header .head-consult-btn .btn-head span {
        font-size: 13px;
    }
        .unit-lp-header .head-consult-btn .btn-head {
        padding: 4px 6px;
        border-radius: 5px;}
  }