*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.hello-page{
    font-family: 'Gotham' !important;
    font-weight: 400;
}


a{
    transition: 0.3s all;
    text-decoration: none !important;
}

a:focus{outline: none !important;}

p.text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: black;
}

p.text.white{
    color: white;
}

p {  
 font-family: 'Gotham' !important;
 font-size: 16px !important;
     line-height: 1.7;
}


:root{
    --primary : #755e8d;
}

.container{
    width: 100%;
    max-width: 1170px !important;
    margin: auto;
    padding: 0 10px;
}


section.section_wrapper{
    padding: 120px 0;
}

video.page-bg{
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index:0;
}

video.hello-video{max-width: 100%; width: 300px; box-shadow: 0px 7px 15px rgba(0,0,0,0.1); border-radius:10px;}

header{
    padding: 24px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}


header nav ul{
    list-style: none;
       display: flex;
    align-items: center;
    gap: 24px;
}

header nav ul a{
color: black;
}

.form-group.pro-name{
    display: flex;
    white-space: nowrap;
    gap: 10px;
    margin-bottom: 0px !important;
}

.copyrights{
    position: relative;
}

.form-group.pro-name h4{
    margin: 0px !important;
}

.banner-form .form-group.pro-name input#ttype{
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    color: var(--primary) !important;
    height: 22px !important;
}

.banner-form .form-group.pro-name input#tname{
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    height: 22px !important;
    color: var(--primary) !important;
}

.hello-page .quck-adrs h5{
    color: #FFF !important;
}

.hello-page .copyrights a{
    color: #b165c3 !important;
}

.hello-page .form-group.filed-rgt button, .hello-page button.xclose{
    background: var(--primary) !important;
}

.hello-page .tit-bn h3{
    margin-top: 0px;
}

.form-group.checkboxx div{
    position: relative;
}

.form-group.checkboxx div input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin: 0px;
}

.common_heading{
    font-weight: 700;
      color: black;
}

.common_heading.white{
    color: rgb(255, 255, 255);
}
.common_heading.primary{
    color: var(--primary);
}

.common_btn{
    padding: 14px 55px 14px 25px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 10px;
    color: #FFF !important;
    border-radius: 50px;
    background: var(--primary);
    overflow: hidden;
    font-weight: 500;
    position: relative;
    outline: none !important;
}

.common_btn img{
    position: absolute;
    right: 20px;
    top: 14px;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}

.common_btn:hover img{
    right: 15px;
}


.hero_section{
    padding: 0 20px;
    position: relative;
}



.hero_section .vector_top,
.hero_section .vector_bottom{
    position: absolute;
}

.hero_section .vector_top{
    top: 0;
    right: 0;
}

.hero_section .vector_bottom{
    bottom: 0;
    left: 0;
}

.hero_section .container{
    position: relative;
       padding: 130px 0px 100px 0px;
}

.hero_section .container .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 745px;
}

.hero_section .container .content .sub_text{
    display: flex;
    align-items: flex-end;
    gap: 12px;
margin-bottom: 8px;
}

.hero_section .container .content .sub_text p{
    color: var(--primary);
    font-size: 24px ;
    line-height: 32px;
}

.hero_section .container .content h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    font-style: italic;
    color: var(--primary);
}

.hero_section .container .content p.text{
    width: 55%;
}

.hero_section .container .image{
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
    transform-origin: bottom left;
    overflow:hidden;
}
.mob-banner-img, .about-image-mob{
    display: none;
}

.hero_section .container .image img{
    width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
}
.about-section {
    background-color: #755e8d;
}
.cmm-spc {
    padding: 50px 10px;
}
.abt-cnt h2, .title-img h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0px;
}
.title-img h2 {
    color: #000;
    margin-top: 0px;
}
.abt-cnt p{
    font-weight: 400;
    padding: 10px 0px;
}
.abt-cnt {
    padding-left: 35px;
}
.abt-cnt p.quote{
    padding: 20px 0px 0px 80px;
    position: relative;
}
.abt-cnt p.quote img{
    position: absolute;
    left: 0px;
    top: 10px;
}
.abt-cnt p i{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary);
}
.p-0, .nav>li>a {
    padding: 0px !important;
}
.abt-cnt h2{
    margin-bottom: 10px;
    margin-top: 0px;
    color: var(--primary);
}
.title-img {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: end;
}


