*, ul, p {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: 'Lato', sans-serif;
    color: #3c3e3c;
    background-color: #e8ebf0; /* background: #f7f8fa; */
    font-size: 100%;
    font-family: 'Noto Serif', serif;
    font-family: 'Roboto', sans-serif;
    width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

ul {
    list-style: none;
}

ul li {
    display: inline;
}

.strong {
    font-weight: 600;
}

a {
    color: #5ca628
}

a:hover {
    text-decoration: none;
}

.flex-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-coloum {
    flex-direction: column;
}

.base-color {
    /* color: #5ca628; */
    color: #5ca628;
}

.base-bg {
    background: #5ca628;
}

.blue-bg {
    background: #014596;
}

.gray-bg {
    background: #f3f3f4;
}

.btn-base {
    background: #5ca628;
    color: #fff;
    border-radius: 0;
    border: none;
}

section {
    padding: 3rem;
    /* height: 300px; 
    border: 1px solid transparent;
    /* margin: 30px 0; */
}

.row {
    width: 100%;
    margin: 0;
}

.heading h3 {
    color: #4d504d;
    text-align: center;
    font-weight: 600;
}

.remove-pd {
    padding: 0 !important;
}

.ajust-mg {
    margin-left: -15px;
    margin-right: -15px;
}

.container-fluid {
    /* border: 1px solid tomato; */
}

.trans {
    /* transform: translateZ(0); */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-under-construction {
    text-align: center;
    width: 100%;
    padding: 6rem 0;
    display: inline-flex !important;
    font-size: 4rem;
    font-weight: 800;
    justify-content: center;
}

button:focus {
    outline: none;
}

/* eNd cOmmon cSs*/

/* jAavascript css*/

/* .right-border {
    border-right: 1px solid #fff;
} */

/* eND jAavascript css*/

/* iCon-sEction cSs*/

.i {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid transparent;
}

.burger {
    width: 40px;
    height: 35px;
    border: 1px solid #ededed;
    display: none;
}

.burger .line {
    width: 27px;
    border-radius: 2px;
    height: 4px;
    background: #47b749;
    margin: auto;
    position: relative;
}

.burger .line::before, .burger .line::after {
    content: '';
    background: #47b749;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
}

.line::before {
    top: -7px;
}

.line::after {
    bottom: -7px;
}

.i.i-phone {
    background: url('../images/telephone.svg') no-repeat center center;
}

.i.i-email {
    background: url('../images/email-svg.svg') no-repeat center center;
}

.i.i-location {
    background: url('../images/pin.svg') no-repeat center center;
}

/* eNd icon-section cSs*/

/* lOader sEction */

.loader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    background: #5ca628;
    filter: opacity(0.9);
    z-index: 99999999;
    top:0
}

.loader-img {
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loader-img img {
    width: 100px;
}

.disappear {
    animation: vanish 1s forwards;
}

@keyframes vanish {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* eNd lOader sEction */

/* tOp nAv*/

.socail-media-index {
    /* background: green; */
    position: fixed;
    z-index: 1111;
    top: 12.5rem;
    right: -3rem;
    transform: translateZ(0);
    transition: all .8s;
}

.display-smi {
    right: 0;
}

.small-logo {
    margin-top: -4px;
    /* width: 350px; */
    width: 300px;
    
    margin-bottom: -15px;
    /* margin-left: 20px; */
}



.hide-small-logo {
    display: none;
}

.large-logo {
    display: none;
}

.large-logo-div {
    position: absolute;
    top: 3rem;
    /* left: 2rem; */
    transition: all .8s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /* background: #e8ebf0!important; */
    /* display: none; */
    padding: 8px 13px 10px 11px;
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    line-height: 190px;
    text-align: center;
    width: 165px;
    height: 165px;
    /* width: 185px;
    height: 185px; */
}

.show-large-logo {
    display: block;
    transition: all .8s;
    top: 0;
}

.menu-strick {
    padding: 2.6rem 0;
}

img.show-large-logo {
    /* width: 25% !important; */
}

.socail-media-index .social-icon-tab ul li {
    display: block;
}

.socail-media-index .social-icon-tab ul li a {
    background: #294593;
    padding: 0.5rem .8rem;
    color: #fff;
    display: block;
    margin: .3rem 0;
    text-align: center;
}

.socail-media-index .social-icon-tab .fa {
    font-size: 20px;
}

.social-icon {
    justify-content: flex-end;
}

.contact-info .fa, .social-icon-tab .fa {
    font-size: 14px
}

/* .top-nav-section {
    position: fixed;
    width: 100%;
    top: 0;
    background: #5ca628;
    color: #fff;
    z-index: 111;
    transform: translateZ(0);
    transition: all .8s;
} */
.top-nav-section {
    position: fixed;
    width: 100%;
    top: 0;
    background: #5ca628;
    color: #fff;
    z-index: 111;
    transform: translateZ(0);
    transition: all .8s;
}


.top-nav a {
    color: #fff
}

nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

.contact-info ul li, .social-icon-tab ul li {
    display: inline-block;
    padding: 0 2px;
}

.bg-light {
    /* background: #e8ebf0!important; */
    background: white!important;
}

/* navigation */

.navbar {
    /* border-top: 3px solid #5ca628; */
    position: fixed;
     top: 40px; 
     /* top: 60px; */
    /* height:85px; */
    width: 100%;
    /* box-shadow: 0px 0px 3px #dbd9d9; */
    z-index: 999;
    /* background: #f5f5f5; */
    transform: translateZ(0);
    transition: all 0.8s;
    padding: 0rem 0.1rem;
}

.remove-mr-nav {
    top: 0;
    position: fixed;
}

.remove-service-tab {
    top: 2.5rem;
    position: fixed;
    z-index: 1111;
}

li.nav-item {
    /* possition: relative; */
}

.nav-link {
    /* padding: 1.5rem 1.8rem; */
    padding: 1.0rem 1.8rem;

    transition: all 1s ease;
    text-align: center;
}

.navbar-expand-lg .visible-div-rsp .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    transition: all 1s ease;
    
}

.navbar-expand-lg {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 90px;/* height: 68px; */
}


.navbar-light .visible-div-rsp .active>.nav-link, .navbar-light .visible-div-rsp .nav-link.active, .navbar-light .visible-div-rsp .nav-link.show, .navbar-light .visible-div-rsp .show>.nav-link {
    color: #5ca628;
}

li.nav-item a.nav-link:active {
    color: #5ca628
}

.navbar-light .active, .navbar-light .active a.nav-link {
    background: #294593;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    /* padding: 2.2rem 1.6rem; */
    padding: 2.2rem 1rem;
    color: gray;
    position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    width: 1px;
    height: 20px;
    top: 2.4rem;
    right: 0;
    background: gray;
    content: '';
    z-index: 11;
}

.navbar-light .navbar-nav .nav-link.last-menu::after {
    display: none;
}

.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}

/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #294593;
} */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    /* padding: 2.29rem 0.2rem; */
    background: #294593;
}

