/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

/* font-family: 'PT Serif', serif; */

:root {
	--sarah-heading-font: "PT Serif", sans-serif;
}

.cms-pages-banner {
    opacity: 0;
    display: none;
    visibility: hidden;
}

/* Typography */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #4a4a4a;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
}

h1, h2, h3, h4, h5, h6{
    color: #191a1a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	color: #2c2c2c;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
	font-family: 'Oswald', sans-serif !important;
    font-style: italic;
}

a {
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

img{
    max-width: 100%;
    height: auto;
}
video{
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Buttons */
.btn{
    background-color: #9A58B2;
    color: #ffffff;
    border: 1px solid #9A58B2;
    outline: none;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}
.btn *{
    text-shadow: 0px 0px 8px rgba(21, 21, 21, .1);
}
.btn:hover{
    background-color: transparent;
    color: #9A58B2;
    outline: none;
    box-shadow: none;
    border: 1px solid #9A58B2;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .btn{
        padding: 12px 24px;
        font-size: 17px;
    }
}


/* Container */
@media screen and (min-width: 1200px) {
    .container{
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Padding */
.section-padding{
    padding-top: 80px;
    padding-bottom: 80px;
}
.alter-section-padding{
    padding-top: 70px;
    padding-bottom: 80px;
}
.equal-section-padding{
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width:1199px) {
    .section-padding{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .alter-section-padding{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .equal-section-padding{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .section-padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .alter-section-padding{
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .equal-section-padding{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.cta_section {
    padding: 100px 0;
}
.upsell-section-overlay,
.cta_section-overlay {
    width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.66);
}
.upsell-section-overlay {
    background-color: rgba(0,0,0,0.5);
}
.upsell-section .container,
.cta_section .container {
    z-index: 2;
    position: relative;
}

.upsell-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cta_section .title .mid {
    max-width: 100%;
}
.title .mid {
    margin: 0 auto;
}
.title h2 {
    font-size: 55px;
    line-height: 1.4;
}
.title h3 {
    font-size: 40px;
    line-height: 1.4;
}
.text-yellow {
    color: #f9c536;
}

.cta_section-button .reg-btn {
    position: relative;
}

.reg-btn {
    color: #220233;
    font-size: 28px !important;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #a066c6;
    border-bottom: 5px solid #a066c6;
    display: inline-block;
    padding: 20px 45px !important;
    text-align: center;
    background-color: #d8acf5;
    /*background: -moz-linear-gradient(top, #d8acf5 0%, #d8acf5 100%);
    background: -webkit-linear-gradient(top, #d8acf5 0%,#d8acf5 100%);
    background: linear-gradient(to bottom, #d8acf5 0%,#d8acf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8acf5', endColorstr='#d8acf5',GradientType=0 );*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-family: "PT Serif", sans-serif !important;
}
.cta_section-button button.reg-btn {
	font-family: "PT Serif", sans-serif !important;
}
.reg-btn.small {
    font-size: 18px;
    padding: 12px 25px;
}
.reg-btn:hover {
    color: #220233;
    background-color: #e7aef5;
    border: 1px solid #ab5abf;
    border-bottom: 5px solid #ab5abf;
    /*background: -moz-linear-gradient(top, #c696e5 0%, #c696e5 100%);
    background: -webkit-linear-gradient(top, #c696e5 0%,#c696e5 100%);
    background: linear-gradient(to bottom, #c696e5 0%,#c696e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c696e5', endColorstr='#c696e5',GradientType=0 );*/
}

@media (max-width: 767.98px) {
	.reg-btn {
		font-size: 1.5rem !important;
		padding: 1.125rem 1.5rem !important;
	}
}

.cta_section-button .reg-btn::before,
.cta_section-button .reg-btn::after {
    top: -55px;
    width: 50px;
    height: 100px;
    content: " ";
    cursor: default;
    position: absolute;
    pointer-events: none;
}
.cta_section-button .reg-btn::before {
    left: -85px;
    background-image: url('../images/sacred/cta-left-arrow.png');
    background-size: 50px 100px;
}
.cta_section-button .reg-btn::after {
    right: -85px;
    background-image: url('../images/sacred/cta-right-arrow.png');
    background-size: 50px 100px;
}

.testimonial-section .cta_section-button .reg-btn::before,
.body-transform-pro .cta_section-button .reg-btn::before,
.about-us-section .cta_section-button .reg-btn::before {
    background-image: url('../images/sacred/cta-left-arrow-dark.png');
}
.testimonial-section .cta_section-button .reg-btn::after,
.body-transform-pro .cta_section-button .reg-btn::after,
.about-us-section .cta_section-button .reg-btn::after {
    background-image: url('../images/sacred/cta-right-arrow-dark.png');
}

.comment-form__input-box .form-control::placeholder {
    opacity: 0.5 !important;
}

.testimonial-section .testimonial {
    padding: 30px;
    margin-bottom: 35px;
}
.testimonial p {
    font-size: 20px;
    line-height: 1.5;
}
.text-italic {
  font-style: italic;
}

/* Transform */
.body-transform-pro {
    padding: 80px 0;
}
.body-transform-pro h2 {
    font-size: 45px;
}
.bg-gray {
    background-color: #f1f1f1;
}

/* Section Title */
.section-title {
    margin-bottom: 40px;
}
.section-title h2{
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.section-title p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media screen and (max-width:1199px) {
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h2{
        font-size: 40px;
    }
}

@media screen and (max-width:767px) {
    .section-title h2{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .section-title p{
        font-size: 17px;
    }
}

/* Colors */
.text-pink{color: #9A58B2}
.text-gray{color: #a0a0a0}


/* Background Color */
.bg-light-gray{
    background-color: #fff5f5;
}

/* ## Back to top */
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background-color: #9A58B2;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 8px;
    opacity: 0.9;
    transition: opacity 200ms linear;
    display: none;
}

.backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    transform: rotate(-45deg);
    height: 0px;
    width: 0px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    padding: 5px;
    border-color: #ffffff;
}

.backtotop:hover {
    opacity: 1;
    transition: opacity 200ms linear;
}
@media screen and (max-width:767.98px) {
    .backtotop{
        width: 30px;
        height: 30px;
    }
}

/*============================================
            # Homepage
============================================*/
/* ## Modal Start */
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 600px;
    }
}
.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-title{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.modal-sub-title{
    font-size: 18px;
    margin-bottom: 30px;
}
.form-control{
    font-size: 16px;
}
.form-control.error{
    border-color: #ff0000;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
@media screen and (max-width:767px) {
    .modal-title{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .modal-sub-title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .modal .btn{
        font-size: 15px;
        padding: 10px 15px;
    }
}

/* ## Hero Banner Section Start */
.hero-section {
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../images/sacred/Sarah-Soul-Intimacy-Banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-section::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.25);
}
.hero-section > .container {
    z-index: 1;
    position: relative;
}
.hero-section h1 {
    font-size: 90px;
}
@media (max-width: 767px) {
    .hero-section {
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .hero-section h1 {
        font-size: 40px;
    }
    
    .title h3,
    .body-transform-pro h2 {
        font-size: 28px;
        line-height: 1.4;
    }
    .content_wrap, .container {
        width: 100%;
        max-width: 90%;
    }
}


.hero-banner-section {
    background-image: url("../images/sacred/hero-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0 80px;
}
.hero-banner-section h1 {
    font-size: 90px;
    line-height: 1.2;
    font-weight: 800;
}
.hero-banner-section p {
    font-size: 24px;
    line-height: 1.5;
}
.hero-banner-button .reg-btn {
    position: relative;
}
.reg-btn {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.reg-btn span:last-of-type {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
}
.hero-banner-button .reg-btn::before,
.hero-banner-button .reg-btn::after {
    width: 75px;
    height: 80px;
    content: " ";
    cursor: default;
    position: absolute;
    pointer-events: none;
}
.hero-banner-button .reg-btn::before {
    top: -25px;
    left: -100px;
    background-image: url('../images/sacred/left_arrow.png');
    background-size: 75px 80px;
}
.hero-banner-button .reg-btn::after {
    top: -25px;
    right: -100px;
    background-image: url('../images/sacred/right_arrow.png');
    background-size: 75px 80px;
}

.mt-100 {
    margin-top: 80px !important;
}


@media screen and (max-width:1199px) {
    .hero-banner-section h1 {
        font-size: 56px;
    }

}
@media screen and (max-width:767px) {
    .hero-banner-section h1 {
        font-size: 40px;
    }
    section.hero-banner-section {
        padding: 150px 0 50px;
        text-align: center;
    }
}
/* End Hero Banner Section */

/* ## Our Services Section Start */
.service-section figure {
    border-radius: 5px;
}
.service-section figure img{
    width: 100%;
}

.service-section h3{
    font-size: 20px;
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
    .service-section h3 {
        font-size: 18px;
    }
}
/* End Our Services Section */

/* ## About Us Section Start */
.about-us-section h2{
    font-size: 50px;
    line-height: 1.2;
}
.about-us-section p{
    font-size: 18px;
    line-height: 1.5;
}
.about-us-section .btn{
    margin-top: 20px;
}
@media screen and (max-width:767px) {
    .about-us-section h2 {
        font-size: 32px;
    }
    .about-us-section p {
        font-size: 16px;
    }
}
/* End About Us Section */

/* ## Our Work Section Start */
.work-section figure{
    overflow: hidden;
    border-radius: 5px;
}
.work-section figure img{
    width: 100%;
    transform: scale(1.0);
    transition: all 300ms ease;
}
.work-section figure img:hover{
    transform: scale(1.1);
}
/* End Our Work Section */

/* ## Testimonial Section Start */
.testimonial-section .card {
    height: 100%;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.testimonial-section .card .fivestar{
    max-width: 107px;
}
.testimonial-section .card .card-text{
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}
.testimonial-section .card .name{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
/* End Testimonial Section */

/* ## Contact Us Section Start */
.contact-us-section .section-title h2{
    font-size: 20px;
}
.contact-us-section .section-title a{
    font-size: 60px;
    text-decoration: none;
    color: #191a1a;
    line-height: 1;
}
@media screen and (max-width:1199px) {
    .contact-us-section .section-title a {
        font-size: 48px;
    }
}
@media screen and (max-width:767px) {
    .contact-us-section .section-title a {
        font-size: 32px;
    }
}
/* End Contact Us Section */


/*============================================
            # Upsell Page
============================================*/
/* Inner Banner Section Start */
.inner-banner-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../images/sacred/hero-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.inner-banner-section h1 {
    color: #2c2c2c;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.inner-banner-section h2 {
    color: #2c2c2c;
    font-size: 40px;
}
.upsell-section p,
.inner-banner-section p {
    color: #2c2c2c;
    font-size: 22px;
    line-height: 1.5;
}

@media screen and (max-width:1199px) {
    .inner-banner-section h1 {
        font-size: 60px;
    }
    .inner-banner-section h2 {
        font-size: 26px;
    }
    .inner-banner-section p {
        font-size: 20px;
    }
}
@media screen and (max-width:1023px) {
    .inner-banner-section h1 {
        font-size: 48px;
    }
    .inner-banner-section p {
        font-size: 18px;
    }
}
@media screen and (max-width:767px) {
    .inner-banner-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .inner-banner-section h1 {
        font-size: 32px;
    }
    .inner-banner-section h2 {
        font-size: 22px;
    }
    .inner-banner-section p {
        font-size: 17px;
    }
}
/* End Inner Banner Section */

/* Upsell Section Start */
.upsell-section figure img{
    width: 100%;
    border-radius: 5px;
}
.upsell-section h2,
.upsell-section .section-title h2,
.upsell-section h3,
.benefits-section .section-title h2 {
    font-size: 40px;
    line-height: 1.4;
}
.nothanks{
    font-size: 14px;
}
@media screen and (max-width:1199px) {
    .upsell-section h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .reg-btn::before,
    .reg-btn::after {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .upsell-section h3 {
        font-size: 26px;
    }
    .nothanks{
        font-size: 13px;
    }
    .title h2 {
        font-size: 30px;
    }
    .upsell-section h2,
    .upsell-section .section-title h2,
    .upsell-section h3,
    .benefits-section .section-title h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    .reg-btn {
        font-size: 20px;
    }
    .box-image {
        margin-bottom: 30px;
    }
    
    .testimonial-section .testimonial {
        padding: 0;
    }
    .mt-100 {
        margin-top: 40px !important;
    }
}
/* End Upsell Section */

/*============================================
            # Order Page
============================================*/
.order-form {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.order-form .left-col,
.order-form .right-col{
    padding: 20px;
}
.order-form label{
    margin-bottom: 10px;
}
.order-form .form-title{
    font-size: 22px;
    padding-bottom: 25px;
    border-bottom: 2px dotted #e0e0e0;
    margin-bottom: 25px;
}
.order-form .form-title strong{
    text-decoration: underline;
}
.order-form .form-control{
    font-size: 16px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 12px 15px;
    margin-bottom: 20px;
}
.order-form .form-control.error{
    border-color: #ff0000;
}
.order-form .form-control::-webkit-input-placeholder,
.order-form .form-control::placeholder,
.order-form select{
    color: #999999;
}
.form-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.form-btn .btn-title{
    font-size: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.form-btn .btn-subtitle{
    font-size: 18px;
    opacity: 0.8;
    font-weight: 400;
}
@media screen and (max-width:1199px) {
    .order-form .form-title {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .form-btn .btn-title {
        font-size: 20px;
    }
    .form-btn .btn-subtitle {
        font-size: 16px;
    }
}
@media screen and (max-width:1023px) {
    .right-col {
        padding-top: 0 !important;
    }
}
@media screen and (max-width:767px) {
    .order-form {
        padding: 15px;
    }
    .order-form .form-title {
        font-size: 18px;
    }
    .form-btn .btn-title {
        font-size: 18px;
    }
    .form-btn .btn-subtitle {
        font-size: 14px;
    }
    .order-form .nothanks br{
        display: none;
    }
}


/*============================================
            # Thank You Page
============================================*/
.thankyou-section h3{
    font-size: 24px;
    font-weight: 700;
}
.thankyou-section p{
    font-size: 18px;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    .thankyou-section h3{
        font-size: 20px;
    }
    .thankyou-section p{
        font-size: 16px;
    }
}

/*============================================
# Privacy Policy and Terms & Conditions Page
============================================*/
.pricacy-term-content p{
    font-size: 18px;
}
.pricacy-term-content a{
    color: #9A58B2;
}
.pricacy-term-content h2{
    font-size: 30px;
}
.pricacy-term-content h3{
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .pricacy-term-content p{
        font-size: 16px;
    }   
    .pricacy-term-content h2{
        font-size: 24px;
    }
    .pricacy-term-content h3{
        font-size: 18px;
    }
}


/* stripe card */
.payment-outer {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 15px 5px;
    background-color: #e9e9e9;
    position: relative;
    margin-top:10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.payment-outer .form-group {
    width: 33.33%;
    padding: 0 7px;
}
.payment-outer .form-group.card-number-group{
    width: 100%;
}
.payment-outer .form-group #card_number{
    background-image: url('../images/sacred/cards.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 10px center;
    padding-right: 140px;
}
.paypal-card-group{
    display: flex;
    flex-direction: column;
    margin-bottom:15px;
}
.paypal-card-group label:first-child{
    margin-bottom: 10px;
}
.form-group.btn-outer{
    position: relative;
}
.form-group.btn-outer #loader{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
}
form #loader img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
form#order-form button#payBtn {
    width: 100%;
}
@media only screen and (max-width: 390px) {
    .payment-outer{
   	 padding: 15px 10px 0px;
    }
    .payment-outer .form-group #card_number{
   	 padding-right: 100px;
   	 background-size: 80px;
    }
    form select{
   	 background-size: 12px;
    }
}

.order-form-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.order-form-section .section-title h1 {
    font-size: 60px;
}
.order-info {
    padding: 15px;
    background: #fcf3ff;
    border: 1px solid #e2d6e6;
    margin-bottom: 30px;
}
.order-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.order-info ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2d6e6;
}
.order-info ul li {
    color: #000;
    font-size: 16px;
}
.order-form .form-group {
    margin-bottom: 15px;
}
.order-form .form-group .form-control,
.order-form .form-group select {
  height: 50px;
  width: 100%;
  border: none;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  background-color: var(--zenday-white);
  border: 1px solid var(--zenday-bdr-color);
  transition: all 0.3s ease-out;
  outline: none;
  font-size: 16px;
  color: var(--zenday-black);
  display: block;
  box-shadow: 2px 2px 4px rgba(214, 218, 225, 0.2);
  font-family: var(--zenday-reey-font);
}


.benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #9a58b2;
    background: -moz-linear-gradient(top, #9a58b2 0%, #85449d 100%);
    background: -webkit-linear-gradient(top, #9a58b2 0%,#85449d 100%);
    background: linear-gradient(to bottom, #9a58b2 0%,#85449d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a58b2', endColorstr='#85449d',GradientType=0 );
}
.benefits-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}
.box-image, .video-section, .embed-responsive {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}
.box-image, .box-image img {
  overflow: hidden;
  border-radius: 1.25rem;
}

.thank-you-content-section {
    max-width: 100%;
}
.thank-you-content-section .order-details {
    -webkit-box-shadow: 0 0 8px #c1c1c1;
    box-shadow: 0 0 8px #c1c1c1;
}
.thank-you-content-section .order-details h2 {
    padding: 20px;
}
.thank-you-content-section .bg-sarah {
    background-color: #8a59ae;
}
.thank-you-content-section .order-details .products {
    padding-left: 30px;
    padding-right: 30px;
}
.order-details .table > thead {
    vertical-align: bottom;
}
.thank-you-content-section .order-details .products tr th,
.thank-you-content-section .order-details .products tr td {
    padding: 20px;
}
.thank-you-content-section .order-details .products tr th {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
}
.thank-you-content-section .order-details .products tr th:last-child,
.thank-you-content-section .order-details .products tr td:last-child {
    text-align: right;
}

.testimonial-section .video-block,
.testimonial-section .embed-responsive,
.testimonial-section .embed-responsive iframe {
    overflow: hidden;
    border-radius: 0.5rem !important;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.section-features,
.section-features2 {
    color: #fff;
    padding: 70px;
    padding-left: 90px;
    padding-right: 50px;
}
.section-features2 {
    padding-left: 50px;
    padding-right: 90px;
}

.testimonial-section .embed-responsive .embed-responsive-item, .testimonial-section .embed-responsive embed,
.testimonial-section .embed-responsive iframe, .testimonial-section .embed-responsive object, .testimonial-section .embed-responsive video {
	top: 0;
	left: 0;
	bottom: 0;
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.page_sacred-intimacy_ .section-editor-content {
	padding-block: 0 !important;
}

.modal-backdrop {
	z-index: 9999 !important;
}
.modal {
	z-index: 99991 !important;
}

@media screen and (max-width:767.98px) {
    .order-form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .order-form-section .section-title h1 {
        font-size: 40px;
    }
    
    .testimonial-section .testimonial {
        padding: 20px;
    }
    .thank-you-content-section .order-details .products {
        padding-left: 10px;
        padding-right: 10px;
    }
    .thank-you-content-section .order-details .products tr th,
    .thank-you-content-section .order-details .products tr td {
        padding: 15px 10px;
    }
    .upsell-section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-features, .section-features2 {
        padding: 40px 20px;
    }
}

/* stripe card end */
