*, html, body{
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-nav-mob .navbar-nav {
    float: left;
    align-items: unset;
    width: 100%;
}

.navbar-brand{
    padding: 0!important;
}

.hamburger {
  display: block;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
}

.header-nav.sticky-header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-nav.sticky-header .navbar-brand{
    max-width: 130px;
}
img{
    max-width: 100%;
    display: block;
}
.header-nav.sticky-header .icon-last img{
    max-width: 80%;
}
.header-nav.sticky-header .navbar .navbar-nav .nav-link{
    padding: 0 0.5rem!important;
}
.burder-menu-content .dropdown-menu {
  position: static !important;
  transform: translate(0px, 0px) !important;
  background-color: transparent;
  margin-left: 1rem !important;
}

.offcanvas-header .close {
  display: block;
  position: relative;
  width: 36px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
}
.offcanvas-header .close span::before {
  top: 0;
  transform: rotate(45deg);
  background: #e52d87;
}
.offcanvas-header .close span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #e52d87;
}
.offcanvas-header .close span::after, 
.offcanvas-header .close span::before {
  content: "";
  left: 0;
}
.offcanvas-header .close span,
.offcanvas-header .close span::after, 
.offcanvas-header .close span::before {
  display: block;
  background: #733D57;
  position: absolute;
  transition: all .5s cubic-bezier(.165,.84,.44,1);
  width: 100%;
  height: 1px;
}
.offcanvas-header .close span {
  background: transparent;
}
.hemburger-content {
  background-color: #14212B;
  padding: 20px;
}
.hemburger-content .burder-menu-content,
.hemburger-content .offcanvas-header{
    padding: 0;
}
.hemburger-content .offcanvas-header{
    padding-bottom: 10px;
}
.hemburger-content .burder-menu-content ul{
    padding: 0px;
    list-style-type: none;
}
.hemburger-content .burder-menu-content ul li,
.main-nav-mob ul li {
  display: block;
  clear: both;
  padding: 2px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
.hemburger-content .burder-menu-content ul li a,
.main-nav-mob ul li a {
  display: block;
  padding: 0.75rem 0rem;
  color: #733D57;
  text-decoration: none;
  font-size: 1rem;
  background-color: transparent;
  opacity: 1;
}
.main-nav-mob ul li a:hover,
.hemburger-content .burder-menu-content ul li a:hover,
.hemburger-content .burder-menu-content ul li a.show{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}
.hemburger-content .burder-menu-content ul li ul li:last-child{
    border-bottom: 0px;
}
.hemburger-content .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}
.mobile-view{
    display: none;
}
a{
    transition: all 0.3s ease-in-out;
}


.navbar .navbar-nav .nav-link {
    color: #180F0D !important;
    opacity: 1 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 27px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav li:hover a{
    color: #F5C3C2 !important;
    text-decoration: none!important;
}
.navbar .nav-item:hover{
    text-decoration: none!important;
}


.navbar .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
}
.navbar-brand img {
    max-width: 70%;
}

.dropdown-services {
    display: none;
    position: absolute;
    background-color: #ddd;
    position: absolute;
    background-color: #fff;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left: 0px;
    border-radius: 0px;
    padding-top: 0px;
}

.nav-item.dropdown2:hover .dropdown-services {
    display: block !important;
}

.hemburger-content {
    background-color: #F5C3C2 !important;
    padding: 20px;
    width: 313px !important;
}
.dropdown-services-menu {
    border: none;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 27px;
    opacity: 0.6 !important;
}
.dropdown-services {
    display: none;
}
.dropdown-services li {
    list-style: none;
    padding: 0;
    display: block;
}

.dropdown-services li a,
.navbar .navbar-nav li .dropdown-services li a {
    text-decoration: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #180F0D!important;
    text-decoration: none;
    padding: 10px 17px 10px 19px;
    opacity: 1;
}
.dropdown-services li:hover a, .navbar .navbar-nav li .dropdown-services li:hover a {
    background: #F3F3F3;
    /* color: #F5C3C2 !important; */
    color: #F5C3C2 !important;
 }

.maga_menu-head a:hover, .navbar .navbar-nav li .pigmentation li a:hover {
    background: #F3F3F3;
    border-radius: 2px;
    align-items: center;
    color: #F5C3C2 !important;
    
}

.pigmentation{
    padding: 0;
    margin: 0 0 0.5rem 0;
}
.pigmentation li{
    list-style-type: none;
    margin-bottom: 3px;
}