img.img-shadow{
    border-radius:20px;
    box-shadow: 0px 10px 30px rgb(193 84 195 / 30%);
    border: 3px solid var(--primary);
}
.inr-crd h3{
   font-weight: 500;
   font-size: 24px;
   line-height: 32px;
   color: #000;
   margin: 15px 0px;
}
.inr-crd p{ 
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.crd-dsgn {
    width: 600px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.crd-dsgn:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.8);
}
.crd-dsgn>div{
    display: flex;
    gap: 20px;
    position: absolute;
    width: 450px;
}
.crd-dsgn>div .inr-crd-img img{
    transition: all 0.6s ease;
}
.crd-dsgn>div:hover .inr-crd-img img{
    transform: rotateY(180deg);
}
.crd-dsgn .inr-crd-img{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    flex: none;
}

.crd-dsgn .inr-crd-img img{
    max-width: 100%;
}

.crd-dsgn .inr-crd1 p, .crd-dsgn .inr-crd3 p{
    text-align: right;
}
.crd-dsgn h3{
    margin-top: 0px;
}
.crd-dsgn .inr-crd1{
    left: -330px;
    top: 10%;
    flex-direction: row-reverse;
    text-align: right;
}

.crd-dsgn .inr-crd2{
    right: -330px;
    top: 10%;
}
.crd-dsgn .inr-crd3{
    left: -330px;
    top: 70%;
    flex-direction: row-reverse;
    text-align: right;
}
.crd-dsgn .inr-crd4{
    right: -330px;
    top: 70%;
}

.crd-dsgn h3, .crd-dsgn p{color: #FFF;}
.crd-dsgn .inr-crd .inr-crd-img img{
    max-width: 100%;
}
.inner-design{
    margin-top: 30px;
}

img.why-choose-mobile-image{
    display: none;
}
.choose-us-section{
    position: relative;
}
.choose-us-section::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 100%;
    background-image: url(../../static/images/hello/product-hand-img.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    left: calc(50% - 200px);
    top: 0px;
    z-index: 3;
}
.choose-us-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    left: 0px;
    top: 0px;
    z-index: 0;
    mix-blend-mode: multiply;
}
.desktop-img{
    display: block;
}
.mobile-img {
    display: none;
}

.hlo-txt {
    position: absolute;
    right: 115px;
    top: -10px;
}
.choose-tab .title-img{
    display: block;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.choose-tab .title-img span, .therapy .title-img span{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0px;
    color: #755e8d;
}
.nav-tabs {
    border: none;
    background-color: #E4DBE6;
    padding: 10px 0px 10px 0px !important;
    border-radius: 100px;
    gap: 10px;
}
.nav-tabs li {
    border-radius: 100px !important;
    padding: 10px 60px;
    border: none !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000 !important;
    transition: all 0.6s ease;
    background-color: transparent;
}
.nav-link.active, .nav-tabs li.active, .nav-tabs li:focus, .nav-tabs li.active:focus, .nav-tabs li.active:hover {
    background: var(--primary);
    color: #FFF;
}
.nav-tabs li:hover{
    background: #f8dcff;
}

.text-white{
    color: #FFF !important;
}

img.hello-reverse{
    filter: brightness(0) invert(1);
}

.nav-tab-design ul{
    width: fit-content;
    margin: 0px;
    background: transparent;
    border: 3px solid var(--primary);
}
.nav-tabs li a{
    border: none !important;
}

.therapy .nav-tab-design ul{
    margin: 21px auto;
}
header .container:before, header .container:after{
    display: none;
} 
.cmm-spc.pt-0 {
    padding-top: 0px;
    border-top: none;
}
.nav>li>a {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    white-space: nowrap;
    outline: none !important;
    border: none !important;
}
.nav>li.active>a{
    color: #FFF !important;
}
.nav-tab-design .nav {
    display: flex;
    justify-content: space-between;
}

.nav-tab-design .common_btn {
    width: fit-content;
}
.conent-a .text {
    padding: 25px 25px 25px 0px;
    max-width: 500px;
}
.tab-content .row {
    display: flex;
    flex-wrap: wrap;
}

.tab-content .row.justify-content-center{
    justify-content: center;
}
.conent-a table{
    padding: 10px;
    border-radius:10px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0px 10px 30px rgb(193 84 195 / 30%);
}
.nav>li:hover a{
    background-color: transparent;
}

.tab-content>.tab-pane .content-tab-img-btn{
    display: flex;
    flex-direction: column-reverse;
}

.tab-content>.tab-pane .content-tab-img-btn>img{
    margin-left: -20px;
    max-width: 300px;
}

img.animated-arrow{
    position: absolute;
    right: 30px;
    top: 30px;
    animation: slideLeft 1s linear infinite;
}

@keyframes slideLeft {
  0% {
    transform: translateX(10px); /* Start at the right */
  }
  30% {
    transform: translateX(-10px); /* End at the left */
  }
  60% {
    transform: translateX(-10px); /* End at the left */
  }
  100% {
    transform: translateX(10px); /* End at the left */
  }
}

.crd-content ul{
    list-style-type: none;
    width: 100%;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 20px;
    min-height: 95px;
    border: none;
}
.crd-content ul li{ 
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 8px;
}
.crd-content ul li {
    position: relative;
}
.crd-content ul li:before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: '';
    background-image: url(../../static/images/hello/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: scale(0.2);
}
.crd-content ul li:nth-child(odd):before {
    animation: zoomInOut 5s linear infinite;
}
.crd-content ul li:nth-child(even):before {
    animation: zoomOutIn 5s linear infinite;
    animation-delay: 2.5s;
}
@keyframes zoomInOut {
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.2);
    }
}
@keyframes zoomOutIn {
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.2);
    }
}
.therapy-crd {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgb(193 84 195 / 30%);
    margin-top: 20px;
    overflow: hidden;
}
.therapy-crd .crd-content{
    padding: 10px 20px 20px 20px;
}

