body {
    max-width: 1700px;
    margin: 0 auto;
}

.section {
    padding-top: 3%;
    padding-bottom: 3%;
    margin: 0px;
}

.linethrough {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
}

.testi img {
    width: 21%;
}

.banner_icon {
    width: 95% !important;
    margin-top: 3%;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.call_action p {
    margin-left: 3%;
    margin-top: 3%;
}

.call_bg {
    padding: 2% 10%;
}

.banners {
    background: url('../images/banner_home_bg.webp');
    background-size: 100% 100%;
    margin: 0px;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0;
}

@media(max-width:1250px) {
    .call_action h2 {
        font-size: 30px;
    }

    .call_action p {
        margin-top: 2%;
        font-size: 28px;
        margin-left: 2%;
    }
}

@media(max-width:991px) {
    .call_action h2 {
        font-size: 24px;
    }

    .call_action p {
        margin-top: 2%;
        font-size: 22px;
        margin-left: 2%;
    }
}

@media(max-width:991px) {
    .call_action h2 {
        font-size: 18px;
    }

    .call_action p {
        margin-top: 2%;
        font-size: 16px;
        margin-left: 2%;
    }
}

@media(max-width:600px) {
    .btn-white {
        padding: 5px 5px;
        font-size: 9px;
        line-height: 13px;
    }

    .banners {
        background: url('images/banner_home_bg_phone.webp');
        background-size: 100% 100%;
        margin: 0px;
        padding-top: 3%;
        margin: 0;
    }

    .banner_icon {
        display: none;
    }

    .section {
        padding-top: 8%;
        padding-bottom: 6%;
    }

    .call_action h2 {
        font-size: 16px !important;
    }

    .call_action p {
        margin-top: 2%;
        font-size: 14px;
        margin-left: 2%;
    }

    .call_bg {
        padding: 2% 6%;
    }

    .testi img {
        width: 25%;
    }
}

@media(max-width:480px) {
    .banners .col-7 {
        padding-left: 0px;
    }

    .call_action h2 {
        font-size: 12px !important;
    }

    .call_action p {
        margin-top: 2%;
        font-size: 11px;
        margin-left: 2%;
    }

    .call_bg {
        padding: 4% 3%;
    }

    .call_bg .col-9 {
        padding-right: 0;
    }

    .call_bg .col-3 {
        padding-left: 0px;
        padding-right: 10px;
    }

    .section {
        padding-top: 12%;
        padding-bottom: 8%;
    }

    .banners {
        padding-top: 3% !important;
        margin: 0;
    }
}

@media(max-width:370px) {
    .testi img {
        width: 40%;
    }

    .call_action h2 {
        font-size: 10px !important;
    }

    .call_action p {
        margin-top: 1%;
        font-size: 9px;
        margin-left: 2%;
    }

    .call_bg {
        padding: 2% 1%;
    }
}


/*.testimonial1 {
            margin-top: 2%;
            }*/
.testimonial_container {
    margin-bottom: 5%;
}

#videoSection {
    background: #d9f3ff;
    margin-top: 0px;
    padding-top: 6%;
    padding-bottom: 0;
}

#meetMentorSection {
    margin: 0px;
    padding-top: 5%;
    padding-bottom: 5%;
}

#threeMindSection {
    background: #d9f3ff;
    margin: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
}

#courseSection {
    margin: 0px;
    padding-top: 4%;
    padding-top: 4%;
}

#whoisSection {
    background: #d9f3ff;
    margin: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
}

#testiSection {
    margin: 0px;
    background: #dbd8c5;
    padding-top: 4%;
    padding-bottom: 4%;
}

#contactSection {
    margin-top: 0;
    padding-top: 4%;
    padding-bottom: 4%;
}

.video-box-poster {
    /*margin-top: 75px;*/
}

@media(max-width:767px) {

    #videoSection,
    #courseSection,
    #threeMindSection,
    #whoisSection,
    #contactSection {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    #meetMentorSection {
        padding-top: 8%;
        padding-bottom: 6%;
    }

    #threeMindSection {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    #courseSection {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .testimonial1 {
        margin-top: 3%;
    }

    .testimonial_container {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #testiSection {
        padding-top: 10%;
        padding-bottom: 7%;
    }

    .video-box-poster {
        margin-top: 0px;
    }
}


