/*-- Font Start --*/
@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Black.woff2') format('woff2'),
        url('../font/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Bold.woff2') format('woff2'),
        url('../font/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ExtraBold.woff2') format('woff2'),
        url('../font/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Medium.woff2') format('woff2'),
        url('../font/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Regular.woff2') format('woff2'),
        url('../font/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Thin.woff2') format('woff2'),
        url('../font/Barlow-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-SemiBold.woff2') format('woff2'),
        url('../font/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Roboto';font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    color: #747474;
    line-height: 24px;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 14px;font-weight: 600;}
a:hover,
a:focus {
/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */
text-decoration: none;
outline: none;
font-size: 14px;
font-weight: 600;
}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Barlow';
}
main{
    overflow: hidden;
}
.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.dg-both{
  padding:60px 0px;
}
.form-control:focus{
    box-shadow: none;
}
.ctathankyou {
    text-align: center;
    padding: 60px 20px;
}

.ctathankyou .h1 {
    font-weight: bold;
    color: #0e4156;
}

.ctathankyou p {
    font-size: 20px;
}
/*-- Basic Style End --*/

.header .logo-box {
    position: static;
    height: auto;
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #92d8ff;
    border: none;
}

.header .logo-box img {
    width: 70px;
}

.header {
    background: #d2e4ee;
}

/*-- Banner Section Start --*/
.banner-sec {
    position: relative;
}
.banner-sec img{
    width: 100%;
}

.logo-box {
    position: absolute;
    top: 0;
    left: 17%;
    height: 180px;
    width: 160px;
    text-align: center;
    border: 2px solid #0e4156;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background: #fff;
    border-top: 0;
    box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.1);
}

.logo-box img {
    width: 87px;
}
.mobile-img{
    display: none;
}
.desktop-img{
    display: block;
}

/*-- Banner Section End --*/

/*-- Diseases Section Start --*/
.dis-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background: #eee;
    margin-bottom: 10px;
    border: 1px solid #d4d0d0;
    border-bottom: 3px solid #0e4156;
}

.dis-item-img {
    width: 35%;
}

.dis-item-content {
    width: 65%;
    padding-left: 10px;
}

.dis-item-content .h3 {
    font-weight: bold;
    font-size: 22px;
    color: #0e4156;
}
.dis-sec {
    background-image: url(../img/before_after_bg.jpeg);
    background-size: cover;
}
.img-boxcta {
    background: #24a5c2;
    padding: 21px;
    text-align: center;
}

.img-boxcta .h5 {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
}

.img-boxcta .cta1-btnicon {
    display: inline-block;
    /* margin: 0px; */
}
.img-boxcta .numberbox {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.btnbox {
    margin-top: 10px;
}

.btnbox a {
    color: #fff;
    font-size: 26px;
}
/*-- Diseases Section End --*/

/*-- Section 2 Start --*/
.sec2{
    background-image: url(../img/sec2-bg.jpg);
    background-size: cover;
    background-position: center top;
}
.content-heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1e7890;
}

.title {
    color: #0e4156;
}

.subtitle {
    font-size: 22px;
    font-weight: 500;
}

.content-box p {
    text-align: justify;
}
.cta1 {
    background: #24a5c2;
    margin-right: -230px;
    padding: 15px 40px;
    border-radius: 500px;
    border: 5px solid #fff;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
}

.cta1-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cta1-text .h3 {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    width: 60%;
}

.cta1-btn {
    width: 40%;
    position: relative;
}

.cta1-btn a {
    display: flex;
    align-items: center;
    justify-content: right;
}

.cta1-btnicon {
    border-radius: 100%;
    border: 3px solid #fff;
    padding: 6px;
    margin-right: 10px;
}

