@charset "utf-8";

/* CSS Document */


* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    background: #fff;
    height: auto;
}

a,
input[type="button"],
.btn {
    outline: none;
    transition: all 600ms ease-in-out;
    text-decoration: none;
}

.mb-0{
    margin-bottom: 0 !important;
}
.mt-40{
    margin-top: 40px;
}
.instant-terms p{

}
.nav-link {
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:hover {
    color: #2C66A5 !important;
}

.nav-link.active {
    color: #2C66A5 !important;
}
.sonic-text{
    color: #9E172F;
}
.btn-primaryy {
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    border-radius: 7px;
    background-color: #2C66A5;
    border: 2px solid #2C66A5;
    cursor: pointer;
    transition: .3s ease-in;
    box-shadow: rgba(228, 228, 228, 0.2) 0px 7px 29px 0px;
}
.btn-primaryy.confirm-btn {
    /*max-width: 485px;*/
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px !important;
    height: auto !important;
    line-height: 1.1;
}

.btn-primaryy:hover {
    color: #2C66A5 !important;
    background-color: #fff;
    border: 2px solid #2C66A5;
}

.btn-primaryy a{
    color: #fff;
}
.btn-primaryy:hover a{
    color: #2C66A5;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
    padding: 0 0 30px 0;
    margin: 0;
}
.note {
    font-size: 14px;
    font-weight: 600;
    color: #5e5d5d;
     padding-bottom: 15px;
}
p.price {
    text-align: center;
    padding-bottom: 0px;
    font-size: 50px;
    font-weight: bolder;
    color: #9f0a24;
}
p strong {
    font-weight: 700;
}
.charge{
   font-size: 17px;
    font-weight: 600;
   
     padding-bottom: 15px;
     text-align: center;  
}

h2 {
    font-size: 48px;
    color: #010101;
    line-height: 60px;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
}

h2 strong {
    color: #9e172f;
    font-weight: 700;
}

h2 span.line {
    position: relative;
}

h2 span.line:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #9e172f;
}


@media screen and (min-width:1270px) {
    .container {
        max-width: 1270px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*=========== Banner Start =============*/
.banner-sec {
    padding: 80px 0 150px;
    margin: 0;
    background: url(../upsell1images/banner-img.jpg) no-repeat center;
    background-size: cover;
}

.banner-sec .text-block {
    padding: 0;
    margin: 0;
}

.banner-sec .text-block h1 {
    font-size: 54px;
    color: #010101;
    line-height: 60px;
    font-weight: 800;
    padding: 0 0 35px 0;
    margin: 0;
}

.banner-sec .text-block h1 strong {
    color: #9e172f;
    font-weight: 800;
}

.banner-sec .text-block .line-box {
    padding: 0 0 0 30px;
    margin: 0;
    border-left: 3px solid #2c66a5;
}

.banner-sec .text-block .line-box h6 {
    font-size: 30px;
    color: #2c66a5;
    line-height: 40px;
    font-weight: 700;
    font-style: italic;
    padding: 0;
    margin: 0;
}


/*=========== Footer Start =============*/
.footer{
    background-color: #6F8FC9;
    color: #fff;
    margin-top: 1em;
    padding: 0.75em;
    text-align: center;
    font-size: 16px;
}
.product-logo {
    max-width: 120px;
    margin-bottom: 0.5em;
}
.product-logo img{
    width: 100%;
    display: block;
}
.footer__links {
    display: inline-block;
    margin-top: 0.3em;
    margin-bottom: 1em;
}
.footer a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}
.footer__links>a:not(:last-child):after {
    content: '-';
    margin-left: 0.3em;
    color: #fff;
}
.footer__links>a {
    margin-right: 0.3em;
}
.footer p {
    margin-bottom: 0.7em;
    line-height: 1.5;
    font-size: 16px;
    padding: 0;
    color: #fff;
}
#footer {
    padding: 35px 0;
    margin: 0;
    background: #2c66a5;
}

#footer p {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#footer ul {
    padding: 30px 0;
    margin: 30px 0 60px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#footer ul li {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    padding: 0 25px;
    margin: 0;
    position: relative;
}

#footer ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    border-radius: 50%;
}

#footer ul li:first-child {
    padding-left: 0;
}

#footer ul li:last-child {
    padding-right: 0;
}

