body , html {
	padding: 0;
	margin: 0;
	background-color: #FBFBFB;
    font-size: 16px;
}
img {
	display: block;
	width: 100%;
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}


p, a, label, span, h1, h2, h3, h4, h5, h6, u, b, strong, ul, li { padding: 0; margin: 0; color: #0E0E0E !important; }

.f-poppins { font-family: 'poppins'; font-weight: 400; }
.f-inter { font-family: 'inter'; }
.f-16 { font-size: 16px !important; }
.bold-600 { font-weight: 600; }
.bold-700 { font-weight: 700; }
.font-style-italic { font-style: italic; }
.text-decoration-underline { text-decoration: underline; }
.lh-26 { line-height: 26px; }

.container-a {
	box-sizing: unset;
}
.mobile-z {
	display: none;
}
#button {
	max-width: 487px;
	width: 100%;
	margin: 32px auto;
	cursor: pointer;
}

.tpl-t1.py-2
{
    padding: 0 !important;
}

#header {
    display: none;
}

.header-container {
    width: 100%;
    background: #1A1A1A;
    padding: 18px 0px;
    margin: 0 auto;
    text-align: center;
}


#header-logo {
	max-width: 163px;
	width: 100%;
	margin: auto;
}
#timer {
	max-width: 797px;
	width: 100%;
	margin: 32px auto;
	background: rgba(178, 24, 203, 0.10);
	border: 1px solid #B218CB;
	padding: 12px 0;
}
#timer .timer-container {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
#timer .timer-container p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */	
	color: #000000 !important;
	margin: 0;
}
#timer .timer-container h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 32px;
	/* identical to box height, or 133% */
	letter-spacing: 0.1em;
	color: #000000 !important;
	margin: 0;
}

#check-out-card {
	max-width: 410px;
	width: 100%;
	margin: auto;
}
#check-out-card .check-out-container .flex-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#check-out-card .check-out-container .product .product-image {
	display: flex;
	gap: 6px;
	align-items: center;
}
#check-out-card .check-out-container .product .product-image .image {
	max-width: 70px;
	width: 100%;
	border: 0.75px solid #6B6B6B;
	border-radius: 4px;
	position: relative;
}
#check-out-card .check-out-container .product .product-image .image-border {
	max-width: 70px;
	width: 100%;
	border: 0.75px solid #0EB3BC!important;
	border-radius: 4px;
	position: relative;
}
#check-out-card .check-out-container .product .product-image .image span {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #000000;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;	
	text-transform: uppercase;
	color: #FFFFFF !important;
	padding: 3px 8px;
	border-radius: 20px;
}
#check-out-card .check-out-container .product .product-image h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	max-width: 175px;
	margin: 0;
}
#check-out-card .check-out-container h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}
#check-out-card .check-out-container h4 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}
#check-out-card .check-out-container .line {
	width: 100%;
	height: 1px;
	background-color: #B7B7B7;
	margin: 16px 0;
}
#check-out-card .check-out-container .sub-total {
	margin-bottom: 16px;
}
#check-out-card .check-out-container .total h3 span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #000000;
	margin-right: 10px;
}
#content-right {
	display: flex;
	flex-direction: column;
	max-width: 410px;
	width: 100%;
	margin: 0 auto 64px;
}
#section-1 {
	max-width: 409px;
	width: 100%;	
}
#section-1 .container-a .why-choose .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#section-1 .container-a .why-choose .title .line {
	height: 1px;
	width: 27%;
	background-color: #000;
}
#section-1 .container-a .why-choose .title h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #000; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
}
#section-1 .container-a .why-choose .title h2 span {
	background:#fff; 
    padding:0 10px; 
}
#section-1 .container-a .why-choose img {
	margin: 16px 0 32px;
}
#section-1 .container-a .check-mark {
	max-width: 240px;
	width: 100%;
	margin: auto;
}
#section-2 {
    max-width: 460px;
	margin: 34px auto 16px;
}
#section-2 .container-a {
	display: flex;

}
#section-2 .container-a .image {
	max-width: 150px;
	width: 100%;
	margin-right: 16px;
}
#section-2 .container-a .text {
	max-width: 323px;
	width: 100%;
}

#section-2 .container-a .text .title-a h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	/* or 117% */
	text-transform: capitalize;
	color: #40569A !important;
	margin: 0 0 16px;
}
#section-2 .container-a .text .title-a-2 h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	/* or 117% */
	text-transform: capitalize;
	color: #076476 !important;
	margin: 0 0 16px;
}

#section-2 .money-back-guarantee {
    gap: 12px;
    padding: 0;
}
#section-2 .money-back-guarantee img {
    width: 70px;
    height: 70px;
}

