
@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');
html{
    scroll-behavior: smooth;
}
*
{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
}
.mt-20{
    margin-top: 20px;
}

.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;
}

.scrolltop
{
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 15px;
    background-color:#2986e2;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.scrolltop:hover
{
    background-color: rgb(242, 101, 41);
}
.scrolltop i
{
    color: white;
}

/*headertop*/
.headertopbody
{
    width: 100%;
    display: block;
    border-top: 5px solid #2986e2;
    background-color: #f2f7f9;
    padding: 15px;
    display: flex;
    align-items: center;
}
.headertopbodyleft
{
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 12px;
    justify-content: left;
    margin-top: 10px;
}
.headertopbodyleft i
{
    color: rgb(242, 101, 41);
    font-size: 24px;
}
.headertopbodyleft p
{
    font-size: 16px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}
.headertopright
{
    display: flex;
    justify-content: right;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
.headertopright p
{
    color: #535353;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.headertoprightsocial
{
    margin: 0px;
    padding: 0px;
}
.headertoprightsocial ul
{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}
.headertoprightsocial ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.headertoprightsocial ul li a
{
    font-size:16px;
    color:  #535353;
    padding: 0 10px;
}

/*logobox*/

.logobox
{
    margin: 15px 0px;
    padding: 0px;
    background-color: white;
}
.logobox h2
{
    font-size: 24px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
}

.logoboxright
{
    margin: 0px;
    padding: 0px;
    display: flex !important;
    justify-content: right;
    gap: 15px;
}
.logoboxrightmail
{
    margin: 0px;
    padding:0px 15px;
   border:1px solid #eeeeee;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center; 
   margin-top: 15px;
}

.logoboxrightmail i
{
    color: rgb(242, 101, 41);
    font-size: 18px;
}

.logoboxrightmail p,.logoboxrightmail p a
{
    
    font-size: 16px;
    color:#535353 ;
    padding: 0 12px;
    padding-top: 12px;
    text-decoration: none;
}

/*navigationbox*/
.navbox
{
    margin: 0px;
    padding: 0px;
    background-color: black;
    padding: 15px;
    display: flex;
    align-items: center;
}

.navigationbox
{
margin: 0px;
padding: 0px;

}
.navigationbox ul
{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.navigationbox ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.navigationbox ul li a
{
    font-size: 16px;
    color: white;
    margin: 0px;
    padding: 0 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.navigationbox ul li a::before
{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color:rgb(242, 101, 41);
}

.navigationbox ul li:hover a::before
{
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.navigationbox ul li a:hover,.navigationbox ul li a.active
{
    color: rgb(242, 101, 41);
}
.navbutton
{
    margin-top: -40px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

/*bannerstart*/

.bannerstart
{
    margin: 0px;
    padding: 0px;
    transition: all 0.s ease-in-out;
}

.bannerstartimage
{
    margin: 0px;
    padding-top: 300px;
    padding-bottom: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerstartimagetext
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bannerstartimagetextbox
{
    margin: 0px;
    padding: 12px;
    background-color: rgb(41, 134, 226);
}

.bannerstartimagetextbox h4
{
    font-size: 48px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.bannerstartimagetextbox1
{
    margin: 0px;
    padding: 12px;
    background-color: rgb(54, 54, 54);
    margin-top: 10px;
}

.bannerstartimagetextbox1 h4
{
    font-size: 48px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.banner .owl-nav .owl-prev,.banner .owl-nav .owl-next{

    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: #535353 !important;
    color: white !important;
    transition: all 0.4s ease-in-out !important;
    display: none;
}

.banner .owl-nav .owl-prev:hover,.banner .owl-nav .owl-next:hover{
    background-color:rgb(242, 101, 41) !important; 
}

.banner .owl-nav .owl-prev
{
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
}

.banner .owl-nav .owl-next{
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
}
.bannerstart:hover .banner .owl-nav .owl-prev{
    display: block;
    transition: all 0.4s ease-in-out !important;
}

.bannerstart:hover .banner .owl-nav .owl-next{
    display: block;
    transition: all 0.4s ease-in-out !important;
}


/*appointmentbox*/

.appointmentbox
{
margin: 0px;
padding: 0px;

}

.appointmentbox1
{
    margin: 0 auto;
}
.appointmentbox2
{
    width: 100%;
    min-height: 250px;
    border-bottom: 5px solid rgb(242, 101, 41);
    background-color: #2986e2;
   
}
.appointmentbox2left
{
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    border-right: 2px dotted white;
}
.appointmentbox2left h2
{
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.appointmentbox2left h4
{
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.appointmentbox2left button
{
    background-color: rgb(242, 101, 41);
    margin-top: 20px;
}
.appointmentbox2left button:hover
{
    background-color: rgb(242, 101, 41);
}
.appointmentbox2right
{
    margin: 0px;
    padding: 0px;
}
.appointmentbox2right1
{
    display: flex;
    gap: 20px;
}
.appointmentbox2right1 i
{
    color: white;
    font-size: 24px;
    margin-top: 40px;
}

.appointmentbox2right1 p
{
    font-size: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}

.appointmentbox2right2
{
    display: flex;
    gap: 20px;
}

.appointmentbox2right2 p
{
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.appointmentbox2right2 h6
{
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

/*aboutus*/

.aboutus
{
    margin: 0px;
    padding: 0px;
}

.aboutusleft
{
    margin: 0px;
    padding: 0px;
}

.aboutusright
{
    margin: 0px;
    padding: 0px;
}
.aboutusright h6{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #2986e2;
}

.aboutusright h4{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color:rgb(242, 101, 41) ;
}

.aboutusright p
{
    font-size: 16px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
}

.aboutusimage
{ width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 550px;
    object-fit: contain;
}

/*service*/

.servicebox
{
    margin:0px;
    padding: 0px;
    text-align: center;
}

.servicebox h2
{
    color: #2986e2;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
    display: inline-block;
    text-transform: capitalize;
}
.servicebox h2::before
{position: absolute;
    content: '';
    width: 103%;
    height: 5px;
    background-color:rgb(242, 101, 41) ;
    top: 100%;
    left: 0px;
}
.servicebox1
{
    margin: 0px;
    padding: 0px;
    min-height: 350px;
    padding: 15px;
    background-color: white;
    border: 1px solid #eeeeee;
}
.servicebox1icon
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #2986e2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.servicebox1icon i
{
    color: white;
    font-size: 28px;
}
.servicebox1icontext
{
    margin: 0px;
    padding: 0px;
}
.servicebox1icontext h4
{
    color: rgb(242, 101, 41);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}
.servicebox1icontext p
{
    color: #535353;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.servicebox1icontext h6 a
{
    color:rgb(242, 101, 41) ;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.servicebox1icontext h6 a:hover{
    text-decoration: underline;
}

/*ouradvantage*/


.servicebox h4{
color: #535353;
font-size: 20px;
font-family: 'Roboto', sans-serif;
}

.ouradvantage1
{
    margin: 0px;
    padding: 60px 0px;
    background-image: url(../image/doctor.jpg);
    width: 100%;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    position: relative;
    padding: 50px;
    z-index: 1;
    background-attachment: fixed;
}
.ouradvantage1::before
{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.705);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ouradvantage1left
{
    margin: 0px;
    padding: 0px;
}
.ouradvantage1leftbox
{
    display: flex;
    gap: 15px;
}
.ouradvantage1leftboxicon
{
    margin: 0px;
    padding: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ouradvantage1leftboxtext
{
    margin: 0px;
    padding: 0px;
}
.ouradvantage1leftboxtext p
{
    font-size: 16px;
    color: rgb(242, 101, 41);
    font-family: 'Roboto', sans-serif;
}

.ouradvantage1leftboxtext h6
{
    color:#ffffff ;
    font-size: 18px;
}
.ouradvantage1leftboxicon img{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ouradvantage1rightbox
{
    margin: 0px;
    padding: 0px;
}

.ouradvantage1rightbox img{
    width: 100%;
    height: 350px;
    margin-top: 50px;
}

/*doctorprofile*/

.doctormainbox
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px #bababa;
}
.doctormainboximage
{
    margin: 0px;
    padding: 0px;
    height: auto;
}
.doctormainboximage img
{
    width: 100%;
    height: auto;
    display: block;
}

.doctormainbox .box-contain{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.doctormainbox .box-contain::before,
.doctormainbox .box-contain::after{

    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    height: 47%;
    background-color: rgb(242, 101, 41);
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.doctormainbox .box-contain::before{
    top: -20%;
}

.doctormainbox .box-contain::after
{
    bottom: -20%;
}

.doctormainbox:hover .box-contain::before{
    top: 3%;
    opacity: 0.8;
}

.doctormainbox:hover .box-contain::after
{
    bottom: 3%;
    opacity: 0.8;
}

.doctormainbox .box-text
{
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
margin: auto;
z-index: 1;
transform: rotate(90deg);
text-align: center;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.doctormainbox:hover .box-text{
    opacity: 1;
    transform: rotate(0deg);
}

.doctormainbox .box-text h6,.doctormainbox .box-text h5 {
color: white;
}
/*blog*/

.blogbox
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.blogboximg
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: block;
}
.blogboximg1
{
    margin: 0px;
    padding: 0px;
    transition: all 0.4s ease-in-out;
}
.blogboximg1:hover
{
    transform: translateX(20px);
}
.blogtext
{
margin: 20px 0px;
padding: 0px;
}
.blogtextadmin
{
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dotted #535353;
}

.blogtextadmin ul
{
    margin: 0px;
    padding: 0px;
    display: flex;
}

.blogtextadmin ul li
{
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
    position: relative;
}
.blogtextadmin ul li::before
{
    position: absolute;
    content: '|';
    color: #535353;
    top: 0;
    right: 0;
}
.blogtextadmin ul li:last-child:before{
    content: '';
}

.blogtextadmin1
{
    display: flex;
    gap: 12px;
    margin: 0px;
    padding: 0px;
}

.blogtextadmin1 i
{
    color: rgb(242, 101, 41);
    font-size: 14px;
    line-height: 20px;
}

.blogtextadmin1 p
{
    font-size: 16px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
}

.blogtext1
{
    margin: 10px 0px;
    padding: 0px;
}

.blogtext1 h4
{
font-size: 18px;
color: rgb(242, 101, 41);
font-family: 'Roboto', sans-serif;
}
.blogtext1 p
{
    font-size: 14px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
}

/*testimonail*/

.testimonialbox
{
    margin: 0px;
   padding: 0;
   height: 550px;
    background-image: url(../image/testimonialpic.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.testimonialbox::before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.61);
    z-index: -1;
}

.testimonialbox1
{
    margin: 0px;
    padding: 0px;
    margin-top: 60px;
}

.testimonialbox2
{
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
}
.testimonialbox2image1
{
    margin: 0px;
    padding: 0px;
}
.testimonialtext
{
    margin: 0px;
    padding: 0px;
}
.testimonialtext p
{
    font-size: 16px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
}
.testimonialbox2image
{
    margin: 0px auto;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonialbox2image_1{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonialtext2
{
    margin:0px;
    padding: 0px;
    text-align: center;
}
.testimonialtext2 h6
{
    margin-top: 10px;
    font-family:'Roboto', sans-serif ;
    color:rgb(242, 101, 41);
}

.testimonialtext2 p
{
   
    font-family:'Roboto', sans-serif ;
    color:#535353;
    font-size: 16px;
}
.testimonial .owl-dot.active span{
    background:rgb(242, 101, 41) !important ;
    width: 30px !important;
    height: 5px !important;
}


/*appointmentbox*/

.appointmentboxleft1
{
    margin: 0px;
    padding: 15px;
}


.appointmentboxleft1 label
{
    color: #2986e2;
    font-size: 16px;
    font-family:'Roboto', sans-serif ;
}

.appointmentboxleft1 input
{
    width: 100%;
    display: block;
    padding: 15px;
    margin: 10px 0px;
    font-size: 16px;
    font-family:'Roboto', sans-serif ;
    color: #313131;
}

.appointmentboxleft1 input:focus
{
    outline: none;
}

.appointmentboxleft1 textarea
{
    width: 100%;
    display: block;
    height: 150px;
    padding: 15px;
    margin: 10px 0px;
    font-size: 16px;
    font-family:'Roboto', sans-serif ;
    color: #313131;
}

.appointmentboxleft1 textarea:focus
{
    outline: none;
}

.appointmentboxleft1 button
{
    background-color: #2986e2;
}


.appointmentboxright2{

    margin: 0px;
    padding: 0px;
}

.appointmentboxright2image
{
    margin: 0px;
    padding: 0px;
    height: 520px;
    object-fit: cover;
}



/*footer*/

.footerbox
{
    background-color:#222222;
    margin: 0px;
    padding: 0px 0px;
    padding-top: 120px;
}

.footerboxleft
{
    margin: 0px;
    padding: 0px;
}
.footerboxleft h2,.footerboxleft p
{
    color: white;
    font-family:'Roboto', sans-serif ;
}
.footersocial
{
    margin: 10px 0px;
    padding: 0px;
}

.footersocial ul
{
    margin: 0px;
    padding: 0px;
    display: flex;
}

.footersocial ul li
{
    margin: 0px;
    padding: 0px 12px;
    list-style: none;
}
.footersocialbox
{
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgb(242, 101, 41);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footersocialbox i
{
    color: rgb(242, 101, 41);
}
.footermiile
{
    margin: 0px;
    padding: 0px;
}

.footermiile h2
{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: white;
}
.quicklinknav
{
    margin: 10px 0px;
    padding: 0px;
}

.quicklinknav ul
{
    margin: 0px;
    padding: 0px;
    display: block;
}

.quicklinknav ul li{
    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.quicklinknav ul li a
{
    font-size: 16px;
    font-family:'Roboto', sans-serif ;
    color: #aaaaaa;
    margin: 0px;
    padding: 10px 0px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.quicklinknav ul li a:hover
{
    margin-left: 8px;
    color:rgb(242, 101, 41);
}

.footerright
{
    margin: 0px;
    padding: 0px;
}

.footerright h2{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: white;
    margin-bottom: 25px;
}
.footerright .contactbox
{
    margin: 5px 0px;
    padding: 0px;
    display: flex;
    gap: 8px;
}
.footerright .contactbox i{

    color:rgb(242, 101, 41) ;
    line-height: 30px;
}

.footerright .contactbox p a
{
   color: #aaaaaa;
   text-decoration: none;
}

.footercopyright
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: #313131;
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: center;
}
.footercopyright p,.footercopyright p a {
    color: #aaaaaa;
    font-size: 16px;
    font-family:'Roboto', sans-serif ;
    text-align: center;
    margin: 0 auto;
}

.sticky .navbox{
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}
.res_button
{
    float: right;
    margin: 0px;
    padding: 0px;
    display: none;
    margin-top: -60px;
}
.dis_none
{
    display: block;
}

/*aboutuspage*/

.aboutuspage
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutuspage h2 a
{
    font-size: 24px;
    font-family:'Roboto', sans-serif ;
    color: #2986e2;
    text-decoration: none;
}
.aboutuspage h2
{
    font-size: 24px;
    font-family:'Roboto', sans-serif ;
    color: rgb(242, 101, 41);
}


/*contactuspage*/

.contactcallbox
{
    width: 100%;
    display: block;
    border: 1px solid #dddddd;
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

.contactcallboxicon
{
    width: 100px;
    height: 100px;
    background-color:transparent;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    transform: translateY(-48px) !important;
    /* transform: scale(2.55); */
    border:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.contactcallbox:hover  .contactcallboxicon
{
    transform: scale(1);
    border:solid 1px  rgb(242, 101, 41);
    transition: all 0.4s ease-in-out;
    
}

.contactcallboxicon .contactcallboxicon1
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2986e2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactcallboxicon .contactcallboxicon1 i{
    color: white;
    font-size: 18px;
}


.contactcallboxtext
{
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.contactcallboxtext p
{
    font-size: 16px;
    color: #535353;
    font-family:'Roboto', sans-serif ;
}

/* Service Areas Page Styles */
.service-areas-page {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.service-areas-page h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.service-areas-page p {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.service-areas-list .service-area-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.service-areas-list .service-area-box:hover {
    transform: translateY(-5px);
}

.service-areas-list .service-area-box h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.service-areas-list .service-area-box p {
    font-size: 16px;
    color: #777;
}

@media (max-width: 767px) {
    .service-areas-list .service-area-box {
        margin-bottom: 15px;
    }
}


/*messagebox*/

.messagebox
{
    margin: 0px;
    padding: 0px;
}
.messagebox input
{
    border: solid 1px #dddddd;
    padding: 16px;
    color: #222222;
    font-size: 14px;
    font-family:'Roboto', sans-serif ;
    width: 100%;
    display: block;
}
.messagebox input:focus
{
    outline: none;
}

.messagebox textarea
{
    width: 100%;
    height: 150px;
    font-size: 14px;
    color: #313131;
    font-family:'Roboto', sans-serif ;
    padding: 15px;
    border: solid 1px #dddddd;
}
.messagebox textarea:focus
{
    outline: none;
}

.messagebox button
{
    margin-top: 126px;
}

/*achivement*/

.achivement{

    margin: 0px;
    padding: 0px;
    border: 1px solid #dddddd;
}
.achivementimg
{
    margin: 0px;
    padding: 0px;
}

.achivementtext
{
    margin: 0px;
    padding: 10px;
}

.achivementtext p{
    font-size: 16px;
    color: #535353;
    font-family:'Roboto', sans-serif ;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 120px;
    padding-bottom: 120px;
}

/*<------------------------responsive---------------------------->*/



@media (max-width:991px){
    .headertopright{
        display: block;
    }
    .headertoprightsocial ul
    {
        display: block;
    }

    .headertoprightsocial ul li
    {
        display: inline-block;
    }
    .dis_none
    {
        display: none !important;
    }
    .res_button{
        display: block;
    }
    .navigationbox{
        width: 200px;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        background-color: black;
        transition: all 0.4s ease-in-out;
        z-index: 100;
    }
    .navigationbox ul{
        display: block;
    }
    .navigationbox ul li
    {
        display: block;
        padding: 10px 0px;
    }

    .main.navigationbox{
        left: 0;
    }

    .sticky .logobox{
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s ease-in-out;
    margin-top: -1px;
    border-bottom: 1px solid rgb(242, 101, 41);
    }

    .sticky .navbox{
      
        background-color: transparent;
        position: initial;
    }

    .appointmentbox2left{
        border-right: 0;
    }

    .ouradvantage1leftboxtext h6
    {
        width: 100%;
        display: block;
    }

    .navbox
    {
        background-color: transparent;
    } 

    .banner .owl-nav .owl-prev
{
    position: absolute !important;
    top: 70% !important;
    left: 0 !important;
}

.banner .owl-nav .owl-next{
    position: absolute !important;
    top: 70% !important;
    right: 0 !important;
}
 .mt-20{
    margin-top: 50px !important;
 }
 .messagebox button{
    margin-top: 22px;
 }
 .mt-120{
    margin-top: 43px;
 }
 .bannerstartimagetextbox h4{
    font-size: 28px;
 }

 .bannerstartimagetextbox1 h4
 {
    font-size: 28px;
 }
 .navbox{
    padding: 0px;
 }
 .mt-20{
    margin-top: 20px;
 }
.appointmentboxright2 img{
    width:100%;
}

}

/*<---------------------------responsive520px--------------------------->*/

@media(max-width:520px){
    .ouradvantage1leftbox
    {
        flex-direction: column;
    }
}

/*<----------------------------responsive426px--------------------------->*/

@media (max-width:426px){
    .blogtextadmin1 p{
        font-size: 14px;
    }
}