.mb-20px {
	margin-bottom: 20px;
}

.ms-20px {
	margin-left: 20px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.content-blur {
	filter: blur(5px);
}

.whitespace-nowrap {
	white-space: nowrap !important;
}

.btn-group {
	border-radius: 50px;
	height: 38px;
	overflow: hidden;
}

.vcard-btn-group {
	background-color: #fff;
	border: 1px solid #fb5253;
	border-radius: 50px !important;
	color: #fb5253;
	height: 50px;
	width: 50px;
}

.sticky-vcard-div {
	bottom: 22px;
	left: 0;
	position: fixed;
	z-index: 9999;
}

.modal {
	/* background-color: #c5303080; */
	z-index: 99999 !important;
	background-color: #00000180;
	backdrop-filter: blur(2px);
	z-index: 99999 !important;
}

.modal .modal-dialog .modal-content {
	border: none;
	border-radius: 0.475rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	outline: 0;
}

.modal .modal-dialog .modal-content .modal-header {
	border-bottom: 1px solid #eff2f5;
	padding: 22px;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 1.75rem;
}

.modal .modal-dialog .modal-content .modal-body .required:after {
	color: #f62947;
	content: "*";
	font-size: inherit;
	font-weight: 700;
	position: relative;
}

.modal .modal-dialog .modal-content .modal-body .input-box {
	background-color: #f5f8fa;
	border: unset;
	border-radius: 0.475rem;
	color: #5e6278;
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 0.75rem 1rem;
	transition: all 0.2s ease;
}

.modal .modal-dialog .modal-content .modal-body .input-box:focus {
	background-color: #eef3f7;
	box-shadow: unset;
}

.modal .modal-dialog .modal-content .modal-footer {
	padding: 1.875rem;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
	border-radius: 0.475rem !important;
	padding: 10px 20px !important;
}

.modal .modal-dialog .modal-content .modal-footer .submit-btn {
	background-color: #6571ff !important;
	border: unset;
	color: #fff;
	margin-top: 26px;
	outline: unset;
	padding: 10px 20px !important;
}

.modal .modal-dialog .modal-content .modal-footer .submit-btn:hover {
	background-color: #6571ff !important;
}

.modal .modal-dialog .modal-content .modal-footer .submit-btn:focus {
	box-shadow: unset;
}

.main-payment {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
}

.main-payment .payment-section {
	box-shadow: 2px 0 8px 2px #dfdbdb;
}

@media (max-width: 576px) {
	.main-payment .payment-section .payment-heading {
		text-align: center;
		width: 100%;
	}
}

.main-payment .payment-section .payment-heading .payment-title {
	color: #f56758;
	font-size: 67px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.main-payment .payment-section .payment-heading .payment-title {
		font-size: 55px;
	}
}

@media (max-width: 668px) {
	.main-payment .payment-section .payment-heading .payment-title {
		font-size: 45px;
	}
}

.main-payment .payment-section .payment-heading .payment-text {
	color: #595957;
	font-size: 30px;
	font-weight: 600;
}

@media (max-width: 992px) {
	.main-payment .payment-section .payment-heading .payment-text {
		font-size: 25px;
	}
}

@media (max-width: 668px) {
	.main-payment .payment-section .payment-heading .payment-text {
		font-size: 20px;
	}
}

.main-payment .payment-section .payment-heading .payment-btn {
	background: #f68880;
	color: #fff;
}

.main-payment-success {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
}

.main-payment-success .payment-head {
	background: #fafcff;
	border-radius: 10px;
	box-shadow: 2px 0 8px 2px #ededed;
	padding: 50px;
}

@media (max-width: 455px) {
	.main-payment-success .payment-head {
		padding: 20px;
	}
}

.main-payment-success .payment-head .payment-details {
	padding: 30px;
}

@media (max-width: 350px) {
	.main-payment-success .payment-head .payment-details {
		padding: 10px;
	}
}

.main-payment-success .payment-head .payment-details .payment-info {
	text-align: center;
}

.main-payment-success
	.payment-head
	.payment-details
	.payment-info
	.payment-icon {
	color: #46ceac;
	font-size: 50px;
}

.main-payment-success
	.payment-head
	.payment-details
	.payment-info
	.payment-title {
	color: #46ceac;
}

@media (max-width: 992px) {
	.main-payment-success
		.payment-head
		.payment-details
		.payment-info
		.payment-title {
		font-size: 25px;
	}
}

.main-payment-success .payment-head .payment-text {
	color: #a2a8bb;
}

.main-payment-success .payment-head .payment-img {
	padding-left: 100px;
}

@media (max-width: 768px) {
	.main-payment-success .payment-head .payment-img {
		display: none;
		padding-left: 0;
	}
}

.btn-back {
	background-color: #46ceac;
	color: #fff;
}

.social-link-modal {
	display: flex;
}

@media (max-width: 450px) {
	.social-link-modal {
		display: block !important;
	}
}

.social-link-modal a {
	text-decoration: none !important;
}

input::-moz-placeholder {
	overflow: visible;
}

input::placeholder {
	overflow: visible;
}

.custom-nav-margin {
	margin-top: 121px !important;
}

.vcard-11-back {
	left: 875px !important;
	top: 51px !important;
}

.morecontent span {
	-webkit-box-orient: vertical;
	display: none;
	font-weight: 400 !important;
}

.morelink {
	cursor: pointer;
}

#toast-container > div {
	min-width: 400px !important;
}