#section-2 .money-back-guarantee p {
    color: #3E54C5 !important;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 112.5% */
    letter-spacing: -0.72px;
    text-transform: capitalize;
}

#section-2 .money-back-guarantee-text {
    color: #0E0E0E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding: 0px;

}

#section-2 .money-back-guarantee-text a {
    color: #3E54C5;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}

#check-mark .check-mark {
    padding: 10px 34px;
}

#section-3 {
    max-width: 460px;
	margin-top: 30px;
    margin: 0 auto !important;
}
#section-3 .container-a {
	max-width: 366px;
	width: 100%;
	margin: auto;
	background: linear-gradient(359.99deg, #E7E7E7 -52.36%, #FFFFFF 149.77%);
	box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	padding: 10px 16px;
	box-sizing: unset;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
    align-items: center;
}
#section-3 .container-a .photo {	
	max-width: 70px;
	width: 100%;
}
#section-3 .container-a .name h2 {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height */
	text-align: center;
	color: #000000;
	margin: 0;
}
#section-3 .container-a .name p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	/* or 136% */
	text-align: center;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0;
}
/*--------------------------------sec3 new-d-------------------------------------------------------------*/
#section-3 .container-a.new-d {
	max-width: 368px;
}

/*--------------------------------sec3 new-d-------------------------------------------------------------*/





#section-4 {
	width: 100%;
	margin: auto;
}
#section-4 .container-a .title-a {
	margin: 50px 0 16px;
}
#section-4 .container-a .title-a h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;	
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #000; 
	line-height: 0.1em;
	margin: 10px 0 20px; 

}
#section-4 .container-a .title-a h2 span { 
    background:#fff; 
    padding:0 10px; 
}
#section-4 .container-a .testimonial {
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 0 16px;
}
#section-4 .container-a .testimonial .column-a .costumer {
	display: flex;
	gap: 6px;
	background: rgba(178, 24, 203, 0.10);
	border-radius: 6px 6px 0px 0px;
	padding: 9px 16px;
	align-items: center;
    justify-content: center;
}
#section-4 .container-a .testimonial .column-a .costumer .photo-a {
	max-width: 55px;
	width: 100%;
}
#section-4 .container-a .testimonial .column-a .costumer .details-a h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	color: #000 !important;
	margin: 0 0 0 2px;
}

#section-4 .container-a .testimonial .column-a .costumer .details-a p {
    margin-bottom: 0px !important;
}

#section-4 .container-a .testimonial .column-a .costumer .details-a .verify {
	display: flex;
	gap: 4px;
	align-items: center;
}
#section-4 .container-a .testimonial .column-a .costumer .details-a .verify h3 {	
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	letter-spacing: -0.01em;
	color: #503830 !important;
	margin: 0;
}
#section-4 .container-a .testimonial .column-a .content-a {
	/* padding: 8px 16px 24px; */
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}
#section-4 .container-a .testimonial .column-a .content-a p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 15px;
}
#section-4 .container-a .testimonial .column-a .content-a p:last-child {
	margin-bottom: 0;
}

footer.text-center.py-md-40.py-sm-20.py-16 {
    background: rgba(219, 231, 255, 0.50);
    margin: 10px 0px 0px 0px !important;
    padding: 10px 0px 0px 0px !important;
}

#footer {
    display: none;
}

.footer-content {
	display: flex;
    max-width: 1440px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}
.footer-content .content {
    max-width: 935px;
}
.footer-content p {
    color: #7785A9 !important;
    line-height: 24px;
    font-size: 14px !important;
    font-family: 'poppins';
}

.footer-content .container-a .privacy {
	margin-bottom: 8px;
}
.footer-content .container-a .privacy h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	/* identical to box height, or 154% */
	margin: 0;
	text-transform: capitalize;
	color: #000000;
}
.footer-content .container-a .privacy h2 a {
	color: #000000;
	margin: 0;
}
.footer-content .container-a .privacy h2 a.left {
	margin-right: 10px;
}
.footer-content .container-a .privacy h2 a.right {
	margin-left: 10px;
}
.footer-content .container-a .copy-right {
	display: none;
	gap: 7px;
	align-items: center;
	margin: 8px 0;
}
.footer-content .container-a .copy-right-2 {
	display: block;
	gap: 7px;
	align-items: center;
	margin: 8px 0;
}
.footer-content .container-a .copy-right p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	/* identical to box height, or 180% */
	color: #000000;
	margin: 0;
}
.footer-content .container-a .statment p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 0.6) !important;
	margin: 0;
}

