@import url('../css/soleil.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('http://fonts.cdnfonts.com/css/proxima-nova-2'); 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
  
 :root {
    --H-family: 'Noto Sans TC',sans-serif;
    --B-family: 'Noto Sans TC', sans-serif;
    --main: #ebc6c1; 
    --secoendry: #00374c;  
    --Light_bg: #f2f6f7;    
    --white: #ffffff;
    --black: #000000; 
}    
    
body,
html {
    color: #5a5a5a;
    background: #FFF;
    font-family: var(--B-family); 
    scroll-behavior: smooth;
    position: relative;  
    font-weight: 400;
    font-size: 1rem;
    color: #000;
} 

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;  
}     
   
h1,  
h2,
h3,
h4,
h5,
h3,
h6 {
    font-family: var(--H-family);
    padding: 0; 
}
 
 
 

/* header */
 

header {
    border-bottom: none;
    transition: 0.3s;
}

.navbar-light .navbar-brand {
    width: 200px !important; 
    transition: 0.3s;   
}  
  
.navbar {
    padding: 0;
    border-bottom: none;
    background: transparent !important; 
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--main); 
}

 .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 14px; 
    font-weight: 500; 
    display: block;  
    padding: 35px 30px;   
    text-decoration: none;
    color: #fff;   
    position: relative;   
    white-space: nowrap; 
    text-transform: uppercase;   
    border-radius: 0;  
    transition: 0.3s; 
    font-family: var(--B-family);
    letter-spacing: 1px;
}

.navbar-expand-xl .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20%;
    width: 0%;
    height: 2px;
    background: #fff;
    z-index: 1;
     transition: 0.2s;
    opacity: 0.4
    
}
  .navbar-expand-xl .navbar-nav .active .nav-link::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #fff;
    z-index: 1;
       transition: 0.2s;
    
}
  .navbar-expand-xl .navbar-nav .nav-link:hover::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #fff;
    z-index: 1;
      transition: 0.2s;
    
}
 .navbar-expand-xl .navbar-nav .active .nav-link {
    color: var(--main);
    font-weight: bold;
}  
.navbar-expand-xl .RiGhT_nav .nav-link {
    font-size: 18px !important;
    font-weight: 300;
    transition: 0.3s;  
}

header {
    position: fixed;
    z-index: 999;
    padding: 0 20px;
    transition: 0.3s;  
    top: 0;  
    left: 0;    
    /*! background: #000; */  
    width: 100%;
}
 
.dropdown-menu {
    position: absolute;
    top: 51px;
    z-index: 1000;
    margin: 0px; 
    padding: 0;
    min-width: 320px;
    background-color: var(--white);
    border: none;
    border-radius: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 0;  
} 

.dropdown-menu::before {
    position: absolute;
    top: -10px;
    left: 12px;
    display: inline-block;
    border-right: 10px solid #0000;
    border-bottom: 10px solid rgba(0, 40, 100, 0.36);
    border-bottom-color: rgba(0, 40, 100, 0.12);
    border-left: 10px solid transparent;
    border-bottom-color: var(--white);
    content: '';
    z-index: 999;
}

 .dropdown-item {
    font-weight: 500;
    display: block; 
    padding: 13px 14px; 
    text-decoration: none;  
    border-radius: 3px;  
    color: #404040 !important; 
    position: relative;  
    white-space: nowrap;
    text-transform: capitalize; 
    border-radius: 0; 
    position: relative; 
    overflow: hidden;
    white-space: normal;
    border-bottom: 1px solid #ddd;
}

.dropdown-item::before {
    position: absolute;
    top: 41%;
    left: 3px;
    width: 5px;  
    height: 5px;
    background: transparent;
    /*! content: ''; */ 
    z-index: 999;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(44deg);
    opacity: 0.4;
}
 
.bTn_OrDeR i {
    font-size: 25px;
    margin: 0 12px 0 0;
    color: var(--blue);
}

.bTn_OrDeR p {
    margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
} 
 
.fixed {
    position: fixed;
    left: 0;
    top: 0; 
    width: 100%; 
    z-index: 999;
    background: #000;
    /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0) 0px 1px 3px 1px;
    -webkit-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.nav-link.header_btn {
    transition: 0.4s; 
    text-align: center; 
    padding: 0 !important;
    font-size: 14px !important;   
    font-weight: 400!Important; 
    display: flex !important;
    align-items: center;  
    margin-left: 8px;
}  

 

.nav-link.header_phno {
    font-size: 18px !important;
    letter-spacing: 1px; 
}  

.nav-link.header_phno i { 
    color: #fff;
}

.fixed .show_logofixed {
    display: block !important;
}

.fixed .hide_logo {
    display: none !important;
    transition: 0.3s;
}

.fixed .navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    transition: 0.3s;
}

.fixed .navbar-light .navbar-brand {
    /*! width: 115px !important; */
    transition: 0.3s;  
}   


.fixed .navbar-expand-xl .navbar-nav .nav-link { 
	/*! padding: 30px 30px; */ 
	transition: 0.3s; 
}
      
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
 
  
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
 
 
  .nav-link.btn_login {
	padding: 11px 26px !important;
	background: #fff;
	border-radius: 55px;
	color: #06f !important;
}

.navbar-expand-xl .navbar-nav { 
	align-items: center;
}

.nav-link.whatsappbtn {
	height: 45px;
	padding: 0 !important;
	width: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 23px !important;
	border-radius: 0 !important;
	margin: 0 7px 0 0;
	/*! box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
	color: #25D366 !important;
}   
.nav-link.whatsappbtn:hover{
	height: 45px;
	padding: 0 !important;
	width: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 23px !important;
	background: green;
	color: #fff !important;
	border-radius: 4px !important;
	margin: 0 7px 0 0;
}
.emergency-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
	text-align: left;
}
.emergency-phone {
	font-size: 23px;
	color: #fff;
	font-weight: 700; 
    font-family: source sans pro;
}
.emergency-text {
	font-weight: 500;
	font-size: 13px;
	color: #f5fbff; 
	margin: 0;  
	line-height: 1;
	text-transform: capitalize;
	letter-spacing: 0; 
    font-family: source sans pro;
}
.emergency-symbol {
	height: 46px;
	width: 50px;
	margin-right: 11px; 
	border: 2px solid transparent;
	border-radius: 0; 
	z-index: 2;
	text-align: center;
}
.emergency-symbol i {
	line-height: 39px;
	font-size: 21px;
	color: #fff;
} 


.nav-link.contact_btn {
	padding: 14px 25px !important;
	border: 2px solid var(--main) !important;
	color: var(--black) !important; 
	text-align: center; 
	transition: 0.3s;
	background: var(--main);
	box-shadow: 4px 4px 0 rgba(235, 198, 193, 0.35);
} 
.nav-link.contact_btn:hover{  
	color: var(--black) !important;  
    background:var(--main);
    transition: 0.3s; 
	border-color: var(--main) !important;
}
.navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
	border: none;
	left: 45%;
	transform: translateX(-50%);
	padding: 20px 30px;
	margin: 0;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow:none;
}
.drop-title a {
	font-size: 18px !important;
	color: #00374c !important;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
} 
.drop-column{
  padding: 0;
}
.drop-column li{
  list-style: none;
}

.drop-title a:hover{ 
	color: var(--main) !important; 
}  
.header_btn:hover .emergency-symbol {
  background-color: #c77a63;
  border-color: #c77a63;
}
.header_btn:hover .emergency-symbol i {
  color: #fff; 
}

.fixed  .nav-link.contact_btn {
	color: var(--secoendry) !important;
	background: var(--main);
	transition: 0.3s;
	border-color: var(--main) !important;
}
 
.nav-link.whatsapp_btn {
	font-size: 32px !important;
	padding: 0 !important;
	padding-right: 32px !important;
} 

.social-bar-holder.icons li i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* header */
 

/* banner */ 
.overlay_bnrfhdr {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,0) 31%, rgba(0,0,0,0.4093838218881303) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner {
	position: relative;
	background: #032e55;
	width: 100%; 
	border-radius: 0; 
	margin: 0 auto;
	overflow: hidden;
	background-size: cover;
	z-index: 1;
	padding: 0;
}
  
.banner-content {
  position: relative;
  height: 100%;
  z-index: 9; 
  color: #fff; 
  text-align: left;
}
.banner-content h6 { 
	font-family: var(--B-family);
	color: var(--main);  
	font-size: 13px;
	letter-spacing: 1px; 
	margin-bottom: 0;
	text-transform: uppercase;
    position: relative;
} 

.banner-content h6:before{  
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #fff;
    margin: 0 0 5px 0;
    opacity: 0.4
} 
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #fff;
}
 .banner-content h1 {
margin: 0;  
  font-weight: bold;
  font-size: 50px;    
margin: 24px 0;  
line-height: 75px;
font-weight: 700;
letter-spacing: 1px;
/*! word-spacing: -4px; */
/*! font-family: var(--B-family); */
/*! margin-top: 18px; */
} 

