* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
}

.mt-280 {

    margin-top: 280px;
}

.mt-30 {

    margin-top: 30px;
}

.mt-60 {

    margin-top: 60px;
}

.mt-80 {

    margin-top: 80px;
}

.mt-100 {

    margin-top: 100px;
}

.mt-120 {

    margin-top: 120px;
}

.mt-150 {

    margin-top: 150px;
}

.mt-180 {

    margin-top: 93px;
}

.color-red {

    color: #e12454 !important;

}

/*header*/

.headertop {

    background-color: #02142a;
    margin: 0px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.headertopleft {

    margin: 0px;
    padding: 0px;
}

.headertopleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 6px;
}

.headertopleft ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

.headertoplefticon {

    display: flex;
    gap: 15px;
}

.headertoplefticon i {

    line-height: 25px;
}

.headertoplefticon p,
.headertoplefticon p a {

    font-size: 16px;
    color: white;
    text-decoration: none;
}

.headertopright {

    margin: 0px;
    padding: 0px;

}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 6px;
}

.headertopright ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

/*headernav*/

.headernavbox {

    margin: 0px;
    padding: 10px;
    background-color: white;
    display: flex;
    align-items: center;
}

.headerlogo {

    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 {

    font-size: 18px;
    font-weight: 500;
    color: black;
    margin: 0px;
    padding: 0 24px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.headernav ul li a:hover {
    color: #e12454;
}

.headerappointment {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.headerappointment button {

    background-color: #e12454;
    color: white;
}

.headerappointment button:hover {

    background-color: #e12454;
    color: white;
}

/*banner*/

.bannerbody {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerbody img {

    width: 100%;

    display: block;
}


/*doctorqualification*/

.qualificationbox {

    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #02142a;
    width: 100%;
    display: block;
}

.qualificationboxicon {

    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: table;
}

.qualificationboxicon i {

    font-size: 48px;
}

.qualificationboxtext {

    margin: 14px 0px;
    padding: 0px;
}

.qualificationboxtext h4 {

    color: #02142a;
    font-weight: bold;
}

.qualificationboxtext p {

    font-size: 15px;
    color: #02142a;
}

.qualificationcontact {

    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #e12454;
    width: 100%;
    display: block;

}

.qualificationboxicon1 {

    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: table;
}

.qualificationboxicon1 i {

    color: #e12454;
    font-size: 48px;
}

.qualificationboxtext1 {

    margin: 10px 0px;
    padding: 0px;
}

.qualificationboxtext1 h5 {

    color: #e12454;
    font-size: 15px;
}

.qualificationboxtext1 h5 span a,
.qualificationboxtext1 h5 span {

    color: #02142a;
    text-decoration: none;
}


.locateaddress{

    margin: 0px;
    padding: 0px;
}

.locateaddress button{

    background-color: #e12454;
    color: white;
}

.locateaddress button:hover{

    background-color: #e12454;
    color: white;
}

.locateaddress button a{

    color: white;
    text-decoration: none;
}

.qualificationboxtext1icon {

    display: flex;
    gap: 15px;
}

.qualificationboxtext1icon a i {

    color: #02142a;
}

.qualificationcontacttiming {

    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #0cb2cf;
    width: 100%;
    display: block;
}

.qualificationboxicon2 {

    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: table;
}

.qualificationboxicon2 i {

    color: #0cb2cf;
    font-size: 48px;
}

.qualificationboxtext2 {

    margin: 14px 0px;
    padding: 0px;
}

.qualificationboxtext2 h5 {

    color: #0cb2cf;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.qualificationboxtext2 h5 span {

    color: #02142a;
}

/*aboutus*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.aboutusleft img {

   
    height: 450px;
    border-radius: 10px;
}

.aboutusright {

    margin: 0px;
    padding: 0px;
}

.aboutusright h4 {

    position: relative;
    color: #0cb2cf;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    display: table;
}

.aboutusright h4::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -100px;
    width: 80px;
    height: 2px;
    background-color: #0cb2cf;
}

.aboutusright p {

    color: black;
    font-size: 15px;
    margin-top: 15px;
}

.aboutusright h2 {

    color: #02142a;
    font-size: 22px;
}

.aboutusright button a {
    background-color: #e12454;
    color: white;
    text-decoration: none;
    padding: 10px;

}

.aboutusright button a:hover {
    background-color: #e12454;
    color: white;
    text-decoration: none;
    padding: 10px;
}

.aboutusright h5{

    font-size: 16px;
}

/*service*/

.servicetextcenter {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.servicetextcenter h4 {

    color: #0cb2cf;
    position: relative;
    color: #0cb2cf;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    display: table;
    font-size: 20px;
}

.servicetextcenter h4::before {

    position: absolute;
    content: "";
    top: 15px;
    left: -100px;
    width: 80px;
    height: 2px;
    background-color: #0cb2cf;
}

.servicetextcenter h2 {

    color: #02142a;
    font-size: 22px;
    margin-top: 8px;
}

.servicebox {

    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border-radius: 15px;
    text-align: center;
    border: solid 1px #02142a;
    padding: 20px;
}

.serviceboxicon {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #02142a;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceboxtext {

    margin: 15px 0px;
    padding: 0px;
}


.serviceboxtext_0 {

    margin: 15px 0px;
    padding: 0px;
}

.serviceboxtext h4 {

    color: #02142a;
    font-size: 20px;
}


.serviceboxtext_0 h4 {

    color: #02142a;
}

.serviceboxtext p {

    font-size: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.serviceboxtext_0 p {

    font-size: 18px;
}

.serviceboxtext h6 a {

    text-decoration: none;
    color: #02142a;
    font-size: 15px;

}


.serviceboxtext_0 h6 a {

    text-decoration: none;
    color: #02142a;
}




.servicebox1 {

    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border-radius: 15px;
    text-align: center;
    border: solid 1px #0cb2cf;
    padding: 20px;
}


.servicebox_1 {

    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border-radius: 15px;
    text-align: center;
    border: solid 1px #0cb2cf;
    padding: 20px;
}


.serviceboxicon1 {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #0cb2cf;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceboxicon_1 {

    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #0cb2cf;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceboxtext1 {

    margin: 15px 0px;
    padding: 0px;
}

.serviceboxtext_1 {

    margin: 15px 0px;
    padding: 0px;
}

.serviceboxtext1 h4 {

    color: #0cb2cf;
    font-size: 20px;
}

.serviceboxtext_1 h4 {

    color: #0cb2cf;
    font-size: 20px;
}

.serviceboxtext1 p {

    font-size: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serviceboxtext_1 p {

    font-size: 18px;

}

.serviceboxtext1 h6 a {

    text-decoration: none;
    color: #0cb2cf;

}


.serviceboxtext_1 h6 a {

    text-decoration: none;
    color: #0cb2cf;

}


.servicebox2 {

    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border-radius: 15px;
    text-align: center;
    border: solid 1px #e12454;
    padding: 20px;
}


.servicebox_2 {

    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border-radius: 15px;
    text-align: center;
    border: solid 1px #e12454;
    padding: 20px;
}

.serviceboxicon2 {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #e12454;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceboxicon_2 {

    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #e12454;
    margin: 0 auto;
    display: table;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceboxtext2 {

    margin: 15px 0px;
    padding: 0px;
}

.serviceboxtext2 h4 {

    color: #e12454;
    font-size: 20px;
}

.serviceboxtext2 p {

    font-size: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.serviceboxtext2 h4 {

    color: #e12454;
}

.serviceboxtext2 h6 a {

    text-decoration: none;
    color: #e12454;

}

.serviceboxtext_2 {

    margin: 15px 0px;
    padding: 0px;
}




.serviceboxtext_2 {

    margin: 15px 0px;
    padding: 0px;
}

.serviceboxtext_2 h4 {

    color: #e12454;
}

.serviceboxtext_2 p {

    font-size: 18px;

}

.serviceboxtext_2 h6 a {

    text-decoration: none;
    color: #e12454;

}

/*whychooseus*/

.whychooseusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-image: url(../image/changepic/aboutpic.jpg);
    background-position: center;
    background-size: cover;
    background-position-y: -52px;
    background-repeat: no-repeat;
    height: 486px;
}

.whychooseusright {

    background-color: #0cb2cf;
    margin: 0px;
    padding: 60px 46px;


}

.whychooseusright h2 {
    color: white;
    text-align: center;
    font-size: 24px;
}


.whychooseusright h4 {
    color: white;
    font-size: 18px;
    text-align: center;
}

.whychooseusright p {

    color: white;
}

.Specializationbox {

    display: flex;
    justify-content: space-between;
    margin: 35px 0px;
}

.Specializationbox1 {

    margin: 0;
    padding: 0;

}

.Specializationbox1 h4 {

    color: white;
    font-size: 22px;
}

.Specializationbox1text {

    margin: 0px;
    padding: 0px;
}

.Specializationbox1text p {

    text-align: left;
    font-size: 15px;
}

.Specializationbox1text ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.Specializationbox1text ul li {

    margin: 0px;
    padding: 3px 0px;
    display: block;
}

.Specializationbox1text ul li p {

    font-size: 16px;
    color: white;
    text-align: left;
}

.treatment {

    margin: 0px;
    padding: 0px;
}

.treatment h4 {

    color: white;
}

.treatment p {

    color: white;

}

/*galleries*/
.galleriesbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.galleriesboximg {

    width: 100%;
    display: block;
    overflow: hidden;
    height: 350px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.galleriesboximg img {

    width: 100%;
    height: 350px;
}

.galleriesboximg:hover img {

    transform: scale(1.3) rotate(3deg);
    transition: all 0.5s ease-in-out;

}


.videogallerybox {
    margin: 0px;
    padding: 0px;
}




/*contactform*/

.contactformbox {

    margin: 0px;
    padding: 80px 0px;
    display: block;
    width: 100%;
    background-image: url(../image/contactpic.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactformleft {

    margin: 0px;
    padding: 20px;
    border: solid 1px #c0c0c0;
    margin: 15px  0px;

}


.contactformleft h2{

    color: #535353;
    font-size: 24px;
    margin-bottom: 20px;
}

.contactformleft input {

    width: 100%;
    display: block;
    padding: 8px;
    margin: 0px;
    border-radius: 10px;
    font-size: 15px;
    color: black;
    margin: 8px 0px;
    outline: none;
    border: solid 1px #d6d6d6;
}

.contactformleft input:focus {

    outline: none;
}

.contactformleft textarea {

    width: 100%;
    display: block;
    padding: 20px;
    border: solid 1px #d6d6d6;
    margin: 0px;
    border-radius: 10px;
    font-size: 16px;
    color: black;
    height: 100px;
    outline: none;

}

.contactformleft textarea:focus {

    outline: none;
}


.contactformleft button {

    background-color: #e12454;
    color: white;
    margin: 15px 0px;
}

.contactformleft button:hover {

    background-color: #e12454;
    color: white;
    margin: 15px 0px;
}

.contactformright {

    margin: 0px;
    padding: 20px;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    margin-top: 10%;
}

.contactformright h4 {

    color: rgb(65, 65, 65);
    font-size:clamp(20px, 5vw,48px);
}

.contactformright h2,
.contactformright h2 a {

    color: rgb(73, 73, 73);
    text-decoration: none;
    font-size: clamp(24px,5vw,36px)
}

.contactformright h3 {

    color: white;
    margin-top: 30px;
    font-size: 20px;
}

/*testimonialbox*/

.testimonialbox {

    width: 100%;
    display: block;
    height: 450px;
    background-image: url(../image/testimonialbox.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.testimonialbox::before {

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(2, 20, 42, 0.904);
    z-index: -1;
}

.testimonialmainbox {

    margin: 0px;
    padding: 0px 0px;
    padding-top: 120px;
}

.testimonialmainboximg {

    margin: 0px auto;
    display: table;
    padding: 0px;
    width: 80px;
    height: 80px;

}

.testimonialmainboximg img {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #e12454;
}

.testimonialtext {

    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.testimonialtext p {

    color: white;
}

.testimonialtext h6 {

    color: white;
}

/*footer*/
.footerbody {


    margin: 0px;
    padding: 0px;
    background-color: rgb(2, 20, 42);
    padding-top: 80px;

}

.footerbodyleft {

    margin: 0px;
    padding: 0px;
}

.footerbodyleft p {

    color: white;
    font-size: 15px;
    margin-top: 25px;

}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    color: white;
    font-size: clamp(20px,5vw,28px);
    margin-bottom: 15px;
}

.footernav {

    margin: 0px;
    padding: 0px;
}

.footernav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li {

    margin: 0px;
    padding: 6px 0px;
    list-style: none;
    display: block;
}

.footernav ul li a {

    color: white;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

.footernav ul li a:hover {

    color: #e12454;
    padding-left: 15px;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    color: white;
    font-size: clamp(20px,5vw,28px);
    margin-bottom: 25px;
}

.footerrighticon {

    margin: 12px 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon i {

    font-size: 15px;
    line-height: 30px;
}

.footerrighticon p,
.footerrighticon p a {

    color: white;
    font-size: 15px;
    text-decoration: none;
}

.footercopyright {

    border-top: dotted 1px white;
    padding-bottom: 10px;
    margin-top: 30px;
}

.footercopyright1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 15px;
}

.footercopyright1 p,
.footercopyright1 p a {

    color: white;
    font-size: 15px;
    text-decoration: none;
}


/*navigationstick*/

.sticky {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 2rem 0px rgba(225, 36, 83, 0.493);
}

/*responsivebars*/

.resbt {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
}


/*aboutuspage*/

.aboutusbedcramp {

    width: 100%;
    display: block;
    background-image: url(../image/aboutuspic.jpg);
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.aboutusbedcramp h2 {

    color: white;
    font-size: 32px;
}

.aboutusbedcramptext {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.aboutusbedcramptext h2 {

    color: white;
    font-size: 48px;
    font-weight: 500;
}

.aboutusbedcramptext h4,
.aboutusbedcramptext h4 a {

    color: white;
    text-decoration: none;
}


/*26years*/

.aboutyears {

    margin: 0px;
    padding: 0px;
}

.aboutyears h2 {

    color: #02142a;
    font-size: 22px;
}

.aboutyears p {

    color: black;
    font-size: 15px;
   
}

.aboutyears h4 {

    color: #535353;
    font-size: 20px;
    
}


/*gallerypage*/


.gallerypagebox {

    margin: 0px;
    padding: 0px;
}

.gallerypageboximg {

    width: 100%;
    height: 350px;
    border-radius: 15px;
}


/*contactuspage*/


.contactphone {


    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px #02142a;
    padding: 20px;
    margin: 0px;
}

.contactphoneicon {

    margin: 0px auto;
    display: table;
    padding: 0px;
    width: 20px;
    height: 80px;
}

.contactphoneicon i {

    font-size: 36px;
}

.contactphonetext {

    margin: 0px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    justify-content: center;

}

.contactphonetext h2 {

    color: #02142a;
    font-size: 16px;
}

.contactphonetext h3 a {

    color: #02142a;
    text-decoration: none;
    font-size: 15px;
}

.contactphonetext h3 {

  margin: 0px;
  padding: 0px;
  margin-top: -15px;
}


.contactemail {


    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px #e12454;
    padding: 20px;
    margin: 0px;
}

.contactemeiltext {

    margin: 0px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
   justify-content: center;
}

.contactemeiltext h2 {

    color: #e12454;
    font-size: 16px;
}

.contactemeiltext h3 a {

    color: #e12454;
    text-decoration: none;
    font-size: 15px;

}


.contactemeiltext h3 {

    margin-top: -10px;
}

.contactlocation {

    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px #0cb2cf;
    padding: 15px;
    margin: 0px;
}


.contactemailtext {

    margin: 0px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.contactemailtext h2 {

    color: #0cb2cf;
    font-size: 16px;
}

.contactemailtext h3 {

    margin-top: -5px;
    font-size: 15px;
    color: #0cb2cf;
}


/*----------mapstart------------*/

.mapbox {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.wbfloatingbox{

    margin: 0px;
    padding: 0px;
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;

}


.wbfloatingbox i{

    font-size: 48px;
}



/*---------responsive----------*/

@media (max-width:991px) {

    .resbt {

        display: block;
    }

    .dis_none {

        display: none;
    }

    .headernav {

        width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        background-color: white;
        transition: all 0.5s ease-in-out;
    }

    .headernav ul {

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .headernav ul li {

        display: block;
        margin: 0px;
        padding: 15px 0px;
    }

    .headernav.mystyle {

        left: 0;
    }

    .aboutusleft img {
        height: 316px;
    }

    .aboutusright {
        margin-top: 20px;
        text-align: center;
    }

    .aboutusright p {

        text-align: justify;
    }

    .whychooseusleft {

        height: 422px;
        background-position-y: 5px;
    }

    .whychooseusright h4 {

        text-align: justify;
    }

    .testimonialbox {

        height: 510px;
    }

    .contactformleft {

        text-align: center;
    }

    .footermiddle h2 {

        font-size: 24px;
    }

    .footerright h2 {

        font-size: 24px;
    }

    .footerrighticon i {

        font-size: 16px;
    }

    .footerrighticon p {

        font-size: 16px;
    }

    .footernav ul li a {

        font-size: 16px;
    }

    .footerrighticon p a {
        font-size: 16px;
    }

    .whychooseusright {
        padding: 20px;
    }

    .contactphonetext h3 {
        margin-top: -4px;
    }

    .contactemeiltext h3 {
        margin-top: -4px;
    }

    .mt-180 {
        margin-top: 29px;
    }

    .contactformbox{

        padding: 40px 0px;
       
    }
    .contactformright{

        margin-top: 0;
    }
}