.pigmentation li a,
.navbar .navbar-nav li .pigmentation li a  {
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: normal;
    min-width: 70%;
    display: inline-block;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #180F0D!important;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    opacity: 1;
}


.top-header {
/*    background: #E5D36F;*/
    background: #F5C3C2;
}
.box-left, .box-right {
    padding: 5px 0;
    text-decoration: none;
    color: #733D57;
    font-size: 1rem!important;
}
.last-mega-menu img {
    width: 100%;
}
.last-mega-menu {
    padding: 29px 30px 0px 21px;
}
.skin-title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #733D57;
    padding-top: 19px;
}
.last-mega-menu p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #733D57;
}
.maga_menu-last {
    background: #F5C3C2;
    border-radius: 0px 10px 10px 0px;
    /* height: 913px; */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 96%;
    left: 2%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 6;
    margin: 0 auto;
    padding: 0px 0px;
}
.dropdown-desk:hover .dropdown-content {
    display: block;
}

.dropdown-desk, .dropend, .dropstart, .dropup {
    position: unset !important;   
}

.navbar .nav-item:hover {
    text-decoration: underline;
    text-decoration-color: #000 !important;
}

.mega-menu-main {
    justify-content: center;
    display: flex;
    padding: 0px 0px 15px 4px;
    max-height: 640px;
    overflow-y: auto;
}
.maga_menu-head {
    padding-top: 1rem;
}


.box-right {
    float: right;
}

.nav-item {
    padding-right: 25px;
    align-items: center;
}
.slider-banner {
    background-image: url('../images/victor-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.nav-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 27px;
    color: #180F0D;
    /* opacity: 0.6; */
}

.icon-last img {
    width: auto;
    height: auto;
}

.heading-title {
    font-style: normal;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    align-items: center;
    color: #180F0D;
}
.banner-contant {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #454545;
}
.btn {
    /* background: linear-gradient(180deg, #ECDF76 0%, #BF9B4B 55.21%, #DECA6C 100%)!important; */
    background-color: #F5C3C2;
    border-radius: 6px !important;
    padding: 9px 25px !important;
    border: 0!important;
    color: #CC5990!important;
    letter-spacing: 0.02rem;
    font-weight: 600!important;
    text-transform: uppercase;
}

.btn:hover {
    /* background: linear-gradient(180deg, #DECA6C 0%, #BF9B4B 55.21%, #BF9B4B 100%)!important; */
    color: #fff !important;
    background-color: #180F0D;
}


.btn.slider-btn {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    width: auto;
    padding: 0.8rem 2rem!important;
}

.btn.btn-outline-consult {
    margin-right: 52px;
}
.btn.view-btn {
    display: flex;
    text-align: center;
}
.services-box span {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #F5C3C2;
    opacity: 1;
}
.sub-title {
    font-style: normal;
    font-weight: 800;
    font-size: 2.5rem;
    color: #2C2C2C;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.banner-contant.second {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #454545;
}
.section-ourexpert {
    background: #F8F8F8;
    padding: 50px 0px;
}
.gallery-box{
    max-height: 258px;
    overflow: hidden;
    display: flex;
    transition: all .3s !important;
    border-radius: 20px;
}
.gallery-box-big{
    max-height:545px;
}
.gallery-box a img{
    transition: all .3s !important;
}
.gallery-box:hover img{
  transform: scale(1.2);
}

.gallery-title, .video-title {
    position: absolute;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    justify-content: flex-end;
    padding: 20px;
}
.gallery-title span {
    font-family: 'Balthazar', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.gallery-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.65rem;
    line-height: 115%;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    padding-top: 7px;
    position: relative;
}
.gallery-title p:before{
    content: '';
    width:0px;
    height: 1px;
    display: flex;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 57%;
}
.gallery-box:hover p{
    padding-left: 35px;
}
.gallery-box:hover p:before{
    width: 30px;
}
.g-img-box {
    text-decoration: none;
}
.g-img-box img {
    width: 100%;
}

/*--Dr profile-home--*/

.section-dr-profile {
    background: url(../images/dr_profile-bg.png) no-repeat center center;
    padding: 3rem 0;
}



.wel-title {
    font-style: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: normal;
    color: #CC5990;
}

.wel-content {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    color: #CC5990;
    padding: 1.2rem 0px;
}
.me-2.red-icon img {
    width: 22px;
    height: 12px;
    margin-left: 10px;
}
.btn-more {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 115%;
    text-decoration-line: underline;
    color: #CC5990;
    justify-content: center;
    display: flex;
    align-items: center;
}
.bg-round-box {
	/* background: #C0A139; */
    background: #F5C3C2;
	border-radius: 322px;
	height: 476.87px;
	width: 444px;
}
.sliderbox img {
	width: 100%;
}
.slid-btn {
	background: #C0A139;
	border-radius: 8px;
	padding: 6px 76px;
	color: #fff;
	font-size: 0.85rem;
	position: absolute;
	top: 17px;
	left: 11%;
}
.ruls-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}
.ruls-box.second {
    background: #F3EAFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.ruls-box.three {
    background: #FFF5EC;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.ruls-box {
	text-align: center;
	padding: 10px 20px;
}
.ruls-box img {
	width: 62px;
	height: 62px;
}
.numk-title {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 54px;
	text-align: center;
	color: #180F0D;
}
.happy-title {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 26px;
	text-align: center;
	color: #180F0D;
	opacity: 0.6;
}