.banner-content h1 span {
  font-weight: 700;
  font-style: italic; 
}
.banner-content h3 {
  font-size: 24px; 
  font-weight: 400;
margin: 0; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-content p {
  font-size: 20px;
  font-weight: 400;
  color: #fdfdfd;
margin: 0;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  /*! line-height: 34px; */
} 
 
.banner-form button:hover i {
  color: #00374c;
}
.banner-background {
  position: absolute;
  left: -122px;
top: 0;  
  width: 100%;
  height: 100%;
  border-radius: 0 100px;
  /*! background-color: #26ade4; */
  background-position: bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
} 

.carousel-item:before{
	position: absolute; 
  content: '';  
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0; 
    z-index: 1; 
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(255,255,255,0) 100%);
    /*! background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100%); */
   
	background: linear-gradient(45deg,rgba(0, 0, 0, 0.88) 0%,rgba(66,66,66,0) 90%,rgba(255,255,255,0) 100%);
} 
.banner-background::after {
  content: "";
  position: absolute;
  height: 400px;
  width: 400px;
  top: 50%; 
  left: -1%;
  background: rgb(38,173,228);
  background: -moz-linear-gradient(90deg, rgba(38,173,228,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(38,173,228,1) 0%, rgba(255,255,255,0) 100%);
  /*! background: linear-gradient(90deg, rgba(38,173,228,1) 0%, rgba(255,255,255,0) 100%); */
  /*! filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26ade4",endColorstr="#ffffff",GradientType=1); */ 
  border-radius: 100%;
  transform: translate(-50%,-50%);
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.banner_btn {
	display: inline-block;
	padding: 13px 33px;
	border: 2px solid var(--main); 
	background: var(--main);
	color: #242121;  
	font-size: 16px; 
	border-radius: 0;
	margin: 26px 0 0 0;  
	text-transform: uppercase;
    transition: 0.2s;
	letter-spacing: 1px;
	font-weight: 600;
	box-shadow: 4px 4px 0 rgba(235, 198, 193, 0.35);
} 
 
.banner_btn:hover{ 
	background: var(--main);
	color:  var(--secoendry);  
    transition: 0.2s;
    box-shadow: none;
}  


.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,conic-gradient)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,conic-gradient)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev { 
	width: 5%; 
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*! height: 90vh !important; */
}  
  
.slider_navigateion {
	position: absolute;
	bottom: 50px;
	left: 15%; 
	z-index: 9;
	opacity: 0.5;
	/*! transform: translateY(-50%); */
} 

.slider_navigateion button { 
	background: transparent; 
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.9);
	width: 50px !important;
	height: 50px !important;
	line-height: 68px;
	margin: 0 0 0 9px; 
	border-radius: 100%;
} 
.carousel-control-next-icon, .carousel-control-prev-icon { 
	background-position: center;
	background-size: 25px; 
}
.carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.social-bar ul li a {
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	margin: 0 10px 0 0;
}
.social-bar ul {
	margin-right: 1.5rem;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	-o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
} 
.social-bar ul li{
    list-style: none;
    color: #000;
    margin:0 10px 0 0;
} 
 

.social-bar {
  position: fixed;
  top: 50%;
  z-index: 50;
  min-height: 3.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-90deg) translate(50%, -100%);
  -ms-transform: rotate(-90deg) translate(50%, -100%);
  transform: rotate(-90deg) translate(50%, -100%);
  right: 4vh;
}
.social-bar ul li i  {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* banner */

.section_title h2{
  font-family: semplicitapro,sans-serif;
color: #e0bcb7; 
font-weight: bold; 

letter-spacing: .1rem; 
  font-size: 26px;
  line-height: normal;
}

.section_title h3{
  font-family: semplicitapro,sans-serif;
color: #000; 
font-weight: bold; 
letter-spacing: .1rem; 
  font-size: 22px;
  line-height: normal;
}
 .section_title h6{
	/*! font-weight: 600; */
	font-family: var(--B-family);
     position: relative;
	font-size: 16px; 
	/*! letter-spacing: 0.7px; */
	margin-bottom: 17px;
}
.section_title h6::before { 
	content: '';
	width: 62px;
	height: 1px;
	left: 0;
	top: 0px;
	background: rgba(0, 0, 0, 0.41);
	display: inline-block;
	margin: 0 6px 4px 0;
}
/* about_main */

.about_main {
	padding: 80px 0;
	background: #fff;
	padding-bottom: 40px; 
  position: relative;
	overflow: hidden;
	z-index: 1;
}
.about_main .abbgimgH{
  position: absolute;
  left: 50%;
  top: 50%; 
  opacity: 0.4; 
  z-index: -1;
  transform: translate(-50%,-50%);
}  
 
.about_main h2{ 
color: #e0bcb7;
font-weight: bold; 
text-transform: capitalize;
/*! letter-spacing: .1rem; */
font-size: 30px; 
line-height: normal;
margin-bottom: 20px;
}
 
.about_main h6{
	font-weight: 300;
	font-family: var(--B-family);
  margin-bottom: 20px;
}




.btn_theme {
  border: 2px solid var(--black);
  transition: 0.4s;
  text-align: center; 
  padding: 0 30px;  
  border-radius: 0;  
  font-size: 14px; 
  height: 50px;  
  background: var(--black); 
  line-height: 46px;
  color: var(--white);
  display: inline-block; 
  font-family: var(--B-family);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
} 
.btn_theme:hover{ 
  color: var(--white);  
  transition: 0.3s; 
    box-shadow: none;
} 


.btn_theme_book {
  border: 2px solid var(--bs-danger);
  transition: 0.4s;
  text-align: center; 
  padding: 0 30px;  
  border-radius: 0;  
  font-size: 14px; 
  height: 50px;  
  background: var(--bs-danger); 
  line-height: 46px;
  color: var(--white);
  display: inline-block; 
  font-family: var(--B-family);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 rgb(220, 53, 69,0.3);
}
.btn_theme_book:hover{ 
  color: var(--white);  
  transition: 0.3s; 
    box-shadow: none;
} 

.course_metadeta_main{
  padding: 50px 0;
  background: #f9f9f9;
  margin-top: 60px;
}

.btn_outline_theme {
  border: 2px solid var(--main);
  transition: 0.4s;
  text-align: center; 
  padding: 4px 17px;
  border-radius: 6px;
  font-size: 13px;
  height: 40px;
  line-height: 28px;
  color: var(--main);
  display: inline-block;
  background: #f5f9fe;
}
.btn_theme:focus , .btn_outline_theme:focus{
	outline-width: 2px;
	outline-style: solid;
	outline-color:var(--main);
	outline-offset: 2px;
	-moz-outline-radius: 4px;
}


 
marquee {
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--H-family);
	letter-spacing: 2px;
	color: #eaeaea;
	transform: rotate(-1deg);
  margin-bottom: 40px;
	font-weight: bold;
}
marquee span {
  margin: 0 10px;
}
/* about_main */



