
@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: #203240;
position: relative;
z-index: 1;
}

/* .headertop::before{
    position: absolute;
    content: '';
    background-image: url(../image/menu-shape.png);
    background-position: left;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width:830px;
    z-index: -1;

} */

.headertopleft
{
    margin: 0px;
    padding: 0px;
}


.headertopleft ul
{
    margin: 0px;
    padding: 0px 0px;
    display: flex;
}

.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;
}
.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: white;
}

/*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: 30px;
}

.navbox ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.navbox ul li a
{
    font-size: 18px;
    color: rgb(97, 97, 97);
    margin: 0px;
    padding: 0px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.navbox ul li a:hover{
    color: #17449e;
}

.appoinmentbox
{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 20px;
}

.appoinmentbox button
{
    background-color: #17449e;
    color: aliceblue;
}

/*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: #17449e;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 4px 2px #a1a1a1;
}


/*aboutus*/

.aboutusstart
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
    position: relative;
    min-height: 450px;
    z-index: 1;
}

.aboutusstart::before
{
    position: absolute;
    content: '';
    background-color: #203240;
    width: 50%;
    height:110%;
    z-index: -1;

   
}


.aboutusstartleft
{
    margin: 0px;
    padding: 0px;
padding-top: 80px;
}

.aboutusstartleft img
{
    border: solid 10px white;
}


.aboutusstartright{
    margin: 0px;
    padding-top: 80px;
}

.aboutusstartrightbox
{
    text-align: center;
    border: 1px dotted #17449e;
    padding: 10px 15px;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
}

.aboutusstartrightbox h4
{
    font-size: 24px;
    color: #17449e;
    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: #17449e;
    top: 5px;
    left: -25px;
}

.aboutusstartrightbox1
{
    margin-top: 10px;
    padding: 0px;
}
.aboutusstartrightbox1 p
{
    color: #5f5f5f;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}

.aboutusstartrightbox1 button
{
    background-color: #17449e;
    color: white;
}

/*service*/

.aboutusstartrightbox_1
{
    text-align: center;
    border: 1px dotted #17449e;
    padding: 10px 15px;
    
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    width: 30%;
}

.aboutusstartrightbox_1 h4
{
    font-size: 24px;
    color: #17449e;
    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: #17449e;
    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;
    max-width: 100%;
}

.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:#17449e ;
    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: 10px;
}

.servicetext h4
{
    font-size: 24px;
    color: #17449e;
    font-family: 'Roboto', sans-serif;
}

.servicetext p
{
    font-size: 16px;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
}

.servicetext button{
   background-color: #203240;
}

.servicetext button:hover
{
    background-color: #17449e;
}

/*bestserrvice*/

.bestservicebox
{
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.bestservicebox_1{
    width: 100%;
    display: block;
    height: 350px;
    object-fit: cover;
}


.bestservicebox .bestservicebox1{

    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
   min-height:  80px;
    border-radius: 0px 40px 0px 0px;
    background-color:#203240 ;
    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: #203240;
    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;
}

.maindoctortext button
{
    background-color: #17449e;
}
.maindoctortext button:hover
{
    background-color: #17449e;
}
/*ourcontact*/
.ourcontactleft
{
    margin: 0px;
    padding: 0px;
}

.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 #17449e;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
    padding: 15px;
    margin: 20px 0px;
}
.ourcontactrightbox input:focus
{
    outline: none;
}

.ourcontactrightbox textarea{
    font-size: 16px;
    border:solid 1px #17449e;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
    padding: 15px;
    margin: 20px 0px;
    width: 100%;
    height: 150px;
}

.ourcontactrightbox textarea:focus
{
    outline: none;
}

.ourcontactrightbox button
{
    background-color: #17449e;
}

.ourcontactrightbox button:hover{
    background-color: #17449e;
}

/*testimonial*/

.testimonialbox
{
    margin: 0px;
    padding: 0px;
}

.testimonialbox1
{
    margin: 0px;
    padding: 0px;
}
.testimonialbox1text
{
    margin: 0px;
    padding: 15px;
    background-color: #203240;
    border-radius: 10px;
}
.testimonialbox1text p
{
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
     height: 192px;
}

.testimonialbox1text i
{
    color: #ffffff;
    font-size: 24px;
}

.testimonialbox1picture
{
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}
.testimonialbox1picture1
{
    width: 60px !important;
    height: 60px;
}
.testimonialbox1picture h6{
    font-size: 16px;
    color: rgb(85, 85, 85);
    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: 100px;
    padding-bottom: 50px;
    z-index: 1;
}
.footerbox::before
{position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.781);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.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;
  
}

.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 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;
}
.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 #17449e;
    transition: all 0.4s ease-in;
}
.dis_none{
    display: block;
}
.resnav
{
    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -50px;
}

/*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: rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}



.aboutuspage h2 {
    color: #85c0d2;
}


.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: 50%;
    height: 110%;
    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: #17449e;
}

.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: #17449e;
    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
{
    font-size: 16px;
    color: #203240;
    font-family: 'Roboto', sans-serif;
}

/*vediogallery*/

.videobox
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
   
    border-radius: 10px;
}



/*----------------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: solid 1px #e72254;
        transition: all 0.4s ease-in-out;
    }

    .navbox  ul
    {
        display: block;
    }
    .navbox  ul li
    {
        display: block;
        padding: 10px;
    }
    .navbox.mystyle {
        left: 0;
    }
    .aboutusstartrightbox1 p
    {
        color: #5f5f5f;
    }
    .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;
}

}