/* Style the active class, and buttons on mouse-over */

.navbar-light .visible-div-rsp .nav-link:focus, .navbar-light .visible-div-rsp .nav-link:hover, .navbar-light .visible-div-rsp .nav-link li.nav-item ul:hover {
    /* background: #5ca62848; */
    background: #5ca628;
    color: #fff;
}

li.nav-item ul {
    flex-direction: column;
    position: absolute;
    display: none;
    left: 0;
    padding: 2rem 0;
    width: 100%;
    /* margin-left: -30px;
    margin-right: -30px;*/
    top: 5.7rem;
    -webkit-animation: display-none-transition 1s both;
    animation: display-none-transition 1s both;
    opacity: 1;
}

@-webkit-keyframes display-none-transition {
    0% {
        opacity: 0;
    }
}

@keyframes display-none-transition {
    0% {
        opacity: 0;
    }
}

li.nav-item:hover ul {
    display: table;
    padding: 2.1rem 0;
    /* -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; */
    opacity: 1;
}

li.nav-item ul .menu-caret {
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 42%;
    right: 50%;
    margin: auto;
    color: #2a4693;
    font-size: 2rem;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

li.nav-item:hover ul .menu-caret {
    opacity: 1;
    top: 4px;
}

li.nav-item ul {
    background: #294593;
}

li.nav-item ul li {
    /* background: #5ca628; */
    padding: 0;
    display: block;
    transform: all 13s ease-in-out;
    /* -moz-transition: all 13s ease-in-out;
    -o-transition: all 13s ease-in-out;
    transition: all 13s ease-in-out; */
    border-bottom: .001rem solid #ffffff;
    /* border-bottom: none; */
}

li.nav-item ul li:nth-last-child(1) {
    border-bottom: .001rem solid #ffffff;
}

li.nav-item ul li a {
    padding: .7rem 0.5rem;
    color: #fff;
    /* background: #5ca628; */
    display: block;
    font-weight: 300;
    /* border: 1px solid #1976D2; */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: .9rem;
    margin-left: 2px;
    width: 98.5%;
    /*height: 60px;*/
}

li.nav-item ul li a:hover {
    /* background: #2c5f06; */
    color: #e9e434 !important;
}

li.nav-item ul li a span {
    display: none;
    /* visibility: hidden; */
    font-size: 1rem;
    padding-right: 5px;
}

li.nav-item ul li a:hover span {
    /* visibility: visible; */
    display: inline-block;
}

li.nav-item ul li a:hover {
    color: rgb(174, 181, 243);
    -webkit-transform: scale(1.08);
    transform: scale(1.02);
    display: inline-block;
}

ul.dropdown-ul li {
    display: inline-block;
}

ul.dropdown-ul li a {
    color: #fff;
}

.dropdown-ul h4 {
    font-size: 1rem;
    color: #d1cece;
    padding: 14px 8px;
    background: #1f377a;
    margin-bottom: 0;
}

.logo-section {
    display: inline-table;
    /* display: none; */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.logo-section img {
    /* width: 100%; */
}

.nav-right-section {
    align-items: flex-end;
    justify-content: center;
}

.nav-right-section .hcs-ul li {
    padding: 0 8px;
    justify-content: flex-start;
}

.nav-right-section .hcs-ul li span {
    padding-left: 5px
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navbar-light .navbar-toggler {
    color: rgba(7 127 204);
    border-color: rgb(27 127 204);
    margin-right: 1rem;
}

.h-nav-rsp {
    border-top: 1px solid #c9cac9;
    margin: 0px -3rem;
    align-items: flex-start;
    background: #c4c5cd;
}

.visible-div-rsp {
    width: 100%;
}


.navigation ul li a {
    display: inline-block;
    padding: 16px 1.5rem;
    color: #fff;
    /* font-weight: 600; */
}

.navigation ul li a:hover {
    /* color: #5ca628; */
    color: #fff;
    background: #294593;
}

.visible-div-rsp.flex-div {
    justify-content: space-around;
}

.nav-right-section .hcs-ul li:nth-last-child(1), .nav-right-section .hcs-ul li span:nth-last-child(1) {
    padding-right: 0;
}

.get-an-appointment {
    display: inline-flex;
    float: right;
    border-radius: 30px;
    font-weight: 300 !important;
    padding: 14px 3rem !important;
    background: #5ca628;
    box-shadow: 0px 0px 7px #2c60089c;
}

.header-contact-section ul {
    margin-bottom: 15px;
}

.navbar-brand img {
    /* width: 94%; */
}

.navbar-text.flex-div {
    position: fixed;
    z-index: 1111;
    bottom: 1rem;
    right: 2rem;
}

/* ---------------------------------------- index page css -------------------------------------- */

/* bAnner sEction */

#stage {
    /* margin: 1em auto;
    width: 382px;
    height: 292px; */
}

#stage a {
    position: absolute;
}

#stage a img {
    /* padding: 10px;
    border: 1px solid #ccc;
    background: #fff; */
}

#stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
}

#stage a:nth-of-type(2) {
    z-index: 10;
}

#stage a:nth-of-type(n+3) {
    display: none;
}

@keyframes fader {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.banner-section {
    /* border: 1px solid tomato; */
    position: relative;
    /* height: 100%; */
    /* height: 82vh; */
    padding: 0;
    margin: 8rem 0 0 0;
}

.carousel-slider {
    /* display: flex; */
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    /* max-height: auto; */
    height: 100vh;
}

.slider-arrow {
    position: absolute;
    min-height: 100%;
    z-index: 111;
    width: 100%;
    padding: 0 10px;
}

.slider-arrow img {
    cursor: pointer;
    ;
}

.slider-img {
    position: relative;
}

.slider-img img {
    width: 100%;
    /* height: 100%; */
    background-size: cover;
}

.slider-content {
    position: absolute;
    z-index: 11;
    min-height: 100%;
    top: 0;
    padding: 0 45px;
    justify-content: center;
    align-items: flex-start;
}

.slider-content h2, .slider-content h4 {
    color: #289e2a;
    font-size: 3.2rem;
    font-family: auto;
    font-weight: bolder;
}

.slider-2 h4 span {
    font-size: 2rem;
}

.slider-content h4 
    width: 50%;
    color: #4d504d;
    font-size: 1.8rem;
}

.slider-2 {
    width: 100%;
    align-items: flex-end;
}

/* eNd bAnner sEction */

/* bAnner-bOttom sEction */

/* eNd bAnner-bOttom sEction */

/* aBout sEction */

