/* icon cdn */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

html {
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

.row {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 0px;
    /* display: none; */
  }

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


section {
    padding-top: 35px;
}


.container {
    /* display: flex; */
    margin-right: auto;
    margin-left: auto;
    position: relative;
}



.head_sec {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px;
}

.head_img {
    background-color: #fff;
}

.head_img img {
    background: #ffffff;
    width: 105px;
}


.head_sec_menu {
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 0px 35px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #266298;
}

.head_sec_menu a {
    font-size: 12px;
}


.home_title {
    font-size: 14px !important;
    color: #ffffff;
}

.breadcrum {
    padding-top: 0px;
}

.head_sec_menu2 {
    height: 40px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

/* .menu ul {
    height: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
} */
.nav-item a {
    margin-right: 15px;
    text-transform: uppercase;
    color: #222222;

}

.active {
    border-bottom: 2px solid #E5E6FA;
}

.act {
    border-bottom: 2px solid #66b347;
}

.act_hover {
    border-bottom: 2px solid #66b347;
}

.active_hover {
    border-bottom: 2px solid #E5E6FA;
}

.menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
}

/* .menu ul li:hover {
    transform: scale(0.9);
} */

.menu ul li a {
    /* color: #052723; */
    border-style: solid;
    /* border:none; */
    border-width: 0px 0px 0px 0px;
    /* border-color:#266298; */
    text-decoration: none;
    margin: 0px 31px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* text-transform: uppercase; */
}

.menu ul li a:hover {
    border-width: 0px 0px 2px 0px;
    border-color: #66b347;
}

.social {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 0px;
}

.follow {
    margin: 0px 0px 0px 0px;
    padding: 0px 14px 0px 0px;
}

.follow_us {
    font-size: 16px;
    font-weight: 500;
}

.social_icon {
    text-align: right;
    line-height: 1;
    font-size: 0;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    text-align: center;
    cursor: pointer;
}

.social_icon_span {
    display: inline-block;
    margin-bottom: 0px;
    word-spacing: 10px;
    min-width: 0;
}

.social_icon_span:hover {
    /* transform: scale(0.9); */
    color: #266298;
}

.social_icon_span a {
    /* background-color: #66b347; */
    border-radius: 15px 10px 10px 3px;
    /* border-style: solid; */
    border-width: 1px 1px 1px 1px;
    border-color: lightgrey;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
}

.social_icon_span a:hover {
    background-color: #5E9EA0;
    color: #fff;

}

.social_icon_span a i {
    color: #ffffff;
    width: 1em;
    height: 1em;
    font-weight: 400;
}

.social_icon_span a i:hover {
    color: #fff;

}

.sec2 {
    position: fixed;
    width: 1263.33px;
    height: 846.74px;
    margin: 0px;
}

.jourany {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1290px;
}

.img_section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 50px 200px 5px 50px;
}

.image {
    padding: 70px 19px 0px 0px;
}

.image img {

    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 50px 200px 5px 50px;
}

.our_jourany {
    margin: 0px 0px 15px 0px;
    padding: 10px 12px 10px 12px;
    background-color: #266298;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #66b347;
    border-radius: 5px 5px 5px 5px;
}

.our_jourany1 {
    margin: 0px 0px 15px 0px;
    padding: 0px 12px 10px 0px;
    /* background-color: #266298; */
    /* border-style: solid; */
    border-width: 0px 0px 0px 3px;
    border-color: #66b347;
    border-radius: 5px 5px 5px 5px;
}

.sidebar a :hover {
    color: #66b347;
}

.our_jourany h2 {
    font-size: 15px;
    color: #fff;

}

.our_jourany_des h2 {
    color: #266298;
    font-family: 'Poppins', Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    padding-right: 10px;
}

.journey_para {
    color: #222222;
    font-family: 'Poppins', Sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding-right: 16px;
    text-align: justify;
}

.our_journey_list {
    list-style: none;
    padding: 0;
}

.our_journey_list li {
    padding: 10px 0px;
    color: #266298;
}
.our_journey_list li span {
    padding: 0px 40px;
   
}

.our_journey_list li:hover {
    color: #66b347;
}

.our_journey_list i {
    padding-right: 10px;
    font-size: 20px;
}

.learn_more {
    border: 1px solid #66b347;
    padding: 7px 17px;
    border-radius: 7px;
    background: #66b347;
    text-decoration: none;
    margin-left: 11px;
    color: #fff;

}

.background_sec {
    background: #E5E6FA;
}

.sign {
    background: #5E9EA0;
    width: 100%;
    height: 100%;
    border-radius: 50px 5px 100px 50px
}

.sign p {
    font-size: 15px;
    color: #ffffff;
    padding: 35px 35px 35px 35px;
}

.vision {
    position: relative;
    /* border: 1px solid  #6a817e; */
    padding: 25px 50px 20px 10px;
    box-shadow: 1px 1px 18px lightgray;
    background: #ffffff;

}