.gallery-box .g-img-box img {
    border-radius: 20px;
    width: 100%;
}

.ruls-box {
    width: 29% !important;
    margin-right: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row.ruls-service {
	text-align: center;
	margin: 0 auto;
    
}

.videos.services-box {
	text-align: center;
}
.videos-section {
	background: #F5C3C2;
}
.slider-banner-box {
	max-width: 80%;
	margin-left: auto;
}
.video-title span {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
}
.btn.view-btn.video-btn {
	justify-content: center;
	float: none;
	margin: 0 auto;
	width: 12%;
}
.testi-contant {
	background: #180f0d;
}
.testi-box {
	width: 50%;
}
.testi-box img {
	width: 386px;
}
.testi-contant {
	padding: 15px 23px;
}
.testi-contant p {
	font-size: 1rem;
    color: #fff;
    font-weight: 400;
}
.clint-title {
	font-weight: 400;
	font-size: 1rem;
	line-height: 30px;
	color: #FFFFFF;
    text-align: right;
}
.clint-name {
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #938B89;
	display: block;
	text-align: left;
	padding-left: 16px;

}
.clint-name b {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #180F0D;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #180F0D !important;
	background: none !important;
    box-shadow: /*0px 0px 31px rgba(24, 15, 13, 0.1)*/ none !important;
    border-radius: 5px;
    width: 100%;
}
.testimonial-section .nav-pills .nav-link.active{
    background-color: #fff!important;
    box-shadow: 0px 0px 20px rgba(24, 15, 13, 0.1) !important;
     width: auto;
}
.testimonial-section ul.nav-pills{
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden; 
    padding-top: 10px;
    padding-bottom: 10px;   
}
.testimonial-section ul.nav-pills li{
    padding: 3px 15px;
}
.client-thumb{
    overflow: hidden;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
}

.slid-Acne {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: 32px;
	color: #180F0D;
}
.star-list.d-flex {
	list-style: none;
	padding-left: 0;
}
.tstbox {
	padding-left: 70px;
}

.videos.contact.services-box {
    text-align: left;
}
.contact-list {
    list-style: none;
    padding-left: 0px;
}
.list-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #432120;
}
.list-title.f-title ,
.footer-section .list-title,
.footer-section .icon-title, 
.footer-section .icon-title p{
    color: #733D57;
    opacity: 1;
}

.icon-list i {
    color: #432120;
    margin-right: 19px;
    height: 21px;
    width: 15px;
}
.icon-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 27px;
    color: #180F0D;
    /* color: #fff; */
}
.icon-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 20px;
    color: #180F0D;
    /* color: #fff; */
    opacity: 0.6;
    padding-top: 5px;
    margin-bottom: 0px;
}
.col-auto.submit-form {
    width: 100% !important;
    display: flex;
    justify-content: right;
}

.real-slider .carousel-control-prev {
    left: -26px !important;
    background-color: transparent !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    top: 45% !important;
}

.real-slider .carousel-control-next {
    right: -23px !important;
    background-color: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    top: 45% !important;
}

.clint-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 32px;
    color: #180F0D;
    opacity: 0.6;
}
.clint-name.sld-clnt-name {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 33px;
    color: #180F0D;
}

.star-list li {
    padding-right: 6px;
}

.carousel-control-prev-icon {
    background-image: url('..images/vector-left.png') !important;
}