.about-section, .about {
    min-height: 100%;
    min-height: 600px;
    justify-content: flex-end;
    padding: 4rem 0 0;
}

.about-section {
    margin: 0;
    background: url('../images/about-banner1.jpg') no-repeat;
    /* border: 1px solid tomato */
    /* margin-top: -108px; */
}

.about-right {
    width: 40%;
    position: relative;
    border: 3px solid #5ca628;
    border-left: 6px solid #5ca628;
    align-items: flex-start;
    padding: 20px 25px;
    color: #000;
    /* background: rgb(255 255 255 / 17%); */
    background: #fff;
}

.about-right-section {
    padding-left: 4rem;
}

.about-right::before {
    content: 'Meet';
    position: absolute;
    background: #5ca628;
    color: #fff;
    top: -12px;
    padding: 0px 15px 0px 9px;
    font-weight: 600;
}

.about-right h3 {
    font-size: 2rem;
}

.about-right h3, .about-right p, .about-right a {
    padding: 10px 0px;
}

.about-right p, .about-right a {
    width: 80%;
}

p.info-style {
    text-align: right;
    font-style: italic;
    color: #01bcfa;
    padding: 4px 0 0 2;
}

.about-page.about-content P {
    font-size: 0.95rem;
}

/* eNd aBout sEction */

/* award & regonation sEction */

.learn-more-btn {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem 0;
    display: inline-block;
}

ul.award-slide li {
    display: inline-block;
}

.award-page {
    margin-bottom: 3rem;
}

.inner-content-section.award-page img.img {
    margin: 15px 0;
    box-shadow: 0px 0px 12px 4px #e7e7e7;
}

.award-page .carousel-control-next, .award-page .carousel-control-prev {
    top: 50%;
    height: 50px;
}

/* .modal .carousel-item .award-page img {
    margin: 0px 0;
    box-shadow: none;
} */

/* eNd award & regonation sEction */

/* sErvices*/

.single-service {
    border: 15px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    text-align: center;
    /* min-width: 300px;
    min-height: 300px; */
    box-shadow: 2px 2px 37px #88898b;
}

.dummy-css {
    border: 15px solid #fff;
    box-shadow: 2px 2px 37px #0f153191;
}

.single-service:hover {
    border: 0px solid #eaeaea;
}

.service-img-bg {
    width: 100%;
    height: 100%;
    border: 18px solid #294593;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    overflow: hidden;
}

/* .service-img-bg:hover {
    border: 20px solid #5ca628;
} */

.services-type.flex-div {
    justify-content: center;
}

.single-service img {
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.single-service:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* .single-service:hover img {
    border: 20px solid #5ca628;
} */

.single-service-panel h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #5ca628;
    padding: 2rem 0 2rem;
}

.single-service img::after {
    content: '';
    position: absolute;
    width: 100px;
    top: 0;
    height: 100px;
    background: gold;
    border-radius: 100%;
    z-index: 111;
}

#section1 {
    padding-top: 50px;
    height: 500px;
    color: #fff;
    background-color: #1E88E5;
}

#section2 {
    padding-top: 50px;
    height: 500px;
    color: #fff;
    background-color: #673ab7;
}

#section3 {
    padding-top: 50px;
    height: 500px;
    color: #fff;
    background-color: #ff9800;
}

#section41 {
    padding-top: 50px;
    height: 500px;
    color: #fff;
    background-color: #00bcd4;
}

#section42 {
    padding-top: 50px;
    height: 500px;
    color: #fff;
    background-color: #009688;
}

.services-section {
    background: #f8f8f8;
    padding: 5rem 0;
}

.services-single-page .navbar-inverse .navbar-nav>.active>a, .services-single-page .navbar-inverse .navbar-nav>.active>a:focus, .services-single-page .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
}

/* eNd sErvices*/

/* Why tReatment sEction */

.treatment-section {
    position: relative;
    background: #fff;
    padding-bottom: 5.5rem;
}

.treatment-section::before {
    position: absolute;
    content: '';
    width: 49.7%;
    height: 54.5%;
    background: #5ca628;
    bottom: 0px;
    margin-left: -3rem;
}

.treatment-left-section {
    margin-bottom: 35px;
}

.treatment-content {
    padding-left: 15px;
    border-left: 1px solid #5ca628;
}

.treatment-content h2 {
    color: #000;
    display: block;
}

.treatment-content p {
    padding-bottom: 10px;
}

.treatment-content a {
    padding-top: 10px;
    display: block;
}

.treatment-right-section {
    background: url('../images/why-choose-us.png') center center no-repeat;
    color: #fff;
    padding: 2.8rem 2.5rem 7rem 2.5rem;
}

.treatment-right-section ul li {
    display: block;
    padding: 4px 0;
}

.slider-treatment {
    margin-top: -6rem;
    background: #fff;
    position: relative;
}

.slider-treatment .col-4 {
    padding: 0;
}

.slider-treatment .col-lg-4, .slider-treatment .col-md-4, .slider-treatment .col-sm-4 {
    max-width: 100%;
    text-align: center;
}

.slider-treatment .owl-item {
    border: 1px solid #d7d7d7;
}

.single-treatment-type {
    text-align: center;
    padding: 30px 15px;
    min-height: 290px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
}

.single-treatment-type a {
    border: 1px solid #5ca628;
    border-radius: 4px;
    padding: 5px 12px;
    display: inline-block;
}

.slider-treatment-heading {
    /* height: 400px; */
}

.slider-treatment-heading h2 {
    transform: rotate(90deg);
    font-size: 1.8rem;
    font-weight: 500;
    /* border: 1px solid tomato; */
    width: 140%;
    top: 5rem;
    position: relative;
    left: -3rem;
}

.slider-treatment-heading h2 span {
    color: #fff
}

.slider-treatment-arrow {
    position: absolute;
    right: 10px;
    bottom: -56px;
    width: 30%;
    justify-content: center;
}

.slider-treatment-arrow img {
    padding: 0 5px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    color: transparent;
    background: url('../images/treatment-arrow-left.png');
}
.succes-story-section .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    color: transparent;
    background: url('../images/success-stry-lft.png') no-repeat;
}

.succes-story-section .owl-carousel .owl-nav button.owl-next, .succes-story-section .owl-carousel .owl-nav button.owl-next:hover {
    color: transparent;
    background: url('../images/success-stry-rgt.png') no-repeat;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: url('../images/treatment-arrow-left.png');
    color: transparent;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
    background: url('../images/treatment-arrow-right.png');
    color: transparent;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 10%;
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
}

/* eNd tReatment sEction */

/* testimonial  sEction */

.testimonial-section {
    padding: 0rem;
    /* border: 1px solid #6c6c6c */
}

/*-- testimonials --*/

