@font-face {
    font-family: 'Acta-Medium';
    src: url('https://cdn.epoch.cloud/assets/fonts/Acta-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Ringside-Narrow';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Ringside-Narrow-Medium';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Ringside-Narrow-Bold';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Ringside-Narrow-Book';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Book.otf') format('opentype');
}



body{
    color: #262626;
}
.top_header{
    margin-top: 70px;
}

.top_title{
    font-family: 'Acta-Medium';
    font-size: 32px;
    margin-bottom: 0px;
}

.top_subtitle{
    font-family: 'Ringside-Narrow';
    font-size: 20px;
}

.section_badge{
    font-family: 'Ringside-Narrow-Medium';
    font-size: 14px;
    background-color: #E26448;
    color: white;
    padding: 7px 16px;
}

.section_title{
    font-family: 'Acta';
    font-size: 32px;
}

.section_subtitle{
    font-family: 'Ringside-Narrow';
    font-size: 20px;
    color: #595959;
}

.section_saving{
    color: var(--coral-60, #C0472C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Ringside-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px; 
}

.book_info {
    background: #FEF9F8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 227px;
    max-width: 100%;
    padding: 10.47px 18px;
    max-height: 97.052px;
}

.new_added {
    display: flex;
    justify-content: flex-start;
    gap:26px;
    align-items: center;
}

.circled_section_saving{
    color: #C0472C;
    font-family: "Ringside-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px; 
}

.text_italic {
    color: #000;
    font-family: 'Ringside-Narrow';
    font-size: 16px;
    font-style: italic;
    font-weight: 350;
    line-height: 26px;
}

.writer_name {
    color: #000;
    font-family: 'Ringside-Narrow';
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 26px;
}

ul{
    font-family: 'Ringside-Narrow';
    font-size: 18px;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    line-height: 1.5rem;
}

.green_ck, .black_ck{
    width: 20px;
}

.section_price{
    font-family: 'Ringside-Narrow-Bold';
    font-size: 36px;
    color: #111928;
}

.price_wrapper {
    width: 100%;
}

.week {
    color: var(--gray-900, #111928);
    font-family: "Ringside Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 48px;
}

.section_price_details{
    font-family: 'Ringside-Narrow';
    font-size: 20px;
    color: #595959;
    line-height: 1.5rem;
}

.section_btn{
    font-family: 'Ringside-Narrow-Medium';
    font-size: 18px;
    color: white;
    background: #E26448;
    border-radius: 2px;
    height: 44px;
}

.content_container {
    color: #FFF;
    text-align: center;
    font-family: 'Ringside-Narrow';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; 
    background: #2F6DC8;
    padding: 9px 0px;
    margin-bottom: 32px;
    margin-top: 20px;
}



.black_checkmark {
    margin-right: 10px;
}

.heighlight {
    color: #2F6DC8;
    font-family: 'Ringside-Narrow';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.section_btn a{
    color: white;
    text-decoration: none;
}
.section_btn:hover{
    color: white;
}

.details_bottom{
    font-family: 'Ringside-Narrow';
    font-size: 16px;
    color: black;
}
.left_col{
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.small_col{
    background: #F4F8FA;
    padding-top: 30px;
    padding-bottom: 30px;
}

.right_col{
    background: #F4F8FA;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.section_card{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.list_item, .benifts_section {
    font-family: 'Ringside-Narrow';
    font-size: 18px;
    line-height: 1.5rem;
}

.remark {
    font-family: 'Ringside-Narrow';
    font-size: 16px;
    line-height: 1.5rem;
}

/* start readepoch.com part*/

.readepoch{
    font-family: 'Ringside-Narrow-Book';
}

.vip_testimonials {
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 47%;
    width: 85%;
    max-width: 1100px;
}

.vip_testimonials iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.dark_blue {
    background: linear-gradient(180deg, #606C85 0%, #404B64 100%);
}

.our_editorial {
    color: #FFFFFF;
    font-family: 'Acta-Medium';
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.19px;
    line-height: 46px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
}

.media_img {
    border: 10px solid #fff;
}

.card-header{
    background-color: unset;
    border-bottom: unset;
    padding: 0px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: unset;
    background-clip: border-box;
    border: unset !important;
    border-bottom: 1px solid #CCC !important;
    border-radius: unset;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.btn-collapse{
    color: white;
    font-size: 18px;
    padding: 0px !important;
}

.card-body {
    padding: 0px;
}

.btn-collapse:hover{
    color: white;
}

.card_title{
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
}
.card_arrow{
    width: 15px;
    height: 15px;
    content: '';
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: 10px;
}
.card_title_closed{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.card_title_opened{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.try-button a{
    width: 250px;
    position: relative;
    background: #ffe68c;
    font-size: 19px;
    font-weight: 700;
    border-radius: 7px;
    display: inline-block;
    padding: 15px 25px;
    text-align: center;
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
}

.try-button a:hover{
    background-color: rgb(248, 222, 108);
}

.our_story {
    padding-top: 57px;
    text-align: center;
}

.our_content_title {
    margin-bottom: 30px;
    color: #182F66;
    font-family: "Acta-Medium";
    font-size: 43px;
    font-weight: bold;
    letter-spacing: -1.19px;
    line-height: 46px;
    text-align: center;
}

.cancel-text {
    font-size: 14px;
    color: #444F70B2;
}

.story_video{
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.story_video iframe,
.story_video object,
.story_video embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insightful_content{
    background: rgb(245,244,244);
}

.insightful_content .subtitle{
    color: rgb(51, 51, 51);
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin-bottom: 32px;
}
.insightful_content .card{
    color: black;
    border-bottom: unset !important;
}
.card-title {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}
.card-text {
    color: rgb(0, 0, 0);
    font-family: raleway-1, raleway-2, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 22px;
    overflow-wrap: break-word;
    text-align: left;
    margin-top: 10px;
}

.note_space1{
    padding-left: 10px;
}

.note_space2{
    padding-left: 48px;
}

.faq_content {
    background-color: rgb(206,206,206);
    color: black;
}

.faq_content .card_title {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 15px 0 15px 0;
    position: relative;
    cursor: pointer;
    color: black;
}

.faq_content .card-body {
    font-size: 16px;
    line-height: 1.2;
    color: black;
}

.faq-title{
    text-align: center;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    margin: 20px 0;
}

.faq_content .card_arrow{
    width: 15px;
    height: 15px;
    content: '';
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    margin-top: 10px;
}
.faq_content .card_title_closed{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq_content .card_title_opened{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq_content  .view_all {
    margin-top: 30px;
    text-align: center;
}

.faq_content  .view_all a{
    color: black;
    text-decoration: none;
}

.faq_content  .last_que {
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}

.faq_content .last_ans {
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.blackstar{
    width: 12px;
}

#quiqChatLaunch:hover {
    cursor: pointer;
}

#quiqChatLaunch {
    height: 40px;
    width: 150px;
    font-size: 20px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: white;
    bottom: 8px;
    right: 13px;
    border: none;
    background-color: #003C71;
    border-top-left-radius: 5px;
    font-weight: bold;
    text-align:left;
    padding-left: 10px;
    text-align: right;
    background-color: transparent;
}

.understand_world .our_content_title {
    margin-bottom: 35px;
    color: #182F66;
    font-family: 'Acta-Medium';
    font-size: 43px;
    font-weight: bold;
    letter-spacing: -1.19px;
    line-height: 46px;
}

.understand_world .subtitle {
    margin-bottom: 14px;
    color: rgb(51, 51, 51);
    font-size: 25px;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    overflow-wrap: break-word;
    text-align: center;
}
.understand_world .subtitle2{
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 54px;
}

.understand_world .image {
    max-width: 960px;
    margin: auto;
}

.understand_world .image_caption {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    overflow-wrap: break-word;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 42px;
}
.understand_world .infographic_desc {
    max-width: 689px;
    margin: auto;
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    overflow-wrap: break-word;
    text-align: center;
    margin-bottom: 50px;
}

.col-1-custom {
    flex: 0 0 4.333333%;
    max-width: 4.333333%;
}

.fir-line {
    color: var(--gray-gray-70, #595959);
    text-align: center;
    font-family: "Ringside-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px; 
}

.sec-line {
    color: var(--gray-gray-70, #595959);
    font-family: "Ringside-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 24px;
}

.sub-text {
    color: var(--gray-gray-70, #595959);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Ringside-Narrow";
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 18px;
    padding: 8px 0px;
}

.price-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.custom_box {
    display: flex;
    width: 25%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    background: #FEF9F8;
}

.benifit_title {
    color: var(--Gray-Gray-90, #262626);
    font-family: "Ringside-Narrow-Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}

.benifit_box {
    background: #EEF8FF;
}

.parag1 {
    color: var(--Gray-Gray-90, #262626);
    font-family: "Ringside-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 24px;
}

ul.parag1 {
    list-style-type: disc;
}

.content-outline {
    padding: 0!important;
}

.row.top_header img {
margin: auto;
max-width: 100%;
}

.subtitle_top {
    color: var(--Gray-Gray-90, #262626);
    text-align: center;
    font-family: "Ringside-Narrow";
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: 38px; 
}

.number-with-line {
    position: relative;
    display: inline-block;
    color: #898989;
    font-family: "Ringside-Narrow-Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 475;
    line-height: 48px;
}

.number-with-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color:rgb(192, 71, 44);;
    transform: rotate(-30deg);
  }

.save_percent {
    color: #E26348;
    font-family: "Ringside-Narrow-Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 475;
    line-height: 48px; 
}
/*end readepoch.com part*/

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .left_col{
        padding: 30px 20px 30px 30px;
    }
}

@media (max-width: 992px) {
    .custom_box {
        width: 100%!important;
    }
    .new_added {
        justify-content: center;
        gap: 0px!important;
    }
    .book_cover{
        transform: rotate(10.818deg);
    }
    .mobile_top {
        margin-top:1rem!important ;
    }
}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .top_title {
        font-size: 48px;
    }
    .top_subtitle {
        font-size: 24px;
    }
    .section_title{
        font-family: 'Acta';
        font-size: 40px;
    }

    .section_price{
        font-size: 48px;
    }
    
}

@media (max-width:768px) {
    .row.top_header img {
        transform: scale(1.5);
        max-width: 100%;
        }
        .row.top_header {
            overflow-x: hidden;
        }
        .number-with-line {
            font-size:36px ;
        }
        .content_container {
            font-size: 20px;
        }
        .subtitle_top {
            font-size: 20px;
        }

}
 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .top_header{
        margin-top: 74px;
    }

    .top_title{
        font-family: 'Acta-Medium';
        font-size: 60px;
    }

    .top_subtitle {
        font-size: 32px;
    }


}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

@media screen and (max-width: 375px) {

    .subtitle_top {
        color: var(--Gray-Gray-90, #262626);
        text-align: center;
        font-family: 'Ringside-Narrow';
        font-size: 20px;
        font-style: normal;
        font-weight: 325;
        line-height: 24px; 
    }

    .content_container {
        font-size: 20px;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 24px;
    }

    .heighlight {
        font-size: 20px;
    }

    .benifit_box {
        margin: 24px 16px!important;
        padding: 16px 24px 15px 15px!important;
    }

}

