* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.eot');
  src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff'),
        url('../fonts/Quicksand-Bold.ttf') format('truetype'),
        url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.eot');
  src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff'),
        url('../fonts/Quicksand-Regular.ttf') format('truetype'),
        url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Medium.eot');
  src: url('../fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff'),
        url('../fonts/Quicksand-Medium.ttf') format('truetype'),
        url('../fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #6C43A7;
  --secondary-color: #FFE1AC;
  --font-sz-10: 10px;
  --font-sz-11: 0.728vw;
  --font-sz-12: 0.794vw;
  --font-sz-15: 0.992vw;
  --font-sz-16: 1.058vw;
  --font-sz-19: 1.257vw;
  --font-sz-20: 1.323vw;
  --font-sz-21: 1.389vw;
  --font-sz-23: 1.521vw;
  --font-sz-25: 1.653vw;
  --font-sz-28: 1.852vw;
  --font-sz-30: 1.984vw;
  --font-sz-34: 2.249vw;
  --font-sz-40: 2.646vw;
  --font-sz-47: 3.108vw;
  --font-sz-50: 3.307vw;
  --font-sz-58: 3.836vw;
  --font-sz-54: 3.571vw;
  --font-sz-60: 3.968vw;
  --font-sz-80: 5.291vw;
  --font-sz-130: 8.598vw;
}

body {
  font-family: 'Quicksand';
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-sz-16);
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff9ee;
  padding-top: 5.260vw;
}

.f-sz-10 {
  font-size: var(--font-sz-10);
}

.f-sz-11 {
  font-size: var(--font-sz-11);
}

.f-sz-12 {
  font-size: var(--font-sz-12);
}

.f-sz-15 {
  font-size: var(--font-sz-15);
}

.f-sz-16 {
  font-size: var(--font-sz-16);
}

.f-sz-19 {
  font-size: var(--font-sz-19);
}

.f-sz-21 {
  font-size: var(--font-sz-21);
}

.f-sz-20 {
  font-size: var(--font-sz-20) !important;
}

.f-sz-23 {
  font-size: var(--font-sz-23);
}

.f-sz-25 {
  font-size: var(--font-sz-25);
}

.f-sz-28 {
  font-size: var(--font-sz-28);
}

.f-sz-30 {
  font-size: var(--font-sz-30);
}

.f-sz-34 {
  font-size: var(--font-sz-34);
}

.f-sz-40 {
  font-size: var(--font-sz-40);
}

.f-sz-47 {
  font-size: var(--font-sz-47);
}

.f-sz-50 {
  font-size: var(--font-sz-50);
}

.f-sz-54 {
  font-size: var(--font-sz-54);
}

.f-sz-58 {
  font-size: var(--font-sz-58);
}

.f-sz-60 {
  font-size: var(--font-sz-60);
}

.f-sz-80 {
  font-size: var(--font-sz-80);
}

.f-sz-130 {
  font-size: var(--font-sz-130);
}

.f-W-N {
  font-weight: normal;
}

.f-W-M {
  font-weight: 500;
}

.f-W-SB {
  font-weight: 600;
}

.f-W-B {
  font-weight: bold;
}

.line-H-0 {
  line-height: 0;
}

.line-H-1 {
  line-height: 1;
}

.line-H-1_1 {
  line-height: 1.1;
}

.line-H-1_2 {
  line-height: 1.2;
}

.line-H-1_3 {
  line-height: 1.3;
}

.line-H-1_4 {
  line-height: 1.4;
}

.line-H-1_5 {
  line-height: 1.5;
}

.line-H-1_6 {
  line-height: 1.6;
}

.line-H-1_7 {
  line-height: 1.7;
}

.line-H-1_8 {
  line-height: 1.8;
}

.line-H-1_9 {
  line-height: 1.9;
}

.mb__16 {
  margin-bottom: 1.058vw;
}

.mb__18 {
  margin-bottom: 1.190vw;
}

.mb__25 {
  margin-bottom: 1.653vw;
}

.mb__30 {
  margin-bottom: 1.984vw;
}

.mb__58 {
  margin-bottom: 3.836vw;
}

.mb__70 {
  margin-bottom: 4.630vw;
}

.mt-68 {
  margin-top: 4.497vw;
}

p,
ul {
  margin-bottom: 0.992vw;
}

.font-helvetica {
  font-family: Helvetica;
}

.clr-black {
  color: #000000;
}

.clr-white {
  color: #FFFFFF;
}

.clr-yellow {
  color: #FFD202;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.0);
}

.errorColor{
color: #ff0000;
}  
/* Page Loader */

.custom-loader {
  width: 100px;
  height: 100px;
  display: grid;
  border: 8px solid #0000;
  border-radius: 50%;
  border-color: #6d43a7be #0000;
  animation: s6 1s infinite linear;
}

.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 4px;
  border: inherit;
  border-radius: 50%;
}

.custom-loader::before {
  border-color: #6C43A7 #0000;
  animation: inherit;
  animation-duration: .5s;
  animation-direction: reverse;
}

.custom-loader::after {
  margin: 16px;
}

@keyframes s6 {
  100% {
    transform: rotate(1turn);
  }
}

.loader-overly {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}

