* {
    margin: 0;
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:root {
    --color1: #a24b67;
    --color2: #ebbac2;
    --gray: #cacaca;
}

body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

img {
    border: none
}

ul {
    list-style: none;
}

i {
    font-weight: 400;
}

button:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.auto-container{
    width: 100%;
}

.headertop {
    background: #5c5c5d;
    padding: 5px 0;
}

.headerbottom {
    background: #FFE4F5;
/*    padding: 10px 20px 0 20px;*/
}

.logo{
    padding: 10px 0;
}

.logo h1{
    font-size: 33px;
    color: #db749a;
        text-shadow: 2px 2px #32001324;
}

.logo a:hover{
    text-decoration: none !important;
}

.logo h2{
    font-size: 16px;
    color: #282828;
    line-height: 28px;
    text-shadow: 2px 2px #00000014;
}

.rgtopup {
/*    float: right;*/
}

.rgtopup ul {
    margin-top: 3px;
    margin-bottom: 0;
/*    text-align: center;*/
}

.rgtopup1{
    margin-top: 30px;
    text-align: center;
}

.rgtopup ul li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding-left: 3px;
    margin-top: 20px;
}

.rgtopup ul li a {
    font-family: 'Open Sans', sans-serif;
    /*  background: #cccccc25;*/
    border: 1px solid transparent;
    /*border: 1px solid var(--color2);*/
    padding: 12px 10px;
    border-radius: 30px;
    font-weight: 500;
    color: #000;
    text-decoration: none;

}

.rgtopup ul li a:hover {
   /* border: 1px solid #45c0d7;*/
   color: #666;
}

.rgtopup1 a{
    font-size: 17px;
    background: #b0758b;
    padding: 10px 25px;
    color: #fff;
    border-radius:20px ;
}

.rgtopup1 a:hover{
    color: #fff;
    text-decoration: none !important;
}

.rgtopup ul li p {


    font-weight: 400;
    /*    text-transform: uppercase;*/
}

.rgtopup ul li a i {
    position: relative;
    top: 1px;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #db749a;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.rgtopup ul li a:hover i {
    background-color: #12c0e3;
    color: #fff;
}

.rgtopup ul li {}

.topleft ul {
    margin-bottom: 0;
}

.topleft ul li {
    display: inline;
    color: #fff;
    padding-right: 12px;
}

.topleft ul li i {
    display: inline;
    color: #c5c5c5;
    padding-right: 10px;
}

.topright {
    float: right;
}

.navbar{
    padding: 0 !important;
}

