body {
    font-family: "Jost", sans-serif;
    background-color: #fff;
    height: 200vh;
    position: relative;
    letter-spacing: 1px;
}

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-bar {
    background-color: #e9fcf9;
    padding: 6px;
}

.top-bar a {
    color: #666666;
}

.top-bar .float-right {
    position: relative;
    top: 10px;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
	background:#6d4763;
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    bottom: 0%;
}

.site-navbar .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 25px 10px;
}

.site-navbar .site-navigation .site-menu>li>a {
    color: white !important;
    display: inline-block;
    text-decoration: none !important;
    font-size: 20px;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #007bff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.slick-dots li{margin:0px;}
.slick-dots li button:before{color:#fff;}
.slick-dots li.slick-active button:before{color:#fff;}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 17px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background-color: #f9f1ec;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 0 !important;
    display: block;
    position: relative;
    color: #212529;
    letter-spacing: 1px;
    background: none;
    clear: both;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #6d4763;
    color: white;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 19px;
    letter-spacing: 1px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    font-size: 16px;
    padding-left: 40px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: #6d4763;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: black !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #6d4763;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    padding: 20px 0px 10px 0px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo {
    bottom: 4px;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #ffffff !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #007bff !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.site-navbar .site-logo {
    padding: 0px 0px;
}

.float-right span {
    font-size: 20px;
    color: #2e4279;
}

.float-right .caballocons {
    color: #3a378f;
    font-size: 20px;
    font-weight: bold;
}

.float-right a.caballocons {
    text-decoration-line: none;
}

#sticky-wrapper.sticky-wrapper {
    height: 114px !important;
}

#sticky-wrapper.sticky-wrapper.is-sticky {
    height: 114px !important;
}

.banner-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    bottom: 0px;
}

.banner-wrap .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.banner-slider {
    height: 100%;
}

.banner-slide img {
    width: 100%;
    height: auto;
}

.banner-slider>.banner-slide {
    display: none;
}

.banner-slider>.banner-slide:first-child {
    display: block;
}

.slick-initialized .banner-slide {
    position: relative;
}