.cta1-btnicon span {
    background-image: linear-gradient(to bottom right, #1b9bb9, #10495f);
    display: block;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 3px solid #fff;
    padding: 10px;
}

.cta1-btn .btn-text {
    font-weight: 700;
    color: #ffff;
    font-size: 27px;
    line-height: 29px;
}

.cta1-btnicon .btn-img{
    animation: rotate-animation 7s infinite linear;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
  }
  50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*-- Section 2 End --*/

/*-- Section 3 Start --*/
.sec3{
    background-image: url(../img/counter_bg.jpeg);
    background-size: cover;
    background-position: center;
}
.counter-text {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 0;
}

.counter-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    flex: none;
    margin-bottom: 8px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-img:after{
        content: "";
        width: 100%;
        height: 100%;
        background-color: #24a5c2;
        border-radius: inherit;
        position: absolute;
        left: 0;
        bottom: -8px;
        z-index: -1;
}
.counter-img h2 {
    font-size: 40px;
    color: #fff;
}

.counter-text h2 {
    color: #fff;
    font-size: 50px;
    margin: 0px;
}

.counter-text h2 span {
    display: block;
    font-size: 22px;
}
/*-- Section 3 End --*/

/*-- Section 4 Start --*/
.sv-item {
    background: #d2e4ee;
    padding: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.sv-content {
    margin-top: 15px;
    text-align: center;
    min-height: 190px;
}

.sv-content .h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0e4156;
    border-bottom: 1px solid #0e4156;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.sv-content p {
    text-align: center;
    color: #000;
}

.sv-item .contact-cta {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.sv-item .contact-cta .cta1-btnicon {
    margin: 0px;
}
.tbntext {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}
/*-- Section 4 End --*/

/*-- Section 5 Start --*/
.sec5{
    background-image: url(../img/doctors_bg_1.png);
    background-size: cover;
    background-color: #f7f7f7;
}

.sec5 .content-box {
    background: #24a5c2;
    width: 90%;
    margin: -30px auto;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    min-height: 360px;
}

.sec5 .content-box .title {
    color: #fff;
}

.sec5 .content-heading {
    border-color: #fff;
}

.sec5 p {
    color: #fff;
}
/*-- Section 5 End --*/

/*-- Section 6 Start --*/
.therapies-list {
    background-image: linear-gradient(to bottom right, #1b9bb9, #10495f);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.therapies-list .h3 {
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.therapies-list ul {
    padding: 0px;
    margin: 0px;
}

.therapies-list ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.therapi-img {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 100%;
    padding: 11px;
    position: absolute;
    top: 0;
}

.therapi-content {
    width: 100%;
    padding-left: 75px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.therapies-list ul li:last-child {
    margin: 0px;
    padding: 0px;
    border: none;
}
.why-point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why-point-item {
    width: calc(50% - 10px);
    padding: 20px;
    border: 1px solid #caf0ef;
    border-radius: 5px;
    background-image: url(../img/pricing_bg.jpeg);
    background-size: cover;
    background-position: top;
}

.why-point-item .h4 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.why-point-item p {
    margin: 0px;
}
.cta1.cta2 {
    margin-right: 0px;
    margin-top: 30px;
}
/*-- Section 6 End --*/

/*-- Section 7 Start --*/
.sec7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec7-item {
    width: 20%;
    background: #eee;
    border-right: 1px solid #c6c6c6;
    padding: 20px;
    text-align: center;
}

.sec7-item:last-child {
    border: none;
}

.sec7-item span {
    font-weight: 700;
    font-size: 50px;
    color: #0e4156;
}

.sec7-content {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 10px;
    border-top: 1px solid #c6c6c6;
}
/*-- Section 7 End --*/

/*-- Testimonilas Section Start --*/
.testi-sec{
    /* background-image: url(../img/before_after_bg.jpeg); */
    background-size: cover;
}
.testi-slider {
    position: relative;
    overflow: hidden;
}
.test-slide iframe {
    border-radius: 13px;
    border: 3px solid #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
   background: #24a5c2;
   border: 1px solid #fff;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
}
/*-- Testimonilas Section End --*/

/*-- Footer Start --*/
.ft-sec {
    padding: 60px 0px 20px;
    background-color: #0e4156;
}
.ft-map iframe {
    border-radius: 15px;
    border: 3px solid #fff;
}

.ft-map {
    position: relative;
}

.ft-map span {
    background-image: linear-gradient(to bottom right, #1b9bb9, #10495f);
    display: block;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 3px solid #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bottombar {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px;
}
.ft-item {
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.ft-item-img {
    background-image: linear-gradient(to bottom right, #1b9bb9, #10495f);
    display: block;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 3px solid #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ft-item-content {
    margin-top: 20px;
    min-height: 80px;
}

.ft-item-hd {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.ft-item-c-box a {
    color: #000;
    font-size: 16px;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.mobile-ctickybtn {
    display: none;
}
/*-- Footer End --*/
.therapies-list p {
    color: #fff;
    font-weight: normal;
}

.therapies-list .h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

/*-- Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}

/*-- Header Section Start --*/
.logo-box{
    left: 4%;
    height: 170px;
    width: 170px;
}
.logo-box img {
    width: 80px;
}
/*-- Header Section End --*/

/*-- Banner Section Start --*/
.mobile-img{
    display: block;
}
.desktop-img{
    display: none;
}
/*-- Banner Section End --*/

/*-- Section 2 Start --*/
.cta1 {
    margin-right: 0px;
    margin-bottom: 30px;
}
.cta1-btn .btn-text{
    font-size: 22px;
}
.cta1-text .h3{
        font-size: 24px;
        width: 55%;
}
/*-- Section 2 End --*/

/*-- Section 3 Start --*/
.counter-text{
    margin-bottom: 20px;
}
/*-- Section 3 End --*/

/*-- Section 4 Start --*/
.sv-content{
        min-height: auto;
}
.sv-item {
    margin-bottom: 60px;
}
/*-- Section 4 End --*/

/*-- Section 5 Start --*/
.sec5 .content-box {
min-height: auto;
        margin-bottom: 30px;
}
/*-- Section 5 End --*/

/*-- Section 6 Start --*/
.therapies-list {
    margin-bottom: 40px;
}
/*-- Section 6 End --*/

/*-- Section 7 Start --*/
.sec7-content {
    min-height: 100px;
}
/*-- Section 7 End --*/

/*-- Footer Start --*/
.mobile-ctickybtn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.mobile-ctickybtn a {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: green;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mobile-ctickybtn a:nth-child(1) {
    background: #010883;
}
.mobile-ctickybtn a i {
    font-size: 23px;
}
.mobile-ctickybtn a span {
    display: block;
    margin-top: 5px;
}
.bottombar {
    margin-bottom: 40px;
}
.stickybtnwhatsapp{
    display: none;
}
/*-- Footer End --*/

}
@media only screen and (min-width: 320px) and (max-width: 766px){ 
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.subtitle{
        font-size: 18px;
}
/*-- Header Section Start --*/
.logo-box{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.logo-box img {
    width: 54px;
}
/*-- Header Section End --*/

/*-- Banner Section Start --*/
.mobile-img{
    display: block;
}
.desktop-img{
    display: none;
}
/*-- Banner Section End --*/

/*-- Section 2 Start --*/
.cta1 {
    margin-right: 0px;
    margin-bottom: 30px;
}
.cta1-btn .btn-text{
    font-size: 22px;
}
.cta1-text .h3{
        font-size: 22px;
        width: 100%;
        text-align: center;
}
/*-- Section 2 End --*/

/*-- Section 3 Start --*/
.counter-text{
    margin-bottom: 20px;
}
.counter-text h2{
     font-size: 40px;
}
.sec3 .col-lg-3:last-child .counter-text {
    margin: 0px;
}
/*-- Section 3 End --*/

/*-- Section 4 Start --*/
.sv-content{
        min-height: auto;
}
.sv-item {
    margin-bottom: 60px;
}
.sec4 .col-lg-4:last-child .sv-item {
    margin-bottom: 10px;
}
.therapi-content {
    padding: 0px;
    text-align: center;
}

.therapies-list .h3 {
    text-align: center;
}

.therapi-img {
    position: relative;
    text-align: center;
    margin: 0 auto 15px;
}

.therapies-list .h2 {
    margin-bottom: 30px;
}
/*-- Section 4 End --*/

/*-- Section 5 Start --*/
.sec5 .content-box {
min-height: auto;
        margin-bottom: 30px;
}
/*-- Section 5 End --*/

/*-- Section 6 Start --*/
.therapies-list {
    margin-bottom: 40px;
}
.why-point-item{
        width: 100%;
}
.cta1.cta2{
        border-radius: 15px;
    margin-bottom: 0px;
}
.cta1-btn{
    width: 100%;
}
.cta1{
    padding: 15px 20px;
    border-radius: 15px;
}
.cta1-btnicon span{
        height: 50px;
    width: 50px;
    border: 3px solid #fff;
    padding: 8px;
}
.cta1-btn a{
        justify-content: center;
    margin-top: 10px;
}
/*-- Section 6 End --*/

/*-- Section 7 Start --*/
.sec7-content {
    min-height: auto;
    border: none;
    margin: 0px;
    padding: 0px;
}
.sec7-item{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #b1b1b1;
}
/*-- Section 7 End --*/

/*-- Footer Start --*/
.mobile-ctickybtn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.mobile-ctickybtn a {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: green;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mobile-ctickybtn a:nth-child(1) {
    background: #010883;
}
.mobile-ctickybtn a i {
    font-size: 23px;
}
.mobile-ctickybtn a span {
    display: block;
    margin-top: 5px;
}
.bottombar {
    margin-bottom: 40px;
}
.stickybtnwhatsapp{
    display: none;
}
.dis-item-img {
    width: 100%;
}
.dis-item-content {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
}
.img-boxcta .h5{
    font-size: 24px;
}
/*-- Footer End --*/

}
/*-- Responsive End --*/