

/*--banner--*/
.banner-video-title .watch {
    position: absolute;
}
.r-simb {
    font-size: 14px;
    position: relative;
    top: -4px;
}
.blog-article article .blog-image {
    border: 1px solid #d1d1d1;
    box-shadow: 5px 5px 11px #e7e7e77d;
}
.blog-article {
    justify-content: center;
    row-gap: 40px;
}
.patients-btn {
    background: #383838;
    width: 150px !important;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #028c6b;
}
.patients-btn:hover {
    background: #fff;
    color: #028c6b;
}
.banner-video-title .close {
    opacity: 0;
}
.banner-content.on-video h5, 
.banner-content.on-video h2, 
.banner-content.on-video p,
.banner-content.on-video .close {
    color: #fff;
}
.banner-content.on-video h5, 
.banner-content.on-video h2, 
.banner-content.on-video p,
.banner-content.on-video .close {
    z-index: 9999;
}
.banner-content.on-video .close{
    opacity: 1;
}
.banner-content.on-video .watch{
    opacity: 0;
}
.banner-content.on-video h5::before {
    background-color: #fff;
}
.banner-content.on-video .banner-video-cover {
    --clip-path: circle(1000% at left);
}
.banner-title.title-left {
    width: 1080px;
}
.banner-content h5::before {
    width: 90px;
    height: 1px;
    left: 100%;
    top: 50%;
    background-color: #121212;
    transform: translate(30px, -50%);
    
}
.banner-title {
    line-height: 230px;
    margin-left: 17px;
}
 .banner-title .banner-title-s {
    margin: 0 -28px;
} 
.banner-title.big-title .banner-title-s {
    display: inline-block;
}
.banner-content p {
    width: 320px;
}
.banner-b-image {
    margin-top: -350px;
    height: 350px;
    overflow: hidden;
    z-index: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.banner-content {
    z-index: 9;
}
.banner-b-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab, #0f266c, #0f266c);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    z-index: 9;
    opacity: .4;
}
/* h2.banner-title {
    color: #4f2764 !important;
    text-shadow: 10px 10px 7px #00000033;
    -webkit-text-stroke: 3px #391a48;
} */
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.banner-video-cover {
    --clip-path: circle(65px at left);
    --clip-path-hover: circle(70px at left);
    --clip-path-clicked: circle(100vw at left);
    --duration: .4s;
    --timing-function: ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.banner-video-div {
    width: 300px;
    position: relative;
    left: 540px;
    top: -115px;
    height: 160px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
}
.banner-video-div #video_check {
    width: 200px;
    height: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 40px;
    outline: none;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 9999999;
}

.banner-video {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
    -webkit-transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
    width: 200px;
}
.banner-video video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    width: auto;
    height: auto;
    height: 1250px;
}
.banner-video::before, .banner-video::after {
    position: absolute;
    top: 50%;
    left: 65px;
    width: 40px;
    height: 40px;
    background: #000;
    content: "";
    z-index: 999999999999;
    border-radius: 100%;
    transform: translate(0px, -50%);
}
.banner-video::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #ffffff;
    border-right: 0;
    left: 80px;
}
.banner-video-title {
    z-index: 99999999;
    width: 105px;
    position: relative;
    left: -30px;
    margin-left: -91px;
}
.banner-video-title span {
    font-weight: 500;
    line-height: 20px;
    transition: all .5s;
}
/* .banner-video-div #video_check:hover ~ .banner-video {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover);
} */
/*--banner--*/

/*--who-we-are--*/
#who-we-are a.btn-a {
    border: 1px solid #ffffff;
}
#who-we-are h6 {
    padding-bottom: 10px !important;
    margin-bottom: 0px;
}
.who-we-are .intro-img img {
    object-fit: cover;
    height: 100%;
}
.who-we-are .intro-img {
    overflow: hidden;
    position: relative;
    width: calc(100% - 85px);
    height: 770px;
    border-radius: 30px;
}