.back-to-top {
	position: fixed;
	bottom: 0%;
	display: none;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-90deg) translate(50%, -100%);
	-ms-transform: rotate(-90deg) translate(50%, -100%);
	transform: rotate(-90deg) translate(50%, -100%);
	left: 10vh;
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	/* transform: translateX(-50%); */
	color: #000;
	display: flex !important;
	align-items: center;
	flex-direction: row-reverse;
}

.back-to-top .line {
	display: block;
	width: 60px;
	height: 2px;
	background: #000;
	margin: 5px 10px 0 0;
	opacity: 0.7;
}

/* features_main */

 .features_main {
	background: #f9f9fa;
	padding: 60px 0;
	position: relative;
}
.features_main::before {
	content: 'Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London ';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	white-space: nowrap;
	opacity: 0.03;
	overflow: hidden;
}

.fItem {
	padding: 0px;
	/*! background: #fff; */
	text-align: center;
}

.fItem img{ 
  width: 58px; 
}
 
.fItem h4 {
	font-size: 18px;
	letter-spacing: 0;
	text-transform: capitalize;
	margin: 15px 0;
	margin-bottom: 5px; 
	color: #1a1a1a;
	font-family: var(--B-family);
	font-weight: 600;
}
.fItem p {
	line-height: 30px;
	opacity: 0.7;
}
/* features_main */

/* why_choose_main */
.why_choose_main {
	background: #f9f9fa; 
	position: relative;
	padding: 60px 0;
	overflow: hidden;
} 
.why_choose_main .why_himg{
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4; 
  z-index: 0;
}


.why_choose_main::before {
	content: 'Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London ';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	white-space: nowrap;
	opacity: 0.1;
	overflow: hidden;
}
 .mb-0.tpmarquee { 
	transform: translateY(-30px);
}
.why_choose_main::after {
	content: 'Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London Hotaki Cosmetic Dermatology London ';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	white-space: nowrap;
	opacity: 0.4;
	overflow: hidden;
	color: var(--main);
}


.why_inner{
  padding: 50px;
  position: relative;
}

.why_inner ul li {
	font-size: 18px;
	font-weight: 600;
  margin-bottom: 21px;
	display: block;
	list-style: none;
	/*! width: 47%; */
	/*! background: rgba(255, 255, 255, 0.07); */
	margin-right: 10px;
	/*! border-radius: 4px; */
	padding: 0 22px;
	text-align: left;
	padding-left: 23px;
	/*! color: var(--main); */
	/*! font-family: var(--H-family); */
	/*! letter-spacing: 1px; */
  position: relative;
}

.why_inner ul li::before{ 
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 8px; 
  height: 8px;
  background: var(--main);
}




.why_inner ul  {
	padding: 0 0 0 13px;
  margin-top: 30px;
}



/* why_choose_main */

/* cources_main */
.cources_main {
	min-height: 400px;
	display: flex;
	align-items: center;
	background: #000 url(../images/118.jpeg);
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	position: relative;
    z-index: 1;
    color: #fff
}
.cources_main:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0; 
    top: 0; 
    background: linear-gradient(45deg,rgb(0, 0, 0) 0%,rgba(66,66,66,0) 100%,rgba(255,255,255,0) 100%);
    z-index: -1;
} 
.cources_main .section_title h2 { 
	line-height: normal;
  margin-bottom: 20px;
}
.cources_main .section_title h6::before { 
	background: rgba(255, 255, 255, 0.41); 
}

.cources_main .btn_theme {
	border: 2px solid var(--white);
	transition: 0.4s;
	text-align: center;
	padding: 0 28px;
	border-radius: 0;
	font-size: 14px;
	height: 50px;
	background: var(--white);
	line-height: 46px;
	color: var(--secoendry);
	display: inline-block;
	font-family: var(--B-family);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
 
/* cources_main */

/* blog_main */

.blog_main{
	padding: 50px 0;
}


/* blog */
.blog_main{
  padding: 85px 0;
  background: var(--white) url(../images/bg_dotted.png) center;
} 

.blog_main .post-card {  
	margin: 30px 20px;  
}



/* ------------------------------
		 Post-card
------------------------------ */
.post-card {
  background-color: #ffffff !important;
  padding: 0; 
  border-radius: 0 !important; 
  display: block;
  position: relative; 
  -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
  overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  margin-bottom: 20px;
}

.post-card-image {
  /*! margin-top: -60px; */
  margin-bottom: 0;
  position: relative; 
  border-radius: 0; 
  overflow: hidden; 
  position: relative;
  min-height: 314px;   
  max-height: 350px;
  overflow: hidden; 
  background: #000 url(../images/no-image.png);
  background-repeat: no-repeat;
  background-position: center;
}
.post-card-image:before{
    content: '';
    left: 0;
    bottom: 0;
    width: 100%; 
    height: 100%;
   background: linear-gradient(360deg, rgba(0, 0, 0, 0.66) 0%, rgba(17, 16, 19, 0) 100%);
    position: absolute;
    
    z-index: 1;
}

.post-card-image img {
  transition: all 0.3s ease-in-out;
  width: 100% !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  object-fit: cover;
}

 
.post-card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
      -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card-content .categorie {
  margin-bottom: 13px;
  margin: 0;
}
 
.post-card-content h5 {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
}

.post-card-content h5 a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    color: var(--white);
  font-weight: bold;  
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  line-height: 27px;
  /*! font-family: var(--B-family); */
}

.post-card-content h5 a:hover {
  color: var(--main);
  text-decoration: underline;
} 

.post-card-content p { 
  color: #fff; 
  margin: 0;
  font-size: 14px; 
}

.post-card-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}
.post-card-info ul li:before{
    display: none;
}

.post-card-info ul li{
     font-size: 13px !important;
     margin: 0 !important;
     padding: 0 !important; 
     font-weight: 500;
}

.post-card-info ul li a{
    color: var(--white) !important;
    font-weight: 600;
    font-size: 13px; 
    display: block;
}


.post-card-info img {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px; 
}