#footer ul li:last-child:after {
    display: none;
}

#footer ul li a {
    color: #fff;
}

#footer ul li a:hover {
    opacity: .6;
}

#footer.home-footer {
    padding: 120px 0 80px 0;
    margin: 0;
    background: url('../images/footer-bg.jpg') no-repeat center;
    background-size: cover;
}


/*=========== Covid Topbar Start =============*/
.covid-topbar-sec {
    padding: 10px 0;
    margin: 0;
    background: #2E67B2;
}

.covid-topbar-sec p {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

/* Page 6 */

.sonic-sleep-hero {
    text-align: center;
    background-image: url(../images/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}

.sonic-sleep-hero h6 {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 15px !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    color: black;
    line-height: 70px;
    padding: 0px !important;
}

.sonic-sleep-hero h6 span {
    color: #9F172F;
}

.sonic-sleep-hero .marron-p {
    padding: 0 20px;
    background-color: #9F172F;
    width: fit-content;
    border-radius: 10px;
    margin: 30px auto;
    /*cursor: pointer;*/
}

.sonic-sleep-hero .marron-p p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: white;
    line-height: 70px;
    padding: 0px !important;
}

.sonic-sleep-hero .banner-video {
    position: relative;
    top: 10px;
    margin: 0 auto;
}

iframe {
    border: 7px solid white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.instant-access {
    text-align: center;
    margin-top: 30px;
}

.instant-access h1 {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 15px !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: black;
    line-height: 70px;
    padding: 0px !important;
}

.instant-access .instant-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}

.instant-access .instant-cards .instant-card {
    height: 500px;
    width: 500px;
    border-radius: 20px;
    border: 1px solid #2c67a534;
    background-color: #F1F6F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instant-access .instant-cards .instant-card img {
    height: 400px;
}

.instant-last-text {
    margin-top: 50px;
    margin-bottom: 20px;
}

.instant-last-text p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #666666;
    line-height: 30px;
    padding: 0px !important;
}

.instant-terms {
    padding: 40px 50px;
    background-image: url(../upsell1images/faq-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
}

.instant-terms p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: black;
    line-height: 40px;
    padding: 0px !important;
}

.instant-terms p span {
    font-weight: 700;
}

.instant-terms-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.instant-terms-checkbox .form-check-input {
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
}

.instant-terms-checkbox .form-check-input:checked {
    background-color: #2b7dd5;
    border-color: #2b7dd5;
}

.instant-terms-checkbox .form-check-label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: black;
    padding-left: 20px;
    padding-top: 5px;
}

.instant-maroon {
    background-color: #9F172F;
   
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
    cursor: pointer;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}
.instant-maroon1 {
    text-align: center;
}
.instant-maroon1 a {
    display: block;
    background-color: #80808000;
    color: #000;
    padding: 10px 30px;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 10px;
    font-size: 24px;
    text-decoration: underline;
}


.instant-maroon a{

    padding: 15px 20px;
  
}

.instant-maroon:hover {
    background-color: #cb314c;
}
.instant-maroon p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: white;
    line-height: 50px;
    padding: 0px !important;
}

.instant-last-anchor {
    text-align: center;
    margin-bottom: 50px;
}

.instant-last-anchor a {
    font-size: 24px;
    font-weight: 600;
    color: #2b7dd5;
    text-decoration: underline;
}

.instant-last-anchor a:hover {
    color: black;
    text-decoration: none;
}

.instant-modal-content p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    color: black;
    line-height: 50px;
    padding: 0px !important;
}

.instant-modal-content p span {
    font-weight: 700 !important;
    color: black;
    text-decoration: underline;
    text-decoration-color: #9F172F;
}

.instant-modal-content h6 {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #9F172F;
    line-height: 50px;
    padding: 0px !important;
}

.instant-modal-maroon {
    background-color: #9F172F;
    padding: 20px 30px;
    text-align: center;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
    border: 2px solid #9F172F;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease-in;
}

.instant-modal-maroon:hover {
    background-color: white;
    border: 2px solid #9F172F;
}

.instant-modal-maroon:hover p {
    color: #9F172F !important;
}

.instant-modal-maroon p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: white;
    line-height: 50px;
    padding: 0px !important;
}

