@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;
}

a {

    text-decoration: none;
}

.mt-30 {

    margin-top: 30px;

}

.mt-60 {

    margin-top: 60px;
}


.mt-90 {

    margin-top: 90px;
}


.mt-120 {
    margin-top: 120px;
}


/*--------headertop---------*/

.headertopbody {

    background-color: #222222;
    margin: 0px;
    padding: 2px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    display: block;
}

.headertopbodyleft {

    margin: 0px;
    padding: 0px;
}

.headertopbodyleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: left;
    margin-top: 8px;
}

.headertopbodyleft ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

.headertopbodylefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 14px;
}

.headertopbodylefticon p i {

    line-height: 25px;
}

.headertopbodylefticon p,
.headertopbodylefticon p a {

    color: white;
    font-size: 16px;
    text-decoration: none;
}


.headertopright {

    margin: 0px;
    padding: 0px;
}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.headertopright ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}


/*-------logo&navbox---------*/


.navigationbg {

    width: 100%;
    display: block;
    background-color: white;
    margin: 0px 0px;
}

.logobox {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}


.headernav {

    margin: 0px;
    padding: 0px;
}


.headernav ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.headernav ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernav ul li a {

    margin: 0px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 500px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.headernav ul li a:hover {

    color: #ff0000;
}

.headerappointment {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headerappointment button {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
    margin-top: 5px;
}


.headerappointment button:hover {

    background-color: #ff0000;
    color: white;
}


/*-----bannwer------*/


.bannerbody {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: auto;
}

.bannerpic {

    width: 100%;
    display: block;
    height: auto;
}

.bannerpic img {

    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
}

.banner .owl-prev {

    position: absolute;
    top: 50% !important;
    left: 50px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 0, 0, 0.507) !important;
    border: solid 2px white !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.5s ease-in-out !important;
}


.banner .owl-prev i {

    color: white !important;
}

.banner .owl-prev:hover {

    background-color: rgb(255, 0, 0) !important;
}


.banner .owl-next {

    position: absolute;
    top: 50% !important;
    right: 50px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 0, 0, 0.507) !important;
    border: solid 2px white !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.5s ease-in-out !important;
}

.banner .owl-next i {

    color: white !important;
}

.banner .owl-next:hover {

    background-color: rgb(255, 0, 0) !important;
}



/*----appointment---------*/


