@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Gloria+Hallelujah&family=Lexend&family=Maitree:wght@600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Prompt:ital@1&family=Roboto+Mono:wght@400;500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-160 {
    margin-top: 160px;
}

/*whatsappfixed*/

.whatsappbox {
    margin: 0px;
    padding: 0px;
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 99;
    width: 60px;
    height: 60px;
}


/*headertop*/

.headertop {
    margin: 0px;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: #0779bb;
    position: relative;
    z-index: 1;
}



.headertopleft {
    margin: 0px;
    padding: 0px;
}


.headertopleft ul {
    margin: 0px;
    padding: 0px 0px;
    display: flex;
    margin-top: 8px;
}

.headertopleft ul li {
    margin: 0px;
    padding: 0 10px;
    list-style: none;
}

.headertoplefticon {
    display: flex;
    gap: 8px;
}

.headertoplefticon i {
    color: aliceblue;
    line-height: 30px;
}

.headertoplefticon p,
.headertoplefticon p a {
    color: aliceblue;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-top: 6px;
    text-decoration: none;

}

.headertopright {
    margin: 0px;
    padding: 0px;
}

.headertopright ul {
    display: flex;
    justify-content: right;
    margin: 0px;
    padding: 0px;
    gap: 20px;
    margin-top: 8px;
}

.headertopright ul li {
    margin: 0px;
    padding: 0 8px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    line-height: 30px;
}

.headertopright ul li i {
    color: white;
}

/*navigation*/

.navigationstart {
    margin: 0px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #07599b;
}

/*logo*/

.logobox {
    margin: 0px;
    padding: 0;
    display: block;
    width: 100%;
}

.logobox h2 a {
    color: #e72254;
}

/*navigation*/

.navbox {
    margin: 0px;
    padding: 0px;
}

.navbox ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.navbox ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navbox ul li a {
    font-size: 18px;
    color: white;
    margin: 0px;
    padding: 0px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}



.appoinmentbox {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 5px;
}

.appoinmentbox button {

    color: #0779bb;
}

/*banner*/
.banner_box {
    margin: 0px;
    padding: 0px;
}

.banner_box_image {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_box_image h2 {
    color: #07599b;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 4px 2px #a1a1a1;
}


/*aboutus*/

.aboutusstart {
    margin: 0px;
    padding: 60px 0px;
    width: 100%;
    display: block;
    background-image: url(../image1/aboutusbg.png);
    position: relative;

    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}



.aboutusstartleft {
    margin: 0px;
    padding: 0px;
    padding-top: 80px;
    width: 100%;
    display: block;
}

.aboutusstartleft img {
    border: solid 10px white;
    height: 500px;
    object-fit: cover;
    width: 100%;
    display: block;
}


.aboutusstartright {
    margin: 0px;
    padding-top: 80px;
}

.aboutusstartrightbox {
    text-align: center;
    border: 1px dotted #0779bb;
    padding: 10px 15px;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
}

.aboutusstartrightbox h4 {
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
}

.aboutusstartrightbox h4::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    top: 5px;
    left: -25px;
}

.aboutusstartrightbox1 {
    margin-top: 10px;
    padding: 0px;
}

.aboutusstartrightbox1 p {
    color: aliceblue;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}

.aboutusstartrightbox1 button {
    background-color: #fff;
    color: rgb(0, 0, 0);
}

.aboutusstartrightbox1 button:hover {
    background-color: #fff;
    color: rgb(0, 0, 0);
}

/*service*/

.aboutusstartrightbox_1 {
    text-align: center;
    border: 1px dotted #0779bb;
    padding: 10px 15px;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    width: 30%;
}

.aboutusstartrightbox_1 h4 {
    font-size: 24px;
    color: #07599b;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.aboutusstartrightbox_1 h4::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #07599b;
    top: 5px;
    left: -25px;
}

.servicebox {
    width: 100%;
    display: block;
    border: solid 1px #dadada;
    min-height: 350px;
    transition: all 0.4s ease-in-out;
}

.servicebox:hover {
    box-shadow: 8px 8px 10px #a1a1a1;
}