.register_top {
    background: #fcf569;
}

.register_top h3 {
    font-family: 'Poppins', sans-serif;
    color: black;
    margin: 0;
    font-weight: 500;
    /*text-align: center;*/
    padding: 0.5% 0;
    font-size: 22px;
}

/*.blink_me {
            animation: blinker 2s linear infinite;
            }
            @keyframes blinker {
            50% {
            opacity: 0;
            }
            }*/
.home_banner {
    background-image: url('images/kriya_banner.png');
    background-size: 100% 100%;
    /*height: 75vh;*/
}

tr {
    border-bottom: 1px solid #3a495d;
}

th {
    color: #3a495d;
    font-weight: 700;
    font-family: 'Poppins';
}

td {
    color: #3a495d;
    font-family: 'Raleway';
}

.kriya_yoga {
    color: #3a495d;
    text-align: center;
    padding-top: 6%;
    margin-bottom: 2%;
}

.subhead_yoga {
    font-family: Raleway;
    margin: 0;
    text-align: center;
    border: 2px solid #325f9a;
    color: white;
    background: #1e2835;
    border-radius: 5px;
}

.table_right {
    margin-right: 5%;
}

.table_left {
    margin-left: 5%;
}

.urminame {
    color: #3a495d;
    text-align: center;
    padding-top: 4%;
    margin-bottom: 0%
}

.urmi_subhead {
    color: #3a495d;
    text-align: center;
    padding-top: 1%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 60
}

.registerBtn {
    background: #fcf569;
    color: #3a495d;
    font-family: Raleway;
    border-radius: 4px;
    padding: 5px 15px;
    margin-top: 1%;
    display: inline-block;
    font-weight: bold;
    /* text-decoration: none; */
}

.classes {
    color: #3a495d;
    text-align: center;
    padding-top: 1%;
    margin-bottom: 0;
    font-size: 16px;
}

.hand_hold {
    margin-left: 4%;
    margin-top: 2%;
}

.tables_img {
    padding-left: 0px;
    padding-right: 0
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.learners_row {
    padding-top: 6%;
}

.urmiImg {
    border-radius: 10px;
    max-width: 90%;
}

.urmi_section {
    margin-top: 20%;
}

.register_now {
    display: inline-block;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 8px 20px;
    text-decoration: none !important;
}

.register_now:hover {
    color: black;
    background: white;
    border: red;
}

.logo {
    margin: 20px 0 0 20px;
}

.call_btn {
    background-color: #344b68;
    padding: 3% 0;
}

.quotes {
    font-size: 24px;
    color: #393939;
    margin-bottom: 0px;
    padding: 10% 0 0 0;
    text-align: center;
    font-family: 'Raleway';
    line-height: 32px;
}

.quote_symbol {
    font-size: 45px;
    font-weight: bold;
}

.quote_name {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: 'Raleway';
    line-height: 32px;
    padding-bottom: 7%;
    font-weight: 500;
}

.tble_img {
    margin-top: 3%;
}

.spi {
    border-radius: 4px;
    box-shadow: 0 0 20px #85858540;
}

.spi_section {
    padding: 3% 0;
}

.spis p {
    margin: 0;
    color: #334a66;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    font-weight: 500;
}

.get_con {
    font-size: 15px;
}

.banner_table {
    /* background: #52525291; */
    background-image: url(./images/yog_bg.webp);
    background-size: cover;
    /* padding-bottom: 0px; */
    /* margin: 50px 0; */
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ffffff99;
}

.quotes_test_img {
    top: 25px !important;
    left: -45px;
    width: 6% !important;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    opacity: 50%;
}

.new_tag {
    display: flex;
    left: 0%;
    top: -8%;
    height: 20%;
    z-index: 1;
    width: 2%;
    position: absolute;
    margin-top: 10px;
    animation: new_tag-animation 1.0s steps(6, start) infinite;
    /* transition: 0.5s; */
}

@keyframes new_tag-animation {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }

    /* 0% {
                transform: rotate();
            }

                50% {
                transform: scale(0.5);
            }

                100% {
                transform: scale(0.8);
            } */
}

