@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,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira+Condensed:wght@700&display=swap');

*
{
box-sizing: border-box;
margin: 0px;
padding: 0px;
}

body{
    
    margin: 0px;
    padding: 0px;
}


.mt-80{

    margin-top: 80px;
}

.mt-60{
    margin-top: 60px;
}

/*headertop*/

.headertopbody{

    margin: 0px;
    padding: 5px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
}

.headertopleft{

    margin: 0px;
    padding: 0px;
}

.headertopleft ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: left;
    margin-top: 15px;

}

.headertopleft ul li{

    margin: 0px;
    padding: 0 12px;
    list-style: none;
}

.headertopleftsocial{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 12px;
    
}


.headertopleftsocial i{

    color:#424B5C;
    font-size: 18px;

}

.headertopleftsocial p{

    font-size: 16px;
    color: #222222;
    font-family: 'Roboto', sans-serif;

}

.headertopleftsocial p a{

    text-decoration: none;
    font-size: 16px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}

.headertopright{

    margin: 0px;
    padding: 0px;
}

.headertopright ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 15px;
}

.headertopright ul li{

    margin: 0px;
    padding: 0px 12px;
    list-style: none;
}

.headertopright ul li a  i{

    color:#424B5C ;
}

/*navigation*/

.headernavbox{

    margin: 0px;
    padding: 12px;
    background-color: white;
    display: flex;
    align-items: center;

}

.headerlogo{

    margin: 0px;
    padding: 0px;
    margin-top: -12px;
}

.headernav{

    margin: 0px;
    padding: 0px;
}

.headernav ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 15px;

}

.headernav ul li{

    margin: 0px;
    padding: 0px;
    list-style: none;

}

.headernav ul li a{

    margin: 0px;
    padding: 0px 25px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    color: #222222;
}

.headernav ul li a:hover{

    color: #6E9EFA;
}

.headernavbutton{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 6px;
}

.headernavbutton button{

    background-color: #6E9EFA;
    transition: all 0.4s ease-in-out;
    color: white;

}

.headernavbutton button:hover{

    background-color: white;
    border: solid 1px #6E9EFA;
}


/*bannerstart*/

.bannerbox{

    margin: 0px;
    padding: 0px;
}

