
/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}


.changeMenuBG .header_top{
	background: #ea3da1 !important;
}

.invoice-page {
	padding: 20px;
	background: #f1f1f1;
	width: 650px;
	max-width: 100%;
	min-height: 200px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 55px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.invoice-page h1 {
	font-size: 34px;
	color: #31b766;
}
.invoice-inner h4 {
	font-size: 28px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 45px;
}
.invoice-inner p { 
	background: #fff;
	padding: 0px 16px;
	display: inline-block;
	line-height: 45px;
}
.dashboard_content .card a {
	display: inline-block;
	line-height: 30px; 
	color: #fff;
	text-decoration: underline;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.dashboard_content .card {
	margin-bottom: 21px;
}

.bosslady-login .input-group-addon .fa {
	width: 40px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #333;
}
.loginUsers  .input-group-addon .fa {
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center; 
	font-size: 18px;
	color: #fff;
	border: 1px solid #333;
	background: rgba(32, 33, 36, 0.28);
}

.login_forget_password {
	width: 500px;
	margin: 0 auto;
} 
 
.login_forget_password .text-light {
	background: #d6296a !important;
}

.about-page {
	position: relative;
	width: 100%;
	min-height: 50vh;
}

.loginUsers button {
	font-size: 22px;
	text-transform: uppercase;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688; 
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
.blanter-msg {
  color: #444;
  padding: 10px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 40px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
  border-radius: 10px;
}
a#send-it svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block; 
}

.start-chat .blanter-msg {
  display: flex;
  background: #fff;
}
#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}
.search-container {
	position: relative;
}
.search_box {
	width: 786px !important;
	max-width: 100%;
}


#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	padding-top: 20%;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #0092e1;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin: 0 auto; 
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.list-group {
	position: absolute;
	z-index: 5;
	width: 100%;
}
.list-group img {
	border: #888 1px solid;
}
.list-group a:hover,
.list-group a:focus,
.list-group a:active {
	background: #f3f3f3;
}
@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 4;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 34;
    opacity: 0.08;
    background-image: url("https://bossladyskincare.co.za/assets/img/whatsapp.png");
    /* background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);*/ 
}

.dAbFpq {
  display: flex;
  z-index: 5;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}
.kAZgZq ::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px; 
}
.login-page .input-group-text { 
	line-height: 30px !important;
}
.login-page .form-control { 
	line-height: 38px;
}
.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.content-all-pg {
	padding: 50px 20px;
	text-align: center;
	font-size: 18px;
}
.content-all-pg h3 {
	font-weight: bolder;
	font-size: 20px;
}


.main-section{
	padding: 15px;
	background:#f1f1f1;
}
.custom-file-control::after {
  content: "Choose file...";
}
.custom-file-control::before {
  content: "Browse";
}

.Checkout_section {
	min-height: 47vh;
}

.order_headers {
	position: relative;
	width: 100%;
}