.banner-wrap .slick-prev,
.slick-next {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-wrap .slick-prev {
    left: 10px;
    background-image: url("../images/left-arrow.png");
    /* Replace with your left arrow image path */
}

.banner-wrap .slick-next {
    right: 10px;
    background-image: url("../images/right-arrow.png");
    /* Replace with your right arrow image path */
}

.banner-wrap .slick-prev::before {
    display: none;
}

.banner-wrap .slick-next::before {
    display: none;
}

.banner-wrap .slick-prev:hover {
    background-image: url("../images/left-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-wrap .slick-next:hover {
    background-image: url("../images/right-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-wrap.slick-prev:focus {
    background-image: url("../images/left-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-wrap.slick-next:focus {
    background-image: url("../images/right-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.anutopbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.anutopbar i {
	color:#6d4763;
}
.anutopbar span {
    font-size: 18px;
}

.anutopbar span a {
    text-decoration-line: none;
    color: black;
}

.site-navbar .site-navigation .site-menu>li>a.button {
    background-color: white;
    font-size: 18px;
    color: black !important;
    letter-spacing: 1px;
    border: none;
    padding: 4px 15px;
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding: 0;
}

.banner-content {
    position: absolute;
    z-index: 2;
    padding: 20px;
    top: 18%;
    border-radius: 8px;
    left: 5%;
    width: 45%;
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 65px;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 36px;
    padding-right: 0px;
}

.banner-content span {
    font-family: "Licorice", cursive;
    font-size: 50px;
    line-height: 1;
}

.banner-content a.anudhie {
    text-decoration-line: none;
    color: black;
    font-size: 18px;
}

.anudhiaboutco span {
    font-family: "Licorice", cursive;
    font-size: 85px;
    line-height: 1;
}

.anudhiaboutco h1 {
    font-size: 40px;
    text-transform: uppercase;
	color:#6d4763;
}

.anudhiaboutco p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.anudhiaboutco {
    text-align: left;
}

.anudhiaboutco a.anudhie {
    color: black;
    text-decoration-line: none;
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
}

.container-fluid.gregd {
    padding: 0;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.gregd .gold-leaves {
    position: absolute;
}

.gregd .green-leaves {
    position: absolute;
    right: 0;
    bottom: 97%;
}

.anudhigs h2 {
    font-size: 22px;
    font-weight: inherit;
}

.anudhigs h2 span {
    font-size: 35px;
    color: #6d4763;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.anudhigss p {
    font-size: 20px;
    line-height: 36px;
}

.anudhigsss a.anudhie {
    color: black;
    text-decoration-line: none;
    font-size: 18px;
    margin-top: 40px;
    display: inline-block;
}

.about-area .about-right {
    float: right;
    margin: 0 0 20px 30px;
}
.lightbox-gallery {
    padding: 50px 0;
    color: #000;
    overflow-x: hidden;
}
.lightbox-gallery h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #6d4763;
}
.lightbox-gallery .item {
    padding-top: 20px;
}
.anudhigsss {
    text-align: right;
}

.treatment-card {
    position: relative;
    overflow: hidden;
	/* cursor:pointer; */
}

.treatment-card img {
    width: 100%;
    height: auto;
}

.treatment-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: white;
    font-size: 18px;
    font-weight: initial;
    text-align: center;
    /* white-space: nowrap; */
    text-transform: capitalize;
    width: 100%;
	background:#6d4763d6;
	padding:8px 10px;
}
.treatment-card:hover .treatment-text{
	background:#cfb8d4;
	color:#000;
	transition:0.5s;
}

.treatment-number {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 23px;
    color: white;
    padding: 5px 10px;
    border-radius: 25px;
	background:#6d4763bd;
}

.anudhhhghr {
    padding: 10px;
}

.anudhri {
    padding-top: 10px;
    padding-bottom: 10px;
}

.premiumcare {
    background-color: #efefef;
    padding: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}
.premiumcare1 {
    background-color: #fff;
    padding: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.premiumcare .gold-leaves1 {
    position: absolute;
}

.premiumcare .gold-leaves1 img {
    width: 100%;
    height: auto;
}

.premiumcare .gold-leaves2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.premiumcares {
    background-color: #ffeaf9;
    padding: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.premiumcares .gold-leaves1 {
    position: absolute;
}

.premiumcares .gold-leaves2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.treatment-text.long {
    white-space: normal;
}

.aundigallery {
    text-align: center;
}

.aundigallery h2 {
    font-family: "Licorice", cursive;
    font-size: 50px;
    margin-bottom: 0;
}

.aundigallery h2 span {
    font-size: 40px;
    color: #6d4763;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-family: "Jost", sans-serif;
}

.gallery .custom-transitions {
    display: contents;
}

.anuidijh {
    padding-top: 75px;
    padding-bottom: 75px;
}

.anuidijh .gallery {
    padding-top: 35px;
    padding-bottom: 0px;
}

.gallery .custom-transitions a.bigsec {
    padding: 20px;
}

.gallery .custom-transitions img.kkhn {
    border-radius: 3px;
}

.anudhibook {
    text-align: center;
}

.anudhibook h2 {
    font-size: 35px;
    color: #6d4763;
    text-transform: uppercase;
    font-weight: 600;
}

.anudhibook h2 span {
    font-size: 20px;
    color: #212529;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}

.anudhiform .form-group label {
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 15px;
}

.anudhiform .btn-submit {
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
}

.anudhiform select.form-control {
    font-weight: normal;
    font-size: 19px;
    height: 50px;
    padding: 0px 30px;
    letter-spacing: 1px;
    border: 1px solid #bfbfbf;
}

.anudhiform .form-control {
    font-weight: normal;
    font-size: 19px;
    height: 50px;
    padding: 0px 30px;
    letter-spacing: 1px;
    border: 1px solid #bfbfbf;
}

.anudhiform button.formsubmit {
    text-decoration: none;
    color: black;
    float: right;
    margin-top: 40px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    letter-spacing: 1px;
}

.anudhiform button:focus {
    outline: none;
}

.anudhiform .form-control:focus {
    box-shadow: none;
}

.anudhiform .form-group {
    margin-bottom: 25px;
}

.apopinvg {
    padding-top: 75px;
    padding-bottom: 0px;
}

.formsder {
    padding-top: 75px;
    padding-bottom: 0px;
}

.footer {
    background-color: #6d4763;
    color: #fff;
}

.footer .anudhifoo .anudbor h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer .anudhifoo a {
    color: #fff;
    text-decoration: none;
}

.footer .anudhifoo .social-icons a {
    margin: 18px 12px;
}

.footer .anudhifoo ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

.footer .list-inline-item a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: none;
}

.footer .anudhifoo p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
	padding-right:28px;
}

.footer .anudhifoo a {
    color: white;
    text-decoration: none;
}

.google-reviews img {
    height: 40px;
}

.anudhifoo {
    padding-top: 75px;
    padding-bottom: 0px;
}

.footer .anudbor ul li {
    font-size: 20px;
    padding-bottom: 15px;
}

.footer .anudbor ul li a {
    text-decoration-line: none;
    padding: 0px 10px;
    font-weight: 400;
}

.footer .anudbor a:hover {
    color: white;
}

.footer .anudhifoo .anudbor::before {
    content: '';
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #997f92;
    height: auto;
}

.footer .anudhifoo .anudbor:last-child::before {
    display: none;
}

.footermenus ul {
    display: flex;
    flex-wrap: wrap;
}

.footermenus ul li {
    padding: 3px 34px;
}

.footermenus ul li a {
    font-size: 20px;
    font-weight: 300;
}

.footer .footermenus ul {
    padding: 0;
    justify-content: center;
}

.footer .anudhifoo p.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.footer a.text-light:focus,
a.text-light:hover {
    color: white !important;
}

.anudbor ul li i.fas.fa-phone-alt {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    text-align: center;
    color: #70425d;
    font-size: 24px;
}

.anudbor ul li i.fas {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    text-align: center;
    color: #70425d;
    font-size: 24px;
}

.social-icons {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.social-icons a .fab.fa-facebook-f {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    text-align: center;
    color: #70425d;
    font-size: 24px;
}

.social-icons a .fab.fa-instagram {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    text-align: center;
    color: #70425d;
    font-size: 24px;
}

.social-icons a .fab.fa-whatsapp {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    text-align: center;
    color: #70425d;
    font-size: 24px;
}

.social-icons a .fas.fa-phone-alt {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 44px;
    text-align: center;
    color: #70425d;
    font-size: 24px;
}

.last_pointer .fa {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #6d4763;
    background-color: #fff1e4;
}

.last_pointer {
    position: fixed;
    right: 25px;
    bottom: 95px;
}

.last_pointers .fa {
    width: 38px;
    height: 38px;
    border-radius: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #6d4763;
    background-color: #fff1e4;
    padding: 0px 12px;
}

.last_pointers {
    width: fit-content;
    float: right;
    position: relative;
    bottom: 36px;
}

.innerbanner {
    padding: 0;
	background:#f1f1f1;
	padding:40px 0;
}
.carousel-caption1{
	text-align:center;
}

.innerbanner img {
    width: 100%;
}

.innerbanner h3 {
    text-transform: uppercase;
    color: #313131;
    font-size: 46px;
}

.innerbanner .breadcrumb {
    background: #cfcfcf;
    display: inline-flex;
    border-radius: 0;
    padding: 7px 20px;
}

.innerbanner .breadcrumb li {
    padding: 0 10px;
}

.innerbanner .breadcrumb li a {
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.innerbanner .breadcrumb li .fa {
    color: #313131;
    margin-left: 15px;
}

.wctac {
    padding: 70px 0;
}

.wctacs {}

.wctacs span {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.wctacs h1 {
    font-size: 79px;
    color: #6d4763;
}

.wctacs p {
    font-size: 18px;
    color: #313131;
    line-height: 35px;
}

.wctacs:last-child {
    float: right;
    text-align: right;
}

.ychsandc {
    padding: 0 0 50px 0;
}

.ychsandchead {
    text-align: center;
}

.ychsandchead h2 {
    color: #000000;
    font-size: 60px;
    font-weight: 400;
}

.ychsandchead p {
    color: #000000;
    font-size: 20px;
}

.ychsandc ul {
    padding: 0;
    margin: 30px 0 0 0;
}

.ychsandc ul li {
    list-style: none;
    border: 1px solid #cfcfcf;
    position: relative;
    padding: 30px 80px;
    overflow: hidden;
    float: left;
}

.ychsandc ul li .ychsandcs {}

.ychsandc ul li .ychsandcs h3 {
    color: #6d4763;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.ychsandc ul li .ychsandcs p {
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.ychsandc ul li .leafabs {
    position: absolute;
    right: -12px;
    bottom: -65px;
}

.ychsandc ul li .iconabs {
    position: absolute;
    right: -7px;
    top: -10px;
}

.ychsandc ul li .iconabs .fa {
    font-size: 25px;
    color: #cfcfcf;
    transform: rotate(45deg);
}

.continf {
    padding: 0px 0 0 0;
}

.continfhead {
    text-align: center;
    margin-bottom: 40px;
}

.continfhead h1 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.continf ul {
    padding: 0 0 40px 0;
    margin: 0;
    text-align: center;
}

.continf ul li {
    list-style: none;
    float: left;
    padding: 0 14px;
    position: relative;
}

.continf ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 37px;
    border-right: 1px solid #ddd;
    height: 100px;
}

.continf ul li:last-child:after {
    border: none;
}

.continf ul li .continfs {}

.continf ul li .continfs h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.continf ul li .continfs p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.continf ul li .continfs p a {
    color: #000000;
    font-size: 23px;
    text-decoration: none;
}

.continf ul li .continfs p a .fas {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #bbbbbb;
    border-radius: 35px;
    font-size: 19px;
}

.continf ul li .continfs p a.email {
    font-size: 18px;
}

.continf ul li .continfs .fas {
    font-size: 21px;
    color: #6d4763;
    width: 45px;
    height: 45px;
    border-radius: 75px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #7f7f7f;
    margin-bottom: 20px;
}

.cntuenq {
    margin-top: 30px;
}

.anudhiform .form-group.contact {
    float: left;
    z-index: 2;
}

.anudhiform button.contact {
    text-align: center;
    float: none;
    margin-top: 20px;
}

.cntuenqc {
    /* max-width: 875px; */
    /* min-width: 875px; */
    margin: 0px auto 50px auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    padding: 50px 80px;
    /* margin-top: 50px; */
    background: #fff;
}
.cnt_main{padding:50px 0;}

.anudhibook span label {
    display: block;
}

.anudhigs.skin {
    text-align: center;
    margin-top: 40px;
}

.anudhigss.skin {
    text-align: center;
}

.premiumcare.skin {
    background: none;
}

.anudhigs h2 {
    font-size: 35px;
    color: #6d4763;
    text-transform: uppercase;
    font-weight: 600;
}

.treatment-text h3 {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

.anudifudrs {
    background: #ffefea;
    padding: 70px 0;
    position: relative;
    margin-bottom: 70px;
}

.anudifudrshead {
    text-align: center;
}

.anudifudrshead h2 {
    color: #000000;
    font-size: 60px;
}

.anudifudrs ul {
    padding: 0;
    margin: 30px 0 0 0;
}

.anudifudrs ul li {
    list-style: none;
    position: relative;
    padding: 30px 72px;
    overflow: hidden;
    float: left;
}

.anudifudrs ul li .anudifudrss {
    text-align: center;
}

.anudifudrs ul li .anudifudrss h3 {
    color: #6d4763;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}

.anudifudrs ul li .anudifudrss h3 span {
    display: block;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.anudifudrs ul li .anudifudrss p {
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.anudifudrs .pattern1 {
    position: absolute;
    left: 0;
    top: -95px;
}

.anudifudrs .pattern2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.anudifudrs .pattern3 {
    position: absolute;
    left: 0;
    bottom: -95px;
    width: 100%;
    text-align: center;
}

.anutopbars:first-child {
    padding-left: 0;
    text-align: left;
}

.anutopbars:last-child {
    padding-right: 0;
    text-align: right;
}

.site-navbar .site-navigation .site-menu>li.active>a {
    color: #f5d9c5 !important;
    border-bottom: 1px solid #f5d9c5;
}

.mnulgo {
    padding: 0;
}

.border-light.ftrmnu {
    border-color: #997f92 !important;
}

.footermenus ul li.active a {
    color: #f5d9c5;
}

.lg-sub-html {
    display: none;
}

.banner-content h3 {
    font-size: 2.5rem;
	color:#6d4763;
}

.anudhigs h2 {
    font-size: 35px;
    color: #6d4763;
    text-transform: uppercase;
    font-weight: 600;
}

.lsrhirtrtmnt {
    padding: 0;
}

.lsrhirtrtmnt ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.lsrhirtrtmnt ul li {
    list-style: none;
    display: inline-block;
    padding: 0 45px;
}

.lsrhirtrtmnt ul li .lsrhirtrtmnts {}

.otrhirtrtmnt {
    text-align: center;
    padding: 50px 0 0 0;
}

.otrhirtrtmnt h2 {
    font-size: 25px;
    color: #6d4763;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.otrhirtrtmnt ul {
    padding: 0;
    margin: 0;
}

.otrhirtrtmnt ul li {
    display: inline-block;
    background: #f5d9c5;
    font-size: 22px;
    padding: 5px 10px;
    margin: 10px;
}

.gregd .gold-leaves img {
    width: 100%;
    height: auto;
}

.innerbanner h1 {
    text-transform: uppercase;
    color: #313131;
    font-size: 67px;
}

.anudifudrs ul li .anudifudrss ul {}

.anudifudrs ul li .anudifudrss ul li {
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin-bottom: 10px;
}

.anudifudrs ul li .anudifudrss ul li .fa {
    position: absolute;
    left: 0;
    top: 10px;
    color: #6d4763;
}

.anudifudrs ul li .anudifudrss ul li b {
    font-weight: 500;
}

.anudhigs {
    text-align: center;
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 1200px) {
    button.button {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
        display: contents;
    }
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .site-navbar .site-logo:before {
        display: none;
    }
    .top-bar {
        display: none;
    }
}

@media only screen and (min-width: 446px) and (max-width: 2000px) {
    .site-navbar .site-logo {
        display: block;
    }
}

@media only screen and (min-width: 446px) and (max-width: 1200px) {
    .sticky-wrapper.is-sticky .site-navbar .site-logo {
        bottom: 18%;
    }
}

@media only screen and (min-width: 446px) and (max-width:991px) {
    .site-navbar .site-logo {
        padding: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .anudhi {
        margin-top: 0px !important;
    }
    .anudhi {
        padding: 0px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 1200px) {
    .anudhi {
        margin-top: 0px;
    }
    .anutopbar {
        display: none;
    }
    .anudhiabout img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
    .anudhi a.phonea {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-bar {
        display: none;
    }
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 16px;
    }
    .anudhi {
        padding: 0px;
    }
    .site-navbar .site-navigation .site-menu>li>a {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .banner-slider .slick-dots {
        left: 0px;
        text-align: center;
        /* position: initial; */
		bottom:8px;
    }
}

@media only screen and (min-width: 360px) and (max-width:767px) {
    .banner-slider .hero-content {
        display: none;
    }
    .anudhi a.phonea {
        position: fixed;
        right: 0;
        left: 67%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .site-navbar .site-navigation .site-menu>li>a {
        margin-left: 30px;
    }
    .site-navbar .anudhi .js-sticky-header .site-navbar-target {
        height: 114px !important;
    }
    .sticky-wrapper.is-sticky .site-navbar {
        padding: 0px;
    }
}

@media only screen and (min-width:992px) and (max-width:1022px) {
    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
        left: -25%;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1642px) {
    .banner-slider .slick-dots {
        position: initial;
        text-align: center;
    }
}

@media only screen and (min-width: 767px) and (max-width:991px) {
    .banner-slider .slick-dots {
        position: initial;
        text-align: center;
    }
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
    .sticky-wrapper.sticky-wrapper .site-navbar {
        padding: 10px 15px;
    }
    .sticky-wrapper.is-sticky .site-navbar {
        padding: 10px 15px;
    }
    .site-menu-toggle.py-5.js-menu-toggle.text-black {
        color: white;
        text-decoration-line: none;
    }
    .icon-close2.js-menu-toggle {
        color: black;
    }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
        color: black;
    }
    #sticky-wrapper.sticky-wrapper {
        height: 98px !important;
    }
    #sticky-wrapper.sticky-wrapper.is-sticky {
        height: 98px !important;
    }
    .banner-content span {
        font-size: 38px;
        line-height: 40px;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 30px;
        padding: 0;
    }
    .banner-content a.anudhie {
        display: none;
    }
    .banner-content {
        left: inherit;
        text-align: center;
        width: 100%;
    }
    .gregd .green-leaves {
        position: absolute;
        right: 0;
        bottom: 107%;
        z-index: 0;
    }
    .gregd .green-leaves img {
        width: 75px;
    }
    .container-fluid.gregd {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .anudhiaboutco a.anudhie {
        display: none;
    }
    .anudhiaboutco a.anudhiemob {
        color: black;
        text-decoration-line: none;
        font-size: 18px;
        margin-top: 30px;
        display: inline-block;
    }
    .anudhiaboutco {
        text-align: center;
    }
    .anudhiaboutco span {
        font-size: 45px;
    }
    .anudhiaboutco h2 {
        font-size: 30px;
    }
    .anudhiaboutco p {
        font-size: 18px;
        line-height: 33px;
    }
    .gregd .gold-leaves {
        opacity: 0.7;
    }
    .gregd .gold-leaves img {
        width: 70%;
    }
    .anudhiabout {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .premiumcare {
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center;
    }
    .anudhigs h3 {
        font-size: 20px;
        font-weight: inherit;
    }
    .anudhigs span {
        font-size: 27px;
    }
    .anudhigss p {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 33px;
    }
    .anudhigsss a.anudhie {
        display: none;
    }
    .premiumcare .gold-leaves2 {
        display: none;
    }
    .anudhhhghr {
        padding: 15px 15px;
    }
    .premiumcare .gold-leaves1 {
        left: 0;
        top: 0;
    }
    .premiumcare .gold-leaves1 img {
        width: 40%;
        float: left;
    }
    .treatment-card img {}
    .treatment-number {
        left: 35px;
    }
    .treatment-text {
        font-size: 18px;
    }
    .treatment-number {
        font-size: 18px;
    }
    .premiumcares {
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center;
    }
    .premiumcares .gold-leaves1 {
        display: none;
    }
    .premiumcares .gold-leaves2 {
        display: none;
    }
    .anuidijh {
        padding-top: 35px;
        padding-bottom: 35px;
        /* text-align: center; */
    }
    .aundigallery span {
        font-size: 25px;
        padding-top: 10px;
        display: inline-block;
    }
    .anuidijh .gallery {
        padding: 20px 25px;
    }
    .gallery .custom-transitions a.bigsec {
        padding: 10px;
    }
    .anudhibook h5 {
        font-size: 27px;
    }
    .anudhibook span {
        font-size: 18px;
    }
    .apopinvg {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .formsder {
        padding-top: 35px;
        padding-bottom: 0px;
    }
    .anudhiform .form-group {
        padding: 0px 0;
    }
    .anudhiform .form-group label {
        font-size: 24px;
    }
    .anudhiform button.formsubmit {
        text-decoration: none;
        color: black;
        margin-top: 30px;
        font-size: 18px;
        background-color: transparent;
        border: none;
        letter-spacing: 1px;
        float: inherit;
        margin-bottom: 30px;
    }
    .footer .anudhifoo .anudbor::before {
        display: none;
    }
    .anudhifoo {
        padding-top: 35px;
        padding-bottom: 0px;
        text-align: center;
    }
    .footer .anudhifoo p {
        font-size: 17px;
        line-height: 33px;
        margin-bottom: 0;
    }
    .footer .anudbor ul li {}
    .footer .anudhifoo ul {}
    .footermenus ul li a {
        font-size: 18px;
    }
    .footermenus ul li {
        padding: 6px 10px;
    }
    .footer .anudhifoo p.copyright {
        padding-bottom: 0;
    }
    .footer .anudhifoo .social-icons a {
        margin-bottom: 0;
    }
    .footer .anudhifoo .anudbor {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .last_pointer {
        display: none;
    }
    .innerbanner .carousel-caption {
        left: 0;
        right: 0;
        bottom: 0;
    }
    .innerbanner .breadcrumb {
        margin: 0;
    }
    .innerbanner img {
        height: 200px;
    }
    .innerbanner h3 {
        font-size: 22px;
    }
    .wctacs h3 {
        font-size: 35px;
    }
    .wctacs span {
        font-size: 26px;
    }
    .ychsandchead h3 {
        font-size: 35px;
    }
    .ychsandc ul li {
        padding: 30px 15px;
    }
    .ychsandc ul {
        padding: 0 15px;
        text-align: center;
    }
    .ychsandc ul li .ychsandcs h4 {
        font-size: 19px;
    }
    .continfhead h3 {
        font-size: 26px;
    }
    .cntuenqc {
        max-width: inherit;
        min-width: inherit;
        padding: 30px 0;
        margin: 0;
    }
    .anudhibook span label {
        display: initial;
    }
    .continf ul li {
        margin-bottom: 30px;
    }
    .anudhigs h1 {
        font-size: 22px;
    }
    .anudifudrs .pattern1 {
        display: none;
    }
    .anudifudrs .pattern2 {
        display: none;
    }
    .anudifudrs .pattern3 {
        display: none;
    }
    .anudifudrs ul li {
        padding: 0;
        margin-bottom: 30px;
    }
    .anudifudrs ul li:last-child {
        margin-bottom: 0;
    }
    .anudifudrs ul li .anudifudrss h4 {
        font-size: 22px;
        margin-top: 15px;
    }
    .anudifudrs ul li .anudifudrss h4 span {
        font-size: 20px;
    }
    .wctacs {
        text-align: center;
    }
    .wctac {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .anudifudrshead h3 {
        font-size: 40px;
    }
    .anudifudrs {
        padding: 40px 0;
        margin-bottom: 45px;
    }
    .aundigallery h4 {
        font-size: 35px;
    }
    .anudhigsss a.laser {
        display: block;
    }
    .anudhigsss.laser {
        text-align: center;
    }
    .lsrhirtrtmnt ul li {
        padding: 15px 0;
    }
    .anudhiabout img {
        height: auto;
    }
    .gallery .custom-transitions img.kkhn {
        height: auto;
    }
    .apopinvg img {
        height: auto;
    }
    .otrhirtrtmnt ul li {
        margin: 10px 0;
        display: inline-block;
    }
    .otrhirtrtmnt {
        padding: 30px 15px 0 15px;
    }
    .wctacs img {
        width: 100%;
    }
    .anudifudrs ul li .anudifudrss {
        margin-bottom: 25px;
    }
    .anudifudrs ul li:last-child .anudifudrss {
        margin-bottom: 0;
    }
    .baappint {
        display: none;
    }
    .banner-slide img {
        height: auto;
    }
    .anudhiaboutco h1 {
        font-size: 24px;
    }
    .anudhigs h2 span {
        font-size: 24px;
    }
    .aundigallery h2 {
        font-size: 35px;
    }
    .aundigallery h2 span {
        font-size: 24px;
    }
    .anudhibook h2 {
        font-size: 24px;
    }
    .wctacs h1 {
        font-size: 35px;
    }
    .banner-content h3 {
        font-size: 1.6rem;
    }
    .ychsandchead h2 {
        font-size: 30px;
    }
    .ychsandc ul li .ychsandcs h3 {
        font-size: 20px;
    }
    .anudifudrshead h2 {
        font-size: 40px;
    }
    .anudifudrs ul li .anudifudrss h3 {
        font-size: 22px;
    }
    .innerbanner h1 {
        font-size: 30px;
    }
    .anudhigs h2 {
        font-size: 23px;
    }
    .continfhead h1 {
        font-size: 24px;
    }
    .anudifudrs ul li .anudifudrss ul {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width:2000px) {
    .anudhiaboutco a.anudhiemob {
        display: none;
    }
    .last_pointers {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .site-navbar {
        padding: 1px;
    }
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 17px;
        padding: 25px 0px;
        margin-left: 0;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-logo {
        bottom: 0;
    }
    #sticky-wrapper.sticky-wrapper {
        height: 98px !important;
    }
    #sticky-wrapper.sticky-wrapper.is-sticky {
        height: 98px !important;
    }
}

@media (max-width: 768px) {
    .banner-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .footer .social-icons {
        text-align: left;
    }
    .footer .text-md-right {
        text-align: left;
    }
    .footer .text-center ul {
        text-align: center;
        padding: 0;
    }
}




.hospital_descr{
	background:#f1f1f1;
	padding:0 20px 25px;
}
.hospital_descr h1{
	font-size: 28px;
    color: #6d4763;
    text-transform: capitalize;
    font-weight: 600;
	padding-top:20px;
}
.hospital_descr ul{
	padding:0px;
	margin:15px 0 20px;
}
.hospital_descr ul li{
	font-size: 16px;
    color: #282828;
	position:relative;
	padding-left:25px;
	list-style:none;
	margin:8px 0;
}
.hospital_descr ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color: #6d4763;
}
.hospital_descr a{
	background:#6d4763;
	padding:5px 20px;
	font-size:16px;
	color:#fff;
}











.book_apt{padding:50px 0;}


.bg_test{
	background:#51414d;
	padding:50px 0;
}
.bg_test .aundigallery h2 span{
	color:#fff;
}
.banner-content1{
	text-align:center;
}
.banner-content1 h1{
	font-size:28px;
	color:#fff;
	padding-bottom:10px;
	margin:0px;
}
.banner-content1 p{
	font-size:17px;
	line-height:28px;
	color:#fff;
	letter-spacing:0.5px;
	font-family: "Roboto", sans-serif;
}





.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: #6d4763;
    text-transform: capitalize;
    font-weight: 700;
}
.service-detail img {
    width: 30%;
    border: 2px solid #d7d4d5;
    border-radius: 10px;
    margin: 18px 0 25px;
}
.service-detail p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 10px;
	letter-spacing:0px;
	font-family: "Roboto", sans-serif;
}
.service-detail ul{
	margin:0px;
	padding:0px;
}
.service-detail ul li {
    font-size: 16px;
    line-height: 30px;
    /* text-align: justify; */
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
	list-style:none;
	letter-spacing:0px;
	font-family: "Roboto", sans-serif;
}
.service-detail ul li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #6d4763;
}

.sidebar1 {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}

.sidebar1 h2 {
    font-size: 24px;
    background: #6d4763;
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
	border-bottom: 1px solid #9d7a812e;
}
.sidebar1 ul{
	margin:0px;
	padding:0px;
}
.sidebar1 ul li {
    border-bottom: 1px solid #9d7a812e;
	list-style:none;
	background:#ffd5e6;
}
.sidebar1 ul li:hover, .sidebar1 ul li.active {
    background: #6d4763;
	color:#fff;
}
.sidebar1 ul li:hover a, .sidebar1 ul li.active a{
    /* background: #6d4763; */
	color:#fff;
}
.sidebar1 ul li a {
    font-size: 16px;
    color: #282828;
	letter-spacing:0px;
    display: block;
    text-transform: capitalize;
    padding: 10px 15px;
    line-height: 24px;
	text-decoration:none;
	font-family: "Roboto", sans-serif;
}
.appointment {
    margin-top: 25px;
}
.appointment a {
    background: #800080;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}
.appointment i {
    padding-left: 5px;
}