.final-modal-content h6 {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #9F172F;
    line-height: 50px;
    padding: 0px !important;
}

.final-modal-content h6 span {
    text-decoration: underline;
}

.final-modal-content p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: black;
    line-height: 1.8;
    padding: 0px !important;
    margin-bottom: 15px !important;
}

.final-modal-content p span {
    font-weight: 700 !important;
}

.final-modal-maroon {
    background-color: #9F172F;
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.final-modal-maroon p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: white;
    line-height: 30px;
    padding: 0px !important;
}

.final-last .p-area p {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: black;
    line-height: 20px;
    padding: 0px !important;
    text-align: start;
}

.final-last .p-area .form-check-label {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #5A5A5A;
    text-align: start;
}

.final-last img {
    height: 120px !important;
}



/* Floating Buttons */


.ready-to-buy {
    position: fixed;
    top: 30px;
    right: 30px;
}


.scroll-to-top {
    position: fixed;
    bottom: 16px;
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #2C66A5;
    border: 1px solid #2C66A5;
    box-shadow: rgba(216, 216, 216, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: all .4s ease-in;
}

.scroll-to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}

.scroll-to-top:hover {
    border: 1px solid #2C66A5;
    background-color: white;
}

.scroll-to-top i {
    font-size: 40px;
    color: white;
}

.scroll-to-top:hover i {
    color: #2C66A5;
}
.dsply-blck{
    display: block;
}
.footer-logo{
    height: 100px; 
    margin-bottom:60px;
}
.dsply-blck{
    display: block;
}
/*modal*/
.modal-top {
    background-color: #2E67B2;
    color: #fff;
    padding: 13px 10px;
    max-width: 520px;
    width: 100%;
    margin: auto;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.modal-top h6 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
}
.modal-body {
    padding-top: 0 !important;
}
.col-lg-12.p-5 {
    padding: 2rem !important;
    padding-top: 1rem !important;
}
.btn-secondary {

    color: black;

    font-size: 20px;

    font-weight: 700;

    height: 56px;

    padding-left: 20px;

    padding-right: 20px;

    border-radius: 7px;

    background-color: #D8D8D8;

    border: 2px solid #D8D8D8;

    cursor: pointer;

    transition: .3s ease-in;

}



.btn-secondary:hover {

    color: black;

    background-color: #fff;

    border: 2px solid #D8D8D8;

}
img.product-img {
    padding: 10px;
    width: 100%;
    max-width: 400px;
}
/*footer*/
footer.full-conatiner{
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}
img.logo {
    width: 100%;
    max-width: 300px;
}
footer a{
    color: #fff;
}
footer p{
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 1.6;
    font-weight: 300;
}
.p0.no-border {

    border: none;

    border-radius: 0;

    background: transparent;

    color: #fff;

    text-align: center;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 300;

}
.blackbg {
    background: #2C66A5;
    background: url(/assets_approval/upsell1images/footer-bg.jpg) no-repeat center;
    background-size: cover;
}
.footer-links ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.footer-links ul li {
    padding: 0px 7px 20px 7px;
}

.footer-links {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: fit-content;
}
h1.main-title {

    text-align: center;

    color: #2c66a5;

    font-size: 50px;

    text-shadow: 1px 1px 0px #0f355e;

}

h4.text-headings {

    margin-top: 20px;

    font-size: 25px;

}

hr {

    border-bottom: 4px solid red;

    border: 0px;

    width: 130px;

    height: 3px;

    display: inline-block;

    background: #258cab;

    
}
/*____________________________________________
                Media Queries 
______________________________________________*/