.btn.submit {
	color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.form-control {
    border-color:#E8E8E8!important;
    margin-bottom: 15px;
    padding: 0.8rem 1rem!important;
    font-size: 0.85rem !important;
}

textarea{
    min-height: 150px!important;
    resize: none!important;
}
.form-control:focus, .form-control:focus-visible{
    box-shadow: none!important;
    outline: none;
}
.bg-form {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 15%) !important;
    border-radius: 6px !important;
    padding: 20px;
}

.contact-list li a {
    font-style: normal;
    font-weight: 500;
    font-size: 0.92rem;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    /* color: #432120; */
    color: #733D57;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}
.contact-list li:hover a{
    padding-left: 10px;
    /* color: #432120; */
    color: #733D57;
    opacity: 1;
}
.contact-list li a i {
    /* color: #432120 !important;  */
    color: #733D57!important;
    font-size: 0.75rem;
}
ul.contact-list.footer li {
    padding-bottom: 15px;
}

.icon-list.foote-list-menu i {
    /* color: #432120; */
    color: #733D57;
}

.footer-section {
/*    background: #b99346;*/
    background: #F5C3C2;
    /* margin-top: -6rem;
    padding-top: 6rem; */
}

.get-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 36px;
    letter-spacing: 0.06em;
    color: #180F0D;
    padding-left: 15px;
    /* padding-bottom: 50px; */
}
.contact-list li {
    margin-bottom: 1.2rem;
}
.footer-section .contact-list li {
    margin-bottom: 0rem;
}
.bg-round-box {
    position: absolute;
    width: 644px;
    height: 676.87px;
    left: -24px;
    top: 268px;
    border-radius: 322px;
}

.doctor-section {
    background-image: url('../images/doctor-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 762px;
    overflow: hidden;
}


.exclusive-section, .resulit-section, .service-section, .videos-section, .testimonial-section, .contact-section, .awards-section  {
    padding: 3rem 0;
}

.box-left span, 
.box-right span {
    font-style: normal;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #733D57;
}

.welcome-description {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    text-align: center;
}

.resulit-tab{
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}
.locaton-tegs-block {
	display: flex;
	gap: 10px;
}
.location-teg {
	background-color: #faeeee;
	padding: 5px 10px;
	border-radius: 3px;
    color:rgba(0, 0, 0, 0.5);
}

.resulit-tab .nav-item .nav-link {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ab9f9f;
}
.out-line {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 2px solid #D9DFEE;
    border-radius: 50%;
    margin-right: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0em;
    line-height: normal;
    text-align: center;
}
.nav-link:active {
    color: #000;
    
}

.border-b {
    border-bottom: 2px solid#180F0D;
    padding-top: 9px;
    width: 15%;
}
.copyright-section {
    background: #180F0D;
}
.copy-right-menu li {
    list-style: none;
    padding-left: 16px;
}
.copy-right-menu li a i {
    color: #fff;
}

.row.tasti-main {
    width: 90%;
    margin: auto;
}
.menu-liner {
    list-style: none;
}
.border-right {
    width: 1px;
    height: 162px;
    background: #180F0D;
    display: flex;
    margin-top: 36px;
}
.listsocal {
    padding-top: 15px;
}
.icon-inline svg {
    fill: #000;
}
.menu-liner li {
    display: flex;
    justify-content: center;
}
.rotet-text {
    transform: rotate(90deg);
    align-items: center;   
}
.menu-right-line {
    position: fixed;
    top: 56%;
    right: 10px;
    z-index: 9999;
    transform: translateY(-50%);
}

.share-text {
    font-style: normal;
    font-weight: 500;
    font-size: 0.85rem;
    color: #000000;   
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 4px !important;
    height: 4px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50% !important;
    border: 2px solid#000 !important;
}

.contact-section {
    background: #F8F8F8;
    padding-top: 50px;
    position: relative;
}
.contact-section::after {
	content: '';
	background-color: #F5C3C2;
	height: 120px;
	width: 100%;
	display: flex;
	z-index: 0;
	position: absolute;
	bottom: 0;
}


.carousel-indicators .active {
    opacity: 1;
    background-color: #2C2C2C!important;
}
.resulit-tab .nav-item .nav-link.active .out-line{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.bellecutis-section {
    background-color: #edf2ff;
    padding: 50px 0px;
}

.form-contact {
    z-index: 999;
    position: relative;
}
.navbar .navbar-nav li:hover .maga_menu-head h3 a,
.maga_menu-head h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #180F0D!important;
}
.maga_menu-head h3 a{
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #180F0D;
    opacity: 1;
}
.navbar .navbar-nav li .maga_menu-head h3 a:hover{
    background-color: transparent;
    text-decoration: underline!important;
}


.nav-item.dropdown-desk {
    float: left;
}
.slider-banner-box.diya-box img {
    max-width: 95%;
}
.about-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
}

