@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Regular.woff2') format('woff2'); font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Medium.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}

@font-face {
    font-family: 'ETHeadline-Bold';
    src: url("https://subscribe.theepochtimes.com/p/shared/fonts/ETHeadline-Bold.woff2") format("woff2"),
}

@font-face {
    font-family: 'ETText-Regular';
    src: url("https://subscribe.theepochtimes.com/p/shared/fonts/ETText-Regular.woff2") format("woff2"),
}
@font-face {
    font-family: 'ETText-Bold';
    src: url("https://subscribe.theepochtimes.com/p/shared/fonts/ETText-Bold.woff2") format("woff2"),
}
@font-face {
    font-family: 'ETText-Medium';
    src: url("https://subscribe.theepochtimes.com/p/shared/fonts/ETText-Medium.woff2") format("woff2"),
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
}

body {
    color: #262626;
}

.top_header {
    padding-top: 38px;
}

.top_title {
    font-family: 'ETHeadline-Bold';
    font-size: 45px;
}

.top_subtitle {
    font-family: 'ETText-Regular';
    font-size: 20px;
}

.section_badge {
    font-family: 'ETText-Regular';
    font-size: 14px;
    background-color: #E26448;
    color: white;
    padding: 7px 16px;

}

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

.section_subtitle {
    font-family: 'ETText-Regular';
    font-size: 17px;
    color: #595959;
}

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

.book_info {
    background: #F4F8FA;
    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: "ETText-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 375;
    line-height: 26px;
}

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

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

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

.green_ck {
    width: 14px;
}

.section_price {
    font-family: 'ETText-Bold';
    font-size: 48px;
    color: #111928;
}

.price_wrapper {
    width: 100%;
}

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

.benefit {
    /* padding-left: 75px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.benefit-title {
    color: #000;
    font-family: "ETText-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 24px; 
}

ul.benefit-detail {
    list-style-type: disc;
}

ul li {
    padding-left: 5px;
}

.number-with-line {
    position: relative;
    display: inline-block;
    color: #898989;
    font-family: "ETText-Bold";
    font-size: 36px;
    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);
}

.section_btn {
    font-family: 'ETText-Bold';
    color: white;
    display: flex;
    max-width: 350px;
    width: 100%;
    height: 44px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 2px;
    background: #E26448;
    margin: auto;
}

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


.checkout-link:hover {
    text-decoration: none;
}

.section_btn:hover {
    background-color: #C0472C;
    color: white;
}

.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 {
    font-family: 'ETText-Regular';
    font-size: 18px;
    line-height: 1.5rem;
}

/* start readepoch.com part*/

.readepoch {
    font-family: 'ETText-Regular';
}

.vip_testimonials {
    position: relative;
    padding-bottom: 47%;
    align-items: center;
}

.vip_testimonials iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1100px;
    width: 100%;
    max-height: 585px;
    height: 100%;
    margin: auto;
}

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

.our_editorial {
    color: #FFFFFF;
    font-family: 'ETText-Regular';
    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_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-content {
    padding-top: 57px;
    background: #EEF4F6;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.our-content-video {
    align-items: center;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    margin-bottom: 1.5rem;
}

.our-content-button{
    padding: 0;
}

.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;
    margin: 0 auto;
}

.story_video iframe,
.story_video object,
.story_video embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category {
    padding-top: 68px;
}

.category .subtitle {
    color: rgb(51, 51, 51);
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin-bottom: 28px;
    font-family: 'ETText-Regular';
}

.category .card {
    color: black;
    border-bottom: unset !important;
}

.card-title-container{
    height: 36px;
    display: flex;
    justify-content: center;
}

.card-title {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    font-family: 'ETText-Bold';
}

.card-text {
    color: rgb(0, 0, 0);
    font-size: 16px;
    height: auto;
    width: 95%;
    line-height: 20px;
    overflow-wrap: break-word;
    text-align: left;
    margin-top: 10px;
    font-family: 'ETText-Regular';
    padding-left: 10px;
}