.footer-content .container-a a {
    color: #7785A9 !important;
    text-align: center;
    font-family: 'poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    text-decoration-line: underline;
}


.tpl-t1.pb-sm-40.pb-24 .container > .row {
	flex-direction: row-reverse;
	margin: 0;	
}


#button {
	display: none;
}

.col-sm-6.col-12 {
	max-width: 50%;
	width: 100%;
	padding: 0;
}
.col-sm-6.col-12.pr-md-40 {
	padding: 0;
}
.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 {
	max-width: 552px;
	width: 100%;
	margin-left: auto;
	box-shadow: unset;
    background: none !important;
    padding: 0px !important;
}

.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 form#paymentForm {
    background: #fff;
    padding: 30px 18px !important;
    width: 460px;
    box-shadow: 0px 2px 5px 0px rgba(159, 160, 161, 0.50);
    margin: 0 auto;
}

.tpl-t1.pb-sm-40.pb-24 .container {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.col-sm-6.col-12.pr-md-40 .row.section  {
	max-width: 400px;
    width: 100%;   
    margin: 0px auto 0 70px !important;
}

#paymentForm #placeOrder {
	padding: 0;
    background-color: unset !important;
    border-color: unset !important;
    border: unset;
    opacity: 1;
    margin: 0 !important;
    box-shadow: none !important;
}

form#paymentForm h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0E0E0E !important;
    font-family: 'Inter';
}

form#paymentForm #summary-totals .invoice-item.total-row span {
    color: #000 !important;
    font-family: 'poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: 0.48px;
}


#order-summary-widget {
	display: block;
}
.tpl-t1__payment img.paypal-icon, .tpl-t1__payment svg.paypal-icon {
	max-width: 70px;
	width: 100%;
}

#paymentForm #placeOrder img {
    height: 64px !important;
}




/* FOR LABELS */

input , select {
	
}

div#payments {
    background: transparent !important;
    margin: 14px 0 32px !important;
}

.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 .form-control {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

.tpl-t1.pb-sm-40.pb-24 .container .row .extra-row.row .braintree-hosted-field {
	
}
div#card-number {
	
}

#expiration , #cvv , #credit-card-number {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
input#credit-card-number {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

.tpl-t1__payment img.paypal-icon, .tpl-t1__payment svg.paypal-icon {
	max-width: 70px;
	width: 100%;
}
.tpl-t1__payment img.amex, .tpl-t1__payment img.apple-pay, .tpl-t1__payment img.diners, .tpl-t1__payment img.discover, .tpl-t1__payment img.google-pay, .tpl-t1__payment img.jcb, .tpl-t1__payment img.mastercard, .tpl-t1__payment img.microsoft-pay, .tpl-t1__payment img.visa, .tpl-t1__payment svg.amex, .tpl-t1__payment svg.apple-pay, .tpl-t1__payment svg.diners, .tpl-t1__payment svg.discover, .tpl-t1__payment svg.google-pay, .tpl-t1__payment svg.jcb, .tpl-t1__payment svg.mastercard, .tpl-t1__payment svg.microsoft-pay, .tpl-t1__payment svg.visa {
	width: 42px;
}
h3.my-32.text-uppercase , h3.mb-24.text-uppercase {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	/* identical to box height */
	text-transform: uppercase;
	color: #000000;
	margin: 0 !important;
}
.border-bottom.mb-16 {
	border-bottom: none!important;
}
label.order-1 {	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

h3.mb-24.text-uppercase {
	margin-bottom: 14px !important;
}

.col-sm-6.col-12.px-8 {
	max-width: 100%;
    flex: 0 0 100%;
}

form#paymentForm .mx-n8 .col-sm-6.col-12.px-8 {
	max-width: 50%;
    flex: 0 0 100%;
}

form#paymentForm .mx-n8.ng-scope .col-sm-6.col-12.px-8 {
	max-width: 100% !important;
}

.form-group.d-flex.flex-column {
	margin-bottom: 14px;
}
.form-group {
    margin-bottom: 14px;
}

/* END FOR LABELS */

.ooter-content.text-center.py-md-40.py-sm-20.py-16 {
    display: block !important;
}