.post-card-info li {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 500;
}
.post-card-content {
	padding: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*! background: linear-gradient(360deg, rgba(17, 16, 19, 0.5) 0%, rgba(17, 16, 19, 0) 100%); */
	z-index: 9;
	width: 100%;
	text-align: center;
}
.post-card-content .date {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}
.post-card-info li a:hover {
  color: var(--main);
}
.dot {
  width: 4px;
  height: 4px;
  background-color: var(--secondry);
  border-radius: 50%; 
  display: block;
  margin: 2px 6px !important;
}

.post-card-info li.dot {
  margin: 2px 8px !important;
} 
/* ------------------------------
		Categorie
------------------------------ */
.catogry{
  display:flex;
  overflow: auto;
  scrollbar-width: none; 
} 
.catogry a {
  background-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
  padding: 2px 6px; 
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center; 
  font-size: 12px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}


.catogry a:hover {
  background-color: var(--main);
  color: #ffffff !important;
} 


/* owl nav */
.owl-prev span, .owl-next span {
	font-size: 21px;
	background: #fff;
	width: 40px; 
	height: 40px;
	line-height: 41px; 
	border-radius: 0;
	text-align: center;
	color: var(--main);
	margin: 0 -15px 0 -18px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	display: inline-block;
	font-weight: bold;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}

/* blog */

.brand_item {
	margin: 15px;
	height: 90px;
	position: relative;
}
.brand_item img {
	 width: auto !important;
   height: auto;
   object-fit: contain;  
	 margin: 0 auto;
	 max-width: 100%; 
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 margin: auto;
	 height: auto;
}

.post-card-info {
	position: absolute;
	top: -256px;
} 
 
/* blog_main */
.workwithus_logo {
	padding: 50px 0;
}



/* review_main */
.review_main{
  padding: 51px 0; 
  overflow: hidden; 
  background-size: cover; 
  background: #e8eef51c; 
  background-size: cover;  
} 
  
.review_item{
  padding: 30px 33px;
  /*! border: 1px solid #ddd; */
  /*! background: #fff; */ 
  border-radius: 3px; 
  margin: 20px;
    position: relative;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
}
.review_item::before {
	position: absolute;
	content: '\F6B0';
	right: 13px;
	top: -10px;
	color: var(--secoendry);
	font-size: 73px;
	/* transform: translateX(-50%); */
	font-family: bootstrap-icons !important;
	opacity: 0.1;
}
 

.imgname {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.imgname .image {
width: 40px;
height: 40px;
border-radius: 100%;
overflow: hidden;
/*! box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
/* border: 1px solid #fff; */
flex: 0 0 auto;
}

.imgname .image img{
  width: 100%;
}  
.imgname .namestar {
width: 100%;
margin: 0 0 0 14px;
}
.imgname .namestar h4 {
font-size: 15px;
color: var(--secoendry);
font-weight: bold;
overflow: hidden;   
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
margin: 0;
margin-bottom: 0; 
font-family: var(--B-family);
text-transform: uppercase;
}
.starR{
display: flex;
}
.starR a{
color: var(--main);
margin: 0 4px 0 0;
font-size: 15px;
}

.descR h5 {
	font-size: 17px;
	font-weight: bold;
	color: var(--secoendry);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.descR p {
	font-size: 26px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;  
  -webkit-box-orient: vertical;
	line-height: 34px; 
	font-weight: 200; 
	font-family: var(--B-family);
	color: #48494d;
	font-style: italic;
	font-family: roman;
}  
.descR img {
	width: 128px !important;
}
.tripadvisor_btn {
	text-align: center;
	margin-top: 30px;
	height: 47px;
	overflow: hidden;
}
.TA_cdsratingsonlywide{
  display: inline-block;
  margin: 0 auto;
}

.dropdown-menu.mymenu img{
  opacity: 0.6;
  width: 37px !important;
  margin: 0 auto;
  display: inline-block;
} 
.row.g-0.brdr_bt {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
 .reviewinnr { 
	background: url(../images/24.png);
	border-radius: 20px;
	padding: 50px 50px; 
	/*! border-radius: 60px 0; */ 
	padding-bottom: 45px;
	background-position: center;
}
 
.btn_txt {
	display: inline-block;
	font-size: 18px;
	color: var(--main);
	border-bottom: 2px solid var(--main);
	padding: 0 7px;
}
.btn_txt:hover{ 
	color: var(--main);
	border-bottom: 2px solid var(--main); 
}
.trtsimg img {
	text-align: center; 
	width: 170px;
	margin-bottom: 7px;
} 

/* review_main */



/* footer */
.footer {
	background: #f9f9fa; 
	padding-top: 0; 
	background-position: left;
	background-repeat: no-repeat; 
} 
.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}
 
.footer .footer-top .download-text h3 {
  font-size: 30px;
  color: #622fcd;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 150px;
}

.footer .f-about p {
  font-size: 14px;
  line-height: 28px;
  color: #7e8890;
  margin-left: 15px;
}

.footer .f-about .contact-address {
  margin-top: 20px;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 4px;
}

.footer .footer-social {
  margin-top: 22px;
} 

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 15px;
  color: var(--heading_color) !important;
  height: 45px;
  width: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
  background: #ececec;
  border: none;
  border-radius: 0 8px 8px 8px;
  position: relative;
  z-index: 3;
}

.footer .footer-social ul li a i{
    margin: 0!important;
    color: var(--heading_color);
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}
.footer .footer-social ul li a:hover i{
  color: #fff!important; 
}
 

.nav-folderized .col.nav {
  padding: 0!important;
  display: block!important;
  padding: 0 15px !important;
}
.footer  h5 {
  color: #000;
  font-size: 21px;  
  position: relative;   
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  /*! font-family: var(--B-family); */
  letter-spacing: 1px;
}  

.footer  ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  display: flex;
}  
 
.footer  ul li:last-child {
  margin: 0;
}

.footer  ul li a {
  color: #60687b;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;  padding:0px;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
}  

.footer  ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 8px;
  background: #7e8890;
}

.footer  ul li a:hover::before {
  background: var(--main);
  opacity: 1;
}
 
.footer  ul li a:hover {
  color: var(--highlight);
  padding-left: 15px;
  /*! border-bottom: 1px solid var(--main); */
}
  
 footer ul{
    padding: 0;
}

.footer  h3 img{
width: 150px;
}
.f_about img {
width: 160px;
margin: 0 0 11px 0;
}


.f_about p {
font-size: 14px;
line-height: 23px;
color: #fff;
}

.contact-address li a:hover {
color: #300864;
padding-left: 0!important;
}
.contact-address li a:before {
display: none;
}
 
.footer-bottom {
border-top: 1px solid #e4e4e4;
  text-align: left; 
padding: 20px 0; 
margin-top: 22px;
} 
.footer-bottom p{
  margin: 0;
  color: #000; 
  font-size: 20px;
} 

.footer-bottom p a{ 
  color: #6c6c6c;  
  text-decoration: underline;
} 
.button .btn {
display: inline-block;
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
padding: 15px 30px;
background-color: #fff;
color: var(--main);
border: none;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 4px;
} 
.footer .footer-top .download-button {
text-align: right;
}
.footer .footer-top .download-text h3 {
font-size: 30px;
color: #fff;
display: block;
margin-bottom: 6px;
font-weight: 700; 
}
.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.download-text h3{
margin: 0;
}