.bookappp button {
    background: #eee;
    cursor: pointer;
    color: #000;
    padding: 2px 10px;
    border: none;
    border-radius: 3px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.bookappp button:hover {

    background: #ee1e23;
    color: #fff;
}

.logo img {
    width: 150px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.sociallinks {
/*    text-align: center;*/
}
.sociallinks  a{
    color:#fff;
    font-size: 15px;
/*    font-family: 'Roboto', sans-serif;*/
    transition: 0.5s;
     
}

.sociallinks p i{
    font-size: 15px;
    color: #b3929e;
    position: absolute;
    left: 0;
    top: 5px;
}

.sociallinks a:hover{
    color: #51c9e1;
    text-decoration: none;
}

.sociallinks p{
    color:#fff;
    font-size: 15px;
/*     font-family: 'Roboto', sans-serif;*/
    position: relative;
    padding-left: 24px;
}

.sociallinks h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	margin-top:15px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #b3929e;
}

.sociallinks ul {
    margin-bottom: 0;
}

.m1{
    margin-top: 20px;
}

.sociallinks ul li {
    display: inline;
    margin: 0 0 0 5px;
    font-weight: 600;
/*    float: left;*/
}

.sociallinks ul li i {
    color: #3e3e3e;
    font-size: 19px;
    /* background: #3e3e3e; */
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 0 3px;
    background: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.sociallinks ul li i:hover {

    background: #12c0e3;
    color: #fff;
}

.appbtn ul li button {
    background: #901b02;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}

.appbtn ul li button i {
    background: none;
    color: #fff;
}

.banner {
    position: relative;

}

.banner img {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.banner:hover img {
    filter: brightness(105%);
}

.banner .carousel-caption {
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    /*    background: #ffffff95;*/
}

.banner .carousel-caption h1 {
    font-size: 64px;
    font-family: 'Playfair Display', serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 30px;
    color: #7a4459;
}

.banner3 h1 {
    color: #7A4459 !important;
}

.banner2 {
    left: 0 !important;
}


.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}

.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-caption p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.banner .carousel-caption a button {
    margin-top: 10px;
    background: #B0758B;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.banner .carousel-caption a button:hover {
    background: #12c0e3;
    color: #fff;
}
.banner .carousel-control-next {
    position: absolute;
    width: 80px;
}

.banner .carousel-control-prev {
    position: absolute;
    width: 80px;
}

.banner .carousel-control-prev i {
    font-size: 38px;
    color: #fff;
    background: #720830;
    padding: 2px;
    border-radius: 10px;
}

.banner .carousel-control-next i {
    font-size: 38px;
    color: #fff;
    background: #720830;
    padding: 2px;
    border-radius: 10px;
}

.banner .carousel-indicators li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid transparent;
    outline: 2px solid #33333360;
}

.banner .carousel-indicators li.active {
    background: #7a4459;
    border: 2px solid #e1e1e1;
    outline: 2px solid #33333360;

}

.banner .btn-change5 {
    height: 40px;
    width: 150px;
    background: #23428f;
    cursor: pointer;
    float: none;
    font-weight: 600;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset, -100px 0px 0 #2da7da inset;
}

.banner .btn-change5:hover {
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset, 0px 0px 0 #2da7da inset;
}

.heading {
    margin-bottom: 30px;
}

.heading h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: 'Lato', sans-serif;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.heading h1:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #901b02;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Service CSS */
.service {
    padding: 4em 0 0 0;

}

.serviceinner {
    position: relative;
}

.serviceinner .owl-theme .owl-nav {
    margin-top: 0;
}

.serviceinner a {
    text-decoration: none;
}

.serviceinner a:hover {
    text-decoration: none;
}

.prodbox {
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.overlay {
    position: absolute;
    visibility: hidden;
    background: #901b0295;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}

.overlay p {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 20px;
    font-size: 16px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}

.overlay p i {
    font-size: 14px;
}

.prodbox:hover {
    transform: translate(0, -5px);
}

.prodbox:hover .overlay {
    visibility: visible;
}

.prodbox:hover .overlay p {
    top: 45%;
}

.serviceinner .owl-carousel button.owl-dot {
    top: 50px;
}

.serviceinner .owl-carousel .owl-nav button.owl-next {
    background: #333333 !important;
    position: absolute;

    right: -50px;
    top: 35%;
    width: 30px;
    height: 30px;

    color: #fff;
    outline: none;
    border-radius: 100%;
    transition: 0.5s ease;
}

.serviceinner .owl-carousel .owl-nav button.owl-next:hover {
    background: #901b02;
}

.serviceinner .owl-carousel .owl-nav button.owl-next i {
    color: #ffff
}

.serviceinner .owl-carousel .owl-nav button.owl-prev {
    background: #333333 !important;
    position: absolute;
    border-radius: 100%;
    left: -50px;
    top: 35%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
}

/* Testmonials CSS */
.testimonials {
    background: #FFE4F5;
    padding: 6em 0 4em;
    margin-top: -30px;
    z-index: -1;
/*    position: relative;*/
}

.testibox {
    text-align: left;
    /* padding: 0 80px; */
    margin-top: 10px;
    padding: 0 35px;
    padding-top: 18px;
    border: 2px solid #e1aabe5c;
    height: 350px;
    background: #e1aabe5c;
    border-radius: 50px 0 50px 0;
}

.testibox:hover{
    border: 2px solid #8ebcbf;
}

.testibox p {
    font-size: 15px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    /* padding-top: 20px;*/
}

.testibox h3 {
    text-align: left;
    margin: 0;
    color: #7a4459;
    font-weight: 600;
    font-size: 18px;
    padding-top: 8px;
    position: relative;
    padding-top: 30px;
    display: block;
}

.testibox h3:before {
    margin: 0;
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    right: 0;
    background: #e9d2d6;
}

.testibox img {
    text-align: center;
    width: 100%;
    margin: auto;

}

.testibox p i {
    font-size: 60px;
    color: #12c0e3
}

.serviceinner .owl-carousel button.owl-dot {
    top: 50px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
    color: #901b02;
    border: 2px solid #901b02;
    width: 12px;
    height: 12px;
    border-radius: 0;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #901b02 !important;

}

.testimonials .owl-carousel .owl-nav button.owl-next {
    background: #333333 !important;
    position: absolute;
    border-radius: 0;
    right: -50px;
    top: 30%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}

.testimnials .owl-carousel .owl-nav button.owl-next i {
    color: #fff
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
    background: #333333  !important;
    position: absolute;
    border-radius: 0;
    left: -50px;
    top: 30%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
    z-index: 1;
}

.cmt-processbox {
    width: calc(100% / 5) !important;
    max-width: 20% !important;
    padding: 0 15px ;
    position: relative !important;
    text-align: center;
    margin-top: 10px;
}



footer {
    background: #eee;
}

.footertop {
    background: #eee;
    padding: 4em 0 2em 0;
    border-bottom: 1px solid #ddd;
}

.footertop img {
    width: 250px;
    margin-bottom: 30px;
}

.footertop p {
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.widget h2 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #3e3e3e;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000015
}

.widget ul li {
    line-height: 26px;
/*/*    color: #333;*/*/
    font-family: 'Open Sans', sans-serif;
}

.widget ul li a {
    line-height: 24px;
    color: #3e3e3e;
    text-decoration: none;
}

.widget ul li a:hover {

    color: #901b02;

}

.widget p span {
    display: block;
    font-weight: 600;
}

.footerbtm {
    padding: 8px 0;
    background: #000;
}

.footerbtm p {
    color: rgb(122, 115, 115);
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.last {
    float: right;
}

.footerbtm p a {
    color: rgb(122, 115, 115);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s ease;
}

.footerbtm p a:hover {
    color: #eee;
}

.bookapp {
    position: absolute;
    width: 464px;
    top: -58px;
    padding: 0 30px;
    z-index: 99;
    padding-bottom: 30px;
    background: #fff;
}

.back-to-top {

    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 65px;
    right: 45px;
    display: none;
}

.back-to-top img {
    width: 40px;
}

/* Testimonial Page */
.patientsay {
    padding: 4em 0;
}

.testipage {
    background: #eeeeee80;
    padding: 40px 80px;
    margin: 20px 0;
    border-radius: 0 50px 50px 50px;
    box-shadow: 13px 13px 2px 2px #00000015;
}

.testipage p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: justify;

}

.testipage h3 {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #666;
    padding-top: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}

.testipage h3::before {
    position: absolute;
    width: 2px;
    left: 0;
    content: '';
    height: 30px;
    top: 15px;
    background: #a01d1a;
}

.abouthome {
    padding: 4rem 0;
}

.abtcnt {
    padding-left: 15px;
}

.abtcnt h1 {
    color: #7a4459;
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-top: 8px;


}

/*.abtcnt h1:after {
    content: '';
    background: #ebbac2;
    left: 0;
    right: 0;
    bottom: -2px;
    position: absolute;
    width: 100px;
    height: 3px;
    
}*/

.abtcnt h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #2c2528;
    font-weight: 500;
    padding: 5px 0 5px 0;

    font-family: 'Open Sans', sans-serif;
}

.abtcnt h3 {
    font-weight: 500;
    font-size: 19px;
    margin: 0;
    padding: 0;
    color: #a15773;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
}

.abtimg {
    margin: auto;
}

.abtimg img {
    width: 100%;
    height: 100%;
    border-radius: 30px 0 30px 0;
    /*    border: 1px solid #00000020;*/
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: 2px solid #b0758b;
    position: relative;
    
}
/*
.abtimg figure figcaption{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0005;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 143px 0 0;
    border-radius: 30px 0 30px 0;
    opacity: 0;
    transition: 1s;
    overflow: hidden;
}

.abtimg figure figcaption:hover{
    opacity: 1;
}

.abtimg figure figcaption a{
    padding: 12px 30px;
    background: #fff;
    border-radius: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.abtimg figure figcaption a:hover{
    text-decoration: none !important;
}*/

.abtimg img:hover {
    transform: translateY(-10px);
    transform-style: flat;
    border: 2px solid #12c0e3;
}

.abtcnt p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 29px;
    padding-top: 12px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.abtcnt p:last-child {
    padding-top: 0;
    margin: 0;
}

.dbox h2 img {
    width: 20px;
    margin-right: 15px;
    transform: translateY(-2px);
}

.abtcnt a button {
    margin-top: 20px;
    background: #B0758B;
    font-weight: 400;
    padding: 6px 15px;
    width: 140px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.abtcnt a button:hover {
    background: #12c0e3;
    color: #fff;
}

.title {
    text-align: center;
}

.title h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 16px 0;
    margin-bottom: 10px;
    /*    border-bottom: 2px solid #ffffff30;*/
    position: relative;
}

.servicehome .title h1:before{
    content: '';
    position: absolute;
    width: 20%;
    height: 6px;
    border-bottom: 2px solid #000;
    left: 40%;
    top: 80%;
} 

.servicehome .title h1:after{
    content: '';
    position: absolute;
    width: 15%;
    height: 6px;
    border-bottom: 2px solid #7a4459;
    right: 43%;
    top: 90%;
}

.testimonials .title h1:before{
    content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #7a183d;
    left: 30%;
    top: 22px;
}

.testimonials .title h1:after{
    content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #7a183d;
    right: 30%;
    top: 22px;
}

.locations .title h1:before{
    content: '';
    position: absolute;
    width: 40%;
    height: 6px;
    border-bottom: 2px solid #000;
    left: 30%;
    top: 80%;
} 

.locations .title h1:after{
    content: '';
    position: absolute;
    width: 32%;
    height: 6px;
    border-bottom: 2px solid #7a4459;
    right: 34%;
    top: 90%;
}

.title h1 span {
    color: #7a4459;
}

/*.title h1:after {
    content: '';
    background: #ebbac2;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -2px;
    position: absolute;
    width: 100px;
    height: 3px;
}*/

.servicehome {
/*    background: url(../images/serbg.jpg);*/
    background-attachment: fixed;
    background-size: cover;
    background: #b0758b59;
    padding: 4rem 0;
}

.servicein {
    padding: 30px 0;
}

.serbox a {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.serbox {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
    border: 1px solid transparent;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: relative;
}

.serbox:hover {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    border: 1px solid #12c0e3;
    background: #b3e3ed;
    transform: translateY(-10px);

}



.serbox h2 {
    margin: 0;
    padding: 0;
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    height: 67px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;

}

/*.serbox:hover h2{
    color: #fff;
}*/

.serbox img {
    border-radius: 10px;
}

.serbox:hover img {
    filter: brightness(102%);
}



.serbox a button {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #B0758B;
    padding: 6px 15px;
    width: 140px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.serbox:hover a {}

.serbox:hover a button {
    background: #12c0e3;
    color: #fff;


}

.nopadding {
    padding: 0 !important;
}

.whyus {
/*    height: 500px;*/
    background: #88eded24;
}

.r1{
    background: #e9e9e9;
/*    background: linear-gradient(45deg, #d19baf6e, transparent);*/
/*    padding: 15px 15px 15px;*/
    border: 5px solid #fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
    float: right;
    margin-top: -30px;
    border-radius: 20px;
}

.whyuscnt {
/*    padding-left: 80px;*/
    padding: 20px 30px 20px 30px;
}

.whyuscnt p{
    font-size: 16px;
    padding-top: 20px;
    font-weight: 500;
    color: #333;
/*    font-style: italic;*/
}

.whyuscnt h1{
    color: #7a4459;
    font-size: 22px;
    padding-top: 10px;
/*    font-style: italic;*/
    font-weight: 600;

}

.whyuscnt h2 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    color: #7a4459;
    font-weight: 300;
    /*   text-transform: uppercase;*/
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding: 0 0 8px 0;
/*    margin-bottom: 5px;*/
/*    text-align: center;*/
}

.whyuscnt ul {
    margin-bottom: 20px;
}

.whyuscnt ul li {
    line-height: 37px;
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.whyuscnt ul li i {
    color: #7a4459;
    font-size: 24px;
    margin-right: 5px;
    transform: translateY(5px);
}

.whyuscnt a {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.r2{
    color: #000;
/*    font-style: italic;*/
}

.r2:hover{
    color: #12c0e3;
    text-decoration: none !important;
}

.whyuscnt a button {
    font-weight: 400;
    background: #B0758B;
    color: #fff;
/*    width: 160px;*/
    padding: 5px 15px;
    cursor: pointer;
    border: none;
    font-size: 17px;
    border-radius: 30px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.whyuscnt a button:hover {
    background: #12c0e3;
    color: #fff;
}

.locations {
    padding: 1rem 0;
}

.s1{
    padding: 3rem 0;
}

.videohome {
    overflow: hidden;
   
}

.videohome img {
    width: 100%;
/*    height: 400px;*/
/*    margin-left: 26%;*/
    border-radius: 0 20px 20px 0;
}

.hbox {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 8px #00000040;
    transform: scale(0.9);
    transition: 0.5s;
}

.hbox:hover {
    border: 1px solid #12c0e3;
/*    transform: translateY(-10px);*/
    transform: scale(1.0);
}

.hbox h2 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding: 15px 0 10px 0;
    font-family: 'Roboto', sans-serif;
}

.hbox p {
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-bottom: 10px;
    color: #333
}

.hbox a button {
    background: #B0758B;
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    font-weight: 600;
    padding: 8px 18px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    border-radius: 30px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.hbox:hover button {
    background: #12c0e3;
    color: #fff;
}

.footer {
    background: #333333;
    padding: 50px 0 10px;
}


/*.footerlinks {
    margin: 25px 0;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ebbac2;
    border-bottom: 1px solid #ebbac2;
}*/
.footerlinks h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #b3929e;
}

.footerlinks ul {
    margin: 0;
}

.footerlinks ul li {
/*    display: inline;*/
    padding: 5px 0px;
    position: relative;
    padding-left: 20px;
}

.footerlinks ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 5px;
/*    font-family: 'Roboto', sans-serif;*/
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.footerlinks ul li i{
    color: #b3929e;
    position: absolute;
    left: 0;
    top: 9px;
}

.footerlinks ul li a:hover {
    color: #51c9e1;
    text-decoration: none;
}

.copyright{
    border-top: 2px solid #fff;
    margin: 15px 0;
}

.des {
    text-align: left;
}

.des p {
    color: #fff;
    margin: 0;
    font-weight: 300
}

.des p a {
    color: #eee;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.copy {
    text-align: right;
}

.copy p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.copy p a {
    color: #ebbac2;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.innerbanner {
    background: url(../images/abutbg.jpg) center no-repeat;
    height: 200px;
    width: 100%;
}

.bread {
    padding-top: 3.5rem;
}

.bread ul {
    margin-bottom: 0;
}

.bread ul li {
    display: inline-block
}

.bread ul li a {
    font-weight: 500;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.bread ul i {
    font-size: 12px;
    transform: translateY(0px);
    margin: 0 2px
}

.bread h1 {
    padding-top: 15px;
    font-size: 35px;
    color: #a5355e;
}

.contactsec {
    padding: 4rem 0 4rem 0;
}

/*

.sideform form {
    text-align: center;
    padding: 30px;
    border: 1px solid rgb(0 0 0 / 4%);
    background-color: rgb(0 0 0 / 2%);
    margin-top: 30px;
}

.sideform form label {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.sideform form input {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #666;
    padding: 16px 10px;
    margin-bottom: 20px;
}

.sideform form input::placeholder {
    color: #666;
}

.sideform form input:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
    border: 2px solid var(--color2);
}

.sideform form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 250px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #666;
}

.sideform form textarea::placeholder {
    color: #666;
}

.sideform form textarea:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
    border: 2px solid var(--color2);
}

.sideform form button {
    width: 150px;
    padding: 10px;
    background: var(--color2);
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-radius: 2px;
}

.sideform form button:hover {
    background-color: #45c0d7;
    color: #fff;
}

.sideform h2 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}

.sideform p {
    font-size: 18px;
}
*/

.aboutsec {
    padding: 4rem 0 0rem 0;
}

.testisec {
    padding: 4rem 0 0 0;
}

.testbox {
    padding: 40px;
    border-radius:0 0 20px 20px;
    padding-left: 100px;
    background-color: #a3277512;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    border: 1px solid #f1c7e2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.testbox h3 {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 800;
    font-style: italic;
    color: #db749a;
}

.testbox p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
    line-height: 32px;
}

.testbox:hover {
    border: 1px solid #45c0d7;
    box-shadow: 0 15px 15px 5px #00000010;
}

.testbox img {
    width: 60px;
    position: absolute;
    left: 20px;
}

.doctorinfo {
    text-align: center;
    padding: 30px 0;
}

.doctorinfo h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

.doctorinfo h1:after {
    content: '';
    background: #ebbac2;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -2px;
    position: absolute;
    width: 100px;
    height: 3px;
}

.doctorinfo h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.doctorinfo h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #a24b67;
    font-family: 'Roboto', sans-serif;

}
.doctorinfo button{
   margin-top: 10px;
    background: #B0758B;
    font-weight: 400;
    line-height: normal;
    padding: 8px 15px;
    text-transform: uppercase;
    width: 260px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.doctorinfo button:hover{
    background: #12c0e3;
    color: #fff;
}
.dbox {
    border: 1px solid #ebbac2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.dbox h2 {
    text-transform: uppercase;
    font-size: 24px;
    background-color: var(--color2);
    padding: 10px 20px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    text-shadow: 5px 5px 5px #00000025
}

.inn {
    padding: 20px 20px;
    font-family: 'Open Sans', sans-serif;
}

.inn p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 28px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.inn p:last-child {
    padding-bottom: 0;
}
.inn ul {
    margin-left: 20px;
}
.inn ul li{
    list-style: disc;
    line-height: 30px;
}
.whtsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation: MoveUpDown 3s linear infinite;
}

.whtsapp img {
    width: 60px;

}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 20px;
    }

    50% {
        bottom: 35px;
    }
}

.copy img {
    width: 30px;
}

.card-header {
    background: #ebbac2 !important;
    font-size: 18px;
    font-weight: 600;
    color: #333 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.card-header a {
    color: #333 !important;
}

.service-main{
    padding: 50px 0;
}

.service-detail {
    padding: 25px;
    box-shadow: 0 0 15px #d9d6d6;
    border-radius: 20px;
}

.service-detail h1 {
    font-size: 32px;
    color: #9f5973;
    font-family: roboto;
    text-transform: capitalize;
    font-weight: 600;
}

.service-detail img {
    width: 100%;
    border: 2px solid #d7d4d5;
    border-radius: 10px;
    margin: 18px 0 25px;
}

.service-detail h5 {
    font-size: 16px;
    font-weight: normal;
/*    font-family: roboto;*/
    line-height: 30px;
    text-align: justify;
}

.service-detail b {
    color: #2c2a2a;
    font-weight: 500;
    font-family: roboto;
}

.service-detail ul li {
    font-size: 16px;
    position: relative;
    padding: 0 0 3px 20px;
    font-family: roboto;
    text-align: justify;
}

.service-detail i {
    font-size: 18px;
    color: #c72a2a;
    position: absolute;
    left: 0;
    top: 2px;
}

.sidebar {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}
.sidebar h2 {
    font-size: 24px;
    background: #9f5973;
    color: #fff;
    padding: 15px 0 15px 27px;
    margin: 0;
    text-transform: uppercase;
/*    border-radius: 20px 20px 0 0;*/
}

.sidebar ul li {
    border-bottom: 1px solid #f1e7e7;
}

.sidebar ul li.active {
    background: #51c9e1;
    color: #fff !important;
    
}

.sidebar ul li.active a {
    color: #fff !important;
}

.sidebar ul li:hover, .sidebar ul li.active {
    background: #51c9e1;
    color: #fff !important;
}

.sidebar ul li a {
    color: #000;
    display: inblock;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    display: block;
    
}


.sidebar ul li:hover a {
    color: #fff;
}

.sidebar ul {
    margin-bottom: 10px;
}

.sidebar ul li a i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.3s
}

.sidebar ul li a:hover i {
    transform: scale(1.5)
}

.sidebar ul li a.active i {
    transform: scale(1.5)
}

.sidebar ul li a.active {
    color: #12c0e3
}

.servicecnt p {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

.serimg {
    margin-bottom: 30px;
}

.servicecnt ul {
    margin-bottom: 0;
    margin-left: 0;
}

.servicecnt ul li {

    font-family: 'Open Sans', sans-serif;
    line-height: 34px;
    list-style: none;
    padding-bottom: 7px;
    position: relative;
    padding-left: 25px;
}

.servicecnt ul li:before {
    content: "";
    height: 0.4em;
    width: 0.4em;
    background: #12c0e3;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 14px;
    left: 6px;
}

.servicecnt ul li:last-child {
    padding-bottom: 0
}

.servicecnt img {
    transition: 0.3s
}

.servicecnt img:hover {
    box-shadow: 0 5px 5px #00000015;
}

.servicecnt h2 {
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #222;
    font-family: 'Roboto', sans-serif;
}

.list ul li b {
    font-weight: 600;
    color: #7a4459
}

.sideform {
    border-radius: 30px 30px 0 0;
    background: #33333315;
    margin-top: 30px;
}
.sideform{
      border: 1px solid #ccc;
}
.sideform form {
    padding: 15px 20px;
     box-shadow: 0 5px 5px #00000015;
     
}

.sideform form label {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    text-align: left;
}

.sideform form label span {
    color: red
}

.sideform form input {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 10px;
    margin-bottom: 12px;
}

.sideform form input::placeholder {
    color: #ccc !important;
}

.sideform form input:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.sideform form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    height: 100px;
    padding: 10px;
}

.sideform form textarea::placeholder {
    color: #ccc !important;
}

.sideform form textarea:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.sideform form input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    width: 150px;
    background: #12c0e3;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.sideform form input[type=submit]:hover {
    letter-spacing: 1.5px;
}

.sideform h2 {
    text-align: center;
    padding: 15px 10px;
    font-weight: 400;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: #B0758B;
    color: #fff;
    border-radius: 20px 20px 0 0;
    letter-spacing: 1px;
}

.servicecnt h3 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: 500;
    color: #12c0e3;
    font-family: 'Roboto', sans-serif;
}
.contactform form{
    background: #b0758b1f;
    padding: 30px;
    margin-top: 25px;
}
.contactform form p {
    text-align: center;
    padding-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.contactform form label {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.contactform form input {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #b0758b9c;
    padding: 15px 20px;
    margin-bottom: 35px;
    border-radius: 50px;
}
.cp-mar{
	margin-top:-55px!important;
	width:60px;
}
.cp-mar-1{
	margin-top:-23px!important;
}
.contactform form input::placeholder {
    color: #666 !important;
}

.contactform form input:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.contactform form textarea {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    height: 150px;
    padding: 10px;
    border: 1px solid #b0758b9c;
}

.contactform form textarea::placeholder {
    color: #666 !important;
}

.contactform form textarea:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.contactform form button {
    padding: 15px 20px;
    background: #B0758B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.contactform form button:hover {
    background: #45c0d7;
    color: #fff;
}
.gallerysec{
    padding: 4rem 0 0rem 0;
}
.imgbox {
    padding: 5px;
    margin: 16px 0;
   -webkit-box-shadow: -1px 1px 5px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: -1px 1px 5px 1px rgba(0,0,0,0.16);
    box-shadow: -1px 1px 5px 1px rgba(0,0,0,0.16);
    transition: 0.5s;
    }
.imgbox:hover{
    background-color: #FFE4F5;
}
.cs {
    height: 300px;
}
.cs h1{
    font-size: 65px;
    line-height: 200px;
    font-weight: 300;
    text-align: center;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #fff;
    border: none;
}

.footer h1{
    color: #ffff;
    text-align: center;
}

.foot h2{
	color: #ffff;
	text-align: center;
}

.foot p{
	color: #ffff;
}
.foot a{
	color: #ffff;
}

/*.OPD{
    padding: 50px 0;
    background: #8b878726;
}

.opd-time h2 {
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    color: #7a4459;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-align: center;
}

.opd-details {
    width: 100%;
    background: #e3cfd6;
    padding: 10px 10px 10px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
    text-align: center;
    height: 120px;
    border-radius: 20px;
}

.opd-time h1 {
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    padding-top: 10px;
    margin-bottom: 5px;
}*/

.about-foot h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #b3929e;
}

.about-foot p{
    font-size: 15px;
    color: #fff;
    text-align: justify;
/*    font-family: 'Roboto', sans-serif;*/
}
/*
.appointment-section{
    width: 80%;
    height: 150px;
    background: #b0758b;
    border-radius: 20px 0 20px 0;
    float: right;
    margin-top: -20px;
    z-index: 1;
}

.appointment-section h4{
    font-size: 18px;
    color: #fff;
    padding: 20px;
}

.appointment-section a{
    background: #fff;
    padding: 10px 20px;
    margin: 100px 0 50px 0;
    float: none;
    margin-left: 50px;
}*/

.line{
    border-bottom: 2px solid #000;
}

.abt-doctor h4{
    font-size: 24px;
    color: #db749a;
    font-family: cursive;;   
/*    border-bottom: 2px solid #2b9caf;*/
    position: relative;
/*    padding-left: 20px;*/
/*text-align: center;*/
}

/*.abt-doctor h4:before{
    content: '';
    position: absolute;
    width: 21%;
    height: 6px;
    border-top: 2px solid #b0758b;
    left: 0%;
    top: 104%;
}*/



.sidebar2 {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}
.sidebar2 h2 {
    font-size: 24px;
    background: #9f5973;
    color: #fff;
    padding: 15px 0 15px 27px;
    margin: 0;
    text-transform: uppercase;
/*    border-radius: 20px 20px 0 0;*/
}

.sidebar2 ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #f1e7e7;
}

.sidebar2 ul li.active {
    background: #51c9e1;
    color: #fff !important;
}

.sidebar2 ul li.active a {
    color: #fff !important;
}

.sidebar2 ul li:hover, .sidebar ul li.active {
    background: #51c9e1;
    color: #fff !important;
}

.sidebar2 ul li a {
    color: #000;
    display: inblock;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding-left: 8px;
}

.sidebar2 ul li:hover a {
    color: #fff;
}

.sidebar2 ul {
    margin-bottom: 10px;
}

.sidebar2 ul li a i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.3s
}

.sidebar2 ul li a:hover i {
    transform: scale(1.5)
}

.sidebar2 ul li a.active i {
    transform: scale(1.5)
}

.sidebar2 ul li a.active {
    color: #12c0e3
}

.whyus1{
    padding: 50px 0;
}

.testimonials a button{
    font-weight: 400;
    background: #B0758B;
    color: #fff;
    /* width: 160px; */
    padding: 8px 20px;
    cursor: pointer;
    border: none;
    font-size: 17px;
    border-radius: 20px;
    margin-top: 40px;
}