@media (max-width: 575px) {
	#toast-container > div {
		min-width: 300px !important;
	}
}

.lightbox {
	display: flex;
	flex-direction: column-reverse;
}

.lb-data .lb-number {
	padding-bottom: 0 !important;
	padding-top: 1rem;
}

#wpNumber::-webkit-inner-spin-button {
	display: none;
}

#wpNumber {
	height: 30px;
}

.wp-number-container {
	position: fixed;
	z-index: 999999;
}

.input {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 25px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	color: #555;
	font-family: Arvo;
	font-size: 18px;
	height: 50px;
	padding: 20px;
	position: relative;
	right: 132% !important;
	top: -182px !important;
	width: 160px;
}

.input:focus {
	outline: none;
}

.input::-webkit-input-placeholder {
	color: #aaa;
}

.input:focus::-webkit-input-placeholder {
	color: #969696;
}

.input:focus + .underline {
	transform: scale(1);
}

.underline {
	display: inline-block;
	height: 2px;
	margin-top: -4px;
	position: absolute;
	right: 238px;
	top: -139px;
	transform: scaleX(0);
	width: 132px;
}

.share-wp-btn-div {
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
}

.share-wp-btn-div .share-wp-btn {
	font-size: 18px;
	height: 40px;
	width: 40px;
}

.vcard-wp-btn {
	background-color: #18b718 !important;
	border: none;
	font-size: 15px;
	height: 50px;
	width: 50px;
}

.vcard11-sticky-btn {
	background-color: #18b718;
	font-size: 12px;
	height: 40px;
	position: absolute;
	right: 22px;
	top: 50%;
	width: 40px;
	z-index: 99999;
}

@media (max-width: 1199px) {
	.vcard11-sticky-btn {
		right: 25px;
	}
}

.vcard11-underline {
	background-color: #fd5479;
	display: inline-block;
	height: 2px;
	position: absolute;
	right: -44px;
	top: 39px;
	transform: scaleX(0);
	transition: all 0.5s linear;
	width: 132px;
}

@media (min-width: 1199px) {
	.vcard11-underline {
		right: -63px;
	}
}

.vcard11-input:focus + .vcard11-underline {
	transform: scale(1) !important;
}

.vcard11-send-btn {
	background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
	border-radius: 40px;
	color: #fff !important;
	height: 40px !important;
	margin-left: 300px !important;
	width: 40px !important;
}

.vcard11-input {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 25px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	color: #555;
	font-family: Arvo;
	font-size: 18px;
	height: 50px;
	left: 70px !important;
	padding: 20px;
	position: relative;
	top: 0 !important;
	width: 160px;
}

@media (min-width: 1199px) {
	.vcard11-input {
		left: 88px !important;
	}
}

.vcard11-input:focus {
	outline: none;
}

.vcard11-container {
	position: absolute;
	right: 200px !important;
	top: 50% !important;
	z-index: 999999;
}

@media (max-width: 1199px) {
	.vcard11-container {
		position: fixed;
		right: 180px !important;
	}
}

.vcard11-container .input,
.vcard11-container .share-wp-btn-div {
	top: 0 !important;
}

.vcard11-container .underline {
	top: 42.5px;
}

.vcard-bars-btn {
	display: flex;
	justify-content: flex-end;
	width: 576px;
	z-index: 9 !important;
}

