#home-banner-area {
  background: no-repeat center center / cover;
  position: relative;
  padding-top: 120px;
}
#home-banner-area .banner-text-area {
  padding: 20px 0 40px;
}
#home-banner-area .banner-text-area .banner-sign-img {
  width: 280px;
  height: auto;
  margin-bottom: 10px;
}
#home-banner-area .banner-text-area .banner-title {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
#home-banner-area .banner-text-area .banner-text {
  font-size: 20px;
  color: #fff;
}
#home-banner-area .banner-text-area .banner-btn {
  margin-top: 40px;
  padding: 6px 48px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #40B36E;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  display: inline-block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-banner-area .banner-text-area .banner-btn:hover {
  background-color: #fff;
  color: #40B36E;
}
#home-banner-area .banner-text-area .banner-logo-area {
  margin-top: 40px;
  gap: 15px;
}
#home-banner-area .banner-text-area .banner-logo-area .logo-item {
  text-align: center;
}
#home-banner-area .banner-text-area .banner-logo-area .logo-item .logo-img {
  width: 120px;
  height: auto;
  margin-bottom: 5px;
}
#home-banner-area .banner-text-area .banner-logo-area .logo-item .logo-text {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
#home-data-area {
  padding: 50px 0;
  background-color: #F8F8F8;
  --gutter-x: 5px;
  --gutter-x2: -5px;
}
#home-data-area .data-col::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #000;
}
#home-data-area .data-col:last-child::after {
  display: none;
}
#home-data-area .data-col .data-box {
  padding: 10px;
}
#home-data-area .data-col .data-box .data-icon-wrapper {
  margin-right: 50px;
}
#home-data-area .data-col .data-box .data-icon-wrapper .data-icon {
  width: 85px;
  height: 85px;
  object-fit: contain;
  display: block;
}
#home-data-area .data-col .data-box .data-number-box {
  color: #0A1D16;
  font-size: 64px;
  line-height: 1.2;
  font-weight: bold;
}
#home-data-area .data-col .data-box .data-number-box .data-number-area {
  position: relative;
}
#home-data-area .data-col .data-box .data-number-box .data-number-area .data-number-hidden {
  opacity: 0;
}
#home-data-area .data-col .data-box .data-number-box .data-number-area .data-number {
  position: absolute;
  left: 0;
  top: 0;
}
#home-data-area .data-col .data-box .data-title {
  font-size: 48px;
  color: #40B36E;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
