@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Comfortaa:wght@300..700&family=Flow+Circular&family=League+Spartan:wght@100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Comfortaa:wght@300..700&family=Flow+Circular&family=Kumbh+Sans:wght@100..900&family=League+Spartan:wght@100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



#reviews .ti-reviews-container-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100% !important;

    margin-bottom: 20px !important;
}


.home-banner-slider .banner-slide {
  height: 890px;
  background-size: cover;
  background-position: center;
  align-items: center;
  color: white;
  margin-top: 20px;
}

.banner-content {
  margin-left: 12%;
  max-width: 50%;
  margin-top: 11%;
}

.banner-content .subheading {
  color: #FFF;
  font-family: 'Nunito';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 100% */
  letter-spacing: 2.2px;
  padding-left: 50px;
  position: relative;
}
.banner-content .subheading:before {
    content: "";
    position: absolute;
    background: url(../../../../wp-content/uploads/2025/05/sub-border.png);
    left: 0;
    width: 26px;
    height: 14px;
    background-repeat: no-repeat;
    top: 5px;
    bottom: 0;
}
span.flatpickr-day.flatpickr-disabled {
    color: #00000061;
}
.banner-content h1 {
  margin: 10px 0;
  color: #FFF;
  font-family: 'Nunito';
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 112.5% */
}

.banner-content p {
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Kumbh Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}

.banner-content .cta-btn {
  padding: 12px 25px;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #134CB3;
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  text-transform: capitalize;
  display: inline-flex;
  gap: 25px;
}

.banner-content .cta-btn span {
    font-size: 17px;
    margin-left: 25px;
    position: relative;
}

.banner-content .cta-btn span:before {
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    height: 16px;
    left: -8px;
    width: 1px;
    top: 3px;
}


.patient-welcome {
    margin-top: -170px !important;
}
.book-appoinemnt span.elementor-button-text {
    position: relative;
    padding-right: 35px;
}

.book-appoinemnt span.elementor-button-text:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 16px;
    background: url(../../../../wp-content/uploads/2025/05/Group-4.svg);
    top: 5px;
    right: -10px;
}



.services-slider button.slick-next.slick-arrow, .services-slider button.slick-prev.slick-arrow
 {
    font-size: 0px !important;
    border: none !important;
}

.services-slider button.slick-next.slick-arrow:hover, .services-slider button.slick-prev.slick-arrow:hover{
	background: none;
}

.services-slider [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background: none !important;
}

.services-slider button.slick-next.slick-arrow img {
    position: absolute;
    right: -120px;
}


.services-slider button.slick-prev.slick-arrow img {
    position: absolute;
    right: 120px;
}

.service-content img.service-icon {
    border-radius: 7px;
    background: #F3F7FB;
    position: absolute;
    top: -60px;
    left: 25px;
    padding: 15px 15px;
    width: auto;
    height: auto;
    object-fit: cover;
}

.service-content {
    position: relative;
    /* padding: 20px 0px 0px 25px; */
}

.service-content h3 {
    color: #101A29;
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
	    text-transform: capitalize;
}

.service-content p {
    color: #67687A;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    width: 88%;
}
.service-card {
    background: #fff;
    border-radius: 16px;
    /* box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.service-img {
    position: relative;
}

.service-img img {
    /* width: 100%; */
    /* height: auto; */
    /* display: block; */
    /* object-fit: cover; */
    /* border-top-left-radius: 16px; */
    /* border-top-right-radius: 16px; */
}

/* Icon box overlapping image */
.service-icon-box {
    position: absolute;
    bottom: -24px;
    left: 24px;
    background: #f0f6ff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    width: 40px;
    height: 40px !important;
    object-fit: cover;
}


.service-details {
    padding: 40px 24px 24px 24px; /* Top padding accounts for overlapping icon */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    position: relative;
    min-height: 235px;
}

.service-card:before {
    content: "";
    position: absolute;
    background: #f3f7fb;
    width: 15%;
    height: 50%;
    bottom: 0;
    right: 0;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.service-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280; /* Tailwind slate-500 color tone */
}

.readmore {
    margin-top: 20px;
    position: absolute;
    right: 15px;
}

.read-more {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: inline-block;
    color: #134CB3;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
    text-transform: capitalize;
}

.read-more:hover {
    color: #1d4ed8;
}