/*--about--css--*/

.about-banner {
    background-color: #180F0D;
    padding: 80px 0px 86px 0px;
}
.feature-hosp {
	font-style: normal;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 32px;
	color: #180F0D;
}

.about-page .awards-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
}

.qualified-content b {
    font-style: normal;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #180F0D;
}

.mrk-contant {
    padding: 25px 20px 39px 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 26px;
    color: #180F0D;
}
.awd-inner img {
    width: 100%;
    height: 281px;
    max-width: 231px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.g-img-box.awd-inner {
    background: #6BA4B8;
    padding: 20px 0px;
}

.about-banner.treatments-details-v2 {
	background-image: url(../images/treatments-v2-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 700px;
    position: relative;
}
.slider-banner-contant.vampire_cnt_box {
	border-radius: 9px;
	background: #FFF;
	padding: 19px;
	bottom: -123px;
	position: absolute;
	max-width: 650px;
	width: 100%;
}
.row.procedure_row {
	padding-top: 187px;
}
.testimonials_boxs {
	max-width: 1038px;
	margin: 0 auto;
}
.vampire_section {
	background: #F5C3C2;
	padding: 50px;
}
.frequently-box .accordion-item {
	border: 1px solid rgba(0,0,0,.125) !important;
	border-radius: 10px !important;
	border: 1px solid #ECE6E5;
	background: #FFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    overflow: hidden;
}
.frequently-box .accordion-item:first-of-type {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.frequently-box .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none !important;
    color: #D08482;
    font-size: 1rem;
    overflow: hidden;
    font-style: normal;
    /*line-height: 32px;  177.778% */
}
.frequently-box .accordion-body.pt-0 {
	color: #180F0D;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.frequently-box .accordion-button:not(.collapsed)::after {
	background-image: url("../images/arrow-down.svg") !important;
	transform: rotate(-360deg);
}
.frequently-box .accordion-button::after {
	content: "";
	background-image: url("../images/arrow-down2.svg") !important;
	background-repeat: no-repeat;
}
.ellipse_boxs2 {
	position: absolute;
	right: -37px;
	bottom: -46px;
}
.ellipse_boxs3 {
	position: absolute;
	left: -65px;
	bottom: 0;
}
.ellipse_boxs4 {
	position: absolute;
	top: -32px;
	left: -17px;
	z-index: 0;
}
.polygon_box {
	position: absolute;
	top: -109px;
	right: -62px;
}
.polygon_box2 {
	position: absolute;
	right: -51px;
	bottom: 0;
	top: 104px;
}
.slider-banner-box.diya-box {
	z-index: 9999;
	position: relative;
}

.ellipse_boxs {
	position: absolute;
	top: -48px;
	left: -54px;
}
.slider-banner-contant.vampire_cnt_box {
	border-radius: 9px;
	background: #FFF;
	padding: 19px 19px 30px 19px;
}
.banner-contant.vampire_cnt_box {
	font-size: 1rem;
	line-height: 30px;
}

.modal{
    z-index: 999991!important;
}
.modal-backdrop{
    z-index: 99999;
}
/*--about--css--end--*/


.offcanvas{
    z-index: 999999;
}

.frequently-box .accordion-header button{
    font-weight: 700;
    color: #D08482;
}

.slider-banner-contant ul{
    margin-left: 0;
    padding-left: 1.5rem;
}
.slider-banner-contant ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #454545;
    margin-bottom: 10px;
}

.treatment-title-box{
    position: absolute;
    left: 0;
    top: 32%;
    width: 100%;
    z-index: 1;
}
.vampire_cnt_box {
    padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.symptoms_list h5{
    font-weight: 700;
    margin-bottom: 1rem;
}
.symptoms_list ul{
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}
.symptoms_list ul li{
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
    color: #454545;
}

.box-blog-header h5 a {
	color: #282828;
	text-decoration: none;
}
.blog_box {
    border-radius: 10px;
    overflow: hidden;
}
.notify-blog-box{
    color: #282828;
    text-decoration: none;
}
.notify-blog-box:hover{
    color: #282828;
}
.view_all_btn {
	font-size: 0.85rem !important;
	background-color: #F5C3C2;
	text-align: center;
	display: flex;
	width: 90px;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
    color: #624544 !important;
    font-family: 'Poppins', sans-serif!important;
    text-decoration: none;
}

.resuilt-details .real-slider .carousel-control-prev{
    left: 10px!important;
}

.resuilt-details .real-slider .carousel-control-next{
    right: 10px!important;
}

.testimonial-video .gallery-box{
    width: 100%;
    display: flex;
    
}
.testimonial-video .gallery-box .g-img-box{
    width: 100%;
    display: flex;
    height: 100%;
}

.video-play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.testimonial-video{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding:1rem;
    border-radius: 6px;
}

.video-play-btn img {
	max-width: 70%;
}
.testimonial-video-content .content-body-testimonails{
    padding-left: 0px;
}

@media  (max-width: 992px) {
    .column {
      width: 100%;
      height: auto;
    }

    #navbarTogglerDemo02 {
        display: none;
    }
    body, html{
        font-size: 0.85rem;
        line-height: 24px;
    }
    .slider-banner-box.diya-box{
        z-index: 9;
    }

}



@media(max-width: 767px) {
	.out-line {
    margin-right: 9px;
}
.resulit-tab .nav-item .nav-link {
    font-size: 12px;
}
    
    #navbarTogglerDemo02 {
        display: none;
    }
    .slider-banner .row {
        flex-direction: column-reverse;
    }   
    .menu-right-line {
        display: none;
    }
    #whatsapp_icon {
        display: none;
    }  
    .column {
    width: 100%;
    height: auto;
    }
    .heading-title.text-black {
    font-size: 1.45rem;
    line-height: 126%;
    text-align: center;
    }
    .slider-banner {
        height: auto;
    }
    .carousel-indicators {
        bottom: -47px !important;
    }
    .slider-banner .banner-contant {
        font-size: 0.85rem;
        line-height: 24px;
        padding-top: 14px !important;
        text-align: left;
    }
    .btn.view-btn.video-btn {
        width: 36%;
    }
    
    .sub-title {
        font-size: 1.5rem;
    }
    .services-box span {
        font-weight: 500;
        font-size: 0.85rem;
    }
    .btn.slider-btn {
        width: 100%;

    }
    .bg-round-box {
        position: absolute;
        width: auto;
        height: auto;
        left: 0px;
        top: 268px;
        border-radius: inherit;
    }
    .wel-title {
        font-size: 1.45rem;
    }
    .wel-content {
        font-size: 0.715rem;
        line-height: 30px;
        padding: 0px 0px;
    }
    .bg-round-box {
        padding-top: 13px;
        padding-bottom: 36px;
    }
    .ruls-box {
        width: 100% !important;
        margin-top: 27px !important;
        display: flex;
    }
    
    .row.tasti-main {
        width: 100%;
        margin: auto;
        padding: 42px 0px 0px 0px;
    }
    .tstbox {
        padding-left: 0px;
    }
    .contact-section {
        padding-top: 1rem;
    }
    .doctor-section {
        height: 618px;
        overflow: hidden;
    }
    .section-exclusive .row {
        flex-direction: column-reverse;
    }
    .resulit-section .row {
        flex-direction: column-reverse;
    }
    .resulit-section .slider-banner-contant {
        margin-top: 28px;
    }
    .real-slider .carousel-control-prev {
        left: 20px !important;
        background-color: #000 !important;
        width: 25px !important;
        height: 25px !important;
        border-radius: 50% !important;
        top: 45% !important;
    }

    .real-slider .carousel-control-next {
        right: 20px !important;
        background-color: #000 !important;
        width: 25px !important;
        height: 25px !important;
        border-radius: 50% !important;
        top: 45% !important;
    }
    .treatment-title-box {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row.procedure_row {
        padding-top: 0;
    }
    .polygon_box, .ellipse_boxs2, .ellipse_boxs4{
        display: none;
    }
    .slider-banner-box.diya-box img{
        max-width: 100%;
    }
}