.appointmentbg {

    width: 100%;
    display: block;
    background-color: #333;
    padding: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.appointmentleft {

    margin: 0px;
    padding: 0px;
}


.appointmentlefticon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.appointmentlefticon i {

    font-size: 48px;
}


.appointmentlefttext {

    margin: 15px 0px;
    padding: 0px;
}

.appointmentlefttext h2 {

    text-align: center;
    color: white;
}

.appointmentlefttext p {

    color: white;
    font-size: 16px;
    text-align: justify;
}

.appointmentmiddle {

    margin: 0px;
    padding: 0px;
}

.appointmentmiddle h2 {

    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.appointmentmiddle input {

    width: 100%;
    display: block;
    /*margin: 10px;*/
    padding: 15px;
    background-color: white;
    color: black;
    border-radius: 15px;
    height: 15px;
}

.appointmentmiddle input:focus {

    outline: none
}

.appointmentmiddle textarea {

    width: 100%;
    display: block;
    margin: 10px;
    padding: 15px;
    background-color: white;
    color: black;
    border-radius: 15px;
    height: 70px;
}

.appointmentmiddle textarea:focus {

    outline: none;
}


.appointmentmiddle button {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    display: table;

}

.appointmentmiddle button:hover {

    background-color: #ff0000;
    color: white;
}


.appointmentright {

    background-color: white;
    border-radius: 15px;
    padding: 30px 10px;
}

.appointmentright p {

    color: black;
}

.appointmentright1 {

    display: flex;
    gap: 15px;
}

.appointmentright1 p,
.appointmentright1 p a {

    color: black;
    text-decoration: none;
}


/*----aboutus----*/

.aboutusbody {

    margin: 0px;
    padding-top: 60px;
    background-color: #f5f5f5;
}

.aboutusbodyleft {

    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 23px;
    border: 10px solid #d8d8d8;
}

/* .aboutusbodyleft ::after{

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #eb0404;
    left: 0px;
    bottom: -50px;
    content: "";
} */



.aboutusright {

    margin: 0px;
    padding: 0px;
}

.aboutusright h4 {

    color: #ff0000;
}

.aboutusright h2 {

    color: black;
}

.aboutusrightyear {

    margin-top: 12px 0px;
    padding: 15px;
    background-color: #192136;
    text-align: center;
    color: white;
}

.aboutusrightyear h2 {

    color: white;

}

.aboutusright button {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
}


.mt-15 {
    margin-top: 15px !important;
}

.aboutusright button:hover {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
}



/*----service--------*/


.servicetextcenter {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.servicetextcenter h4 {

    color: #ff0000;
}

.servicetextcenter h2 {

    color: #192136;
}


.servicebox {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.servicebox1 {

    margin: 0px;
    padding: 0px;
}

.servicebox1img {

    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.servicebox1img img {

    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.serviceboxtext {

    background-color: #333;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.serviceboxtext::before {

    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    background-image: url(../img/human\ heart.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: all 0.5s ease-in-out;

}


.serviceboxtext:hover::before {

    opacity: 0.6;
}

.serviceboxtext h4 {

    color: white;
    min-height: 58px;
}

.serviceboxtext p {

    font-size: 16px;
    line-height: 22px;
    /*height: 66px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: white;
}

.serviceboxtext h6 a {

    color: white;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.serviceboxtext h6 a:hover {

    padding-left: 20px;
    color: #ff0000;
}


/*------whatweoffer-----*/

.whatweofferleft {

    margin: 0px;
    padding: 0px;
    border-right: dotted 2px #ff0000;
}

.whatweofferleft h4 {

    color: #ff0000;
}

.whatweofferleft h2 {

    color: #192136;
}

.whatweofferleft p {

    color: black;
}

.whatweofferleftimg {

    display: flex;
    gap: 15px;
}

.whatweofferleftimg1 {

    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.whatweofferleftimg1 img {

    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.whatweofferleftimg1text {

    margin-top: 25px;
    padding: 0px;
}

.whatweofferleftimg1text h5 {

    color: #ff0000;
    font-style: italic;
}

.whatweofferright {

    margin: 0px;
    padding: 0px;

}

.whatweofferright h5 {

    color: #192136;
}

.whatweofferright p {

    color: black;
}


/*---testimonial---*/


.testimonialbg {

    width: 100%;
    padding: 60px 0px;
    margin: 0px;
    background-image: url(../img1/tewstimonial.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonialmain {

    width: 100%;
    display: block;
}

.testimonialmainbg {

    width: 100%;
    background-color: rgba(25, 33, 54, 0.747);
    display: block;
    padding: 20px;
    margin: 0px;
    border-radius: 15px;
}

.testimonialmainbgicon {


    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: dotted 2px #ff0000;
    margin: 0 auto;
    display: table;
}

.testimonialmainbgicon img {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: dotted 2px #ff0000;
}

.testimonialmainbgtext {

    margin: 20px 0px;
}

.testimonialmainbgtext i {

    font-size: 48px;
    color: white;
}

.testimonialmainbgtext p {

    color: white;
    /*min-height: 168px;*/
}

.testimonialmainbgtext h6 {

    color: white;
    font-style: italic;
}


/*-----gallery-------*/


.gallerybox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.gallerybox1 {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.gallerybox1 img {


    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}

/*-----footer--------*/


.footerbody {

    background-color: #333;
    padding-top: 60px;
    margin: 0px;
}

.footerbodyleft {

    margin: 0px;
    padding: 0px;
}

.footerbodyleft p {

    margin-top: 15px;
    color: white;
    font-size: 16px;
    text-align: justify;
}

.footerbodymiddle {

    margin: 0px;
    padding: 0px;
}

.footerbodymiddle h2 {

    color: white;
}

.footerbodynav {

    margin-top: 15px;
    padding: 0px;
}

.footerbodynav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footerbodynav ul li {

    margin: 0px;
    padding: 15px 0px;
    display: block;
    list-style: none;
}

.footerbodynav ul li a {

    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.footerbodynav ul li a:hover {

    padding-left: 10px;
}


.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    color: white;
}

.footerrighticon {

    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.footerrighticon1 {

    margin-top: 10px;
    display: flex;
    gap: 20px;
}

.footerrighticon1 p,
.footerrighticon1 p a {

    color: white;
    text-decoration: none;
}


/*---footercopyright---*/


.footercopyright {

    margin: 0px;
    padding: 0px 0px;
    background-color: #1c1c1c;
    display: flex;
    align-items: center;
}


.footercopyrighttext {

    margin: 0px;
    padding: 0px;
}

.footercopyrighttext p,
.footercopyrighttext p a {

    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 14px;

}

.sticky {

    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 6px 6px 5px rgba(255, 0, 0, 0.342);
}

.resnav {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -40px;
}



/*-----aboutuspage-----*/


.aboutuspage {

    width: 100%;
    display: block;
    height: 250px;
    background-image: url(../img1/aboutusbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-position-y: -550px;
}

.aboutuspage::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    top: 0;
    left: 0;
    z-index: -1;
}




.aboutuspage h2 {

    color: #ffffff;
}

.aboutuspage h4 a {

    color: #ffffff;
    text-decoration: none;
}

.aboutuspage h4 span {

    color: #ffffff;
}





/*servicepage*/


.servicepage {

    margin: 0px;
    padding: 0px;
}

.servicepageimg {

    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}

.servicepageimg img {

    width: 100%;
    height: 350px;
    /*object-fit: cover;*/
    border-radius: 15px;
}


.servicepagetext {

    margin: 0px;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
    resize: vertical;
    overflow: auto;
    scrollbar-width: none;
    height: 250px;
}

.servicepagetext h4 {

    color: #ff0000;
    font-weight: bold;
}

/*-----gallerypage-------*/

.gallerybox {

    width: 100%;
    margin: 0px;
    padding: 0px;
}



/*---------contactuspage-------------*/

.contactusbox {

    width: 100%;
    margin: 0px;
    padding: 20px;
    border: dotted 2px #ff0000;
    border-radius: 15px;
}

.contactusboxicon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.contactusboxicon i {

    font-size: 36px;
}



.contactusboxtext {

    margin: 20px 0px;
    padding: 0px;
}

.contactusboxtext h4 {

    color: #ff0000;
    text-align: center;
}

.contactusboxtext p,
.contactusboxtext p a {

    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.mappagebox {

    margin: 0px;
    padding: 0px;
}

.mappagebox iframe {

    width: 100%;
    border-radius: 15px;
}

.mapboxright {

    width: 100%;
    display: block;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0px;
}

.mapboxright input {

    width: 100%;
    display: block;
    margin: 15px 0px;
    padding: 20px;
    font-size: 16px;
    color: black;
    border-radius: 15px;
}

.mapboxright input:focus {

    outline: none;
}


.mapboxright textarea {

    width: 100%;
    display: block;
    margin: 15px 0px;
    padding: 20px;
    font-size: 16px;
    color: black;
    border-radius: 15px;
    height: 150px;
}

.mapboxright textarea:focus {

    outline: none;
}

.mapboxright button {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
}

.mapboxright button:hover {

    background-color: #ff0000;
    color: white;
}

.bg-grey {
    background: #eee;
}








/*----------responsive 991px -------*/

@media (max-width:991px) {

    .resnav {

        display: block;
    }

    .dis-none {

        display: none;
    }

    .headernav {

        position: fixed;
        top: 0px;
        left: -100%;
        width: 250px;
        background-color: white;
        height: 100%;
        z-index: 999;
        transition: all 0.5s ease-in-out;
    }

    .headernav ul {

        margin: 0px;
        padding: 15px 10px;
        display: block;
    }

    .headernav ul li {

        margin: 0px;
        padding: 14px 0px;
        list-style: none;
    }

    .headernav ul li a {

        margin: 0px;
        padding: 0px;
        font-size: 16px;
        color: black;
    }

    .headernav.main {

        left: 0;
    }

    .aboutusbodyleft::before {

        right: 30px;
    }

    .whatweofferleft {

        border-bottom: dotted 2px #ff0000;
        border-right: none;
        margin-bottom: 10px;
    }

    .mt_30 {

        margin-top: 30px !important;
    }

    .whatweofferleftimg1 {

        margin-bottom: 20px;
    }

}



/*----responsive 991px -- 1200px ----*/



@media only screen and (min-width:991px) and (max-width:1200px) {


    .headertopbodylefticon p,
    .headertopbodylefticon p a {

        font-size: 15px;
    }

    .headernav ul {

        margin-top: 10px;
    }

    .headerappointment button {

        margin-top: 5px;
    }

    .aboutusbodyleft {

        margin-top: 130px;
    }
}