.vcard-bars-btn .bars-btn {
	box-shadow: -3px 2px 15px #9e9e9ecc;
	font-size: 12px;
	height: 60px;
	margin-right: 0.5rem !important;
	min-width: 60px;
	position: absolute;
	width: 60px;
}

.sub-btn {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.nav-tabs .dropdown-menu {
	min-width: 200px !important;
}

.link-text {
	font-size: 16px !important;
	font-weight: 500;
}

@media (max-width: 480px) {
	.link-text {
		font-size: 14px !important;
	}
}

.modal-backdrop.show {
	z-index: -1 !important;
	opacity: 0;
}

.icon-search-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	position: relative;
	transition: width 0.2s ease-out;
	width: 50px;
}

.icon-search-container.active {
	outline: 1px solid green;
	width: 285px;
}

@media (max-width: 425px) {
	.icon-search-container.active {
		width: 260px;
	}
}

@media (max-width: 374px) {
	.icon-search-container.active {
		width: 220px;
	}
}

@media (max-width: 336px) {
	.icon-search-container.active {
		width: 200px;
	}
}

.icon-search-container.active .wp-btn {
	font-size: 14px;
	height: 40px;
	left: 5px;
	min-width: 40px;
	position: relative;
	top: 5px;
	width: 40px;
}

.icon-search-container.active .fa-times-circle {
	opacity: 1;
}

.icon-search-container.active .search-input {
	width: 200px;
}

.icon-search-container .fa-search {
	color: #2980b9;
	cursor: pointer;
	font-size: 30px;
	left: 8px;
	position: absolute;
	top: 7px;
}

.icon-search-container .fa-times-circle {
	color: #d9d9d9;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	position: absolute;
	right: 8px;
	top: 12px;
	transition: opacity 0.2s ease-out;
}

.icon-search-container .search-input {
	background-color: hsla(0, 0%, 100%, 0);
	border: none;
	cursor: default;
	font-size: 18px;
	left: 50px;
	line-height: 20px;
	outline: none;
	position: absolute;
	top: 9px;
	transition: width 0.2s ease-out;
	width: 0;
}

.wp-btn {
	align-items: center;
	background-color: #18b718;
	border-radius: 50%;
	display: flex;
	height: 50px;
	justify-content: center;
	min-width: 50px;
	position: relative;
	width: 50px;
	z-index: 9;
}

.sub-btn-div {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 75px;
	top: -55px;
	width: 100%;
}

.stickyIcon {
	margin-top: 30px;
}

.vcard11-icon-container {
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 9;
}

.vcard11-wp-btn {
	background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
}

.card11-add-btn {
	width: 185px !important;
}

.product-slide-arrow,
.slide-arrow,
.slide-arrow-testimonial {
	display: none !important;
}

.appoint-input {
	cursor: pointer;
}