/*=======newcss-007------------*/



#result-section{
    background-color: #F5C3C2;
    padding: 1.5rem 0px;

}
.hr-section-break{
    height: 6rem;
}
.resultitems{
    background-color: #fff;
}

#resultbannerdetails{
    padding: 6rem 0px;
    background-image: url('../images/doctor-bg-img.png');
    min-height: 600px;
}

.title-zvr-boz{
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;padding: 20px;
    border-radius: 10px;
}

.heading-title-2{
    font-size: 2.2rem !important;
}

.detail-list ul {
    display: grid;
    gap: 5px;
}

.detail-list ul li{
    font-size: 0.77rem;
}


.font-10{
        font-size: 0.85rem;
}

.images-g-image{
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-top: 15px;
    border-radius: 5px;
}

.ancher_primary{
    color: #F5C3C2 !important;
    font-size: 0.85rem;
}



#genb-section{
    padding-top: 100px;
}

.ellipse_boxs.orenge{
    position: absolute;
    top: -48px;
    left: -54px;
    background: #F5C3C2;
    z-index: 1;
    width: 142px;
    height: 142px;
    border-radius: 100%;
    opacity: 30%;
}

.topup{
    position: relative;
    z-index: 1;
}

.heading-01center{
    margin-bottom: 70px;
}
.b_image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box-zm-b{
    position: relative;
}