.serviceimage {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.serviceimageimg {

    height: 350px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.serviceimage::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.servicebox:hover .serviceimage::before {
    width: 50%;
}

.serviceimage .serviceboxicon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background-color: #07599b;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.servicebox:hover .serviceimage .serviceboxicon {
    bottom: 50%;
    left: 45%;
    right: 0;

}

.servicetext {
    margin: 0px;
    padding: 20px 15px;
    background-color: #f1f3f5;
}

.servicetext h4 {
    font-size: 24px;
    color: #07599b;
    font-family: 'Roboto', sans-serif;
}

.servicetext p {
    font-size: 16px;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
}

.servicetext button {
    background-color: #0779bb;
    color: white;
}

.servicetext button:hover {
    background-color: #0779bb;
    color: white;
}

/*bestserrvice*/

.bestservicebox {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.bestservicebox_1 {
    width: 100%;
    display: block;
}


.bestservicebox .bestservicebox1 {

    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    min-height: 80px;
    border-radius: 0px 40px 0px 0px;
    background-color: #07599b;
    border: solid 5px white;
    transition: all 0.4s ease-in-out;
    padding: 10px;
}

.bestservicebox:hover .bestservicebox1 {
    bottom: 0px;
}

.bestservicebox .bestservicebox1 h4 {
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;

}

.bestservicebox .bestservicebox1 p {
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

/*maindoctor*/

.maindoctor {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.maindoctorimage {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: block;
}

.maindoctorimage1 {
    border-radius: 80px 80px 0px 0px;
    margin: auto;
    width: 100%;
    display: block;
}

.maindoctortext {
    margin: 0px;
    padding: 0px;
    background-color: #07599b;
    padding: 15px;
}

.maindoctortext h2 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.maindoctortext h4 {
    color: white;
    font-size: 18px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

.maindoctortext p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/*ourcontact*/
.ourcontactleft {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #07599b;
}

.ourcontactleft img{

    width: 100%;
    height: 550px;
    object-fit: cover;
    
}

.ourcontactright {
    margin: 0px;
    padding: 10px;
}

.ourcontactright h2 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
}

.ourcontactrightbox {
    margin: 20px 0px;
    padding: 0px;
}

.ourcontactrightbox input {
    font-size: 16px;
    border: solid 1px #07599b;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
    padding: 10px;
    margin: 10px 0px;
}

.ourcontactrightbox input:focus {
    outline: none;
}

.ourcontactrightbox textarea {
    font-size: 16px;
    border: solid 1px #07599b;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
    padding: 10px;
    margin: 10px 0px;
    width: 100%;
    height: 100px;
}

.ourcontactrightbox textarea:focus {
    outline: none;
}

.ourcontactrightbox button {

    background-color: #07599b;
    color: white;
    outline: none;
    border: none;
}

.ourcontactrightbox button:hover {


    background-color: #07599b;
    color: white;
    outline: none;
    border: none;
}

/*testimonial*/

.testimonialbox {
    margin: 0px;
    padding: 30px 0px;
    background-image: url(../image1/testimonialbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0779bb;
}

.testimonialbox1 {
    margin: 0px;
    padding: 0px;
}

.testimonialbox1text {
    margin: 0px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.testimonialbox1text p {
    font-size: 16px;
    color: black;
    font-family: 'Roboto', sans-serif;

}

.testimonialbox1text i {
    color: #000;
    font-size: 24px;
}

.testimonialbox1picture {
    margin: 0px auto;
    padding: 0px;
    display: table;

}

.testimonialbox1picture1 {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}

.testimonialbox1picture h6 {
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

/*footer*/

.footerbox {
    margin: 0px;
    padding: 0px;
    background-image: url(../image/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    z-index: 1;
    background-color: #1a1c2e;
}



.footerweprovide {

    margin: 0px;
    padding: 14px 14px;
    width: 100%;
    display: block;
    background-color: #07599b;
    margin-bottom: 40px;

}

.footerweprovide1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.footerweprovide1 i {

    color: white;
    font-size: 24px;
}

.footerweprovide1 p,
.footerweprovide1 p a {

    color: white;
    font-size: 16px;
    text-decoration: none;
}


.footerboxleft {
    margin: 0px;
    padding: 0px;
}

.footerboxleft h2 {
    color: #e72254;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;

}

.footerboxleft p {
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.footerboxlmiddlenav {
    margin: 0px;
    padding: 0px;
}

.footerboxlmiddlenav h2 {
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.footernav1 {
    margin-top: 15px;
    padding: 0px;
}

.footernav1 ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav1 ul li {
    margin: 0px;
    padding: 10px 0px;
    display: block;
}

.footernav1 ul li a {
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    transition: all 0.4s ease-in-out;
}

.footernav1 ul li a:hover {

    margin-left: 10px;
    color: #07599b;
}

.footerboxlmiddleclinic {
    margin: 0px;
    padding: 0px;
}

.footerboxlmiddleclinic h2 {
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.footerboxlmiddleclinic1 {
    margin-top: 15px;
    padding: 0px;
}

.footerboxlmiddleclinic1 p a {
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.footerboxright {
    margin: 0;
    padding: 0px;
}

.footerboxright h2 {
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.footerboxright1 {
    margin-top: 15px;
    padding: 0px;
}

.footerboxright1under {
    display: flex;
    gap: 10px;
    padding: 8px 0px;
}

.footerboxright1under_1 {
    display: flex;
    flex-direction: column !important;
}



.footerboxright1under i {
    color: white;
    line-height: 20px;
    display: flex;
    gap: 20px;
}

.footerboxright1under1 {
    display: flex;
    gap: 25px;
}

.footerboxright1under1 i {
    color: white;
}

.footerboxright1under p a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    text-decoration: none;
    margin-top: 16px;
}

.footerboxright1under_mt {
    margin-top: -32px;
}

.footerboxright1under_mt1 {
    margin-top: -10px;

}

.footercopyright {
    margin: 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: black;
}

.footercopyright p {
    font-size: 16px;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: auto;
}

.footercopyright p a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.sticky .navigationstart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #07599b;
    transition: all 0.4s ease-in;
}

.dis_none {
    display: block;
}

.resnav {
    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -20px;
}

.resnav i {

    color: white;
    font-size: 24px;
}

/*aboutuspage*/

.aboutuspage {
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutuspage h2 a,
.aboutuspage h2 {
    color: white;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}



.aboutuspage h2 {
    color: black;
}


.aboutusstart1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
    position: relative;
    min-height: 450px;
    z-index: 1;
}

.aboutusstart1::before {
    position: absolute;
    content: '';
    background-color: #203240;
    width: 100%;
    height: 482px;
    z-index: -1;
}


/*timingbox*/

.timiingbox {
    margin: 0px;
    padding: 0px;
}

.timiingboxtext {
    margin: 0px;
    padding: 0px;
}

.timiingboxtext h4 {
    color: #5f5f5f;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.timiingboxtex1 {
    display: flex;
    gap: 8px;
    margin: 8px 0px;
}

.timiingboxtex1 i {
    color: #e72254;
    line-height: 20px;
}

.timiingboxtex1 p {
    font-size: 16px;
    color: #5f5f5f;
}

.timingmap {
    margin: 0px;
    padding: 0px;
}


/*contactdetails*/
.contactleft {
    margin: 0px;
    padding: 35px;
    position: relative;
    background-color: #f0f0f0;
}

.contactleft::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #07599b;
}

.contactleftbox {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}


.contactleftboxicon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #203240;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactleftboxicon1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #07599b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactleftboxicon i {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.contactleftboxicon1 i {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.contactleftboxtext {
    margin: 0px;
    padding: 15px;
    margin-top: -8px;
}

.contactleftboxtext h4 {
    font-size: 24px;
    color: #203240;
    font-family: 'Roboto', sans-serif;
}

.contactleftboxtext p a{
    font-size: 16px;
    color: #203240;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.contenedor {

    height: 73.5vw;
    margin: 1vw auto;
    max-height: 450px;

    overflow: hidden;
    width: 100%;
}

.contenedor figure {
    background-image: url(../image3/banner1.jpg);
    background-size: cover;
    font-size: 0;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}

.separador {
    background-image: url(../image3/banner2.jpg);
    background-size: cover;
    bottom: 0;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    box-shadow: 10px 0 15px -13px #000;
    height: 100%;
    max-width: 98.6%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%;
    animation: figure 2s 1 normal ease-in-out 0.1s;
    -webkit-animation: figure 2s 1 normal ease-in-out 0.1s;
}

/*barra input */
input.deslizador {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%;
}

/*barra input mozilla*/
input.deslizador::-moz-range-track {
    background: transparent;
}

/*barra input ie*/
input.deslizador::-ms-track {
    border: none;
    background-color: transparent;
    height: 100vw;
    left: 0;
    outline: none;
    position: relative;
    top: -100vw;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: col-resize;
    color: transparent;
}

input.deslizador::-ms-fill-lower {
    background-color: transparent;
}

/*boton input chrome*/
input.deslizador::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

/*boton input mozilla*/
input.deslizador::-moz-range-thumb {
    -moz-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

/*boton input ie*/
input.deslizador::-ms-thumb {
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

input.deslizador::-ms-tooltip {
    display: none;
}

/*flechas*/
.separador::before {
    background: url(https://cdn.josetxu.com/img/before-after-effect-arrows.png) no-repeat scroll 0 center transparent;
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top: 0;
    width: 64px;
}

/*animacion*/
@keyframes figure {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 50%;
    }
}

/*animacion chrome*/
@-webkit-keyframes figure {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 50%;
    }
}

/*-----responsive-------*/


@media (max-width:991px) {
    .dis_none {
        display: none;
    }

    .headertop::before {
        display: none;
    }

    .headertopleft ul {
        display: block;
    }

    .headertopright ul {
        display: flex;
        justify-content: left;
    }

    .resnav {
        display: block;
    }

    .navbox {
        width: 200px;
        height: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 99;
        border-top: solid 1px #07599b;
        border-left: solid 1px #07599b;
        border-bottom: solid 1px #07599b;
        transition: all 0.4s ease-in-out;
    }

    .navbox ul {
        display: block;
    }

    .navbox ul li {
        display: block;
        padding: 10px;
    }

    .navbox ul li a{

        color: black;
    }

    .navbox.mystyle {
        left: 0;
    }

    .aboutusstartrightbox1 p {
        color: #ffffff;
    }

    .mt-40 {
        margin-top: 60px !important;
    }

    .banner_box_image h2 {
        font-size: 20px;
        text-align: center;
        text-shadow: 2px 2px #a1a1a1;
    }

    .aboutusstartrightbox_1 {
        width: 80%;
    }

    .maindoctorimage1 {
        border-radius: 80px 80px 0px 0px;
        margin: auto;
        width: 100%;
        display: block;
    }

    .banner_box_image {

        height: 350px;
    }

    .aboutusstartright {

        padding-top: 20px;
    }

    .aboutusstartrightbox1 button {

        margin: 0 auto;
        display: table;
    }

    .aboutusstart {

        padding: 20px 0px;
    }

    .aboutusstartleft {

        padding-top: 20px;
    }


}