.newsletter_sct .form-control {
	height: 50px;
	border: 2px solid #e4e7f2;
	color: var(--heading_color);
	margin-bottom: 15px;
}
.btn.btn_NLy {
	height: 50px;
	text-align: center;
	width: 100%;
	background: var(--main);
	color: #fff;
	border-radius: 0;
}
.reviewtrust {
  text-align: center;
}
.reviewtrust img{
  width: 160px;
}
.ftxtt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #60687b;
	font-size: 16px;
} 

.img-fluid.flogo {
	width: 150px;
	margin-bottom: 15px;
}
.appdownload {
	width: 180px;
	padding: 10px 15px;
	margin-bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
	border-radius: 0 15px 15px 15px;
	/* border: 2px solid #fff !important; */
	border-left-color: #cecece !important;
	border-bottom-color: #cecece !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.14) 0px 6px 6px;
}
/* footer */

/* inner-pages */
/* inner-pages */
 .inner_banner {
	padding: 120px 0;  
	color: var(--white);
	background: #000 url(../images/banner_bgn.png); 
	position: relative;
	z-index: 1;  
	overflow: hidden;  
	background-size: cover;   
	text-align: left;
	min-height: 600px;
	display: flex;
	align-items: center;
	max-height: 600px;
	overflow: hidden;
} 

.inner_banner:before{
    content:'';
	background: url(../images/hero-curved-overlay-desktop.svg); 
	position: absolute; 
    width: 100%;
    height: 50px; 
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
} 
.inner_banner:after{
    content:'';
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.8),rgba(15,21,46,0)),linear-gradient(180deg,rgba(0, 0, 0, 0.64),rgba(15,21,46,0)); 
	position: absolute; 
    width: 100%;
    height: 100%; 
    left: 0; 
    bottom: 0;
    z-index: 1;
}
.footer_banner{padding:50px 0; min-height:120px;height:auto;}
.img-fluid.imginrbnr {
	position: absolute;
	bottom: -20px;
	left: 29%; 
} 

 .inner_banner h1 {
	font-size: 2.5rem; 
	font-weight: bold; 
	margin-top: 10px;
	color: var(--main);
	text-transform: capitalize;
	/*! letter-spacing: 1px; */
}   
 
 
.inner_banner  p{
    color: #fff; 
} 
 

	.inner_banner a {
  margin-top: 12px;
  color: #ebc6c1;
  text-decoration: underline;
  font-weight: 500;

}
.breadcrumb {
	margin: 20px 0 0 6px; 
	position: absolute;
	bottom: 0; 
	z-index: 9;
	padding: 5px 20px;
	background: #000;
}
.breadcrumb li a{
  color: var(--white);
}
.breadcrumb .breadcrumb-item {
  color: #C1CDD0;
  font-size: 14px;
} 
.breadcrumb-item + .breadcrumb-item::before { 
	color: #fff; 
}
.breadcrumb li + li::before {
  padding: 0 5px;
  content: var(--bs-breadcrumb-divider, "/");
}
.main {
	padding: 50px 0;
	background: #fff;
}
.main p{
  font-size: 16px; 
}
.main h3{  
	color: var(--main); 
	line-height: normal; 
	font-weight: 700;
	font-size: 26px;    
	text-transform: capitalize;
	margin-bottom: 15px;
	/*! letter-spacing: 1px; */
}
    
.main ul{
  margin: 15px 0;
  padding: 0;
  margin-bottom: 25px;
} 
.main ul li{
  list-style: none;
  margin: 0 0 14px 0;
  position: relative; 
  padding-left: 30px;   
  font-size: 17px;
  font-weight:400;  
  color: #424242;

}

.main ul li b,
.main ul li strong {
    font-weight: bold;
    color: var(--black); 

}



.main ul li a{  
  color: #294caa;

}

.main ul li::before{ 
  position: absolute; 
  content: '\F26E';
  font-family: bootstrap-icons;
  width: 20px; 
  height: 20px; 
  border-radius: 100%;
  /*! background: #0195b621; */
  color: var(--black);
  line-height: 21px;
  left: -2px;
  font-weight: bold;
  text-align: center;
  top: 5px;
  font-size: 20px;
}

.inbinr {
	position: relative;
	z-index: 2;
}
.inner_banner img {
	position: relative;
    display: block;
	position: absolute;
	top: 0;
	left: 0;  
	width: 100%;
	margin: auto;
	bottom: 0;
	right: 0;
	height: 100%;
	object-fit: cover;
}



 
/* contact-us */
.C_itemD {
	padding: 21px 30px;
	text-align: left;
	padding-left: 80px;
	position: relative;
	margin-bottom: 0; 
	/*! background: #f5f9fe; */ 
	border-radius: 0;
	margin-left: 0;
	border-bottom: 1px solid #f2f6fb;
}
 
.C_itemD img {
	margin: 0 0 10px 0;
	position: absolute;
	left: 0;
	width: 50px; 
}

.C_itemD h4 {
  font-size: 16px;
  font-weight:400;color:#666;
  margin: 0 0 5px 0;
  font-family: var(--B-family);
} 
.C_itemD p {
  font-size: 15px; 
    margin: 0;   
  line-height: 25px;
  opacity: 0.6;
}  
.C_itemD a { 
	font-size: 18px;
	font-weight: 500;
	color: var(--black); 
	/*! font-family: var(--H-family); */
	margin: 5px 0 0 0;
	display: block;
    transition: 0.2s;
}
.C_itemD a:hover{
    transition: 0.2s; 
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: var(--main);
}
 

.btn_emailus {
	display: block;
	padding: 10px 15px;
	background: var(--main);
	border-radius: 100px;
	color: #fff !important; 
	text-decoration: none !important;
	box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%);
  transition: 0.3s;
	text-align: center;
}
.btn_emailus:hover{ 
	box-shadow:none;
  transition: 0.3s;
}




.contact-form-wrap {
  padding: 0 74px;   
  border-radius: 0;  
  /*! border-right: 1px solid #ddd; */
  background: #fff; 
  border-radius: 6px;
  /*! margin-top: -90px; */ 
  z-index: 9; 
  position: relative; 
  margin-bottom: 60px !important;
}  

.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 100px;
}
 
.contact-form-wrap label{
 font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 6px;
 color: #77879e; 
} 

.contact-form-wrap h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 10px; 
  text-transform: capitalize;
  letter-spacing: 1px;
}

.contact-form-wrap p {
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 30px;
  font-size: 16px; 
  opacity: 0.8;
}
 

 .contact-form-wrap .form-group {
  margin-bottom: 10px;
  position: relative;
  text-align: left; 
}
 
 .contact-form-wrap .form-group .form-control {
  height: 55px;
  border-radius: 0;
  /*! border: 2px solid rgb(207, 221, 238); */
  outline: none; 
  -webkit-box-shadow: none;  
  box-shadow: none;
  padding: 0 20px;
  color: #546274;
  background-color: #f9f9f9;
  color:#000;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #f0f0f0;
}


.form-select {
  height: 55px;
  border-radius: 10px;
  /*! border: 2px solid rgb(207, 221, 238); */
  outline: none;
  -webkit-box-shadow: none;  
  box-shadow: none;
  padding: 0 20px; 
  color: #546274;
  /*! background: #f5f9fe; */
  color: var(--main);
  font-weight: 500;
  font-size: 15px;
  /*! font-family: poppins; */
  padding-right: 32px;
}

 

.contact-form-wrap .form-group .form-control::placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 14px;
  height: 100px; 
}