#home-data-area .data-col .data-box .data-sub-title {
  font-size: 28px;
  color: #0A1D16;
  line-height: 1.2;
}
#home-about-area {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 50px;
}
#home-about-area .section-inner {
  position: relative;
  z-index: 2;
}
#home-about-area .about-text-area {
  padding: 30px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home-about-area .about-text-area .about-top-title {
  margin-bottom: 10px;
}
#home-about-area .about-text-area .about-title {
  margin-bottom: 15px;
}
#home-about-area .about-text-area .about-btn {
  margin-top: 30px;
}
#home-about-area .section-img-wrapper {
  height: 100%;
  display: flex;
  align-items: end;
}
#home-about-area .section-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  min-width: 300px;
}
#home-gallery-area {
  padding: 50px 0;
}
#home-gallery-area .section-title-area {
  text-align: center;
  margin-bottom: 40px;
}
#home-gallery-area .before-after-slider-area {
  padding: 0 25px;
}
#home-gallery-area .before-after-slider-area .slider-item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-gallery-area .before-after-slider-area .slider-item img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: block;
}
#home-gallery-area .before-after-slider-area .owl-stage-outer {
  overflow: visible;
}
#home-gallery-area .before-after-slider-area .owl-stage-outer .owl-stage {
  transform-style: preserve-3d;
}
#home-gallery-area .owl-dots {
  margin-top: 50px;
}
#home-gallery-area .owl-dots .owl-dot span {
  background-color: #174028;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
}
#home-gallery-area .owl-dots .owl-dot.active span {
  width: 48px;
  background-color: #40B36E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#home-doctors-area {
  padding: 50px 0 80px;
}
#home-doctors-area .section-title-area {
  text-align: center;
  margin-bottom: 80px;
}
#home-doctors-area .doctor-box .box-img-wrapper {
  background-color: #F8F8F8;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  padding: 15px 15px 0;
}
#home-doctors-area .doctor-box .box-text-area {
  text-align: center;
  padding: 25px 10px;
}
#home-doctors-area .doctor-box .box-text-area .box-title {
  font-size: 22px;
  font-weight: bold;
  color: #0A1D16;
  line-height: 1.2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-doctors-area .doctor-box:hover .box-text-area .box-title {
  color: #40B36E;
}
#home-doctors-area .owl-dots {
  margin-top: 30px;
}
#home-doctors-area .owl-dots .owl-dot span {
  background-color: #174028;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
}
#home-doctors-area .owl-dots .owl-dot.active span {
  width: 48px;
  background-color: #40B36E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#home-info-area {
  background-color: #F8F8F8;
  padding-top: 80px;
}
#home-info-area .info-text-area {
  padding: 20px 25px 40px;
}
#home-info-area .info-text-area .info-title {
  margin-bottom: 30px;
}
#home-info-area .info-text-area .info-list .list-item {
  border-bottom: 1px solid #174028;
  padding-bottom: 15px;
  margin-bottom: 20px;
  gap: 20px;
}
#home-info-area .info-text-area .info-list .list-item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#home-info-area .info-text-area .info-list .list-item .item-col {
  width: 50%;
}
#home-info-area .info-text-area .info-list .list-item .item-col .item-number {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  min-width: 40px;
  text-align: center;
  background: linear-gradient(177deg, #40B36E 0%, #47B573 3%, #75C796 27%, #AFDCC1 56%, #F8F8F8 93%, #F8F8F8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 20px;
}
#home-info-area .info-text-area .info-list .list-item .item-col .item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #0A1D16;
}
#home-info-area .info-text-area .info-list .list-item .item-col .item-text {
  font-size: 18px;
  color: #0A1D16;
}
#home-media-area {
  padding: 50px 0;
}
#home-media-area .section-title-area {
  text-align: center;
  margin-bottom: 40px;
}
#home-media-area .logo-slider-area {
  margin-bottom: 80px;
}
#home-media-area .logo-slider-area .owl-item img {
  height: 80px;
  object-fit: contain;
}
#home-media-area .videos-area .video-col {
  margin-bottom: 30px;
}
#home-services-area {
  background-color: #F8F8F8;
  padding: 40px 0 80px;
  position: relative;
}
#home-services-area .section-inner-area {
  position: relative;
  z-index: 2;
}
#home-services-area .section-title-area {
  margin-bottom: 50px;
  text-align: center;
}
#home-services-area .col-mb {
  margin-bottom: 50px;
}
#home-services-area .col-mb:last-child {
  margin-bottom: 0;
}
#home-services-area .service-box {
  background-color: #174028;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 360px;
  padding: 35px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#home-services-area .service-box .box-icon-wrapper {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  background-color: #40B36E;
}
#home-services-area .service-box .box-icon-wrapper::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px dashed #40B36E;
}
#home-services-area .service-box .box-icon-wrapper img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
#home-services-area .service-box .box-img-wrapper .box-img {
  aspect-ratio: 1;
  object-fit: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#home-services-area .service-box .box-text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#home-services-area .service-box .box-text-area .box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#home-services-area .service-box .box-text-area .box-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
}
#home-services-area .service-box.center-box {
  height: 100%;
  background-color: #40B36E;
  justify-content: space-between;
}
#home-services-area .service-box.center-box .box-icon-wrapper {
  background-color: #174028;
}
#home-services-area .service-box.center-box .box-icon-wrapper::after {
  border-color: #174028;
}
#home-services-area .section-btn-group {
  margin-top: 80px;
  gap: 30px;
}
#home-services-area .section-img {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 35%;
  min-width: 250px;
}
#home-clinic-area {
  padding: 40px 0 100px;
}
#home-clinic-area .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-clinic-area .big-col-mb,
#home-clinic-area .col-mb {
  margin-bottom: 30px;
}
#home-clinic-area .clinic-image-box {
  height: 100%;
}
#home-clinic-area .clinic-image-box img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
#home-guide-area {
  background: no-repeat center center / cover;
  padding: 50px 0;
  margin-bottom: 30px;
}
#home-guide-area .section-title-area {
  margin-bottom: 50px;
  text-align: center;
}
#home-guide-area .guide-line-area {
  position: relative;
}
#home-guide-area .guide-line-area .line {
  width: 100%;
  height: 2px;
  background-color: #174028;
  position: absolute;
  top: 50%;
  transform: translateY(-100px);
}
#home-guide-area .guide-line-area .guide-list-area .guide-box {
  min-width: 36%;
  position: relative;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .box-inner {
  min-height: 500px;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box::before {
  position: absolute;
  left: 30px;
  top: 0;
  content: '';
  width: 2px;
  height: 450px;
  border-left: 2px dashed #174028;
  transform: translateX(-1px);
}
#home-guide-area .guide-line-area .guide-list-area .guide-box::after {
  content: '';
  position: absolute;
  left: 30px  ;
  transform: translate(-50%, 50%);
  bottom: 50px;
  width: 20px;
  height: 20px;
  background-color: #174028;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .number-outer {
  margin-right: 15px;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .number-outer .box-number {
  min-width: 60px;
  min-height: 60px;
  background-color: #338F58;
  border: 2px solid #174028;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-icon-wrapper {
  margin-right: 30px;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-icon-wrapper .box-icon {
  min-width: 65px;
  min-height: 65px;
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-title {
  font-size: 22px;
  font-weight: 600;
  color: #0A1D16;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-text {
  font-size: 18px;
  color: #0A1D16;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(1) {
  margin-top: 500px;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(1)::before {
  top: unset;
  bottom: 100%;
  height: 50px;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(1)::after {
  bottom: unset;
  top: -50px;
  transform: translate(-50%, -50%);
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(2) {
  margin-bottom: 600px;
  transform: translateX(-40%);
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(3) {
  margin-top: 500px;
  transform: translateX(-80%);
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(3)::before {
  top: unset;
  bottom: 100%;
  height: 50px;
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(3)::after {
  bottom: unset;
  top: -50px;
  transform: translate(-50%, -50%);
}
#home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(4) {
  margin-bottom: 600px;
  transform: translateX(-120%);
}
#home-multi-section {
  padding-bottom: 600px;
}
#home-multi-section #home-methods-area {
  padding: 200px 0 60px;
  background: no-repeat center center / cover;
}
#home-multi-section #home-methods-area .methods-text-area .methods-title {
  margin-bottom: 35px;
}
#home-multi-section #home-methods-area .methods-text-area .methods-btn {
  margin-top: 40px;
}
#home-multi-section #home-methods-area .methods-list-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#home-multi-section #home-methods-area .methods-list-area .col-mb {
  margin-bottom: 20px;
}
#home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+2) .method-box {
  margin-top: -80px;
}
#home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+3) .method-box {
  margin-top: -160px;
}
#home-multi-section #home-methods-area .methods-list-area .method-box {
  display: block;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
#home-multi-section #home-methods-area .methods-list-area .method-box img {
  aspect-ratio: 1;
  object-fit: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  text-align: center;
}
#home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area .box-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
#home-multi-section #home-methods-area .methods-list-area .method-box:hover img {
  scale: 1.2;
}
#home-packages-area {
  margin: -480px 0 60px;
}
#home-packages-area .packages-table {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
#home-packages-area .packages-table .table-head {
  width: 100%;
  position: relative;
  z-index: 1;
}
#home-packages-area .packages-table .table-head .head-item {
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #3D3D3D;
  width: 25%;
}
#home-packages-area .packages-table .table-head .head-item:first-child {
  min-width: 50%;
}
#home-packages-area .packages-table .table-head .head-item:nth-child(2) {
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  color: #fff;
  border-bottom: 2px solid #F3F3F3;
}
#home-packages-area .packages-table .table-head .head-item:nth-child(3) {
  background-color: #fff;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  color: #174028;
  border-bottom: 2px solid #F3F3F3;
}
#home-packages-area .packages-table .table-body {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#home-packages-area .packages-table .table-body .body-row .row-item:first-child,
#home-packages-area .packages-table .table-body .body-row .row-item:last-child {
  background-color: #fff;
}
#home-packages-area .packages-table .table-body .body-row:first-child .row-item:first-child {
  -webkit-border-radius: 35px 0 0 0;
  -moz-border-radius: 35px 0 0 0;
  -ms-border-radius: 35px 0 0 0;
  border-radius: 35px 0 0 0;
}
#home-packages-area .packages-table .table-body .body-row:last-child .row-item:first-child {
  -webkit-border-radius: 0 0 0 35px;
  -moz-border-radius: 0 0 0 35px;
  -ms-border-radius: 0 0 0 35px;
  border-radius: 0 0 0 35px;
}
#home-packages-area .packages-table .table-body .body-row:last-child .row-item:last-child {
  -webkit-border-radius: 0 0 35px 0;
  -moz-border-radius: 0 0 35px 0;
  -ms-border-radius: 0 0 35px 0;
  border-radius: 0 0 35px 0;
}
#home-packages-area .packages-table .table-body .body-row .row-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F3F3F3;
  vertical-align: middle;
  border-bottom: 2px solid #F3F3F3;
  text-align: center;
  font-size: 18px;
  color: #3D3D3D;
  padding: 25px 15px;
  width: 25%;
}
#home-packages-area .packages-table .table-body .body-row .row-item svg {
  width: 50px;
  height: 50px;
  display: inline-block;
}
#home-packages-area .packages-table .table-body .body-row .row-item:first-child {
  text-align: start;
  width: 50%;
  padding: 25px 50px 25px 50px;
}
#home-packages-area .packages-table .table-body .body-row .row-item:nth-child(2) {
  color: #fff;
}
#home-packages-area .packages-table::before {
  content: '';
  position: absolute;
  -webkit-border-radius: 35px 35px 0 0;
  -moz-border-radius: 35px 35px 0 0;
  -ms-border-radius: 35px 35px 0 0;
  border-radius: 35px 35px 0 0;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  background: linear-gradient(124deg, #174028 0%, #349159 41%, #174028 97%, #174028 100%);
}
#home-packages-area .packages-boxes-area .box-col {
  margin-bottom: 24px;
}
#home-packages-area .packages-boxes-area .package-box {
  background: #d9f2d9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(34, 34, 34, 0.02);
  position: relative;
}
#home-packages-area .packages-boxes-area .package-box .popular-text {
  background-color: #40B36E;
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 12px;
}
#home-packages-area .packages-boxes-area .package-box .box-top {
  padding: 32px 24px;
}
#home-packages-area .packages-boxes-area .package-box .box-top .box-title {
  font-size: 24px;
  font-weight: bold;
  color: #0A1D16;
}
#home-packages-area .packages-boxes-area .package-box .box-top .box-text {
  font-size: 16px;
  color: #0A1D16;
}
#home-packages-area .packages-boxes-area .package-box .box-center {
  padding: 16px 24px;
}
#home-packages-area .packages-boxes-area .package-box .box-center .center-group {
  margin-bottom: 20px;
}
#home-packages-area .packages-boxes-area .package-box .box-center .center-group:last-child {
  margin: 0;
}
#home-packages-area .packages-boxes-area .package-box .box-center .center-group .center-title {
  margin-bottom: 16px;
  color: #0A1D16;
  font-size: 20px;
  font-weight: 600;
}
#home-packages-area .packages-boxes-area .package-box .box-center .center-group .center-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#home-packages-area .packages-boxes-area .package-box .box-center .center-group .center-list li {
  display: flex;
  font-size: 16px;
  color: #0A1D16;
}
#home-packages-area .packages-boxes-area .package-box .box-center .center-group .center-list li svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#home-packages-area .packages-boxes-area .package-box .box-bottom {
  padding: 32px 24px;
}
#home-packages-area .packages-boxes-area .package-box .box-bottom .box-btn {
  background-color: #174028;
  padding: 8px 32px;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  text-align: center;
  display: inline-block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-packages-area .packages-boxes-area .package-box .box-bottom .box-btn:hover {
  background-color: #40B36E;
}
#home-packages-area .packages-contact-btn {
  margin: 40px auto 0;
}
#home-form-area {
  padding: 80px 0;
}
#home-form-area .form-area {
  padding: 60px 45px;
  background-color: #174028;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#home-form-area .form-area .section-title-area {
  margin-bottom: 50px;
  text-align: center;
}
#home-form-area .form-area .section-title-area .section-title {
  color: #fff;
}
#home-faq-area {
  background: no-repeat center center / cover;
  padding: 60px 0 120px;
  position: relative;
}
#home-faq-area .section-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
#home-faq-area .section-img-wrapper img {
  width: 35vw;
  height: auto;
  max-width: 720px;
}
#home-faq-area .section-title-area {
  margin-bottom: 50px;
  text-align: center;
}
#home-faq-area .faq-list-area {
  position: relative;
  z-index: 3;
}
#home-faq-area .faq-list-area .faq-item {
  margin-bottom: 30px;
  background-color: #174028;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-faq-area .faq-list-area .faq-item .item-top {
  padding: 15px 60px 15px 30px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