section.slider {
    padding: 0 !important;
}

.w3_agile_head {
    font-size: 2.5em;
    color: #212121;
    text-align: center;
}

p.augue_agile {
    color: #999;
    text-align: center;
    position: relative;
    font-weight: 500 !important;
}

p.augue_agile:before, p.augue_agile:after {
    content: '';
    background: #5ca628;
    height: 2px;
    width: 10%;
    position: absolute;
    top: 45%;
}

p.augue_agile:before {
    left: 25%;
}

p.augue_agile:after {
    right: 25%;
}

.testimonial_grids {
    margin: 3em 0 0;
}

.w3_agileits_testimonial_grid {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.w3_agileits_testimonial_grid p {
    color: #dadada;
    line-height: 27px;
    margin-bottom: 1em;
}

.w3_agileits_testimonial_grid p i {
    font-size: 20px;
    color: #5ca628;
    padding: .4em;
    margin-right: 0.5em;
}

.w3_agileits_testimonial_grids {
    margin: 3em 0 0;
}

.w3_agileits_testimonial_grid img {
    margin: 0 auto;
}

.w3_agileits_testimonial_grid h4 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.w3_agileits_testimonial_grid h4 span {
    display: block;
    margin-top: .5em;
    font-size: 17px;
    text-transform: capitalize;
    color: #5ca628;
    letter-spacing: 1px;
}

.team .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: auto;
}

.testimonials .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img, .blog .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: auto;
    height: auto;
}

div#testimonials {
    background: url(../images/test-1.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: initial;
}

.testimonial-page .w3_agileits_testimonial_grids {
    margin: 0;
}

.testimonial-page .w3_agileits_testimonial_grid h4 {
    font-size: 16px;
    color: #294593;
}

.testimonial-page .w3_agileits_testimonial_grid p {
    color: #a1a1a1;
    text-align: left;
}

.testimonial-page .w3_agileits_testimonial_grid {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin: 15px 0;
}

/*-- //testimonials --*/

/* eNd testimonial journey sEction */

/* patient journey sEction */

.patient-journey-section {
    /* margin: 5rem 0; */
    padding: 0;
    background: url('../images/patient-journey.png') left center no-repeat;
}

.patient-journey-right {
    background: #fff;
}

.patient-journey-heading {
    background: #294593;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: -1px;
}

.single-patient-journey-step {
    justify-content: space-evenly;
    padding: 50px 30px;
    /* margin-right: -30px; */
}

.single-patient-journey-step .icon {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    background: #5ca628;
}

.single-patient-journey-step
/* eNd patient journey sEction */

/* testimonial sEction */

/* eNd testimonial sEction */

/* footer Section */

footer {
    background-color: #014596 !important;
}

.footer-section ul li {
    display: block;
}

.footer-section ul li a {
    color: #fff;
    padding: 5px 0;
    display: block;
}

footer {
    /* background: #014596; */
    background: #5ca628;
    color: #fff;
    padding: 3rem 0 1rem 0;
}

.footer-top {
    margin-bottom: 1.5rem;
}

.footer-newsletter input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #64b820;
    box-shadow: none;
    border-radius: 0;
}

.footer-newsletter input::placeholder {
    color: #fff;
}

.footer-newsletter button {
    background: #64b820;
    border-radius: 0;
    color: #fff;
    padding: 4px 5px;
    margin-top: 3px;
}

.form-control:focus {
    /* background: transparent; */
    box-shadow: none;
}

.get-in-touch ul li {
    display: inline-block;
}

.get-in-touch ul li a {
    padding: 0 2px;
}

.footer-copyright {
    padding-top: 3rem;
    justify-content: center;
    border-top: 1px solid #64b820;
}

.footer-copyright p {
    font-size: 14px;
    padding: 0 8px;
}

.footer-copyright a {
    display: block;
    color: #356c08;
    line-height: 23px;
}

.developed-by {
    border-left: 1px solid #ededed;
    padding-left: 9px;
    line-height: 12px;
    font-size: 12px;
}

.rounded-sm {
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
    width: 35%;
}

.about-bottom-section h2.heading {
    /* padding-bottom: 30px; */
    display: inline-block;
}

.inner-content-section .about-bottom-section h2.heading::before {
    /* bottom: 25px; */
}

/* eNd fOoter Section */

/* ---------------------------------------- iNner page css -------------------------------------- */

.main {
    margin-top: 7rem;
    position: relative;
    display: inline-block;
    width: 100%;
    /* border-top: 1px solid tomato; */
    padding: 0;
}

.image-bg-content {
    position: relative;
    z-index: 11;
    justify-content: flex-start;
    flex-direction: column;
}

.page-title {
    width: 100%;
    position: relative;
    color: #fff;
}

.page-title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

.bg-image {
    margin-top: 20px;
    padding: 3% 0;
    background: url('../images/inner-bg.jpg') center center no-repeat;
}

.custom-breadcrum a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.inner-content-section {
    padding: 3rem 0 0 0;
}

.inner-content-section h2 {
    /* background: green; */
    position: relative;
    display: inline;
}

.inner-content-section h2.heading::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 2px;
    background: #5ca628;
    bottom: 7px;
    right: -3.5rem;
}

.inner-content-section h4.subheading {
    font-size: 1rem;
}

/*  eNd InNER pAges cOmmon cSs */

/* ---------------------------------------- about Us page css -------------------------------------- */

.persona-info {
    padding: 0 0 1.5rem 0;
    width: 68%;
}

.persona-info .hj-ul {
    width: 100%;
}

.persona-info .hj-ul li {
    margin: 0 0;
    padding: 0.8rem .8rem;
    font-size: 1.2rem;
    border-bottom: none !important;
}

.persona-info .hj-ul li:nth-last-child(1) {
    border-bottom: 1px solid #6c757d!important;
}

/* ---------------------------------------- eNd about Us page css -------------------------------------- */

/* ---------------------------------------- Services page css -------------------------------------- */

.services-block {
    margin: 2rem 0
}

.services-block .bottom-content h4 {
    font-weight: 600;
    font-size: 1.2rem;
}

.services-block .bottom-content a {
    display: inline-block;
    margin: .8rem 0;
}

/* ---------------------------------------- eNd Services page css -------------------------------------- */

/* ---------------------------------------- single Services page css -------------------------------------- */

.nav-tabs {
    --offset: var(--space);
    position: sticky;
    top: var(--offset);
}

.services-single-page .nav-tabs li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.services-single-page .nav-tabs .nav-link {
    border-radius: 0;
    border-color: #dee2e6 #dee2e6 #dee2e6;
    color: #000;
    padding: 1rem 1.8rem;
}

.services-single-page .nav-tabs .nav-item.show .nav-link, .services-single-page .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    background-color: #5ca628;
    color: #fff
}