.vision h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding: 0px 0px 0px 10px;

}
.vision_mision{
    display: flex;
}

.vision p {
    font-size: 14px;
    color: #222222;
    text-align: justify;
    margin-bottom: 0;
    padding: 0px 0px 0px 10px;
}

.vision i {
    position: absolute;
    top: 20px;
    right: -15px;
    font-size: 32px;
    color: #fff;
    background: #66b347;
    padding: 13px;
    border-radius: 30px 10px 10px 3px;
}
.vision1 {
    position: relative;
    /* border: 1px solid  #6a817e; */
    padding: 25px 50px 20px 10px;
    box-shadow: 1px 1px 18px lightgray;
    background: #ffffff;
    /* text-align: center; */

}


.vision1 h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    padding: 0px 10px;

}

.vision1 p {
    font-size: 14px;
    color: #222222;
    text-align: justify;
    margin-bottom: 0;
    /* text-align: center; */
    padding: 2px 0px 0px 10px;
}

.vision1 i {
    position: absolute;
    top: 18px;
    right: -5px;
    font-size: 20px;
    color: #fff;
    background: #66b347;
    padding: 13px;
    border-radius: 30px 10px 10px 3px;
}
.vision1_main{
    padding: 0px 5px 0px 0px;

}
.mission1_main{
    padding: 0px 0px 0px 6px;
}

.mission {
    position: relative;
    padding: 25px 30px 7px 10px;
    box-shadow: 1px 1px 18px lightgray;
    background: #ffffff;
    

}

.mission h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
    

}

.mission p {
    font-size: 14px;
    color: #222222;
    text-align: justify;
    margin-bottom: 0;
    padding: 0px 5px 11px 10px;
    
}

.mission i {
    position: absolute;
    top: 17px;
    right: -34px;
    font-size: 32px;
    color: #fff;
    background: #266298;
    padding: 15px;
    border-radius: 10px 30px 10px 3px;
}
.mission1 {
    position: relative;
    padding: 25px 30px 7px 10px;
    box-shadow: 1px 1px 18px lightgray;
    background: #ffffff;
    /* text-align: center; */

}

.mission1 h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    /* text-align: center; */
padding: 0px 10px;
}

.mission1 p {
    font-size: 14px;
    color: #222222;
    /* padding: 0px 35px 0px 0px; */
    /* text-align: center; */
    padding: 0px 10px;
}

.mission1 i {
    position: absolute;
    top: 17px;
    right: -25px;
    font-size: 20px;
    color: #fff;
    background: #266298;
    padding: 13px;
    border-radius: 10px 30px 10px 3px;
}
.addr{
    padding: 25px 15px 20px 10px;
    box-shadow: 1px 1px 18px lightgray;
    background: #ffffff;
}
.addr h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 600;

}
.addr_detail{
    text-align: left;
    padding: 15px 7px 0px 15px;
    height: 265px;
    overflow-y: scroll;
}
.addr_clinic1{
    padding: 0px 5px 0px 0px; 
}
.addr_clinic2{
padding: 0px 0px 0px 6px;
}
.addr p {
    font-size: 14px;
    color: #222222;
    margin-bottom: 6px;
    /* text-align: justify; */
}
.addr p span{
    font-weight: 600;
}


.choose {
    position: relative;
    min-height: 1px;
    text-align: center;
    /* display: flex; */
}

.why_choose {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.why_choose h2 {
    width: 145px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    padding: 7px 12px 7px 12px;
    background-color: #266298;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #66b347;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-family: 'Poppins', Sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.choose h2 {

    color: #266298;
    font-size: 38px;
    font-weight: 500;

}

.choose_para {

    font-size: 16px;
    font-weight: 300;
    color: #222222;

}

.inner_div {

    text-align: center;
    padding: 50px 50px 50px 50px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0000002b;

}

.inner_div h2 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: #266298;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    min-height: 50px;
}

.inner_div p {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
}

.inner_div img {

    border-style: none;

    margin: 30px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    height: 75px;
    width: 75px;
}

.outer_div {
    padding: 8px 1px;

}