@media only screen and (orientation:landscape) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (orientation:portrait) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media (max-width: 1920px)
{
    .instant-maroon a {
        padding: 15px 20px;
    }
}
@media (max-width: 1370px)
{
    .sonic-sleep-hero {
        padding: 36px 0px;
    }
    .sonic-sleep-hero h6 {
        font-size: 55px !important;
    }
    .instant-maroon p {
        font-size: 42px !important;
    }
    .instant-maroon {
        margin-bottom: 10px;
    }
    #footer.home-footer {
        padding: 100px 0 60px 0;
    }
    .instant-access .instant-cards .instant-card {
        width: 100%;
        flex: 1;
    }
    #footer p {
        font-size: 22px;
    }
    
}
@media (max-width: 1024px)
{
    #footer ul li {
        font-size: 24px;
        padding: 0 15px;
    }
    .instant-maroon p {
        font-size: 36px !important;
    }
    .p-5 {
        padding: 1rem!important;
    }
    .modal-top h6 {
        margin-bottom: 0;
    }
    .final-modal-maroon {
        padding: 20px 15px;
    }
    .final-modal-maroon p {
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 992px) {
    .main-left-side .maroon-box {
        width: 100%;
    }

    .white-bg-img .white-texts h6 {
        font-size: 36px !important;
        width: 100%;
    }

    .white-bg-img .white-texts p {
        font-size: 22px !important;
        width: 100%;
    }

    .white-bg-img .white-texts {
        padding: 20px;
    }

    .suffer-hero h6 {
        line-height: 50px;
    }
}
@media (max-width: 768px){
    .sonic-sleep-hero h6 {
        font-size: 50px !important;
        line-height: 60px;
    }
    .ready-to-buy {
        right: 12px;
    }
    .sonic-sleep-hero .marron-p {
        padding: 22px 22px;
    }
    .sonic-sleep-hero .marron-p p {
        font-size: 22px !important;
        line-height: 30px;
    }
    .sonic-sleep-hero {
        padding: 30px 0px 10px;
    }
    .instant-access {
        margin-top: 10px;
    }
    .instant-terms {
        padding: 26px 30px;
    }
    .instant-terms p {
        font-size: 22px !important;
    }
    .instant-maroon p {
        font-size: 34px !important;
        line-height: 42px;
    }
    .instant-maroon a {
        padding: 15px 20px;
    }
    .instant-maroon {
        margin-bottom: 10px;
    }
    .instant-last-anchor {
        margin-bottom: 35px;
        padding: 0 20px;
    }
    .instant-last-anchor a {
        font-size: 22px;
    }
    #footer.home-footer {
        padding: 55px 0 40px 0;
    }
    .footer-logo {
        height: 100px;
        margin-bottom: 35px;
    }
    #footer p {
        font-size: 22px;
        line-height: 36px;
    }
    #footer ul li {
        padding: 0 24px;
        margin-bottom: 10px;
    }
    #footer ul {
        padding: 30px 10px;
        margin: 30px 0 25px;
    }
    #footer p {
        font-size: 21px;
    }
    /*modal*/
    .instant-modal-content p {
        font-size: 25px !important;
        line-height: 41px;
    }
    .instant-modal-content h6 {
        font-size: 28px !important;
        line-height: 35px;
    }
    .instant-modal-maroon {
        padding: 15px;
    }
    .instant-modal-maroon p {
        font-size: 28px !important;
        line-height: 38px;
    }
    .mb-5 {
        margin-bottom: 1rem!important;
    }
    .my-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .modal-dialog {
        max-width: 640px;
    }
    .prouctImg{
        max-width: 450px;
        width: 100%;

    }
    a.btn-primaryy {
        font-size: 14px;
        padding: 10px 20px !important;
    }
}
@media (max-width: 600px)
{
    .sonic-sleep-hero h6 span.dsply-blck {
        display: inline;
    }
    .sonic-sleep-hero h6 {
        font-size: 45px !important;
        line-height: 54px;
        padding: 0 10px !important;
    }
    .sonic-sleep-hero .marron-p {
        padding: 18px;
    }
    .sonic-sleep-hero {
        padding: 30px 10px 10px;
    }
    .container, .container-sm {
         max-width: 100% !important; 
    }
    .instant-access h1 {
        font-size: 45px !important;
    }
    .instant-access .instant-cards {
        padding: 0 30px;
    }
    .instant-terms p {
        font-size: 21px !important;
    }
    .instant-maroon p {
        font-size: 32px !important;
    }
    .instant-maroon a {
        padding: 10px 15px;
    }
    #footer.home-footer {
        padding: 45px 0 35px 0;
    }
    #footer ul li {
        font-size: 22px;
        padding: 0 15px;
    }
    /*modal*/
    .modal {
        padding: 0 12px;
    }
    .instant-modal-maroon p {
        font-size: 26px !important;
        line-height: 30px;
    }
    .instant-modal-content h6 {
        font-size: 26px !important;
    }
    .instant-modal-content p {
        font-size: 23px !important;
        line-height: 41px;
    }
    .mt-4 {
        margin-top: 1rem!important;
    }
    .instant-last-anchor a {
        font-size: 21px;
    }
    .final-modal-content.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .final-modal-content h6 {
        line-height: 20px;
    }
    .final-modal-maroon {
        padding: 10px 13px;
    }
    .final-modal-maroon {
        padding: 10px 13px;
    }
    .final-modal-maroon p {
        font-size: 20px !important;
    }
    .col-lg-12.p-5 {
        padding-bottom: 0 !important;
    }
    .final-last.my-4 {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 500px)
{
    .sonic-sleep-hero h6 {
        font-size: 40px !important;
    }
    .sonic-sleep-hero .marron-p {
        padding: 12px;
    }
    .sonic-sleep-hero .marron-p p {
        font-size: 21px !important;
    }
    .instant-access h1 {
        font-size: 40px !important;
        line-height: 40px;
    }
    .instant-access .instant-cards .instant-card {
        height: 390px;
    }
    .instant-access .instant-cards .instant-card img {
        height: 324px;
    }
    .btn-primaryy {
        height: 49px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 16px;
    }
    .instant-terms {
        padding: 20px;
    }
    .instant-maroon p {
        font-size: 28px !important;
        line-height: 39px;
    }
    .instant-maroon a{
        padding: 16px 11px;
    }
    .instant-last-anchor a {
        font-size: 20px;
    }
    .footer-logo {
        height: 83px;
        margin-bottom: 25px;
    }
    #footer p {
        font-size: 20px;
    }
    #footer ul {
        padding: 20px 10px;
        margin: 25px 0 20px;
    }
    #footer.home-footer .container {
        padding: 0 10px;
    }
    /*modal*/
    .instant-modal-content p {
        font-size: 21px !important;
        line-height: 33px;
    }
    .instant-modal-maroon {
        padding: 8px;
    }
    .instant-modal-content h6 {
        font-size: 22px !important;
    }
    .col-lg-12.p-5 {
        padding: 1rem !important;
        padding-top: 1rem !important;
    }
    a.btn-primaryy {
        font-size: 13px;
        padding: 10px 14px !important;
    }
    .btn-primaryy.confirm-btn {
   
        line-height: 1.5;
    }
}   
@media (max-width: 428px)
{
    .sonic-sleep-hero h6 {
        font-size: 37px !important;
        padding: 0 !important;
        line-height: 49px;
    }
    .sonic-sleep-hero .marron-p p {
        font-size: 20px !important;
    }
    .btn-primaryy {
        font-size: 18px;
    }
    .instant-access h1 {
        font-size: 34px !important;
    }
    .instant-access .instant-cards {
        padding: 0 20px;
        margin-bottom: 24px;
    }
    .instant-last-text p {
        font-size: 19px !important;
    }
    .instant-last-text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .instant-terms p {
        font-size: 19px !important;
        line-height: 1.8;
    }
    .instant-terms-checkbox .form-check-input {
        width: 30px !important;
        height: 31px !important;
    }
    .instant-terms-checkbox .form-check-label {
        font-size: 20px !important;
        padding-left: 10px;
    }
    .instant-maroon p {
        font-size: 25px !important;
        line-height: 35px;
    }
    .instant-maroon a{
        padding: 11px 11px;
    }
    .instant-last-anchor a {
        font-size: 19px;
    }
    .footer-logo {
        height: 70px;
        margin-bottom: 20px;
    }
    #footer p {
        font-size: 18px;
        line-height: 29px;
    }
    #footer ul li {
        font-size: 19px;
        padding: 0 15px;
    }
    .instant-last-anchor {
        margin-bottom: 20px;
        padding: 0 5px;
    }
    /*modal*/
    .final-modal-maroon p {
        font-size: 19px !important;
    }
    .final-modal-content h6 {
        line-height: 25px;
    }
    .final-last .p-area p {
        font-size: 17px !important;
    }
    .modal-top h6 {
        font-size: 25px;
    }
    .modal-top {
        padding: 10px 10px;
    }
}
@media(max-width: 390px)
{
    .sonic-sleep-hero h6 {
        font-size: 32px !important;
        line-height: 43px;
    }
    .sonic-sleep-hero .marron-p p {
        font-size: 18px !important;
    }
    .instant-access h1 {
        font-size: 30px !important;
    }
    .instant-access .instant-cards .instant-card img {
        height: 275px;
    }
    .instant-access .instant-cards .instant-card {
        height: 330px;
    }
    .instant-last-text p {
        font-size: 18px !important;
    }
    .instant-terms p {
        font-size: 18px !important;
    }
    .instant-terms-checkbox .form-check-label {
        font-size: 18px !important;
        padding-left: 8px;
        padding-top: 0;
    }
    .instant-terms-checkbox .form-check-input {
        width: 25px !important;
        height: 25px !important;
    }
    .my-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .instant-maroon {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .instant-maroon p {
        font-size: 22px !important;
        line-height: 32px;
    }
    .instant-last-anchor a {
        font-size: 18px;
    }
    .footer-logo {
        height: 65px;
    }
    #footer p {
        font-size: 17px;
    }
    #footer.home-footer {
        padding: 40px 0 30px 0;
    }
    #footer p {
        font-size: 16px;
    }
    #footer ul li:after {
        opacity: 0;
    }
    #footer ul li {
        display: block;
        font-size: 18px;
        padding: 0 0;
        margin-bottom: 4px;
    }
    #footer ul {
        padding: 10px;
        margin: 20px 0;
    }
    .btn-primaryy {
        font-size: 16px;
    }
    .btn-primaryy {
        height: 44px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 10px;
    }
    .ready-to-buy {
        right: 7px;
    }
    .covid-topbar-sec p {
        font-size: 18px;
    }
    /*modal*/
    .instant-modal-content p {
        font-size: 19px !important;
        line-height: 25px;
    }
    .instant-modal-content h6 {
        font-size: 20px !important;
        line-height: 25px;
    }
    .final-modal-maroon p {
        font-size: 18px !important;
        line-height: 23px;
    }
    .modal-top h6 {
        font-size: 23px;
    }
}
@media (max-width: 375px)
{
    .covid-topbar-sec p {
        font-size: 17px;
    }
    .sonic-sleep-hero {
        padding: 10px 10px 10px;
    }
    .sonic-sleep-hero h6 {
        font-size: 28px !important;
        line-height: 37px;
    }
    .sonic-sleep-hero .marron-p {
        padding: 10px;
        margin: 20px auto;
    }
    .sonic-sleep-hero .marron-p p {
        font-size: 17px !important;
        line-height: 27px;
    }
    .instant-access h1 {
        font-size: 28px !important;
    }
    .instant-access .instant-cards .instant-card img {
        height: 250px;
    }
    .instant-last-text p {
        font-size: 17px !important;
    }
    .instant-terms p {
        font-size: 17px !important;
    }
    .instant-terms {
        padding: 15px;
    }
    .instant-terms-checkbox .form-check-label {
        font-size: 17px !important;
        padding-left: 7px;
    }
    .instant-terms-checkbox .form-check-input {
        width: 22px !important;
        height: 22px !important;
    }
    .instant-last-anchor a {
        font-size: 17px;
    }
    .instant-maroon p {
        font-size: 21px !important;
        line-height: 29px;
    }
    .footer-logo {
        height: 60px;
    }
    #footer ul li {
        font-size: 17px;
        margin-bottom: 0px;
    }
    #footer.home-footer {
        padding: 30px 0 20px 0;
    }
}
@media (max-width: 320px)
{
    .covid-topbar-sec p {
        font-size: 16px;
    }
    .sonic-sleep-hero h6 {
        font-size: 25px !important;
        line-height: 34px;
    }
    .sonic-sleep-hero .marron-p p {
        font-size: 16px !important;
        line-height: 26px;
    }
    .instant-access h1 {
        font-size: 25px !important;
    }
    .instant-access .instant-cards .instant-card img {
        height: 230px;
    }
    .instant-access .instant-cards .instant-card {
        height: 285px;
    }
    .instant-last-text p {
        font-size: 16px !important;
    }
    .instant-terms p {
        font-size: 16px !important;
    }
    .instant-terms-checkbox .form-check-label {
        font-size: 16px !important;
        padding-left: 5px;
    }
    .instant-terms-checkbox .form-check-input {
        width: 20px !important;
        height: 20px !important;
    }
    .instant-maroon p {
        font-size: 20px !important;
    }
    .instant-last-anchor a {
        font-size: 16px;
    }
    .footer-logo {
        height: 55px;
    }
    #footer p {
        font-size: 15px;
        line-height: 24px;
    }
    #footer ul li {
        font-size: 16px;
        margin-bottom: 0px;
    }
    /*modal*/
    .instant-modal-content p {
        font-size: 18px !important;
        line-height: 24px;
    }
    .instant-modal-content h6 {
        font-size: 18px !important;
        line-height: 23px;
    }
    .modal {
        padding: 0 8px;
    }
    .final-modal-content p {
        font-size: 15px !important;
    }
    .final-modal-maroon p {
        font-size: 17px !important;
    }
    .final-last .p-area p {
        font-size: 16px !important;
    }
    .final-last .p-area .form-check-label {
        font-size: 13px !important;
    }
    .final-last .p-area .form-check-label {
        font-size: 13px !important;
    }
    .btn-primaryy {
        height: 36px;
    }
    .btn-primaryy {
        font-size: 15px;
    }
    .modal-top h6 {
        font-size: 21px;
    }
}

