@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/Barlow-Regular.eot');
    src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg'),
        url('../fonts/Barlow-Regular.ttf') format('truetype'),
        url('../fonts/Barlow-Regular.woff') format('woff'),
        url('../fonts/Barlow-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow-Medium.eot');
    src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg'),
        url('../fonts/Barlow-Medium.ttf') format('truetype'),
        url('../fonts/Barlow-Medium.woff') format('woff'),
        url('../fonts/Barlow-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.eot');
    src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg'),
        url('../fonts/Barlow-Bold.ttf') format('truetype'),
        url('../fonts/Barlow-Bold.woff') format('woff'),
        url('../fonts/Barlow-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowSemiBold';
    src: url('../fonts/BarlowSemiBold.eot');
    src: url('../fonts/BarlowSemiBold.eot') format('embedded-opentype'),
        url('../fonts/BarlowSemiBold.woff2') format('woff2'),
        url('../fonts/BarlowSemiBold.woff') format('woff'),
        url('../fonts/BarlowSemiBold.ttf') format('truetype'),
        url('../fonts/BarlowSemiBold.svg#BarlowSemiBold') format('svg');
}


/** Reset Css **/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    font-size: 18px;
    line-height: 1.2;
    color: #1a1a1a;
    font-family: 'Barlow-Regular';
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

.homepage {
    background: #ecf4ff
}

ol,
ul {
    list-style: none;
    margin-bottom: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

#menu:not(.mm-menu) {
    display: none;
}

/** Comman Css **/
.container {
    margin: 0 auto;
    width: 92%;
    max-width: 1400px;
    padding: 0;
}

.clear {
    clear: both;
}

.ibvt {
    display: inline-block;
    vertical-align: top;
}

.ibvm {
    display: inline-block;
    vertical-align: middle;
}