.therapy-crd .crd-content h3{
    margin-top: 0px;
}
.therapy-crd .crd-content p{
    line-height: 1.4;
}

.therapy-crd .crd-content .common_btn{
    padding: 10px 45px 10px 15px;
}
.therapy-crd .crd-content .common_btn img{
    width: 20px;
    top: 10px;
    right: 15px;
}
.nav-tabs>li.active>a, .nav>li>a:focus {
    background-color: transparent !important;
}
.therapy-crd {
    margin-bottom: 20px;
}
.therapy-crd .crd-img{
    background: #e5c6fc;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}
.therapy-crd .crd-img img{
    transition: all 0.3s ease;
}
.therapy-crd .crd-img:after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content:"";
    background:#dfdfdf;
    opacity: 0.4;
    mix-blend-mode: multiply;
    transition: all 0.3s ease;
}
.therapy-crd:hover .crd-img:after{
    opacity: 0.6;
}
.therapy-crd:hover .crd-img img{
    transform: scale(1.1);
}
.crd-img img{
    border-radius: 10px 10px 0px 0px;
}
.hello-page footer {
     background-color: #755e8d;
     padding: 60px 10px;
}

.hello-page footer p{
    font-size: inherit !important;
}
.conent-a table{
    width: 100%;
}
.conent-a table td, .conent-a table th {
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
}
.conent-a table th { 
    color: #755e8d;
}
.conent-a table tr:nth-child(even), thead{
    background-color: #f7f7f7;
}
.conent-a table tr {
    border-bottom: 1px solid #ebebeb;
}
.conent-a table th{
    border-bottom: 2px solid #755e8d;
}
.conent-a table tr:last-child{ 
    border-bottom: none;
}

.form-group.checkboxx label{
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
   font-family: 'Gotham' !important;
}
.form-group.checkboxx input{
    height: 12px;
}
#myModalTwo #enquiryform-p .form-group.no-m{
    padding-bottom: 0px;
}
.no-m {
    margin-bottom: 0px;
}
.no-m span{
    font-size: 15px;
}
#myModalTwo .banner-form {
    padding: 30px 26px 15px 26px; 
}

.hello-page .cont-btn{
    display: none !important;
}
.form-group.checkboxx div{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding-bottom: 15px;
}
.form-group.checkboxx div label + input {
    height: auto;
    padding: 2px 10px;
    width: 125px;
}
.form-group.checkboxx div ::placeholder {
    opacity: 0.5;
    color: #000;
}
#myModalTwo #enquiryform-p .form-group, #myModalTwo #enquiryform-p .form-group.checkboxx{
    position: relative;
    padding-bottom: 15px;
}
#myModalTwo #enquiryform-p .form-group.checkboxx label.error{
    bottom: 0px;
    left: 0;
}
#myModalTwo #enquiryform-p .form-group label.error{
    bottom: -7px;
    left: 0;
}
.main-heading {
    position: relative;
}
.main-heading img {
    position: absolute;
    top: 26px;
    left: 110px;
}
.inner-design .container {
    overflow: hidden;
}
.tab-imgg {
    text-align: center;
}

