@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Lexend&family=Roboto&display=swap');

*
{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html
{
    scroll-behavior: smooth;
}
body
{
    margin: 0px;
    padding: 0px;
}

#loader
{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: white url(../image/Pulse-1s-200px.gif) center no-repeat;
 
}
.mt-80
{
    margin-top: 80px;
}
.mt-100
{
    margin-top: 100px ;
}
.mt-120
{
    margin-top: 120px;
}
.mt-150
{
    margin-top: 150px;
}
.mt-180
{
    margin-top: 180px;
}
.mt_100
{
    margin-top: 296px !important;
}

/*header*/

/*haededrtopleft*/
.haedertopbody
{
    margin: 0px;
    padding: 15px;
    background-color: #1dbfcc;
    display: flex;
    align-items: center;
}
.haedertopbodyphonenumber
{
    display: flex;
 justify-content: left;
 flex-direction: row;
    gap: 15px;
}
.haedertopbodyphonenumber i
{
    color: white;
    font-size: 16px;
    line-height: 35px;
}

.haedertopbodyphonenumber p a,.haedertopbodyphonenumber p
{
    font-size: 19px;
    font-weight: 600;
     color: white;
     text-decoration: none;
}
/*headertopright*/
.headertopright
{
    display: flex;
    justify-content: right;
    gap: 15px;
}
.headertopright1
{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px white;
    border-radius: 8px;
}
.headertopright1 i
{
    color: white;
    font-size: 18px;
}

/*navigation*/
.navbody
{
    width: 100%;
    display: block;
    margin: 0px;
    padding: 15px;
    align-items: center;
}
.haederlogo
{
    margin: 0px;
    padding: 0px;
}
.navigation
{
   margin-top: 20px;
    padding: 0px;
}
.navigation ul
{
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
}
.navigation ul li
{
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.navigation ul li a
{
    margin: 0px;
    padding: 0 25px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 800;
}
.navigation ul li a::after
{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1dbfcc;
    transition: all 0.4s ease-in-out; 
}


.navigation ul li a:hover:after
{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #1dbfcc;
}
.apponintmentbox
{
   margin-top: 20px;
    padding: 0px;
}
.apponintmentboxbtn
{
    color: white;
    background-color: #1dbfcc;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.apponintmentboxbtn:hover
{
    color: white;
}
.apponintmentboxbtn::before
{position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color:#152847 ;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.apponintmentboxbtn:hover:before
{
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*bannerstart*/

.bannerbox
{
    margin: 0px;
    padding: 0px;
}
.bannerimg
{
    width: 100%;
    height: 750px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
}
.bannerimg h2
{
    color: #152847;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
.banner .owl-nav .owl-prev,.banner .owl-nav .owl-next
{
    
    background-color: transparent !important;
    border: solid 1px #152847 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
}
.banner .owl-nav .owl-prev:hover,.banner .owl-nav .owl-next:hover
{
    background-color: #152847 !important;
}

.banner .owl-nav .owl-prev
{
    position: absolute !important;
    top: 50% !important;
    left: 0px !important;
}

.banner .owl-nav .owl-next
{
    position: absolute !important;
    top: 50% !important;
    right: 0px !important;
}
.banner .owl-dots .owl-dot span
{
    position: relative !important;
    top: -80px;
    background-color: #152847 !important;
}
.banner .owl-dots .owl-dot.active span
{
    background-color: #1dbfcc !important;
    width: 20px !important;
}

/*qualifieddoctor*/

.qualifiedbox
{
    background-color: #1dbfcc;
    width: 100%;
    min-height: 400px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.8s ease-in-out;
    position: relative;
    box-shadow: 8px 12px 30px rgba(145, 145, 145, 0.5);
}
.qualifiedbox:hover
{
   transform: translateY(-30px);
}
.icon
{
   margin-bottom: 15px;
    padding: 0px;
}

.iconpic
{
    margin: 0px;
    padding: 0px;
    transition: all 0.8s ease-in-out;
}
.qualifiedbox:hover img
{
    transform: rotateY(360deg);
}
.qualifiedbox h2
{
    font-size: 24px;
    color: white;
    font-weight: 700;
   font-family: 'Roboto', sans-serif; 
}
.qualifiedbox  p
{
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.excellentbox
{
    background-color: #eff8fb;
    width: 100%;
    min-height: 400px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    position: relative;
    box-shadow: 8px 12px 30px rgba(145, 145, 145, 0.5);
}
.excellentbox:hover
{
    transform: translateY(-30px);

}
.excellentbox:hover img
{
    transform: rotateY(360deg);
}
.excellentbox h2
{
    font-size: 24px;
    color: #152847;
    font-weight: 700;
   font-family: 'Roboto', sans-serif; 
}
.excellentbox p
{
    font-size: 18px;
    font-weight: 400;
    color: #152847;
    font-family: 'Roboto', sans-serif;
}

/*aboutusleft*/

.aboutusleft
{
    margin: 0px;
    padding: 20px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.aboutusleft::before
{
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    left: -5px;
    top: -20px;
    background-color: #1dbfcc;
    z-index: -1;
    border-radius: 10px;
    transition: all 8s ease-in-out;
    animation: myanimate 8s linear infinite;
}
@keyframes myanimate
{
    0%
    {
transform: translateY(0px);
    }
    50%
    {
        transform: translateY(50px);
    }
 
    100%
    {
        transform: translateY(0px);
    }

}
.aboutusleft::after
{
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    right: -5px;
    bottom: -20px;
    background-color: #ec1668;
    z-index: -1;
    border-radius: 10px;
    transition: all 8s ease-in-out;
    animation: myanimate1 8s linear infinite;
}
@keyframes myanimate1
{
    0%
    {
transform: translateY(0px);
    }
    50%
    {
        transform: translateY(-50px);
    }
  
    100%
    {
        transform: translateY(0px);
    }
}

.aboutusleftpic
{
    border-radius: 10px;
}

/*aboutusright*/

.aboutusright
{
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}
.aboutusright h2
{
font-size: 32px;
color: #1dbfcc;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;

}
.aboutusright h2 span
{
    color: #ec1668;
}

.aboutusright p
{
    font-size: 16px;
    color: rgb(134, 134, 134);
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
}

/*services*/

.servicesbg
{
    width: 100%;
  padding-top: 100px;
  padding-bottom: 310px;
background-color: #eff9fb;
}
.servicebox
{
    margin: 0px;
    padding: 0px;
}
.servicemainbox
{
    margin-top: 30px;
    padding: 0px;
}
.servicemainbox1
{
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}
.servicemainboximg
{
    width: 100%;
    display: block;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  border-radius: 10px;
  
}
.servicemainboximg1
{
    border-radius: 10px;
}
.servicemainboxtext
{
    margin: 0px auto;
    background-color: white;
    width: 90%;
    min-height: 250px;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
bottom: 0px;
top: 100%;
left: 0;
right: 0;
}
.servicemainbox1icon
{
    display: flex;
    gap: 25px;
}
.servicemainbox1icon_1
{
    margin: 0px;
    padding: 0px;
    background-color: #1dbfcc;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicemainbox1icon h4
{
    font-size: 24px;
    color: #152847;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.servicemainbox1icon_middle
{
    margin: 10px 0;
    padding: 0px;
}
.servicemainbox1icon_middle p
{
    font-size: 16px;
    color: rgb(134, 134, 134);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.servicemainbox1icon_end
{
    margin-bottom: 10px;
}
/*apponimentbox*/

.apponintmentboxleft
{
    width: 100%;
    display: block;
    height: 490px;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 10px;
   
}
.apponintmentboxright
{
    background-color: #eff9fb;
    width: 100%;
    display: block;
    min-height: 400px;
    border-radius: 10px;

}
.formbox
{
    margin: 0px;
    padding: 20px 60px;
}
.formbox input
{
    border-radius: 10px;
    border: solid 1px #1dbfcc;
    padding: 10px;
   color: rgb(134, 134, 134);
   font-size: 16px;
   font-weight: 500;
   font-family: 'Roboto', sans-serif;
   width: 100%;
   display: block;
   margin: 10px 0;
}
.formbox input:focus
{
    outline: none;
}
::-webkit-input-placeholder
{
    color: #1dbfcc;
}
.formbox textarea
{
    border-radius: 10px;
    border: solid 1px #1dbfcc;
    padding: 10px;
   color: rgb(134, 134, 134);
   font-size: 16px;
   font-weight: 500;
   height: 110px;
   font-family: 'Roboto', sans-serif;
   width: 100%;
   display: block;
   margin: 10px 0;
}
.formbox textarea:focus
{
    outline: none;
}

/*testimonial*/

.testimonialbox
{
    background-color:#eff9fb ;
    width: 100%;
    padding: 100px 0;
}
.testimonialmainbox
{
    margin-top: 20px;
    padding: 0px;
}
.testimonialmainbox
{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    min-height: 350px;
    padding: 20px;
}
.testimonialmainboxtext
{
margin-bottom: 15px;
padding: 0px;
}

.testimonialmainboxtext i
{
    font-size: 36px;
    color: #1dbfcc;
}

.testimonialmainboximage
{
    display: flex;
    gap: 20px;
}

.testimonialmainboximage1
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: dotted 3px #1dbfcc;
    padding: 10px;
}
.testtext
{
    margin: 0px;
    padding: 0px;
}
/*footer*/

.fotterbody
{
    margin: 0px;
    padding: 40px 0;
    background-color: #152847;
}
.footerleft
{
    margin: 0px;
    padding: 0px;
}
.footerleft .footerlogo
{
    margin: 0px;
    padding: 0px;

}
.footerleft .footerlefttext
{
    margin: 15px 0;
    padding: 0px;
}
.footerleft .footerlefttext p
{
    font-size: 16px;
    color: #eff8fb;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.footerleft .footersocial
{
    margin: 15px 0;
    display: flex;
    gap: 15px;
}
.footerleft .footersocial .sociallogoBox
{
    width: 60px;
    height: 60px;
    border: solid 2px #1dbfcc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerleft .footersocial .sociallogoBox i
{
    color: #1dbfcc;
    font-size: 18px;
}
.footerright
{
    margin: 0px;
    padding: 0px;
}
.footerright h2
{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #1dbfcc;
}
.footernav
{
    margin: 0px;
    padding: 0px;
}
.footernav ul
{
    display: block;
    margin-top: 20px;
    padding: 0px;
}
.footernav ul li
{
    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.footernav ul li a
{margin: 0px;
    padding: 10px 0px;
    font-size: 16px;
    color: #1dbfcc;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.5s ease;
}
.footernav ul li a:hover
{
    padding-left: 10px;
}
.footernav ul li a  i
{
    font-size: 18px;
    color: #1dbfcc;
}
.footerend
{
    margin: 0px;
    padding: 0px;
}
.footerend h2
{
  
    padding: 0px;
    font-size: 24px;
    color: #1dbfcc;
    margin-bottom: 30px;
}
.footerend .footerendcontact
{
    display: flex;
    gap: 15px;
 
  
}
.footerend .footerendcontact i
{
    font-size: 16px;
    color: #1dbfcc;
    line-height: 25px;
}
.footerend .footerendcontact p a,.footerend .footerendcontact p 
{
    font-size: 18px;
    font-weight: 600;
    color: #1dbfcc;
    text-decoration: none;
}
.footercopyright
{
    margin: 0px;
    padding: 0px;
}
.footercopyright p,.footercopyright p a
{
    font-size: 16px;
    color: #1dbfcc;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

.scrolltop
{
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 15px;
    background-color:#07ccec;
    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: #07ccec;
}
.scrolltop i
{
    color: white;
}
.sticky .navbody
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
    border-bottom: solid 1px #07ccec;
    width: 100%;
    display: block;
}
.responsivebox
{
    float: right;
    display: none;
    margin-top: -44px;
}

/*<------------------------------------------aboutus---------------------------->*/

.aboutbannerimg
{
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   background-attachment: fixed;
}
.aboutbannerimg h2 a,.aboutbannerimg h2
{
    color: #152847;
    text-decoration: none;
}


/*<---------------------------------------conatctus-------------------------------------->*/
.contactus_body
{
    margin: 0px;
    padding: 0px;
    background-color:#eff9fb;
    border-radius: 10px;
}
.contactright
{
    margin: 0px;
    padding: 0px;

}
.contactrightbox
{
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    gap: 15px;
}

.contactrightboxicon
{
    background-color: rgba(7, 205, 236, 0.507);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    position: relative;
}
.contactrightboxicon1
{
    position: absolute;
    inset: 10px;
    background-color: #07ccec;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
.contactrightboxicon1 i
{
    color: white;
}

.contactrightbox1{
    margin: 0px;
    padding: 0px;
}
.contactrightbox1 h4,.contactrightbox1 h4 a
{
    font-size: 16px;
    color: #152847;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 50px;
    text-decoration: none;
}
.serviceheight
{
    margin-top: 250px;
    
}

/*<--------------------------------------service---------------------------------------------------------->*/
.serviceleft
{
    margin: 0px;
    padding: 0px;
}
.serviceleft img
{
    width: 100%;
    display: block;
    max-height: 450px;
}

.serviceright
{
    margin: 0px;
    padding: 0px;
}
.serviceright h4
{
    color: #07ccec;
    font-size: 28px
}
.serviceright p
{
    font-size: 17px;
    color: black;
    text-transform: capitalize;
}
.servicelefttext
{
    margin: 0px;
    padding: 0px;
}
.servicelefttext h4
{
    color: #07ccec;
    font-size: 28px
}
.servicelefttext p
{
    font-size: 17px;
    color: black;
    text-transform: capitalize;
}
.servicerightpic
{
    margin: 0px;
    padding: 0px;
}

@media (max-width:991px)
{
    .responsivebox
    {
        display: block;
    }
    .navigation
    {
        position: fixed;
        z-index: 99;
        top: 208px;
        left: -100%;
        width: 250px;
        height: 100%;
        background-color: white;
        border: solid 1px #07ccec;
        transition: all 0.4s ease;
    }
    .navigation ul
    {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    .navigation ul li
    {
        display: block;

    }
    .sticky .navigation
    {
        top: 100px;
    }
    .navigation.mystyle 
    {
        left: 0;
    }
    .dis_none
    {
        display: none;
    }
    .haedertopbodyphonenumber
    {
        flex-direction: column;
        gap: 0px;
    }
    .marginrstop
    {
        margin-top: 250px !important;
    }
    .aboutusleft::after
    {
        right: 0;
    }
    .aboutusleft::before
    {
        left: 0;
    }

}