.bottom_text{
        position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 14px 10px;
}

#reslut-d{
    padding-top: 100px;
}

@media(max-width:575px){
    .small_ico .btn.slider-btn{
            padding: 10px 13px !important;
    font-size: 10px;
    }
}
.fw-600{
    font-weight: 500;
}
.tabs_box ul{
    gap: 12px;
}

.tabs_box ul li button{
    background: transparent !important;
    color: #000 !important;
}

.button-tebs01.active{
    background: #F5C3C2 !important;
    border-radius: 30px !important;
    color: #733D57 !important;
}
.rose-pink{
    color: #F5C3C2!important;
}

.button-tebs01:hover{
    background: #31291b !important;
    color: #fff!important;
}
.button-tebs01{
        border-radius: 30px !important;
}

.testi_monials_image{
    border-radius: 10px;
    overflow: hidden;
}

.top-space{
    margin-top: 50px !important;
}

.font-14{
    font-size: 14px;
}
.profile_t_image img{
        width: 50px;
    height: 50px;
    border-radius: 100%;
}

.font-12{
    font-size: 12px;
}
.testi_monials_image img{
    height: 350px;
    object-fit: cover;
}

.content-body-testimonails{
    padding-left: 20px;
}

.qoutes_images{
        width: 40px;
    margin-bottom: 20px;
}

.stars-rating img{
        width: 15px;

}
.stars-rating{
    gap: 2px;
}
.google-review,.rounded-15{
    border-radius: 15px !important;
}

.top-header, .footer-section{
    overflow: hidden;
}

.gallery-box a{
    width: 100%;
}
.gallery-box{
    height: 100%;
}