.ibvb {
    display: inline-block;
    vertical-align: bottom;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.img-res {
    width: 100%;
}

.text-center {
    text-align: center
}

.sprite {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: inline-block;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.5
}

.common-padding {
    padding: 100px 0
}

/*form element*/
input[type="text"] {
    width: 100%;
    color: #1a1a1a;
    padding: 15px 20px;
    opacity: 1;
    font-size: 16px;
    border: 1px solid #babbe6;
    background: none;
    border-radius: 5px;
}

select {
    width: 100%;
    border: none;
    font-size: 18px;
    color: #1a1a1a;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #1d3b6d;
    opacity: 1;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

option {
    padding: 10px;
}

input:focus::-webkit-input-placeholder {
    color: #1a1a1a !important;
}

input:focus:-moz-placeholder {
    color: #1a1a1a !important;
}

input:focus::-moz-placeholder {
    color: #1a1a1a !important;
}

input:focus:-ms-input-placeholder {
    color: #1a1a1a !important;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #1a1a1a !important;
}

:-moz-placeholder {
    opacity: 1;
    color: #1a1a1a !important;
}

::-moz-placeholder {
    opacity: 1;
    color: #1a1a1a !important;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #1a1a1a !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

a {
    color: #1c5088;
}

a:hover {
    color: #0fb4ba;
}

/*form element*/

.header-wrapp {
    padding: 10px 0;
    background: #1a1a1a;
}

.logoblk {
    width: 100px;
}

.welcometext {
    color: #fff;
    margin-right: 20px;
}

.headerrightblk .bookbtn {
    margin: 0;
}

.headerrightblk .bookbtn i {
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

.headerrightblk .bookbtn:hover {
    color: #fff !important
}

.mailicon {
    background: #0fb4ba;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #fff
}

.telicon:hover,
.mailicon:hover {
    color: #fff
}

.telicon i,
.mailicon i {
    position: relative;
    top: 1px;
}

.navicon {
    color: #fff;
    font-size: 32px;
    margin-left: 20px;
}

.bannerarrow {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.banner-wrapp {
    position: relative;
}

.support {
    background: #00b56f;
    color: #fff;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 15px;
    margin: 0 20px;
    text-transform: uppercase;
}

.menu {
    width: 20px;
}

.search-blk {
    width: 75px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.search-blk input[type="text"] {
    background: #fff;
    border: 0;
    border-radius: 50px;
    padding: 9px 20px;
}

.search-blk .sprite {
    width: 19px;
    height: 19px;
    position: absolute;
    background-position: -5px -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
}

.banner-slider .slick-slide {
    position: relative
}

.banner-text {
    position: absolute;
    top: 43%;
    left: 4%;
    transform: translate(0, -50%);
    color: #fff;
    font-family: 'Barlow-Regular';
    width: 50%;
}

.banner-blk .container {
    position: relative;
    height: 100%;
}

header .container {
    width: 96%;
}

.logo {
    width: 120px;
}

.banner-slider .slick-dots {
    bottom: 5%;
    left: 4%;
    text-align: left;
}

.banner-ttl {
    font-size: 50px;
    margin-bottom: 20px;
}

.banner-ttl span {
    font-family: 'BarlowSemiBold';
}

.banner-subttl {
    font-size: 45px;
    margin-bottom: 3px;
}

.banner-para {
    font-size: 26px;
}

.banner-blk.banner1 .banner-para {
    font-size: 16px;
    font-family: 'Barlow-Regular';
    margin-bottom: 20px;
}

.banner-slider .slick-dots li {
    width: 7px;
    height: 7px;
    opacity: 0.7
}

.banner-slider .slick-dots li.slick-active {
    background: #fff;
    opacity: 1
}

.banner-slider .slick-slide .banner-text {
    animation: slideInRight 2s both;
}

.banner-slider .slick-slide.slick-current.slick-active .banner-text {
    animation: slideInLeft 1s both;
}

.tab-content {
    z-index: 9;
    visibility: hidden;
    height: 0;
}

.tab-content.current {
    z-index: 99;
    visibility: visible;
    height: auto;
}

.section-wrapp {
    background: #FFF;
    padding: 70px 30px;
    border-radius: 10px;
    box-shadow: 10px 0px 27px rgb(0 9 22 / 33%);
    margin: 80px 0;
}

.ttl:before {
    background: url(../images/sprite.png);
    background-position: -36px -10px;
    width: 17px;
    height: 16px;
    content: "";
    left: -44px;
    position: absolute;
    top: 20px;
}

.ttl:after {
    background: url(../images/sprite.png);
    background-position: -36px -10px;
    width: 17px;
    height: 16px;
    content: "";
    right: -44px;
    position: absolute;
    top: 20px;
}

.ttl {
    font-size: 42px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.tabs li {
    display: inline-block;
    background: #e9f2fd;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
}

ul.tabs {
    margin: 0 0 40px 0;
}

ul.tabs li.tab-link.current {
    background: #0fb4ba;
    color: #fff
}

.corcerns-blk {
    border: 1px solid #dfe8f4;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    transition: 0.5s ease all
}

.corcerns-img {
    width: 80px;
    margin: 40px auto;
    height: 100px;
}

.knee-injury .corcerns-blk:hover {
    background: #0fb4ba;
}

.knee-injury .corcerns-blk:hover .corcerns-ttl {
    color: #fff;
}

.knee-injury .corcerns-blk:hover p {
    color: #fff;
}

.knee-injury .corcerns-blk:hover img.img-res {
    mix-blend-mode: multiply;
}

.knee-injury .corcerns-blk:hover .services_arrow {
    color: #fff;
}

.concerns-innerwrapp {}

.textwrapp {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 17px;
}

.corcerns-ttl {
    font-size: 18px;
    margin-bottom: 5px;
    color: #1a1a1a;
    font-family: 'Barlow-Bold';
}

/*.corcerns-blk:after {position: absolute;width: 20px;height: 17px;background: url(../images/sprite.png);content: "";background-position: -68px -9px;bottom: 12px;right: 13px;transform: scale(0.7);}*/
.concerns-innerwrapp .slick-prev {
    background: url(../images/sprite.png);
    width: 74px;
    height: 74px;
    background-position: -128px -12px;
    transform: scale(0.7);
    left: -110px;
    z-index: 9;
}

.concerns-innerwrapp .slick-next {
    background: url(../images/sprite.png);
    width: 74px;
    height: 74px;
    background-position: -232px -12px;
    transform: scale(0.7);
    right: -110px;
}

.sectionitem {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.symptomsci-item {
    width: 45%;
}

.questansblk {
    width: 80%;
}

.questionblk,
.answerblk {
    margin: 40px 0 0 0;
}

.questans-item,
.answer-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px 0;
    justify-content: space-between;
    cursor: pointer;
}

.quest-ans-blk {
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 38px;
    margin: 0 20px 0 0;
}

.questans-item.activeitem .quest-ans-blk {
    background: #21b59e;
}

.questans-item.activeitem .question-desc {
    font-family: 'Barlow-Medium';
}

.question-desc {
    font-size: 20px;
    line-height: 25px;
    color: #1a1a1a;
    font-family: 'Barlow-Regular';
    width: calc(100% - 40px);
}

.answerblk .answer-item {
    display: none;
}

.answerblk .answer-item.activeitem {
    display: flex;
}

.answer-item.activeitem .quest-ans-blk {
    background: #21b59e;
}

.symptoms-scienceblk:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #243a76;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.small-ttl {
    font-size: 32px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-family: 'Barlow-Medium';
}

.symptomsci-item p {
    font-size: 20px;
}

.card {
    width: 30%;
    box-shadow: 10px 0px 27px rgb(0 9 22 / 33%);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 450px
}

.card-ttl {
    font-size: 28px;
    margin-bottom: 10px;
}

.info-wrapp {
    padding: 40px 30px;
}

.doc-img {
    line-height: 0;
}

.knowmore:after {
    position: absolute;
    width: 20px;
    height: 17px;
    background: url(../images/sprite.png);
    content: "";
    background-position: -68px -9px;
    bottom: 1px;
    right: -37px;
    transform: scale(0.7);
    transition: all 0.5s;
}

.knowmore {
    color: #0f5080;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.knowmore:hover:after {
    right: -45px;
    transition: all 0.5s;
}

.doc-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card.onlinedr {
    background: url(../images/online-dr.jpg);
    display: flex;
    align-items: flex-end;
    position: relative;
    background-size: cover;
}

.card.onlinedr:before {
    background: linear-gradient(to top, rgba(36, 58, 118, 0.7) 32%, rgba(66, 68, 142, 0));
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    height: 221px;
}

.onlinedr .info-wrapp {
    color: #fff;
    position: relative;
    z-index: 1;
}

.onlinedr p,
.onlinedr .knowmore {
    color: #fff;
}

.onlinedr .knowmore:after {
    background-position: -68px -31px;
}

.hello-text {
    font-size: 50px;
    font-family: 'Barlow-Bold';
    margin-bottom: 10px;
}

.hellodr {
    background: #21b59e;
    color: #FFF;
    padding: 60px 20px;
    position: relative;
}

.card-ttl span {
    display: block;
    font-size: 40px;
}

.card-ttl {
    font-size: 28px;
    margin-bottom: 10px;
}

.connect a {
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 30px;
    margin-top: 19px;
    display: inline-block;
    border-radius: 50px;
}

.hellodr:after {
    background: url(../images/dr-logo.png);
    width: 375px;
    height: 360px;
    content: "";
    position: absolute;
    bottom: -61px;
    right: -61px;
    transform: scale(0.7);
}

.blog-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.small-subttl {
    font-size: 24px;
    margin-bottom: 10px;
}

.blog-card {
    width: 32%;
    box-shadow: 10px 0px 27px rgb(0 9 22 / 33%);
    border-radius: 10px;
    position: relative;
}

.blog-inner {
    padding: 20px 40px;
}

.blog-card.outline-non {
    box-shadow: none;
}

.blog-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.next-arow {
    background-position: -68px -9px;
    display: inline-block;
    width: 20px;
    height: 17px;
    transform: scale(0.7);
}

.about-blk {
    width: 48%;
    box-shadow: 10px 0px 27px rgb(0 9 22 / 33%);
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.about-container {
    display: flex;
    justify-content: space-between;
}

.about-blk p {
    font-family: 'Barlow-Regular';
}

p.bold {
    font-family: 'Barlow-Bold';
}

.faq-num {
    margin-right: 20px;
    padding: 0 13px;
    height: 40px;
    background: #1a1a1a;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    display: inline-block;
}

.faq-info {
    display: flex;
}

.smk_accordion .accordion_in {
    border-top: 0px
}

.accordion_in p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.smk_accordion .accordion_in .acc_content p {
    color: #0f5080;
    text-align: left
}

.testimonial-wrapp {
    background: #243a76;
    margin-top: 100px;
}

.testimonial-wrapp .container {
    text-align: center;
    color: #fff;
}

.testimonial-wrapp p {
    color: #fff
}

.testimonial-slider {
    text-align: left;
    margin: 0px auto 0;
    width: 92%;
}

.testimonial-slider .slick-slide img {
    border-radius: 20px;
}

.testi-blk {
    width: 64%;
    margin: 0 auto;
    font-family: 'Barlow-Regular';
}

.testi-img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.testi-ttl {
    margin-bottom: 10px;
    font-size: 24px;
}

.testimonial-slider .slick-prev {
    background: url(../images/sprite.png);
    width: 74px;
    height: 74px;
    background-position: -128px -12px;
    transform: scale(0.7);
    left: -7%;
}

.testimonial-slider .slick-next {
    background: url(../images/sprite.png);
    width: 74px;
    height: 74px;
    background-position: -232px -12px;
    transform: scale(0.7);
    right: -7%;
}

.approachslider .slick-prev {
    background: url(../images/sprite.png);
    width: 74px;
    height: 74px;
    background-position: -128px -12px;
    transform: scale(0.7);
    left: -2%;
    top: 40%;
    z-index: 1;
}

.approachslider .slick-next {
    background: url(../images/sprite.png);
    width: 74px;
    height: 74px;
    background-position: -232px -12px;
    transform: scale(0.7);
    right: -2%;
    top: 40%;
    z-index: 1;
}

ul.footermenu {
    margin-bottom: 8px;
}

.footermenu li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    position: relative;
}

.footermenu li a {
    color: #1a1a1a;
    text-transform: uppercase;
}

.footermenu li:after {
    background: #231944;
    width: 5px;
    height: 2px;
    content: "";
    position: absolute;
    right: -14px;
    top: 9px;
}

.footermenu li:last-child:after {
    background: none
}

.copyright-text {
    color: #1a1a1a;
    font-size: 15px;
}

.facebook {
    background-position: -30px -130px;
}

.twitter {
    background-position: -88px -130px;
}

.linkdin {
    background-position: -147px -130px;
}

.youtube {
    background-position: -206px -130px;
}

.insta {
    background-position: -266px -131px;
}

.social-right a {
    width: 41px;
    height: 41px;
    margin-right: 10px;
    position: relative
}

.social-wrapp {
    display: flex;
    justify-content: center;
}

/* Tooltips */
.tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.8rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    transform: translate(-50%, -100%);
    transition: all 0.3s ease;
    z-index: 1;
}

.tooltip:after {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%);
}

.social-right a:hover {
    color: #fff;
}

.social-right a:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -150%);
}

.social-icon--linkedin {
    background: #006599;
    color: #fff;
}

.facebook .tooltip {
    background: #235aca;
}

.facebook .tooltip:after {
    border-top-color: #235aca;
}

.twitter .tooltip {
    background: #23a9ff;
}

.twitter .tooltip:after {
    border-top-color: #23a9ff;
}

.linkdin .tooltip {
    background: #2382bf;
}

.linkdin .tooltip:after {
    border-top-color: #2382bf;
}

.youtube .tooltip {
    background: #ce1010;
}

.youtube .tooltip:after {
    border-top-color: #ce1010;
}

.insta .tooltip {
    background: #d826b2;
}

.insta .tooltip:after {
    border-top-color: #d826b2;
}

.team-innerwrapp {
    width: 40%;
    margin: 0 auto;
}

.team-infoblk {
    display: flex;
    justify-content: space-between;
}

.team-left img {
    border-radius: 10px;
}

.team-left {
    width: 40%;
}

.team-right {
    text-align: left;
    width: 55%;
}

.team-ttl {
    font-size: 30px;
    margin-bottom: 20px;
}

.team-list li {
    margin-bottom: 25px;
    padding-left: 24px;
    position: relative;
}

.team-list li:before {
    background: url(../images/sprite.png);
    background-position: -13px -49px;
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    content: "";
    top: 2px;
    transform: scale(0.7);
}

.team-thumb-img img {
    border-radius: 10px;
}

.team-thumb-img {
    width: 85%;
    margin: 0 auto;
    cursor: pointer;
}

.slider.slider-nav {
    position: absolute;
    bottom: 0;
    width: 57%;
    /* margin-left: auto; */
    right: 0;
}

.team-sliderwrapp {
    position: relative;
    margin-top: 50px;
}

.overlay1 {
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    left: 0;
    visibility: visible;
    opacity: 1;
    overflow: auto;
}

.targetDiv {
    display: none;
}

.dr-info-blk {
    position: absolute;
    top: 60px;
    z-index: 999999;
    left: 0;
    right: 0;
    width: 60%;
    background: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #48536c;
}

.closebtn {
    height: 80px;
    right: 0;
    position: absolute;
    top: 0;
    width: 80px;
    background: url(../images/closed-btn.png) no-repeat 0 0;
    cursor: pointer;
    transform: scale(0.6);
}

.popup-innerwrapp ul.team-list {
    text-align: left;
}

.popup-img {
    width: 150px;
    margin: 0 auto;
}

.footersection {
    display: none;
}

.sec-read-more {
    display: none;
}

.popupwrapp .scienceblk {
    display: block;
}

.res-knowmore {
    display: none;
}

a.back-to-top {
    display: none;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 42px;
    background: #0fb4ba url(../images/up-arrow.png) no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.popup-innerwrapp .quest-ans-blk {
    background: #21b59e;
}

.tabs li:hover {
    background: #0fb4ba;
    color: #fff;
    transition: all 0.5s;
}

/* Zoom In #1 */
.zoomimg img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition: all 0.5s;
}

.zoomimg:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s;
}