a.read-more {
    display: flex;
    gap: 20px;
}

img.read-icon {
    writing-mode: vertical-rl;
    transform: rotate(90deg);
}


.services-slider .slick-dots li.slick-active button:before {
    opacity: 0 !important;
}

.services-slider ul.slick-dots {
    bottom: -60px;
}

.services-slider .slick-dots li button {
    width: 30.697px !important;
    height: 8.637px !important;
    border-radius: 100px !important;
    background: #D7D7D7 !important;
}

.services-slider .slick-dots li button:before {
    opacity: 0 !important;
}

.services-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.services-slider .slick-dots li {
    display: inline-block;
}

.services-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D1D5DB; /* Light Gray */
    border: none;
    transition: all 0.3s ease;
}

.services-slider .slick-dots li.slick-active button {
     border-radius: 100px;
     background: #134CB3 !important;
     width: 63.686px !important;
     height: 8.637px;
     margin-left: -35px;
}

.line-progress .line-1 {
    position: relative;
}

.line-progress .line-1:after {
    content: "";
    position: absolute;
    width: 800px;
    height: 85px;
    background: url(../../../../wp-content/uploads/2025/05/process-one-line-1.png.png);
    left: 10em;
    top: 1em;
    background-repeat: no-repeat;
}

.line-1 img.attachment-full.size-full.wp-image-193 {
    z-index: 99;
    position: relative;
}

.home-form span.elementor-button-icon svg {
    color: #fff;
    height: 16px;
    width: 20px;
    filter: brightness(1.9);
}
.clent-fed .ti-widget.ti-goog.ti-review-text-mode-readmore.ti-text-align-left {margin-left: calc((100% - 1190px) / 2);overflow: hidden !important;}

.clent-fed .elementor-element.elementor-element-67a8e6e.elementor-widget.elementor-widget-shortcode {
    overflow: hidden;
}


.footer-sec li.menu-item.menu-item-type-post_type {
    position: relative;
}

.footer-sec li.menu-item:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../../../../wp-content/uploads/2025/05/Vector-5.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    top: 20px;
}

.cpyright-icon {
    position: relative;
   
}

.cpyright-icon:after {
    content: "";
    position: absolute;
    left: 49%;
    height: 68px;
    width: 68px;
    background: url(../../../../wp-content/uploads/2025/05/Link.png);
    background-repeat: no-repeat;
    top: -25px;
}
.cpyright-icon {
  cursor: pointer;
}
/* Hide default Trustindex arrows */
.ti-controls {
  display: none !important;
}







/* inner page css start  */
.clent-fed .elementor-widget.elementor-widget-shortcode {
    overflow: hidden;
}

.cont-box .item-cont p.elementor-icon-box-description {
    height: auto;
    max-height: 25px;
}

.contact-page {
    position: relative;
}

.contact-page:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../../../../wp-content/uploads/2025/05/team-two-shape-8.png-1.png);
    width: 396px;
    height: 203px;
    background-repeat: no-repeat;
}
/* inner page css end  */
















/* responsive css start  */

@media only screen and (max-width: 1680px) {
	
}
@media only screen and (max-width: 1600px) {
	
}
@media only screen and (max-width: 1440px) {
	.service-content p {
    font-size: 14px;
    line-height: 24px;
    width: 80%;
}
	.banner-content .subheading {
    font-size: 18px;
    line-height: 20px;
    padding-left: 45px;
}
	.banner-content p {
    font-size: 16px;
    line-height: 30px;
}
	.banner-content .cta-btn {
    font-size: 15px;
}
	.patient-welcome {
    margin-top: -155px !important;
}
	.services-slider button.slick-prev.slick-arrow img
 {
    right: 60px;
}
	
	.services-slider button.slick-next.slick-arrow img {
    right: -60px;
}
	.service-content h3 {
    font-size: 18px;
    line-height: 28px;
    padding-top: 18px;
    padding-bottom: 13px;
}
	.read-more
 {
    writing-mode: vertical-rl;
    font-size: 15px;
    line-height: 26px;
}
	.service-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 80%;
}
}
@media only screen and (max-width: 1400px) {
	
}
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1360px) {
	.banner-content h1
 {
    font-size: 40px;
    line-height: 50px;
}
	    .patient-welcome {
        margin-top: -130px !important;
    }
	.clent-fed .ti-widget.ti-goog.ti-review-text-mode-readmore.ti-text-align-left
 {
    margin-left: calc((100% - 922px) / 2);
    overflow: hidden !important;
}
}
@media only screen and (max-width: 1280px) {
	.line-progress .line-1:after {
display: none;
}
	.banner-content {
    margin-left: 16%;
}
	.home-banner-slider .banner-slide
 {
    height: 680px;
}
	.ti-widget.ti-goog .ti-col-2 .ti-review-item {
    max-width: 100% !important;
}
	.service-details {
    padding: 25px 24px 24px 24px;
    min-height: 180px;
}
	.readmore {
    right: 5px;
}
}