#home-faq-area .faq-list-area .faq-item .item-top .item-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
#home-faq-area .faq-list-area .faq-item .item-top::before,
#home-faq-area .faq-list-area .faq-item .item-top::after {
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  background-color: #fff;
  right: 25px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-faq-area .faq-list-area .faq-item .item-top::before {
  transform: rotate(90deg);
}
#home-faq-area .faq-list-area .faq-item .item-bottom {
  padding: 0 30px;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: #fff;
}
#home-faq-area .faq-list-area .faq-item.opened {
  background-color: #40B36E;
}
#home-faq-area .faq-list-area .faq-item.opened .item-top::before {
  transform: none;
}
#home-faq-area .faq-list-area .faq-item.opened .item-bottom {
  padding: 10px 30px 15px;
  height: max-content;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}
@media (max-width: 1440px) {
  #home-banner-area {
    padding-top: 100px;
  }
  #home-banner-area .banner-text-area .banner-sign-img {
    width: 260px;
  }
  #home-banner-area .banner-text-area .banner-title {
    font-size: 32px;
  }
  #home-banner-area .banner-text-area .banner-text {
    font-size: 18px;
  }
  #home-banner-area .banner-text-area .banner-logo-area {
    margin-top: 30px;
  }
  #home-banner-area .banner-text-area .banner-btn {
    margin-top: 30px;
    font-size: 16px;
    padding: 6px 36px;
  }
  #home-data-area {
    padding: 40px 0;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper {
    margin-right: 25px;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper .data-icon {
    width: 75px;
    height: 75px;
  }
  #home-data-area .data-col .data-box .data-number-box {
    font-size: 52px;
  }
  #home-data-area .data-col .data-box .data-title {
    font-size: 40px;
  }
  #home-data-area .data-col .data-box .data-sub-title {
    font-size: 24px;
  }
  #home-about-area {
    padding-top: 40px;
  }
  #home-about-area .about-text-area {
    padding: 20px 0;
  }
  #home-about-area .about-text-area .about-top-title {
    margin-bottom: 5px;
  }
  #home-about-area .about-text-area .about-title {
    margin-bottom: 10px;
  }
  #home-about-area .about-text-area .about-btn {
    margin-top: 20px;
  }
  #home-gallery-area {
    padding: 40px 0;
  }
  #home-gallery-area .owl-dots {
    margin-top: 30px;
  }
  #home-gallery-area .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  #home-doctors-area {
    padding: 40px 0 60px;
  }
  #home-doctors-area .section-title-area {
    margin-bottom: 40px;
  }
  #home-doctors-area .doctor-box .box-text-area {
    padding: 15px 5px;
  }
  #home-doctors-area .owl-dots {
    margin-top: 30px;
  }
  #home-doctors-area .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  #home-info-area {
    padding-top: 60px;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col .item-title {
    font-size: 20px;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col .item-text {
    font-size: 16px;
  }
  #home-media-area {
    padding: 40px 0;
  }
  #home-media-area .section-text-area {
    margin-bottom: 30px;
  }
  #home-media-area .logo-slider-area {
    margin-bottom: 60px;
  }
  #home-services-area {
    padding: 40px 0 60px;
  }
  #home-services-area .section-title-area {
    margin-bottom: 40px;
  }
  #home-services-area .col-mb {
    margin-bottom: 30px;
  }
  #home-services-area .service-box {
    min-height: 320px;
    padding: 30px 20px;
  }
  #home-services-area .service-box .box-icon-wrapper img {
    width: 60px;
    height: 60px;
  }
  #home-services-area .service-box .box-text-area .box-title {
    font-size: 20px;
  }
  #home-services-area .service-box .box-text-area .box-text {
    font-size: 16px;
  }
  #home-services-area .section-btn-group {
    margin-top: 60px;
  }
  #home-clinic-area {
    padding: 40px 0 60px;
  }
  #home-clinic-area .section-title-area {
    margin-bottom: 40px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box {
    min-width: 40%;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-icon-wrapper {
    margin-right: 20px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-icon-wrapper .box-icon {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-title {
    font-size: 20px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-text {
    font-size: 16px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(2) {
    transform: translateX(-60%);
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(3) {
    transform: translateX(-80%);
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box:nth-child(4) {
    transform: translateX(-140%);
  }
  #home-multi-section {
    padding-bottom: 520px;
  }
  #home-multi-section #home-methods-area {
    padding: 160px 0 40px;
  }
  #home-multi-section #home-methods-area .methods-text-area .methods-title {
    margin-bottom: 20px;
  }
  #home-multi-section #home-methods-area .methods-text-area .methods-btn {
    margin-top: 30px;
  }
  #home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area {
    padding: 10px 20px;
  }
  #home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area .box-title {
    font-size: 24px;
  }
  #home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+2) .method-box {
    margin-top: -60px;
  }
  #home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+3) .method-box {
    margin-top: -120px;
  }
  #home-packages-area {
    margin: -440px 0 40px;
  }
  #home-packages-area .packages-table .table-head .head-item {
    padding: 30px 10px;
    font-size: 22px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item {
    font-size: 16px;
    padding: 20px 10px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item:first-child {
    padding: 25px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item svg {
    width: 45px;
    height: 45px;
  }
  #home-form-area {
    padding: 60px 0;
  }
  #home-form-area .form-area .section-title-area {
    margin-bottom: 35px;
  }
  #home-faq-area {
    padding: 40px 0 80px;
  }
  #home-faq-area .section-title-area {
    margin-bottom: 35px;
  }
  #home-faq-area .faq-list-area .faq-item {
    margin-bottom: 25px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top {
    padding: 15px 50px 15px 25px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top .item-title {
    font-size: 20px;
  }
  #home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #home-data-area {
    padding: 30px 0;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper {
    margin-right: 15px;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper .data-icon {
    width: 60px;
    height: 60px;
  }
  #home-data-area .data-col .data-box .data-number-box {
    font-size: 44px;
  }
  #home-data-area .data-col .data-box .data-title {
    font-size: 32px;
  }
  #home-data-area .data-col .data-box .data-sub-title {
    font-size: 22px;
  }
  #home-services-area .col-mb {
    margin-bottom: 20px;
  }
  #home-services-area .service-box {
    padding: 25px 15px;
  }
  #home-services-area .section-btn-group {
    margin-top: 40px;
  }
  #home-guide-area .guide-line-area .line {
    display: none;
  }
  #home-guide-area .guide-line-area .guide-list-area {
    flex-direction: column;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box {
    margin: 0 0 30px !important;
    transform: none !important;
    min-width: 100%;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .number-outer .box-number {
    min-width: 50px;
    min-height: 50px;
    font-size: 32px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-inner {
    min-height: auto;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box::before,
  #home-guide-area .guide-line-area .guide-list-area .guide-box::after {
    display: none !important;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area {
    flex-direction: column;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-icon-wrapper {
    margin-right: 0;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-icon-wrapper .box-icon {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-title {
    font-size: 18px;
  }
  #home-guide-area .guide-line-area .guide-list-area .guide-box .box-content-area .box-text {
    font-size: 14px;
  }
  #home-multi-section #home-methods-area {
    padding: 120px 0 40px;
  }
  #home-multi-section #home-methods-area .methods-text-area .methods-title {
    margin-bottom: 15px;
  }
  #home-multi-section #home-methods-area .methods-text-area .methods-btn {
    margin-top: 20px;
  }
  #home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area {
    padding: 5px 10px;
  }
  #home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area .box-title {
    font-size: 20px;
  }
  #home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+2) .method-box {
    margin-top: -40px;
  }
  #home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+3) .method-box {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  #home-banner-area {
    padding-top: 80px;
  }
  #home-banner-area .banner-text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #home-banner-area .banner-text-area .banner-sign-img {
    width: 240px;
  }
  #home-banner-area .banner-text-area .banner-title {
    font-size: 28px;
  }
  #home-banner-area .banner-text-area .banner-text {
    font-size: 16px;
  }
  #home-banner-area .banner-text-area .banner-logo-area {
    margin-top: 20px;
  }
  #home-banner-area .banner-text-area .banner-logo-area .logo-item .logo-img {
    width: 100px;
  }
  #home-banner-area .banner-text-area .banner-btn {
    margin-top: 20px;
  }
  #home-data-area {
    padding: 20px 0;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper {
    margin-right: 10px;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper .data-icon {
    width: 50px;
    height: 50px;
  }
  #home-data-area .data-col .data-box .data-number-box {
    font-size: 36px;
  }
  #home-data-area .data-col .data-box .data-title {
    font-size: 24px;
  }
  #home-data-area .data-col .data-box .data-sub-title {
    font-size: 20px;
  }
  #home-about-area .about-text-area {
    padding: 0;
    margin-bottom: 40px;
    height: auto;
  }
  #home-gallery-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-doctors-area {
    padding: 40px 0;
  }
  #home-doctors-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-info-area {
    padding-top: 40px;
  }
  #home-info-area .info-text-area {
    padding: 0 25px;
    margin-bottom: 30px;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col .item-number {
    margin-right: 15px;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col .item-title {
    font-size: 20px;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col .item-text {
    font-size: 14px;
  }
  #home-media-area .section-text-area {
    margin-bottom: 20px;
  }
  #home-media-area .logo-slider-area {
    margin-bottom: 40px;
  }
  #home-services-area {
    padding: 40px 0;
  }
  #home-services-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-services-area .col-mb {
    margin-bottom: 20px;
  }
  #home-services-area .col-mb:last-child {
    margin-bottom: 20px;
  }
  #home-services-area .service-box {
    padding: 25px 15px;
    min-height: 280px;
  }
  #home-services-area .service-box .box-text-area .box-title {
    font-size: 18px;
  }
  #home-services-area .service-box .box-text-area .box-text {
    font-size: 14px;
  }
  #home-services-area .service-box .box-img-wrapper {
    margin-top: 20px;
  }
  #home-services-area .service-box.center-box {
    height: auto;
    margin-bottom: 20px;
  }
  #home-services-area .section-btn-group {
    margin-top: 20px;
    gap: 20px;
  }
  #home-clinic-area {
    padding: 40px 0;
  }
  #home-clinic-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-clinic-area .clinic-gallery-area {
    --gutter-x: 5px;
    --gutter-x2: -5px;
  }
  #home-clinic-area .big-col-mb,
  #home-clinic-area .col-mb {
    margin-bottom: 10px;
  }
  #home-clinic-area .clinic-image-box {
    height: auto;
  }
  #home-clinic-area .clinic-image-box img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: auto;
  }
  #home-multi-section {
    padding-bottom: 440px;
  }
  #home-multi-section #home-methods-area {
    padding: 40px 0;
  }
  #home-multi-section #home-methods-area .methods-text-area {
    margin-bottom: 30px;
  }
  #home-multi-section #home-methods-area .methods-list-area .method-box .box-text-area .box-title {
    font-size: 18px;
  }
  #home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+2) .method-box {
    margin-top: 0;
  }
  #home-multi-section #home-methods-area .methods-list-area .col-mb:nth-child(3n+3) .method-box {
    margin-top: 0;
  }
  #home-packages-area {
    margin: -400px 0 40px;
  }
  #home-packages-area .packages-table .table-head .head-item {
    padding: 20px 10px;
    font-size: 20px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item {
    padding: 15px 10px;
    font-size: 14px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item:first-child {
    padding: 15px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item svg {
    width: 35px;
    height: 35px;
  }
  #home-form-area {
    padding: 40px 0;
  }
  #home-form-area .w-slider {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  #home-faq-area {
    padding: 40px 0;
  }
  #home-faq-area .faq-list-area .faq-item {
    margin-bottom: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top {
    padding: 10px 40px 10px 20px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top::before,
  #home-faq-area .faq-list-area .faq-item .item-top::after {
    width: 15px;
    height: 3px;
    right: 20px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top .item-title {
    font-size: 16px;
  }
  #home-faq-area .faq-list-area .faq-item .item-bottom {
    padding: 0 20px;
  }
  #home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
    font-size: 14px;
  }
  #home-faq-area .faq-list-area .faq-item.opened .item-bottom {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  #home-data-area {
    padding: 20px 0;
  }
  #home-data-area .data-col .data-box {
    padding: 5px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper {
    margin-right: 0;
    margin-bottom: 5px;
  }
  #home-data-area .data-col .data-box .data-icon-wrapper .data-icon {
    width: 50px;
    height: 50px;
  }
  #home-data-area .data-col .data-box .data-number-box {
    font-size: 32px;
    justify-content: center;
  }
  #home-data-area .data-col .data-box .data-title {
    font-size: 20px;
  }
  #home-data-area .data-col .data-box .data-sub-title {
    font-size: 16px;
  }
  #home-packages-area .packages-table::before {
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
  }
  #home-packages-area .packages-table .table-head .head-item {
    padding: 15px 10px;
    font-size: 18px;
  }
  #home-packages-area .packages-table .table-head .head-item:nth-child(2),
  #home-packages-area .packages-table .table-head .head-item:nth-child(3) {
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
  }
  #home-packages-area .packages-table .table-body .body-row:first-child .row-item:first-child {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -ms-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
  }
  #home-packages-area .packages-table .table-body .body-row:last-child .row-item:first-child {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
  }
  #home-packages-area .packages-table .table-body .body-row:last-child .row-item:last-child {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item {
    padding: 15px 10px;
    font-size: 14px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item:first-child {
    padding: 15px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  #home-info-area .info-text-area .info-list .list-item {
    flex-direction: column;
    gap: 15px;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col {
    width: 100%;
  }
  #home-info-area .info-text-area .info-list .list-item .item-col .item-number {
    margin-right: 10px;
  }
  #home-form-area .form-area {
    padding: 30px 15px;
  }
  #home-packages-area .packages-table .table-head .head-item {
    font-size: 14px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item {
    font-size: 12px;
  }
  #home-packages-area .packages-table .table-body .body-row .row-item:first-child {
    padding: 10px;
  }
}