.zoomimg {
    overflow: hidden;
}

.faq-num.faq-ans {
    background: #21b59e;
}

.search-blkfull {
    display: none;
    float: right;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 49px;
    z-index: 9;
}

.search-bar input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 5px;
    font-size: 14px
}

.search-closed {
    width: 15px;
    margin-left: 14px;
    cursor: pointer;
}

.concern-wrapp {
    overflow: inherit;
}

.corcerns-wrapp {
    display: flex;
}

.corcerns-blk {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: column;
}

.services_arrow {
    color: #0d3367;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 3px;
    display: none
}

footer .common-padding {
    padding: 40px 0;
}

.bold-text {
    font-family: 'BarlowSemiBold';
}

.inner-ttl {
    font-size: 28px;
    margin-bottom: 15px;
}

/*inner pages csss*/
.about_usbanner {
    background: url("../images/banner/about-us-banner.jpg") center center;
}

.blog_banner {
    background: url("../images/banner/blog-banner.jpg") center center;
}

.contact_usbanner {
    background: url("../images/banner/contact-us-banner.jpg") center center;
}

.testimonial_banner {
    background: url("../images/banner/testimonials.jpg") center center;
}

.inner_banner {
    height: 75vh;
    background-size: cover
}

.inner_bannertext {
    position: absolute;
    top: 39%;
    font-family: 'Barlow-Regular';
}

.inner_banner .container {
    position: relative;
    height: 100%;
}

.inner_bannerttl {
    font-size: 26px;
    margin-bottom: 10px;
}

.inner_bannerpara {
    font-size: 42px;
    width: 60%;
}

.bread_crumb ul li {
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

.bread_crumb ul li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: 0 0;
    border-right: 1px solid #0a4e82;
    border-bottom: 1px solid #0a4e82;
    transform: rotate(-45deg);
    top: 8px;
    right: -21px;
}