@media only screen and (max-width: 1024px) {
	.banner-content h1
 {
    font-size: 35px;
    line-height: 45px;
}
	    .patient-welcome {
        margin-top: -120px !important;
    }
	.clent-fed .ti-widget.ti-goog.ti-review-text-mode-readmore.ti-text-align-left
 {
    margin-left: calc((100% - 726px) / 8);
    overflow: hidden !important;
}
	
		.banner-content {
    margin-left: 10%;
	 max-width: 70%;
}
	.home-banner-slider .banner-slide
 {
    height: 620px;
}
	.line-progress .line-1:after {
  display: none;
}
	.readmore {
    right: 3px;
}
	    .service-content h3 {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.service-content p
 {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
        width: 90%;
    }
	.service-card:before {
    height: 60%;
}
	.service-details
 {
    padding: 20px 20px 20px 20px;
    justify-content: center;
    min-height: 200px;
}
	.cpyright-icon:after {
    left: 45%;
}
}


@media only screen and (max-width: 992px){
	
}


@media only screen and (max-width: 880px){
	.services-slider button.slick-next.slick-arrow, .services-slider button.slick-prev.slick-arrow

 {
    display: none !important;
}
		.home-banner-slider .banner-slide
 {
    height: 620px;
}
		.banner-content h1
 {
    font-size: 30px;
    line-height: 40px;
}
	

}
	
@media only screen and (max-width: 800px){
		.book-form .elementor-element.elementor-element-d54d6ce.elementor-absolute.elementor-widget.elementor-widget-image {

    position: relative !important;
	 top: 30px !important;

}
    .banner-content {
        margin-left: 5%;
        max-width: 90%;
    }
#reviews .ti-reviews-container-wrapper {
    display: flex !important;
    grid-template-columns: auto  !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}


}
	
	
@media only screen and (max-width: 768px){	
	.readmore {
    right: 10px;
}

	
}
@media only screen and (max-width: 767px){
		.book-form .elementor-element.elementor-element-d54d6ce.elementor-absolute.elementor-widget.elementor-widget-image {
    position: relative !important;
	 top: 0px !important;

}
	#reviews .ti-reviews-container-wrapper {
    display: flex !important;
    grid-template-columns: auto  !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}
}
@media only screen and (max-width: 667px){
	.clent-fed .ti-widget.ti-goog.ti-review-text-mode-readmore.ti-text-align-left {
        margin-left: calc((100% - 726px) / 0);
        overflow: hidden !important;
    }
	    .cpyright-icon:after {
        right: 10px;
        left: auto;
    }
	
}
@media only screen and (max-width: 585px){
	.service-img img
 {
    width: 100%;
}
	    .readmore {
        right: 25px;
    }
	
}
@media only screen and (max-width: 540px){
	
}
@media only screen and (max-width: 480px){
	
}
@media only screen and (max-width: 460px){
	    .readmore {
        right: 15px;
    }
	.service-content p {
        width: 80%;
    }
}
@media only screen and (max-width: 430px){
			.banner-content h1
 {
    font-size: 22px;
    line-height: 32px;
}
	
	.banner-content p {
        font-size: 13px;
        line-height: 23px;
    }
	   .cpyright-icon:after {
        right: 10px;
        left: auto;
		top:-50px;
    }
}
@media only screen and (max-width: 428px){
	
}
@media only screen and (max-width: 390px){
	
}
@media only screen and (max-width: 375px){
	
}
@media only screen and (max-width: 360px){
	
}
@media only screen and (max-width: 320px){
	.readmore {
        right: 5px;
    }
	
}



/* responsive css end  */