.contact-form-wrap .btn {
  height: 60px;
  padding: 0;
  border-radius: 0; 
  background: var(--black);
  color: #ffffff;
  font-weight: 600;  
  outline: none;  
  box-shadow: none; 
  padding: 0 60px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 6px, rgba(0, 0, 0, 0.18) 0px 3px 6px;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
} 
.dotted_ng {
	background: #fff url(../images/bg_dotted.png);
}
.invalid-feedback {
	position: absolute;
	top: 8px;
	right: 6px;
	text-align: right; 
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
}

.mlappont_main{
  padding: 50px 0;
}
.itemcard {
	margin: 0 10px;
	position: relative;
	transition: 0.3s;
}
.itemcard:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	transition: 0.3s;
}

.itemcard .image {
	min-height: 260px;
	max-height: 260px;
	overflow: hidden;
  position: relative;
}
.itemcard .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.itemcard .description {
	padding: 15px;
	text-align: center;
}

.itemcard .description h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	color: #d9a8a1;
}


.itemcard .description p {
  /*! opacity: 0.6; */
  color: #000;
}

.treatment_main {
	padding: 50px 0;
	background: #f9f9fa;
}

.treatment_main .section_title h2 { 
	color: var(--black); 
}

.treat_item {
	margin: 0 20px;
	position: relative; 
	background: var(--main);
	/*! box-shadow: rgba(235, 198, 193, 0.18) 0px 6px 12px -2px, rgba(235, 198, 193, 0.45) 0px 3px 7px -3px; */
	/*! min-height: 450px; */
	/*! border: 2px solid #ebc6c1; */
	margin-bottom: 50px;
	transition: 0.3s;
}  
.treat_item:hover img{
       transform: scale(1.06);
    transition: 0.3s;
} 

.treat_item .image {
	min-height: 430px;
	max-height: 430px;
	overflow: hidden;
  position: relative; 
}
 
.treat_item::before {
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.66) 0%, rgba(17, 16, 19, 0) 100%);
	position: absolute;
	z-index: 1;
}

.treat_item .image img {
	width: 100%;
	height: 100%;
	position: absolute;
    transition: 0.3s;
	object-fit: cover;
}
.treat_item .description {
	padding: 30px; 
	position: absolute;
	bottom: 0;
	width: 100%;
    z-index: 2;
}  

.treat_item .description h4 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 20px;
	/*! letter-spacing: 1px; */
	color: #fff;
	line-height: 27px;
	font-family: var(--B-family);
}
 

.treat_item .description p {
  opacity: 1;
  font-size: 15px;
  margin: 0;
  color: #fff;
}
 
.treat_item span {
	display: block;
	text-align: center;
	padding: 13px 0;
	background: #c89c97;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 11px;
}

.faq_main{
  padding: 30px 0;
  padding-bottom: 55px;
}
.smalldesc {height:auto;overflow:hidden;transition: all 1s ease;} 
.bigdesc { height: auto;}
.click1 a{color: #ca8076;
text-decoration: underline;
font-weight: 500;
font-size: 15px;}
.smalldesc p{ text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 30px;}
.accordion-button {
  font-weight: bold; 
  color: #000;  
  font-size: 28px;
  border: none;
  border-bottom: 1px solid #13245c2e;
  padding: 30px 30px;
  border-radius:0px !important;
  border-radius: 0 !important;
  letter-spacing: 1px;
  background: transparent;
  border: none;
    border-right-color: rgb(238, 229, 229);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-color: rgb(238, 229, 229);
    border-left-style: solid;
    border-left-width: 1px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #c49c96;
}
.accordion-item {
	background-color: transparent;
	border:none;
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
  border-radius:0px !important;
} 

.accordion-button.collapse {
  border-bottom-width: 0px;
}
 
.accordion-body {
  text-align: left;
  background: transparent;
  padding: 20px 30px;
  padding-top: 0;
}

.accordion-collapse {
  border: none;
  border-width: 0 1px;
}

.accordion-button:not(.collapsed) {
  color: var(--main);
  border-radius: 0px !important;
  background: transparent;
  box-shadow: none;
  border: none;
}

.accordion-item {
  margin: 0;
  border-radius: 0;
  overflow: hidden; 
  border-bottom: none;
} 

.accordion-button:focus {
  box-shadow: none;
}



.course_item {
	margin: 0 10px;
	position: relative; 
	background: var(--black);
	/*! box-shadow: rgba(235, 198, 193, 0.18) 0px 6px 12px -2px, rgba(235, 198, 193, 0.45) 0px 3px 7px -3px; */
	/*! min-height: 450px; */
	/*! border: 2px solid #ebc6c1; */
	margin-bottom: 50px;
	transition: 0.3s;
}  
.course_item:hover img{
       transform: scale(1.06);
    transition: 0.3s;
} 

.course_item .image {
	min-height: 230px;
	max-height: 230px;
	overflow: hidden;
  position: relative; 
}
 
.course_item::before {
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.66) 0%, rgba(17, 16, 19, 0) 100%);
	position: absolute;
	z-index: 1;
}

.course_item .image img {
	width: 100%;
	height: 100%;
	position: absolute;
    transition: 0.3s;
	object-fit: cover;
}
.course_item .description {
	padding: 30px; 
	position: relative;
	bottom: 0;
	width: 100%;
    z-index: 2;
}  

.course_item .description h4 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 22px;
	/*! letter-spacing: 1px; */
	color: #fff;
	line-height: 29px;
	font-family: var(--B-family);
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.course_item .description p {
  opacity: 1;
  font-size: 15px;
  margin: 10px 0;
  color: #d5d3d3;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
} 

.course_item .description .price {
  font-size: 20px;
}
 
.course_item span {
	display: block;
	text-align: center;
	padding: 13px 0;
	background: #c89c97;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 11px;
}

.metadeta_item {
	text-align: center;
	padding: 20px; 
}

.metadeta_item i {
	font-size: 28px;
	color: var(--main);
	width: 60px;
	height: 60px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	line-height: 57px;
	font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	margin-bottom: 9px;
}
.metadeta_item h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: var(--B-family);
	margin-top: 10px;
}

.faq_main_pg {
	padding: 50px 0;
	background: #fff url(../images/bg_dotted.png);  
	background-size: cover; 
    background-position: center;
}
.faq_main_pg .section_title h2 { 
	color: var(--black); 
}

.faq_main_pg .accordion-button:not(.collapsed) {
	color: var(--black); 
}

.faq_main_pg .accordion-button { 
	color: var(--black); 
}




/* blog-details */
.inner_blog_detailsBanner {
	background: var(--main) url(../images/banner_bg.png);
	padding: 50px 0;
	padding-bottom: 150px;
	background-size: cover;
	background-position: center;
}
.image_blogdetails {
	margin-top: -140px;
	position: relative;
	z-index: 2;
}  
.blog_inbnr h1 { 
	font-weight: 600;
	letter-spacing: -1px;
}
.article-byline-content {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
}
.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 12px 0 0;
  margin: 10px 0 0 0;
}
.author-list-item {
	position: relative;
	flex-shrink: 0;
	margin: 0;
	padding: 0 !important;
}
.author-list-item:before{
    display: none;
}
.author-avatar {
	display: block;
	overflow: hidden;
	margin: 0 -4px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	transition: all .5s cubic-bezier(.4,.01,.165,.99) .7s;
}
.author-profile-image, .avatar-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	background: #e4eaed;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 !important;
	margin: 0 !important;
} 
.article-byline-meta {
	color: #738a94;
	font-size: 1.4rem;
	line-height: 1.2em;
}
.article-byline-meta h4 {
	margin: 0; 
	font-size: 14px;
	font-family: var(--B-family);
	color: #000;
}