@media(max-width:1441px) {
    .tble_img {
        margin-top: 7%;
    }
}

@media(max-width:1300px) {
    .kriya_yoga {
        padding-top: 2%;
    }

    .urmi_section {
        margin-top: 20%;
    }
}

@media(max-width:767px) {
    .new_tag {
        display: flex;
        left: 2%;
        top: -5%;
        height: 15%;
        z-index: 1;
        width: 2%;
        position: absolute;
        margin-top: 10px;
        animation: new_tag-animation 1.0s steps(6, start) infinite;
        /* transition: 0.5s; */
    }

    .quotes_test_img {
        top: 38px !important;
        left: -20px;
        width: 12% !important;
    }

    /*.testimonial1 {
                margin-top: 0%;
            }*/

    .mb0 {
        margin-bottom: 0px;
        ;
    }



    .register_top h3 {
        padding: 2.5% 0;
        font-size: 16px;
    }

    .quotes {
        padding-top: 15%;
        font-size: 18px;
        line-height: 25px;
    }

    .get_con {
        margin-top: 5px;
        font-size: 13px;
    }

    .logo {
        max-width: 30%;
        margin: 10px 0 0 10px;
    }

    .spi_section {
        padding: 8% 0;
    }

    .quote_symbol {
        font-size: 30px;
    }

    .home_banner {
        background-image: url('images/kriya_banner_phone.png');
        /*height: 50vh;*/
    }

    .banner_table {
        background-image: url(./images/yog_bg.webp);
        /* margin: 20px 20px 20px 0; */
        margin-bottom: 20px;
        background-size: cover;
        /* background: #52525291; */
        padding-bottom: 20px;
        /* padding: 0 10px 20px 0; */
        border-radius: 10px;
    }

    .tables_img {
        padding: 30px 25px;
    }

    .table_right {
        margin-right: 2%;
    }

    .table_left {
        margin-right: 2%;
    }

    .hand_hold {
        margin-left: 0px;
        margin-top: 5%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile img {
        margin-top: 3%;
    }

    .learners_row {
        padding-top: 12%;
    }

    .learners_row h4 {
        font-size: 24px;
    }

    .urmiImg {
        max-width: 60% !important;
        max-height: 250px;
    }

    .urmi_section {
        margin-top: 0px;
    }

    .register_now {
        margin-top: 20px;
    }

    .call_btn {
        background-color: #344b68;
        padding: 5% 0;
    }

    .god_img {
        border-radius: 10px;
    }

    .spi {
        margin-top: 5%;
    }
}


.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /* padding-top: 100px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 12px;
}

/* The Close Button */
.close {
    position: absolute !important;
    right: -30px !important;
    top: -30px !important;
    font-size: 30px !important;
    font-weight: normal !important;
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: 0 !important;
    padding: 12px 12px !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:767px) {
    .modal-content {
        width: 85%;
    }
}

.swal-text:first-child {
    text-align: center !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-button,
.swal-button:hover {
    background-color: #344b68;
    padding: 5px 20px;
}

.modal-backdrop.show {
    display: none !important;
}


.text_area {
    margin: auto;
    top: 50%;
    right: inherit;
    width: 90%;
}

.text_area h3 {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid silver;
    color: white;
}

.text_area p {
    text-align: justify;
    padding: 10px 30px;
    color: silver;
}

.form_area {
    margin: auto;
    top: 50%;
    background: white;
    border-radius: 10px;
}

.form_area img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.form_area h3 {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2em;
    border-bottom: 1px solid silver;

}

.form_area form {
    padding: 0 10px;
    box-sizing: border-box;
}

form .txt_field {
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 30px 0;

}

.txt_field input {
    width: 100%;
    /*padding: 0 50px;*/
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: #2691d9;
}

.txt_field label {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: 0.5s;
}

.txt_field span::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #2691d9;
    transition: 0.5s;
}

.txt_field input:focus~label,
.txt_field input:valid~label {
    top: -5px;
    color: #2691d9;
}

.txt_field input:focus~span::before,
.txt_field input:valid~spa::before {
    width: 100%;

}

input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: #2691d9;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    margin: 0 0 30px 0;

}