.order_headers h3 {
	font-weight: bolder;
	display: block;
	line-height: 45px;
}
button.place-order-img {
	padding: 0px;
	overflow: hidden;
	height: 65px;
	width: 100%;
	border: 0px; 
	margin-bottom: 21px;
	background: #fec43a;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
button.place-order-img img {
	display: block;
	width: 100%;  
	-o-object-fit: cover;
	-o-object-position: top;
}

@supports (object-fit: cover) {
  .place-order-img img {
	width: 100%;
	height: 65px;
    object-fit: cover;
    -o-object-position: top;
  }
}
.place-order {
	font-weight: bolder;
	display: inline-block; 
	width: 100%;
	line-height: 55px;
	background: #5fd080;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;  
	border: 0px;
	margin-bottom: 21px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
.place-order:hover {
	
	background: #f2379e;
}
@media(max-width: 768px ){
	.place-order {
		margin-top: 21px;
	}
}
.order_headers p { 
	display: block;
	width: 50%; 
	line-height: 35px; 
	padding-top: 10px;
}
.order_headers p span {
	font-size: 28px;
	font-weight: 700;
}
.order_confirmation {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 40px;
	margin-top: 20px;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
}
.info_details h4 {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px dashed #444;
	margin-bottom: 20px;
}
.info_details h4 a {
	display: inline-block;
	float: right;
	color: #db247b !important;
	line-height: 38px;
	padding: 0px 20px; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}








.was-validated .custom-select:valid {
  background-image: none;
}


.was-validated .custom-select:invalid {
  background-image: none;
}


.testistimonial-page {
	position: relative;
	width: 100%;
	min-height: 55vh;
	padding: 50px 20px;
}

.testi-card {
	position: relative;
	width: 100%;
	min-height: 200px; 
	border: 1px solid #a5a5a5;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.testi-card .card-header img {
	margin-right: 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.testi-card .card-header h4 {
	display: block !important;
	width: 100%;
	padding-top: 5px;
}
.edit-cart {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 21px;
}
.edit-cart a {
	display: inline-block; 
	float: right;
}
.edit-cart a:hover,
.edit-cart a:focus,
.edit-cart a:active {
	color: #ef10a2;
}

input.form-control,
select.form-control {
	border: 1px solid #333;
	-webkit-box-shadow: 0px !important;
	margin-bottom: 12px;
}
input.form-control:focus,
select.form-control:focus {
	border: 1px solid #333;
	-webkit-box-shadow: none !important;
}
.best_seller {
	position: relative;
	width: 500px;
	max-width: 100%;
	
}
.product_empty {
	position: relative;
	width: 400px;
	max-width: 100%;
	min-height: 200px;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	color: #bdbdbd;
}
.product_empty i {
	font-size: 53px;
	margin-bottom: 21px;
}
.imgProductSmsall {
	position: relative;
	width: 80px;
	height: auto;
}
.imgProductSmsall span {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #333;
	right: 0px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 5em;
	z-index: 4;
}
.imgProductSmsall img {
	display: block;
	width: 100%;
}

.checkout_form h2 {
	display: inline-block;
	font-size: 25px;
	font-weight: bolder;
}
 
.not-cart {
	width: 100%;
	min-height: 200px;
	padding: 20px;
	text-align: center;
}
.not-cart .empty-img {
	display: block;
	margin: 0 auto;
}
.not-cart p {
	font-weight: bolder;
}
.not-cart  h3 {
	font-weight: bolder;
	color: #ccc;
}
.products_range {
	display: block;
	width: 100%;
	background: gold;
	color: #000; 
	line-height: 22px;
	padding: 0px 12px;
}
.not-cart a:nth-of-type(1){
	font-weight: bolder;color: gold;
}
.not-cart .button{
	font-weight: bolder; 
}

.dashboard-list .fa {
	margin-right: 16px;
}

.dashboard-list li  {
	position: relative;
	display: block;
	width: 100%;
}

.cart-update {
	border: 0px;
	background: none;
	padding: 6px;
}
.cart-update:hover, 
.cart-update:active, 
.cart-update:focus {
	font-weight: bolder;
	text-decoration: underline;
} 
.product_remove {
	padding-right: 21px;
}

@media (max-width: 768px){
	
	.product_remove {
		padding-right: 0px;
	}

}
 

#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: #333;
  z-index: 88;
  display: none;
}

.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cookies a{
  text-decoration: none;
  font-weight: 500;
  color: gold;
}

.button i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -19px;
	margin-right: 10px;
	background: #fff;
	color: #ff2765 !important;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
} 

@media(max-width:1600px){
  .container{
    width: 100%;
  }
}

@media(max-width:1024px){
  .cookies{
    padding: 10px 0;
  }
}

@media(max-width:768px){
  #cookies-btn{
    width: 100%;
  }
}
.modal_price .new_price {
	font-size: 28px;
}

.modal_add_to_cart .fa-whatsapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #25D366;
	line-height: 40px;
	font-size: 22px;
	font-weight: bolder;
	margin-left: -18px;
	margin-right: 10px;
	margin-top: 2px;
	-webkit-border-radius: 50em;
}

.blog_content h3 {
	font-weight: bolder;
}
.button {
	border: 0px;
}
.button a:hover, 
.button:hover, 
.button a:active,
.button:active,
.button a:focus,
.button:focus {
	color: #fff !important;
}