.services-single-page .nav-tabs .nav-link:hover {
    background-color: #5ca628;
    color: #fff;
}

.single-service-tab .img-div {
    background: URL('../images/single-service.jpg') center center no-repeat;
    width: 100%;
    height: 400px;
    background-size: cover;
}

.single-service-tab p {
    margin: 12px 0;
    display: block;
}

.other-service-link .nav-tabs li {
    margin-bottom: initial;
    /* background: #6c757d; */
    background: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

.other-service-link .nav-tabs .nav-link {
    /* color: #fff; */
    padding: 18px 15px;
    font-weight: 500;
    font-size: 1.2rem;
}

.tab-content ul {
    list-style: circle;
}

.tab-content ul li {
    display: block;
    padding: .5rem 0;
}

/* ---------------------------------------- eNd singleServices page css -------------------------------------- */

/* ---------------------------------------- cOntact page css -------------------------------------- */

.contact-section {
    padding: 3rem 0;
}

.contant-form .form-group {
    margin-bottom: 35px;
}

.contant-form {
    background: #5ca628;
    padding: 4rem;
}

.contant-form .form-control {
    border: none;
    border-bottom: 1px solid #c0c0c0;
    color: #878cae;
}

.contant-form button {
    background: #64b820 !important;
    cursor: pointer;
}

.contant-form textarea {
    height: 10rem;
}

.contant-details {
    padding: 0 3rem;
}

.hj-infobox-wrapper {
    margin-bottom: 2rem;
}

.google-map iframe {
    width: 100%;
}

.form-group.remove-mg {
    margin-bottom: 0;
}

.hj-infobox-text {
    font-size: 1.2rem;
    color: #878cae;
    font-weight: 600;
}

/* ---------------------------------------- eNd cOntact page css -------------------------------------- */

/*  tAble sEction */

table {
    width: 100%;
}

table td, table th {
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
}

table th {
    font-weight: 600;
    color: #18181d;
    font-family: Montserrat, sans-serif;
    border: 1px solid #f0f2f3;
}

table td {
    border: 1px solid #f0f2f3;
}

/* eNd table sEction */

/* cOntact sEction */

/* eNd cOntact sEction */

/* gallery */

.gallery-page {
    margin-bottom: 3rem;
}

.gallery-page img {
    border: 1px solid #ededed;
    box-shadow: 0px 0px 16px 3px #e2e4e5ad;
    margin-bottom: 2rem;
}

/* eNd gAllery */
.about-mobile-div{display: none;}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  #timeline .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
  
  #timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #1C71A4;
    left: 50%;
    top: 0;
    position: absolute;
  }
  #timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
  }
  #timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
  }
  #timeline .timeline-item .timeline-icon {
    background: #1C71A4;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  #timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
    position: relative;
    top: 13px;
    left: 14px;
    font-size: 24px;
    color: #fff;
  }
  #timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #1C71A4;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 22px;
  }
  #timeline .timeline-item .timeline-content p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #1C71A4;
  }
  #timeline .timeline-item .timeline-content.right {
    float: right;
  }
  #timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #1C71A4;
  }

  
  /* Animation CSS */
  
  /* icon animation */
  .timeline-icon.is-hidden {
    visibility: hidden;
  }
  .timeline-icon.animate-it {
    visibility: visible;
     -webkit-animation: bounce-1 0.6s;
     -moz-animation: bounce-1 0.6s;
      animation: bounce-1 0.6s;
  }
  
  /* content block animation */
  .timeline-content.is-hidden {
    visibility: hidden;
  }
  .timeline-content.animate-it {
    visibility: visible;
     -webkit-animation: bounce-2 0.6s;
     -moz-animation: bounce-2 0.6s;
      animation: bounce-2 0.6s;
    }




    *,
    *:before,
    *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
    .Grid1k {
      padding: 0 15px;
      max-width: 1200px;
      margin: auto;
    }
    
    .blocks-box,
    .slick-slider {
      margin: 0;
      padding: 0!important;
    }
    
    .slick-slide {
      float: left /* If RTL Make This Right */ ;
      padding: 0;
    }
    
    /* ==== Slider Style === */
    .Modern-Slider .item .img-fill{
      height:95vh;
      background:#000;
    }
    
    .Modern-Slider .item .info > div{
      display:inline-block!important;
      vertical-align:middle;
    }
    
    .Modern-Slider .NextArrow{
      position:absolute;
      top:50%;
      right:30px;
      border:0 none;
      background-color: transparent;
      text-align:center;
      font-size: 36px;
      font-family: 'FontAwesome';
      color:#FFF;
      z-index:5;
      outline: none;
    }
    
    .Modern-Slider .NextArrow:before{
      content:'\f105';
    }
    
    .Modern-Slider .PrevArrow {
      position:absolute;
      top:50%;
      left:30px;
      border:0 none;
      background-color: transparent;
      text-align:center;
      font-size: 36px;
      font-family: 'FontAwesome';
      color:#FFF;
      z-index:5;
      outline: none;
    }
    
    .Modern-Slider .PrevArrow:before{
      content:'\f104';
    }
    
    .scroll-down {
      position: absolute;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px;
      z-index: 10;
    }
    
    .scroll-down a {
      display: inline-block;
      background-color: #5fb759;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 50%;
      color: #fff;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }
    
    ul.slick-dots {
      display: none!important;
    }
    
    .Modern-Slider .text-content {
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    .Modern-Slider .item h3 {
      margin-bottom: 25px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color:#FFF;
      animation:fadeOutRight 1s both;
    }
    
    .Modern-Slider .item h5 {
      margin-bottom: 50px;
      font-size: 36px;
      font-weight: 200;
      letter-spacing: 2.5px;
      color:#FFF;
      overflow:hidden;
      animation:fadeOutLeft 1s both;
    }
    
    .Modern-Slider .item a {
      margin: 0 5px;
    }
    
    .Modern-Slider .item.slick-active h3{
      animation:fadeInDown 1s both 1s;
    }
    
    .Modern-Slider .item.slick-active h5{
      animation:fadeInLeft 1s both 1.5s;
    }
    
    .Modern-Slider .item.slick-active{
      animation:Slick-FastSwipeIn 1s both;
    }
    
    .Modern-Slider .buttons {
      position: relative;
    }
    
    .Modern-Slider {background:#000;}
    
    
    /* ==== Slick Slider Css Ruls === */
    .slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
    .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
    .slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
    .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    .slick-track{position:relative;top:0;left:0;display:block}
    .slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
    .slick-loading .slick-track{visibility:hidden}
    .slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
    .slick-slide.dragging img{pointer-events:none}
    .slick-initialized .slick-slide{display:block}
    .slick-loading .slick-slide{visibility:hidden}
    .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

      
  /* ALL animation types called */
  
  @-webkit-keyframes bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
    }
  
    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes bounce-1 {
    0% {
      opacity: 0;
      -moz-transform: scale(0.5);
    }
  
    60% {
      opacity: 1;
      -moz-transform: scale(1.2);
    }
  
    100% {
      -moz-transform: scale(1);
    }
  }
  @keyframes bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
  
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes bounce-2 {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100px);
    }
  
    60% {
      opacity: 1;
      -moz-transform: translateX(20px);
    }
  
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
    }
  }



  @-moz-keyframes bounce-2-inverse {
    0% {
      opacity: 0;
      -moz-transform: translateX(100px);
    }
  
    60% {
      opacity: 1;
      -moz-transform: translateX(-20px);
    }
  
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .project-name {
    text-align: center;
    padding: 10px 0;
  }
  
  .success {
    background: #78AD42 !important;
  }
  
  .timeline-container {
    max-width: 1000px;
    margin: 0 auto;
  }  



  /* smooth_scroll */
  .page-section {
    height: 480px;
    width: 50%;
    margin-left: 35%;
    margin-top: 5%;
    padding: 3em;
background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
    color: white;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
}



/* scroll efect */

.fix{
    position: fixed;
}

#nav {
    position: fixed;
    top: 220px;
    left: 0;
    background: #333;
    margin: 0;
    padding: 15px;
    list-style: none;
    border-radius: 0 0 10px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
  }

  
  
  #nav a {
    display: block;
    padding: 10px 10px;
    color: #fff;
  }
  
  #nav a:hover {
    color: #ff0;
  }
  
  .section {
    /* height: 1000px; */
    /* padding: 40px 140px; */
    padding: 40px 1px;

  }

 
  #t1
  {
      margin-top: 50px;
  }
  #section-1 {
    padding: 80px;
    background: #eee;
  }
  
  #section-2 {
    padding: 80px;
    background: #ddd;
  }
  
  #section-3 {
    padding: 80px;    
    background: #ccc;
  }

  #section-4 {
    padding: 80px;    
    background: #ccc;
  }

  #section-5 {
    padding: 80px;    
    background: #ccc;
  }

  #section-6 {
    padding: 80px;    
    background: #ccc;
  }
  #section-7 {
    padding: 80px;    
    background: #ccc;
  }
  
  h1 {
    margin: 0 0 20px 0;
  }
  
  .section a {
    color: #3399FF;
  }

  /* success_story card style  */