input[type="submit"]:hover {
    border-color: #2691d9;
    transition: 0.5s;

}


.normal-video {}


@font-face {
    font-family: "Raleway-Regular";
    src: url(font/Raleway-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(font/Poppins-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(font/Poppins-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Semibold";
    src: url(font/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Light";
    src: url(font/Poppins-Light.ttf) format("truetype");
}

.package-box:hover {
    transform: none;
}

.package-box {
    text-align: left;
    font-family: "Poppins-Semibold";
    min-height: 100px;
    background-color: #fff;
}

.package-box h3 {
    font-size: 22px;
    color: black;
    font-weight: 700;
    line-height: 28px;
}

.package-box span {
    font-weight: 700;
    font-size: 22px;
    color: #EB7B31;
}

.package-box p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-family: "Raleway-Regular";
    min-height: 120px;
}

.package-box .amt {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    border: 1px solid #8cd4ff50;
    display: inline-flex;
    border-radius: 4px;
    padding: 4px 10px;
    box-shadow: 0 0 1px #0005;
    font-family: "Poppins-Medium";
    min-height: 10px;
}

.package-box a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    display: inline-flex;
    border-radius: 4px;
    padding: 8px 20px;
    box-shadow: 0 0 1px #0005;
    background: #8cd4ff99;
    font-family: "Poppins-Regular";
}

.package-box a:hover {
    color: #000;
    box-shadow: 0 0 1px #0008;
    background: #8cd4ff;
}

.main-container {
    padding: 0% 5% 3% 7%;
}

@media(max-width:767px) {
    .icon {
        padding: 22px 21px 21px 21px
    }

    .form_box {
        margin-top: 5%;
        padding: 6% 5%;
    }

    .main-container {
        padding: 5% 5% 3% 5%;
    }
}

a:hover {
    text-decoration: none;
}


.banner_mind_power {
    width: 70%;
    margin-top: -25px;
    background: white;
    padding: 10px;
    margin: 5px 0px;
    border: none;
    border-radius: 20px;
}

.about_mind_power {
    width: 35%;
    margin-top: -12px;
}

.mind-power-logo {
    margin-bottom: 10px !important;
}

.butt_mind_power {
    width: 35% !important;
    margin-top: -5px;
    margin-right: -5px;
}

.call_action {
    width: 28%;
    margin-top: -10px;
}

@media(max-width:767px) {
    .banner_mind_power {
        margin-top: 0px;
        padding: 5px;
        border-radius: 10px;
    }

    .about_mind_power {
        width: 28%;
        margin-top: -5px;
    }

    .repad img {
        width: 100%;
    }

    .butt_mind_power {
        width: 30% !important;
    }

    .call_action {
        width: 30%;
        margin-top: -4px;
    }
}

@media(max-width:500px) {
    .banner_mind_power {
        width: 80% !important;
        margin-top: -5px;
        padding: 5px;
        border-radius: 10px;
    }

    .about_mind_power {
        width: 30%;
        margin-top: -4px;
    }

    .butt_mind_power {
        width: 35% !important;
        margin-top: -5px;
        margin-right: -5px;
    }

    .call_action {
        width: 50%;
        margin-top: 4px;
        margin-left: -5px;
    }
}

/* Popup Close Button */
.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    z-index: 1000;
}



/* Re-living Geeta Page CSS */

body {
    max-width: 1650px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #122753;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

p {
    margin: 0px;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.homeBanner {
    margin-top: 0px;
    background-image: url('../images/place-overview/banner5.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90vh;
    /* padding-top: 10vh; */
}

.homeBanner .logo {
    width: 32%;
}

.homeBanner .place-overview {
    max-width: 60%;
    margin-top: 5%;
}

.homeBanner .reliving {
    max-width: 60%;
    margin-top: 5%;
}

.launch {
    padding: 3% 0;
    margin: 0px !important;
    background: #edd8a354;
}

.launch p {
    color: #4D2828;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
}

.here_you {
    padding: 3% 0 1% 0;
    margin: 0px !important;
}

.hereyouwill {
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    font-family: Quicksand, sans-serif;
}

.here_you p {
    background: #edd8a354;
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
    color: black;
    min-height: 100px;
    border-radius: 10px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    box-shadow: 4px 5px 6px #c8a44c91;
}

.courses {
    padding: 1% 0 3% 0;
    margin: 0px !important;
}

.dates {
    color: black;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.pricing {
    background: linear-gradient(to bottom, rgb(238 190 115 / 79%) 0%, rgb(238 191 109 / 48%) 59%, rgb(235 197 130) 100%), url(images/place-overview/bg.jpg);
    padding: 3% 0 3% 0;
    margin: 0px !important;
    background-size: 100% 100%;
}

.pricing .h4head {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 25px;
    font-family: Quicksand, sans-serif;
}

.pricing .subhead {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.payment_plan {
    color: #000;
    text-decoration: underline;
}

.modules p {
    margin: 0px;
    padding: 4px 0;
    color: black;
    font-family: "Quicksand", sans-serif;
    border-bottom: 1px solid #0002;
    font-weight: 500;
    font-size: 16px;
}

.modules span {
    color: #4D2828;
    font-weight: 700;
}

.pay_plan p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
}

.boxes {
    background: #fff5;
    border-radius: 10px;
    padding: 20px 30px;
    min-height: 208px;
}

.boxes h6 {
    color: #7f3800;
    text-align: center;
    font-weight: 700;
}

.boxes ul,
.boxes p {
    color: #4e2301;
    font-weight: 600;
}

.cancel_section {
    padding: 8px 0 8px 0;
    margin: 0px !important;
}

.cancel_head {
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 18px;
    font-family: Quicksand, sans-serif;
    margin-bottom: 5px;
}

.cancel_content {
    font-size: 17px;
    color: black;
}

.line {
    height: 3px;
    background: #4D2828;
    margin-top: 4%;
}

.line1 {
    height: 3px;
    background: #4D2828;
    margin-top: 1%;
    margin-bottom: 2%;
}

.course_overview {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 25px;
    font-family: Quicksand, sans-serif;
}

.course_subhead {
    color: black;
    text-align: center;
    font-size: 20px;
}

.notes {
    font-family: 'Quicksand', sans-serif;
    color: black;
    font-weight: 600;
    margin-top: 20px;
}

.buyNow {
    margin: 20px 0;
    padding: 0.8% 4%;
    border: 1px solid #7f3800;
    background: #7f3800;
    color: white;
    text-decoration: none;
    border-radius: 10px
}

.buyNow:hover {
    text-decoration: none;
    background: #7f380030;
    border: 2px solid #7f3800;
    color: #7f3800;
    font-weight: 600;
}

.blink_me {
    animation: blinker 1.5s linear infinite;
}

.experietial h4 {
    font-size: 26px;
}

.experietial img {
    margin-top: 4%;
    max-width: 70%;
    border-radius: 20px;
    box-shadow: 0 0 10px #0005;
}

.experietial h5 {
    color: black;
    margin-top: 4%;
    margin-bottom: 5px;
}

.experietial p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    color: black;
    font-size: 17px;
}

.vdo {
    margin-top: 30px !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media(max-width:1200px) {
    .homeBanner {
        height: 70vh;
    }

    .boxes {
        background: #fff5;
        border-radius: 10px;
        padding: 20px 30px;
        min-height: 250px;
    }

    .boxes h6 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .boxes ul,
    .boxes p {
        font-size: 20px;
        color: #4e2301;
        font-weight: 500;
    }
}

@media(max-width:992px) {
    .homeBanner {
        height: 60vh;
    }

    .homeBanner .logo {
        width: 40%;
    }

    .homeBanner .place-overview {
        max-width: 70%;
    }

    .homeBanner .reliving {
        max-width: 70%;
    }

    .launch {
        padding: 5% 0;
    }

    .launch p {
        color: #4D2828;
        text-align: center;
        font-size: 24px;
        line-height: 38px;
    }

    .here_you p {
        min-height: 120px;
    }

    .pricing {
        background-size: inherit;
    }
}

@media(max-width:520px) {
    .homeBanner {
        /* background: linear-gradient(to bottom, rgb(194 194 194 / 0%) 0%, rgb(228 194 135 / 67%) 59%, rgb(229 203 146) 100%), url(images/place-overview/banner5.jpg); */
        height: 34vh;
        padding-top: 2vh;
        background-size: 100% 100%;
    }

    .homeBanner .logo {
        width: 50%;
        margin-top: 5%;
    }

    .homeBanner .place-overview {
        max-width: 80%;
        margin-top: 8%;
    }

    .homeBanner .reliving {
        max-width: 90%;
        margin-top: 8%;
    }

    .launch p {
        font-size: 18px;
        line-height: 26px;
    }

    .hereyouwill {
        font-size: 24px;
        line-height: 15px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .here_you p {
        min-height: 70px;
        margin-top: 24px;
        box-shadow: 4px 5px 6px #c8a44c4d;
        background: #edd8a33b;
        margin-left: 30px;
        margin-right: 30px;
    }

    .line {
        height: 2px;
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .course_overview {
        font-size: 24px;
        line-height: 28px;
    }

    .course_subhead {
        font-size: 18px;
        line-height: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .dates,
    .notes {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modules p {
        padding: 8px 10px;
        color: black;
        font-family: "Quicksand", sans-serif;
        border-bottom: 1px solid #0002;
        font-weight: 600;
        font-size: 17px;
    }

    .pricing {
        margin-top: 30px !important;
        padding: 40px 0;
    }

    .pricing .h4head {
        font-size: 26px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .pricing .subhead {
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .payment_plan {
        margin-bottom: 2px;
        padding: 8px 10px;
    }

    .pay_plan p {
        color: #ffffffed;
        font-size: 17px;
        line-height: 22px;
        padding: 8px 10px;
    }

    .boxes {
        background: #fff5;
        border-radius: 10px;
        padding: 30px 20px;
        min-height: 230px;
        margin-top: 20px;
    }

    .boxes ul {
        line-height: 26px;
    }

    .boxes p {
        text-align: center;
        line-height: 26px;
    }

    .cancel_head {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .cancel_content {
        font-size: 15px;
        color: black;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .buyNow {
        margin: 20px 0;
        padding: 2% 8%;
        border: 1px solid #7f3800;
        background: #7f3800;
        color: white;
        text-decoration: none !important;
        border-radius: 10px;
        font-size: 16px;
    }

    .experietial {
        margin-top: 15px !important;
    }

    .experietial h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .experietial img {
        margin-bottom: 5px;
    }

    .experietial p {
        margin-bottom: 20px;
    }

    .vdo {
        margin-top: 5px !important;
    }
}


.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /* padding-top: 100px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 12px;
}

/* The Close Button */
.close {
    position: absolute !important;
    right: -30px !important;
    top: -30px !important;
    font-size: 30px !important;
    font-weight: normal !important;
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: 0 !important;
    padding: 12px 12px !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:767px) {
    .modal-content {
        width: 85%;
    }
}

.swal-text:first-child {
    text-align: center !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-button,
.swal-button:hover {
    background-color: #344b68;
    padding: 5px 20px;
}

.modal-backdrop.show {
    display: none !important;
}


/* Video Testimonials */

.video-testimonial-box img {
    border-radius: 20px;
    height: 405px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .video-testimonial-box img {
        height: 320px;
        width: 100%;
    }
}

@media screen and (max-width: 426px) {
    .video-testimonial-box img {
        height: 275px;
        width: 100%;
    }
}

@media screen and (max-width: 376px) {
    .video-testimonial-box img {
        height: 236px;
        width: 100%;
    }
}