.gallery-box img{
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.notify-blog-box.row .notify-image {
    height: 120px;
    object-fit: cover;
}

.doit-box .row{
    width: 100%;
    margin: auto;
}
.blog-body .blog_image img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.page-link{
    color: #733D57!important;
}

@media(max-width:1366px){
    .navbar .navbar-nav .nav-link{
        font-size: 0.8rem;
    }
    .nav-item{
        padding-right: 20px;
    }
    .heading-title{
        font-size: 2.5em;
    }
    .sub-title{
        font-size: 2rem;
    }
    .services-box span{
        font-size: 1rem;
    }
    *, html, body{
        font-size: 0.9rem;
    }
    .btn{
        font-size: 0.9rem!important;
    }
}


@media(max-width:600px){
 .amazing-box-g{
    display: block !important;
 }   
}

@media(max-width:768px){
    .my-col-blog{
        order: -1;
    }
    .testimonial-section .slider-banner-contant{
        display: none;
    }
   
}

@media(min-width:768px){
    .my-col-blog{
        margin-top: 46px;
    }
}

.detailpage-section-blog{
    height: 400px;
    background-image: url('../img/home/blog_deatils_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailpage-section-blog::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(245, 195, 194, 0.7);
}



.detailpage-section-blog .container{
    position: relative;
    z-index: 1;
}

.my-col-blog-new{
     margin-top: -100px;
    z-index: 111;
    position: relative;   
}
.col-blog-right{
        margin-top: 110px;
}

.heading-title-2{
    font-size: 40px !important;
    font-weight: 600;
}

.treatment-title-box.resuilt-detial-banner {
	top: 20%;
}
.mobile_view{
    display: none;
}

/*--Career page --*/
.class-team-list {
	border: 1px solid #EDBDBB;
	background: #FFF;
	border-radius: 4px !important;
	padding: 1.2rem;
}
.class-team-list:hover {
    box-shadow: 0px 0px 10px rgba(13, 28, 51, 0.4);
  }
.paregrap-blog li {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.close-btn {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.close-btn span {
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.back-arrow {
	width: 22px;
}



@media(max-width:992px){
    .desktop-view{
        display: none;
    }
    .mobile_view{
        display: block;
    }
    .section-dr-profile {
        background: url(../images/dr_profile-bg.png) no-repeat center center;
        background-color: #F8F8F8;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        transform: translate(0px, 0px)!important;
    }
    .hemburger-content{
        height: 100%;
        overflow-y: auto;
    }
    .main-nav-mob .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding: 0 0 0 0    rem;
    }
    .maga_menu-head {
        padding-top: 0;
    }
    .main-nav-mob .dropdown-menu .maga_menu-head h3{
        margin-bottom: 0px!important;
    }
    .main-nav-mob .dropdown-menu li a,
    .main-nav-mob .dropdown-menu .maga_menu-head h3 a{
        padding: 0.35rem 0rem;
    }
    .main-nav-mob ul li a:hover, .hemburger-content .burder-menu-content ul li a:hover, .hemburger-content .burder-menu-content ul li a.show {
        color: rgba(255, 255, 255, 1) !important;
    }
    .nav-link:focus {
        color: #fff!important;
    }
    .heading-title{
        font-size: 2rem;
    }
    .sub-title{
        font-size: 1.5rem;
    }
    .gallery-title span{
        font-size: 1.2rem;
    }
    .ellipse_boxs3, .polygon_box2{
        display: none;
    }
    .ellipse_boxs {
        top: -4px;
        left: -19px;
        width: 60px;
    }
    .font-14 {
        font-size: 0.8rem;
    }
    .contact-list li a{
        font-size: 0.8rem;
        line-height: normal;
    }
    
}


@media(max-width:767px){

    .heading-title-2{
        font-size: 30px !important;
    }
    .top-header{
        display: none;
    }
    
    .navbar-brand img {
        max-width: 40%;
    }
    .slider-banner-box{
        max-width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .navbar.header-nav .container-fluid{
        flex-wrap: nowrap!important;
    }
    .col-blog-right {
        margin-top: 0;
    }
    .detailpage-section-blog {
        height: 280px;
    }
  
    .btn.btn-outline-consult {
        margin-right: 10px;
        white-space: nowrap;
    }
}

.carousel-inner {
    border-radius: 15px;
}

.icon-inline:hover img, 
.box-right .copy-right-menu li a:hover img{
    transform: scale(1.3);
}



/*---Social Media icons new css start here--*/

.listsocal .icon-inline.youtue{
    background: url(../images/youtube_black.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.listsocal:hover .icon-inline.youtue{
    background-position: 0 bottom;
}


.listsocal .icon-inline.twitter{
    background: url(../images/twitter_black.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.listsocal:hover .icon-inline.twitter{
    background-position: 0 bottom;
}


.listsocal .icon-inline.instagram{
    background: url(../images/instagram_black.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.listsocal:hover .icon-inline.instagram{
    background-position: 0 bottom;
}

.listsocal .icon-inline.facebook{
    background: url(../images/facebook_black.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.listsocal:hover .icon-inline.facebook{
    background-position: 0 bottom;
}

.footer_social_media .foot_social_icons{
    width: 24px;
    height: 24px;
    display: inline-block;
}
.footer_social_media .foot_facebook{
    background: url(../images/foot_facebook.svg) no-repeat 0 0;
}

.footer_social_media .foot_facebook:hover{
    background-position: 0 bottom;
}


.footer_social_media .foot_twitter{
    background: url(../images/foot_twitter.svg) no-repeat 0 0;
}

.footer_social_media .foot_twitter:hover{
    background-position: 0 bottom;
}


.footer_social_media .foot_instagam{
    background: url(../images/foot_instagram.svg) no-repeat 0 0;
}

.footer_social_media .foot_instagam:hover{
    background-position: 0 bottom;
}

.footer_social_media .foot_youtube{
    background: url(../images/foot_youtube.svg) no-repeat 0 0;
}

.footer_social_media .foot_youtube:hover{
    background-position: 0 bottom;
}


/*---Social Media icons new css end here--*/