#success{
    margin-top: 20px;
    background-color: #3670be;
}

.box{
    padding-top:100px;
    }
  
  .Image-star, .Image-quote{
    text-align: center;
  }

  .padd
  {
         margin: 1.5rem;
      
  }

  .side-heading {
    color: #fff;
    font-family: calibri;
    background-color: #3670be;
    font-weight: 600;
    font-size: 28px;
    border: 1px solid #c1bfbf;
    display: inline-block;
    padding: 5px 25px 5px 50px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    margin-left: -80px;
    margin-bottom: 10px;
}

  /* sticky side bar ends here  */
  /*margin*/
  .marg{
    margin-bottom: 30px;
    margin-top: 25px;
}

.para-marg{
  margin-top: 20%;
  padding: 10px;
  }


/* text space  */
.justify-p{
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
}

.img-center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }

/* ==== Main CSS === */
.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  
  

  .img-fill img {
    vertical-align: middle;
    border-style: none;
    max-height: -webkit-fill-available;
    width: fit-content;
    margin-top: 112px;
}

  


  /* sticky side bar */

  .sidebar {
    width: 25%;
    height: 90vh; 
    min-height: 500px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }




/* blog style */
.cards {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


  
  
  /* other link  */
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    background-color: #5ca628;
    color: #fff;
}


  .carousel {
    position: relative;
    overflow: hidden;
}
  #carousel .carousel-item {
    height: 100vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
  }
  
  #carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  }
  
  #carousel .carousel-item .caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;
  }
  
  #carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
  }
  
  #carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
  }
  
  #carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
  }
  
  /* Button */
  .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
  }
  
  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c8314;
    border-color: #40ba37;
  }


  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 10px 10px 10px 10px;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(8, 189, 68, 0.5);
}

  
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #294593;
}
/* new carosel bullets ends here  */



.carousel-control-prev .fa.fa-chevron-left, .carousel-control-next .fa.fa-chevron-right {
    color: #294593;
    font-size: 2rem;
}

.navigation {
    position: fixed; 
      width: 30%;
      margin-left: 2%;
    background-color: #999;
    color: #fff;
  
    &__link {
          display: block;
      color: #ddd; 
      text-decoration: none;
      padding: 1em;
          font-weight: 400;
          
          &:hover {
              background-color: #aaa;
          }
      
         &.active {
             color: white;
               background-color: rgba(0,0,0,0.1);
         }
    }
  }
  

  
  .card {
	@media (max-width: 700px) {
		width: 100%;
	}
	position: relative;
	margin-bottom: 20px; 
	padding-bottom: 30px; 
	background: #fefff9;
	color: #363636; //the whole content of the card becomes linked, so this will give the text a "norma;" appearance
	text-decoration: none;
	@include box-shadow(rgba(black, 0.19) 0 0 8px 0);
	@include border-radius(4px);
	@include breakpoint(700px, $no-query: true) {
	//switch to 2 columns
		max-width: 320px;
		margin-right: 20px;
		margin-bottom: 20px;
		&:nth-child(even) {
			margin-right: 0;
		}
	}
	@include breakpoint(980px, $no-query: true) {
	//switch to 3 columns
		&:nth-child(even) {
			margin-right: 20px;
		}
		&:nth-child(3n) {
			margin-right: 0;
		}
	}
	span {
		display: block;
	}
	.card-summary {
		padding: 5% 5% 3% 5%;
	}
	.card-header {
		position: relative;
		height: 175px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-color: rgba(white,.15);
 		background-blend-mode: overlay;
		@include border-radius(4px 4px 0 0);
		&:hover, &:focus {
			background-color: rgba(white, 0);
		}
	}
	.card-title {
		background: rgba(157, 187, 63, .85);
		padding: 3.5% 0 2.5% 0;
		color: white;
		font-family: 'Roboto Condensed', sans-serif;
		text-transform: uppercase;
		position: absolute;
		bottom: 0;
		width: 100%;
		h3 {
			font-size: 1.2em;
			line-height: 1.2;
			padding: 0 3.5%;
			margin: 0;
		}
	}
	.card-meta {
		max-height: 0;
		overflow: hidden;
		color: #666;
		font-size: .78em;
		text-transform: uppercase;
		position: absolute;
		bottom: 5%;
		padding: 0 5%;
		@include transition-property(max-height);
		@include transition-duration(.4s);
		@include transition-timing-function(ease-in-out);
	}
	&:hover, &:focus {
		background: white;
	  @include box-shadow(rgba(black, 0.45) 0px 0px 20px 0px);
		.card-title {
			background: rgba(157, 187, 63, .95);
		}
		.card-meta {
			max-height: 1em;
		}
	}
}