.middel_right_info a {
	color: #fff !important;
}
.top_right  a {
	font-size: 18px !important;
}
.middel_right .search_box {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.middel_right .search_box button { 
	width: 40px;
	height: 40px;
	margin-top: 4px;
	margin-right: 5px;
	background: #ea3da1;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.button {
	color: #fff !important;
	-webkit-border-radius: 5em !important;
	-moz-border-radius: 5em !important;
	-ms-border-radius: 5em !important;
	-o-border-radius: 5em !important;
}

.combos-slider {
	position: relative;
	margin-top: 150px;
}

.shipping_icone {
	background: #ffffff;
	padding: 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.call_to_action {
	background: #ffd3fa !important; 
}

.footer_widgets {
	background: #000;
	color: #fff;
}

.footer_widgets button {
	background: #333 !important;
}

.footer_widgets li a:hover {
	color: #ea3da1 !important;
}

.widget_menu h3 {
	color: #ea3da1 !important;
}
.footer_contact p span {
	color: #ea3da1 !important;
}
.contact_top_menu {
	position: relative;
	width: 100%;
	line-height: 35px;
}

.contact_top_menu a {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #e2e2e2 !important;
}
.contact_top_menu a:hover,
.contact_top_menu a:focus,
.contact_top_menu a:active {
	color: #e2e2e2 !important;
}
.contact_top_menu a i {
	display: inline-block; 
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: #000;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	color: #f7f7f7;
}

.blog_content {
	background: #f2f2f2;
}

.call_action_inner .link_follow li a{
	background: #333 !important;
	color: #fff !important;
	border: 0px;
}

.call_action_inner .link_follow li a:hover,
.call_action_inner .link_follow li a:focus,
.call_action_inner .link_follow li a:active{
	background: #e24498 !important; 
}

.single_product {
	border: 1px solid #d6d6d6;
}

.Offcanvas_menu .canvas_open {
	border: 0px;
}
.Offcanvas_menu {
	background: #f9b6a1;
	margin-bottom: 0px;
}

.promo-alert {
	position: absolute;
	width: 600px;
	max-width: 90%;
	min-height: 50px;
	 background: rgb(224,195,129);
background: linear-gradient(55deg, rgba(224,195,129,1) 44%, rgba(177,116,64,1) 48%, rgba(237,228,182,1) 57%, rgba(162,105,83,1) 100%); 
	z-index: 4;
	left: 0px;
	right: 0px;
	margin:auto;
	margin-top: 11px;
	padding: 5px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.promo-alert img {
	display: block;
	width: 60px;
	margin: 0 auto;
}

.promo-alert h3 {
	font-weight: 900;
}
.promo-alert h3 span {
	color: #cf3088;
}
.promo-alert p {
	letter-spacing: 0.5;
	line-height: 12px;
}
.promo-alert button {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff !important;
}

.header__crumbe {
	position: relative;
	width: 100%;
	min-height: 230px;
	text-align: center;
	padding: 80px 20px;
	background: #333 url('../img/banners/long-banner-design-products2.jpg')no-repeat center 100%;
	background-position: center;
	color: #fff;
}
.header__crumbe h1 {
	text-transform: uppercase;
}
.header__crumbe a {
	font-size: 18px;
	display: inline-block;
	padding: 0px 10px;
}
.header__crumbe a:hover {
	color: #db2487;
}

.active2 {
	color: #db2487 !important;
	border-bottom: 2px solid #db2487; 
	text-align: center;
}

.logo_alert {
	position: relative;
	display: inline-block;
	min-width: 150px; 
	background: #ffcaca;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.logo_alert h4 {
	padding-top: 5px;
	display: inline-block;
	color: red;
	font-size: 18px;
	line-height: 30px;
}

.coontact___pg {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 50px 20px;
}
.contact-details h3 {
	font-weight: 900;
	display: inline-block;
	position: relative;
	font-size: 34px;
}

.contact-details h3::after {
	display: block;
	content: '';
	width: 50%;
	height: 4px;
	margin-top: 12px;
	background: #e24498;
}
.contact-details button {
	font-size: 18px;
	border: 0px;
}
.contact-details .form-control {
	resize: none;
	border: 0px;
	-webkit-box-shadow: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	margin-bottom: 12px;
	border-bottom: 2px solid #333;
}
.contact-details textarea {
	min-height: 200px;
}

.map-contact-pg {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding-right: 50px; 
}

.map-contact-pg::before {
	position: absolute;
	display: block;
	content: '';
	width: 300px;
	height: 300px;
	background: #e24498;
	right: 0px;
	z-index: -1;
}

.bottom-details {
	position: relative;
	width: 100%;
	min-height: 50px; 
	margin-top: 21px;
	background: #f1f1f1;
	padding: 20px;
}
 
.middel_right button {
	-webkit-border-radius: 5em !important;
}

:root{
  --main-bg:#fff;
}
.logo-login {
	position: relative;
	margin: 0 auto;
	width: 180px;
	min-height: 60px;
	padding: 10px;
	background: #000;
	margin-top: -40px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.main-bg {
  background: var(--main-bg) !important;
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-bg input:focus, button:focus {
  border: 1px solid var(--main-bg) !important;
  box-shadow: none !important;
}

.main-bg .form-check-input:checked {
  background-color: var(--main-bg) !important;
  border-color: var(--main-bg) !important;
}

.main-bg  button{
  border-radius:0 !important;
  background: #ea3da1 !important;
  -webkit-border-radius: 0.5em;
}

.bg-admin {
	background: var(--main-bg) !important;
}































 
.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}

.copyright_area {
	color: #fff !important;
}

.footer_bottom {
	border: 0px;
	background: #2f2f2f;
}


@media(max-width: 768px ){
	.promo-alert{
		display: none;
	}
	.combos-slider { 
		margin-top: 80px;
	}
	.logo_alert {
		display: none;
	}
}