.faq_content {
    background-color: #FFF;
    color: black;
    margin-bottom: 2rem;
    padding-top: 39px;
}

.faq_content .heading {
    padding-bottom: 10px;
}

.faq-text{
    padding-bottom: 30px;
    line-height: 1.42; 
    font-size: 20px;
    font-family: 'ETText-Regular';

}

.faq_content .col-9 {
    flex: 0 0 75%;
    max-width: 70%;
}

.faq_content .card_title {
    font-size: 20px;
    line-height: 1;
    font-family: 'ETText-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;
    font-family: 'ETText-Regular';
} 

.faq_content .col-10 {
    padding-left: 0px;
    padding-right: 0px;
}

.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;
    font-family: 'ETText-Medium';
    font-size: 20px;
}

.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-family: 'ETText-Regular';
}

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

.last_ans a {
    text-decoration: none; 
    position: relative;
}

.last_ans a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px; /* Adjust this value to control the space */
    height: 1px; /* Adjust the thickness of the underline */
    background-color: currentColor; /* Use the current text color */
} 

.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;
}

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

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

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

.sec-line {
    color: var(--gray-gray-70, #595959);
    font-family: "ETText-Regular";
    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: "ETText-Regular";
    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: #F4F8FA;
}

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

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

/*end readepoch.com part*/


.all-in-one {
    max-width: 1135px;
    margin-bottom: 5rem;
}

.all-in-one .heading{
    padding-top: 25px;
}

.all-in-one .row {
    margin-bottom: 4rem;
}

.custom-block {
    background: #F7F6F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    /* Add some spacing between image blocks and text */
}

.custom-block img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.heading-all-in-one-part {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'ETText-Bold';
    font-size: 18px;
    font-style: normal;
    line-height: 155.556%;
    /* 28px; */
    width: 257px;
    margin-bottom: 0.5rem;
}

.text-all-in-one-part {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'ETText-Regular';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    width: auto;
}

.heading {
    color: #262626;
    font-family: 'ETHeadline', serif; font-weight: 500;
    font-size: 40px;
    font-style: normal;
    /* 38px; */
    text-align: center;
    padding-bottom: 22px;
}

.subscribe-button {
    font-family: 'ETText-Bold';
    color: white;
    display: flex;
    max-width: 350px;
    width: 100%;
    height: 44px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 2px;
    background: #E26448;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.subscribe-button:hover {
    background-color: #C0472C;
    color: white;
}

.invest_container {
    background: rgb(245, 244, 244);
    padding: 62px 0px 100px;
}

.invest_content {
    max-width: 1135px;
    margin: auto;
}

p {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'ETText-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}


.invest-text {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'ETText-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.invest-image {
    width: 100%;
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.invest-image img {
    width: 100%;
}

.make-us-different {
    padding-top: 62px;
    background: #EEF4F6;
    padding-bottom: 52px;
}

.different-title::before {
    content: '.';
    position: absolute;
    font-size: 26px;
    top: -12px;
    left: -15px;
}

h6.different-title {
    position: relative;
    font-size: 18px;
    padding-bottom: 6px;
    font-family: 'ETText-Bold';
}

.make-us-different p {
    padding-bottom: 20px;
    line-height: 1.25; 
    font-size: 18px;
    font-family: 'ETText-Regular';
}

.make-us-different .column{
    padding: 0 28px; 
}

.make-us-different .heading {
    padding-bottom: 30px;
}

.people-are-saying {
    padding-top: 62px;
    background: #FFF;
    padding-bottom: 70px;
}

.text-center {
    padding-bottom: 6px;
}

.testimonials {
    padding-bottom: 1.5rem;
    max-width: 1110px;
    width: 100%;
    margin:auto;
}

.column-content {
    text-align: left;
    padding: 20px;
}

.avatar-1,
.avatar-2,
.avatar-3,
.avatar-4 {
    width: 106px;
    height: 106px;
}

.quote {
    width: 24px;
    height: 21px;
    position: absolute;
    bottom: 0px;
}

.avartar-text {
    margin-bottom: 10px;
    font-family: 'ETText-Regular';
    font-size: 18px;
    line-height: 1.27;
}

.signature {
    color: #000;
    font-family: 'ETText-Regular';
    font-size: 16px;
    line-height: 1.27;
    padding-top: 7px;
}

.schedule-too-busy {
    padding-top: 62px;
    background: #EEF4F6;
    padding-bottom: 50px;
}

.schedule-column{
    padding: 20px 35px;
}

.schedule-image{
    max-width: 475px;
    width: 100%;
}

.schedule-text {
    padding-bottom: 20px;
    color: #000;
    font-family: 'ETText-Regular';
    font-style: normal;
    line-height: normal;
    font-size: 18px;
}

.schedule_image_phone {
    max-height: 211px;
    height: 100%;
    display: flex;
    gap: 22px;
    padding-top: 0px;
}

.phone-image{
    height:100%;
    width: auto;
}

.more_fun_benefits {
    width: 988px;
    max-width: 100%;
    height: auto;
    margin: auto;
    background: #FFF;
    padding-top: 62px;
    padding-bottom: 0px;
}

.more_fun_benefits .text {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding-top: 12px;
    font-family: 'ETText-Regular';
}

.more-fun-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
}

.more-fun-image-wrap img {
    max-width: 100%;
}

.footer {
    background-color: #444444;
    color: white;
    width: 100%;
    height: 164px;
    justify-content: center;
    /* Horizontally center the content */
    align-items: center;
    /* Vertically center the content */
    text-align: center;
    margin: auto;
    inset-block: block;
    font-family: 'ETText-Regular';
}

.footer span{
    /* display: inline-block; */
    padding-right: 5px;
} 

.footer a {
    text-decoration: none; 
    position: relative;
}

.footer a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px; /* Adjust this value to control the space */
    height: 1px; /* Adjust the thickness of the underline */
    background-color: currentColor; /* Use the current text color */
} 

.footer .address {
    padding-top: 40px;
}

.footer a:hover{
    color: #83CCFF;
}

.bold {
    font-family: 'ETText-Bold';
}


/* different size of screen */

/*Extra large devices (large desktops, 1200px and up)*/

@media (max-width: 1200px) {
    .card-title-container {
        height: 48px;
    }

    .card-title {
       line-height: 20px;
       font-size: 17px; 
    }

    .section_btn {
        height: 59px;
    }
}

@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;
    }

    .card-title-container {
        height: 58px;
    }

    .card-title {
       line-height: 18px;
       font-size: 14px; 
    }

    .phone-image{
        height:80%;
        width: auto;
    }
    
    .schedule_image_phone {
        gap: 10px;
    }

    .section_btn {
        height: 44px;
    }
}