.success-story-page h1{
    margin-bottom: 0;
}

.success-story-page section{
    /* padding:1rem; */
}


.open-modal-ul {
    display: none;
}
.hide-to-mb{display: inline-block;}

 iframe{
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #9cd4efed;
    /* background-clip: padding-box; */
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px;
    outline: 0;
    padding: 10px;
    color:white;
}

.service-img-circle {
    width: 100%;
    height: 100%;
    border: 18px solid #294593;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: 50%;
    overflow: hidden;
}



/* .modal {
    position: fixed;
    margin-top: 50%; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
     display: none;
    overflow: hidden;
    outline: 0;
} */

.img-ser{
    border-radius: 50%;
    border: 5px solid #294593;
    margin: 10px;
    width: 100%;
}

.awards-section.succes-story-section{
    background: url(../images/success-story-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0;
    position: relative;
}
/* 
.image-sphere-style .sphere {
    border:5px solid #B9B7B7; width:133px;
  } */
    /*----------------------------------------- media query start -------------------------------------------------- */
  

@media (min-width: 768px) {
    ul.dropdown-ul .row .col-md-2 {
        max-width: 22% !important;
        flex: 0 0 20%;
    }
}


@media (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        padding:2.2rem .3rem;
    }
  }


@media screen and (min-width: 800px) and (max-width: 1281px)
{
    .navbar-light .navbar-nav .nav-link {        
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .navbar {
        font-size: 90%;
    }
    .get-an-appointment {
        padding: 8px 1rem !important;
    }
    .carousel-slider {
        min-height: 500px;
    }
}

@media (max-width: 1024px) {
.banner-section {
    height: initial;   
}

.carousel-slider{
    height: initial;
}
.about-section{
    /* margin-top: -85px; */
    
}
.about-section, .about{
    min-height: initial;
}
}
@media (max-width: 992px) {
    .navigation ul li a {
        padding: 8px 1.5rem;
    }
  
    .carousel-slider {
        min-height: 400px;
    }
    .slider-content h2 {
        font-size: 2rem;
    }
    .slider-content h4 {
        font-size: 1.3rem;
    }
    .about-right {
        width: 100%;
        background: #fff;
    }
    .about.flex-div {
        align-items: flex-end;
    }
    .single-patient-journey-step {
        padding: 1rem 3rem;
        justify-content: flex-start;
    }
    .jry-heading {
        padding-left: 1.5rem;
    }
    .footer-top .col-sm-6 {
        margin-bottom: 1rem;
    }
    .persona-info {
        width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    /* Inverse bounce effect on even content blocks */
  .timeline-content.right.animate-it {
      -webkit-animation: bounce-2-inverse 0.6s;
      -moz-animation: bounce-2-inverse 0.6s;
      animation: bounce-2-inverse 0.6s;
    }
  }
  

@media (max-width: 768px) {
   
    .navbar {
        padding: 0.5rem .5rem;
    }
    .remove-mr-nav {
        padding:1.5rem 1rem;
    }
    .navbar-expand-lg{
        height: auto;
    }
    .small-logo {
        width: 220px;      
        margin-left: inherit;
    }
    .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.2rem .5rem;
        font-size: 1rem;
        border-bottom: 1px solid #c3c7ec;
    }
    .navigation ul li {
        display: block;
    }
    .nav-right-section {
        align-items: center;
    }
    .nav-right-section .hcs-ul li {
        display: inline-block;
    }
    li.nav-item{
        position: relative;
    }
    li.nav-item .open-modal-ul{
       display: block;
    }
    .navigation-mdoal .modal-content {
        background: #294593;
        height: 400px;
        overflow-y: scroll;
        border-radius: 0;
    }
    .hide-to-mb{
        display: none;
    }
    li.nav-item{
        position: relative;
    }
    .right-section.flex-coloum {
        flex-direction: row;
    }
    .burger {
        display: flex;
        cursor: pointer;
    }
    .mobile-nav {
        background: #cec8d4;
    }
    .h-nav-rsp {
        height: 0;
        transition: all .3s ease-in-out;
    }
    .navigation ul {
        flex-direction: column;
    }
    .modal-body li a {
        color:#ff0
    }
    .nav-div.flex-div {
        flex-direction: column;
        align-items: inherit;
    }
    .header-contact-section.flex-div {
        justify-content: center;
    }
    .nav-left-section.flex-div {
        border-bottom: 1px solid #8ae749;
        margin-bottom: 10px;
    }
    .bg-image {
        margin-top: 5px;
    }
    .mb-hide-gallery{display: none}
    
    li.nav-item ul {
        position: relative;
        top: 0rem;
        height: 120px;
        display: block;
        overflow: hidden;
        overflow-y: scroll;
        padding: .1rem 0;
        /* margin-bottom: 10px; */
        width: 100%;
        margin: 10px auto;
    }
    .mb-hight-gallery{
        height: auto !important;
    }
    .dropdown-ul h4 {
        font-size: 0.9rem;
        padding: 5px 8px;
    }
    li.nav-item ul li a {
        padding: .2rem 0.5rem;
    }
    .nav-right-section .hcs-ul li i {
        width: 17px;
        height: 17px;
    }
    .logo-section img {
        /* width: inherit; */
    }
    .large-logo-div{
        width: 150px;
        height: 150px;
    }
    .nav-right-section .hcs-ul li span {
        width: 13px;
    }
    .h-nav-rsp {
        border: none
    }
    .header-contact-section ul {
        margin-bottom: 0;
    }
    .navbar .container-fluid, .navbar .container-fluid .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .visible-div-rsp {
        opacity: 0;
    }
    .navbar.navbar-expand-lg.navbar-light.bg-light.remove-mr-nav .navbar-nav{
        margin-top: 7rem;
        background: #fff;
    }
    .banner-section {
        margin: 9.8rem 0 0 0;
    }
    .carousel-slider {
        min-height: 300px;
    }

    .about-section {
        /* margin-top: 0px; */
        background:url(../images/about-banner-small.jpg) no-repeat -30px 0;
        background-size: cover;
        
    
       
    }
    .about-right {
        width: 55%;
        top: 2rem;
    }
        .about-section, .about{
            padding: 1rem 0 4rem 0;
        }
    .position-relative {
        position: relative;
    }
    .position-relative   .about {
        width: 50%;
        position: absolute;
        bottom: 12px;
        right: 0;
    }
    .about-mobile-div{
        display: block;
        padding: 0;
        position: relative;
        margin-top: -64px;
        margin-left: -15px;
        margin-right: -15px;
    }
      
    
    .about-mobile-div img{
        width: 100%;
    }
    .about-right h3 {
        font-size: 1.5rem;
    }
   
    .about {
        padding: 0rem 0 0px;
        /* padding: 4rem 2rem 0px; */
    }
    .about-right h3, .about-right p, .about-right a {
        padding: 6px 0
    }
    .single-service-panel h3 {
        padding: 2rem 0 2rem;
    }
    .treatment-right-section {
        padding: 2.8rem 2.5rem 3rem 2.5rem;
    }
    .treatment-right-section h1 {
        font-size: 1.5rem
    }
    .slider-treatment-heading h2 {
        transform: rotate(90deg);
        font-size: 1.8rem;
        font-weight: 500;
        /* border: 1px solid tomato; */
        width: 240%;
        top: 2rem;
        position: relative;
        left: -7rem;
        display: none;
    }
    .treatment-section::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 42.5%;
        background: #5ca628;
        bottom: 0px;
    }
    .slider-treatment {
        margin-top: 0;
    }
    .w3_agileits_testimonial_grid {
        width: 100%;
    }
    .jry-heading h3 {
        font-size: 1.5rem;
    }
    .footer-top .col-sm-6 {
        margin-bottom: 1rem;
    }
    .contant-form {
        padding: 2rem;
    }
    .contant-details {
        padding: 2rem 0rem;
    }
    .footer-copyright.flex-div {
        flex-direction: column;
    }
    .footer-copyright a {
        display: inline-block;
    }
   
    .banner-section {
        margin: 7rem 0 0 0;
    }
    .inner-content-section {
        padding: 0rem 0 0 0;
    }
    #t1 {
        margin-top: 0 !important;
    }
    #section-1, #section-2, #section-3, #section-4, #section-5, #section-6, #section-7  {
        padding: 0 !important;
    }
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
      }
      #timeline:before {
        left: 0;
      }
      #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
      }
      #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #1C71A4;
      }
      #timeline .timeline-item .timeline-icon {
        left: 0;
      }
      .owl-theme .owl-nav {
          margin-top: 0px;
        
          right: 0%;
      }
      
        /* Inverse bounce effect on all content blocks */
  .timeline-content.animate-it, .timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
  .side-heading{
    font-size: 20px;     
    margin-left: -2.8rem;   
}
section {
    padding: 15px;
  }
