@import url('https://fonts.googleapis.com/css2?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;
    font-family: "Roboto", sans-serif;
}

.mt-30{

    margin-top: 30px !important;
}

.mt-60{

    margin-top: 60px !important;
}

.mt-90{

    margin-top: 90px;
}

.mt-120{

    margin-top: 120px;
}


/*------------headertop-------*/

.headertopbg{

    background-color: #1d1f27;
    margin: 0px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
}

.headertopbglogo{

    margin: 0px;
    padding: 0px;
}

.headertopbgicon{

    margin: 0px;
    padding: 0px;
}

.headertopbgicon ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 10px;
}

.headertopbgicon ul li{

    margin: 0px;
    padding: 0px 15px;
    list-style: none;

}

.headertopbgicon ul li .headertopbgiconmain{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.headertopbgicon ul li .headertopbgiconmain i{

    color: #F95759;
    font-size: 18px;
    line-height: 25px;
}

.headertopbgicon ul li .headertopbgiconmain p , .headertopbgicon ul li .headertopbgiconmain p a{

    color: whitesmoke;
    text-decoration: none;
}

.headertopbgsocial{

    margin: 0px;
    padding: 0px;
}

.headertopbgsocial ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
} 

.headertopbgsocial ul li{

    margin: 0px;
    padding: 0px 8px;
    list-style: none;
    margin-top: 13px;
    
}


.headertopbgsocial ul li a{

    margin: 0px;
    padding: 0px;
    color: #F95759;
    cursor: pointer;
    text-decoration: none;
}


/*---------------haeadernavigation---------------*/


.headernavigationbox{

    margin: 0px;
    padding: 6px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(221, 221, 221);
}

.headernavigation{

    margin: 0px;
    padding: 0px;
}

.headernavigation ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 6px;
}

.headernavigation ul li{

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    position: relative;
    
}

.headernavigation ul li::before{

    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #F95759;
    opacity: 0.3;
}

.headernavigation ul li:last-child:before{

    display: none;
}

.headernavigation ul li a{

    margin: 0px;
    padding: 0px 14px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #F95759;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li a:hover{

    color: #1d1f27;
}

.headerappointment{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}


.headerappointment button{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}

.headerappointment button:hover{

    background-color: #F95759 !important;
    color: white;
}


.bannerbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.bannerboximg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;

}