.smile-gallery-section .three-colm article .intro-imgs{
  overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.who-we-are h3 {
    line-height: 60px;
}
.who-we-are .who-we-are-dec {   
    font-size: 18px; 
    color: #999999;    
}
.left-spc{
    padding-left: 220px;
    padding-right: 20px;
}
.who-we-are::before {
    width: 1px;
    height: 100%;
    left: 60%;
    bottom: 0px;
    /* background-color: #343434; */
    background-color: #60c0a2;
}
/*--who-we-are--*/

/*--services--*/
.services-article .global-btn {
    width: 320px;
    padding: 20px 0;
    display: flex;
    justify-content: end;
}
.services-section .intro-content,
.blog-section .intro-content {
    width: 648px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.services-section .intro-content::before,
.blog-section .intro-content::before{
    width: 1px;
    height: 100%;
    left: 170px;
    bottom: 0px;
    background-color: #efefef;
}
.services-article {
    border-top: 1px solid #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-hedding a {
    color: #121212 !important;
    font-size: 35px !important;
}
.services-content{
    width: 350px;
}
.services-content p {
    line-height: 23px;
}
.services-hedding{
    width: 260px;
}
.services-article:nth-last-child(1) {
    border-bottom: 1px solid #efefef;
}
.services-article .global-btn a {
    border: 1px solid #4f2764;
    color: #4f2764;
}.hand {position: absolute; left: 0; top: 0; }

.services-article:hover .hand img {
    display: block !important;
    width: 300px;
}
.services-content, .services-hedding, .services-article .global-btn {
    z-index: 9;
}

.services-article-hover-img {
    width: 300px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
}
.services-article:hover .services-article-hover-img {
    opacity: 1;
}

/*--services--*/

/*--feature--*/
.feature-section .slider-holder .slick-slide {
    transition: all .5s !important;
    opacity: 0 !important;
}
.feature-section .slider-holder .slick-slide.slick-active {
    opacity: 1 !important;
}
.feature-section .slides-numbers {
    left: 37%;
    transform: translate(-50%, 0px);
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 5px !important;
    display: flex !important;
    align-items: normal;
    justify-content: center;
}
.feature-section .slides-numbers .total {
    font-size: 20px;
    line-height: 25px;
}
.feature-section .slides-numbers .total {
    font-size: 20px;
}
.feature-section h2 {
    font-size: 180px !important;
    line-height: 170px;
    z-index: 9;
    position: relative;
    
}
.feature-section h2 .t-right-side {
    position: relative;
    left: 200px;
}
.fa-arrow-right {
    font-size: 14px !important;
    transform: rotate(-45deg) translate(3px, 3px);
}
.slider-e-f {
    color: #fff;
    width: 50px;
    height: 50px;
    transition: all .5s;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%) rotate(0deg) !important;
    left: 20px;
    z-index: 99;
    opacity: 0;
}
.feature-section:hover .slider-e-f{
    opacity: 1;
}
.fa-arrow-right.slider-e-f {
    left: auto;
    right: 0;
}
.slider-e-f:hover{
    background: #fff;
    color: #121212;
}
.feature-section .slide-image {
    position: relative;
    right: 80px;
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.feature-section .slick-active h2 {
    animation: fadeInBottom;
    animation-duration: 1s;
    animation-fill-mode: both;

}
.feature-section img {
    opacity: 0;
    transition: all 10s;
}
.feature-section .slick-active img {
   opacity: 1;
    transition: all .5s;
}
/*--feature--*/

/*--testimonials--*/
.testimonials-section .one-slide   {
       width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px;
}
.testimonials-section i.fa-quote-left {
    font-size: 60px;
    color: #4f2764;
}
.testimonials-section .content-t {
   font-size: 24px !important;
    margin-bottom: 40px;
    /*--font-style: italic;--*/
    font-weight: 400 !important;
    margin-top: 40px;
}
.testimonials-section h4 {
        font-size: 28px !important;
    font-weight: 500 !important;
    margin: 35px 0 10px !important;
}
.testimonials-section small {
    font-size: 14px !important;
    font-weight: 300 !important;
}
.testimonials-section .slider-e-f {
    border: 1px solid #60c0a2 !important;
    color: #60c0a2 !important;
    transition: all .5s;
    opacity: 1;
    top: auto !important;
    bottom: -140px !important;
}
.testimonials-section .slider-e-f.fa-arrow-right{
         left: calc(50% + 10px);
}
.testimonials-section .slider-e-f.fa-arrow-left{
           right: calc(50% + 10px);
    left: auto;
}
.testimonials-section ul {
    display: none !important;
}
.testimonials-section .slider-e-f:hover{
    background: #4f2764;
    color: #fff !important;
}


.testimonials-images-efs img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
     position: absolute;
    width: auto;
}
.img-move-effect-c-box {
    height: 100%;
}

div#img-move-effect-c {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.testimonial1 {
    top: 170px;
    left: 25%;    
}
.testimonial2 {
    top: 230px;
    right: 28%;   
}
.testimonial3 {
    top: 40%;
    left: 50px;   
}
.testimonial4 {
    bottom: -50px;
    left: 170px;    
}
.testimonial5 {
    top: 43%;
    right: 70px;   
}
.testimonial6 {   
    right: 280px;
    top: 58%;  
}
.testimonials-section {
    height: 1040px;
}
.testimonials-section{
   background-image: url(../images/testimonials/01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
/*--testimonials--*/


/*--pricing--*/
.gujarati-font h2, .gujarati-font button, .gujarati-font .accordion-body {
    font-family: "Noto Sans Gujarati", sans-serif;
}
.pricing-section .page-title h3 {
    line-height: 60px;
}
.pricing-section {
    background: #f3ecec;
}
.accordion-item, 
.accordion-button:focus, 
.accordion-item button {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 25px;
    padding-top: 5px;
    color: #000000ab;
    padding-bottom: 0;
}
.accordion-item {
    border-top: 1px solid #4f2764 !important;
}
.pricing-accordions a.nav-link {
    font-size: 18px !important;
    padding: 10px 20px !important;
}
.accordion-item button,
.pricing-accordions .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #121212 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0;
}
.pricing-accordions .tab-content {
    padding: 0px;
    border: 0px solid #60c0a2;
    background: #fff;
    margin-top: -1px;
    border-radius: 15px;
}
.accordion-header+.accordion-collapse {
    padding-top: 00px;
}

.accordion-item {
    border: 1px solid #60c0a2 !important;
    border-radius: 15px !important;
    padding: 15px !important;
    box-shadow: 5px 5px 6px #60c0a226 !important;
}
.accordion {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.pricing-accordions a.nav-link.active {
    background: #3b3841;
    border-bottom: 0;
    display: block;
    color: #fff !important;
    border-radius: 15px;
}
.pricing-accordions ul.nav.nav-tabs {
    border: 0;
    margin-bottom: 5px;
}
.accordion-header button.accordion-button {
    color: #121212 !important;
}
.accordion-button::after {
    background-image: none;
    content: "+";
    font-weight: 300;
    font-size: 30px;
    top: -8px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none !important;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.pricing-col-box article {
    border-radius: 10px;
    gap: 20px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pricing-col-box article .price-icon i {
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    color: #999;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricing-col-box .price-info span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #262626;
    border: 1px solid #262626;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.pricing-col-box .price-info h6 {
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 1.5 !important;
    text-transform: uppercase !important;
    color: #121212;
}
.pricing-col-box .price-info p {
    color: #262626;
    font-size: 16px !important;
    padding-bottom: 0;
    line-height: 24px;
    margin-bottom: 0 !important;
}
.pricing-col-box .price-amount h6 {
    font-size: 36px !important;
    line-height: 25px;
    font-weight: 400;
}
.pricing-col-box .price-amount h6 span {
    font-size: 16px;
    display: flex;
    line-height: 14px;
    align-items: end;
}
.pricing-col-box article.active {
    background: #121212 !important;
}
.pricing-col-box article.active h6, .pricing-col-box article.active span {
    color: #fff !important;
    background: #121212 !important;
}
.pricing-col-box article.active p {
    color: #999 !important;
}
.pricing-col-box .active .price-info span {
    border-color: #fff;
}
.pricing-col-box article.active .price-icon i {
    background: #ff9776;
    border-color: #ff9776 !important;
    color: #121212;
}
.pricing-col-box article .price-amount>span {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #ff9776 !important;
    position: absolute;
    top: -15px;
}
/*--pricing--*/

.footer-bottom .copy-right {
    margin: 0 auto;
}
#faq a.btn-a,
.choose-us-section a.btn-a,
footer a.btn-a:hover,
.contact-us-section a.btn-a,
.process-section+.choose-section a.btn-a{
    color: #4f2764 !important;
}
.contact-us-section a.btn-a:hover,
.choose-us-section a.btn-a:hover,
#faq a.btn-a:hover,
.process-section+.choose-section a.btn-a:hover{
    color: #fff !important;
}

#faq a.btn-a:hover,
#faq a.btn-a:hover .global-btn-s,
.choose-us-section a.btn-a:hover .global-btn-s,
.contact-us-section a.btn-a:hover .global-btn-s,
.services-article .global-btn a:hover,
.services-article .global-btn a:hover .global-btn-s,
.process-section+.choose-section a.btn-a:hover .global-btn-s{
    background: #4f2764 !important;
}
.footer-top .f-l-btn-link .global-btn a,
.footer-top .f-l-btn-link .global-btn a:hover .global-btn-s {
    border-color: #fff;
}
.footer-top .f-l-btn-link .global-btn a:hover .global-btn-s{
    background: #fff !important;
}
/*--blog--*/
.blog-article article {
    padding: 0 25px;
}
/*
.blog-image, .blog-image a {
    height: 500px;
    width: 350px !important;
    border-radius: 30px;
}-*/
.blog-image, .blog-article article {
    height: 500px;
    width: 430px !important;
    border-radius: 30px;
}
.blog-article article {
    height: auto !important;
}
.blog-image {
    width: 100% !important;
}
.blog-image img {
    position: absolute;
    height: auto;
    max-width: 100%;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}
.blog-image img:nth-child(1) {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blog-article article:hover .blog-image img:nth-child(1) {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.blog-article article:hover .blog-image img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blog-article .blog-meta, .blog-article .blog-meta a {
    font-size: 14px !important;
    font-weight: 400 !important;
   
}
.blog-article article h5, .blog-article article h5 a {
        font-size: 22px !important;
    line-height: 30px;
    font-weight: 300;
}
.blog-article article .blog-info {
    width: 390px;
    border-radius: 30px;
}
.blog-article .blog-meta a:hover,
.blog-article .blog-btn:hover,
.blog-article .blog-btn:hover i{
    color: #121212;
}
.blog-article article h5 a:hover{
    color: #555;
}
.blog-article .blog-btn i{
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-article .blog-btn:hover i{
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}
.blog-article .blog-btn span{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -20px;
}
.blog-article .blog-btn span::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    left: -20px;
    bottom: -20px;
    -webkit-transform: translate(0px, 15px) rotate(-45deg);
    transform: translate(0px, 15px) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 19px;
    height: 19px;
}
.blog-article .blog-btn:hover span::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(17px, 0px) rotate(-45deg);
    transform: translate(17px, 0px) rotate(-45deg);
}
/*--blog--*/

.hide{
    display: none !important;
}

/*--footer--*/
.footer-top {
    border-bottom: 1px solid #262626;
} 
.footer-top .logo {
    width: 100px;
}
.footer-top p {
    color: #999 !important;
    width: 320px;
}
.f-social-media ul a {
    padding: 35px 0;
    width: 180px;
    border: 1px solid #262626;
    border-bottom: 0;
}
.f-social-media ul a:hover {
    color: #262626 !important;
    background: #fff;
}
/* .footer-top .f-l-btn-link a {
    font-size: 150px !important;
    font-weight: 500 !important;
} */
.footer-top .f-l-btn-link {
    width: 1230px;
}
.footer-top .f-l-btn-link a {
    margin: 0 auto;
}
.footer-location.mt-4 {
    position: relative;
    bottom: -60px;
    padding: 20px;
}
.footer-top .f-dec p {
    color: #fff !important;
    font-size: 20px !important;
}
/*--footer--*/



/* --choose-- */

.choose-section-col.c-one-slide {
    background-color: #3b3841;
}
.choose-section-col h2 {
    font-size: 200px !important;
    line-height: 180px;
}
.choose-section-col.c-two-slide, .choose-section {
    background-color: #028c6b !important;
}
.choose-section-col.c-three-slide {background-color: #fffaf0 !important;} 
.choose-section-col.c-four-slide {
    background-color: #3b3841;
}


.choose-section-col.c-four-slide .big-l-text{
    font-size: 100px !important;
    line-height: 100px;
    padding-bottom: 10px;
}
.choose-section-col.c-four-slide h5 {
    font-size: 28px !important;
}
.choose-section-col.c-four-slide .global-btn a {
    width: 300px !important;
    height: 300px !important;
    font-size: 25px !important;
    color: #555;
    line-height: 28px;
}
.choose-section-col.c-four-slide .global-btn a i {
    font-size: 25px !important;
    position: relative;
    right: -10px;
}
.choose-section-col.c-four-slide .row>.text-center {
    width: 980px;
    margin: 0 auto;
}
.counter-box h2 {
    font-size: 100px !important;
    line-height: 80px;
    font-weight: 400;
}
.choose-count-col {
    gap: 100px;
    width: 400px !important;
}
.choose-count-col {
    gap: 50px;
}
.choose-count-col article {
    width: auto !important;
}
.counter-box p {
    font-size: 18px !important;
    line-height: 20px;
    padding-top: 5px;
}
.choose-section-col.c-two-slide ul li a {
    border: 1px solid #121212;
    padding: 1px 10px;
    font-size: 14px !important;
    border-radius: 50px;
}
.choose-section-col.c-two-slide ul li a:hover {
    background-color: #121212;
    color: white !important;
}


.choose-perfomance .perf-parcent {
    width: 180px;
    height: 180px;
    border: 3px solid #121212;
    border-radius: 100%;
    font-size: 48px;
}
.choose-perfomance article {
    width: 550px;
}
.choose-perfomance .perfomance-content {
    width: 295px;
}

.sticky-parent{
    height: 800vh;
  }
  
  .sticky{
    position: sticky;
    top: 0px;
       overflow-x: hidden;
    overflow-y: hidden;
  }
  .dim{
    display: block; 
    min-width: 100vw; 
    height: 100vh;
  }

  .horizontal{
    display: flex;
  }

/* --choose-- */


.digital-product-image {
    width: 40%;
}

.digital-product-content {
    width: 60%;
    margin-top: 170px !important;
}
.count-box.text-center {
    width: 30%;
}
.count-box h2 {
    font-size: 100px;
    color: #2c2c2c;
    line-height: 110px;
}
.count-box p {
    font-size: 20px !important;
    line-height: 25px;
}

/* --team-- */


.team-section-drsg-slide .banner-title {
    width: auto !important;
    font-size: 120px !important;
    line-height: 100px;
    margin-left: 0 !important;
}
.team-section-drsg-slide ul {
    display: none !important;
}.digital-product-section {
    padding-left: 90px;
}

.team-section-drsg-slide .banner-title .banner-title-s {
    margin: 0 0;
}

.team-section-drsg-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* -- */
.tatented-team-section .global-btn a {
    width: 350px !important;
    height: 350px !important;
    font-size: 20px !important;
    border: 1px solid #999;
}
.tatented-team-section .global-btn a:hover span{
    width: 850px !important;
    height: 850px !important;
}
.tatented-team-section .global-btn a i {
    font-size: 20px !important;
}

.tatented-team-section .join-team-btn {
    padding-top: 200px;
    padding-bottom: 200px;
}

.digital-product-content p {
    font-size: 22px !important;
}

.digital-product-row {
    margin-top: -80px;
}

.team-slide-box small {
    line-height: 19px !important;
    display: flex;
    font-size: 16px;
    font-weight: 300;
}

.team-slide-box h5 {
    margin-bottom: 0;
}

.team-slieder .slick-track {
    display: flex;
    gap: 20px;
}

.team-slieder .slick-track .slick-slide:nth-child(even) {
    margin-top: 70px;
}

.team-slieder.four-slide {
    padding-left: 100px;
    margin-bottom: 0 !important;
}

.digital-product-image {
    width: 40%;
}

.digital-product-content {
    width: 60%;
    margin-top: 170px !important;
}
.count-box.text-center {
    width: 24%;
}
.count-box h2 {
    font-size: 100px;
    color: #2c2c2c;
    line-height: 110px;
}
.count-box p {
    font-size: 20px !important;
    line-height: 25px;
}
.team-slide-box>span {
    display: block;
    height: 700px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 30px;
    outline: 1px solid #e1dcdc73;
    outline-offset: 15px;
    box-shadow: 8px 8px 7px #5a5a5a24 !important;
}
.team-section-drsg-slide .d-flex .team-slide-box {
    width: 100%;
}
.team-slide-box>span img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* --team-- */
/* --contact-- */
.contact-us-section .banner-title {
    width: auto !important;
    font-size: 120px !important;
    display: flex !important;
    line-height: 100px;
}
.contact-us-section .banner-title .banner-title-s {
    margin: 0 0;
}
.contact-sec-info h4 {
    font-size: 30px !important;
}
.contact-sec-info a, .contact-sec-info p {
    font-weight: 400;
    color: #00a685;
    font-size: 19px !important;
    line-height: 25px;
}
.contact-sec-info a{
    text-decoration: none !important; 
    margin-bottom: 5px;   
    color: #00a685 !important;
}
.contact-sec-form {
    width: 800px;
    padding-left: 30px;
}
.contact-sec-form input {
    width: 49%;
}
.contact-sec-form textarea {
    width: 100%;
}
.contact-sec-form input, .contact-sec-form textarea {
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    height: 48px;
    margin-top: 30px;
    outline: none;
}
.contact-sec-form input:focus,
.contact-sec-form textarea:focus{
    border-bottom: 1px solid #121212;
}
.google-map iframe {
    margin: -6px 0;
    filter: grayscale(1);
    transition: all .5s;
    width: 100%;
    height: 400px;
}
.google-map iframe:hover {
    filter: grayscale(0);
}

.blog-section.process-section img {
    width: 100px;
    transition: all .5s;
}

.blog-section.process-section .process-section-col article:hover img {
    transform: scale(1.2);
}

/* --contact-- */
/* --abouts-- */
.abouts-award {border-top: 0px !important; border-bottom: 0px !important;} 
.about-intro-c h3 {font-size: 80px !important; line-height: 85px;}
.a-award-image img {width: 120px;}
.abouts-award .global-btn {
    width: 170px !important;
}
.awrd-border::after {
    position: absolute;
    width: 300px;
    height: 1px;
    background-color: #f0f0f0;
    content: '';
    left: -350px;
    top: 32px;
}
.about-hero-video-section video {
    width: 100% !important;
    border-radius: 30px;
}
.since-from {
    background-color: #c9f31d;
    display: inline-block;
    padding: 13px 20px 0px;
    font-size: 18px;
    width: 160px;
    height: 90px;
    position: absolute;
    top: -7px;
    right: 100px;
}
.since-text {
    font-size: 36px;
    line-height: 36px;
}
.digital-stu-tittle {width: 40%;}
.digital-stu-para {width: 60%;}
.count-box.text-center {
    width: 24%;
}
/* .count-box.text-center .timer.count-number+span {
    color: #60c0a2;
} */
.count-box h2 {
    font-size: 80px;
    color: #2c2c2c;
    line-height: 80px;
    font-weight: 600 !important;
    display: flex;
    justify-content: center;
}
.count-box p {
    font-size: 20px !important;
    line-height: 25px;
}

.about-us-section .services-content.award-content {
    width: 100%;
}
.about-us-section .services-content.award-content p {
    line-height: 28px;
}
.about-client-sec li span img {
    width: auto;
}
.about-client-sec li span {
    width: 216px;
    border: 1px solid #e9e9e9;
    padding: 50px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.about-colla-img-c .about-colla-img {
    width: 33%;
}
.about-colla-img-c .about-colla-img.center-img {
    width: 50%;
}
.about-colla-img-c .about-colla-img img {
    height: 100%;
    object-fit: cover;
}
.about-colla-img-c .about-colla-img.center-img span{
    height: 600px;
}
.about-colla-img-c .about-colla-img.left-img span{
    height: 400px;
}
.about-colla-img-c .about-colla-img.right-img .top-img {
    width: 250px;
}
.testimonials-about {
    height: auto !important;
}
.testimonials-about .testimonial-s-video {
    margin-right: 0 !important;
    max-height: 700px;
    overflow: hidden;
    border-radius: 50px;
}
.testimonials-about .testimonial-s-cover .testimonial-slider i {
    color: #c9f31d;
}
.testimonials-about .testimonial-s-cover .testimonial-slider h3 {
    font-style: italic;
    font-size: 64px !important;
    line-height: 60px;
    padding-top: 40px;
    margin-bottom: -10px !important;
}
.testimonials-about .testimonial-s-cover p {
    font-size: 22px !important;
    font-style: normal !important;
    color: #555 !important;
    font-weight: 300 !important;
    line-height: 32px;
}
.testimonials-about .testimonial-s-cover h4 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.testimonials-about .slider-e-f {
    right: -70px !important;
    left: auto !important;
    top: calc(50% + 10px) !important;
    bottom: auto !important;
}
.testimonials-about .slider-e-f.fa-arrow-left {
    top: calc(50% + 30px) !important;
}
.testimonials-about .slider-e-f.fa-arrow-right {
    top: calc(50% + -30px) !important;
}
.testimonials-about .testimonial-slider {
    padding-right: 100px !important;
    border-radius: 50px;
    background: #f5f5f5 !important;
    margin-left: 10px;
}
.team-slide-box small {
    line-height: 19px !important;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.team-slide-box h5 {
    margin-bottom: 0;
}

.team-slieder .slick-track {
    display: flex;
    gap: 20px;
}
.team-slieder .slick-track .slick-slide:nth-child(even) {
    margin-top: 70px;
}
.team-slieder.four-slide {
    padding-left: 90px;
}
.about-us-section{
    padding-left: 80px;
}
.about-client-sec,
.testimonials-about {
    padding-left: 90px;
}
.testimonials-about .testimonial-s-video video {
    width: 100%;
}
.testimonials-about .testimonial-s-video video {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.smile-gallery-g {
    column-count: 3;
    column-gap: 50px
}
.col-box article.implants-col:hover img {
    transform: scale(1.1);
}
.smile-gallery-g .smile-gallery-article, .implants-col{
    margin-bottom: 50px;
    outline: 1px solid #e1dcdc73;
    outline-offset: 15px;
    box-shadow: 8px 8px 7px #5a5a5a24 !important;
    border-radius: 20px;
}
.col-box article.implants-col {
    width: 18%;
    outline-offset: 0px;
    margin-bottom: 0;
}

.col-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}


.smile-gallery-g .smile-gallery-article img, .implants-col img {
    border-radius: 20px;
}
.process-section-col article {
    width: 50%;
}
.process-section .intro-content {
    margin-bottom: 0;
}
.process-section-col article .perf-parcent {
    background: #60c0a2;
    border: 0;
}
/* --abouts-- */
/* --services-- */
.services-section {
    padding-left: 0;
}
.contact-section-new .contact-sec-info {
    width: 470px;
} 
.our-location-section, .our-location-section h3 {
    background: #f9f8f8;
}
.our-location-section.who-we-are::before {
    background-color: #e1dcdc;
}

.our-location-section .left-cont .left-spc {
    padding-left: 10px;
    padding-right: 220px;
}
.our-location-section .intro-img {
    height: 400px;
    outline: 1px solid #e1dcdc;
    outline-offset: 15px;
    box-shadow: 8px 8px 7px #5a5a5a47 !important;
}

.smile-gallery-section .three-colm article .intro-imgs {
  outline: 1px solid #e1dcdc;
    outline-offset: 15px;
    box-shadow: 8px 8px 7px #5a5a5a47 !important;
}
.our-location-section .title-page h3 {
    font-size: 80px !important;
}
.services-page-in{
    margin-top: 150px;
}
.full-input input {
    width: 100%;
}
.contact-us-section h3 {
    font-size: 80px !important;
    font-weight: 600;
    line-height: 90px;
}
.contact-section-new .contact-sec-info .intro-img div, .contact-section-new .contact-sec-info .intro-img div img {
    border-radius: 30px;
}
/* --services-- */

.choose-section-col  h3 {
    font-size: 70px !important;
}
.choose-section-col li {
    font-size: 20px;
    line-height: 35px;
}

.f-logo-info {
    padding-right: 20px;
}

#blog.blog-section {
    overflow: hidden;
}

.notag{
    display: none;
}

.f-social-media ul li a{
 position: relative;
}
.f-social-media ul li a::before {
    font-size: 22px;
    font-family: "Font Awesome 6 Brands";
    left: 0;
    position: relative;
}
.f-social-media ul li:nth-child(1) a::before {
    content: "\f39e";
}
.f-social-media ul li:nth-child(2) a::before {
    content: "\e61b";
}
.f-social-media ul li:nth-child(2),
.menu-popup-social-media ul li:nth-child(2){
    display: none;
}
.f-social-media ul li:nth-child(3) a::before {
    content: "\f0e1";
}
.f-social-media ul li:nth-child(4) a::before {
    content: "\f16d";
}
.f-social-media ul li:nth-child(5) a::before {
    content: "\f167";
}


.active_class header#myHeader, 
.bl-hedding {
    display: none;
}

/*--21-3-2024--*/
.banner-content h2+.dec-color {
    padding-top: 0 !important;
}
.banner-content h2+.dec-color .p-dec.dec-color {
    font-size: 20px !important;
    width: 390px;
    margin-bottom: 80px;
}
.slide-team-info .p-dec {
    font-size: 22px !important;
}
.slide-team-info h5 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
}
body .choose-section-col a.btn-a, .process-section+.choose-section a.btn-a {
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.f-social-media ul li a:before {
    transition: all .5s;
}
.f-social-media ul li:nth-child(1) a:hover {
    background: #4064ac;
}
.f-social-media ul li:nth-child(3) a:hover {
    background: #0274b3;
}
.f-social-media ul li:nth-child(2) a:hover {
    background: #fff;
}
.f-social-media ul li:nth-child(2) a:hover::before {
    color: #000;
}
.f-social-media ul li:nth-child(4) a:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.f-social-media ul li:nth-child(5) a:hover {
    background: #FF0000;
}
.f-social-media ul li a:hover:before {
    color: #fff;
}

.choose-section-col  a.btn-a:hover {
    border: 1px solid #4f2764;
}
.choose-section-col .choose-perfomance li {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.choose-section-col .choose-perfomance li i {
    font-size: 10px;
}

.patients-testimonials {
    margin-top: 100px !important;
}
.who-we-are-p-top+section+.contact-us-section {
    padding-top: 7%;
}
.faq-section {
    margin-top: 80px;
}
.implants-video {
    margin-top: 60px;
}

.gujarati-font  button.accordion-button,
.hindi-font  button.accordion-button{
    color: #121212 !important;
    font-weight: bold;
}
.gujarati-font  .accordion-body{
    font-weight: 600;
}
.hindi-font .accordion-body {
    font-weight: 500 !important;
}
.testimonials-section+#faq {
    margin-top: 0;
}
.choose-section-col {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-sec-form .contact-sec-info li a {
    color: #4f2764 !important;
}

/* .testimonials-img-slider .testimonials-box {
    padding-bottom: 20px;
    padding-top: 20px;
}

.testimonials-img-slider .testimonials-box img {
    width: 400px;
    margin: 0 auto;
    outline: 1px solid #c1c1c1;
    outline-offset: 15px;
    box-shadow: 8px 8px 7px #5a5a5a47 !important;
    border-radius: 20px;
    filter: brightness(1.1);
} */

.patients-video-box video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    outline-offset: 15px;
    box-shadow: 8px 8px 7px #5a5a5a24 !important;
    border: 1px solid #e1dcdc73;
}

.testimonials-section .gh-text .content-t {
    font-size: 20px !important;
    font-style: normal !important;
    padding: 0 20px !important;
}


.contact-sec-form .input-group p {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.contact-sec-form .input-group p input, .contact-sec-form .full-input p, .contact-sec-form .full-input span, .contact-sec-form .textarea-group, .contact-sec-form .textarea-group span {
    width: 100% !important;
}
form.wpcf7-form .global-btn input {
    background-color: transparent;
    border: 1px solid #4f2764;
    width: 170px;
    height: 170px;
    color: #4f2764 !important;
    font-size: 16px !important;
transition: all .5s;
}
.contact-sec-form .global-btn p {
   position: relative;
}
form.wpcf7-form .global-btn input:hover {
    background: #4f2764 !important;
    color: #fff !important;
}



/*----*/
.recognitions-col .recognitions-title {
    font-size: 40px !important;
    text-decoration: underline;
}

.recognitions-slider .slick-track {
    display: flex;
    gap: 50px;
}
.recognitions-slider .recognitions-img,
.recognitions-slider-col  .recognitions-img{
    overflow: hidden;
    position: relative;
    height: 410px;
    border-radius: 20px;
    outline: 1px solid #e1dcdc;
    outline-offset: 15px;
    box-shadow: 0px 0px 7px #5a5a5a47 !important;
} 
.recognitions-slider .slick-slide {
       padding-top: 20px;
    padding-bottom: 20px !important;
   
}
.recognitions-slider .recognitions-img img {
    object-fit: cover !important;
    height: 100%;
}



.recognitions-slider-col .recognitions-img {
    height: 350px;
}
.recognitions-slider-col {
     gap: 50px;
    display: flex !important;
    flex-wrap: wrap;
}
.recognitions-slider-col .recognitions-img img {
    height: 100%;
    object-fit: cover !important;
}


/* 13-6-25 */
.smile-gallery-section .three-colm.gap-5 {
    row-gap: 30px !important;
}
.smile-gallery-section .three-colm article .intro-imgs img {
    transform: translate(0px, 0px) !important;
    height: auto !important;
}
.recognitions-top {
    padding-top: 11% !important;
}

.contact-form-cover .contact-sec-info .intro-img {
    position: sticky;
    top: 120px;
    height: auto;
}
.smile-gallery-section .three-colm article {
    margin-bottom: 20px;
    width: 22%;
}