.step1 {
    margin: 0px 0px 10px 0px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.step1 h2 {
    color: #0000002b;
    font-size: 32px;
    font-weight: 600;
}

.line {
    margin-bottom: 20px;
    width: 100%;
}

.line_span {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.line_span span {
    border-top: 1px solid #0000002b;
    width: 100%;
}

.step1_icon {
    width: 100%;
    margin: -60px 0px 0px 0px;
    margin-bottom: 20px;
}



.icon_detail {
    background: #66b347;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    color: #fff;
}



.icon_detail:hover {
    background: #266298;
    color: #fff;

}

.step_details {
    position: relative;
    padding-top: 60px;
}

.step_details h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.step_details p {
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
    width: 99%;
}

.a1:hover {
    cursor: pointer;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(0.9);
    -webkit-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-out;
    transform: scale(0.9);
}
.border1{
    border-radius: 150px 50px 5px 50px;
}
.border2{
    border-radius: 150px 150px 5px 5px; 
    background: #EFF8FF;background-image: linear-gradient( #EFF8FF,#fff);
}
.border3{
    border-radius: 50px 150px 50px 5px;
}

.appoint i {
    font-size: 30px;
    padding-right: 5px;
    color: #266298;

}

.appoint h2 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #266298;
    padding-bottom: 10px;
}

.card1 {
    padding: 0px 10px 0px 10px;
}

.card a {
    text-decoration: none;
}

.card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    padding: 10px 0px 5px 10px;
    min-height: 30px;
}
.card_min{
    min-height:48px !important; 
}
.card p {
    font-size: 14px;
    padding: 0px 0px 5px 10px;
    color: #222222;
}

.blog_para {
    color: #266298;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.02em;

}

.blog_para1 {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
}
.make_enquiry{
    padding:15px;
    color: #266298;
    font-size: 42px;
    font-weight:700 
}

.blog {
    justify-content: flex-start;
}

.more_art {
    padding: 5px 0px;
}

.more_art a {
    padding: 10px 20px;
    background: #266298;
    border: #66b347;
    color: #fff;
}

.more_art a:hover {
    transform: scale(0.9);
    background: #266298;
    color: #66b347;
}

.testo {
    justify-content: center;
    background: #66b347;
    padding: 20px;

}

.monials {
    text-align: center;
    color: #fff;
    background-color: #266298;
    margin: 0px 15px 120px 15px;
    padding: 25px 30px 70px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 400px;
}

.testo_slider {
    overflow: hidden;
}