.bannerboximgtext{

   
    padding: 0px;
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 

.bannerboximgtext h2{

    color: white;
     font-size: clamp(24px , 5vw ,48px); 
}

.bannerboximgtext h2 span{

    color: #F95759;
}

.bannerboximgtext p{

    color: white;
    text-align: center;
}

/*---------Professionalstaff-----*/

.Professionalbox1{

    margin: 0px;
    padding: 20px;
    
    border-radius: 15px;
}

.Professionalbox1 h4{

    color: white;
    display: inline-block;
    position: relative;
    
}

.Professionalbox1 h4::before{

    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #F95759;
}

.Professionalbox1 p{

    color: white;
    margin: 15px 0px;
}


/*--------aboutus----------*/

.aboutusleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.aboutusleft img{

    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.aboutusright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusright h2{

    color: #F95759;
    position: relative;
    display: inline-block;
}

.aboutusright h2 span{

    color: #0DA8BC;
}

.aboutusright h2::before{

    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #0DA8BC;
}

.aboutusright p{

    color: black;
    font-size: 16px;
    font-weight: 500;
    height: 300px;
    overflow-y: auto;

}

#demo{

    font-size: 36px;
    color: #F95759;
    filter: hue-rotate(360deg);
    animation: myanimate .6s linear infinite;
}


@keyframes myanimate{

    0%{
        filter: hue-rotate(0deg);

    }100%{

        filter: hue-rotate(360deg);
    }
}

.aboutusright button{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}


.aboutusright button:hover{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}


/*-------------service------------*/


.serviceboxheadertext{

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.serviceboxheadertext h2{

    color: #F95759;
    position: relative;
    display: inline-block;
}

.serviceboxheadertext h2 span{

    color: #0DA8BC;
}

.serviceboxheadertext h2::before{

    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #0DA8BC;
}


.servicebox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.serviceboximg{

    width: 100%;
    display: block;
    margin: 0px;
    padding: 20px;
    border: solid 1px #F95759;
    border-radius: 14px;
}

.serviceboximg img{

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 250px;
    border-radius: 14px;
}


.serviceboxtext{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: aliceblue;
}

.serviceboxtext h4{

    color: #F95759;
}

.serviceboxtext h6 a{

    color: #0DA8BC;
    text-decoration: none;
}

/*----------Whatcanwe----------*/ 

.Whatcanweleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.Whatcanwelefticon{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 25px;
}

.Whatcanwelefticonmain{

    margin: 0px;
    padding: 0px;
    
}

.Whatcanwelefticontext{

    margin: 0px;
    padding: 0px;
}

.Whatcanwelefticontext h5{

    color: #0DA8BC;
}

/*-------------workinghours--------------*/

.workinghours{

    margin: 0px;
    padding: 15px;
    background-color: #0DA8BC;
    border-radius: 15px;
}

.workinghourstext{

    margin: 0px;
    padding: 0px;
}

.workinghourstext h4{

    color: white;
    position: relative;
    display: inline-block;
}

.workinghourstext h4::before{

    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #F95759;
}


.workinghourstextdown{

    margin-top: 20px;
    padding: 0px;
}

.workinghourstextdown1{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.workinghourstextdown1week{

    margin: 0px 0px;
    padding: 0px;
}

.workinghourstextdown1week p{

    color: white;
    margin: 8px 0px;
}

.workinghourstextdown button{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}

.workinghourstextdown button:hover{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}


/*------testimonial--------*/

.testimonialbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.testimonialboxmaintext{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.testimonialboxmaintext i{

    color: #0DA8BC;
    font-size: 32px;
}

.testimonialboxmaintext h6{

    color: #0DA8BC;
    display: inline-block;
    position: relative;
}

.testimonialboxmaintext h6::before{


    position: absolute;
    content: "";
    top: 120%;
    left: 0px;
    width: 25%;
    height: 2px;
    background-color: #F95759;
}

/*-----form&location------*/

.mapbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.formbox{

    margin: 0px;
    padding: 20px;
    background-color:whitesmoke;
    border-radius: 15px;
}

.formbox input{

    width: 100%;
    display: block;
    /*margin: 10px 0px;*/
    padding: 14px;
    border-radius: 14px;
    border: solid 1px #F95759;
    font-size: 16px;
    color: #1d1f27;
}

.formbox input:focus{

    outline: none;
}

.formbox textarea{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 14px;
    border-radius: 14px;
    border: solid 1px #F95759;
    font-size: 16px;
    color: #1d1f27;
    height: 120px;
}

.formbox textarea:focus{

    outline: none;
}

.formbox button{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}

.formbox button:hover{

    background-color: #F95759 !important;
    color: white;
    border-radius: 15px;
}


/*--------footer----------*/

.footerbg{

    background-color: #0DA8BC;
    padding-top: 40px;
    padding-bottom: 15px;
}

.footerleft{

    margin: 0px;
    padding: 0px;
}

.footerleft p{

    margin: 0px;
    padding: 0px;
    color: white;
margin-top: 29px;
}


.footermiddle{

    margin: 0px;
    padding: 0px;
    
}


.footermiddle h2{

    color: white;
    font-size: clamp(24px , 5vw , 32px);
}


.footermiddllenav{

    margin: 0px;
    padding: 0px;
    margin-top: 14px;
}

.footermiddllenav ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermiddllenav ul li{

    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.footermiddllenav ul li a{

    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all .8s ease-in-out;
}

.footermiddllenav ul li a:hover{


    color: #F95759;
    padding-left: 15px;
}

.footerright{

    margin: 0px;
    padding: 0px;
}

.footerright  h2{

    color: white;
    font-size: clamp(24px , 5vw , 32px);
} 

.footerrighticon{

    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.footerrighticon1{

    margin: 10px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon1 i{

    color: #F95759;
    font-size: 20px;
    line-height: 20px;
}

.footerrighticon1 p , .footerrighticon1 p a{

    color: white;
    text-decoration: none;
}

.footercopyright{

    margin: 0px;
    padding: 0px;
    background-color: #1d1f27;
}

.footercopyright1{

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 8px;
}

.footercopyright1 p ,.footercopyright1 p a{

    color: white;
    text-decoration: none;
}

.sticky{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index: 999;
 border: dotted 1px #F95759;

}

.resnav{

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -40px;
}

.resnav i{

    color: aliceblue;
}

.responsivenavigation{

    display: none;
}



/*====================aboutuspage=================*/

.aboutusbanner{

margin: 0px;
padding: 0px;
width: 100%;
display: block;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 250px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
flex-direction: column;

}


.aboutusbanner h2{

    color: #ffffff;
}


.aboutusbanner h4 , .aboutusbanner h4 a{

    color: #ffffff;
    text-decoration: none;
}


.aboutusbanner::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-color: rgba(29, 31, 39, 0.527);
   z-index: -1;
}



/*----------service------------*/

.ourservicebox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
   
}

.ourserviceboximg{

    margin: 0px;
    padding: 20px;
    border: solid 1px #F95759;
    border-radius: 14px;
}

.ourserviceboximg img{

    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.ourserviceboxtext{

    margin: 0px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
    border-radius: 15px;
}

.ourserviceboxtext h4{

    color: #F95759;
}

.ourserviceboxtext p{


    width: 100%;
    resize: horizontal;
    overflow: auto;
/*    height: 150px;*/
    scrollbar-width: none;

}



/*contactuspage*/


.contactusbox{

    margin: 0px;
    padding: 20px;
    border: solid 1px #0DA8BC;
    border-radius: 15px;
}

.contactusboxicon{

    margin: 0px auto;
    padding: 0px;
    display: table;
}


.contactusboxicon i{

    color: #F95759;
    font-size: 36px;
}

.contactusboxtext{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
}


.contactusboxtext h4{

    color: #F95759;
} 

.contactusboxtext p ,.contactusboxtext p a{

    color: #1d1f27;
    text-decoration: none;
}

.img-wrapper img{
    width: 100%;

    height:300px;
}

/*.image{*/
/*    width: 100%;*/
/*}*/

@media(max-width:991px){

    .resnav{

        display: block;
    }

    .dis-none{

        display: none;
    }

    .responsivenavigation{

        margin: 0px;
        padding: 0px;
        width: 250px;
        background-color: aliceblue;
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 999;
        transition: all 0.5s ease-in-out;
    
    }

    .responsivenavigation ul{

        margin: 0px;
        padding:10px;
        display: block;
    }

    .responsivenavigation ul li{

        margin: 0px;
        padding: 10px 0px;
        display: block;
        list-style: none;
    }

    .responsivenavigation ul li a{

        color: #F95759;
        margin: 0px;
        padding: 0px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .responsivenavigation.main{

        left: 0;
    }

    .headertopbg.sticky{

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        margin: 0px;
        padding: 0px;
        z-index: 999;
     border: dotted 1px #F95759;
    }
    
    .bannerboximg{

        height: 260px;
    }
    
}