/*Medium devices (tablets, 769px and up)*/
@media (min-width: 769px) {
    .top_title {
        font-size: 45px;
    }

    .top_subtitle {
        font-size: 20px;
    }

    .section_title {
        font-family: 'ETHeadline', serif;
        font-size: 40px;
    }

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

    .number-with-line {
        font-size: 48px;
    }


    .more-fun-image-wrap {
        flex-direction: row;
    }


    .more-fun-image-wrap .col {
        padding: 0;
        text-align: center;
        padding-bottom: 30px;
    }

    .image-mobile {
        display: none;
    }
}

@media (max-width:768px) {
    .top_subtitle {
        width: 360px;
        margin: auto;
    }

    .option-container {
        padding-left: 0;
        padding-right: 0;
    }

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

    .section_card .col-11 {
        padding-right: 0px;
        padding-left: 6px;
    }

    .section_card .col-12 {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 2px;
    }

    .benefit .col-10 {
        padding-top: 9px;
        padding-right: 8px;
        padding-left: 0px;
    }

    .benefit {
        margin-bottom: 16px;
    }

    .row.top_header img {
        margin-top: 7.5px;
    }

    .row.top_header {
        overflow-x: hidden;
        padding-top: 22px;
    }

    
    .invest-image {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 32px;
    }

    .category .subtitle {
        font-size: 22px;
    }

    .category .heading {
        padding-bottom: 12px;
    }

    .card-title-container {
        height: 36px;
    }

    .card-title {
       line-height: 18px;
       font-size: 14px; 
    }

    .responsive-br {
        display: none;
    }

    .schedule_image_phone {
        gap: 18px;
        display: flex;
        justify-content: center;
        padding-left: 0px;
        height: 212px;
    }

    .phone-image{
        height:77%;
        width: auto;
    }

    /* .more-fun-image {
        height: 292px;
        width: auto;
    } */
    
    .more_fun_benefits {
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 48px;
    }

    .more_fun_benefits .crosswords {
        padding-bottom: 30px;
    }

    .more_fun_benefits .easier {
        padding-bottom: 0px; 
    }

    .more_fun_benefits .text {
        font-size: 20px;
        line-height: 28px;
        padding-top: 8px;
    }

    .heading {
        font-size: 28px;
        line-height: 1.3;
    }

    .heading .break {
        display: block;
    }

    .custom-block img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .all-in-one .col {
        padding: 0px 25px;
        margin-bottom: 36px;
    }

    .all-in-one .row{
        margin-bottom: 0;
    } 

    .all-in-one {
        margin-bottom: 1rem;
    }

    .image {
        display: none;
    }

    .subscribe-button {
        margin-bottom: 40px;
    }

    .invest_container, 
    .make-us-different,
    .category,
    .people-are-saying{
        padding: 42px 1px 36px;
    }

    .schedule-too-busy {
        padding-top: 42px;
        padding-bottom: 0;
    }

    .schedule-too-busy .heading {
        padding-bottom: 18px;
    }

    .category .subtitle {
        line-height: 29px;
        margin-bottom: 0;
    }

    .category .col-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .category .subscribe-button {
        margin-top: 28px;
        margin-bottom: 3px;
    }

    .schedule-column {
        padding: 10px 10px 0;
    }

    .card-text {
        font-size: 14px;
        width: 100%;
        line-height: 16px;
    }

    .card {
        padding: 10px;
    }

    .different-title::before {
        content: '';
    }

    .avartar-text {
        font-size: 16px;
    }

    .signature {
        font-size: 14px;
    }

    .quote {
        width: 16px;
        height: 14px;
        position: absolute;
        bottom: 7px;
    }

    .column-content {
        padding: 24px 0;
    }

    .faq_content .col-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .faq_content .heading {
        padding-bottom: 0;
    }

    .faq_content .last_que {
        margin-top: 30px;
    }

    .footer {
        font-size: 14px;
        height: 128px;
    }

    .footer  .address {
        padding-top: 32px;
    }

    .our-content {
        padding-top: 39px;
    }

    .our-content .col-12,
    .people-are-saying .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .people-are-saying .col-md-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .avatar-1,
    .avatar-2,
    .avatar-3,
    .avatar-4 {
        width: 99px;
        height: 99px;
    }
    
    .text-center {
        padding-bottom: 8px;
    }

    .faq_content .col-2,
    .faq_content .col-md-10,
    .faq_content .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .faq_content .view_all {
        font-size: 18px;
    }

    .faq_content .card_title {
        font-size: 18px;
        line-height: 1.3;
    }

}

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

    .top_title {
        font-family: 'ETHeadline-Bold';
        font-size: 45pxpx;
    }

    .top_subtitle {
        font-size: 20px;
    }
}

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