.bread_crumb ul li:last-child:after {
    content: "";
    border: 0;
}

.bread_crumb ul {
    text-align: right;
    margin: 30px 0;
}

.bread_crumb ul li a {
    color: #1a1a1a
}

.bread_crumb ul li a.active {
    color: #21b59e
}

.bold-text {
    font-family: 'BarlowSemiBold';
}

.about-blkwrapp {
    background: url(../images/about/about-back.jpg) no-repeat;
    padding: 160px 0;
    background-size: cover;
    margin-top: 75px;
    border-radius: 15px;
    width: 99%;
    box-shadow: 10px 0px 27px rgb(0 9 22 / 33%);
}

.about-blk-text {
    width: 48%;
    color: #fff;
    font-family: 'Barlow-Regular';
    font-size: 40px;
    text-align: left;
    margin-left: auto;
    margin-right: 20px;
    line-height: 1.4;
}

.approach-wrapp {
    padding: 80px 0;
}

.approach-wrapp .ttl {
    font-size: 34px;
}

.approach-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-top: 50px;
}

.approach-ttl {
    font-size: 29px;
    margin-bottom: 5px;
}

.approach-img {
    width: 63px;
    height: 62px;
    background-position: -24px -189px;
}

.approach-blk:nth-child(2) .approach-img {
    background-position: -93px -186px;
    width: 59px;
    height: 62px;
}

.approach-blk:nth-child(3) .approach-img {
    width: 54px;
    height: 62px;
    background-position: -158px -189px;
}

.innerbody-wrapper footer {
    border-top: 2px solid #243a76;
}

.blog_banner .inner_bannertext {
    color: #fff;
}

.inner-subtext {
    font-size: 24px;
}

.blog_stru {
    margin: 40px 0 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog_stru .blog-card {
    width: 30%;
    margin-bottom: 50px;
    margin-right: 5%;
}

.blog_stru .blog-card:nth-child(3n + 3) {
    margin-right: 0
}

.blog-innercontainer {
    padding: 60px 0;
}

.blog-date {
    font-family: 'Barlow-Regular';
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-subtext {
    font-size: 28px;
    position: relative;
    margin-bottom: 35px;
}

.blog-subtext:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 44px;
    height: 2px;
    background: #00b56f;
    content: "";
    bottom: -14px;
    margin: 0 auto;
}

.blog-innimg img {
    border-radius: 10px;
    box-shadow: 1px 0px 20px rgb(0 9 22 / 20%);
}

.blog-innblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.blog-innblk:last-child {
    flex-direction: row-reverse;
}

.blog-innimg {
    width: 46%;
}

.blog-inntext p {
    font-size: 24px;
    line-height: 1.4;
}

.blog-inntext {
    text-align: left;
    width: 46%;
}

.blog-innblkwrapp p {
    font-size: 24px;
}

.blog-innblk:last-child .blog-inntext {
    grid-row: 1;
}

.contact_usbanner .inner_bannertext {
    color: #fff;
}

.contact-infowrapp {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto;
    flex-wrap: wrap;
}

.contact-blk {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.location {
    background-position: -88px -254px;
    width: 27px;
    height: 33px;
}

.contacticon {
    margin-right: 10px;
}

.contact-text {
    text-align: left;
    width: 78%;
}

.tel-no {
    background-position: -14px -257px;
    width: 17px;
    height: 27px;
}

.email {
    background-position: -44px -259px;
    width: 28px;
    height: 22px;
}

.contact-blk .contact-text a {
    color: #1a1a1a;
}

.enquir-wrapp {
    background: #1a1a1a;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 16px 0px 27px rgb(0 9 22 / 33%);
    margin-bottom: 120px;
}

.enquir-ttl {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}

.enquir-subttl {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Barlow-Regular';
}

.enquir-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.enquir-field {
    width: 30%;
    margin-bottom: 20px;
}

.enquir-field .input-field {
    background: #fff;
    border-radius: 30px;
    color: #1a1a1a;
    font-family: 'Barlow-Medium';
}

.enquir-field input[type="text"] {
    color: #1a1a1a;
}

.enquir-field:last-child {
    width: 100%;
}

input[type="submit"] {
    background: #21b59e;
    border: 0;
    color: #fff;
    padding: 12px 45px;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 40px;
}

.testi-innerwrapp .inner-subtext {
    width: 80%;
    margin: auto;
}

.testi-inner-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0;
}

.testi-inner-blk .testi-blk {
    width: 29%;
    margin: 0 3% 50px 2%;
    text-align: left;
}

.testi-inner-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0;
}

.testi-inner-blk .testi-img img {
    border-radius: 50px;
}

.testi-inner-blk .testi-ttl {
    margin-bottom: 0;
}

.star-blk .active {
    background-position: -127px -262px;
    width: 12px;
    height: 11px;
    margin-right: 5px;
}

.star-blk .inactive {
    background-position: -164px -262px;
    width: 12px;
    height: 11px;
    margin-right: 5px;
}

.star-blk {
    margin-bottom: 15px;
}

.testi-inner-blk .testi-blk:nth-child(3n + 3) {
    margin: 0 0 50px 2%;
}

.mob-banner {
    display: none
}

.img-fluid {
    width: 100%
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    margin: 0 auto;
    text-align: center;
    right: 0;
    padding: 10px 0
}

