﻿* {
    padding: 0px;
    margin: 0px;
    box-sizing: padding-box;
    /*font-family: 'Muli', sans-serif;
font-family: 'Questrial', sans-serif;*/
}
.tel {
visibility:hidden;
}

body, html {
    font-family: 'Questrial', sans-serif;
}

body {
    overflow-x: hidden;
}

.patti {
    width: 100%;
    height: 40px;
    background-color: #008dd2;
    z-index: 1200;
    position: fixed;
    clear: both;
    text-align: right;
    padding: 3px;
    overflow: hidden;
    color: white;
    padding-top: 8px;
}

.modal-header {
    width: 100%;
    height: 50px;
    background-color: #2f71a9;
    color: white;
}

.mylblmodel {
    font-weight: 100;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
}

.mytxtmodal {
    border-radius: 0px;
    font-size: 16px;
}

.btnmodalpopop {
    background-color: #084671;
    color: white;
    border: none;
    padding: 4px 8px;
    margin-left: 20px;
    margin-right: 10px;
}


/*menubar*/
.mentop {
    width: 100%;
    height: 120px;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    position: fixed;
    clear: both;
    z-index: 999;
    background-image: url('../images/topmenubar.png');
    background-repeat: no-repeat;
    background: cover;
    background-size: 100% 100%;
}

    .mentop img {
        margin-top: 38px;
        padding-left: 10px;
        height: 75px;
        width: 190px;
    }

    .mentop ul {
        float: right;
    }

        .mentop ul li {
            display: inline-block;
            /*line-height: 200px;*/
        }

            .mentop ul li a {
                display: block;
                color: #808080;
                font-size: 20px;
                padding: 0px 10px;
                text-transform: uppercase;
                font-weight: 500;
                height: auto;
                margin-top: 80px;
            }

                .mentop ul li a:hover {
                    color: orange;
                }

.menubtton {
    display: none;
}