.btn-place-order { border-radius: 4px;color: #fff;background: linear-gradient(91deg, #254AA8 1.97%, #913C98 93.79%);padding: 0 100px;width: 424px;height: 64px;outline: unset;border: unset;font-size: 24px; }
.btn-place-order .arrow {margin-left: 10px;}

@media(max-width: 916px) {
	body {
		background-color: #fff;
	}
	.mobile-z {
		display: block;
	}
	.desktop-z {
		display: none;
	}	
	#header-logo {
		margin-bottom: 33px;
	}
	.tpl-t1.pb-sm-40.pb-24 .container > .row {
		flex-direction: column-reverse;
	}
	.col-sm-6.col-12 {
		max-width: 100%;
	}
	.tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 {
		max-width: 460px;
		margin: auto;
	}
	.col-sm-6.col-12.pr-md-40 .row.section {	
		margin: 0 auto !important;
	}
	.col-sm-6.col-12.pr-md-40 {
		background-color: transparent;
	}
	#timer .timer-container {
		flex-direction: row;
		gap: 4px;
	}
	#timer {
		max-width: 347px;
		padding: 4px 0;
	}
	#section-3 .container-a {
		flex-direction: column;
		max-width: 288px;		
	}
	#section-3 .container-a .photo {
		margin: auto;
	}
	#section-2 {
		max-width: 460px;
		width: 100%;
		margin: 32px auto 0;
	}
	#section-2 .container-a {
		flex-direction: column;
	}
	#section-2 .container-a .image {
		margin: 0 auto 16px;
	}
	#section-2 .container-a .text {
		max-width: 100%;
	}
	#section-2 .container-a .text .title-a h2 {
		text-align: center;
	}
	.footer-content {
		text-align: center;
	}
	.footer-content .container-a .copy-right {
		justify-content: center;
	}
}
@media(max-width: 767px) {
	.sc-column.col-12.sc-root-row {
		padding: 0 !important;
	}	
    form#paymentForm .mx-n8 .col-sm-6.col-12.px-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #section-2 .money-back-guarantee img {
        width: 96px;
        height: 96px;
    }

    #section-2 .money-back-guarantee-text {
        text-align: center !important;
    }

    .tpl-t1__col-form.bg-white.p-sm-40.py-32.px-10 form#paymentForm {
        width: 345px !important;
    }

    #section-2 .money-back-guarantee-text {
        padding: 0px 20px;
        margin-bottom: .25rem;
    }
    .check-mark {
        margin-bottom: 1.5rem;
    }
    #section-2 .money-back-guarantee p {
        text-align: center;
    }
    
    #timer .timer-container {
		flex-direction: column;
		gap: 0px;
	}

    #timer .timer-container p {
        font-size: 10.5px;
    }
    #timer .timer-container h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .footer-content .content .d-flex {
        flex-direction: column !important;
        gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

/* Testinmonials */
#section-4 .container-a .testimonial-2 {
	background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    margin: 0 0 16px;
}
#section-4 .container-a .testimonial-2 .column-a .costumer {
    display: flex;
    gap: 8px;
    border-radius: 6px 6px 0px 0px;
    padding: 4px 16px;
    align-items: center;
}
#section-4 .container-a .testimonial-2 .column-a .costumer .details-a h2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #281C17 !important;
    margin: 0 0 0 0;
}

#section-4 .container-a .testimonial-2 .column-a .costumer .details-a p {
    margin-bottom: 0px !important;
}

#section-4 .container-a .testimonial-2 .column-a .content-a p {
    font-family: 'Lora';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 15px;
}
#section-4 .container-a .testimonial-2 .column-a .costumer .photo-a {
    max-width: 55px;
    width: 100%;
}
#section-4 .container-a .testimonial-2 .column-a .costumer .details-a .star {
	margin: 4px 0 8px;
}
#section-4 .container-a .testimonial-2 .column-a .costumer .details-a h4 {
	margin: 0;
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #281C17 !important;
}

#section-4 .container-a .testimonial-2 .column-a .costumer .details-a .verify {
	display: flex;
	gap: 4px;
	align-items: center;
}
#section-4 .container-a .testimonial-2 .column-a .costumer .details-a .verify h3 {	
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	letter-spacing: -0.01em;
	color: #503830 !important;
	margin: 0;
}
#section-4 .container-a .testimonial-2 .column-a .content-a {
	padding: 8px 16px 24px;
}
#section-4 .container-a .testimonial-2 .column-a .content-a p strong {
	font-family:  'Lora', serif;
	font-size: 18px;
	font-weight: bold;
}

#section-4 .container-a .testimonial-2 .column-a .content-a p:last-child {
	margin-bottom: 0;
}

/*========================== TESTIMONIAL-3 ========================*/

#section-4 .container-a .testimonial-3 .column-a .costumer {
    display: flex;
    gap: 8px;
    border-radius: 6px 6px 0px 0px;
    padding: 4px 0!important;
    align-items: center;
}
#section-4 .container-a .testimonial-3 .column-a .costumer .details-a h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000 !important;
    margin: 0 0 0 0;
}