.loader-overly .loader_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.service-contentwrap > p > strong {color: #6C43A7;font-family: Helvetica;font-weight: bold;font-size: var(--font-sz-30);}
.service-contentwrap > ul > li > strong {color: #6C43A7;font-size:var(--font-sz-20) !important;}
/* Slider Left & Right */

.hero_animate [data-aos^=slide-right][data-aos^=slide-right],
.hero_animate .slide-item.slick-cloned.slick-center [data-aos^=slide-right][data-aos^=slide-right],
.hero_animate .slide-item[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] [data-aos^=slide-right][data-aos^=slide-right] {
  transform: translate(-100%);
}

.hero_animate .slide-item.slick-center .aos-animate[data-aos^=slide-right][data-aos^=slide-right],
.hero_animate .slide-item[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .aos-animate[data-aos^=slide-right][data-aos^=slide-right],
.hero_animate .slide-item.slick-center .aos-animate[data-aos^=slide-left][data-aos^=slide-left],
.hero_animate .slide-item[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .aos-animate[data-aos^=slide-left][data-aos^=slide-left] {
  transform: translate(0);
}

.hero_animate [data-aos^=slide-left][data-aos^=slide-left],
.hero_animate .slide-item.slick-cloned.slick-center [data-aos^=slide-left][data-aos^=slide-left],
.hero_animate .slide-item[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] [data-aos^=slide-left][data-aos^=slide-left] {
  transform: translate(100%);
}

/* End Slider Left & Right */

.hero_animate [data-aos^=fade][data-aos^=fade],
.hero_animate .slide-item.slick-cloned.slick-center [data-aos^=fade][data-aos^=fade],
.hero_animate .slide-item[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] [data-aos^=fade][data-aos^=fade] {
  opacity: 0 !important;
  transform: translateY(50px);
}

.hero_animate .slide-item.slick-center .aos-animate[data-aos^=fade][data-aos^=fade],
.hero_animate .slide-item[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .aos-animate[data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
  transform: translate(0);
}

/* End Slide Text Animation */

.clr_priymary {
  color: #6C43A7;
}

.navigation_menu {
  padding: 0.926vw 0;
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.navbar_search {
  width: 6.415vw;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar_search::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
  border-right: 1px solid #6C43A7;
}

.navigation_menu .ctm_navbar .nav-item .nav-link {
  font-size: var(--font-sz-12);
  padding: 0.661vw;
  font-family: Helvetica;
}

.ctm-navLogo {
  width: 9.590vw;
  margin: 0 0.661vw;
}

.search_btn {
  font-size: 1.389vw;
  padding: 9px 14px;
}

.nav_rightBtn {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_rightBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  border-left: 1px solid #000000;
}

.appointment_cta {
  font-size: var(--font-sz-15);
  padding: 1.058vw 2.910vw;
  margin: 0 12px;
  border-bottom: 1px solid #6C43A7;
  transition: 0.3s;
  border-radius: 0;
}

.appointment_cta:hover {
  border: 1px solid #6C43A7;
}

/* section-1 */

.hero_Banner {
  padding: 6.283vw 0 4.630vw;
  display: flex;
  align-items: center;
}

.txt_overlap {
  position: relative;
  z-index: 3;
}

.ctm_cta {
  font-family: Helvetica;
  font-size: var(--font-sz-15);
  color: rgba(0, 0, 0, 0.7);
  padding: 0.926vw 2.116vw;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  /*border-top: none;*/
  position: relative;
  line-height: 1.1;
}

.ctm_cta::before {
    display:none;
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  right: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
}

.ctm_cta:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.ctm_cta:hover::before {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.ctm_cta:hover::before {
  width: 100%;
}

.mt-35 {
  margin-top: 35px;
}

.ctm_cta:hover svg path {
  fill: #6C43A7;
}

.mrg_l-5 {
  margin-left: 5px;
}

.hero_section-Img {
  border-radius: 0.794vw;
  overflow: hidden;
}

.img_border::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #6C43A7;
  border-radius: 0.794vw;
  transform: rotate(4.97deg);
}

.img_border {
  position: relative;
  z-index: 2;
}

.slideImg_Wrp {
  transform: translateX(-8.952vw);
}

.hero_slider .text-slider .slick-dots {
  bottom: -6.283vw;
  left: 8.598vw;
  display: flex;
}

.hero_slider .text-slider .slick-dots li, .hero_slider .slider-nav-img .slick-dots li{
  margin: 0;
}

.hero_slider .text-slider .slick-dots li button:before, .hero_slider .slider-nav-img .slick-dots li button:before {
  font-size: 1.653vw;
  color: #D9D9D9;
}

.hero_slider .text-slider .slick-dots li.slick-active button:before, .hero_slider .slider-nav-img .slick-dots li.slick-active button:before{
  color: var(--primary-color);
}

.slick-dots li button::before {
  opacity: 1;
}

/* section-2 */

.about_detImg .main-secImg {
  background-image: url(../images/dotBg-img.png);
  background-position: center;
  margin-bottom: 12.566vw;
  background-size: contain;
}

.about_detImg .main-secImg img {
  transform: translate(2.646vw, 2.646vw);
  border-radius: 0.794vw;
}

.about_detImg .doctor_img {
  max-width: 23.148vw;
  position: absolute;
  bottom: -7.566vw;
  left: 3.291vw;
}

.about_Title {
  max-width: 31.085vw;
}

.about_infoTxt p {
  margin-bottom: 1.984vw;
}

/* section-3 */

.appointment-sec {
  padding: 8.598vw 0 12.566vw;
}

 .book_Appoint { 
     height: 29.762vw; 
     position: relative; 
 }
 .book_Appoint picture{
     position: absolute; 
     height: 100%; 
     width: 100%;
 }
 .book_Appoint picture img{ 
     height: 100%; 
     width: 100%; 
     object-fit: cover; 
 }

.benefits_Card {
  background: rgba(108, 67, 167, 0.9);
  box-shadow: rgba(108, 67, 167, 0.9) 0px 2px 8px 0px;
  border-radius: 0.794vw;
  display: inline-block;
  padding: 1.521vw 1.190vw;
  color: #ffffff;
  width: 10.913vw;
}

.benefits_Card p {
  margin-bottom: 0;
  font-size: var(--font-sz-11);
}

.benefits_Card .overview_persent {
  color: #FFD202;
  font-size: var(--font-sz-34);
  font-weight: 700;
  margin-bottom: 2px;
}

.benefits_Card .cardIcon {
  max-width: 3.638vw;
}

.appoint_Card-One {
  position: absolute;
  top: -3.704vw;
  left: 4.960vw;
}

.appoint_Card-Two {
  position: absolute;
  bottom: -7.143vw;
  left: 9.921vw;
}

.appoint_Card-Three {
  position: absolute;
  top: 7.275vw;
  left: 23.876vw;
}

.appoint_Card-Four {
  position: absolute;
  bottom: -6.614vw;
  left: 41.997vw;
}
.appoint_Card-Four .ctm_cta::before{
  display:none;
}
.appoint_Card-Four .ctm_cta:hover::before{
  width: 90%;
}
.appointment-Cta {
  background-color: #FFFFFF;
  border-radius: 0.794vw;
  max-width: 10.913vw;
  padding: 0.728vw;
  min-height: 11.905vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* section-3 */

/* section-4 */

.common_Title {
  position: relative;
}

.common_Title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.728vw;
  width: 11.376vw;
  height: 3px;
  background-color: #FFE1AC;
}

.services_secWrp {
  margin: 0 2.646vw 0 5.952vw;
}

.services_secWrp .services_Info {
  max-width: 13.228vw;
  position: absolute;
  top: 4.299vw;
  left: 0;
}

.services_secWrp .services_Img {
  margin-left: 6.614vw;
}

.services_secWrp .services_Img img {
  border-radius: 0.794vw;
}

.services_secWrp .explore_Btn {
  transition: all 0.3s;
}

.services_secWrp .explore_Btn:hover {
  color: var(--primary-color);
}

.We_Provide_Services .pro_itemGroup .sec-mt {
  margin-top: 3.836vw;
}

.We_Provide_Services .pro_itemGroup .sec-mt:first-child {
  margin-top: 0;
}

/* section-5 */

.commn_secWrp {
  padding: 1.984vw 0;
}

.slideImg {
  margin: 0 0.265vw;
  border-radius: 1.323vw;
  overflow: hidden;
  height: 21.825vw;
  transition: all  0.5s ease-in-out;
}

.slideImg img {
  height: 100%;
  object-fit: cover;
}

.testimonials_slider {
  min-height: 29.828vw;
  align-items: end;
}

.slick-active-last img {
  transition: transform 0.5s;
}

.slick-active-last img {
  transform: scale(1.1);
  min-height: inherit;
  object-fit: cover;
}

.slick-active-last {
  max-height: 29.828vw !important;
  min-height: 29.828vw !important;
  transition: all 0.5s ease-in-out;
}

.testimonials_slider .slick-track {
  display: flex;
  align-items: end;
}

.testimonials_slider_Tow .slick-prev,
.testimonials_slider_Tow .slick-next {
  background: #FFE1AC;
  width: 2.116vw;
  height: 2.116vw;
  border-radius: 100%;
  transition: all 0.3s;
  bottom: -2.976vw;
  top: auto;
}

.testimonials_slider_Tow .slick-prev:hover,
.testimonials_slider_Tow .slick-next:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.testimonials_slider_Tow .slick-prev {
  left: 0;
}

.testimonials_slider_Tow .slick-next {
  left: 3.968vw;
}

.testimonials_slider_Tow .slick-next:before {
  content: '\f105 ';
  font-family: FontAwesome;
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: var(--font-sz-19);
  line-height: 1;
}

.testimonials_slider_Tow .slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: var(--font-sz-19);
  line-height: 1;
}

/* section-6*/

.doctor_card {
  background: #FFE1AC;
  border-radius: 0.794vw;
  margin-bottom: 3.439vw;
  overflow: hidden;
}

.doctor_name {
  color: var(--primary-color);
  font-size: var(--font-sz-20);
  margin-bottom: 0.661vw;
}

.doctor_card .doctor_details {
  padding: 1.984vw 1.646vw;
  text-align: center;
}

.doctor_details p {
  font-size: var(--font-sz-12);
  margin-bottom: 0.661vw;
}

.our_Doctors .ctm_cta {
  margin-top: 0.661vw;
}

/* section-7*/

.schedule_Consultation .common_Title::after {
  background-color: transparent;
}

.addres_doc p {
  margin-bottom: 0;
}

.schedule_btnGroup div {
  gap: 1.323vw;
}

/* Footer*/

.footer_Main {
  position: relative;
  /* background-color: #FFE1AC; */
  padding: 5.357vw 8.74vw;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_Main::before {
  content: "";
  background-color: rgba(255, 225, 172, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}

.ftr_top {
  position: relative;
  z-index: 5;
}

.ftr_first .ftr_logo {
  max-width: 9.524vw;
  width: 100%;
  margin-bottom: 1.323vw;
}

.ftr_first .ftr_logo p {
  font-size: 0.992vw;
}

.ftr_nav .ftr-iteam .ftr-link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.926vw;
  text-decoration: none;
  transition: 0.3s;
}

.ftr_nav .ftr-iteam .ftr-link:hover {
  color: var(--primary-color);
  font-weight: 700;
}

.ftr_nav .ftr-iteam {
  margin-bottom: 0.661vw;
}

.social-media {
  display: flex;
  gap: 1.323vw;
}

.social-media .social-iteam .social-link {
  font-size: var(--font-sz-20);
  color: var(--primary-color);
  width: 2.646vw;
  height: 2.646vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6C43A7;
  border-radius: 100%;
  transition: 0.3s;
  line-height: 1;
}

.social-media .social-iteam .social-link:hover {
  color: #FFE1AC;
  background-color: var(--primary-color);
}

/* About Us Satart*/

.sub-Pages-Head {
  margin-bottom: 1.984vw;
  position: relative;
}

.sub-Pages-Head picture {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.sub-Pages-Head picture img {
  height: 100%;
  object-fit: cover;
}

.sub-Pages-Head {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.614vw 0;
}

.sub-PagesTxt .page-Name {
  color: var(--primary-color);
  font-size: var(--font-sz-40);
  font-weight: bold;
}

.sub-PagesTxt .breadcrumb {
  align-items: center;
  margin-bottom:0;
}

.sub-PagesTxt .breadcrumb .breadcrumb-item a,
.sub-PagesTxt .breadcrumb .breadcrumb-item.active {
  font-size: var(--font-sz-20);
  color: #000 !important;
  text-decoration: none;
}

.sub-PagesTxt .breadcrumb  .breadcrumb-item+.breadcrumb-item::before {
  padding: 0;
}

.about-conter {
  background-color: var(--primary-color);
  padding: 5.622vw 0;
}

.about-conter .count-up {
  width: max-content;
  margin: auto;
}

.about-conter .count-up .counter-count,
.about-conter .count-up .plus {
  font-size: var(--font-sz-80);
  color: var(--secondary-color);
  font-weight: 700;
  text-align: center;
}

.about-conter .count-up .plus {
  font-size: var(--font-sz-60);
  transform: translateY(-9px);
  display: inline-flex;
}

.count_lable {
  width: fit-content;
  transform: translateY(-1.323vw);
  background: var(--primary-color);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 0.595vw 0.794vw;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.meet_doctor {
  background-image: url(../images/meetOur-doctors-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.meet_doctor {
  padding: 3.307vw 0;
}

.meet_doctor .doctor_details {
  background-color: #ffffff;
}

.patients-choose {
  margin: 3.307vw 0 1.984vw;
}

.patients-choose-TxtWrap {
  padding: 6.614vw 0 4.630vw;
}

.patients-choose-TxtWrap .chooseTitle {
  color: #FFD202;
}

.patients-choose-TxtWrap p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.653vw;
}

.patients-choose-TxtWrap .ctm_cta {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.patients-choose-TxtWrap .ctm_cta::before {
  border-color: rgba(255, 255, 255, 0.7);
}

.patients-choose-TxtWrap .ctm_cta svg path {
  fill: rgba(255, 255, 255, 0.7);
}

.patients-choose-TxtWrap .ctm_cta:hover svg path {
  fill: rgba(255, 255, 255, 0.7);
}

.dedicated_doctors {
  background: #FFE1AC;
  border-radius: 12px;
  padding: 1.984vw;
  box-shadow: #FFE1AC 0px 2px 8px 0px;
  margin-right: 1.653vw;
}

.dedicated_doctors .doctor_icon {
  width: 3.307vw;
  height: auto;
  margin: auto;
  margin-bottom: 0.794vw;
}

.dedicated_doctors p {
  margin-bottom: 0;
}

.patients-choose .sec_trnform-1 .dedicated_doctors {
  margin-bottom: 1.323vw;
}

.patients-choose .sec_trnform-2 .dedicated_doctors {
  margin-top: 1.323vw;
}

.patients-choose .sec_trnform-2 {
  transform: translateY(1.587vw);
}

.patients-choose .sec_trnform-1 {
  transform: translateY(-1.587vw);
}

/* out_treatment Satart*/

.patients-choose {
  background-image: url(../images/patients-choose-bg.jpg);
  background-size: cover;
  background-position: center;
}

.why-choose_row {
  padding: 0 5.291vw;
}

/* contact-us.php */

.contact_map {
  /*background-image: url(../images/map-bgImg.jpg);*/
  height: 24.802vw;
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact_map .map-ifrem{position: absolute; height: 100%;top: 0;width: 100%;}
.contact_card {
  background: rgba(108, 67, 167, 0.9);
  border-radius: 0.794vw;
  padding: 2.447vw;
  display: inline-block;
  width: 20.304vw;
  box-shadow: rgba(108, 67, 167, 0.9) 0px 0px 15px 0px;
}

.sub-Pages-Head.mrg-b-0 {
  margin-bottom: 0;
}

.contact_card .contact_cardTitle {
  font-size: var(--font-sz-20);
  color: var(--secondary-color);
}

.contact_card p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.contact_cardTitle {
  margin-bottom: 0.794vw;
}

.contact_cardTitle .icon {
  margin-right: 0.595vw;
}

.contact_card.addresGroup {
  position: absolute;
  top: 4.630vw;
  left: 13.228vw;
}

.contact_card.addresGroup::after {
  content: "";
  position: absolute;
  bottom: 2.646vw;
  right: -3.307vw;
  width: 1.984vw;
  height: 2.315vw;
  background-image: url(../images/location_icon.svg);
  background-size: contain;
}

.contact_card.emailGroup {
  position: absolute;
  top: 4.630vw;
  right: 0;
  padding: 1.455vw 2.447vw;
}

.contact_card.emailGroup .contact_cardTitle,
.contact_card.phoneGroup .contact_cardTitle {
  margin-bottom: 0;
}

.contact_card.phoneGroup {
  position: absolute;
  bottom: -1.984vw;
  right: 15.212vw;
  padding: 1.455vw 2.447vw;
  z-index: 99;
}

.contact_cardTitle .icon {
  width: 1.323vw;
  height: auto;
}

.get-in-touch {
  margin-top: 5.952vw;
  margin-bottom: 1.323vw;
}

.get-inT-form .form-fild {
  margin-bottom: 1.984vw;
}

.get-inT-form .form-fild .ctm-input,
.get-inT-form .form-fild .ctm-select,
.get-inT-form .ctm-select .btn {
 
  background: #FFFFFF;
  border-radius: 0.794vw;
  padding: 0.794vw 1.323vw;
  font-size: var(--font-sz-20);
  color: rgba(179, 179, 179, 1);
  font-weight: 500;
  border: none;
}
.get-inT-form .bootstrap-select {width:100% !important;}
.get-inT-form .bootstrap-select .dropdown-menu {width:100% !important;}
.get-inT-form  .bootstrap-select .dropdown-menu li a{white-space: break-spaces;}
.get-inT-form .form-fild .ctm-select {padding:0 !important; }
.z-index-99{ z-index: 99;}
.get-inT-form .form-fild .ctm-input::placeholder {
  color: #B3B3B3;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.get-inT-form .form-fild .ctm-select {
  color: #B3B3B3;
}

.ctm-select .btn-light {
  background-color: transparent;
}

.ctm-select .dropdown-toggle::after {
  content: "";
  background-image: url(../images/select-arrow.svg);
  position: absolute;
  width: 1.653vw;
  height: 0.926vw;
  background-size: cover;
  top: 45%;
  right: 2.315vw;
  border: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333!important;
  outline: none !important;
  outline-offset: -2px;
}

.ctm-select .dropdown-item {
  padding: 10px 15px;
}

.get-inT-form .form-fild.select::before {
  content: "";
  background-image: url(../images/select-arrow.svg);
  position: absolute;
  width: 1.653vw;
  height: 0.926vw;
  background-size: contain;
  top: 45%;
  right: 2.315vw;
  background-repeat: no-repeat;
}

.form-fild .textarea {
  min-height: 97px;
}

.common_Title.line-none::after {
  background-color: transparent;
}

/* Model */

.ctm_popup .modal-content {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  height: 300px;
}

.ctm_popup .modal-dialog {
  max-width: 46.296vw;
}

.ctm_popup .modal-dialog .btn-close {
  position: absolute;
  right: 1.323vw;
  top: 1.323vw;
  padding: 0;
}

.pop_content {
  width: 80%;
  margin: auto;
}

.error-validate-custom {
  color: #ff0000;
}

/* book appointment */

.appointment_Doctor {
  background: rgba(255, 225, 172, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 1.984vw 1.323vw;
}

.appointment_Doctor .appo_doc_Profile {
  width: 100%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}

.app-doc-info p {
  margin-bottom: 0;
}

.need-help {
  background-image: url(../images/need-helf-bg.png);
  padding: 1.323vw;
  border-radius: 0.794vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.need-help .need-hTitle {
  margin-bottom: 0.397vw;
}

.conInfo_icon img {
  width: 12px !important;
  display: inline-block;
}

.contact_Information .contact_list li {
  font-size: 0.595vw;
}

.contact_Information .contact_list li {
  gap: 0.397vw;
  margin-bottom: 0.595vw;
}

.appointment-ifo {
  padding-left: 3.307vw;
}

.appointment-Pop .modal-content {
  height: auto;
}

.appointment-Pop .modal-content .book-app-tab {
  max-height: 26.455vw;
  overflow-y: auto;
  padding: 1.323vw;
}

.appointment-Pop .modal-content .book-app-tab::-webkit-scrollbar {
  width: .397vw;
}

.appointment-Pop .modal-content .book-app-tab::-webkit-scrollbar-track {
  background: rgba(152, 152, 152, 0.25);
  border-radius: 10px;
}

.appointment-Pop .modal-content .book-app-tab::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.appointment-Pop .modal-content .modal-body {
  padding: 1.323vw;
}

.appointment-Pop .available-appointments .availabl-Title {
  margin: 1.323vw 0;
}

.book-app-tab .book-appWrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(241, 241, 241, 1);
  padding: 0.926vw 0;
}

.book-app-tab .book-appWrp .appBookTime {
  font-size: 0.860vw;
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
}

.book-app-tab .book-appWrp .appBookTime .available-Spaces {
  font-size: 0.595vw;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.book-app-tab .book-appWrp .appBookCta .ctm_cta {
  padding: 0.529vw 1.323vw;
}

.calendar {
  position: relative;
  width: fit-content;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
}

.calendar-header {
  background: var(--secondary-color);
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 0.860vw;
  font-size: var(--font-sz-20);
  font-family: Helvetica;
}

.calendar-week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
  cursor: pointer;
  color: rgb(104, 104, 104);
  background-color: var(--primary-color);
  font-size: var(--font-sz-12);
}

/* .calendar-week-days div:hover {
  color:black;
  transform: scale(1.2);
  transition: all .2s ease-in-out;
  } */

.calendar-week-days div {
  display: grid;
  place-items: center;
  color: var(--secondary-color);
  height: 2.116vw;
  border: 1px solid rgba(255, 225, 172, 1);
  font-weight: 400;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  color: #000000;
}

.calendar-days div {
  width: 7.341vw;
  height: 7.341vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(238, 238, 238, 1);
  font-size:var(--font-sz-28);
      font-weight: 400;
  /* animation: to-top 1s forwards; */
}

.month-picker {
  margin-right: 5px;
  border-radius: 10px;
  cursor: pointer;
}

.month-picker:hover {
  background-color: var(--color-hover);
}

.year-picker {
  display: flex;
  align-items: center;
}

.year-change {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0px 10px;
  cursor: pointer;
}

.year-change:hover {
  background-color: var(--light-btn);
  transition: all .2s ease-in-out;
  transform: scale(1.12);
}

.year-change:hover pre {
  color: var(--bg-body);
}

.year-change pre {
  margin-bottom: 0;
}

#year:hover {
  cursor: pointer;
  transition: all 0.2 ease-in-out;
}

.calendar-days div span {
  position: absolute;
}

.calendar-days div:hover {
  background-color: var(--secondary-color);
}

/* .calendar-days div.current-date {
    color: #000000;
    border: 1px solid var(--primary-color);
    position: relative;
  } */

.calendar-days div.current-date::before {
  content: "";
  position: absolute;
  width: 3.571vw;
  height: 3.571vw;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
}

.month-list {
  position: absolute;
  left: 0;
  top: 3.307vw;
  background-color: var(--primary-color);
  color: #ffffff;
  color: var(--light-text);
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  border-radius: 20px;
  width: 100%;
}

.month-list > div {
  display: grid;
  place-content: center;
  margin: 5px 10px;
  transition: all 0.2s ease-in-out;
}

.month-list > div > div {
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}

.month-list > div > div:hover {
  background-color: var(--secondary-color);
  color: var(--dark-text);
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
  color: #000000;
}

.month-list.show {
  visibility: visible;
  pointer-events: visible;
  transition: 0.6s ease-in-out;
  animation: to-left .71s forwards;
}

.month-list.hideonce {
  visibility: hidden;
}

.month-list.hide {
  animation: to-lrft 1s forwards;
  visibility: hidden;
  pointer-events: none;
}

.time-formate {
  font-size: 1.5rem;
}

.time-formate.hideTime {
  animation: hidetime 1.5s forwards;
}

.day-text-formate.hidetime {
  animation: hidetime 1.5s forwards;
}

.date-formate.hideTime {
  animation: hidetime 1.5s forwards;
}

.day-text-formate.showtime {
  animation: showtime 1s forwards;
}

.time-formate.showtime {
  animation: showtime 1s forwards;
}

.date-formate.showtime {
  animation: showtime 1s forwards;
}

@keyframes to-top {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}

@keyframes to-left {
  0% {
    transform: translatex(230%);
    opacity: 1;
  }

  100% {
    transform: translatex(0);
    opacity: 1;
  }
}

@keyframes to-right {
  10% {
    transform: translatex(0);
    opacity: 1;
  }

  100% {
    transform: translatex(-150%);
    opacity: 1;
  }
}

@keyframes showtime {
  0% {
    transform: translatex(250%);
    opacity: 1;
  }

  100% {
    transform: translatex(0%);
    opacity: 1;
  }
}

@keyframes hidetime {
  0% {
    transform: translatex(0%);
    opacity: 1;
  }

  100% {
    transform: translatex(-370%);
    opacity: 1;
  }
}

/* appoint Form modal */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.appoint-Form-modal .modal-dialog {
  max-width: 30.479vw;
  margin: auto;
}

.appoint-Form-modal .modal-content {
  border-radius: 0;
  background-color: rgba(241, 241, 241, 1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.appoint-Form-modal .modal-header {
  padding: 0.794vw;
  background-color: var(--primary-color);
  border-radius: 0;
}

.appoint-Form-modal .modal-header .modal-title {
  font-size: 0.926vw;
  color: #FFFF;
}

.appoint-Form-modal .modal-header .btn-close {
  background: url(../images/close-btn.svg);
  width: 0.728vw;
  height: 0.728vw;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

.appoint-Form-modal .chose-customerType {
  background-color: #ffffff;
  padding: 1.587vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.058vw;
  gap: 1.257vw;
  color: rgba(0, 0, 0, 1);
}

.appoint-Form-modal .modal-body {
  padding: 0;
}

.appoint-Form-modal .chose-customerType .customer-Redio {
  display: flex;
  align-items: center;
  gap: 0.463vw;
}

.customer-Redio input[type="radio"] {
  border: 0.132vw solid white;
  box-shadow: 0 0 0 1px var(--primary-color);
  appearance: none;
  border-radius: 50%;
  width: 0.728vw;
  height: 0.728vw;
  background-color: #fff;
  transition: all ease-in 0.2s;
}

.customer-Redio input:checked {
  background-color: var(--primary-color);
}

.form-bodyWrap {
  padding: 0.992vw 1.653vw;
}

.form-bodyWrap .new-custmr-form .head-line {
  font-weight: 500;
  font-size: 1.058vw;
  color: rgba(0, 0, 0, 0.56);
  display: block;
  margin-bottom: 1.058vw;
}

.Fertility-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 0.794vw;
  margin-bottom: 1.455vw;
}

.Fertility-box .FertilityTitle {
  font-size: 1.058vw;
  font-weight: 700;
  font-family: Helvetica;
  margin-bottom: 0.397vw;
}

.Fertility-box  .appointDatTime {
  font-size: 1.058vw;
}

.registration-Form .registTitle {
  font-size: 1.124vw;
  font-weight: 700;
  font-family: Helvetica;
  margin-bottom: 0.397vw;
}

.registrFormfild .inputgap {
  margin-bottom: 0.331vw;
}

.registrFormfild .inputgap .ctm-input {
  padding: 0.529vw;
  height: 2.646vw;
  font-size: 1.058vw;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset;
  border: none;
  border-radius: 0.198vw;
}

.registrFormfild .inputgap .labelPlaceholder {
  font-size: 1.058vw;
  font-weight: 500;
  color: rgba(217, 217, 217, 1);
}

.registrFormfild .fieldCst-Placeholder .labelPlaceholder {
  left: 0.595vw;
  top: 0.597vw;
}

.registration-Form .form-btn .ctm_cta {
  font-size: 0.860vw !important;
  padding: 0.463vw 0.661vw;
  min-width: auto;
}

.registration-Form  .form-btn {
  gap: 0.661vw;
  margin-top: 0.926vw;
}

.registration-Form .forgotLink {
  font-size: 1.058vw;
  font-weight: 700;
  margin-top: 0.926vw;
}

.registration-Form  .forgotLink a {
  color: #000;
  text-decoration: none;
}

/* Testimonial */

.testimonialPg-Wrapp {
  padding-top: 6.614vw;
}

.rowTestimonial {
  margin-left: -.992vw;
  margin-right: -.992vw;
}

.rowTestimonial>.col,
.rowTestimonial>[class*=col] {
  padding-left: .992vw;
  padding-right: .992vw;
}

.testimonialCardWrapp {
  position: relative;
  margin-bottom: 1.984vw;
}

.testimonialCardWrapp .thumbWrap {
  position: relative;
  border-radius: .794vw;
  overflow: hidden;
}

.testimonialCardWrapp .thumbWrap .thumbImg {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonialCardWrapp .testimonialInfoWrap {
  background-color: #6C43A7;
  color: rgba(255, 255, 255, 0.8);
  border-radius: .794vw;
  padding-top: .992vw;
  padding-bottom: .992vw;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16.534vw;
  margin-left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.testimonialCardWrapp:hover .testimonialInfoWrap {
  margin-left: -1.323vw;
  visibility: visible;
  opacity: 1;
}

.testimonialCardWrapp .testimonialInfoWrap .spc-x {
  padding-left: .794vw;
  padding-right: .794vw;
}

.testimonialCardWrapp .testimonialInfoWrap .tpRow {
  padding-bottom: .794vw;
}

.testimonialCardWrapp .testimonialInfoWrap .btRow {
  padding-top: .661vw;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .661vw;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap,
.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap {
  position: relative;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap::before,
.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap {
  padding-left: 1.190vw;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap::before {
  background-image: url("../images/icon-tag.svg");
  width: .794vw;
  height: .794vw;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap {
  padding-left: 1.190vw;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap::before {
  background-image: url("../images/icon-calender.svg");
  width: .860vw;
  height: .860vw;
}

.testimonialCardWrapp .testimonialInfoWrap .infoWrapper {
  max-height: 10.417vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.testimonialCardWrapp .testimonialInfoWrap .infoWrapper::-webkit-scrollbar {
  width: .397vw;
}

.testimonialCardWrapp .testimonialInfoWrap .infoWrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.testimonialCardWrapp .testimonialInfoWrap .infoWrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 225, 255, 0.6);
  border-radius: 10px;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonial-title {
  margin-bottom: .661vw;
  position: relative;
  padding-bottom: .661vw;
  font-weight: bold;
  line-height: 1.2;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonial-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFE1AC;
  width: 2.646vw;
  height: .132vw;
}

.testimonialCardWrapp .testimonialInfoWrap .testimonial-summary {
  font-size: .661vw;
  line-height: 1.3;
}

.testimonialCardWrapp .testimonialInfoWrap  .testimonial-Username {
  font-weight: bold;
  margin: 0;
}

.testimonialCardWrapp.videoItem {
  cursor: pointer;
}

.testimonialCardWrapp.videoItem:after {
  content: "";
  width: 3.770vw;
  height: 3.770vw;
  background-color: #6C43A7;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.323vw auto;
  background-image: url("../images/icon-play.svg");
  outline: .595vw solid rgba(108, 67, 167, 0.5);
}

.btnWrapper-more {
  margin-top: 3.307vw;
}

.testimonialReview-wrapper {
  padding-top: 4.630vw;
}

.reviewForm .testimonial-ReviewLeft {
  margin-top: .992vw;
}

.fieldCst-Placeholder {
  position: relative;
}

.fieldCst-Placeholder .labelPlaceholder {
  position: absolute;
  z-index: 1;
  font-size: var(--font-sz-20);
  font-weight: 500;
  color: #B3B3B3;
  left: 1.302vw;
  top: 1.042vw;
}

.starRating {
  position: relative;
  display: inline-block;
}

.starRating:not(:checked) > input {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}

.starRating:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 2.646vw;
  color: rgba(117, 117, 117, 0.3);
  line-height: .8;
}

.starRating:not(:checked) > label:before {
  content: '★ ';
  display: inline-flex;
}

.starRating > input:checked ~ label {
  color: #FFD202;
}

.starRating:not(:checked) > label:hover,
.starRating:not(:checked) > label:hover ~ label {
  color: #f0cc28;
}

.starRating > input:checked + label:hover,
.starRating > input:checked + label:hover ~ label,
.starRating > input:checked ~ label:hover,
.starRating > input:checked ~ label:hover ~ label,
.starRating > label:hover ~ input:checked ~ label {
  color: #f0cc28;
}

.uploadBx-wrap {
  padding: .661vw 1.984vw .860vw 1.984vw;
  background-color: #FFFFFF;
  border-radius: .794vw;
}

.uploadBx-wrap.cstW {
  max-width: 18.519vw;
  width: 100%;
}

.uploadBx-wrap .custom-file-upload {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.124vw;
  line-height: 1;
  cursor: pointer;
  padding: .265vw 0 0 2.513vw;
  min-height: 1.587vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.uploadBx-wrap .custom-file-upload:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.984vw;
  height: 1.587vw;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: url("../images/icon-upload.svg");
}

.uploadBx-wrap .uploadInstruct {
  color: rgba(99, 100, 104, 0.5);
}

.reviewForm .field-group {
  margin-bottom: 1.984vw;
}

.reviewForm .cstLabel {
  font-size: var(--font-sz-20);
  font-weight: 500;
  color: #B3B3B3;
}

.reviewForm .labelMinW {
  min-width: 11.574vw;
  padding-right: .992vw;
}

.requiredStar {
  color: #FF0000 !important;
}

.reviewForm textarea.form-control {
  height: 7.275vw;
}

.cstVideoModal .modal-content {
  border: none;
}

.cstVideoModal .modal-content,
.cstVideoModal .modal-content .modal-body {
  border-radius: 1.190vw;
}

.cstVideoModal .modal-body {
  padding: 0;
}

.cstVideoModal .btn-close {
  position: absolute;
  z-index: 1;
  opacity: 1;
  right: 0;
  bottom: 100%;
  margin-bottom: .331vw;
  border: none;
  width: 1.563vw;
  height: 1.563vw;
  border-radius: 100%;
  background-size: .992vw auto;
  box-shadow: none;
  padding: 0;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_324_8)"><path d="M0.292786 0.293081C0.480314 0.10561 0.734622 0.000294724 0.999786 0.000294724C1.26495 0.000294724 1.51926 0.10561 1.70679 0.293081L7.99979 6.58608L14.2928 0.293081C14.385 0.197571 14.4954 0.121389 14.6174 0.0689798C14.7394 0.0165708 14.8706 -0.0110155 15.0034 -0.0121693C15.1362 -0.0133231 15.2678 0.0119786 15.3907 0.0622595C15.5136 0.11254 15.6253 0.186793 15.7192 0.280686C15.8131 0.374579 15.8873 0.486231 15.9376 0.609127C15.9879 0.732024 16.0132 0.863703 16.012 0.996482C16.0109 1.12926 15.9833 1.26048 15.9309 1.38249C15.8785 1.50449 15.8023 1.61483 15.7068 1.70708L9.41379 8.00008L15.7068 14.2931C15.8889 14.4817 15.9897 14.7343 15.9875 14.9965C15.9852 15.2587 15.88 15.5095 15.6946 15.6949C15.5092 15.8803 15.2584 15.9855 14.9962 15.9878C14.734 15.99 14.4814 15.8892 14.2928 15.7071L7.99979 9.41408L1.70679 15.7071C1.51818 15.8892 1.26558 15.99 1.00339 15.9878C0.741189 15.9855 0.490376 15.8803 0.304968 15.6949C0.11956 15.5095 0.0143908 15.2587 0.0121124 14.9965C0.00983399 14.7343 0.110628 14.4817 0.292786 14.2931L6.58579 8.00008L0.292786 1.70708C0.105315 1.51955 0 1.26525 0 1.00008C0 0.734917 0.105315 0.480609 0.292786 0.293081Z" fill="white"/></g><defs><clipPath id="clip0_324_8"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

.cstVideoModal .videowrap {
  background-color: #000;
}

.cstVideoModal .videowrap .videostl {
  width: 100%;
}

/* End Testimonial */

/* practo review start*/

.practo_review .porcha-review-Img {
  margin-bottom: 1.984vw;
}

.porcha_rating {
  background-image: url(../images/rating-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.976vw 0;
}

.rating_Head .googleIcon {
  height: auto;
  margin-right: 0.860vw;
}

.rating_Head .rating_Title {
  color: #FFFFFF;
  font-weight: 400;
}

.all_reviews .star_size {
  width: 2.778vw;
  height: 2.778vw;
}

.star-count {
  color: #4285F4;
}

.all_reviews  .totle_reviews {
  font-size: 2.116vw;
  color: #B3B3B3;
}

.all_reviews {
  gap: 2.447vw;
}

.star-gap {
  gap: 0.331vw;
}



/* practo review end*/

/* navigation_dropdown start*/

.navigation_dropdown {
  padding: 0;
  background: #FFFFFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 12px 12px;
  border-top: solid #6C43A7 4px;
  min-width: 13.558vw;
  -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
}

.navigation_dropdown .dropdown-item {
  padding: 0.661vw;
  border-bottom: 1px solid #EEEEEE;
  font-size: var(--font-sz-11);
  font-family: Helvetica;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}

.navigation_menu .dropdown-toggle::after {
  display: none;
}

.navigation_menu .dropdown-menu[data-bs-popper] {
    left: 50%;
    transform: translateX(-50%);
    max-height: 400px;
    overflow: auto;
}

.navigation_menu .drpleft.dropdown-menu[data-bs-popper] {
  left: 100% !important;
}

/* .dropdown-item:last-child{border-bottom: none;} */

/* navigation_dropdown End*/

/* blog Start*/

.blog_pg {
  padding-top: 6.614vw;
}

.blog_row .card_mt {
  margin-top: 2.910vw;
}

.blog_row .card_mt:first-child {
  margin-top: 0;
}

.blog_pg .blogCard_Wrap .blog_card {
  margin-left: 6.878vw;
}

.blog_pg .blogCard_Wrap .blog_Title {
  font-size: var(--font-sz-23);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  position: absolute;
  bottom: 8.069vw;
  left: -6.878vw;
  font-weight: 700;
  max-width: 14.881vw;
  transition: all 0.3s;
}

.blog_pg .blogCard_Wrap .blog_Title:hover {
  color: var(--primary-color);
}

.blog_Txt .adminFild {
  margin-bottom: 0.860vw;
}

.blog_Txt .adminFild .by_admin {
  font-size: var(--font-sz-15);
}

.blog_Txt .adminFild .by_admin a {
  color: var(--primary-color);
  margin-right: 1.323vw;
}

.blog_image {
  margin-bottom: 0.794vw;
}

.blog_image img {
  border-radius: 0.794vw;
}

.blog_Txt p {
  font-size: var(--font-sz-11);
  margin-bottom: 1.190vw;
}

.page_pagination .pagination .page-item .page-link {
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  min-width: 2.646vw;
  height: 2.646vw;
  line-height: 2.646vw;
  text-align: center;
  padding: 0;
  font-size: var(--font-sz-20);
  font-weight: 400;
  font-family: 'Helvetica';
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}

.page_pagination .pagination .page-item .page-link.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.page_pagination .pagination .page-item .page-link:hover {
  color: var(--secondary-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.page_pagination .pagination {
  gap: 0.661vw;
  margin-top: 3.307vw;
}

/* blog End*/

/* blog-description Start*/

.blog_decrition {
  margin-right: 1.323vw;
  margin-top: 0.992vw;
}

.blog_HeadPart .decrition_title {
  margin-bottom: 5px;
}

.blog_HeadPart .decTxt .adminFild .by_admin {
  font-size: var(--font-sz-19);
}

.blog_HeadPart .blog_descImg {
  margin-bottom: 2.646vw;
}

.bolging_wrptext .imgWrp-Blog {
  padding-top: 0.661vw;
}

.bolging_wrptext .imgWrp-Blog .wrpImg {
  width: 30.423vw;
  float: left;
  margin-right: 2.315vw;
  margin-bottom: 2.315vw;
}

.bolging_wrptext .imgWrp-Blog .wrapTxt {
  margin-top: 0.661vw;
}

.text_clerB {
  clear: both;
}

.blog_social .tag-group .tag-Item {
  background: #EEEEEE;
  min-width: 3.704vw;
  padding: 3px;
  text-align: center;
  border-radius: 9px;
  line-height: 1;
  color: #000000;
}

.blog_social .tag-group {
  gap: 20px;
}

.blog_tag {
  gap: 5px;
  align-items: center;
}

.blog_social {
  padding: 1.323vw 0;
  border-bottom: 1px solid rgba(212, 211, 220, 0.5);
}

.blog_Share .share-group {
  gap: 0.728vw;
}

.blog_Share .share-group .share-Item {
  width: 1.455vw;
  height: 1.455vw;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_Share .share-group .share-Item .social-link {
  font-size: var(--font-sz-11);
  color: var(--primary-color);
}

.prev-next-Txt {
  width: 10.582vw;
}

.blog-prev-next a {
  text-decoration: none;
  gap: 0.992vw;
}

.blog-prev-next {
  margin-top: 3.307vw;
}

.blog-prev-next .prev-next-Img {
  border-radius: 7px;
  overflow: hidden;
  width: 6.481vw;
  height: 6.481vw;
}

.our_Treatments .treatments-list {
  background-color: rgba(255, 225, 172, 0.5);
  transition: all 0.3s;
  margin-bottom: 3.307vw;
}

.our_Treatments .treatments-list:hover {
  background-color: #FFE1AC;
}

.our_Treatments .treatments-list .treatments-link {
  padding: 0.992vw 1.984vw;
  font-size: var(--font-sz-15);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  gap: 0.529vw;
  transition: all 0.3s;
  align-items: center;
}

.our_Treatments .treatments-list .treatments-link:hover {
  color: var(--primary-color);
}

.our_Treatments .treatments-list li:hover {
  box-shadow: 0px 1px 4px rgba(108, 67, 167, 0.5);
  color: var(--primary-color);
}

.our_Treatments .treatments-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.our_Treatments .treatments-list li:last-child {
  border: transparent;
}

.our_Treatments .treatments-list .treatments-link .treatments-icon {
  width: 1.720vw;
  height: auto;
}

.blog_desc_right {
  margin-left: 1.520vw;
}

.recent_PostsMain .recent_Post {
  display: flex;
  gap: 1.190vw;
  max-width: 14.418vw;
  padding: 0.661vw 0;
  border-bottom: 1px solid rgba(212, 211, 220, 0.5);
  align-items: center;
}

.recent_PostsMain .recent_Post:last-child {
  border-bottom: none;
}

.recent_PostsMain .recent_Post .post_image {
  min-width: 3.836vw;
  width: 3.836vw;
  height: 3.836vw;
  background: #D9D9D9;
  border-radius: 0.463vw;
  overflow: hidden;
}
.post_image img{height: 100%;object-fit: cover;}

.recent_PostsMain .recent_Post .post_title {
  width: 90%;
}

/* blog-description End*/

/*FAQs Start*/

.useful-Faq .useful-Faq-title {
  margin-bottom: 2.646vw;
}

.useful-Faq .Faqs_tabs .ctm-tab-nav {
  justify-content: center;
}

.useful-Faq .Faqs_tabs .ctm-tab-nav .nav-link {
  font-size: var(--font-sz-20);
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid rgba(238, 238, 238, 1);
  border-radius: 0;
  padding: 1.190vw 1.323vw;
  margin-bottom: 3.307vw;
}

.useful-Faq .Faqs_tabs .ctm-tab-nav .nav-link.nav-link.active,
.useful-Faq .Faqs_tabs .ctm-tab-nav .show>.nav-link {
  background-color: transparent;
  border-color: var(--primary-color);
}

.ctm-tab-content .ctm-accordion {
  margin: 0 8.929vw;
}

.ctm-tab-content .ctm-accordion .accordion-item,
.ctm-tab-content .ctm-accordion .accordion-item:not(:first-of-type) {
  background-color: transparent;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.ctm-tab-content .ctm-accordion .accordion-button {
  padding: 1.323vw 0;
  align-items: center;
  background-color: transparent;
  border: none;
  font-size: var(--font-sz-19);
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.ctm-tab-content .ctm-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: transparent;
  box-shadow: none;
}

.ctm-tab-content .ctm-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.ctm-tab-content .ctm-accordion .accordion-body {
  padding: 0 1.521vw 1.323vw 1.521vw;
  font-size: var(--font-sz-16);
}

.ctm-tab-content .ctm-accordion  .accordion-button::after {
  display: none;
}

.ctm-tab-content .ctm-accordion .redioActive {
  box-shadow: 0 0 0 0.132vw var(--primary-color);
  appearance: none;
  border-radius: 50%;
  width: 0.992vw;
  height: 0.992vw;
  background-color: #fff;
  transition: all ease-in 0.2s;
  border: 0.198vw solid white;
  background-color: var(--primary-color);
  margin-right: 0.529vw;
}

.ctm-tab-content .ctm-accordion .collapsed .redioActive {
  background-color: transparent;
}

.mob_select .ctmSelectDrop {
  display: none;
}

/*FAQs End*/

/* Embryology Services start*/

.ctm-bullet {
  box-shadow: 0 0 0 0.132vw var(--primary-color);
  appearance: none;
  border-radius: 50%;
  max-width: 1.124vw;
  width: 1.124vw;
  height: 1.124vw;
  background-color: #fff;
  transition: all ease-in 0.2s;
  border: 0.198vw solid white;
  background-color: var(--primary-color);
  margin-right: 1.124vw;
  display: inline-block;
}

.advantage-sec .advantage-list .advantage-item {
  margin-bottom: 1.124vw;
}

.embryology-Table .embryology-Courses table {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  overflow: hidden;
}

.embryology-Table .embryology-Courses table thead {
  background-color: rgba(255, 225, 172, 1);
}

.embryology-Table .embryology-Courses table thead tr th {
  padding: 1.323vw 2.249vw;
  color: var(--primary-color);
  font-size: var(--font-sz-23);
  font-weight: 700;
}

.embryology-Table .embryology-Courses tbody,
.embryology-Table .embryology-Courses  td,
.embryology-Table .embryology-Courses  tfoot,
.embryology-Table .embryology-Courses  th,
.embryology-Table .embryology-Courses thead,
.embryology-Table .embryology-Courses  tr {
  border: none;
}

.embryology-Table .embryology-Courses tbody tr td {
  padding: 0.926vw 2.116vw;
  border-bottom: 1px solid rgba(241, 241, 241, 1);
  font-size: var(--font-sz-20);
}

.ctm-gap-12 {
  gap: 0.794vw;
}

/* Embryology Services End*/

/* registration-form start*/

.register-pgBottom .regi_bottTxt {
  max-width: 31.415vw;
}

.register-pgBottom {
  margin-top: 3.968vw;
  margin-bottom: 1.323vw;
}

.register-Form .field-group {
  margin-bottom: 1.323vw;
}

.reg-radio-grp {
  display: flex;
  gap: 3.968vw;
}

.ctm-Radio input {
  border: 0.198vw solid white;
  box-shadow: 0 0 0 0.132vw rgba(108, 67, 167, 1);
  appearance: none;
  border-radius: 50%;
  width: 1.124vw;
  height: 1.124vw;
  background-color: #fff;
  transition: all ease-in 0.2s;
  margin-right: 1.124vw;
}

.ctm-Radio input:checked {
  background-color: rgba(108, 67, 167, 1);
}

.ctm-Radio label {
  font-size: var(--font-sz-20);
  font-weight: 500;
}

/* registration-form End*/

/* tritment description start*/

.treatment_Desc-Top {
  margin-bottom: 2.778vw;
}

.treatment_pg .treatment_Desc {
  margin-right: -1.52vw;
  position: relative;
}

.treatment_pg .treatment_Desc .Prof_StaffImg {
  height: 26.455vw;
}

.treatment_pg .treatment_Desc .Prof_StaffImg img {
  border-radius: 0.794vw;
  overflow: hidden;
}

.object-fit {
  object-fit: cover;
}

.treatment-prof {
  position: relative;
  padding-top: 4.960vw;
  padding-bottom: 5.952vw;
}

.treatment_pg .treatment_Desc .Prof-StaffCard {
  padding: 1.257vw;
  background-color: rgba(255, 225, 172, 0.9);
  box-shadow: rgba(255, 225, 172, 0.9) 0px 0px 15px 0px;
  border-radius: 0.794vw;
  position: absolute;
  width: 15.212vw;
}

.treatment_pg .treatment_Desc .Prof-StaffCard.cardFirst {
  top: 0;
  right: 2.183vw;
}

.treatment_pg .treatment_Desc .Prof-StaffCard.cardSecond {
  bottom: 0;
  right: 16.005vw;
}

.treatment_pg .treatment_Desc .Prof-StaffCard .staff-Icon {
  min-width: 2.976vw;
  width: 2.976vw;
  height: 2.976vw;
  border-radius: 100%;
  border: 1px solid rgba(108, 67, 167, 1);
  position: relative;
  padding: 0.661vw;
  transition: 0.3s;
  margin-bottom: 0.728vw;
}

.treatment_pg .treatment_Desc .Prof-StaffCard .staff-Icon::before {
  content: "";
  position: absolute;
  width: 1.455vw;
  height: 1.653vw;
  background-image: url(../images/doctoe_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.Prof_StaffImg a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.treatment_Desc-bottom {
  margin-top: 2.315vw;
}

.treatment_pg .treatment_Desc .Prof-StaffCard:hover .staff-Icon {
  background-color: var(--primary-color);
}

.treatment_pg .treatment_Desc .Prof-StaffCard:hover .staff-Icon::before {
  background-image: url(../images/doc-icon-light.svg);
}

.best-Doctors .doctor_card {
  margin-bottom: 0px;
}

/* tritment description End*/

/* Dashboard Start */

body.dashboard {
  padding-top: 0px;
  background-color: #fff !important;
}

.dash-Main-Wrp .dash_menuWrap .sideM-item .dashLink {
  padding: 1.455vw 0.860vw;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: var(--font-sz-15);
  font-weight: 700;
  font-family: Helvetica;
  text-decoration: none;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.dash-Main-Wrp .dash_menuWrap .sideM-item .dashLink.active {
  border-bottom: 1px solid rgba(108, 67, 167, 1);
  color: var(--primary-color);
}

.dash-Main-Wrp .dash_menuWrap .sideM-item .dashLink .menue-icon {
  width: 1.257vw;
  display: inline-block;
  margin-right: 0.529vw;
}

.dash_menuWrap {
  min-width: 18.519vw;
  border-right: 1px solid #EEEEEE;
  min-height: calc(100vh - 18.402vw);
}

.dash-Main-Wrp {
  display: flex;
}

.appListTitle {
  margin-bottom: 0.992vw;
}

.appointments_Top {
  margin: 0 2.315vw;
}

.appointments_Top .appo-CardWrp {
  display: flex;
  column-gap: 1.587vw;
}

.appointments_Top .appo-CardWrp .das-cardMain {
  width: 23.148vw;
  display: flex;
  gap: 0.794vw;
  background-color: #FFE1AC;
  padding: 1.124vw;
  border-radius: 0.331vw;
  margin-bottom: 1.587vw;
}

.appointments_Top .appo-CardWrp .das-cardMain .topCard-Icon {
  width: 3.108vw;
  height: 3.108vw;
  border-radius: 0.331vw;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointments_Top .appo-CardWrp .das-cardMain .topCard-Icon img {
  height: 1.521vw;
  width: auto;
}

.appointments_table {
  max-height: calc(100vh - 430px);
  overflow-y: scroll;
}

.appointments_table::-webkit-scrollbar {
  width: .397vw;
}

.appointments_table::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.appointments_table::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.appointments_table table thead tr th {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 0.992vw 3.638vw;
  color: var(--primary-color);
  font-size: var(--font-sz-15);
  font-weight: 700;
}

.appointments_table table tbody tr td {
  padding: 0.992vw 3.638vw;
}

.appointments_table table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.appointments_table table tbody tr {
  border-bottom: 1px solid #EEEEEE;
}

.appointments_table .patients-Info {
  display: flex;
  gap: 0.397vw;
}

.appointments_table .patients-Info .patients-Pro-pic {
  width: 2.050vw;
  height: 2.050vw;
  background-color: var(--primary-color);
  border-radius: 3px;
}

.appointments_table .patients-Info .patients-Pro-pic img {
  object-fit: cover;
  width: 100%;
}

.appointments_table .created-Date {
  font-size: 0.860vw;
  font-weight: 600;
}

.action-btn .view-Btn {
  display: inline-block;
  padding: 0.297vw 0.397vw;
  color: var(--primary-color);
  border: 1px solid rgba(108, 67, 167, 1);
  border-radius: 0.198vw;
  text-decoration: none;
  transition: 0.3s all;
}

.action-btn .view-Btn:hover {
  color: var(--secondary-color);
  background-color: var(--primary-color);
}

.ctm-toggle,
.ctm-close {
  display: none;
}

/* Dashboard  Model */

.appointment-Modal .modal-content {
  border-radius: 0.794vw;
}

.appointment-Modal .modal-dialog {
  max-width: 26.124vw;
}

.appointment-Modal .modal-content .modal-header {
  padding: 1.058vw;
  border-color: rgba(217, 217, 217, 1);
}

.appointment-Modal .modal-content  .modal-body {
  padding: 1.058vw;
}

.appointment-Modal .modal-content .btn-close {
  padding: 0;
  width: 1.455vw;
  height: 1.455vw;
  margin: 0;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,0);
  opacity: 1;
}

.appo-Main .client-details {
  margin-bottom: 0.661vw;
}

.appo-Main .client-details .ctm-lable {
  font-size: 0.992vw;
  color: rgba(0, 0, 0, 0.5);
  font-family: Helvetica;
}

.appo-Main .client-details .clientFil-Deta {
  color: rgba(217, 217, 217, 1);
  font-size: 0.926vw;
}

/* Dashboard  End */

/* Dashboard  Review */

.black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.reviews-section .patient-reviews {
  padding: 1.984vw 0.992vw;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.reviews-section .patient-reviews .reviewsWrap {
  display: flex;
  column-gap: 0.992vw;
}

.reviews-section .patient-reviews .reviewsWrap .reviewsInfo .patient-nameSec .riview-boxTop {
  margin-bottom: 0.794vw;
}

.reviews-section .patient-reviews .reviewsWrap .reviews-profile {
  min-width: 5.026vw;
  width: 5.026vw;
  height: 5.026vw;
  border-radius: 4px;
  background: #6C43A7;
}

.reviews-section .patient-reviews .reviewsWrap .reviewsInfo .patient-nameSec p {
  margin: 0;
}

.riview-pg-ratings .ratings {
  color: rgba(255, 210, 2, 1);
  font-size: var(--font-sz-12);
  display: inline-block;
  margin-right: 7px;
}

.riview-pg-ratings .review-date {
  font-size: var(--font-sz-12);
  color: rgba(0, 0, 0, 0.5);
}

.review-btnGroup button,
.review-btnGroup a {
  padding: 0.331vw 1.323vw;
  font-size: var(--font-sz-15);
  color: #000;
  border-radius: 6px;
  border: 1px solid #449901;
  list-style: 1;
  color: #449901;
  transition: all 0.3s;
}

.review-btnGroup {
  display: flex;
  column-gap: 1.323vw;
  margin-top: 1.984vw;
}

.review-btnGroup button.btn-cancel {
  border: 1px solid rgba(255, 0, 0, 1);
  list-style: 1;
  color: rgba(255, 0, 0, 1);
}

.review-btnGroup button:hover {
  color: #FFF;
  background-color: #449901;
}

.review-btnGroup button.btn-cancel:hover {
  color: #FFF;
  background-color: rgba(255, 0, 0, 1);
}

/* head Search */

.searchBx {
  position: absolute;
  top: 3.792vw;
  left: 0;
  z-index: 99;
  background: #fff;
  padding: 1.302vw .781vw;
  width: 23.438vw;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
  z-index: 111;
}
  .cstSearch_input, .cstSearch_input:focus {
    width: 100%;
    padding: .26vw;
    border: 1px solid #c1bfbf;
    outline: 0;
    box-shadow: none;
  }
  .searchBtn {
    background: var(--primary-color);
    border: none;
    padding: .313vw .781vw;
    color: #fff;
  }
  
  .show_search .searchBx{
    opacity: 1;
    visibility: visible;
  }
  .close_search{display: none;}
  .show_search .sesrchIcon_pan{display: none;}
  .show_search .close_search{display: block;}
  /*.dropdown.bootstrap-select.ctm-select{padding:0px;}*/

@media (min-width:992px) {
  .lg-container-vw {
    max-width: 86%;
    margin: auto;
  }

  .container-pd-vw {
    padding-right: .625vw;
    padding-left: .625vw;
  }

  .row-vw {
    margin-right: -.625vw;
    margin-left: -.625vw;
  }

  .row-vw>.col,
  .row-vw>[class*=col] {
    padding-right: .625vw;
    padding-left: .625vw;
  }

  .ctm-row {
    margin-right: -4.960vw;
    margin-left: -4.960vw;
  }

  .ctm-row>.col,
  .ctm-row>[class*=col] {
    padding-right: 4.960vw;
    padding-left: 4.960vw;
  }

  .testimonials_row {
    margin-right: -2.646vw;
    margin-left: -2.646vw;
  }

  .testimonials_row>.col,
  .testimonials_row>[class*=col] {
    padding-right: 2.646vw;
    padding-left: 2.646vw;
  }

  .ftr_row {
    margin-right: -1.984vw;
    margin-left: -1.984vw;
  }

  .ftr_row>.col,
  .ftr_row>[class*=col] {
    padding-right: 1.984vw;
    padding-left: 1.984vw;
  }

  .why-choose_row {
    margin-right: -2.646vw;
    margin-left: -2.646vw;
  }

  .why-choose_row>.col,
  .why-choose_row>[class*=col] {
    padding-right: 2.646vw;
    padding-left: 2.646vw;
  }

  .form-row {
    margin-right: -1.653vw;
    margin-left: -1.653vw;
  }

  .form-row>.col,
  .form-row>[class*=col] {
    padding-right: 1.653vw;
    padding-left: 1.653vw;
  }

  .cstVideoModal .modal-dialog {
    max-width: 59.524vw;
  }

  .porch-row {
    margin-right: -1.323vw;
    margin-left: -1.323vw;
  }

  .porch-row>.col,
  .porch-row>[class*=col] {
    padding-right: 1.323vw;
    padding-left: 1.323vw;
  }

  .reviews-card-row {
    margin-right: -1.984vw;
    margin-left: -1.984vw;
  }

  .reviews-card-row>.col,
  .reviews-card-row>[class*=col] {
    padding-right: 1.984vw;
    padding-left: 1.984vw;
  }

  .blog_row {
    margin-right: 0.992vw;
    margin-left: 0.992vw;
  }

  .blog_row>.col,
  .blog_row>[class*=col] {
    padding-right: 3.175vw;
    padding-left: 3.175vw;
  }
}

@media (max-width:991px) {
    
  .container-pd-vw {
    padding-right: 25px;
    padding-left: 25px;
  }

  body {
    padding-top: 73px;
  }

  :root {
    --primary-color: #6C43A7;
    --font-sz-11: 11px;
    --font-sz-12: 12px;
    --font-sz-15: 12px;
    --font-sz-16: 13px;
    --font-sz-19: 15px;
    --font-sz-20: 17px;
    --font-sz-21: 16px;
    --font-sz-23: 17px;
    --font-sz-25: 18px;
    --font-sz-28: 20px;
    --font-sz-30: 20px;
    --font-sz-34: 20px;
    --font-sz-40: 25px;
    --font-sz-47: 30px;
    --font-sz-54: 32px;
    --font-sz-50: 32px;
    --font-sz-58: 35px;
    --font-sz-60: 37px;
    --font-sz-80: 50px;
    --font-sz-130: 70px;
  }

  p,
  ul {
    margin-bottom: 11px;
  }

  .mb__16 {
    margin-bottom: 10px;
  }

  .mb__18 {
    margin-bottom: 12px;
  }

  .mb__25 {
    margin-bottom: 14px;
  }

  .mb__30 {
    margin-bottom: 15px;
  }

  .mb__70 {
    margin-bottom: 45px;
  }

  .mb__58 {
    margin-bottom: 33px;
  }
  
  .mt-68 {
    margin-top: 45px;
}

  .sub-PagesTxt {
    max-width: 205px;
  }

  .navigation_menu {
    padding: 13px 0;
  }

  .ctm-navLogo {
    max-width: 150px;
    width: 100%;
    margin: 0 15px 0 0;
  }
  .sideMenuclose{padding: 20px; text-align: right;}
  .sideMenuLogo{margin: 20px;}
  .head_fix {
    z-index: 999;
  }

  .navbar_search {
    position: relative;
  }

  .nav_rightBtn {
    position: relative;
  }

  .navbar_search::after {
    border: 1px solid transparent;
  }

  .nav_rightBtn::before {
    border: transparent;
  }

  .navbar_search {
    border: 1px solid #6C43A7;
  }

  .navbar_search {
    width: auto;
  }

  .navbar_search.search_btn {
    padding: 15px;
  }

  .search_btn {
    font-size: 14px;
  }

  .navigation_menu .ctm_navbar .nav-item .nav-link {
    padding: 15px 20px;
    font-size: 15px;
  }

  .appointment_cta {
    padding: 12px 20px;
  }

  .ctm-W-100 {
    width: 100%;
  }

  .ctm_navbar {
    height: calc(100vh);
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgba(255, 225, 172, 1);
    padding: 0;
    max-width: 300px;
    width:100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden !important;
  }

  .ctm_navbar.show {
    right:0%;
  }

  .ctm-navLogo.nav-item {
    display: none;
  }

  .navigation_menu .ctm_navbar .nav-item {
    width: 100%;
    border-top: 1px solid rgba(109, 67, 167, 0.5);
  }

  .navigation_menu .ctm_navbar .nav-item:last-child {
    width: 100%;
    border-bottom: 1px solid rgba(109, 67, 167, 0.5);
  }

  .navigation_menu .navbar-toggler {
    border: none;
    padding: 0;
  }

  .navigation_menu .navbar-toggler:focus {
    box-shadow: none;
  }

  .navigation_menu .navbar-toggler .navbar-toggler-icon {
    position: relative;
    background-image: none;
    width: 33px;
    height: auto;
  }

  /* .navigation_menu .navbar-toggler .navbar-toggler-icon::before,
  .navigation_menu .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6C43A7;
  } */

  /* .navigation_menu .navbar-toggler .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
    transition: all 0.3s;
  } */

  /* .navigation_menu .navbar-toggler .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: all 0.3s;
  } */

  /* .navigation_menu .navbar-toggler.collapsed .navbar-toggler-icon::before {
    top: -10px;
    transform: rotate(0);
    transition: all 0.3s;
  } */

  /* .navigation_menu .navbar-toggler.collapsed .navbar-toggler-icon::after {
    bottom: -10px;
    transform: rotate(0);
    transition: all 0.3s;
  }

  .navigation_menu .navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: #6C43A7;
  } */

  /* section-1 */

  .hero_Banner {
    padding: 80px 0;
  }

  .ctm_cta {
    padding: 10px 20px;
    min-width: 95px;
  }

  .mt-35 {
    margin-top: 20px;
  }

  .img_border::before {
    border-radius: 8px;
  }

  .hero_section-Img {
    border-radius: 8px;
    overflow: hidden;
  }

  .img_border {
    position: relative;
    z-index: 2;
  }

  .slideImg_Wrp {
    transform: translateX(-75px);
  }

  .hero_slider .text-slider .slick-dots {
    bottom: -55px;
    left: 70px;
  }

  .hero_slider .text-slider .slick-dots li button:before, .hero_slider .slider-nav-img .slick-dots li button:before  {
    font-size: 25px;
  }

  /* section-2 */

  .about_detImg .main-secImg img {
    transform: translate(20px , 20px);
    border-radius: 10px;
  }

  .about_detImg .doctor_img {
    max-width: 175px;
    position: absolute;
    bottom: -100px;
    right: -40px;
  }

  .about_infoTxt {
    margin-left: 40px;
  }

  .about_Title {
    max-width: 90%;
  }

  .about_infoTxt p {
    margin-bottom: 1.984vw;
  }

  /* section-3 */

  .appointment-sec {
    padding: 85px 0 100px;
  }

  .book_Appoint {
    height: 350px;
  }

  .benefits_Card {
    border-radius: 10px;
    padding: 15px 20px;
    width: 150px;
  }

  .benefits_Card .cardIcon {
    max-width: 40px;
  }

  .appoint_Card-One {
    top: -25px;
    left: 35px;
  }

  .appoint_Card-Two {
    bottom: -50px;
    left: 75px;
  }

  .appoint_Card-Three {
    top: 55px;
    left: 250px;
  }

  .appoint_Card-Four {
    bottom: -40px;
    left: 350px;
  }

  .appointment-Cta {
    background-color: #FFFFFF;
    border-radius: 10px;
    max-width: 150px;
    padding: 12px;
    min-height: 140px;
  }

  /* section-4 */

  .common_Title::after {
    bottom: -10px;
    width: 84px;
    height: 3px;
    background-color: #FFE1AC;
  }

  .services_secWrp {
    margin: 0;
  }

  .services_secWrp .services_Info {
    max-width: 150px;
    top: 30px;
  }

  .services_secWrp .services_Img {
    margin-left: 73px;
  }

  .services_secWrp .services_Img img {
    border-radius: 10px;
  }

  .We_Provide_Services .pro_itemGroup .sec-mt {
    margin-top: 35px;
  }

  /* section-5 */

  .commn_secWrp {
    padding: 15px 0;
  }

  .slideImg {
    margin: 0 3px;
    border-radius: 13px;
    height: 150px;
  }

  .testimonials_slider {
    min-height: 200px;
  }

  .slick-active-last {
    max-height: 250px !important;
    min-height: 200px !important;
  }

  .testimonials_slider_Tow .slick-prev,
  .testimonials_slider_Tow .slick-next {
    background: #FFE1AC;
    width: 25px;
    height: 25px;
    bottom: -40px;
  }

  .testimonials_slider_Tow .slick-next {
    left: 40px;
  }

  /*.testimonials_TxtWrp {*/
  /*  margin-top: 30px;*/
  /*}*/

  /* section-6*/

  .doctor_card {
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .doctor_name {
    margin-bottom: 7px;
  }

  .doctor_card .doctor_details {
    padding: 20px;
  }

  .doctor_details p {
    font-size: var(--font-sz-12);
    margin-bottom: 7px;
  }

  /* section-7*/

  .schedule_btnGroup div {
    gap: 15px;
  }

  /* Footer*/
  .footer_Main .trusted-by {
    font-size: 19px !important;
    }
  .footer_Main {
    padding: 40px 30px;
  }

  .ftr_first .ftr_logo {
    max-width: 140px;
    margin-bottom: 9px;
  }

  .ftr_first .ftr_logo p {
    font-size: 12px;
  }

  .ftr_nav .ftr-iteam .ftr-link {
    font-size: 14px;
  }

  .footer_Main .trusted-by {
    font-size: 19px !important;
  }

  .ftr_nav .ftr-iteam {
    margin-bottom: 6px;
  }

  .social-media {
    display: flex;
    gap: 10px;
  }

  .social-media .social-iteam .social-link {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  /* About Us Satart*/

  .sub-Pages-Head {
    margin-bottom: 15px;
  }

  .sub-Pages-Head {
    padding: 70px 0;
  }

  .about-conter {
    background-color: var(--primary-color);
    padding: 50px 0;
  }

  .about-conter .count-up .counter-count,
  .about-conter .count-up .plus {
    transform: translateY(-6px);
  }
  .about-conter .count-up .plus{font-size:48px;}

  .count_lable {
    transform: translateY(-25px);
    padding: 7px 12px;
    font-size: 7px;
  }

  .count-up {
    margin-bottom: 15px !important;
  }

  .meet_doctor {
    padding: 30px 0;
  }

  .patients-choose {
    margin: 30px 0 20px;
  }

  .patients-choose-TxtWrap {
    padding: 50px 0 50px;
  }

  .patients-choose-TxtWrap p {
    margin-bottom: 15px;
  }

  .dedicated_doctors {
    border-radius: 10px;
    padding: 15px;
    margin-right: 0;
  }

  .dedicated_doctors .doctor_icon {
    width: 30px;
    margin-bottom: 8px;
  }

  .patients-choose .sec_trnform-1 .dedicated_doctors {
    margin-bottom: 15px;
  }

  .patients-choose .sec_trnform-2 .dedicated_doctors {
    margin-top: 15px;
  }

  .patients-choose .sec_trnform-2 {
    transform: translateY(15px);
  }

  .patients-choose .sec_trnform-1 {
    transform: translateY(-15px);
  }

  .why-choose_row {
    padding: 0;
  }

  /* contact-us */

  .contact_map {
    height: 250px;
  }

  .contact_card {
    border-radius: 12px;
    padding: 18px;
    width: 200px;
  }

  .contact_cardTitle {
    margin-bottom: 10px;
  }

  .contact_cardTitle .icon {
    margin-right: 9px;
  }

  .contact_card.addresGroup {
    top: 35px;
    left: 100px;
  }

  .contact_card.addresGroup::after {
    bottom: 40px;
    right: -35px;
    width: 25px;
    height: 28px;
  }

  .contact_card.emailGroup {
    top: 35px;
    padding: 15px;
  }

  .contact_card.phoneGroup {
    bottom: -18px;
    right: 100px;
    padding: 15px;
  }

  .contact_cardTitle .icon {
    width: 14px;
    height: auto;
  }

  .get-in-touch {
    margin-top: 45px;
    margin-bottom: 20px;
  }

  .get-inT-form .form-fild {
    margin-bottom: 20px;
  }

  .get-inT-form .form-fild .ctm-input,
  .get-inT-form .form-fild .ctm-select,
  .get-inT-form .ctm-select .btn {
    border-radius: 6px;
    padding: 10px 15px;
  }

  .get-inT-form .form-fild.select::before {
    width: 15px;
    height: 10px;
    top: 45%;
    right: 20px;
  }

  /* Model */
  .ctm_popup .modal-dialog{
      max-width: 700px;
  }
  .ctm_popup .modal-dialog .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .pop_content {
    width: 100%;
    margin: auto;
  }

  /* book appointment */

  .appointment_Doctor {
    border-radius: 10px;
    padding: 20px 15px;
  }

  .need-help {
    padding: 15px;
    border-radius: 10px;
  }

  .need-help .need-hTitle {
    margin-bottom: 7px;
  }

  .contact_Information .contact_list li {
    font-size: 9px;
  }

  .contact_Information .contact_list li {
    gap: 5px;
    margin-bottom: 6px;
  }

  .appointment-ifo {
    padding-left: 0;
  }

  .contact_Information {
    margin-bottom: 15px;
  }

  .appointment-Pop .modal-content .book-app-tab {
    padding: 10px;
    max-height: 400px;
  }

  .appointment-Pop .modal-content .modal-body {
    padding: 10px;
  }

  .appointment-Pop .available-appointments .availabl-Title {
    margin: 10px 0;
  }

  .book-app-tab .book-appWrp {
    padding: 9px 0;
  }

  .book-app-tab .book-appWrp .appBookTime {
    font-size: 11px;
  }

  .book-app-tab .book-appWrp .appBookTime .available-Spaces {
    font-size: 8px;
  }

  .book-app-tab .book-appWrp .appBookCta .ctm_cta {
    padding: 7px 13px;
  }

  .calendar-header {
    padding: 10px 0;
    font-size: 15px;
  }

  .calendar-week-days {
    font-size: 9px;
  }

  .calendar-week-days div {
    height: 20px;
  }

  .calendar-days div {
    width: 70px;
    height: 70px;
    font-size: 13px;
  }

  .calendar-days div.current-date::before {
    width: 35px;
    height: 35px;
  }

  .month-list {
    top: 39px;
  }

  /* appoint Form modal */

.appoint-Form-modal .modal-dialog {
  max-width: 355px;
}
.appoint-Form-modal .modal-header {
  padding: 12px;
}
.appoint-Form-modal .modal-header .modal-title {
  font-size: 9px;
}

.appoint-Form-modal .modal-header .btn-close {
  width: 11px;
  height: 11px;
}

.appoint-Form-modal .chose-customerType {
  padding: 24px;
  font-size: 11px;
  gap: 19px;
}

.appoint-Form-modal .chose-customerType .customer-Redio {
  gap: 7px;
}

.customer-Redio input[type="radio"] {
  border: 2px solid white;
  width: 11px;
  height: 11px;
}

.form-bodyWrap {
  padding: 15px 25px;
}

.form-bodyWrap .new-custmr-form .head-line {
  font-size: 11px;
}

.Fertility-box {
  padding: 12px;
  margin-bottom: 22px;
}

.Fertility-box .FertilityTitle {
  font-size: 11px;
  margin-bottom: 6px;
}

.Fertility-box  .appointDatTime {
  font-size: 11px;
}

.registration-Form .registTitle {
  font-size: 12px;
  margin-bottom: 6px;
}

.registrFormfild .inputgap {
  margin-bottom: 5px;
}

.registrFormfild .inputgap .ctm-input {
  padding: 8px;
  height: 25px;
  font-size: 11px;
  border-radius: 3px;
}

.registrFormfild .inputgap .labelPlaceholder {
  font-size: 11px;
}

.registrFormfild .fieldCst-Placeholder .labelPlaceholder {
  left: 9px;
  top: 6px;
}

.registration-Form .form-btn .ctm_cta {
  font-size: 8px !important;
  padding: 7px 10px;
}

.registration-Form  .form-btn {
  gap: 10px;
  margin-top: 14px;
}

.registration-Form .forgotLink {
  font-size: 11px;
  margin-top: 14px;
}

  /* Testimonial */

  .testimonialPg-Wrapp {
    padding-top: 50px;
  }

  .rowTestimonial {
    margin-left: -8px;
    margin-right: -8px;
  }

  .rowTestimonial>.col,
  .rowTestimonial>[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonialCardWrapp {
    margin-bottom: 15px;
  }

  .testimonialCardWrapp .thumbWrap {
    border-radius: 8px;
  }

  .testimonialCardWrapp .thumbWrap .thumbImg {
    min-height: 210px;
  }

  .testimonialCardWrapp:hover .testimonialInfoWrap {
    margin-left: -10px;
  }

  .testimonialCardWrapp .testimonialInfoWrap {
    border-radius: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
    max-width: 270px;
    width: calc(100% - 20px);
  }

  .testimonialCardWrapp .testimonialInfoWrap .spc-x {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .infoWrapper {
    max-height: 115px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .tpRow {
    padding-bottom: 10px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo {
    gap: 14px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap {
    padding-left: 20px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap::before {
    width: 12px;
    height: 12px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap {
    padding-left: 20px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap::before {
    width: 13px;
    height: 13px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .btRow {
    padding-top: 8px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonial-title {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonial-title:after {
    width: 35px;
    height: 1px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .infoWrapper::-webkit-scrollbar {
    width: 5px;
  }

  .testimonialCardWrapp .testimonialInfoWrap .testimonial-summary {
    font-size: 9px;
  }

  .testimonialCardWrapp.videoItem:after {
    width: 40px;
    height: 40px;
    background-size: 16px auto;
    outline-width: 6px;
  }

  .btnWrapper-more {
    margin-top: 40px;
  }

  .testimonialReview-wrapper {
    padding-top: 40px;
  }

  .reviewForm .testimonial-ReviewLeft {
    margin-top: 8px;
  }

  .reviewForm .field-group {
    margin-bottom: 10px;
  }

  .fieldCst-Placeholder .labelPlaceholder {
    left: 15px;
    top: 14px;
  }

  .reviewForm textarea.form-control {
    height: 110px;
  }

  .reviewForm .labelMinW {
    min-width: 145px;
    padding-right: 15px;
  }

  .starRating:not(:checked) > label {
    font-size: 26px;
  }

  .uploadBx-wrap {
    padding: 10px 20px 8px 20px;
    border-radius: 10px;
  }

  .uploadBx-wrap.cstW {
    max-width: 245px;
  }

  .uploadBx-wrap .custom-file-upload {
    font-size: 16px;
    padding: 0 0 0 26px;
    min-height: 18px;
  }

  .uploadBx-wrap .custom-file-upload:before {
    width: 20px;
    height: 16px;
  }

  .cstVideoModal .modal-content,
  .cstVideoModal .modal-content .modal-body {
    border-radius: 10px;
  }

  .cstVideoModal .btn-close {
    margin-bottom: 4px;
    width: 15px;
    height: 15px;
    background-size: 12px auto;
  }

  /* End Testimonial */

  /* practo review start*/

  .practo_review .porcha-review-Img {
    margin-bottom: 10px;
  }

  .porcha_rating {
    padding: 45px 0;
  }

  .rating_Head .googleIcon {
    width: 36px;
    margin-right: 12px;
  }

  .all_reviews .star_size {
    width: 28px;
    height: 28px;
  }

  .star-count {
    color: #4285F4;
  }

  .all_reviews  .totle_reviews {
    font-size: 20px;
  }

  .all_reviews {
    gap: 2.447vw;
  }

  .star-gap {
    gap: 0.331vw;
  }

  /* practo review end*/

  /* navigation_dropdown start*/

  .navigation_dropdown {
    border-radius: 0px;
    background-color: transparent;
    border-top: none;
    box-shadow: none;
    max-width: 262px;
    margin-left: auto;
    border: none;
  }

  .navigation_dropdown .dropdown-item {
    padding: 10px;
    border-bottom: 1px solid rgba(108, 67, 167, 0.3);
    font-size: 15px;
    text-wrap:wrap;
  }
  .dropdown .nav-link{position: relative;}
  .dropdown .nav-link::before{content: ""; position: absolute; top: 50%; right: 24px; transform: translateY(-50%); width: 16px; height: 9px; background-image: url(../images/select-arrow.svg);background-size: contain; background-repeat: no-repeat;}
  .dropdown .nav-link.show::before{transform: translateY(-50%) rotate(-180deg);}
  .navigation_menu .ctm_navbar .nav-item .nav-link{
    font-family: Helvetica;
  }

  .navigation_menu .dropdown-menu[data-bs-popper] {
    left: 0;
    transform: translateX(0%);
    max-height:310px;
  }

  .navigation_menu .drpleft.dropdown-menu[data-bs-popper] {
    left: 100% !important;
  }

  /* .dropdown-item:last-child{border-bottom: none;} */

  /* navigation_dropdown End*/

  /* blog Start*/

  .blog_pg {
    padding-top: 30px;
  }

  .blog_row .card_mt {
    margin-top: 30px;
  }

  .blog_pg .blogCard_Wrap .blog_card {
    margin-left: 73px;
  }

  .blog_pg .blogCard_Wrap .blog_Title {
    bottom: 64px;
    left: -73px;
    max-width: 165px;
  }

  .blog_Txt .adminFild {
    margin-bottom: 13px;
  }

  .blog_Txt .adminFild .by_admin a {
    margin-right: 10px;
  }

  .posted_date img {
    width: 13px;
  }

  .blog_image {
    margin-bottom: 13px;
  }

  .blog_image img {
    border-radius: 12px;
  }

  .blog_Txt p {
    margin-bottom: 14px;
  }

  .page_pagination .pagination .page-item .page-link {
    border-radius: 4px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .page_pagination .pagination {
    gap: 5px;
    margin-top: 34px;
  }

  /* blog End*/

  /* blog-description Start*/

  .blog_decrition {
    margin-right: 0;
    margin-top: 10px;
  }

  .blog_HeadPart .blog_descImg {
    margin-bottom: 18px;
  }

  .bolging_wrptext .imgWrp-Blog {
    padding-top: 8px;
  }

  .bolging_wrptext .imgWrp-Blog .wrpImg {
    width: 200px;
    margin-right: 18px;
    margin-bottom: 21px;
  }

  .bolging_wrptext .imgWrp-Blog .wrapTxt {
    margin-top: 8px;
  }

  .blog_social .tag-group .tag-Item {
    min-width: 58px;
    padding: 3px;
  }

  .blog_social .tag-group {
    gap: 10px;
  }

  .blog_social {
    padding: 19px 0;
  }

  .blog_Share .share-group {
    gap: 11px;
  }

  .blog_Share .share-group .share-Item {
    width: 22px;
    height: 22px;
  }

  .prev-next-Txt {
    width: 91px;
  }

  .blog-prev-next a {
    gap: 9px;
  }

  .blog-prev-next {
    margin-top: 16px;
  }

  .blog-prev-next .prev-next-Img {
    width: 61px;
    height: 61px;
  }

  .our_Treatments .treatments-list {
    margin-bottom: 25px;
  }

  .our_Treatments .treatments-list .treatments-link {
    padding: 9px 15px;
    gap: 5px;
  }

  .our_Treatments .treatments-list .treatments-link .treatments-icon {
    min-width: 27px;
    height: auto;
  }

  .blog_desc_right {
    margin-left: 0;
  }

  .recent_PostsMain .recent_Post {
    gap: 9px;
    padding: 15px;
    max-width: 100%;
  }

  .recent_PostsMain .recent_Post .post_image {
    min-width: 49px;
    width: 49px;
    height: 49px;
    border-radius: 7px;
  }

  .recent_PostsMain .recent_Post .post_title {
    width: 100%;
  }

  /* blog-description End*/

  /*FAQs Start*/

  .useful-Faq .useful-Faq-title {
    margin-bottom: 29px;
  }

  .useful-Faq .Faqs_tabs .ctm-tab-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(238, 238, 238, 1);
    border-radius: 0;
    padding: 1.190vw 1.323vw;
    margin-bottom: 3.307vw;
  }

  .useful-Faq .Faqs_tabs .ctm-tab-nav .nav-link.nav-link.active,
  .useful-Faq .Faqs_tabs .ctm-tab-nav .show>.nav-link {
    background-color: transparent;
    border-color: var(--primary-color);
  }

  .ctm-tab-content .ctm-accordion {
    margin: 0;
  }

  .ctm-tab-content .ctm-accordion .accordion-button {
    padding: 9px 0;
  }

  .ctm-tab-content .ctm-accordion .accordion-body {
    padding: 5px 0 16px 12px;
  }

  .ctm-tab-content .ctm-accordion  .accordion-button::after {
    display: none;
  }

  .ctm-tab-content .ctm-accordion .redioActive {
    margin-top: 4px;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    margin-right: 5px;
  }

  /*FAQs End*/

  /* Embryology Services start*/

  .ctm-bullet {
    box-shadow: 0 0 0 1px var(--primary-color);
    min-width: 13px;
    width: 13px;
    height: 13px;
    border: 2px solid white;
    margin-right: 7px;
  }

  .advantage-sec .advantage-list .advantage-item {
    margin-bottom: 13px;
  }

  .embryology-Table .embryology-Courses table {
    border-radius: 10px;
  }

  .embryology-Table .embryology-Courses table thead tr th {
    padding: 12px 18px;
  }

  .embryology-Table .embryology-Courses tbody,
  .embryology-Table .embryology-Courses  td,
  .embryology-Table .embryology-Courses  tfoot,
  .embryology-Table .embryology-Courses  th,
  .embryology-Table .embryology-Courses thead,
  .embryology-Table .embryology-Courses  tr {
    border: none;
  }

  .embryology-Table .embryology-Courses tbody tr td {
    padding: 10px 18px;
  }

  .ctm-gap-12 {
    gap: 19px;
  }

  /* Embryology Services End*/

  /* registration-form start*/

  .register-pgBottom .regi_bottTxt {
    max-width: 100%;
    margin-bottom: 17px;
  }

  .register-Form .regBtn {
    margin-top: 20px;
  }

  .register-pgBottom {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .reviewForm  .reg-radio-grp {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .reg-radio-grp {
    display: flex;
    gap: 60px;
  }

  .ctm-Radio input {
    border: 2px solid white;
    box-shadow: 0 0 0 2px rgba(108, 67, 167, 1);
    width: 17px;
    height: 17px;
    margin-right: 17px;
  }

  .ctm-Radio label {
    font-size: 20px;
  }

  /* registration-form End*/

  /* tritment description start*/

  .treatment_Desc-Top {
    margin-bottom: 25px;
  }

  .treatment_pg .treatment_Desc {
    margin-right: 0;
  }

  .treatment_pg .treatment_Desc .Prof_StaffImg {
    height: 400px;
  }

  .treatment_pg .treatment_Desc .Prof_StaffImg img {
    border-radius: 12px;
  }

  .treatment-prof {
    padding-top: 43px;
    padding-bottom: 46px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard {
    padding: 13px;
    border-radius: 12px;
    width: 138px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard .professional-title {
    font-size: 11px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard  p {
    font-size: 7px;
    margin-bottom: 0;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard.cardFirst {
    right: 27px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard.cardSecond {
    right: 174px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard .staff-Icon {
    min-width: 27px;
    width: 27px;
    height: 27px;
    margin-bottom: 4px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard .staff-Icon::before {
    width: 12px;
    height: 14px;
  }

  .treatment_Desc-bottom {
    margin-top: 23px;
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard:hover .staff-Icon {
    background-color: var(--primary-color);
  }

  .treatment_pg .treatment_Desc .Prof-StaffCard:hover .staff-Icon::before {
    background-image: url(../images/doc-icon-light.svg);
  }

  .best-Doctors .doctor_card {
    margin-bottom: 25px;
  }

  /* tritment description End*/

  /* Dashboard Start */

  .dash-Main-Wrp .dash_menuWrap .sideM-item .dashLink {
    padding: 13px 10px;
  }

  .dash-Main-Wrp .dash_menuWrap .sideM-item .dashLink .menue-icon {
    width: 15px;
  }

  .dash_menuWrap {
    min-width: 200px;
    min-height: calc(100vh - 215px);
  }

  .appointments_Top {
    margin: 0 20px;
  }

  .appointments_Top .appo-CardWrp {
    column-gap: 15px;
  }

  .appointments_Top .appo-CardWrp .das-cardMain {
    width: 100%;
    gap: 12px;
    padding: 17px;
    border-radius: 5px;
    margin-bottom: 11px;
  }

  .appointments_Top .appo-CardWrp .das-cardMain .topCard-Icon {
    width: 47px;
    height: 47px;
    border-radius: 5px;
  }

  .appointments_Top .appo-CardWrp .das-cardMain .topCard-Icon img {
    height: 23px;
  }

  .appListTitle {
    margin-bottom: 10px;
  }

  .appointments_table {
    max-height: calc(100vh - 350px);
  }

  .appointments_table table thead tr th {
    padding: 9px 25px;
  }

  .appointments_table table tbody tr td {
    padding: 9px 25px;
  }

  .appointments_table .patients-Info {
    gap: 5px;
  }

  .appointments_table .patients-Info .patients-Pro-pic {
    width: 25px;
    height: 25px;
  }

  .appointments_table .created-Date {
    font-size: 13px;
  }

  .action-btn .view-Btn {
    padding: 2px 3px;
    border-radius: 3px;
  }

  /* Dashboard  Model */

  .appointment-Modal .modal-content {
    border-radius: 12px;
  }

  .appointment-Modal .modal-dialog {
    max-width: 390px;
  }

  .appointment-Modal .modal-content .modal-header {
    padding: 16px;
  }

  .appointment-Modal .modal-content  .modal-body {
    padding: 16px;
  }

  .appointment-Modal .modal-content .btn-close {
    width: 20px;
    height: 20px;
  }

  .appo-Main .client-details {
    margin-bottom: 10px;
  }

  .appo-Main .client-details .ctm-lable {
    font-size: 15px;
  }

  .appo-Main .client-details .clientFil-Deta {
    font-size: 14px;
  }

  /* Dashboard  End */

  /* Dashboard  Review */

  .reviews-section .patient-reviews {
    padding: 0 0 22px;
    margin-bottom: 22px;
  }

  .reviews-section .patient-reviews .reviewsWrap {
    column-gap: 9px;
  }

  .reviews-section .patient-reviews .reviewsWrap .reviewsInfo .patient-nameSec .riview-boxTop {
    margin-bottom: 0.794vw;
  }

  .reviews-section .patient-reviews .reviewsWrap .reviews-profile {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }

  .review-btnGroup button,
  .review-btnGroup a {
    padding: 5px 15px;
  }

  .review-btnGroup {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
  }

  .riview-pg-ratings {
    margin: 7px 0;
  }

  .review-btnGroup button.btn-cancel {
    border: 1px solid rgba(255, 0, 0, 1);
    list-style: 1;
    color: rgba(255, 0, 0, 1);
  }

  .review-btnGroup button:hover {
    color: #FFF;
    background-color: #449901;
  }

  .review-btnGroup button.btn-cancel:hover {
    color: #FFF;
    background-color: rgba(255, 0, 0, 1);
  }

  .riview-boxTop .f-sz-20 {
    font-size: 18px !important;
  }

  /* head Search */
    .searchBx {
      top: 50px;
      padding: 10px;
      width: 300px;
      right: 0;
      left: auto;
    }
    .cstSearch_input, .cstSearch_input:focus {
      padding: 10px;
    }
    .searchBtn {
      padding: 10px;
    }
  }
@media (max-width:767px) {
  .ctm-navLogo {
    max-width: 135px;
  }

  .appointment_cta {
    padding:0;
    margin: 0 16px;
    font-family:Helvetica;
    font-weight: 700;
  }

  .ctm_navbar {
    height: calc(100vh);
  }

  .hero_slider .text-slider .slick-dots {
    bottom: -50px;
    left: 0;
    display: block;
  }


  .text-slider {
    margin-top: 40px;
  }

  /*.hero-Text {*/
  /*  text-align: center;*/
  /*}*/
 

  /* section-2 */

  .about_detImg .main-secImg img {
    transform: translate(23px , 23px);
  }

  .about_detImg .doctor_img {
    max-width: 175px;
    bottom: -100px;
    right: -20px;
  }

  .about_infoTxt {
    margin-left: 0;
    margin-top: 80px;
  }

  .about_detImg {
    width: 90%;
    margin: auto;
  }

  .about_detImg .main-secImg {
    margin-left: -20px;
    margin-right: 20px;
  }

  .ftr_first,
  .ftr_nav {
    margin-bottom: 20px;
  }

  .footer_Main {
    padding: 40px 0;
  }

  /* About Us Satart*/
  
  .count-up{margin-bottom: 0px !important;}
  .about-conter {
    padding: 30px 0 20px;
    }
  .sub-PagesTxt .page-Name{font-size:22px;}
  .sub-Pages-Head .page-Name {
    margin-bottom: 5px;
  }
    .sub-Pages-Head{height:222px; display:flex; align-items:center;}
  .appointment_Doctor .appo_doc_Profile {
    max-width: 68px;
    margin-left: auto;
    margin-right: auto;
  }

  /* blog-description Start*/

  .bolging_wrptext .imgWrp-Blog .wrpImg {
    width: 100%;
    margin-right: 18px;
    margin-bottom: 21px;
    float: unset;
  }

  .blog_social {
    flex-wrap: wrap;
    gap: 27px;
  }

  .our_Treatments {
    display: none;
  }

  .recent_PostsMain {
    margin-top: 36px;
  }

  .post_title {
    font-size: 14px;
    color: var(--primary-color);
  }

  .blog_decrition {
    margin-top: 0;
  }

  .bolging_wrptext .mb__16 {
    margin-bottom: 6px;
  }

  .recent_PostsMain .recent_Post {
    padding: 15px 0;
  }

  /* blog-description END*/

  /* Embryology Services start*/

  .embryology-Table .embryology-Courses  thead {
    position: absolute;
    left: -9999px;
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .embryology-Table .embryology-Courses  tr,
  .embryology-Table .embryology-Courses  td,
  .embryology-Table .embryology-Courses  th,
  .embryology-Table .embryology-Courses  thead,
  .embryology-Table .embryology-Courses tbody,
  .embryology-Table .embryology-Courses  table {
    display: block;
  }

  .embryology-Table .embryology-Courses tbody tr td::before {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
  }

  .embryology-Table .embryology-Courses tbody tr td::before {
    content: attr(data-title);
    color: var(--primary-color);
    font-weight: 700;
  }

  .embryology-Table .embryology-Courses {
    margin: 0 -30px;
    background-color: #ffffff;
  }

  .embryology-Table .embryology-Courses tbody tr td {
    padding: 2px 30px;
    border-bottom: 1px solid transparent;
    display: flex;
  }

  .embryology-Table .embryology-Courses tbody tr {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(241, 241, 241, 1);
  }

  /* Embryology Services End*/

  /* Dashboard Start*/

  .appointments_table table  thead {
    position: absolute;
    left: -9999px;
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .appointments_table table  tr,
  .appointments_table table  td,
  .appointments_table table  th,
  .appointments_table table  thead,
  .appointments_table table tbody,
  .appointments_table table {
    display: block;
  }

  .appointments_table table tbody tr td::before {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
  }

  .appointments_table table tbody tr td::before {
    content: attr(data-title);
    color: var(--primary-color);
    font-weight: 700;
  }

  .appointments_table table thead tr th {
    padding: 9px 0;
    font-size: 15px;
  }

  .appointments_table table tbody tr td {
    padding: 9px 0;
    font-size: 15px;
  }

  .appointments_table .patients-Info {
    gap: 5px;
  }

  .appointments_table .patients-Info .patients-Pro-pic {
    width: 25px;
    height: 25px;
  }

  .appointments_table table tbody tr td::before {
    margin-bottom: 9px;
  }

  .appointments_table table tbody tr td:last-child:before {
    display: none;
  }

  .appointments_table .created-Date {
    font-size: 13px;
  }

  .action-btn .view-Btn {
    padding: 2px 3px;
    border-radius: 3px;
  }

  .dash_menuWrap {
    position: fixed;
    left: -100%;
    top: 0;
    background: #FFF;
    height: 100%;
    z-index: 99;
    padding: 30px;
    width: 300px;
    transition: all 0.3s;
  }

  .ctm-toggle {
    position: absolute;
    top: 23px;
    left: 23px;
  }

  .ctm-close {
    position: absolute;
    top: 23px;
    right: 23px;
  }
  

  .ctm-toggle,
  .ctm-close {
    display: block;
  }

  .appointments_Top .appo-CardWrp {
    display: block;
  }

  .appointments_Top {
    margin: 0 0;
  }

  .dash_menuWrap.menu-show {
    left: 0;
  }

  .topCard-Txt .count-Title {
    font-size: 20px !important;
  }

  .topCard-Txt .f-sz-15 {
    font-size: 14px !important;
  }

  .appointments_Top .appo-CardWrp {
    margin-bottom: 35px;
  }

  .appointments_Top .appListTitle {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .reviews-section .patient-reviews .reviewsWrap .reviewsInfo .patient-nameSec p {
    clear: both;
    padding-top: 10px;
  }

  /* Dashboard  End */

  .calendar-header {
    padding: 4px 0;
    font-size: 11px;
  }

  .calendar-week-days {
    font-size: 7px;
  }

  .calendar-week-days div {
    height: 15px;
  }

  .calendar-days div {
    width: 49px;
    height: 49px;
  }

  .calendar-days div.current-date::before {
    width: 25px;
    height: 25px;
  }

  .month-list {
    top: 39px;
  }

  /* book appointment */

  .appointment_Doctor {
    border-radius: 6px;
    padding: 13px 13px;
  }

  .app-doc-info .f-sz-19 {
    font-size: 10px;
  }

  .app-doc-info .f-sz-12 {
    font-size: 8px;
  }

  .appointment_Doctor {
    width: 103px;
  }

  .app-doc-info .drName {
    margin-bottom: 4px;
  }

  .need-help {
    width: fit-content;
    min-width: 153px;
  }

  .need-help .f-sz-20 {
    font-size: 13px;
  }

  .need-help .f-sz-11 {
    font-size: 8px;
  }

  .contact_Information .contact_list li {
    font-size: 8px;
  }

  .conInfo_icon img {
    width: 8px !important;
  }

  .contact_Information .contact_InfoTitle {
    font-size: 11px;
  }

 /* changes-14-07 */
  .mob-overlap{ position: absolute; left: 0; padding: 0;}
  .img_border::before{border:none;}
  .slideImg_Wrp{transform: translateX(-0); width: 268px; margin-left: auto;}
  .hero_section-Img{height: 466px;}
  .hero_section-Img img{height: 100%; object-fit: cover;}
  .hero_slider{position: relative;}
  .hero_slider .slider-nav-img .slick-dots { bottom: -54px; left: 0; display: block; }
  .hero_Banner{padding: 30px 0 60px;}
  .doctor_img{border-radius: 12px; overflow: hidden;}
  
  /*contact*/
  .contact_map{height:375px;}
  .contact_card { width: 160px;}
  .contact_card p{ font-size:8px;}
  .contact_card.addresGroup {
    top: 68px;
    left: 45px;
    }
        .contact_card.addresGroup::after {
        bottom: -41px;
        right: auto;
        left: 11px;
    }
    .contact_card.emailGroup .contact_cardTitle,
    .contact_card.phoneGroup .contact_cardTitle {
      margin-bottom: 10px;
    }
    .contact_card.phoneGroup{
        bottom: 112px;
        right: 20px;
        width:170px;
    }
     .contact_card.emailGroup {
        top: auto;
        bottom:25px;
        left:0;
    }
    
    /*treatment*/
    
    .patients-choose-TxtWrap{padding:150px 0;}
    .patients-choose{position:relative;}
    .patients-choose .mob-cardFix{position: absolute; top:0; height:100%; left:0;}
    .patients-choose .dedicated_doctors{width:100px;margin:auto;} 
    .sec_trnform-1 .dedicated_doctors:last-child{position: absolute; bottom:-13px; left:70px;} 
    .sec_trnform-1 .dedicated_doctors:first-child{position: absolute; top:-13px; left:52px;} 
    .patients-choose .sec_trnform-1{transform: translateY(0);}
    .patients-choose .sec_trnform-1 .dedicated_doctors{margin-bottom: 0px;}
    .patients-choose .dedicated_doctors .f-sz-12{font-size:9px;}
    .patients-choose .dedicated_doctors .f-sz-40{font-size:18px;}
    
    .patients-choose .sec_trnform-2{height:100%;}
    .sec_trnform-2 .dedicated_doctors:last-child{position: absolute; bottom:38px; right:70px;} 
    .sec_trnform-2 .dedicated_doctors:first-child{position: absolute; top:24px; right:70px;} 
    .patients-choose .sec_trnform-2 {transform: translateY(0px);}
    .patients-choose .sec_trnform-2 .dedicated_doctors {margin-top: 0;}
    .patients-choose-TxtWrap .f-sz-54{font-size:31px;}
    
    .testimonialCardWrapp .testimonialInfoWrap {visibility: visible;opacity: 1; width:100%; max-width:100%; position:unset; transform: translateY(-0%); background-color: #ffffff;color: rgba(0, 0, 0, 0.7); }
    .testimonialInfoWrap .clr-yellow{color:rgba(108, 67, 167, 1);}
    .testimonial-title{font-size:16px;}
    .testimonialCardWrapp .thumbWrap{border-radius: 0px;}
    .testimonialCardWrapp .testimonialInfoWrap{border-radius: 0px;}
    .testimonialCardWrapp{border-radius: 12px; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25); overflow: hidden;}
    .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .tagWrap::before{background-image: url(../images/icon-tag-2.svg);}
    .testimonialCardWrapp .testimonialInfoWrap .testimonialListInfo .dateWrap::before{background-image: url(../images/icon-calende-2.svg);}
    .starRating:not(:checked) > label{font-size: 40px;}
    .starRating{display:block;}
    .starRating:not(:checked) > label{float: none;}
    .reviewForm .cstLabel{font-size:16px;}
    .reviewForm .ctm_cta{margin-top:10px;}
    .star-count{float:left; margin-right:15px;}
    .boolAppoint-clender{margin-bottom:20px;}
}

@media (max-width:575px) {
  body {
    padding-top: 68px;
    font-size: 10px;
  }
    .testimonials_row {
        margin-right: -6px;
        margin-left: -6px;
    }
  .testimonials_row>.col,
  .testimonials_row>[class*=col] {
    padding-right: 6px;
    padding-left: 6px;
  }
  
  :root {
    --font-sz-58: 30px;
    --font-sz-130: 33px;
    --font-sz-11: 11px;
    --font-sz-12: 12px;
    --font-sz-15: 10px;
    --font-sz-16: 13px;
    --font-sz-19: 15px;
    --font-sz-20: 12px;
    --font-sz-21: 16px;
    --font-sz-23: 14px;
    --font-sz-25: 18px;
    --font-sz-34: 18px;
    --font-sz-40: 26px;
    --font-sz-47: 30px;
    --font-sz-54: 26px;
    --font-sz-60: 37px;
    --font-sz-80: 48px;
  }

  .navbar_search {
    display: none;
  }

  /* section-3 */
   .book_Appoint {
      height: 470px;
  }
   .benefits_Card {
      border-radius: 10px;
      padding:14px 8px;
      width: 100px;
    }
    .benefits_Card .cardIcon {
      max-width: 32px;
  }
  .text-slider{margin-top: 0px;}
  .appoint_Card-One {
    display: inline-block;
    top: 80px;
    left: 25px;
  }

  .appoint_Card-Two {
    bottom: -20px;
    left: 266px;
  }

  .appoint_Card-Three {
    top: -27px;
    left: 180px;
  }

    .appoint_Card-Four {
      bottom: -35px;
      left: 62px;
    }
    .appointment-Cta{
      max-width: 90px;
      min-height: 100px;
    }
    .appointment-Cta .f-sz-21{
      font-size: 11px;
      margin-bottom: 10px;
    }
    .services_secWrp{margin: 0;}
    .pro_itemGroup > div:nth-child(2n) .services_secWrp .services_Img  {
      margin-right: 73px;
      margin-left: 0;
    }
    .pro_itemGroup > div:nth-child(2n) .services_secWrp .services_Info {
        left:auto;
        right:0;
        text-align:right;
    }
    .pro_itemGroup > div:nth-child(2n) .explore_Btn {
        display:flex;
        justify-content:end;
        flex-flow: row-reverse;
    }
    .pro_itemGroup > div:nth-child(2n) .explore_Btn i {
        transform: rotate(180deg);
    }
    .appointment-sec{padding: 55px 0 60px;}
    .services_secWrp .mb__18{
        margin-bottom: 5px;
    }
    .book-Arrow{
        width:28px;
    }
  .slideImg {
    height: 153px;
  }
  
  .testimonials_slider_Tow{margin-top:-20px;}
  .testimonials_slider_Tow .slick-prev,
  .testimonials_slider_Tow .slick-next {
    bottom: -35px;
  }
  .testimonials_slider_Tow .slick-prev{left:8px;}
  .testimonials_slider_Tow .slick-next {
    left: 45px;
    }
    .testimonials_slider{min-width:84px;}
  .testimonials_TxtWrp{padding-left:8px;}
  .testimonials_slider{min-height:auto;}
  
  /*.contact_card.addresGroup,*/
  /*.contact_card.phoneGroup,*/
  /*.contact_card.emailGroup {*/
  /*  position: unset;*/
  /*}*/
  /*.doctor_details p{*/
  /*   font-size: 8px;*/
  /*  margin-bottom: 0px;*/
  /*}*/
  /*.contact_map {*/
  /*  height: auto;*/
  /*  padding: 30px 0;*/
  /*}*/

  /*.contact_card {*/
  /*  width: 100%;*/
  /*  margin-bottom: 15px;*/
  /*}*/

  /*.contact_card.addresGroup::after {*/
  /*  display: none;*/
  /*}*/

  .get-in-touch {
    margin-top: 0;
  }

  /* Testimonial */

  /*.uploadBx-wrap.cstW {*/
  /*  max-width: 100%;*/
  /*}*/
    .schedule_Consultation .mb__16{margin-bottom: 23px;}
    .addres_doc{font-size:10px;}
  /* End Testimonial */

  /* blog Start*/

  .blog_pg {
    padding-top: 15px;
  }

  .blog_Txt .adminFild {
    margin-bottom: 13px;
  }

  .page_pagination .pagination .page-item .page-link {
    border-radius: 4px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }

  .blog_pg .blogCard_Wrap .blog_Title {
    color: var(--primary-color);
  }

  .schedule_Consultation .common_Title::after {
    background-color: #FFE1AC;
  }

  /* blog End*/

  /*FAQs Start*/

  .ctm-tab-content .ctm-accordion .accordion-button {
    align-items: start;
  }

  .Faqs_tabs .ctm-tab-nav {
    display: block;
  }

  .Faqs_tabs .ctm-tab-nav .nav-item {
    background-color: #FFF;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
  }

  .Faqs_tabs .ctm-tab-nav .nav-item:last-child {
    border: none;
  }

  .Faqs_tabs .ctm-tab-nav .nav-item .nav-link {
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: left;
  }

  .useful-Faq .Faqs_tabs .ctm-tab-nav .nav-link {
    border: none;
  }

  .Faqs_tabs .ctm-tab-nav .nav-item:first-child {
    border-top: 4px solid rgba(108, 67, 167, 1);
  }

  .mob_select {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .mob_select .ctmSelectDrop {
    position: relative;
    display: block;
    font-size: var(--font-sz-15);
    padding: 13px 20px;
    color: rgba(179, 179, 179, 1);
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
  }

  .mob_select .ctmSelectDrop::before {
    content: "";
    background-image: url(../images/select-arrow.svg);
    position: absolute;
    width: 16px;
    height: 9px;
    background-size: contain;
    top: 45%;
    right: 18px;
  }

  .mob_select .ctm-tab-nav {
    opacity: 0;
    transition: all 0.5s;
    max-height: 0px;
  }

  .mob_select .ctm-tab-nav.show-tabs {
    opacity: 1;
    max-height: 150px !important;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    background: #e5feff;
    overflow: hidden;
  }

  /*FAQs End*/

  .treatment_pg .treatment_Desc .Prof-StaffCard.cardSecond {
    right: auto;
    left: 28px;
  }

  /* Dashboard  Review */

  .reviews-section .patient-reviews .reviewsWrap {
    display: block;
  }

  .reviews-profile {
    float: left;
  }

  .reviews-section .patient-reviews .reviewsWrap .reviewsInfo .patient-nameSec .riview-boxTop {
    padding-left: 9px;
  }

  /* .reviews-section .patient-reviews .reviewsWrap .reviewsInfo .patient-nameSec p{margin-top: 10px;} */

  .reviews-section .patient-reviews {
    padding: 0 0 22px;
  }
  .hero-Text{width:70%;}
  .doctor_card .doctor_details {
    padding: 10px;
  }
    .doctor_details p{font-size:9px;}
}
@media (max-width:375px) {
  .benefits_Card {
    max-width: 130px;
  }

  .calendar-days div {
    width: 40px;
    height: 40px;
  }
  .appoint_Card-Two {
    bottom: -20px;
    left: auto;
    right:20px;
  }
  .appointment_cta {margin: 0 7px;}
    .sec_trnform-1 .dedicated_doctors:last-child{position: absolute; bottom:-13px; left:25px;} 
    .sec_trnform-1 .dedicated_doctors:first-child{position: absolute; top:-13px; left:25px;} 

    .sec_trnform-2 .dedicated_doctors:last-child{position: absolute; bottom:38px; right:25px;} 
    .sec_trnform-2 .dedicated_doctors:first-child{position: absolute; top:24px; right:25px;} 
    .testimonials_slider {min-width: 73px;}
}


/*
 *  .ctm-scrollbar
 */

.ctm-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.ctm-scrollbar::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.ctm-scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.1);
}