/*#myCarousel {
top:100px;
}*/
/*=============MyBanner Sec1===================*/
.mybanner {
    background-color: #fff;
    background-image: url('../images/banner5.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 88.8vh;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
    top: 120px;
    clear: both;
}
/*=============Sec2===================*/
.sec2 {
    width: 100%;
    height: 600px;
    /*background-color:#fafafa;*/
    text-align: left;
    background-image: url('../images/sec2bck.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 60%;
    position: relative;
    top: 100px;
    padding: 8%;
    clear: both;
}

    .sec2 h1 {
        color: #00979e;
        font-weight: 500;
    }

    .sec2 h3 {
        width: 50%;
        display: block;
    }


.sec2p {
    margin-top: 15px;
    font-family: 'Questrial', sans-serif;
    font-size: 1.2vw;
    width: 50%;
    display: block;
    line-height: 1.5;
}

/*=============Sec3===================*/
.sec3 {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .sec3 img {
        width: 25%;
    }

/*=============Sec4===================*/
.sec4 {
    width: 100%;
    height: 150px;
    background-color: #0d5e96;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .sec4 h2 {
        font-weight: 700;
        font-size: 3.2vw;
        margin: auto;
        color: white;
    }

/*=============Sec5===================*/
.sec5 {
    width: 100%;
    height: auto;
    /*background-color: #fafafa;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4%;
}

    .sec5 h2 {
        font-weight: 700;
        font-size: 2vw;
        margin: auto;
        color: black;
        display: block;
        width: 100%;
        text-align: center;

    }

.sec5p1 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-family: 'Questrial', sans-serif;
    font-size: 1.2vw;
    line-height: 1.5;
}

.sec5div {
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

    .sec5div div {
        width: 30%;
        height: 400px;
        background-color: #fafafa;
        /*border:5px solid #24dc9d;*/
    }

        .sec5div div h2 {
            display: block;
            color: white;
            display: block;
            background-color: #008dd2;
            padding: 8px;
            font-size: 1.5em;
            font-weight: 400;
            text-transform: capitalize;
        }

.sec5p2 {
    width: 100%;
    padding: 15px;
    line-height: 2;
    text-align: justify;
    font-size: 1.2vw;
}

.sec5ul1 {
    padding: 15px;
    line-height: 1.5;
    text-align: justify;
    font-size: 1.2vw;
    width: 95%;
    margin-left: 15px;
}

/*=============Sec6===================*/
.myh2 {
    background-color: #008dd2;
    display: block;
    width: 100%;
    padding: 30px 10px;
    margin: 0px;
    color: black;
    font-weight: 600;
    color: white;
    text-align: center;
    letter-spacing: 2px;
}

.sec6 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2%;
    background-color: #008dd2;
    align-items: center;
}

.sec6div {
    width: 31%;
    height: 25px;
    margin-bottom: 26px;
    margin-right: 26px;
}

.isec7 {
    margin-right: 10px;
}

.ahrefsec6 {
    display: block;
    width: 100%;
    color: white;
    /*border:1px solid white;*/
    padding: 5px 10px;
    background-color: #084671;
    border-radius: 40px;
}

    .ahrefsec6:hover {
        color: #094b4e;
        background-color: #fff;
        text-decoration: none;
    }


/*=============Sec7===================*/

.sec7 {
    width: 100%;
    height: auto;
    background-image: url('../images/clientsays.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    padding: 2%;
}

    .sec7 h2 {
        display: block;
        width: 100%;
        padding: 15px 10px;
        margin: 0px;
        color: white;
        font-weight: 600;
        color: orange;
        text-align: center;
    }

.secp1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: orange;
}

.therapydivcontainer {
    width: 100%;
    padding: 0 5% 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.therapydiv {
    height: auto;
    width: 24%;
    background-color: transparent;
    color:white;
    overflow: hidden;
}

.grid1 img {
    width: 70%;
    border-radius:100%
}

.navbutton {
    float: right;
    text-align: right;
    clear: both;
    padding-right: 70px;
}

    .navbutton span {
        display: inline-block;
        background-color: #146eb4;
        width: 25px;
        height: 25px;
        padding-right: 8px;
        padding-top: 3px;
        color: white;
        margin-bottom: 20px;
    }

.viewallnavbtn {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 30px;
}

    .viewallnavbtn a {
        font-size: 20px;
        font-weight: 700;
    }

.starisec7 {
    color: orange;
    float: right;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
/*=============Sec8===================*/

.sec8 {
    width: 100%;
    height: 600px;
    padding: 2%;
}

    .sec8 h2 {
        color: #008dd2;
        font-size: 2.5vw;
    }

.sec8left {
    width: 70%;
    float: left;
}

.sec8 ul {
    list-style-type: square;
    color: #008dd2;
    font-size: 4em;
    margin-left: 40px;
    margin-top: 50px;
}

    .sec8 ul li {
        line-height: 0.6;
    }

.secullispan {
    font-size: 18px;
    position: relative;
    top: -8px;
    color: black;
}

.secinsidespan8 {
    color: #008dd2;
}

.sec8right {
    width: 30%;
    float: left;
}

.forminfo {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 10% !important;
    background-color: #242e73;
    text-align: center;
    color: white!important;
    font-weight: 700!important;
    font-size: 2em;
}

.requestform {
    width: 100%;
    height: auto;
    background-color: #0079b7;
    padding: 5%;
    padding-top: 1%;
    color: white;
}


/*=============Sec9===================*/

.sec9 {
    width: 100%;
    height: auto;
    padding: 5%;
    background-color: orange;
    display: flex;
    flex-wrap: wrap;
}

.sec9wrapper {
    width: 70%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .sec9wrapper h2 {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .sec9wrapper div {
        width: 20%;
        height: auto;
        background-color: white;
        text-align: center;
        padding: 10px;
    }

        .sec9wrapper div:hover {
            background-color: #0d5e96;
            color: white;
        }

        .sec9wrapper div i {
            font-size: 3em;
            display: block;
            width: 100%;
        }

.spansec9 {
    display: block;
    width: 100%;
    font-weight: 800;
    font-size: 1.5em;
    margin-top: 15px;
}

.psec9 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

/*=============footer===================*/
.footer {
    width: 100%;
    height: auto;
    background-color: #262626;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerdiv1 {
    /*background-color:gray;*/
    width: 70%;
    color: white;
}

    .footerdiv1 h3 {
        color: orange;
        font-size: 35px;
    }

.divaddress {
    width: 46%;
    float: left;
    margin-top: 20px;
    margin-right: 4%;
    color: orange;
    font-size: 16px;
    height: 80px;
}

    .divaddress p {
        color: white;
        font-style: italic;
        font-size: 14px;
    }

    .divaddress img {
        width: 25px;
    }

.footerdiv2 {
    /*background-color:black;*/
    width: 30%;
    text-align: center;
    color: white;
}

    .footerdiv2 img {
        width: 60%;
    }

    .footerdiv2 p {
        margin-top: 10px;
        text-align: left;
        line-height: 1.8;
    }

.subscriber {
    width: 100%;
    text-align: left;
    margin-top: 90px;
}

.txtsubcriber {
    border: none;
    width: 70%;
    height: 40px;
    color: black;
    font-size: 20px;
    padding: 5px;
}

.btnsubsriber {
    width: 28%;
    background-color: #0d5e96;
    border: none;
    color: white;
    height: 40px;
    top: -2px;
    position: relative;
    margin-left: -5px;
}

    .txtsubcriber:focus, .btnsubsriber:focus {
        outline: none;
    }
/*=============myicon===================*/
.myicon {
    position: fixed;
    width: 40px;
    height: 180px;
    background-color: transparent;
    z-index: 99999;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    top: 30%;
    transition: 0.2s;
}

.myiconimg {
    height: 40px;
    transition: 0.2s;
    width: 40px;
}

    .myiconimg:hover {
        width: 50px;
        transition: 0.2s ease-in-out;
    }
/*=====================ALL THerapy=============================================*/


/*=============AboutUS ===================*/
.mybanneraboutus {
    background-color: #C0C0C0;
    background-image: url('../images/aboutus.jpg');
    background-repeat: no-repeat;
    height: 310px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
    top: 120px;
    clear: both;
}

.mybannercontactus {
    background-color: #C0C0C0;
    background-image: url('../images/cs.jpg');
    background-repeat: no-repeat;
    height: 410px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
    top: 120px;
    clear: both;
}

.divider {
    width: 100%;
    height: 150px;
}
/*=============aboutussec1 Sec1===================*/
.aboutussec1 {
    width: 100%;
    height: auto;
    background-color: #eb9300;
    margin-top: 120px;
    padding: 1%;
}

    .aboutussec1 h2 {
        color: white;
        display: block;
        text-align: center;
        width: 100%;
    }

    .aboutussec1 hr {
        width: 10%;
        margin-left: 45%;
    }

    .aboutussec1 p {
        color: white;
        text-align: center;
        font-size: 17px;
        line-height: 1.7;
        width: 80%;
        margin-left: 10%;
    }

/*=============aboutussec2 Sec2===================*/
.aboutussec2 {
    width: 100%;
    height: auto;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background-color:#C0C0C0;*/
}

.abwrapper {
    width: 35%;
    height: auto;
    margin: 20px;
}

    .abwrapper h2 {
        color: black;
        display: block;
        text-align: center;
        width: 100%;
        height: 25px;
        /*background-color:red;*/
        font-size: 20px;
        font-weight: 600;
        font-family: 'Muli', sans-serif;
    }

    .abwrapper hr {
        width: 20%;
        margin-left: 40%;
        margin-top: -5px;
        background-color: #eb9300;
        height: 2px;
        color: red;
    }

    .abwrapper p {
        display: block;
        background-color: #f9f6f6;
        padding: 20px;
        height: 150px;
        font-family: 'Muli', sans-serif;
        line-height: 2;
    }


/*=============aboutussec3 Sec3===================*/
.aboutussec3 {
    width: 100%;
    height: 400px;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*background-color:#C0C0C0;*/
}

    .aboutussec3 h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-family: 'Muli', sans-serif;
    }

    .aboutussec3 hr {
        width: 20%;
        margin-left: 40%;
        margin-right: 40%;
        margin-top: -5px;
        background-color: #eb9300;
        height: 2px;
        color: red;
    }

.ab2icon4 {
    width: 20%;
    height: 250px;
    /*background-color:red;*/
    text-align: center;
    border: 1px solid #f9f6f6;
    padding: 30px;
}

    .ab2icon4:hover {
        background-color: #f9f6f6;
    }


/*=============aboutussec4 Sec4===================*/
.aboutussec4 {
    width: 100%;
    height: 400px;
    padding: 1%;
    /*display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;*/
    background-color: #008dd2;
}

.drphoto {
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .drphoto img {
        width: 25%;
        border: 5px solid #fff;
        margin-top: 20px;
    }

.drcontent {
    width: 70%;
    margin-left: 20px;
    font-size: 1.2em;
    line-height: 2;
    text-align: justify;
    color: white;
}

    .drcontent span {
        font-size: 2em;
        color: #eb9300;
        font-weight: 600;
        letter-spacing: 2px;
    }

/*=============aboutussec5 Sec5===================*/
.aboutussec5 {
    width: 100%;
    height: 400px;
    padding: 1%;
    /*display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;*/
    background-color: #47a0de;
}

.drphoto1 {
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .drphoto1 img {
        width: 25%;
        border: 5px solid #fff;
        margin-top: 20px;
    }

.drcontent1 {
    width: 70%;
    margin-left: 20px;
    font-size: 1.2em;
    line-height: 2;
    text-align: justify;
    color: white;
    order: -1;
}

    .drcontent1 span {
        font-size: 2em;
        color: #0d5e96;
        font-weight: 600;
        letter-spacing: 2px;
    }

/*=============aboutussec6 Sec6===================*/

.aboutussec6 {
    width: 100%;
    height: 400px;
    padding: 5% 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*background-color:#C0C0C0;*/
}

    .aboutussec6 h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-family: 'Muli', sans-serif;
    }

    .aboutussec6 hr {
        width: 20%;
        margin-left: 40%;
        margin-right: 40%;
        margin-bottom: 40px;
        background-color: #eb9300;
        height: 2px;
        color: red;
    }

.ab2icon6 {
    width: 15%;
    height: 120px;
    background-color: #fec63b;
    text-align: center;
    border: 2px solid #fbfbfb;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
    color: white;
}


/*------------------------------------------ .contactusform*/

.contactusform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*background-color: #f2f2f2;*/
}

    .contactusform img {
        width: 40%;
    }

.formmy {
    width: 40%;
    /*background-color:yellow;*/
    margin-left: 20%;
}

.mytxt {
    width: 85%;
    height: 50px;
    margin-bottom: 20px;
    outline: none;
    font-size: 20px;
    padding: 5px;
    border: 1PX solid GRAY;
}

#Button1 {
    background-color: #0d5e96;
    color: white;
    width: 180px;
    height: 50px;
    border: none;
    font-size: 16px;
}

/*----------------------------------------*/
.test {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom:100px;
}

.imgcontainer {
    width: 100%;
    text-align: center;
}

.testwrapper {
    width: 23%;
    background-color: #fff;
    padding: 10px;
    position: relative;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
    border-radius: 0px;
    margin-top: 100px;
    margin-left: 2%;
    border: 1px solid lightgray;
}

    .testwrapper img {
        width: 60%;
       
        border: 10px solid #fff;
        position: relative;
        margin-top: -80px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    }

    .testwrapper p {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        padding: 0px;
        height: 460px;
        padding-top: 20px;
        font-style:italic;
    }

.textbottom {
    position: absolute;
    bottom: 10px;
}

    .textbottom i {
        color: orange;
    }

    .textbottom h6 {
        font-size: 1.5rem;
        font-weight: 700;
    }

.copyright {
background-color:black;
text-align:center;
color:white;
padding:5px;
}

.googlemaps {
    width: 100%;
    height:auto;
    background-color:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0%;
    align-items: center;
    padding-top:50px;

}
    .googlediv {
    width:31%;
    height:300px;
    background-color:#fff;
    margin:5px;

    overflow:hidden;
    }
.framediv {
width:100%;
height:300px;
border:1px solid lightgray;
}
 .mapouter{position:relative;text-align:right;height:300px;width:100%;}
 .gmap_canvas {overflow:hidden;background:none!important;height:300px;width:100%;}
/*=============Media Query=================== /*=============Media Query===================*/ /*=============Media Query===================*/
/*=============Media Query===================*/ /*=============Media Query===================*/ /*=============Media Query===================*/
/*=============Media Query===================*/ /*=============Media Query===================*/ /*=============Media Query===================*/

@media only screen and (max-width: 600px) {


    .patti {
        width: 100%;
        height: 40px;
        background-color: #146eb4;
        z-index: 1200;
        position: fixed;
        clear: both;
        text-align: right;
        padding: 3px;
        overflow: hidden;
        color: white;
        padding-top: 6px;
    }

    .btnmodalpopop {
        color: white;
        border: 1px solid #107276;
        padding: 3px 5px;
        margin-left: 20px;
        margin-right: 10px;
        background-color: orange;
    }

    .mentop {
        width: 100%;
        height: auto;
        background-color: #f2f2f2;
        padding: 5px;
        overflow: hidden;
        position: fixed;
        clear: both;
        z-index: 999;
    }

        .mentop ul {
            float: left;
            text-align: center;
            width: 100%;
            background-color: #262626;
            display: none;
            height: 100vh;
        }

            .mentop ul li {
                display: block;
                line-height: 50px;
                width: 100%;
                font-weight: 100;
            }

                .mentop ul li a {
                    display: block;
                    color: white;
                    font-size: 20px;
                    padding: 0px 10px;
                    text-transform: uppercase;
                    font-weight: 100;
                    text-align: center;
                    height: auto;
                    margin-top: 0px;
                }

                    .mentop ul li a:hover {
                        color: orange;
                    }

        .mentop img {
            margin-top: 50px;
            padding-left: 10px;
            height: 55px;
            margin-bottom: 10px;
            width: 180px;
        }


    .menubtton {
        float: right;
        position: absolute;
        right: 20px;
        top: 75px;
        font-size: 1.5em;
        outline: 1px solid gray;
        outline-offset: 5px;
        cursor: pointer;
        display: block;
        color: gray;
        width: 30px;
        text-align: center;
    }

    /*=============MyBanner===================*/
    .mybanner {
        background-color: #C0C0C0;
        background-image: url('../images/banner2.jpg');
        background-repeat: no-repeat;
        height: 30vh;
        width: 100%;
        background: cover;
        position: relative;
        top: 115px;
    }

    /*=============Sec2===================*/
    .sec2 {
        width: 100%;
        min-height: 500px;
        max-height: auto;
        /*background-color:#fafafa;*/
        text-align: left;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        text-align: center;
        position: relative;
        top: 115px;
    }

        .sec2 h1 {
            color: #00979e;
            font-weight: 400;
        }

        .sec2 h3 {
            width: 100%;
            display: block;
            font-size: 5vw;
            line-height: 1.5;
            color: #d24e02;
        }


    .sec2p {
        margin-top: 15px;
        font-family: 'Questrial', sans-serif;
        font-size: 4vw;
        width: 100%;
        display: block;
        line-height: 1.5;
        text-align: justify;
        color: gray;
    }

    /*=============Sec3===================*/
    .sec3 {
        width: 100%;
        height: auto;
        background-color: #0d5e96;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
        justify-content: center;
        padding: 4px 0px;
    }

        .sec3 img {
            width: 45%;
            border: 8px solid white;
            margin: 8px;
        }
    /*=============Sec4===================*/
    .sec4 {
        width: 100%;
        height: 100px;
        background-color: #0d5e96;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        text-align: center;
    }

        .sec4 h2 {
            font-weight: 500;
            font-size: 6vw;
            margin: auto;
            color: white;
            font-family: 'Muli', sans-serif;
        }
    /*=============Sec5===================*/
    .sec5 {
        width: 100%;
        height: auto;
        /*background-color: #fafafa;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1%;
        padding-top: 50px;
    }

        .sec5 h2 {
            font-weight: 700;
            font-size: 5vw;
            margin: auto;
            color: black;
            display: block;
            width: 100%;
            text-align: center;
            background-color:#008dd2 !important;
        }

    .sec5p1 {
        width: 100%;
        text-align: justify;
        margin-top: 1%;
        font-family: 'Questrial', sans-serif;
        font-size: 4vw;
        line-height: 1.5;
        padding: 5%;
    }

    .sec5div {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }

        .sec5div div {
            width: 100%;
            height: 350px;
            background-color: #fafafa;
            padding: 0px;
            /*border:5px solid #24dc9d;*/
        }

            .sec5div div h2 {
                display: block;
                color: white;
                display: block;
                background-color: #59c7a2;
                padding: 8px;
                font-size: 1.5em;
                font-weight: 400;
                text-transform: capitalize;
            }

    .sec5p2 {
        width: 100%;
        padding: 15px;
        line-height: 2;
        text-align: justify;
        font-size: 4vw;
    }

    .sec5ul1 {
        padding: 15px;
        line-height: 1.8;
        text-align: justify;
        width: 95%;
        margin-left: 15px;
        font-size: 4vw;
    }

    /*=============Sec6===================*/
    .myh2 {
        background-color: #0d5e96;
        display: block;
        width: 100%;
        padding: 15px 10px;
        margin: 0px;
        color: black;
        font-weight: 600;
        color: white;
        font-size: 5vw;
    }

    .sec6 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 2%;
        background-color: #0d5e96;
        align-items: center;
    }

    .sec6div {
        width: 100%;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        /*border:1px solid white;*/
        border-radius: 40px;
        text-overflow: ellipsis;
        /* Required for text-overflow to do anything */
        white-space: nowrap;
        overflow: hidden;
    }

    .isec7 {
        margin-right: 10px;
    }

    .ahrefsec6 {
        display: block;
        width: 100%;
        color: white;
        height: 30px;
        border: 0px solid #0b578b;
        padding: 5px 10px;
        background-color: #084671;
        border-radius: 40px;
        text-transform: none;
        font-weight: 100 !important;
        font-family: 'Questrial', sans-serif;
    }

        .ahrefsec6:hover {
            color: #094b4e;
            background-color: #fff;
            text-decoration: none;
        }

    /*=============Sec7===================*/

    .sec7 {
        width: 100%;
        height: auto;
        background-color: #0d5e96;
        padding: 2%;
    }

        .sec7 h2 {
            display: block;
            width: 100%;
            padding: 15px 10px;
            margin: 0px;
            color: white;
            font-weight: 600;
            color: white;
            text-align: center;
        }

    .secp1 {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        color: white;
    }

    .therapydivcontainer {
        width: 100%;
        padding: 0 5% 0 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .therapydiv {
        height: auto;
        width: 24%;
        background-color: transparent;
        overflow: hidden;
        color:white;
    }

    .grid1 img {
        width: 70%;
        margin-left:15%;
    }

    .grid1 a {
        text-decoration: none;
        display: block;
        background-color: #ff9900;
        width: 70%;
        padding: 8px 5px;
        color: white;
        font-size: 20px;
        margin-top: 10px;
        margin-left: 15%;
    }

    .navbutton {
        float: right;
        text-align: right;
        clear: both;
        padding-right: 20px;
    }

        .navbutton span {
            display: inline-block;
            background-color: #146eb4;
            width: 25px;
            height: 25px;
            padding-right: 8px;
            padding-top: 3px;
            color: white;
            margin-bottom: 20px;
        }

    .viewallnavbtn {
        width: 100%;
        height: 100px;
        text-align: center;
        padding-top: 30px;
    }

        .viewallnavbtn a {
            font-size: 20px;
            font-weight: 700;
        }

    .starisec7 {
        color: orange;
        float: right;
    }

    /* the slides */
    .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .slick-list {
        margin: 0 -10px;
    }
    /*=============Sec8===================*/
    .sec8 {
        width: 100%;
        height: 1500px;
        padding: 0%;
    }

        .sec8 h2 {
            color: #ce2866;
            font-size: 8vw;
            display: block;
            text-align: center;
            width: 100%;
        }


    .sec8left {
        width: 100%;
        float: left;
    }

    .sec8 ul {
        list-style-type: square;
        color: #ce2866;
        font-size: 4em;
        margin-left: 40px;
        margin-top: 50px;
        width: 80%;
        overflow: hidden;
        text-align: justify;
    }

        .sec8 ul li {
            line-height: 0.6;
            text-align: justify;
        }

    .secullispan {
        font-size: 18px;
        position: relative;
        top: -8px;
        color: black;
        text-align: justify;
    }

    .secinsidespan8 {
        color: #ce2866;
        text-align: justify;
    }

    .sec8right {
        width: 100%;
        float: left;
    }

    .forminfo {
        width: 80%;
        height: auto;
        margin-left: 10%;
        margin-top: 10% !important;
        background-color: #242e73;
        text-align: center;
        color: white!important;
        font-weight: 700!important;
        font-size: 2em;
    }

    .requestform {
        width: 100%;
        height: auto;
        background-color: #0079b7;
        padding: 5%;
        padding-top: 1%;
        color: white;
    }
    /*=============Sec9===================*/

    .sec9 {
        width: 100%;
        height: auto;
        padding: 0%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
    }

    .sec9wrapper {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .sec9wrapper h2 {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-weight: 600;
            text-align: center;
        }

        .sec9wrapper div {
            width: 46%;
            height: 300px;
            background-color: white;
            text-align: center;
            padding: 20px;
            overflow: hidden;
            background-color: #0d5e96;
            margin: 2%;
            color: white;
        }

            .sec9wrapper div:hover {
                background-color: #0d5e96;
                color: white;
            }

            .sec9wrapper div i {
                font-size: 3em;
                display: block;
                width: 100%;
            }

    .spansec9 {
        display: block;
        width: 100%;
        font-weight: 800;
        font-size: 1.5em;
        margin-top: 15px;
    }

    .psec9 {
        display: block;
        text-align: justify;
        margin-top: 10px;
        font-weight: 600;
        font-size: 4vw;
    }


    /*=============footer===================*/
    .footer {
        width: 100%;
        height: auto;
        background-color: #262626;
        padding: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerdiv1 {
        /*background-color:gray;*/
        width: 100%;
        color: white;
    }

        .footerdiv1 h3 {
            color: orange;
            font-size: 35px;
        }

    .divaddress {
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-right: 4%;
        color: orange;
        font-size: 16px;
        height: auto;
    }

        .divaddress p {
            color: white;
            font-style: italic;
            font-size: 14px;
        }

        .divaddress img {
            width: 25px;
        }

    .footerdiv2 {
        /*background-color:black;*/
        width: 100%;
        text-align: center;
        color: white;
        margin-top: 40px;
    }

        .footerdiv2 img {
            width: 80%;
        }

        .footerdiv2 p {
            margin-top: 10px;
            text-align: left;
            line-height: 1.8;
        }

    .subscriber {
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }

    .txtsubcriber {
        border: none;
        width: 70%;
        height: 40px;
        color: black;
        font-size: 20px;
        padding: 5px;
    }

    .btnsubsriber {
        width: 28%;
        background-color: #0d5e96;
        border: none;
        color: white;
        height: 40px;
        top: -2px;
        position: relative;
        margin-left: -5px;
    }

        .txtsubcriber:focus, .btnsubsriber:focus {
            outline: none;
        }

    /*=============AboutUS ===================*/
    .mybanneraboutus {
        background-color: #C0C0C0;
        background-image: url('../images/aboutus.jpg');
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
        background-size: 100% 100%;
        position: relative;
        top: 120px;
        clear: both;
    }

    .mybannercontactus {
        background-color: #C0C0C0;
        background-image: url('../images/cs.jpg');
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
        background-size: 100% 100%;
        position: relative;
        top: 120px;
        clear: both;
    }

    /*=============aboutussec1 Sec1===================*/
    .aboutussec1 {
        width: 100%;
        height: auto;
        background-color: #eb9300;
        margin-top: 120px;
        padding: 5px;
    }

        .aboutussec1 h2 {
            color: white;
            display: block;
            text-align: center;
            width: 100%;
        }

        .aboutussec1 hr {
            width: 10%;
            margin-left: 45%;
        }

        .aboutussec1 p {
            color: white;
            text-align: justify;
            font-size: 5vw;
            line-height: 1.8;
            width: 100%;
            margin-left: 0%;
            padding: 10px;
        }

    /*=============aboutussec2 Sec2===================*/
    .aboutussec2 {
        width: 100%;
        height: auto;
        padding: 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*background-color:#C0C0C0;*/
    }

    .abwrapper {
        width: 100%;
        height: auto;
        margin: 10px;
    }

        .abwrapper h2 {
            color: black;
            display: block;
            text-align: center;
            width: 100%;
            height: 25px;
            /*background-color:red;*/
            font-size: 6vw;
            font-weight: 600;
            font-family: 'Muli', sans-serif;
        }

        .abwrapper hr {
            width: 20%;
            margin-left: 40%;
            margin-top: 5px;
            background-color: #eb9300;
            height: 2px;
        }

        .abwrapper p {
            display: block;
            background-color: #f9f6f6;
            padding: 20px;
            height: 290px;
            font-family: 'Muli', sans-serif;
            line-height: 1.6;
            font-size: 5vw;
            text-align: justify;
        }


    /*=============aboutussec3 Sec3===================*/
    .aboutussec3 {
        width: 100%;
        height: auto;
        padding: 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        /*background-color:#C0C0C0;*/
    }

        .aboutussec3 h2 {
            display: block;
            width: 100%;
            text-align: center;
            font-weight: 600;
            font-family: 'Muli', sans-serif;
        }

        .aboutussec3 hr {
            width: 20%;
            margin-left: 40%;
            margin-right: 40%;
            margin-top: -5px;
            background-color: #eb9300;
            height: 2px;
            color: red;
        }

    .ab2icon4 {
        width: 43%;
        height: auto;
        background-color: #47a0de;
        text-align: center;
        border: none;
        padding: 10px;
        margin: 10px;
        color: white;
        font-size: 4vw;
        font-family: 'Muli', sans-serif;
        line-height: 1.6;
    }

        .ab2icon4:hover {
            background-color: #47a0de;
        }

    /*=============aboutussec4 Sec4===================*/
    .aboutussec4 {
        width: 100%;
        height: 1000px;
        padding: 1%;
        /*display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;*/
        background-color: #0d5e96;
    }

    .drphoto {
        width: 100%;
        height: 250px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

        .drphoto img {
            width: 80%;
            border: 5px solid #fff;
            margin-top: 20px;
        }

    .drcontent {
        width: 100%;
        margin-left: 0px;
        font-size: 1.2em;
        line-height: 2;
        text-align: justify;
        color: white;
        padding: 10px;
        word-spacing: 1px;
    }

        .drcontent span {
            font-size: 1.3em;
            color: #eb9300;
            font-weight: 600;
            letter-spacing: 2px;
        }

    /*=============aboutussec5 Sec5===================*/
    .aboutussec5 {
        width: 100%;
        height: 850px;
        padding: 1%;
        /*display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;*/
        background-color: #47a0de;
    }

    .drphoto1 {
        width: 100%;
        height: 250px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

        .drphoto1 img {
            width: 80%;
            border: 5px solid #fff;
            margin-top: 20px;
        }

    .drcontent1 {
        width: 100%;
        margin-left: 0px;
        font-size: 1.2em;
        line-height: 2;
        text-align: justify;
        color: white;
        order: 1;
        padding: 10px;
    }

        .drcontent1 span {
            font-size: 1.3em;
            color: #0d5e96;
            font-weight: 600;
            letter-spacing: 2px;
        }

    /*=============aboutussec6 Sec6===================*/

    .aboutussec6 {
        width: 100%;
        height: 800px;
        padding: 5% 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        /*background-color:#C0C0C0;*/
    }

        .aboutussec6 h2 {
            display: block;
            width: 100%;
            text-align: center;
            font-weight: 600;
            font-family: 'Muli', sans-serif;
        }

        .aboutussec6 hr {
            width: 20%;
            margin-left: 40%;
            margin-right: 40%;
            margin-bottom: 40px;
            margin-top: -40px;
            background-color: #eb9300;
            height: 2px;
            color: red;
        }

    .ab2icon6 {
        width: 40%;
        height: 120px;
        background-color: #fec63b;
        text-align: center;
        border: 2px solid #fbfbfb;
        padding: 15px;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Muli', sans-serif;
    }

    /*------------------------------------------ .contactusform*/

    .contactusform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        /*background-color: #f2f2f2;*/
    }

        .contactusform img {
            width: 100%;
        }

    .formmy {
        width: 100%;
        background-color: #f2f2f2;
        margin-left: 0%;
        padding: 10px;
    }

    .mytxt {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        outline: none;
        font-size: 20px;
        padding: 5px;
        border: 1PX solid GRAY;
    }

    #Button1 {
        background-color: #0d5e96;
        color: white;
        width: 180px;
        height: 50px;
        border: none;
        font-size: 16px;
    }

    /*----------------Successstory------------------------*/
    .test {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .imgcontainer {
        width: 100%;
        text-align: center;
    }

    .testwrapper {
        width: 100%;
        background-color: #f1ecec;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        border-radius: 10px;
        margin-top: 100px;
        margin-left: 0%;
    }

        .testwrapper img {
            width: 60%;
            border-radius: 100%;
            border: 10px solid #fff;
            position: relative;
            margin-top: -80px;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        }

        .testwrapper p {
            display: block;
            width: 100%;
            font-size: 1.5rem;
            padding: 0px;
            height: auto;
            padding-top: 20px;
        }

    .textbottom {
        position: relative;
        bottom: 10px;
        margin-top:50px;
    }

        .textbottom i {
            color: orange;
        }

        .textbottom h6 {
            font-size: 1.5rem;
            font-weight: 700;
        }


        .tel {
visibility:visible;
}

         .googlediv {
    width:100%;
    height:300px;
    background-color:#fff;
    margin:10px;
   

    overflow:hidden;
    }
}