#section-4 .container-a .testimonial-3 .column-a .costumer .details-a p {
    margin-bottom: 0px !important;
}

#section-4 .container-a .testimonial-3 .column-a .content-a p {
    color: #000!important;
	font-family: Inter!important;
	font-size: 17px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 150%!important;
    margin: 0 0 15px!important;
}
#section-4 .container-a .testimonial-3 .content-a p:first-child{
	color: #CF5500!important;
	font-family: Lora!important;
	font-size: 22px!important;
	font-style: normal!important;
	font-weight: 700!important;
	line-height: 24px!important;
}

#section-4 .container-a .testimonial-3 .column-a .costumer .photo-a {
    max-width: 40px;
    width: 100%;
}
#section-4 .container-a .testimonial-3 .column-a .costumer .details-a{
	display: flex!important;
	flex-grow: 1!important;
}
#section-4 .container-a .testimonial-3 .column-a .costumer .details-a .star {
	margin-top: -5px;
}
#section-4 .container-a .testimonial-3 .column-a .costumer .details-a h4 {
	margin: 0;
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #281C17 !important;
}

#section-4 .container-a .testimonial-3 .column-a .costumer .details-a .verify {
	display: flex;
	gap: 4px;
	align-items: center;
	margin-left: auto!important;
}
#section-4 .container-a .testimonial-3 .column-a .costumer .details-a .verify h3 {	
	color: #000;
	font-family: Myriad Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* or 14px */
	letter-spacing: -0.01em;
	margin: 0;
}
#section-4 .container-a .testimonial-3 .column-a .content-a {
	padding: 15px;
	border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(7, 100, 118, 0.25);
	
}
#section-4 .container-a .testimonial-3 .column-a .content-a p strong {
	font-family:  'Lora', serif;
	font-size: 18px;
	font-weight: bold;
}

#section-4 .container-a .testimonial-3 .column-a .content-a p:last-child {
	margin-bottom: 0;
}
#section-4 .container-a .testimonial-3 .column-a{
	position: relative;
}
#section-4 .container-a .testimonial-3 .column-a .double-quote-icon{
	position: absolute;
	bottom: -17px;
    right: -12px;
}
.timer-bgcolor{
	background: #ECFDFF!important;
	border: 1px solid #0EB3BC!important;
}
.timer-bgcolor-p{
	color: #0EB3BC!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 24px!important;
}


/* End of Testinmonials */

/* TIMER */
.timer-2#timer {
    font-family: 'Inter';
	max-width: 797px;
	width: 100%;
	margin: 32px auto;
	background: rgba(178, 24, 203, 0.10);
	border: 1px solid #B218CB;
	padding: 12px 0;
}
.timer-2#timer .timer-container {
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: center;
}
.timer-2#timer .timer-container p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */	
	color: #000000 !important;
	margin: 0;
}
.timer-2#timer .timer-container h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 133% */
	letter-spacing: 0.1em;
	color: #0E0E0E !important;
	margin: 0;
}
/* End of TIMER */

/* V3.0 */
div[id*='orderBump']{display:none;}
form#paymentForm input[type="text"], form#paymentForm select {
    height: 35px;
}

.d-none-important{display:none!important;}
.roboto{
	font-family:'Roboto';
}
.myriadpro{
	font-family: 'Myriad Pro';
}
.inter{
	font-family: 'Inter';
}
.work-sans{
	font-family: 'Work Sans';
}
.fs-12{
	font-size:12px;
}
.fs-13{
	font-size:13px;
}
.fs-14{
	font-size:14px;
}
.fs-16{
	font-size:16px;
}
.fs-18{
	font-size:18px;
}
.fs-20{
	font-size:20px;
}
.fw-600{
	font-weight:600;
}
.fw-700{
	font-weight:700;
}
.italic{
	font-style: italic;
}
text-dblue, .support-contact a{
	color:rgb(23, 47, 68)!important;
}
.text-black{
	color:#000 !important;
}
.text-brown{
	color: #281C17;
}
input[type='tel'][name='phone']::placeholder{
	font-size:12px;
}
@media (max-width: 916px){
	input[type='tel'][name='phone']::placeholder{
		font-size:9px;
	}
	.fs-m-17 {
		font-size:17px;
	}
	.fs-m-16{
		font-size:16px;
	}
	.fs-m-12{
		font-size:12px;
	}
	.inter-m{
	font-family: 'Inter';
	}
	.d-m-none{
		display:none;
	}
	.mw-m-unset{
		max-width:unset!important;
	}
	.w-m-unset{
		width:unset!important;
	}
}