.object-fit-cover {
	object-fit: cover;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.cursor-pointer {
	cursor: pointer;
}

.avatarbg {
	background: #f5f6f8;
}

.img_center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vcard_paypal {
	background: #009cde;
	color: white;
	font-size: 14px;
	border-color: #009cde;
}

.vcard_paypal:hover,
.vcard_paypal:not(:disabled):not(.disabled):active {
	background: #009cde;
	transform: inherit;
	border-color: #009cde;
}

.vcard_phone_col {
	background: #313bac;
	color: white;
	font-size: 14px;
	border-color: #dddddd;
	line-height: 27px;
	margin-top: 20px;
}

.vcard_phone_col:hover,
.vcard_phone_col:not(:disabled):not(.disabled):active {
	background: #313bac;
	transform: inherit;
	border-color: #313bac;
}

.modal.bottom .modal-dialog {
	transform: translateY(100%) !important;
	transition: transform 0.5s ease-in-out !important;
}

.modal.bottom.show .modal-dialog {
	transform: translateY(0) !important;
}

.modal.share-modal {
	overflow-y: hidden;
}

.savemycard .closebtn {
	border-radius: 50%;
	background: #dcdcdc;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.btn-back-share {
	padding: 7px 7px 7px 0px;
	color: #444;
}

.savemycard .skipbtn {
	padding: 7px 15px;
	border-radius: 5px;
	opacity: 0.9;
	display: flex;
	align-items: center;
	background: #e6e8ea;
}

.savemycard .skipbtn span {
	font-size: 13px !important;
}

.collectcontactdetail form .form-control {
	border: none;
	border-bottom: 1px solid #e5e8eb;
	border-radius: 0px;
}

.savemycard .skipbtn:hover {
	background: #e6e8ea;
}

.collectcontactdetail .btnphonecode {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ececec;
	border-radius: 0px;
}

.collectcontactdetail form .form-control:focus {
	color: #6c7789;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #000;
	outline: 0;
	box-shadow: none;
	border-radius: 0px;
}

.ad-more-option {
	color: #444 !important;
	padding: 6px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.modal-explainer {
	display: flex;
	justify-content: center;
}

.modal-explainer span {
	max-width: 320px;
	font-weight: 500;
	line-height: 1.75rem;
	font-size: 1.0625rem;
	display: block;
	text-align: center;
}

.modal-explainer em {
	color: #0b5ed7;
	font-style: normal;
}

.woi_temp_19_background {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: -1;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

.woi_temp_19_background.active {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  z-index: 998;
}

.woi_temp_19_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.woi_temp_19_modal_content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  min-width: 300px;
  position: relative;
}
.text_19_flex h2{
    margin-bottom: 0px;
}

.woi_temp_19_close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.woi_temp_19_modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999;
	justify-content: center;
	align-items: end;
}

.woi_temp_19_modal_content {
	background: #1e1e1e;
	border-radius: 20px;
	max-width: 440px;
	position: relative;
	z-index: 1000;
	min-height: 480px;
	display: flex;
	align-items: end;
	margin-bottom: 100px;
	text-align: center;
}
.text_19_flex {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #ffffff;
}

.woi_temp_19_close {
	position: absolute;
	top: -40px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
	background: #d7d7d7;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.woi_temp_19_img_main {
	position: absolute;
	bottom: 235px;
}
.woi_temp_19_btn {
	padding: 14px 50px;
	border: none;
	font-size: 14px;
	border-radius: 50px;
	font-weight: 500;
}
.woi_temp_19_sign .woi_temp_19_modal_content{
    min-width: 700px;
    margin-bottom: 0px;
    display: flex;
    align-items: start;
    padding: 0px;
    background-color: white;
  overflow: hidden;

}
.woi_temp_19_sign.woi_temp_19_modal{
    align-items: center;
}
.woi_temp_19_sign .woi_temp_19_w_full{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.woi_v4_02{
    position: absolute;
    z-index: 2;
    top: -10px;
        right: 105px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d5d5d5;
    /* margin-left: -25px; */
}
.woi_v4_022{
    display: flex;
    justify-content: center;

}
.woi_v4_01{
    position: relative;
}
.woi_temp_19_sign_form{
    width: 100%;
}
.woi_temp_19_w_full{
    width: 100%;
    min-height: 480px;
    text-align: start;
    padding: 30px;
}
.woi_leftside{
    min-width: 300px;
    min-height: 480px;
    background-color: #009cde;
    overflow: hidden;
    z-index: 10;
}
.woi_temp_19_sign_form{
        display: flex;
    flex-direction: column;
    gap: 15px;
}
.woi_temp_19_sign_form input{
        padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid;
    overflow: hidden;
    font-size: 14px;
}
.woi_temp_19_sign_form .woi_temp_19_num{
    padding-left: 60px;
    width: 100%;
}
.woi_temp_19_sign_form input:focus{
    outline: none;
    border: 1px solid red;
}
.woi_temp_19_num_inner_select{
    position: absolute;
    top: 5px;
    left: 2px;
    height: 78%;
    border: none;
    font-size: 13px;
}
.woi_temp_19_num_inner_select:focus{
    outline: none;
}


/* Hidden State */
.woi_temp_19_hidden {
    display: none;
}

/* Slide animations */
@keyframes slideOutLeft {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}
@keyframes slideInLeft {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

.woi_temp_19_slide_out {
    animation: slideOutLeft 0.4s ease forwards;
}
.woi_temp_19_slide_in {
    animation: slideInLeft 0.4s ease forwards;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woi_temp_19_btn_main{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* OTP input styling */
.woi_temp_19_otp_inputs {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    justify-content: center;
}
.woi_temp_19_otp_inputs input {
        width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
}


@media (max-width: 425px) {
	.woi_temp_19_modal {
		align-items: end !important;
		padding: 0px 10px 0px 10px;
	}
	.woi_temp_19_modal_content {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		min-width: 100%;
        margin-bottom: 0px;
	}
    .woi_leftside{
        display: none;
    }
    .woi_v4_022{
        margin-top: 20px;
    }
    .woi_temp_19_sign .woi_temp_19_modal_content{
        min-width: 100%;
    }

}