.article-byline-meta h4 a{ 
	color: #000;
}
.stgln {
	font-size: 20px;
	color: #888;
	font-family: georgia;
	font-style: italic;
}

.byline-meta-content {
  font-size: 14px;
  font-weight: 400;
}

.blog_inbnr img{
  border-radius: 10px;
  margin: 20px 0;
} 

.post-share-section {
	width: 100%;
	padding-top: 30px;
}
.post-share-section > small { 
	font-size: 15px; 
	font-weight: 600;
	display: block;
	margin-bottom: 1.2vh;
	letter-spacing: 0.2px; 
}
.post-share-wrap {
	position: relative;
	display: inline-flex;
	/*! width: 100%; */
}
.post-share-wrap a:first-of-type {
	border-radius: calc(10px/1.5) 0 0 calc(10px/1.5);
  } 
  .post-share-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px; 
	height: 63px;
	transition: background-color .15s ease;
	background-color: #e7f4f8;
	color: #000;
	font-size: 22px; 
	border-right: 1px solid #ddedf5;  
	transition: 0.2s;
  }
  .post-share-wrap a:hover{ 
	background-color: #c3d7e8; 
	transition: 0.2s;
  }

  .post-share-wrap a:last-of-type {
	border-radius:0 calc(10px/1.5) calc(10px/1.5) 0;
		border: none;
  } 
/* blog-details */

.menu-main-menu-container{margin:0 auto;}

.cookies-notification {
 position:fixed;
 left:2px;
 bottom:2px;
 z-index:99999;
 box-sizing:border-box;
 align-items:center;
 width:100%;
 padding:16px;
 background-color:rgba(0,0,0,.97);
 display:none;
 max-width:380px;
 border-radius:4px
}
.cookies-notification__message {
 font-size:14px;
 line-height:22px;
 color:#fff;
 text-align:center;
 width:100%
}
.cookies-notification__message-link {
 margin-left:5px;
 font-weight:500;
 text-decoration:underline;
 color:currentColor
}
.cookies-notification .btn {
 padding:.2rem .75rem;
 font-size:12px;
 border-radius:.25rem;
 font-weight:700;
 margin-left:10px;
 margin-top:5px
}

.apply_dv {
	padding: 50px;
	background: #000;
	color: #fff;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	z-index: 1;
} 
.apply_dv::before{
  content:'';
  left: 1.3%;
  top: 5%;
  width: 97.4%; 
  height: 90%; 
  border: 1px solid #fff;
  position:absolute;
  /*! transform: scale(-0.9); */ 

  opacity: 0.2;
}



.apply_dv img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.2;
	z-index: -1;
}
.footer_banner {
	padding: 50px 0;
	min-height: 120px;
	height: auto; 
}

.apply_dv h3{
  font-size:35px;
  margin: -5px 0 8px 0;
  line-height: 1;
} 


.btn_light {
  border: 2px solid var(--main);
  transition: 0.4s;
  text-align: center; 
  padding: 0 34px;
  border-radius: 0;
  font-size: 15px;
  height: 50px;  
  line-height: 45px;
  color: var(--main);
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.btn_light:hover{
  border: 2px solid var(--main); 
  color: var(--black); 
    background:var(--main);
}
 .btn_light:focus{
	outline-width: 2px;
	outline-style: solid;
	outline-color:var(--main);
	outline-offset: 2px;
	-moz-outline-radius: 4px;
}







#button {
  display: inline-block;
  background-color: var(--main);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\F145";
  font-family: bootstrap-icons !important;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.social_footer li{
  display: inline-block!important;
}

.social_footer li a {
	display: inline-block !important;
	width: 50px;
	height: 50px; 
	border: 1px solid #d5d5d5 !important;
	text-align: center;
	line-height: 45px; 
	font-size: 25px !important;
	color: #000 !important; 
	border-radius: 10%;
	margin: 0 9px 0 0;
}
 

.absecloct h3{
  font-size: 18px;
  min-height: 55px; 
}
.dropdown-item:hover { 
	background-color: rgb(235, 198, 193)!important;
}

.main p a{
  color:var(--main);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: 600;
  text-transform: capitalize;
}
.comp_item {
	/*! padding: 20px; */
	text-align: center; 
}
.comp_item img{ 
  width: 90px;
  margin-bottom: 10px;
}

.comp_item  p {
	font-size: 15px;
	text-align: justify;
	line-height: 28px;
}

.accordion-body tbody, .accordion-body td, .accordion-body tfoot, .accordion-body th, .accordion-body thead,  .accordion-body tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border: 1px solid #ddd;
	padding: 10px;
  font-size:14px;
}
.accordion-body table {
  margin-bottom: 20px;
}

.why_choose_main .faq_main {
	padding: 0;
	padding-bottom: 0;
}

.dropdown:hover .dropdown-menu{
  display: block;
  top: 100%;
}

.navbar-expand-xl .navbar-nav .nav-link img{
  width: 40px;
}


.navbar-expand-xl .navbar-nav .nav-link.whatsapp_btn::before {
  display: none!important;
}


.carousel-inner .carousel-item img {
	height: 90vh;
	object-fit: cover;
}


.abaing_hiight img {
	max-height: 650px; 
	width: 100%; 
	object-fit: cover; 
}

.kjey_item {
	padding: 40px;
	text-align: center; 
}

.kjey_item h3 {
	font-size: 30px;
	font-weight: 900;
	color: var(--main);
}


.kjey_item h6 {
	font-weight: 600;
}

.about_main p a{
  color: var(--main);
}

.about_key ul  {
	padding: 0 0 0 13px;
  margin-top: 30px;
}
 

.about_key ul li {
	font-size: 18px;
	font-weight: 600;
  margin-bottom: 21px;
	display: block;
	list-style: none;
	/*! width: 47%; */
	/*! background: rgba(255, 255, 255, 0.07); */
	margin-right: 10px;
	/*! border-radius: 4px; */
	padding: 0 22px;
	text-align: left;
	padding-left: 23px;
	/*! color: var(--main); */
	/*! font-family: var(--H-family); */
	/*! letter-spacing: 1px; */
  position: relative;
}

.about_key ul li::before{ 
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 8px; 
  height: 8px;
  background: var(--main);
}



.pesiont_journy{
  padding: 50px 0;
  background: #000;   
  color: var(--white); 
    position: relative;
    
  z-index: 1;
}

.pesiont_journy:before{
    position: absolute;
    content:''; 
  background: #000 url(../images/about_bg.png);   
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    
    opacity: 0.3;
}




.pj_item {
	padding: 40px; 
  color: var(--white); 
	margin-bottom: 30px; 
	min-height: 263px;
	background: #121212;
	border-radius: 20px; 
}

.section_title h2 {
	color: #e0bcb7;
	font-weight: bold;
	text-transform: capitalize;
	/* letter-spacing: .1rem; */ 
	font-size: 49px;
	line-height: normal;
	margin-bottom: 20px;
}

.pj_item h3{
  color: var(--main);
  font-weight: bold;
}