#banner_line{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    aspect-ratio: 1668/1088;
    display: none;
}

.section_wrapper{
    position: relative;
    overflow: hidden;
}

#top_vector{
    position: absolute;
    top: 0;
    right: 150px;
    display: none;
}


#bottom_vector{
      position: absolute;
    bottom: -130px;
    left: 80px;
}



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

    .hero_section .container .image{
        width: 50%;
    }
}

@media screen and (max-width:1400px) {
    .cmm-spc { padding: 50px 10px;}
    #top_vector{
    right: 0px;
}

.nav-tab-design ul{
        border: 2px solid var(--primary);
}
.nav-tabs{
    padding: 5px 0px 5px 0px !important;
        gap: 5px;
}
.nav-tabs li{
    padding: 5px 40px;
}
.nav-tabs li a{
        font-size: 22px;
}

.tab-content>.tab-pane .content-tab-img-btn>img{
    max-width: 250px;
}

.title-img h2, .therapy .title-img span{
    font-size: 40px;
    line-height: 50px;
}
.title-img h2 img{
    max-width: 100px;
}

.therapy-crd .crd-content p{
    font-size: 15px !important;
    line-height: 1.4;
}

.therapy-crd .crd-content h3{
    font-size: 20px;
}

.therapy-crd .crd-content ul{
    border: none !important;
    margin: 10px 0px 0px 0px;
}

.crd-content ul li{
    font-size: 15px;
    line-height: 20px;
}

.therapy-crd .crd-content a.common_btn{
    padding:10px 50px 10px 15px;
}

.therapy-crd .crd-content a.common_btn img{
    top: 10px;
}

.tab-content .row{
    align-items: flex-start;
}

.tab-content .row .tab-imgg img{
    max-width: 600px;
}

.tab-content>.tab-pane .conent-a .text{
    padding: 20px 0px 0px 0px;
}

#bottom_vector{
    left: -30px;
}
    .hero_section .container{
        padding: 130px 0px 50px 0px;
    }
        .hero_section .container .image {
        bottom: 5%;
    }
}


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

     .hero_section .vector_top{
width: 150px;
height: auto;
     }
   .hero_section .vector_bottom{
        width: 250px;
        height: auto;
    }
    .abt-cnt h2{
        font-size: 40px;
    }
    .tab-content>.tab-pane .content-tab-img-btn{
        padding-top: 20px;
    }
    .tab-content>.tab-pane .conent-a{
        padding-left: 20px;
    }
   
}

@media screen and (max-width: 1199px){
    .tab-content>.tab-pane .content-tab-img-btn{
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .tab-content>.tab-pane .content-tab-img-btn>img{
        margin-top: 0px;
        margin-left: 0px;
    }
    #bottom_vector{
    display: none;
}
    .cmm-spc {
        padding: 80px 20px;
    }
    .nav-tab-design ul{
       width: 75%; 
    }
    .crd-dsgn:before{
        display: none;
    }
    .choose-us-section::before{
        left: calc(100% - 400px);
    }
    .crd-dsgn{
        width: 100%;
        height: auto;
    }
    .crd-dsgn>div{
        position: relative;
        width: calc(100% - 400px);
        margin-bottom: 30px;
    }
    .crd-dsgn .inr-crd1, .crd-dsgn .inr-crd2, .crd-dsgn .inr-crd3, .crd-dsgn .inr-crd4{
        left: inherit;
        top: inherit;
        right: inherit;
        flex-direction: row;
        text-align: left;
    }
    .crd-dsgn .inr-crd1 p, .crd-dsgn .inr-crd3 p{
        text-align: left;
    }
    header{
        padding: 10px 20px;
    }
    .choose-us-section .inner-design {
        padding: 50% 0px 10px 0px;
    }
}


@media screen and (max-width:991px){
video.page-bg{
    width: auto;
    height: 100vh;
}
.abt-cnt{padding-left: 0px; padding-top: 30px;}
    #banner_line {
    left: unset;
    right: 30%;
    width:auto;
    height: 100%;
    opacity: 0.4;
}

.tab-imgg {
    text-align: center;
  }