.bannerboximage{

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 750px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerboximage h2{

    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #3179ff;
}


/*aboutus*/

.aboutusleft{

    margin: 0px;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.aboutusleft::before{

    position: absolute;
    content: '';
    background: radial-gradient(#6E9EFA 2px, transparent 0px);
    width: 160px;
    height: 160px;
    bottom: 11px;
    left: 25px;
    background-size: 10px 10px;
    opacity: 0.5;
    transform: rotate(65deg);
    z-index: -1;

}

.aboutusleft::after{

 
    position: absolute;
    content: '';
    background: radial-gradient(#6E9EFA 2px, transparent 0px);
    width: 160px;
    height: 160px;
    top: 30px;
    right: 17px;
    background-size: 10px 10px;
    opacity: 0.5;
    transform: rotate(65deg);
    z-index: -1;

}

.aboutusexperience{

    position: absolute;
    width: 160px;
    height: 40px;
    border-radius: 6px;
    background-color: #6E9EFA;
    color: white;
    top: 20px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
padding-top: 10px;
animation: myanimate 6s linear infinite;

}

@keyframes myanimate{

    0%,100%{

        transform: translateY(0);

    }
    50%{

        transform: translateY(30px);  

    }
}

.aboutusright{

    margin: 0px;
    padding: 0px;
}

.aboutusright h2{
    text-align: center;
    font-size: 36px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
}

.aboutusright h4{

    font-size: 24px;
    color: #6E9EFA;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.aboutusright p{

    color: black;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
  
}

.aboutusright button{

    background-color: #6E9EFA;
    color: white;
}

.aboutusright button:hover{

    background-color: white;
    border: solid 1px #6E9EFA;

}


/*service*/


.servicetextheader{

    text-align: center;
    margin: 0px;
    padding: 0px;
}

.servicetextheader h2{

    color: #424B5C;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;

}

.servicebox{

    margin: 0px;
    padding: 20px;
    border: solid 2px rgba(110, 159, 250, 0.452);
    border-radius: 8px;
transition: all 0.4s ease-in-out;

}

.servicebox:hover{

    border: solid 2px rgb(110, 159, 250);
}

.serviceboxicon{

    margin: 0 auto;
    padding: 0px;
    display: table;
}

.serviceboxtext{

    margin: 0px;
    padding: 12px 0px;
}

.serviceboxtext h4{

    color: black;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.serviceboxtext p{

    font-size: 16px;
    color: #424B5C;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;

}

.serviceboxtext h6 a{

    font-size: 16px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease-in-out;
text-decoration: none;

}

.serviceboxtext h6 a:hover{

    color: #3179ff;
    text-decoration: underline;

}


/*whychooseus*/

.whychooseusbox{

    width: 100%;
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.whychooseusboxleft{

    margin: 0px;
    padding: 0px;
}

.whychooseusboxleft p{

    font-size: 24px;
    color: #6E9EFA;
    font-family: 'Roboto', sans-serif;
    text-align: center;

}

.whychooseusboxleftimage{

    margin: 40px 0;
    padding: 0px;
}

.whychooseusboxright{

    margin: 0px;
    padding: 0px;
}

.whychooseusboxright1{

    margin: 0px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;

}

.whychooseusboxright1 img{

    margin: 0 auto;
    display: table;

}

.whychooseusboxright1text{

    margin: 14px 0px;
    padding: 0px;

}

.whychooseusboxright1text h6{

    font-size: 24px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
}

.whychooseusboxright1text p{

    font-size: 16px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}



/*contactus*/

.contactusleft{

    margin: 0px;
    padding: 0px;
}


.contactusright{

    margin: 0px;
    padding: 20px;
}

.contactusright h2{

    font-size: 24px;
    color: #6E9EFA;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.contactusright h4{

    font-size: 24px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.contactusright1{

    margin-top: 20px;
    padding: 0px;

}

.contactusright1 input{

    margin: 10px 0px;
    padding: 0;
    padding: 20px;
    width: 100%;
    display: block;
    border: solid 1px #6E9EFA;
    font-size: 16px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border-radius: 6px;

}

.contactusright1 input:focus{

    outline: none;
}

.contactusright1 textarea{

    margin: 10px 0px;
    padding: 0;
    padding: 20px;
    width: 100%;
    height: 150px;
    display: block;
    border: solid 1px #6E9EFA;
    font-size: 16px;
    color: #424B5C;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border-radius: 6px;

}

.contactusright1 textarea:focus{

    outline: none;
}

.contactusright1 button{

    background-color: #6E9EFA;
    color: white;
}

.contactusright1 button:hover{

    background-color:white ;
    border: solid 1px #6E9EFA;

}


/*testimonial*/

.testimonialbox{

    padding: 0;
    margin: 0px;
    background-color: white;
}

.testimonialbox1{
    margin: 0px;
    padding: 20px;
    border: solid 1px #6E9EFA;
    border-radius: 8px;
}

.testimonialbox1image{

    margin: 0px auto;
    display: table;
    padding: 0px;
    width: 60px;
    height: 50px;
}

.testimonialbox1text{
    margin: 10px 0px;
    padding: 0px;
}

.testimonialbox1text p{
    color: #424B5C;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.testimonialbox1text  h6{

    color: #6E9EFA;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}



/*footer*/

.footerbox{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/footer-bg.png);
}

.footerboxleft{
    margin: 0px;
    padding: 0px;
}

.footerboxleft p{
    margin-top: 15px;
    font-size: 16px;
    color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
}

.footerboxmiddle{
    margin: 0px;
    padding: 0px;
}

.footerboxmiddle h2{
    color: #f1f1f1;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;

}


.footerboxmiddlenav{
    margin: 15px 0px;
}

.footerboxmiddlenav ul{
    margin: 0px;
    padding: 0px;
    display: block;
}

.footerboxmiddlenav ul li{
    margin: 0px;
    padding: 10px;
    list-style: none;
    display: block;
}

.footerboxmiddlenav ul li a{
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.footerboxmiddlenav ul li a:hover{
    color: #6E9EFA;
    padding-left: 8px;
}

.footerboxright{
    margin: 0px;
    padding: 0px;
}

.footerboxright h2{
    color: #f1f1f1;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.footerboxright1{
    margin: 10px 0px;
    display: flex;
    gap: 18px;
}

.footerboxright1 i{
    color: white;
}

.footerboxright1 p{

    color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
}

.footerboxcopyright{
    padding: 20px 0;
    display: flex;
    align-items: center;
    background-color: #1F1F1F;
}

.footerboxcopyright p,.footerboxcopyright p a {

    color: #f1f1f1;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 10px;
}
 
.sticky .headernavbox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: block;
    border-bottom: solid 1px #6E9EFA;
}


.resnav{

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -38px;
}

.dis_none{

    display: block;
}

.res_appointment{

    margin: 0;
    padding: 0;
    display: none;
}

.res_appointment button{
    background-color: #6E9EFA;
    color: white;
}

.res_appointment button:hover{
    background-color: white;
    border: solid 1px #6E9EFA;
}

/*----------------------------------------aboutuspage---------------------------------------------------*/


.aboutusbanner{

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 450px;
    background-image: url(../image/aboutuspicmain.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  
}


.aboutusbanner h2 a{

    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}




/*<-------------------------------------------------------------------contactuspage--------------------------------------------------------->*/


.contactubox{

    margin: 0px;
    padding: 20px;
    border: solid 1px #6E9EFA;
    border-radius: 6px;
}


.contactuboxicon{

    margin: 0 auto;
    display: table;
    width: 80px;
    height: 80px;
    border: dotted 2px #3179ff;
    background-color: #6E9EFA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.contactuboxicon {

    color: white;
    font-size: 24px;
    transition: all 0.4s ease-in-out;
}

.contactubox:hover .contactuboxicon{

    transform: rotate(360deg);
}


.contactuboxtext{

    margin: 0px;
    padding: 30px 0px;
    text-align: center;
}

.contactuboxtext h4{

    color: black;
    font-family: 'Roboto', sans-serif;
    
}

.contactuboxtext p{

    color: #3179ff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}







/*<--------------------------------------------responsive----------------------------------------------------------->*/







@media (max-width:991px){
    .resnav{

        display: block;
    }

    .headertopleft  ul{

        display: block;
      
    }

    .headertopright ul{
        display: flex;
        justify-content: left;
    }

    .headernav{

        width: 200px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 99;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: white;
        transition: all 0.4s ease-in-out;

    }
    .headernav ul{

        display: block;
    }

    .headernav ul li{

        display: block;
        padding: 12px 0px;
    }
    .headernav.main{

        left: 0;
    }

    .dis_none{

        display: none;
    }

    .res_appointment{

        display: block;
        float: right;
        margin-right: 20px;
    }

    .res_appointment button{
        background-color: #6E9EFA;
        color: white;
    }
    
    .res_appointment button:hover{

        background-color: white;
        border: solid 1px #6E9EFA;
    }
    .bannerboximage h2{

        text-align: center;
        font-size: 24px;
    }
    

}