.treatment_main{
  padding: 60px 0;
}
.treat_itemS {
	padding: 40px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	min-height: 200px;
	align-items: center;
}


.treat_itemS h3 {
	font-size: 24px;
	font-weight: bold;
	color: var(--main);
}
.treat_itemS h3 span {
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 14px 0 0 0;
}

.condition_main {
	padding: 50px 0;
	background: #000; 
}

.footer_logo {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px; 
	color: var(--main);
}




.deviderimg img {
	width: 150px;
}
.condition_main ul {
	padding: 0;
	/*! column-count: 4; */
	/*! break-inside: avoid; */
	text-align: center; 
}
.condition_main ul li { 
	display: block;
	break-inside: avoid-column;
	text-align: center;
	display: inline-block;
}
.condition_main ul li a {
	color: #000;
	padding: 11px 30px;
	margin: 0;
	display: block;   
	font-size: 30px;   
	color: var(--main);  
	font-weight: 500; 
	position: relative;
	transition: 0.3s;
	border: 2px solid rgba(255, 255, 255, 0.2); 
	text-transform: capitalize;
	border-radius: 60px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.04);
	margin: 0 11px 15px 0;
} 

.condition_main ul li a:hover{
	color:var(--main); 
	/*! text-decoration: underline; */
	transition: 0.3s; 
	background: transparent;
	border-color: var(--main);
}

.footercontact {
	padding: 50px 0;
}
.address {
	font-size: 22px;
	margin: 0 0 34px 0;
}

.text {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 19px 0;
}
.maill a{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 19px 0; 
  color: var(--main);
}
.contact {
	margin: 0 0 37px 0;
}

.w-100.mapF.img-fluid {
	height: 542px;
	object-fit: cover;
}

.enbtnxs{
  display: none;
}

.enbtnxs:hover{ 
	color: var(--main); 
}



.pricing_item {
  padding: 1.8125rem 1.875rem;
  background: #fff;
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0; 
  padding-bottom: 1.8125rem;
  box-shadow: rgba(50, 50, 93, 0.05) 0px 0.8125rem 27px -0.3125rem, rgba(0, 0, 0, 0) 0px 0.5rem 1rem -0.5rem;
}

.pricing_item::after {
  content: "";
  position: absolute;
  width: 37.4rem;
  height: 37.4rem;
  bottom: 33%;
  transform: translateY(-50%);
  left: -26.2rem;
  z-index: -1;
  border-radius: 100%;
  background-color: var(--main);
  opacity: 0.02;
}

.pricing_item p {
  font-size: 1rem;
}

.pricing__standart h2 {
  font-weight: bold;
  margin-bottom: 1rem; 
  display: flex;
  align-items: center; 
  font-size: 1.45rem;
  color: var(--main);
}

.pricing__standart h2 i {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  color: var(--main);
}

.pricing__standart h3 {
  color: #888;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
  margin: 0;
}

.pricing__standart h3 span {
  font-size: 1.75rem;
  font-weight: bold; 
  color: var(--secoendry);
  margin-bottom: 1rem;
}

.pricing__standart h3 span b {
  /! color: #beccdb; /
  /! font-weight: 300; /
  /! font-size: 70.5rem; /
  /! margin: 0 0.5rem 0 0; /
}

.pricing__standart h3 small {
  font-family: var(--B-family);
  font-size: 1.625rem; 
}

.pricing__standart ul {
  margin: 0.9375rem 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}

.pricing__standart ul li {
  list-style: none;
  margin: 0 0 9px 0;
  position: relative;
  padding-left: 1.875rem;
}

.pricing__standart ul li::before {
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons;
  height: 1.25rem;
  border-radius: 100%;
  color: var(--main);
  line-height: 21px;
  left: 0;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  top: 3px;
}

.pricing__standart ul {
  min-height: 290px;
  max-height: 290px;
  overflow: auto;
  scrollbar-width: none;
}

.pricing__standart ul li {
  margin: 0 0 0.5rem 0;
  color: #515050;
  font-weight: 500;
  font-size: 0.9375rem;
}

.pricing__standart ul li b {
  font-weight: bold;
  color: var(--secondry);
}

.pricing__standart .badge {
  padding: 0.9375rem 1.25rem;
  font-weight: 700;
  background: #FF674E26;
  color: #FF674E;
  font-size: 0.9375rem;
  font-weight: 200;
  margin: 0;
  border-radius: 3.75rem; 
  position: relative;
  top: -25px;
  left: 0;
  width: 100%;
  font-weight: bold;
}

.pricing__standart h6 {
  color: var(--heading_color);
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.header_PRice {
  margin-bottom: 1.25rem;
}

.price_footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f4f0e2;
  left: 0;
  border-top: 1px solid #e8e0c6;
}

.price_footer .btn_theme {
  padding: 0 1.875rem;
  font-size: 1.125rem;
  height: 3.75rem;
  line-height: 56px;
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
}

.price_footer a {
  text-transform: capitalize;
  color: #2e3031;
  display: block;
  padding: 1rem 0;
}

.pricing_main {
  background: #f3f7fb;
  padding: 3.125rem 0; 
  padding-bottom: 40px;
} 

.pricing_item.popularbx {
  margin-top: -2.5rem;
  padding-top: 52px;
  /! border: 2px solid #ffb306; /
  /! background: #f4f0e2; /
  position: relative;
  z-index: 9;
} 

.header_price {
  background: var(--main) url(../images/banner_bg.png);
  padding: 3.125rem 0;
  padding-bottom: 13.125rem;
  background-size: cover;
  background-position: center;
}

.margintopminus {
  margin-top: -100px;
}

.allfeatures_main th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-weight: 400;
  padding: 6px 1.25rem !important;
  background: var(--main);
  color: #fff;
  border: none;
  vertical-align: middle;
}

.row.rbg {
  background: #fff;
  padding: 0 0.9375rem;
}

.f_heading {
  margin: 0.8125rem 0;
  font-size: 1rem;
}

.chkpr {
  color: #2cc27a;
  /! padding: 23px 0; /
  font-size: 21px;
  text-align: center;
}

.crossico {
  color: #fa5656;
  /! padding: 23px 0; /
  font-size: 21px;
  text-align: center;
}



.atatemebt ul {
  margin: 0.9375rem 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}

.atatemebt ul li {
  list-style: none;
  margin: 0 0 9px 0;
  position: relative;
  padding-left: 1.875rem;
}

.atatemebt ul li::before {
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons;
  height: 1.25rem;
  border-radius: 100%;
  color: var(--main);
  line-height: 21px;
  left: 0;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  top: 3px;
}

.atatemebt ul { 
  overflow: auto;
  scrollbar-width: none;
}

.atatemebt ul li {
  margin: 0 0 0.5rem 0;
  color: #515050;
  font-weight: 500;
  font-size: 0.9375rem;
}

.atatemebt ul li b {
  font-weight: bold;
  color: var(--secondry);
}

.satup_support_main {
	padding: 40px 0;
	background: var(--black);
	color: #fff;
}


.satup_support_main .btn_theme {
	border: 2px solid #fff;
	transition: 0.4s;
	text-align: center;
	padding: 0 30px;
	border-radius: 60px;
	font-size: 14px;
	height: 50px;
	background: #fff;
	line-height: 46px;
	color: #000;
	display: inline-block;
	font-family: var(--B-family);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
}