.tab-content .row { 
    padding-top: 20px;
}

    .nav-tab-design ul {
        width: 100%;
    }
    
    .hero_section .container .image {
        width: 100%;
        position: relative;
        margin-left: auto;
        transform: none;
    }
    
    .hero_section .container {
        /*min-height: 100vh;*/
        min-height: auto;
        padding:100px 0 0px 0;
    }
    .hero_section .container .content{
        gap: 16px;
    }
    .cmm-spc {
        padding: 60px 10px;
    }
    .abt-cnt h2, .title-img h2, .choose-tab .title-img span, .therapy .title-img span{ 
        font-size: 32px;
        line-height: 40px;
    }
   .desktop-img{
        display: none;
    } 
    .mobile-img {
        display: block;
    }
    .crd-dsgn .inr-crd {
        width: 45%;
    }
    .hlo-txt {
        right: 75px;
        width: 85px;
        top: 0px;
    }
    .hlo-txt {
        right: 70px;
        width: 85px;
    }
}

@media screen and (max-width:767px) {
    .table-responsive{
        overflow-x: auto;
    }
    .abt-img{
        padding-top: 30px;
    }
    #top_vector {
        right: 50px;
        width: 50%;
        opacity: 0.6;
    }
    img.why-choose-mobile-image{
    display: block;
        margin-bottom: 30px;
        z-index: 10;
        position: relative;
    }
    .crd-dsgn>div{
        width: 100%;
    }
    .choose-us-section .inner-design {
        padding: 85% 0px 10px 0px;
    }
    .hero_section .container .content .sub_text img{
        height: 30px;
        width: auto;
    }
    .hero_section .container .content p.text{
        width: 100%;
    }
    .cmm-spc {
        padding: 0px 25px 50px 25px;
    }
    .cmm-spc.choose-tab{
        padding: 40px 15px;
    }
    .crd-dsgn .inr-crd {
        width: 100%;
    }
    .nav-tab-design ul {
        overflow-x: scroll;
    }
    .nav>li>a, .nav>li.active>a {
        font-size: 20px;
        line-height: 28px;
    }
    .choose-us-section::before {
        display: none;
    }
    .nav-tab-design{
        background-position: top 15px left -15px;
    }
    .tab-content>.tab-pane .content-tab-img-btn{
            flex-direction: column-reverse;
            align-items: flex-start;
    }
    
    .tab-content .row .tab-imgg img{
        max-width: 100%;
    }
}

@media screen and (max-width: 527px){
    .h3, h3{font-size: 20px;}
    p, p.text, .abt-cnt p, .crd-dsgn .inr-crd1 p, .crd-dsgn .inr-crd3 p, .therapy-crd .crd-content p{
        font-size: 14px !important;
    }
    #myModalTwo .banner-form{padding: 40px 10px 10px 10px;}
    .form-group.pro-name{flex-wrap: wrap;}
    .conent-a table td, .conent-a table th{padding:10px; font-size: 14px; line-height: 1.3;}
    .about-image-mob{display: block;}
    .hero_section .container .image, .abt-img{display: none;}
    .abt-cnt img.about-image-mob{width: 100%; max-width: 100%; margin: 30px 0px;}
    .mob-banner-img{display: block; max-width: 100%;}
    video.page-bg{width: 100%;}
    .abt-cnt p.quote img{
        max-width: 30px;
    }
    .abt-cnt p.quote{ padding: 0px 0px 0px 40px;}
    .abt-cnt p i{font-size: 14px; line-height: 1.2;}
    .nav-tabs li{padding: 7px 20px;}
    .nav>li>a, .nav>li.active>a{
        font-size: 15px; line-height: 1.4;
    }
    img.animated-arrow{
        top: 50%;
        transform: rotate(90deg) !important;
    }
    .tab-content>.tab-pane .conent-a{
        padding-left: 0px;
    }
    header nav ul{
        gap: 12px;
        padding-left: 0px;
    }
    .logo ~ nav .common_btn {
        font-size: 14px;
        padding: 10px 14px;
        background-size: 100%;
        background-position: bottom 4px center;
    }
    .logo ~ nav .common_btn img{
        display: none;
    }
    .logo img{
        width: 145px;
    }
    .hero_section .container .content h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .abt-cnt h2, .title-img h2, .choose-tab .title-img span, .therapy .title-img span{ 
        font-size: 24px;
        line-height: 30px;
    }
    .abt-cnt img{
        max-width: 100px;
    }
    .abt-cnt {
        padding-right: 0px;
    }
        .main-heading img {
        top: 25px;
        left: 46px;
        height: 35px;
    }
    .crd-dsgn .inr-crd-img{
        width: 70px;
        height: 70px;
    }
    .crd-dsgn .inr-crd-img img{
        max-width: 70%;
    }
}