.comment_bio {

    position: absolute;
    left: 0;
    bottom: -110px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.profile {
    display: inline-flex;
}

.profile img {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #087669;
    margin: 0px 0px 0px 0px;
    width: 72px;
    border-radius: 50%;
    max-width: 100%;
    width: 70px;
    height: auto;
}

.comment_content {
    position: relative;
    z-index: 2;
}

.icon_content {
    padding: 0px 0px 0px 0px;
}


.rating {
    position: relative;
    margin: 0px 0px 2px 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    /* margin-left: 48px; */
}

.rating li {
    padding-right: 3px;

}
.msg{
    text-align: center;
}
.msg h3{
    font-size: 20px;
    /* font-weight: 600; */
    padding: 10px 0px; 
}


.prof_info {
    position: relative;
}

.prof_name {
    margin: 0px 0px 0px 0px;
    color: #222222;

    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1em;
}

.prof_desc {
    margin: 0px 0px 0px 0px;
    color: #222222;

    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 0px;
}

.link p {
    color: #222222;
}

.link p:hover {
    transform: scale(0.9);

}

.link p a {
    text-decoration: none;
    font-size: 14px;

}

.support p {
    color: #222222;
}

.support p:hover {
    transform: scale(0.9);

}

.support p a {
    text-decoration: none;
    font-size: 14px;
}

.foot_para {
    padding: 10px 0px 20px 0px;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}

.foot_social {
    display: inline-block;
    width: 100%;
    word-spacing: 10px;
    margin-bottom: 0;
    justify-items: center;
    padding-top: 10px;
}

.add p {
    color: #222222;
}

.add p i {

    margin-right: 5px;
}

.footertop {
    /* margin-top: 20px; */
}

.foot_icon {
    display: flex;
}

.foot_icon i {
    padding-right: 10px;
    font-size: 18px;
    color: #343131;
}

.foot_icon p {
    font-size: 14px;
}
.foot_change:hover{
    color: #66b347 !important;
    transform: scale(0.9);
}
.number {
    color: #052723;

    font-size: 58px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.03em;

    margin-bottom: 5px;
}

.super {
    color: #eea676;
    font-size: 32px;
    font-weight: 600;
    top: 8px;
    left: -5px;
    vertical-align: baseline;
}

.title {
    color: #fff;

    font-size: 16px;
    font-weight: 300;
}

.client {
    width: 250px;
    text-align: center;
    background-color: #266298;
    padding: 35px 0px 45px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF30;
    border-radius: 80px 40px 40px 5px;
}

.staff {
    width: 250px;
    text-align: center;
    background-color: #266298;
    padding: 35px 0px 45px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF30;
    border-radius: 5px 40px 40px 80px;
}


.number_load {
    font-size: 50px;
    color: #fff;
}

.video {
    display: flex;
    padding: 8px 12px 15px 0px !important;
}

.video i {
    color: #fff;
    font-size: 40px;
    padding-right: 10px;
}


.video p {

    margin-bottom: 0 !important;
    padding-left: 15px;
    font-size: 18px;
    color: #222222;
    width: 120px;
}

.video p:hover {
    color: #266298;
}

.youtub {
    text-decoration: none !important;
}

.healthy {
    background-color: #EFF8FF;
    padding: 20px;
    border-radius: 10px;
    /* background-image:url(img/Background-pattern.png); */
    /* background-size: cover; */
}

.try i {
    font-size: 25px;
    color: #fff;
}

.therapy_img {
    position: absolute;
    top: 17px;
    right: -182px;
}

.our_jourany_btn {
    width: 35%;
    align-content: center;
    align-items: center;
}

.chooseUs h2 {
    font-size: 30px;
    font-weight: 600;
    color: #266298;
}

.chooseUs p {
    font-size: 16px !important;
    margin: 0;
}

.easy_serv h2 {
    font-size: 30px;
    font-weight: 600;
    color: #266298;
}

.fill_form {
    width: 45%;
    position: absolute;
    right: 10px;
    top: 22px;
}

.email {
    margin: 5px 10px;
    color: #266298;
    font-weight: 600;
}

.free_img {
    position: absolute;
    position: absolute;
    top: -136px;
    right: -240px;
}

.free_img img {
    width: 52%;
}


.advrt {
    display: flex;
    justify-content: space-around;
}


/*---------------------- aboutpage------------------ */


.about_page {
    padding: 10px 0px !important;
}

.about_back {
    width: 100%;
    background: #266298;
    border-radius: 10px;
}

.about_pattern {
    padding: 14px 0px 0px 0px;
}

.about_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.journey_btn {
    width: 43%;
}

.journey_sec {
    padding: 0px 0px 50px 0px;
    /* background: #E5E6FA; */
}

.choose_sec {
    padding: 70px 0px 50px 0px;
    background: #E5E6FA;
}

.speciality_subtitle h2 {
    color: #266298;
    FONT-SIZE: 45px;
    font-weight: 600;
}

.speciality_back {

    padding: 50px 0px 0px 0px;
    margin-bottom: 50px;
}

.speciality_fit {
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 40px;
    left: 0
}

.speciality_img {
    width: 100%;
    background-size: cover;
    height: 645px;
    border-radius: 10px;
}


.number-wrapper {
    color: #052723;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin-bottom: 0px
}

.super {
    color:#66b347 ;
    font-size: 32px;
    font-weight: 600;
    top: -5px;
    left: -4px;
    vertical-align: baseline;

}
.mission_detail{
    padding-top: 30px;
}

.super1 {
    color: #eea676;
    font-size: 32px;
    font-weight: 600;
    top: 0px;
    left: -4px;
    vertical-align: baseline;

}

.speciality_info {
    text-align: center;
    background-color: #e8fff4;
    padding: 15px 0px 20px 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    border-style: none;
    border-radius: 5px 5px 5px 5px;
}

.speciality_info2 {
    text-align: center;
    background-color: #fff3e8;
    padding: 15px 0px 20px 0px;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
}

.fun-fact-inner {
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
}

.title1 {
    margin-bottom: 0px;
    color: #6a817e;
    font-size: 16px;
    font-weight: 300;
}

.info1 {
    padding: 0px 25px;
    position: absolute;
    left: -20px;
    bottom: -5px;
}

.info2 {
    padding: 0px 20px;
    position: absolute;
    left: 248px;
    bottom: -35px;
}

.info3 {
    padding: 0px 20px;
    position: absolute;
    right: 333px;
    bottom: -35px;
}

.info4 {
    padding: 0px 20px;
    position: absolute;
    right: 63px;
    bottom: -5px;
}

.cont_height {
    background: #ffffff;
    position: relative;
    height: 800px;
}

.detail_position {
    position: absolute;
    width: 100%;
    bottom: 0;

}

.journey_btn1 {
    width: 30%;
}

.skill-title {
    color: #052723;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.number-percentage {
    color: #052723;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.skill-bar {
    /* background-color: #fff3e8; */
    height: 14px;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 0px 0px;
}

.skill-track {
    width: 90%;
    /* background-color:#eea676 ; */
}

.number-percentage-wrapper {

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1;
}

.progress {
    height: 6px;
    /* box-shadow: 0px 0px 10px #eea676; */
    border-radius: 0;
    display: flex;
    overflow: hidden;
    background-color: #eea676;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f06e17;

}

.therapist {
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
}

.therapist_details h6 {
    color: #087669;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}

.therapist_details h2 {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
}

.foot_social_therapist {
    display: inline-block;
    width: 95%;
    word-spacing: 1px;
    margin-bottom: 0;
    justify-items: center;
}

.therapist_social {
    padding-top: 40px;
}

.therapist_social h6 {
    color: #222222;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1em;
    padding: 10px 0px;
}

.foot_social_therapist .social_icon_span a {
    border-radius: 15px 10px 10px 3px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: lightgrey;
    font-size: 13px;
    line-height: 11px;
    padding: 6px 9px;
}

.therapist_pic {
    position: relative;
    background-color: #66b347;
    border-radius: 10px;
}

.therapist_pic img {
    position: absolute;
    width: 100%;
    top: -89px;
}

.therapist_combo {
    display: flex;
}

.try_title {
    width: 20%;
    align-content: center;
    align-items: center;
}

/* contact page */
.contact_section {
    padding: 30px 0px 50px 0px;
}

.contactform_title {
    width: 24%;
}

.fill_form1 {
    padding-top: 20px;
}

.our_jourany_des1 h2 {
    font-size: 46px !important;
}

.conntact_try {
    width: 42%;
    align-content: center;
    align-items: center;
}

/* service details */
.back_injury {
    padding: 60px 60px 40px 60px;
    display: flex;
}

.back_detail {
    padding: 0px 50px;
}

.treat_video {
    background-image: url(img/back3.jpg);
    background-size: cover;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.video {

    height: 54px;
    width: 54px;
    line-height: 33px;
    background-color: #ffffff24;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff30;
    border-radius: 30px;
}

.video i {
    color: #fff;
    font-size: 37px;
    /* padding-right: 52px; */
    padding: 0px 6px 4px 8px;
}

.treatment {
    display: flex;
    padding-left: 50px;
    max-width: 1000px;
    padding-top: 20px;
}

.treatment1 {
    padding-left: 50px;
    max-width: 1000px;
}

.get_tret {
    margin-left: 20px;
    padding-top: 40px;
}

.pic_div {
    padding: 0px 10px;
}

.accordion-item {
    color: #212529;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0px 0px 0px 0px;
}

.accordion-header {
    padding: 10px 0px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: #222222;
    background: none;
    box-shadow: none;
}

/* .login:hover {
    color: #66b347;

} */

.blog a {
    text-decoration: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100px !important;
}

.activestar {
    color: #66b347;
}

.owl-nav {
    display: none;
}

.cardpara {
    width: 22rem;

}

.cardpara p {
    font-size: 14px !important;
}

iframe {
    width: 100% !important;
}

.serv_img {
    width: 70%;
    border-radius: 10px;
}

.serv_detail_img {
    padding: 10px 60px 30px 30px;
}

.spine {
    padding: 5px;
}

.login_btn {
    text-decoration: none;
    /* color: #222222; */
    padding: 6px 15px;
}
.login_btn:hover {
   background: #222;
   color: #ffffff;
}

.login {
    margin-bottom: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.login1 {
    margin-bottom: 0 !important;
    font-size: 14px;
    text-transform:capitalize;
}

.reg_btn {
    text-decoration: none;
    /* color: #222222; */
    padding: 8px 15px;
    background: #66b347;
    border: #66b347;
}

.logout_btn {
    text-decoration: none;
    /* color: #222222; */
    padding: 8px 15px;
    background: #b16115;
    border: #b16115;
}

.sidebar {
    list-style: none
}

.sidebar li {
    padding: 15px;
    /* border-bottom: 1px solid black; */
    /* margin: 5px; */
}


.sidebar a {
    text-decoration: none;
    color: #222222
}

/* .sidebar a:hover {

    color: #f06e17;
    background: #efeaea;
} */

.back_adjust1 {
    font-size: 14px !important;
    color: #ffffff;
}

.appoint p {
    font-size: 14px;
}

#blogwrapper p {
    font-size: 14px !important;
    line-height: 26px;
    text-align: justify;
}

#blogwrapper li {
    margin-bottom: 14px;
    font-size: 14px;
    text-align: justify;
}

#blogwrapper h3 {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.active1 {
    background: #266298;
    
    color: #ffffff !important;
}
.sidebar li.active1 a {
    color: #fff;
}
.myprofile p {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.myprofile p:hover {
   color:#fff;
}
.myprofile  a{
   color:#222222;
}
.myprofile i{
    /* color: #222222; */
    font-weight: 700;
}
.myprofile i:hover{
    color: #fff;
    font-weight: 600;
}
.myprofile a:hover{
   color:#fff !important;
    /* font-weight: 600; */
  
}
.myprofile {
    background: #EEEEEE;
    margin-bottom: 6px;
    border: 1px solid #EEEEEE;
    border-radius:5px;
    padding: 5px 10px;  
    text-align: start;
}
.myprofile:hover {
    background: #266298;
    margin-bottom: 6px;
    border: 1px solid #266298;
    border-radius:5px;
    padding: 5px 10px;  
    text-align: start;
    color: #ffffff !important;
}
.call_no{
    display: flex;
}


/*Login pages*/
    .add-box .add {
    position: absolute;
    top: -14px;
    left: 13px;
    background: #fff;
    font-size: 10px;
    color: black;
    padding: 6px 2px 0 2px;
  }

  /* .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 40px !important;
    min-height: 10px !important;
    line-height: 1.25;
    font-size: 15px;
  }
  .form-floating>label {
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  } */
 
  .form-input{
    position: relative;
    }
    .form1 .box-input{
        width: 100%;
        border: 1px solid lightgray;
        border-radius: 10px;
        padding:10px 10px ;
        background: none;
        /* margin-top: 50px; */
        outline: none;
        height: 50px;
    
    }
    .form1 .label-txt{
        position: absolute;
        left: 20px;
        top:15px;
        cursor: pointer;
    }
   
 
    .box-input-pos{
        position: absolute;
        top: -8px;
        transition:0.5s;
        left:25px;
        font-size: 12px;
        color: #222;
        background: #fff;
    }
    
    .box-input:focus{
    /* background: #D9D9D9; */
    border-radius: 10px;;
    
    }
    .errordiv{
        font-size: 12px;
    }
    .long {
        padding-top: 45px;
    }
    .fill_enqiry{
        padding: 0;
    }
    .chiropractor img{
        position: absolute;
        top: -100px;
        width: 50%;
        right: 35px; 
    }
.about_journey_btn{
    width: 15% !important;
}
.vision_area1{
    padding: 15px 20px 0px 0px; 
}
.sidebar li:first-child{
    border-top: 1px solid #222;
}
.map_border{
    padding:8px;
    background:#fff 
}
.map_border p{
    margin-bottom: 0px;
}
.map_heading{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight:600;
    text-align:center
}
.map_heading2{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight:600;
    text-align:center
}
/*----------------- media----------------------------- ---------------------------*/
@media only screen and (max-width: 600px) {
    .nav-item {
        justify-content: flex-end;
    }

    .left-list {
        text-align: end;
    }

    .login {
        margin-bottom: 0 !important;
        font-size: 13px;
    }

    .login_btn {
        text-decoration: none;
        /* color: #222222; */
        padding: 5px 10px;
    }
    .reg_btn {
        text-decoration: none;
        /* color: #222222; */
        padding: 5px 10px;
        background: #66b347;
        border: #66b347;
    }
    
    .logout_btn {
        text-decoration: none;
        /* color: #222222; */
        padding: 5px 10px;
        background: #b16115;
        border: #b16115;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        border-bottom: 2px solid #66b347;
        width: 50px;
        float: right;
    }

    .head_sec_menu {
        margin: 0px 0px 0px 30px;
        padding: 0px 0px 0px 35px;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-color: #266298;
    }
    .our_jourany1 {
        
        padding: 10px 12px 10px 0px;
    }

    .our_jourany_btn {
        width: 63%;
    }

    .head_img img {
        background: #ffffff;
        width: 80px;
    }

    .therapy_img {
        position: unset;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .physiotherapist {
        display: none;
    }

    .our_jourany_des h2 {
        font-size: 26px;
        font-weight: 600;
    }

    .journey_para {
        font-size: 14px;
    }

    .spine {
        padding-top: 25px !important;
    }
    .about_journey_btn {
        width: 51% !important;
    }

    .sign {
        /* width: 90%; */
        height: 200px;
        border-radius: 50px 5px 100px 50px;
    }

    .long {
        padding-top: 35px;
    }

    .follow {
        padding-top: 10px;
    }

    .our_jourany h2 {
        font-size: 12px;
    }

    .jourany_title {
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .call_no{
        display: flex;
        flex-direction: column;
    }

    .vision p {
        font-size: 13px;
        color: #222222;
    }
    .vision1_main {
        padding: 0px 0px 0px 0px;
    }
    .mission1_main {
        padding: 0px 0px 0px 0px;
    }
    .mission1 i {
        position: absolute;
        top: 17px;
        right: -5px;
        font-size: 20px;
        color: #fff;
        background: #266298;
        padding: 13px;
        border-radius: 10px 30px 10px 3px;
    }

    .mission p {
        font-size: 14px;
        color: #222222;
        padding: 0px 20px 0px 0px;
    }
    .vision_mision{
        display: flex;
        flex-direction: column;
    }
    .vision_area1{
        padding:  0px; 
    }
    .mission i {
        position: absolute;
        top: 17px;
        right: -20px;
        font-size: 32px;
        color: #fff;
        background: #266298;
        padding: 15px;
        border-radius: 10px 30px 10px 3px;
    }

    .chooseUs h2 {
        font-size: 20px;
        font-weight: 600;
        color: #266298;
    }

    .chooseUs p {
        width: 99%;
        font-size: 14px !important;
    }

    .inner_div h2 {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        color: #266298;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        
    }

    .inner_div p {
        color: #222222;
        font-size: 14px;
        font-weight: 300;
        margin: 0px 0px 0px 0px;
    }

    .choose_para {

        font-size: 14px;
        font-weight: 300;
        color: #222222;

    }

    .easy_serv h2 {
        font-size: 20px;
        font-weight: 600;
        color: #266298;
    }

    .step_details h2 {
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        color: #222222;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    .steps {
        padding: 0px 25px;
    }

    .step_item {
        padding-top: 25px;
    }

    .fill_form {
        width: 100%;
        position: unset;
        right: 10px;
        top: 22px;
    }
    .fill_enqiry2{
        padding: 0;
    }

    .card1 {
        padding-bottom: 20px;
    }

    .blog_para {
        color: #266298;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2em;
        letter-spacing: -0.02em;
    }
    .make_enquiry {
        padding: 15px 0px;
        color: #266298;
        font-size: 30px;
        font-weight: 700;
    }


    .rating {
        position: relative;
        margin: 0px 0px 2px 0px;
        list-style: none;
        display: flex;
        /* margin-left: -28px; */
        justify-content: center;
        /* width: 90%; */
    }

    .email {
        margin: 5px 10px;
        color: #266298;
        font-weight: 600;
        font-size: 14px;
    }

    .free_img {
        position: absolute;
        top: -40px;
        left: 200px;
    }

    .free_img img {
        width: 28%;
    }

    .chiropractor {
        display: none;
    }

    .tryfor {
        padding: 40px 20px 40px 20px !important;
    }

    .advrt {
        flex-direction: column;
    }



    /* about page */
    .about_back {
        width: 100%;
    }

    .about_page {
        padding: 10px 20px 0px 20px;
    }

    .about_title {
        font-size: 35px;
    }

    .back_adjust {
        font-size: 25px;
    }

    .home_title {
        font-size: 14px !important;
    }

    .back_adjust1 {
        font-size: 15px !important;
    }

    .revers {
        flex-direction: column-reverse !important;
    }

    .journey_sec {
        padding: 15px 10px 50px 10px;
        /* background: #E5E6FA; */
    }

    .choose_sec {
        padding: 50px 10px 50px 10px;
    }

    .image {
        padding: 35px 19px 0px 10px;
    }

    .image1 img {
        width: 100%;
        height: 365px !important;
        border-radius: 50px 100px 5px 50px;
    }

    .our_jourany_abt h2 {
        font-size: 14px;
    }

    .speciality {
        padding: 20px !important;
    }

    .speciality_back {
        padding: 30px 10px 0px 10px;
        margin-bottom: 50px;
    }

    .speciality_title h2 {
        font-size: 14px;
    }

    .speciality_subtitle h2 {
        color: #266298;
        FONT-SIZE: 34px;
        font-weight: 600;
    }

    .speciality_para {
        padding: 10px 0px !important;
    }

    .speciality_img {
        width: 100%;
        background-size: cover;
        height: 200px;
        border-radius: 10px;
    }

    .cont_height {
        background: #ffffff;
        position: relative;
        height: 1200px;
    }

    .info-detail {
        padding: 0;
        display: block !important;
    }

    .info1 {
        padding: 10px 0px !important;
        position: unset !important;
        left: 0px !important;
        bottom: 0px !important;
    }

    .info2 {
        padding: 10px 0px !important;
        position: unset !important;
        left: 0px !important;
        bottom: 0px !important;
    }

    .info3 {
        padding: 10px 0px !important;
        position: unset !important;
        left: 0px !important;
        bottom: 0px !important;
    }

    .info4 {
        padding: 10px 0px !important;
        position: unset !important;
        left: 0px !important;
        bottom: 0px !important;
    }

    .detail_position {
        position: unset;
        width: 100%;
        bottom: 0;
        padding-top: 10px;
    }

    .speciality_fit {
        position: absolute;
        top: 32%;
        width: 100%;
        padding: 30px;
        left: 0;
    }

    .journey_btn {
        width: 52%;
    }

    .journey_btn1 {
        width: 48%;
    }

    .therepy_img {
        padding-top: 40px;
    }

    .therepy_img2 {
        padding-top: 40px !important;
    }

    .therapist_pic img {
        position: unset;
        width: 100%;
        top: -82px;
    }

    .therapist_combo {
        display: flex;
        flex-direction: column-reverse;
    }

    .therapist_details {
        padding-top: 20px;
    }

    .therapist_btn {
        text-align: center !important;
    }

    .try_title {
        width: 40%;
    }

    .contact_section {
        padding: 25px 0px 80px 0px;
    }

    .contactform_title {
        width: 33%;
    }

    .our_jourany_des1 h2 {
        font-size: 26px !important;
        /* text-align: center; */
    }

    .conntact_try {
        width: 66%;
        align-content: center;
        align-items: center;
    }

    .back_injury {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .back_detail {
        padding: 0px 30px;
    }

    .treatment {
        padding: 0px;
        display: flex;
        flex-direction: column;
    }

    .treatment1 {
        padding: 0px;

    }

    .treatment1 h2 {
        font-size: 20px;

    }

    .treatment1 p {
        padding-top: 10px;
    }

    .get_tret {
        margin-left: 0px;
        padding-top: 0px;
    }

    .pic_div {
        height: 200px;
        padding: 0px 0px;
    }

    .social {
        display: unset;
        align-content: center;
        align-items: center;
        padding: 10px 0px;
    }

    .accordion-header {
        padding: 5px 0px;
    }

    .accordion-button {
        font-size: 15px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .service_social .social_icon_span a {
        /* background-color: #66b347; */
        border-radius: 15px 10px 10px 3px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: lightgrey;
        font-size: 11px;
        line-height: 17px;
        padding: 10px;
    }

    .blog_revers {
        flex-direction: column-reverse;
    }

    .other {
        padding: 20px 20px !important;
    }

    .foot_logo {
        width: 30%;
    }

    .tryfree {
        padding: 10px !important;
    }

    .cardpara {
        width: 20rem;

    }

    .serv_img {
        width: 100%;
        padding: 10px;
    }

    .serv_detail_img {
        padding: 0px;
    }
    .addr_detail {
        text-align: center;
        padding: 15px 10px;
    }
    .addr_clinic1 {
        padding: 0px 0px 0px 0px;
    }
    .addr_clinic2 {
        padding: 15px 0px 0px 0px;
    }
    .foot_icon {
        display: flex;
        justify-content: center;
    }
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        right: 0;
        margin-top:0.125rem;
        text-align: end;
    }
    .map_heading2{
        font-size: 18px;
        margin-bottom: 15px;
        font-weight:600;
        text-align:center;
        padding-top:20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:900px) {
    .follow {
        padding-top: 10px;
    }
    .our_jourany1 {
         margin: 0px 0px 0px 0px; 
        padding: 10px 12px 10px 0px;
    }
    .back_adjust1 {
        font-size: 16px !important;
        color: #ffffff;
    }

    .cardpara {
        width: 12rem !important;

    }
    .call_no{
        display: flex;
       
    }

    .our_jourany_btn {
        width: 25%;
    }

    .physiotherapist {
        display: none;
    }

    .social {
        display: unset;
        padding: 10px 0px;
    }

    /* contactpage */
    .fullwidth {
        width: 100%;
    }

    .fill_form {
        width: 100%;
        position: unset;

    }

    .social_icon_span a {
        /* background-color: #66b347; */
        border-radius: 15px 10px 10px 3px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: lightgrey;
        font-size: 15px;
        line-height: 15px;
        padding: 6px;
    }

    /* servicepage */
    .step_item {
        width: 50% !important;
    }

    /* service_detail */
    .pic_div {
        padding: 0px 10px;
        width: 100%;
        height: 200px;
    }

    .treatment {
        display: flex;
        padding-left: 50px;
        max-width: 1000px;
        padding-top: 20px;
        flex-wrap: wrap;
    }

    /* about */
    .spine {
        padding: 0px !important;
        width: 50%;
    }

    .revers {
        flex-direction: column-reverse !important;
    }

    .fullwidth img {
        width: 100%;
    }
    .fullwidth .a1 img {
        width: unset !important;
    }

    .speciality_img {
        width: 100%;
        background-size: cover;
        height: 435px;
        border-radius: 10px;
    }

    .detail_position {
        padding-top: 10px;
        position: unset;
        width: 100%;
    }

    .info1 {
        width: 50%;
        padding: 20px 25px;
        position: unset;
    }

    .info2 {
        width: 50%;
        padding: 20px 25px;
        position: unset;
    }

    .info3 {
        width: 50%;
        padding: 10px 25px;
        position: unset;
    }

    .info4 {
        width: 50%;
        padding: 10px 25px;
        position: unset;
    }

    .speciality_fit {
        position: unset;
        top: 30%;
        width: 100%;
        padding: 40px;
    }

    .cont_height {
        background: #ffffff;
        position: relative;
        height: 1170px;
    }

    .speciality {
        padding-bottom: 50px !important;
    }

    .distance {
        padding-top: 30px;
    }

    .rating {
        position: relative;
        margin: 0px 0px 2px 0px;
        list-style: none;
        display: flex;
        margin-left: 37%;
    }

    /* index page */
    .chiropractor img {
        display: none;
    }

    .image2 {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .halfwidth {
        width: 50%;
    }

    .long {
        padding-top: 45px;
    }

    .info-detail {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .about_journey_btn {
        width: 25% !important;
    }

    .card1 {
        padding-bottom: 20px !important;
        width: 100% !important;
    }
    .rating {
        position: relative;
        margin: 0px 0px 2px 0px !important;
        list-style: none;
        display: flex;
        /* margin-left: 60px !important; */
    }

}