/****************************** Members Index 019 *************************************/

        .instant-access .instant-cards .instant-card {
            position: relative;
        }

        .books-cards-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .books-cards-wrapper .books-card {
            max-width: 500px;
        }

        .books-cards-wrapper .books-card img {
            width: 100%;
        }

        .frame {
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 0 4px #000;
            padding: 15px 30px;
            width: 100%;
            overflow-y: scroll;
            height: 300px;
            max-width: 80%;
            margin: auto;
        }

        .instant-maroon a {
            font-family: 'Open Sans', sans-serif !important;
            margin-bottom: 0px !important;
            font-size: 50px;
            font-weight: 700 !important;
            color: white;
            line-height: 50px;
            display: block;
            text-align: center;
        }

        @media (max-width: 1370px) {
            .instant-maroon a {
                font-size: 42px;
            }
        }

        @media (max-width: 1024px) {
            .frame {
                max-width: 100%;
            }

            p {
                font-size: 21px;
            }

            .instant-maroon a {
                font-size: 36px;
            }
        }

        @media (max-width: 768px) {
            p {
                font-size: 18px;
            }

            .mt-40 {
                margin-top: 20px;
            }

            .instant-maroon a {
                font-size: 34px;
                line-height: 42px;
            }

        }

        @media (max-width: 500px) {
            p {
                font-size: 16px;
            }

            .instant-maroon a {
                font-size: 28px;
                line-height: 38px;
            }

        }

        @media (max-width: 428px) {
            p {
                font-size: 14px;
            }

            .mt-40 {
                margin-top: 10px;
            }

            .instant-maroon a {
                font-size: 25px;
                line-height: 35px;
            }
        }

        @media (max-width: 390px) {
            .instant-maroon a {
                font-size: 22px;
                line-height: 32px;
            }

        }

        @media (max-width: 375px) {
            .instant-maroon a {
                font-size: 21px;
                line-height: 29px;
            }
        }

        @media (max-width: 320px) {
            .instant-maroon a {
                font-size: 20px;
            }
        }

        .instant-maroon[disabled=disabled], .instant-maroon:disabled {
            /* cursor: not-allowed;
             pointer-events: none;*/
            border: 1px solid #999999;
            background-color: #9F172F;
            color: #666666;
        }

        .swal-button-container button.swal-button.swal-button--confirm {
            background: #9f172f;
            font-size: 20px;
            width: 100%;
        }

        .swal-button-container {
            width: 100%;
        }

        .swal-icon--warning__body {
            height: 20px;
        }

        .swal-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto;
        }

        .swal-icon--warning {
            border-color: #9f172f !important;
            -webkit-animation: pulseWarning .75s infinite alternate;
            animation: pulseWarning .75s infinite alternate;
        }

        .swal-icon--warning__body, .swal-icon--warning__dot {
            position: absolute;
            left: 50%;
            background-color: #9f172f;
        }

        .swal-text {
            font-size: 18px;
            text-align: center;
            color: rgb(0, 0, 0);
        }

        .par {
            color: #738580;
        }
footer.footer p {
    margin-bottom: 0.8em;
    line-height: 1.5;
}