.bookbtn {
    background: #0fb4ba;
    padding: 12px 20px;
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow-Regular';
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.bookbtnResponsive{
    display: none;
}

.subheading {
    color: #1a1a1a;
    font-size: 20px;
    font-family: 'Barlow-Regular';
    margin-bottom: 20px;
}

.dflex {
    display: flex;
    align-items: center;
}

.icon {
    width: 50px;
    line-height: 0;
    margin-right: 20px
}

.coutnerwrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.counterinnerwrap {
    width: 30%;
    border-bottom: 2px solid #cacaca;
    padding-bottom: 25px;
}

.counterblk {
    font-family: 'Barlow-Bold';
    font-size: 40px;
}

.counter-innertxt {
    font-size: 22px;
    color: #1a1a1a
}

.sec3 {
    padding: 0
}

.maintab {
    display: flex;
}




.tab__list {
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.tab__item {
    overflow: hidden;
    cursor: pointer;
    padding: 10px 24px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-shadow: 0 0 0.5px currentColor;
    letter-spacing: 1px;
    transition: 0.2s;
    font-size: 18px;
    border: 1px solid #cacaca;
    position: relative;
    color: #6d6d6d;
    border-radius: 30px;
}

.tab__item:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #19d9b4;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
}

.tab__item.is--active {
    color: #fff;
    background: #0fb4ba;
    position: relative;
}

.tab__content {
    padding: 30px 30px 80px 30px;
    background: #ffffff;
    border-radius: 0 10px 10px;
}

.tab__content-item {
    display: none;
}

.tab__content-item.is--active {
    display: block;
}

.tab__content-title {
    padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
    font-size: 18px;
    font-family: 'Barlow-Regular';
}

.tab .tab .tab__content {
    padding: 0;
}

/* responsive start */
/*@media screen and (min-width:1441px) {
      .banner-slider, header, .inner_banner, footer{width: 1500px;margin: 0 auto;}
      .testimonial-wrapp{width: 1400px;margin: 100px auto 0;}
  }*/

.maintab .orth {
    width: 50%;
    padding: 25px 0;
    margin: 0;
    text-align: center;
    background: #7a8390;
    color: #fff;
    border: 0;
    border-radius: 10px 0 0 0;
    font-size: 22px;
    font-family: 'Barlow-Regular';
}

.maintab .orth.is--active {
    background: #1c5088;
    color: #fff
}

.maintab .orth2nd {
    border-radius: 0px 10px 0 0;
}

.knee-injury {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.knee-injury .width23 {
    width: 24.8%
}

.sec4 {
    background: #1c5088;
    position: relative;
    height: 500px;
    background: url(../images/sec4img.webp) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sec4:before {
    width: 53%;
    position: absolute;
    content: '';
    right: 0;
    background: url(../images/sec4img2.webp) no-repeat center bottom;
    height: 100%;
    background-size: 100%;
    bottom: -10px;
}

.sec4blk {
    width: 50%
}

.whitetxt {
    color: #fff
}

.cardiorescue {
    position: absolute;
    right: 0;
    bottom: 20%;
    background: #0fb4ba;
    width: 25%;
    padding: 15px;
    border-radius: 15px 0 0 15px;
    color: #fff;
    font-size: 22px;
}

.sec5 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: center;
}

.whyusimg {
    width: 40%;
    line-height: 0
}

.whyustxt {
    width: 50%;
}

.testimg {
    margin: 0 15px;
    position: relative;
}

.playicon {
    position: absolute;
    width: 50px;
    left: 5%;
    bottom: 5%
}

.sec6 {
    background: url(../images/testimg.webp) no-repeat;
    background-size: cover;
    padding: 80px 0
}

.test {
    margin-bottom: 35px
}

.number_bullets {
    margin-left: 20px;
    counter-reset: section;
}

.number_bullets li::before {}

.number_bullets li {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px
}

.number_bullets li:before {
    background: #0fb4ba;
    position: absolute;
    content: "0" counter(section);
    counter-increment: section;
    left: -29px;
    top: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: -1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

.input_width {
    width: 32%;
}

.formblk {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.input_width input {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 13px 15px;
    width: 100%;
    outline: 0;
    background: 0 0;
    ;
    font-size: 12px;
    font-family: 'Barlow-Regular';
    letter-spacing: 1px;
}

.input__width {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.input_width.message {
    width: 66%
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #1a1a1a;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Barlow-Regular';
    text-transform: uppercase
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #1a1a1a;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Barlow-Regular';
    text-transform: uppercase
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #1a1a1a;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Barlow-Regular';
    text-transform: uppercase
}

.formblk .bookbtn {
    border: none;
    padding: 12px 40px;
    margin: 10px auto 0
}

.thankyoublk {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyoupage header .headerrightblk {
    display: none
}

.thankyoupage header {
    background: #0fb4ba;
    padding: 0
}

.thankyoupage header .logoblk {
    margin: 0 auto
}

.marTop40 {
    margin: 40px 0 0 0
}

.serviceitem_blk {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    margin: 40px 0 0 0
}

.service_item {
    width: 90%;
}

.service_pic {
    border-radius: 20px;
    line-height: 0;
    overflow: hidden;
    margin: 0 0 20px 0px
}

.section_list li {
    font-size: 15px;
    line-height: 15px;
    color: #1a1a1a;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 10px 0;
}

.section_list li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #0fb4ba;
    top: 6px;
    left: 0;
    border-radius: 100%
}

.progresstreatment_blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress_pic {
    width: 30%;
}

.progrees_info {
    width: 67%;
}

.day_txt {
    font-size: 23px;
    line-height: 24px;
    color: #0fb4ba;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: 'BarlowSemiBold';
    font-style: italic;
}

.progressbar_blk {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bar_txt {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.baritem {
    width: 100%;
    height: 15px;
    border-radius: 10px;
    background: #ccc;
    position: relative;
    margin: 0 0 20px 0
}

.baritem:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ccc;
    top: 0;
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.baritem:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 23px solid #0fb4ba;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: rotate(-90deg);
    top: -3px;
    right: -20px;
}

/*.baritem.width80:before {width: 20%; background: #0fb4ba}*/
/*.baritem.width50:before {width: 50%; background: #0fb4ba}*/
/*.baritem.width30:before {width: 70%; background: #0fb4ba}*/
/*.baritem.width10:before {width: 83%; background: #0fb4ba}*/

.baritem.width90:before {
    width: 10%;
    background: #0fb4ba
}

.baritem.width80:before {
    width: 30%;
    background: #0fb4ba
}

.baritem.width50:before {
    width: 60%;
    background: #0fb4ba
}

.baritem.width30:before {
    width: 75%;
    background: #0fb4ba
}

.bar_percent {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Barlow-Bold';
}

.progressitem {
    width: 18%;
}

.progress_pic .small-ttl {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}

/*.progressitem:last-child .baritem:after {right:-30px;}*/
.submit_button_wrap {
    text-align: center;
    position: relative;
    width: 120px;
    margin: 0 auto;
}

.loading_gif {
    position: absolute;
    right: 10px;
    top: 23px;
    width: 20px;
}


.button-container-assing {
    display: flex;
    justify-content: center;
    width: 100%;
}


.assingButton {
    background: linear-gradient(135deg, #ff0077, #ff85d4, #00dbde, #fc00ff);
    /* Multi-color gradient */
    background-size: 400% 400%;
    /* To animate the gradient */
    animation: gradientAnimation 8s ease infinite, shrinkExpand 2s infinite;
    width: 100%;
    max-width: 300px;
    border-radius: 90rem;
    font-size: 16px;
    font-family: 'Barlow-Medium';
    padding: 0.7rem 0.7rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
 }


.assingButton:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    color: wheat;
    /* Enhanced hover shadow */
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

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

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

@keyframes shrinkExpand {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }
}


@media screen and (max-width:1250px) {
    .tabs li {
        padding: 10px 20px;
    }

    .concerns-innerwrapp {
        padding: 0 15px
    }

    .team-list li {
        margin-bottom: 20px;
    }

    .banner-slider .slick-dots {
        bottom: 40px;
    }

    .banner-ttl {
        font-size: 40px;
    }

    /*.service_item{width: 28%}*/
}

@media screen and (max-width:1100px) {
    .slider.slider-nav {
        position: relative;
        margin-top: 50px;
        width: 100%;
    }

    .team-right {
        width: 59%;
    }

    .team-left {
        width: 35%;
    }
}

@media screen and (max-width:1023px) {
    .tabs li {
        margin-bottom: 20px
    }

    /*cardio responisve css*/
    .bookbtn {
        font-size: 14px
    }

    .banner-ttl {
        font-size: 30px;
    }

    .small-ttl {
        font-size: 28px;
    }

    .counter-innertxt {
        font-size: 18px
    }

    .counterblk {
        font-size: 30px
    }

    .maintab .orth {
        padding: 15px 0
    }

    .knee-injury {
        flex-wrap: wrap
    }

    .knee-injury .width23 {
        width: 50%;
        margin: 0 auto 30px
    }

    .cardiorescue {
        bottom: 5%;
        width: 30%;
        font-size: 20px
    }

    .sec4blk {
        width: 60%
    }

    .day_txt {
        font-size: 18px
    }

    .bar_percent {
        font-size: 20px
    }

    .bar_txt {
        font-size: 14px
    }

    .baritem {
        width: 90%;
        height: 10px
    }

    .baritem:after {
        border-top: 18px solid #0fb4ba;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent
    }
}

@media screen and (max-width:990px) {
    .search-blk {
        margin-right: 20px;
    }

    .banner-text {
        top: 32%;
        width: 60%;
    }

    .hello-text {
        font-size: 42px
    }

    .blog-inner {
        padding: 20px
    }

    .knowmore {
        font-size: 18px
    }

    .team-innerwrapp {
        width: 80%;
    }

    .faq-num {
        margin-right: 10px;
    }

    .smk_accordion.acc_with_icon .accordion_in .acc_head,
    .smk_accordion.acc_with_icon .accordion_in .acc_content {
        padding: 5px 0 5px 0
    }

    .testi-blk {
        width: 85%;
    }

    .symptomsci-item {
        width: 100%;
    }

    .symptoms-scienceblk:before {
        background: none
    }

    .scienceblk {
        display: none
    }

    .questansblk {
        width: 100%
    }

    .questans-item,
    .answer-item {
        margin-bottom: 10px
    }

    .res-knowmore {
        margin-bottom: 20px;
        padding-left: 56px;
        display: block;
        margin-top: 8px;
    }

    .question-desc {
        width: calc(100% - 62px);
        text-align: left;
    }

    .questans-item,
    .answer-item {
        flex-wrap: wrap
    }

    .answerblk .answer-item {
        display: flex;
    }

    .blog-innblk {
        display: block
    }

    .blog-inntext {
        width: 100%
    }

    .blog-innimg {
        width: 50%;
        margin: 0 auto;
    }

    .about-blk-text {
        font-size: 28px;
    }


}

@media screen and (max-width:900px) {
    .mob-banner {
        display: block
    }

    .testimonial_banner,
    .blog_banner,
    .contact_usbanner,
    .testimonial_banner,
    .about_usbanner {
        background: none;
        height: auto
    }

    .inner_bannerttl {
        font-size: 22px;
    }

    .inner_bannerpara {
        font-size: 28px;
    }

    .inner_banner .container {
        position: initial;
    }

    .inner_banner {
        position: relative
    }

    .inner_banner:before {
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
    }

    .inner_bannertext {
        color: #fff
    }

    .contact-infowrapp {
        width: 100%
    }

    .welcometext {
        font-size: 12px;
        margin: 0 0 10px;
        width: 100%;
        text-align: right;
        display: none
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 95%
    }

    .footersection {
        display: flex;
        position: fixed;
        width: 100%;
        background: #00b56f;
        bottom: 0;
        color: #fff;
        left: 0;
        z-index: 999;
        padding: 6px 0;
        justify-content: center;
        font-size: 14px;
    }

    .support {
        display: none;
    }

    .welcome-text {
        margin-right: 15px;
    }

    .banner-subttl {
        font-size: 28px;
        margin-bottom: 3px;
    }

    .banner-blk.banner1 .banner-para {
        font-size: 28px;
    }

    .banner-ttl {
        font-size: 24px;
        margin-bottom: 10px
    }

    .banner-para {
        font-size: 20px;
    }

    .slick-dots li {
        margin: 0 0 0 15px
    }

    .concerns-innerwrapp .slick-next {
        right: -64px;
        transform: scale(0.5);
    }

    .concerns-innerwrapp .slick-prev {
        transform: scale(0.5);
        left: -64px;
    }

    .ttl {
        font-size: 28px;
    }

    .section-wrapp {
        padding: 20px 10px
    }

    .ttl:after,
    .ttl:before {
        top: 7px;
    }

    .tabs li {
        font-size: 14px
    }

    .section-wrapp {
        margin: 50px 0
    }

    .card {
        width: 47%;
        margin: 0 1% 30px;
    }

    .doctors-info {
        justify-content: center;
    }

    .hellodr {
        padding: 40px 20px
    }

    .blog-card.outline-non {
        width: 100%;
        margin-top: 0
    }

    .blog-card {
        width: 46%;
        margin-top: 38px;
    }

    .blog-blk {
        flex-wrap: wrap;
    }

    p {
        font-size: 16px;
    }

    .symptomsci-item p {
        font-size: 16px;
    }

    .team-ttl {
        font-size: 24px;
    }

    .team-list li {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .about-blk {
        padding: 30px 20px
    }

    .faq-num {
        padding: 0 11px;
        height: 34px;
        font-size: 20px;
    }

    .smk_accordion .accordion_in .acc_content p {
        font-size: 16px
    }

    .smk_accordion .accordion_in.acc_active .acc_content {
        width: 100%;
    }

    .testimonial-wrapp {
        margin-top: 50px;
    }

    .testimonial-slider .slick-next {
        right: -15px;
        transform: scale(0.5);
    }

    .testimonial-slider .slick-prev {
        transform: scale(0.5);
        left: -15px;
    }

    .common-padding {
        padding: 50px 0
    }

    .testimonial-slider {
        margin: 40px auto 0;
        padding: 0 30px
    }

    .textwrapp p {
        margin-bottom: 44px;
    }

    .social-wrapp {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }

    .social-left {
        width: 100%;
        margin-top: 10px;
    }

    .social-right {
        width: 100%;
    }

    .dr-info-blk {
        width: 90%
    }

    .question-desc {
        font-size: 16px;
        width: calc(100% - 50px);
    }

    .quest-ans-blk {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 34px;
        margin-right: 10px
    }

    .slider.slider-nav {
        margin-top: 30px;
    }

    ul.tabs {
        margin-bottom: 20px
    }

    .approach-blk:last-child {
        grid-row: 2;
        grid-column: 1/3;
        width: 60%;
        margin: 0 auto;
    }

    .approach-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .approach-container {
        grid-row-gap: 20px
    }

    .blog_stru .blog-card {
        width: 47%;
        margin-bottom: 20px;
    }

    .blog_stru .blog-card:nth-child(3n + 3) {
        margin-right: 5%;
    }

    .blog_stru .blog-card:nth-child(2n + 2) {
        margin-right: 0;
    }

    .testi-inner-blk .testi-blk:nth-child(3n + 3) {
        margin: 0 2% 50px 2%;
    }

    .testi-inner-blk .testi-blk:nth-child(2n + 2) {
        margin-left: 0 0 50px 2%;
    }

    .testi-inner-blk .testi-blk {
        width: 45%;
    }

    .about-blkwrapp {
        padding: 75px 0;
    }

    .about-blk-text {
        font-size: 26px;
    }

    .approach-wrapp .ttl {
        font-size: 28px;
    }

    .contact-blk {
        margin-bottom: 30px;
        width: 45%;
    }

    .enquir-field {
        width: 100%
    }

    .enquir-wrapp input[type="submit"] {
        margin-top: 30px;
    }

    /*cardio responisve css*/

    .headerrightblk.flex-between {
        justify-content: flex-end
    }

    .navicon {
        font-size: 28px
    }

    .logoblk {
        width: 70px
    }

    .bannerarrow {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .banner-text {
        top: auto;
        bottom: 12%
    }

    .small-ttl {
        font-size: 24px;
    }

    .subheading,
    .counter-innertxt {
        font-size: 16px
    }

    .counterblk {
        font-size: 26px
    }

    .icon {
        width: 40px
    }

    .coutnerwrap {
        flex-wrap: wrap
    }

    .counterinnerwrap {
        width: 48%;
        margin-bottom: 20px
    }

    .banner-slider .slick-dots {
        bottom: 10px
    }

    .headerrightblk .bookbtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        margin: 0;
        font-size: 16px;
        font-family: 'Barlow-Medium';
    }

    /* Filxed Button For red */

    .center-container {
        position: fixed;
        left: 50%;
        top:100%;
        transform: translate(-50%, -50%); /* Center horizontally and vertically */
        width: 100%; /* Full width */
        display: flex;
        justify-content: center; /* Center horizontally */
    }
   
    .bookbtnResponsive {
        
        background: linear-gradient(135deg, #16167c, #031758); /* Dark blue gradient */
        background-size: 200% 200%; /* To animate the gradient */
        padding: 0.7rem 2rem;
        color: white;
        font-size: 16px;
        font-family: 'Barlow-Medium';
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.3s ease;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Subtle text shadow */
        cursor: pointer;
        animation: gradientAnimation 8s ease infinite, shrinkExpand 2s infinite;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        margin: 0;
        font-size: 16px;
        font-family: 'Barlow-Medium';
    }
    .bookbtnResponsive:hover {
        transform: scale(0.95); /* Shrink on hover */
        background-position: right center; /* Animate gradient */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Enhanced hover shadow */
    }
    @keyframes gradientAnimation {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    @keyframes shrinkExpand {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(0.95);
        }
    }
 
   
    
    .bookbtnResponsive:hover {
        transform: scale(0.95); /* Shrink on hover */
        background-position: right center; /* Animate gradient */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Enhanced hover shadow */
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        background: #0fb4ba;
        padding: 0;
    }

    .bodywrapper {
        margin-top: 88px
    }

    .maintab .orth {
        font-size: 18px
    }

    .tab .tab .tab__item {
        font-size: 14px;
        margin: 0 5px 10px
    }

    .tab__content {
        padding: 10px 10px 80px 10px
    }

    .sec4:before {
        opacity: 0.3;
        left: 0;
        width: 100%
    }

    .cardiorescue {
        width: 100%;
        bottom: 0;
        border-radius: 0;
        text-align: center;
        animation: none
    }

    .sec4blk {
        width: 100%;
        text-align: center
    }

    .section-wrapp.sec4 {
        padding-bottom: 100px;
        height: auto
    }

    .section-wrapp.sec5 {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .whyusimg,
    .whyustxt {
        width: 96%
    }

    .whyusimg {
        margin-top: 30px
    }

    .sec6 {
        padding: 40px 0
    }

    .input_width {
        width: 49%
    }

    .input_width.message {
        width: 100%
    }

    footer {
        padding-bottom: 20px;
    }

    .copyright-text {
        font-size: 12px
    }

    .progresstreatment_blk {
        flex-wrap: wrap
    }

    .progrees_info {
        width: 100%
    }

    .service_info {
        margin-left: 20px
    }

    /*.service_item{width: 100%;display: flex;align-items: center;}*/
    .progress_pic {
        width: 60%;
        margin: 20px auto
    }

    .telicon,
    .mailicon {
        border: 2px solid #fff
    }

    .telicon,
    .mailicon {
        background: #0fb4ba;
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
        color: #fff
    }

    .bookbtn.telicon {
        position: static;
        width: auto;
        border-radius: 50%;
    }

    .bookbtn.telicon span {
        display: none;
    }

    .bookbtn.telicon i {
        margin: 0;
    }
}

@media screen and (max-width:600px) {
    .corcerns-img {
        margin: 20px auto
    }

    .tabs li {
        margin: 0 4px 10px
    }

    .card-ttl {
        font-size: 24px;
    }

    .info-wrapp {
        padding: 20px;
    }

    .card {
        height: 385px
    }

    .hello-text {
        font-size: 30px;
    }

    .card-ttl span {
        font-size: 28px
    }

    .connect a {
        padding: 8px 20px
    }

    .hellodr:after {
        right: -96px;
        transform: scale(0.5);
    }

    .blog-card {
        width: 48%;
    }

    .about-container {
        flex-wrap: wrap;
    }

    .about-blk {
        width: 100%;
        margin-bottom: 50px;
    }

    .knowmore {
        font-size: 16px;
    }

    .knowmore:after {
        right: -37px;
        transform: scale(0.6);
    }

    .smk_accordion {
        margin-bottom: 10px
    }

    .testimonial-wrapp {
        margin-top: 30px
    }

    .team-sliderwrapp {
        margin-top: 30px;
    }

    .team-right {
        width: 100%;
        margin-top: 20px;
    }

    .team-infoblk {
        flex-wrap: wrap
    }

    .team-left {
        margin: 0 auto
    }

    .team-ttl {
        font-size: 20px
    }

    .testi-blk {
        text-align: center;
    }

    .testi-img {
        margin: 0 auto 25px
    }

    .tooltip {
        font-size: 12px;
        padding: 0.4rem 1rem
    }

    .questionblk,
    .answerblk {
        margin: 20px 0 0 0
    }

    .knowmore:after {
        bottom: -1px
    }

    .team-innerwrapp {
        width: 100%
    }

    footer .common-padding {
        padding: 40px 0
    }

    .footermenu li {
        display: block;
    }

    .footermenu li:after {
        display: none
    }

    .blog-innblkwrapp p {
        font-size: 18px;
    }

    .blog-innblk:first-child {
        margin-top: 30px
    }

    .blog-subtext {
        font-size: 22px;
    }

    .testi-inner-blk .testi-img {
        margin: 0 0 25px;
    }

    .about-blkwrapp {
        padding: 39px 0;
        margin-top: 50px;
    }

    .about-blk-text {
        font-size: 24px;
        line-height: 1.2;
    }

    .approach-wrapp {
        padding: 50px 0
    }

    .testi-innerwrapp .inner-subtext {
        width: 100%;
    }

    .inner-subtext {
        font-size: 22px
    }

    .progressitem {
        width: 48%;
        margin: 0 0 20px;
        border: 1px solid #ddd;
        padding: 10px
    }

    .baritem {
        display: none
    }

    .corcerns-blk {
        width: 100%
    }

    .tab__content {
        padding: 10px 20px
    }

    .service_item {
        margin: 0 auto;
    }

}

@media screen and (max-width:480px) {
    .logo {
        width: 90px;
    }

    .haeder-right {
        width: 60%;
        justify-content: flex-end;
    }

    .welcome-text {
        margin-right: 0;
        order: 3;
        width: 100%;
        text-align: right;
        margin-top: 6px;
    }

    .search-blk .sprite {
        top: 7px;
    }

    .search-blk {
        width: 63px;
        margin-right: 15px;
    }

    .search-blk input[type="text"] {
        padding: 7px 20px;
    }

    .banner-para {
        font-size: 14px;
    }

    .banner-subttl {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .banner-ttl {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner-blk.banner1 .banner-para {
        font-size: 16px;
    }

    .banner-slider .slick-dots {
        bottom: 9px;
    }

    .banner-slider .slick-dots li {
        width: 7px;
        height: 7px;
    }

    .ttl {
        font-size: 26px;
    }

    .concerns-innerwrapp {
        padding: 0
    }

    .tabs li {
        font-size: 13px;
        padding: 10px;
    }

    .concerns-innerwrapp .slick-prev {
        left: -35px;
    }

    .concerns-innerwrapp .slick-next {
        right: -35px;
    }

    .ttl:before {
        left: -17px;
        transform: scale(0.7);
    }

    .ttl:after {
        transform: scale(0.7);
        right: -17px;
    }

    .card {
        width: 100%;
        height: auto
    }

    .card.onlinedr {
        height: 300px
    }

    .blog-card {
        width: 100%
    }

    .search-blk .sprite {
        transform: scale(0.9);
    }

    .search-blk {
        width: 52px;
    }

    .welcome-text {
        font-size: 12px;
        margin-top: 2px;
    }

    .logo {
        width: 77px;
    }

    .header-wrapp {
        padding: 7px 0
    }

    .closebtn {
        transform: scale(0.4);
        right: -8px;
        top: -10px;
    }

    .ttl:before,
    .ttl:after {
        display: none
    }

    .card:last-child {
        margin-bottom: 0
    }

    .footermenu li {
        font-size: 14px;
    }

    .social-right a {
        transform: scale(0.9);
        margin-right: 7px;
    }

    .search-closed {
        width: 13px;
        margin-left: 9px;
    }

    .search-bar input[type="text"] {
        padding: 5px;
        font-size: 12px;
    }

    .search-blkfull {
        padding: 10px;
        right: 0;
    }

    .small-ttl {
        font-size: 20px;
    }

    .ttl {
        margin-bottom: 15px
    }

    .blog-innimg {
        width: 80%;
        margin-bottom: 20px;
    }

    .blog_stru .blog-card {
        width: 100%
    }

    .blog_stru .blog-card,
    .blog_stru .blog-card:nth-child(3n + 3) {
        margin-right: 0
    }

    .blog_stru {
        margin: 0 0 80px
    }

    .inner-subtext {
        font-size: 18px;
    }

    .testi-inner-blk .testi-blk {
        width: 100%;
        text-align: center;
    }

    .testi-inner-blk .testi-img {
        margin: 0 auto
    }

    .inner_bannerpara {
        font-size: 24px;
        width: 85%;
    }

    .about-blkwrapp {
        padding: 40px 0;
        margin-right: 10px;
    }

    .about-blk-text {
        font-size: 18px;
    }

    .approach-wrapp .ttl {
        font-size: 26px;
    }

    .approach-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .approach-blk:last-child {
        grid-column: 1;
    }

    .inner_bannertext {
        top: 45%;
    }

    .inner_bannerttl {
        font-size: 20px;
    }

    .inner_bannerpara {
        font-size: 22px;
    }

    .bread_crumb ul li a {
        font-size: 16px;
    }

    .contact-blk {
        width: 100%
    }

    .contact-infowrapp {
        margin: 50px auto 20px
    }

    .enquir-wrapp {
        padding: 40px 20px;
    }

    .testi-ttl {
        font-size: 22px;
    }

    .testi-inner-blk .testi-blk {
        margin: 0 3% 30px 2% !important
    }

    .enquir-field .input-field {
        font-size: 14px;
        padding: 12px 15px;
    }


    .counterinnerwrap {
        width: 96%;
        margin: 0 auto 20px
    }

    .bookbtn {
        margin-top: 10px
    }

    .banner-text {
        width: 80%
    }

    .tab .tab .tab__item {
        font-size: 12px
    }

    .maintab .orth {
        padding: 10px 0;
        font-size: 16px
    }

    .knee-injury .width23 {
        width: 100%
    }

    .textwrapp {
        text-align: center
    }

    .cardiorescue {
        font-size: 14px
    }

    .playicon {
        width: 40px
    }

    .input_width,
    .service_pic {
        width: 100%
    }

    .service_info,
    .progress_pic {
        width: 100%;
        margin: 20px 0
    }

    .service_item {
        flex-wrap: wrap
    }

}

@media screen and (max-width:360px) {
    .counter-no {
        font-size: 23px;
    }

    .counter-text {
        font-size: 12px;
    }

    .tabs li {
        margin: 0 0 10px
    }

    .about-blk-text {
        width: 41%;
        margin-right: 10px;
    }

    .progressitem {
        width: 100%
    }
}

/* responsive end */