.success-story-page  .py-5 {
    padding-top:1rem!important;
    padding-bottom: 1rem !important;
  }
  .success-story-page  .pb-5{
     
  }
}

@media (max-width: 576px) {
    .navbar-nav {       
        margin-left: -15px;
        margin-right: -15px;
        background: #ededed !important;
    }
    .navbar {               
        top: 36px;
    }  
    ul.dropdown-ul{
        display: none !important;
    }  
    li.nav-item{
        position: relative;
    }
    .modal-body li a {
        color:#ff0
    }
    li.nav-item .open-modal-ul{
      
        display: block;
    }
    .navigation-mdoal .modal-content {
        background: #294593;
        height: 400px;
        overflow-y: scroll;
        border-radius: 0;
    }
    li.nav-item{
        position: relative;
    }
  
    .mrg-top{
        margin-top:5rem !important;
        position: relative;
        overflow-y: scroll;
    }
    .navbar-expand-lg .navbar-collapse{
        overflow-y: scroll;
    }
    .bg-image {
        margin-top: 0;
    }
    .about-right{
        padding: 8px 8px;
        position: relative;
        border: 1px solid #5ca628;
        border-left: 1px solid #5ca628;}
    .about-right h3, .about-right p, .about-right a {
        padding: 2px 0;
    }
    .about-right p, .about-right a {
        width: 100%;
        font-size: 12px;
        line-height: 1;
    }
    .large-logo.large-logo-div.show-large-logo {
        width: 130px;
        height: 130px;
    }
    .navbar-toggler {
        position: absolute;
        right: 15px;
        z-index: 1111;
        top: 22px;
    }
    .navbar-toggler {
        padding: .2rem .5rem;
        font-size: 1rem;}
        .remove-mr-nav {
            padding: 2.5rem 1rem;
        }    
    .carousel-slider {
        min-height: 220px;
    }
    .slider-content h2 {
        font-size: 1.3rem;
    }
    .slider-content h4 {
        font-size: 1rem;
    }
    .about {
        /* padding: 4rem 0 0px; */
    }
    .about-right h3 {
        font-size: 1rem;
    }
    
    .about-right p, .about-right a {
        width: 100%;
        font-size: 12px;
    }
    section.treatment-section {
        padding: 0;
    }
    .treatment-section>.container {
        width: 100% !important;
    }
    .contact-info ul li, .social-icon-tab ul li, .social-icon-tab .fa {
        font-size: 89%;
    }
    .contact-info ul li span {
        display: none;
    }
    .contact-info ul li {
        padding: 0;
    }
    .footer-top .col-sm-6 {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #64b820;
    }
    .footer-top .col-sm-6:nth-last-child(1) {
        border-bottom: none;
        padding-bottom: 0;
        padding-bottom: 0;
    }
    .footer-top {
        margin-bottom: 0;
    }
    .inner-content-section h2.heading::before{
        right: 0;
    }
    .navbar-light .navbar-toggler {
        margin-right: 0;
    }
    .sidebar {
        width: 100%;
    }
    .success-story-page h1{
        font-size: 2rem;
    }
    .about-right.flex-div.flex-coloum.py-4{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .services-section {        
        
        padding: 3rem 0;
    }
    
}
@media (max-width : 480px) {
    .position-relative .about{
        width: 53%;
        padding: 0;
        /* top: -8rem; */
    }
    .modal-body li a {
        color:#ff0
    }
    .about-section{
    /* background: url(../images/about-banner-small.jpg) no-repeat -15px 0; */
    
    }
}



@media (max-width: 360px) {
    .logo-section img {
        width: 70%;
    }
    .carousel-slider {
        min-height: 173px;
    }
    .position-relative .about{
        width: 100%;
        position: relative;
        padding: 0;
    }
    .about-right.flex-div.flex-coloum{
        /* top: 5rem; */
        width: 54%;
    }
    .modal-body li a {
        color:#ff0
    }
    .banner-section {
        margin: 7.5rem 0 0 0;
    }

}

@media (max-width : 320px) {
    .about-right.flex-div.flex-coloum{
        top: 5rem;
        width: 100%;
    }
    li.nav-item .open-modal-ul{
        /* right: 5rem; */
    }
    .modal-body li a {
        color:#ff0
    }
    .banner-section {
        margin: 7rem 0 0 0;
    }
}


  
  
