/*----------------------------- Global -----------------------------*/
.desktop_none {
    display: none;
}
.mobile_none {
    display: block;
}
html,body{
    overflow-x: hidden;
}
.secondbtn {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--XXL, 40px);
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, white);
    color: var(--Primary-Off-Black, #FFCF06);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    margin-top: 24px;
    width: 100%;
}
.secondbtn:hover {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--XXL, 40px);
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, white);
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}


a{
  text-decoration: none !important;
}
.toltips-read-more {
    color: var(--Secondary-Bright-Yellow, #FFCF06);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
    text-align: right;
    float: right;
    margin-top: 20px;
}

/* ----------------------- Checkbox ----------------------- */

.c-checkbox input[type='checkbox']:checked~label:after, .c-checkbox input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    background: #6A0DAD;
    /* border: 1px solid #656565; */
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 15px;
    top: 2px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox input[type='checkbox'] {
    display: none;
}
.c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
    content: url(../img/tick.svg);
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 30px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 0px;
    top: 1.5px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox {
    position: relative;
    margin-bottom: 0px;
}
.login_strong {
    color: var(--Neutral-800, #3C3C3C);
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin-bottom: 0px;
}
.c-text a {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);

    /* H/Subtitle */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-decoration: none;
}
.c-text {
    margin-left: 32px;
    margin-bottom: 0px;
    color: var(--Primary-Off-Black, #231F1C);

    /* P/Standard */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-top: 4px;
}
.check-box {
    margin-top: 13px;
}
.filter_main_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 281px;
}

.fm_page {
    margin-top: 0px;
}
.fm_s3_title {
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;

    /* H/H2 */
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.fm_s3_subtitle {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;

    /* P/Standard */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.fm_s3_up_frame {
    max-width: 635px;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
}
.btn_global {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, #FFCF06);
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}
.btn_global:hover {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, transparent);
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}


.btn_global_trans {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, transparent);
    color: var(--Primary-Off-Black, #F8F3F0);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}
.btn_global_trans:hover {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, #FFCF06);
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}
.fm_s3_bottom_frame {
    margin-bottom: 72px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
}
.fm_s3_card_title {
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.fm_s3_card_subtitle {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    margin-bottom: 0px;
}
.fm_s3_card {
    max-width: 318px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 350px;
}
.fm_s3_card.jsfe {
    justify-content: flex-end;
}
.fm_s3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/fms3_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fm_s5_title {
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;

    /* H/H2 */
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.fm_s5_subtitle {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;

    /* P/Standard */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 64px;
}
.fm_s5_top_frame {
    max-width: 828px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.fm_s5_card {
    padding: var(--XXL, 40px);
    border-radius: var(--S, 8px);
    background: var(--Primary-Off-Black, #231F1C);
    max-width: 444px;
    height: 474px;
    position: relative;
}
.fm_s5_card_top_pre_title {
    color: var(--primary-off-white-04, #F8F3F0);
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.fm_s5_card_top_title {
    color: var(--primary-off-white-04, #F8F3F0);

    /* H/H3 */
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.fm_s5_card_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.fm_s5_dis_title {
    color: var(--Secondary-Bright-Yellow, #FFCF06);

    /* H/Subtitle */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    margin-bottom: 8px;
}
.fm_s5_dis_dis {
    color: var(--primary-off-white-04, #F8F3F0);

    /* P/Standard */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.fm_s5_dis_ul {
    color: #F8F3F0;
    padding-left: 24px;
    margin-bottom: 0px;
    list-style: none
}
.fm_s5_bottom_frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.fm_s5_internal {
    padding-bottom: 80px;
    padding-top: 80px;
    background: var(--Secondary-Bright-Yellow, #FFCF06);
}
.fm_s5 {
    padding-top: 86.5px;
    
    position: relative;
}
.fm_s5_ir {
    background: url(../img/fm_s5_ir.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom 3px;
    width: 490px;
    height: 852px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.fm_s5_il {
    background: url(../img/fm_s5_il.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 438px;
    height: 852px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.fm_s5_im {
    display: none;
}
.fm_s6_title {
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;

    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.plan-c .fm_s5_dis_ul li{
    color: gold;
}
.fm_s6_subtitle {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    
    /* P/Standard */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 40px;
}
.fm_s6_top {
    margin-left: auto;
    margin-right: auto;
    width: 778px;
}
.input_global {

    padding: var(--M, 16px) 14px;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-Stroke, #C7C7C7);

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Grayscale-01, #404040);

    /* P/Small */
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
}
.intitles {
    color: var(--Primary-Off-Black, #231F1C);

    /* H/Subtitle */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    margin-bottom: 8px;
}
.titles {
    color: var(--Primary-Off-Black, #231F1C);

    /* P/Large */
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    margin-bottom: 24px;
}
.rota {
    margin-bottom: 24px;
}
.fm_s6_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.fm_s6_bottom_right, .fm_s6_bottom_left {
    width: 100%;
}
.textarea_global {
    padding: var(--M, 16px) 14px;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-Stroke, #C7C7C7);

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Grayscale-01, #404040);

    /* P/Small */
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    height: 120px;
}
.just_text {
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;

    /* H/Subtitle */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    margin-bottom: 24px;
}

.boxer {
    border-radius: var(--S, 8px);
    background: var(--Primary-Off-Black, #231F1C);

    padding: var(--XXL, 40px);
}
.fm_s6 {
    padding-top: 48px;
    padding-bottom: 80px;
}

.fm_s6_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px;
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 600px) {
    .mobile_none {
        display: none;
    }
    .desktop_none {
        display: block;
    }
    
    
    /* ----------------------- Checkbox ----------------------- */
    .c-checkbox {
        margin-bottom: 0px;
    }
    .c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
        top: 2px;
    }
    .c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
        top: 1.5px;
        font-size: 30px;
    }
    .c-text {
        width: unset;
    }
    .filter_main_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }



    .fm_s3_title {
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 44.8px */
        text-transform: capitalize;
        margin-bottom: 32px;
    } 
    .fm_s3 {
        padding-top: 32px;
        padding-bottom: 32px;
        background: url(../img/fms3_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .fm_s3_up_frame {
        max-width: 635px;
        margin-bottom: 32px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .fm_s3_bottom_frame {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .fm_s3_card {
        max-width: 327px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        min-height: fit-content;
    }
    .rkms {
        width: calc(100% - 24px);
    }
    .fm_page {
        margin-top: 0px;
    }

    .fm_s5_il, .fm_s5_ir {
        display: none;
    }
    .fm_s5_bottom_frame {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }
    .fm_s5_title {
        color: var(--Primary-Off-Black, #231F1C);
        text-align: left;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 44.8px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .fm_s5_subtitle {
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
        text-align: left;
        margin-bottom: 24px;
    }
    .fm_s5_internal {
        padding-bottom: 32px;
        padding-top: 32px;
        background: var(--Secondary-Bright-Yellow, #FFCF06);
        padding-left: 12px;
        padding-right: 12px;
    }
    .fm_s5_card {
        padding: var(--XXL, 24px);
        border-radius: var(--S, 8px);
        background: var(--Primary-Off-Black, #231F1C);
        max-width: 444px;
    }

    .fm_s5_im {
        display: block;
        position: absolute;
        right: 0px;
        top: -40px;
    }
    .fm_s5 {
        padding-top: 0px;
        padding-bottom: 0px;
        position: relative;
    }
    .fm_s6_top {
        margin-left: auto;
        margin-right: auto;
        width: unset;
    }
    .fm_s6_title {
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;

        /* H/MH1 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 44.8px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .fm_s6_subtitle {
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        text-align: center;
        
        /* P/Standard */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
        margin-bottom: 32px;
    }
    .fm_s6 {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .fm_s6_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px;
        max-width: 1282px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }
    .titles {
        color: var(--Primary-Off-Black, #231F1C);

        /* P/Large */
        font-family: 'Manrope';
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 32px */
        margin-bottom: 16px;
    }
    .mo_mt_3 {
        margin-top: 16px;
    }
    .mo_mt_4 {
        margin-top: 24px;
    }
}



@media only screen and (min-width: 1080px) and (max-width:1151px) {
    .fm_s3_bottom_frame {
        margin-bottom: 72px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .fm_s3_card {
        max-width: 235px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        min-height: 350px;
    }
    .fm_s6_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 227px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 350px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}
@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .fm_s3_bottom_frame {
        margin-bottom: 72px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .fm_s3_card {
        max-width: 255px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        min-height: 350px;
    }
    .fm_s6_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto;
    }
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 227px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 350px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}
@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .fm_s3_bottom_frame {
        margin-bottom: 72px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .fm_s3_card {
        max-width: 277px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        min-height: 350px;
    }

    .fm_s6_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        max-width: 1222px;
        margin-left: auto;
        margin-right: auto;
    }
    .check-box {
        margin-top: 0px;
    }
    
    
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 290px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 300px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .fm_s3_bottom_frame {
        margin-bottom: 72px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .fm_s3_card {
        max-width: 295px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        min-height: 350px;
    }
    .fm_s6_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 35px;
        max-width: 1282px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 320px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 300px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .fm_s3_bottom_frame {
        margin-bottom: 72px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 368px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 340px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .fm_s3_bottom_frame {
        margin-bottom: 72px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 36px;
    }
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 368px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 340px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    /* .fm_s5_il {
        background: url(../img/fm_s5_il.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 368px;
        height: 852px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fm_s5_ir {
        background: url(../img/fm_s5_ir.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom 3px;
        width: 340px;
        height: 852px;
        position: absolute;
        right: 0px;
        top: 0px;
    } */
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
    
}


/*---------------------------vijay------------------------------------*/
header{
    background:url(../img/header-bg.png) no-repeat;
}
.privacy-section{
    margin-top: 10rem;
}
.privacy-section h1{
    color:  #231F1C;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:24px;
}
.privacy-section h2{
    color:  #231F1C;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}
.privacy-section p, .privacy-section li{
    color: #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px;
}
.privacy-section a{
    color: #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px;
}
.privacy-section  .card-header{
    border: 0px;
    background: transparent;
}
 .privacy-section .card{
    border: 0px;
    background: transparent;
}
.coomeing-soon{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:#fff;
}
.comeing-soon-div img{
    width: 300px;
    max-width: 100%;
}
.comeing-soon-div h3{
    color:  #231F1C;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 24px;
}
.tooltip-main{
  position: relative;
  display: flow-root;
}

.tooltip-main .tooltiptext {
  visibility: hidden;
  width: 400px;
  background:#231F1C;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 20px 20px;
  position: absolute;
  z-index: 1;
  height: 225px;
  overflow: overlay;

}

.tooltiptext li{
    list-style: auto;
}
.toltips-read-more{
        cursor: pointer;
}
.tooltip-main:hover .tooltiptext{
    visibility: visible;
}
.tooltiptext{
    color:  #F8F3F0;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}
.fm_s5_internal .secondbtn {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius:  40px;
    border: 2px solid  #FFCF06;
    background: #231F1C;
    color:  #FFCF06;
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
    margin-top: 24px;
    width: 100%;
    transition: all .3s;
}
.fm_s5_internal .secondbtn:hover{
    background: #FFCF06;
    color:#231F1C;
    border: 2px solid  #231F1C;
}
.footer-right-contact{
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-top: 16px;
}
.footer-right-main p{
    color:  #F8F3F0;
    text-align: right;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    margin-bottom: 0px;
}
.footer-right-social-media{
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    width: 200px;
    max-width: 100%;
    margin-left: auto;
}
.footer-right-social-media img{
    height:40px;
    width:40px;
    max-width:100%;
}
.home-banner {
    /*background: url(../img/hero-baner-home.png) no-repeat;*/
    height: 832px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 8rem; 
    position: relative;
}
.home-banner:before {
    content: "";
    background: url(../img/signature-mo.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 158px;
    height: 53px;
    right: 8rem;
    top: 175px;
}
.home-banner:after {
    content: "";
    background: url(../img/Phone-mockup.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 900px;
    height: 884px;
    left: 0px;
    bottom: 0px;
}
.home-right-content{
    padding:64px 82px; 
}
.more-content {
    width: 100px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8rem;
}
.more-content h6{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    margin-bottom:8px;
}

.home-right-content h1{
    color: var(--Primary-Off-Black, #231F1C);
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: unset;
}
.home-right-content p{
    color: var(--Primary-Off-Black, #231F1C);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    text-transform: capitalize;
    margin-bottom:24px;
}
.your-div{
    margin-top:40px;
    padding-top:40px;
    border-top:1px solid #E4E0DA;
}
.div-two-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 522px;
}
.div-two-btn .btn_global{
    width:250px !important;
    max-width:100%;
    padding: 13px 25px !important;
}
.btn_global-two{
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: transparent;
}

.why-joinus-title{
    width:710px;
    max-width:100%;
    margin:auto;
    margin-bottom:56px;
}
.why-joinus h2{
    color: #231F1C;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.why-joinus p{
    color:  #6A0DAD;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
.why-joinus img{
    width:104px;
    height:104px;
    max-width:100%;
    margin:auto;
    margin-bottom: 8px;
}
.why-joinus .card h5{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.why-joinus .card p {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.store-img{
    display: flex;
    gap: 24px;
}
.wave-bg {
    height: 195px;
    position: relative;
    z-index: 1;
}
.real-the-community{
    padding:80px 0px;
    background:url(../img/real-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    position:relative;
    height: 937px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:5rem;
}
.real-the-community-home{
    background-color:#F8F3F0 !important;
    margin-bottom:0px !important;
    padding-bottom:0px !important; 
}
.our-partners{
    background-color:#fff;
    padding: 80px 0px;
}
.real-the-community:after {
    content: "";
    background: url(../img/thie-real-bg.png) no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -113px;
    width: 100%;
    height: 137px;
    z-index: 0;
}
.real-the-community-content h2{
    color:  #231F1C;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:24px;
}
.real-the-community-content p{
    color:  #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom:24px;
    padding: 0px 56px 0px 0px;
}
.real-the-community-content h6{
    color: #231F1C;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}
.testimonials-section .store-img {
    display: flex;
    gap: 24px;
    width: 566px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}
.accordion-body {
    padding-top: 0px;
}
.real-the-community-content li{
    position:relative;
    list-style:none;
    padding: 0px 14px;
}
.real-the-community-content li::after {
    content: "";
    background: #231F1C;
    height: 2px;
    width: 7px;
    position: absolute;
    left: -22px;
    top: 8px;
}
.real-the-community-content .li-one::after {
    content: "";
    background: url(../img/Connections.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -66px;
    top: 5px;
    z-index: 1;
}
.real-the-community-content .li-two::after {
    content: "";
    background: url(../img/Experiences.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -66px;
    top: 5px;
    z-index: 1;
}
.real-the-community-content .li-three::after {
    content: "";
    background: url(../img/Content.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -66px;
    top: 5px;
    z-index: 1;
}
.real-the-community-content .li-four::after {
    content: "";
    background: url(../img/Services.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -66px;
    top: 5px;
    z-index: 1;
}
.real-the-community-content .li-five::after {
    content: "";
    background: url(../img/Offers.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -66px;
    top: 4px;
    z-index: 1;
}
.div-btn-2-sec-2{
    display: flex;
    gap: 22px;
    margin-top: 24px;
}
.div-btn-2-sec-2 .btn-border{
    background: transparent;
    border: 1px solid #FFCF06;
}
.div-btn-2-sec-2 .btn-border:hover{
    background:#FFCF06;;
}
.why-joinus{
    background: #F8F3F0 ;
    position:relative;
    padding:0px 0px 80px;
    margin-top:137px;
}
.join-arriveal {
    padding: 80px 0px;
    background: url(../img/join-bg-home.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.testimonials-section .store-img img{
    width: 260px;
    max-width:100%;
}
.join-arriveal-content h2{
    color: var(--Primary-Off-Black, #231F1C);
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    padding-right: 11px;
    margin-bottom:24px;
}
.join-arriveal-content p{
    color: #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom:24px;
}
.join-arriveal-content li{
    color: #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight:600;
    line-height: 160%; /* 25.6px */
}
.join-arriveal-content ul{
    margin-bottom:24px;
}
.why-joinus:after {
    content: "";
    background: url(../img/why-gens-bg.png) no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 792px;
}
.why-joinus:before {
    content: "";
    background: url(../img/why-gens-bg-2.png) no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -135px;
    width: 100%;
    height: 137px;
}
.get-started{
    position:relative;
}
.get-started:after{
    content:"";
    background:url(../img/home-element-bg.png) no-repeat;
    
}
.get-started .fm_s5_internal{
    background:url(../img/home-element-bg.png) #f3c400d6 no-repeat;
}
.get-started .fm_s5 {
    padding-top: 0px;
    position: relative;
}

.why-joinus .card{
    border: 0px;
    text-align: center;
    background: transparent;
    position: relative;
    width: 317px;
    max-width: 100%;
    margin: auto;
    margin-bottom:48px;
    z-index: 1;
}
.stay-connected{
    padding:104px 0px;
}
.stay-form{
    width:920px;
    max-width:100%;
    margin:auto;
}
.stay-form h2{
    color:  #231F1C;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:16px;
}
.stay-form p{
    color:  #6A0DAD;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom:40px;
}

.stay-form lebel{
    color:  #231F1C;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    margin-bottom:8px;
}
.stay-form .form-control{
    display: flex;
    padding:  16px 14px;
    align-items: center;
    align-self: stretch;
    color:  #404040;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-top:8px;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-Stroke, #C7C7C7);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-bottom:24px;
}
.stay-form .check-box p {
    color: #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
    text-align: left;
    padding-left: 11px;
    margin-top: 4px;
}
.bg-voilate{
    padding:32px 0px;
    background:#6A0DAD;
}
.bg-voilate .last-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.bg-voilate .last-div p{
    color: var(--primary-off-white-04, #F8F3F0);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.meet-your-trip .card img{
    width:300px;
    height:300px;
    max-width:100%;
    margin:auto;
}
.contact-fonm-main{
    padding: 104px 0px;
    margin-top: 5rem;
}
.modal-content-main h2{
    color: #231F1C;
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    text-align: center;
}
.modal-content-main h3{
    color:  #6A0DAD;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}
.modal-content-main h6{
    color:  #231F1C;
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom:24px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 24px 24px;
}
.modal-content-main .btn-border{
    border-radius: 40px;
    border: 2px solid  #FFCF06;
    height: 56px;
    padding: 7px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #231F1C;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
    width:303px;
    max-width:100%;
    margin-bottom: 24px;
}
.modal-content-main .btn-yellow{
    display: flex;
    height: 56px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 40px;
    background:  #FFCF06;
    color:  #231F1C;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
    width:303px;
    max-width:100%;
    margin-bottom: 24px;
}
.modal-btn{
    justify-content: center;
    width: 620px;
    gap: 32px;
    margin: auto;
    max-width:100%;
}

.testimonials-section{
    padding:128px 0px 64px;
    background: var(--Grayscale-White, #FFF);
}
.testimonials-content{
    text-align:center;
}
.testimonials-section h5{
    color: var(--Primary-Off-Black, #231F1C);
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.testimonials-content h4{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom:24px;
}
.testimonials-content h6{
    color: var(--Gray-900, #101828);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top:24px;
}
.owl-dots button{
    border-radius: 6px;
    background: var(--Primary-Off-Black, #231F1C) !important;
    height: 10px;
    width: 10px;
}
.owl-dots button.active{
    background:#FFCF06 !important;
}
.owl-dots {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: auto;
    margin-top: 24px;
}
.meet-your-trip{
    background:url(../img/meet-your-tribe.png) no-repeat;
    background-size:cover;
    padding:80px 0px;
    background-position:center center;
    position: relative;
    margin-top:160px;
}

.meet-your-trip-title {
    text-align: center;
    margin-bottom: 64px;
    width: 900px;
    text-align: center;
    margin: auto;
    margin-bottom: 64px;
}
.meet-your-trip-title h2{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.meet-your-trip-title p{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
.meet-your-trip .card{
    border: 0px;
    background: transparent;
    text-align: center;
}
.meet-your-trip .card img {
    width: 400px;
    height: 340px;
    max-width: 100%;
    margin: auto;
    border-radius: 0px !important;
    object-fit: cover;
}
.why-joinus .bg-black{
    padding: 35px 0px;
    margin: 32px 0px 42px;
}
.why-joinus .bg-black .card h5 {
    color: #F8F3F0;
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.faqs-content .nav-pills button{
    color: var(--Primary-Off-Black, #231F1C);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position:relative;
    padding: 0px 20px
}
.faqs-content .nav-pills button::after {
    content: "";
    background: #231F1C;
    width: 3px;
    height: 19px;
    position: absolute;
    transform: rotate(19deg);
    left: 0px;
    top: 5px;
}
.nav-link-one::after {
    content: "";
    background: #231F1C;
    width: 3px;
    height: 19px;
    position: absolute;
    transform: rotate(19deg);
    left: 0px;
    top: 5px;
    display:none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
}
.accordion-item{
    border-radius:0px !important;
    margin-bottom:24px;
}
.accordion-item:not(:first-of-type) {
    border-top:1px solid #dee2e6;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}
.nav-pills{
    margin-bottom: 32px !important;
}
.faqs-content .nav-link.active{
    color: #6A0DAD;
    background:transparent;
}
.faqs-content .accordion-header button {
    color: var(--Primary-Off-Black, #231F1C);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.faqs-gens{
    padding: 100px 0px;
}
.meet-your-trip h5{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 24px;
}
.meet-your-trip:after {
    content: " ";
    background: url(../img/Clouds.png) no-repeat;
    background-position: center center;
    background-size:cover;
    position: absolute;
    top: -159px;
    left: 0px;
    right: 0px;
    width: 1920px;
    max-width:100%;
    z-index: 1;
    height: 161px;
}
.testimonials-section{
    position:relative;
}
.testimonials-section .img-drip{
    position: absolute;
    top: -1px;
    right: -15px;
}
.join-arriveal-content{
    padding: 0px 0px 0px 90px;
}
.about-section, .about-section-1, .about-section-2, .about-section-3, .about-section-4{
    padding:3rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-section{
    background: #FFF;
   margin-top: 7rem;
}
.about-section h4{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.about-section p{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.about-section-1{
    background:#F8F3F0;
}
.about-section-1 h4{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.about-section-1 p{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.about-section-2{
  background: #fff;  
}
.about-section-2 h4{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.about-section-2 p{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.about-section-3{
    background: url(../img/sec4_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-section-4{
    background: var(--Secondary-Bright-Yellow, #FFCF06);
}
.about-section-3 h4{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.about-section-3 p{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.about-section-4 h4{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.about-section-4 p{
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.about-section .col-container, .about-section-1 .col-container, .about-section-2 .col-container, .about-section-3 .col-container, .about-section-4 .col-container{
    text-align: center;
    width: 1192px;
    max-width: 100%;
    margin: auto;
}
.accordion-body p{
    color: #6A0DAD;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0px;
}
.share-icon{
    display: flex;
    gap: 18px;
    margin-top: 28px;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}
.share-icon p{
   margin-bottom:0px; 
}
.accordion-body ul{
    list-style: none;
}
@media only screen and (min-width: 300px) and (max-width:600px) {
    .modal-content-main h2 {
        color: #231F1C;
        text-align: center;
        font-family: Manrope;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        text-align: center;
    }
    .modal-content-main h3 {
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 92%;
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 1px;
    }
    .modal-content-main h6 {
        color: #231F1C;
        text-align: center;
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 800px) and (max-width:992px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 8rem;
    }
    .home-right-content h1 {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 495px;
        height: 738px;
        left: 0px;
        top: 11rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg img{
        height: 221px;
    }
    .wave-bg {
        height: 85px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
        background: #F8F3F0;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -83px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -2px;
        width: 100%;
        height: 137px;
        z-index: -1;
    }
    .get-started .fm_s5_internal {
        background: url(../img/home-element-bg.png) #f3c400d6 no-repeat;
        background-size: contain;
    }
}
@media only screen and (min-width: 996px) and (max-width:1080px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 8rem;
    }
    .div-two-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 522px;
        max-width: 100%;
    }
    .home-right-content h1 {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 537px;
        height: 795px;
        left: 0px;
        top: 11rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg img{
        height: 221px;
    }
    .wave-bg {
        height: 67px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
        background: #F8F3F0;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -83px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 16px;
        width: 100%;
        height: 137px;
        z-index: -1;
    }
    .get-started .fm_s5_internal {
        background: url(../img/home-element-bg.png) #f3c400d6 no-repeat;
        background-size: contain;
    }
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0rem;
    }
}
@media only screen and (min-width: 1056px) and (max-width:1056px) {
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -8rem;
    }
    .home-right-content {
        padding: 64px 34px;
    }
    .div-two-btn {
        display: block;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 522px;
        max-width: 100%;
    }
    .div-two-btn .btn_global {
        width: 250px !important;
        max-width: 100%;
        padding: 13px 25px !important;
        margin-bottom: 24px;
    }

}
@media only screen and (min-width: 1090px) and (max-width:1180px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 0rem;
    }
    .home-right-content h1 {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 574px;
        height: 795px;
        left: 0px;
        top: 2rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg img{
        height: 208px;
    }
    .wave-bg {
        height: 85px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
        background: #F8F3F0;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -83px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -15px;
        width: 100%;
        height: 137px;
    }
    .get-started .fm_s5_internal {
        background: url(../img/home-element-bg.png) #f3c400d6 no-repeat;
        background-size: contain;
    }
}
 
@media only screen and (min-width: 1190px) and (max-width:1280px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 600px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 2rem;
        position: relative;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 624px;
        height: 795px;
        left: 0px;
        top: 1rem;
    }
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 1rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 50px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg {
        height: 85px;
    }
    .real-the-community-content{
        padding: 14px 51px;
        margin-top: 85px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
        /*background: #F8F3F0*/
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -83px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -42px;
        width: 100%;
        height: 137px;
    }
    .get-started .fm_s5_internal {
        background: url(../img/home-element-bg.png) #f3c400d6 no-repeat;
        background-size: contain;
    }
}
@media only screen and (min-width: 1290px) and (max-width:1380px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3rem;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 652px;
        height: 795px;
        left: 0px;
        top: 2rem;
    }
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 2rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg {
        height: 115px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -83px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -61px;
        width: 100%;
        height: 137px;
    }
    .get-started .fm_s5_internal {
        background: url(../img/home-element-bg.png) #f3c400d6 no-repeat;
        background-size: contain;
    }
}
@media only screen and (min-width: 1390px) and (max-width:1480px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 0rem;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 697px;
        height: 795px;
        left: 0px;
        top: 3rem;
    }
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 3rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg {
        height: 137px;
    }
    .real-the-community-content {
        padding: 10px 50px;
        margin-bottom: 80px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .real-the-community-content p {
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 16px;
        padding: 0px 0px 0px 0px;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -49px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    
}
@media only screen and (min-width: 1490px) and (max-width:1580px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 8rem;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 697px;
        height: 795px;
        left: 0px;
        top: 12rem;
    }
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 2rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg {
        height: 137px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -49px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
        display:none;
    }
    
    
}
@media only screen and (min-width: 1590px) and (max-width:1680px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 2rem;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 697px;
        height: 795px;
        left: 0px;
        top: 2rem;
    }
    .more-content {
        width: 100px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 2rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg {
        height: 137px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -49px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
    }
    
}
@media only screen and (min-width: 1690px) and (max-width:1800px) {
    .home-banner {
        /* background: url(../img/hero-baner-home.png) no-repeat; */
        height: 739px;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3rem;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 780px;
        height: 795px;
        left: 0px;
        top: -1rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 6rem;
        top: 175px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 719px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .wave-bg {
        height: 137px;
    }
    .real-the-community-content{
        padding: 0px 17px;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: -49px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 793px;
    }
    
}
@media only screen and (min-width: 2000px) and (max-width:2160px) {
  .wave-bg img{
    width: 100%;
  }
  .why-joinus:before {
        content: "";
        background: url(../img/why-gens-bg-2.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        top: -135px;
        width: 100%;
        height: 137px;
        background-size: 2160px;
    }
}
@media only screen and (min-width: 2190px) and (max-width:2550px) {
  .wave-bg img{
    width: 100%;
  }
  .why-joinus:before {
        content: "";
        background: url(../img/why-gens-bg-2.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        top: -135px;
        width: 100%;
        height: 137px;
        background-size: 100%;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: cover;
        position: relative;
        height: 937px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        background-size: cover;
        left: 0px;
        right: 0px;
        bottom: -66px;
        width: 100%;
        height: 137px;
    }
}
@media only screen and (min-width: 2600px) and (max-width:2880px) {
  .wave-bg img{
    width: 100%;
  }
  .why-joinus:before {
        content: "";
        background: url(../img/why-gens-bg-2.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        top: -135px;
        width: 100%;
        height: 137px;
        background-size: 100%;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: cover;
        position: relative;
        height: 937px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg.png) no-repeat;
        position: absolute;
        background-size: cover;
        left: 0px;
        right: 0px;
        bottom: -66px;
        width: 100%;
        height: 137px;
    }
    
}
@media only screen and (min-width: 3000px) and (max-width:4320px) {
    .wave-bg img{
        width: 100%;
    }
    .home-banner {
        position: relative;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 900px;
        height: 884px;
        left: 64rem;
        bottom: -4rem;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 85rem;
        top: 193px;
    }
    .real-the-community {
        padding: 80px 0px;
        background: url(../img/real-bg.png) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 937px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .why-joinus:before {
        content: "";
        background: url(../img/why-gens-bg-2.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        top: -135px;
        width: 100%;
        height: 137px;
        background-size: cover;
    }
    .meet-your-trip:after {
        content: " ";
        background: url(../img/Clouds.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: -159px;
        left: 0px;
        right: 0px;
        width: 100%;
        max-width: 100%;
        z-index: 1;
        height: 161px;
    }


}
.arrow-img{
    display:none;
}
@media only screen and (min-width: 999px) and (max-width:1390px) {
    .ul-nav-faqs{
        width: 1181px;
        overflow: scroll;
    }
    .ul-nav-faqs ul{
        width: 1302px;
        display: flex;
        overflow-x: scroll;
    }
    .faqs-content .nav-pills button {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 14px;
    }
}
@media only screen and (min-width: 300px) and (max-width:600px) {
    html,body{
       overflow-x: hidden; 
    }
    .ul-nav-faqs{
        width: 1181px;
        overflow: scroll;
    }
    .ul-nav-faqs ul{
        width: 145%;
        display: flex;
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 300px) and (max-width:600px) {

    
}
@media only screen and (min-width: 300px) and (max-width:600px) {
    header {
        background: url(../img/header-bg-mo.png) no-repeat;
    }
    .about-section {
        background: #FFF;
        margin-top: 4rem;
    }
    .about-section, .about-section-1, .about-section-2, .about-section-3, .about-section-4 {
        padding: 40px 14px 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .about-section h4, .about-section-1 h4, .about-section-2 h4, .about-section-3 h4, .about-section-4 h4{
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 18px;

    }
    .Phone-mockup-img {
        width: 386px !important;
        height: 368px;
        object-fit: contain;
    }
    .home-banner:before {
        content: "";
        background: url(../img/signature-mo.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 158px;
        height: 53px;
        right: 8rem;
        top: 175px;
        display:none;
    }
    .home-banner {
        background: none;
        height: 100%;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 2rem;
    }
    .home-banner:after {
        content: "";
        background: url(../img/Phone-mockup.png) no-repeat;
        position: absolute;
        background-size: contain;
        width: 923px;
        height: 884px;
        left: 0px;
        bottom: 55px;
        display:none;
    }
    .home-right-content{
        padding: 0px 13px;
    }
    .home-right-content h1 {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        text-align:center
    }
    .home-right-content span{
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 33.6px */
        text-transform: capitalize;
        display:block;
    }
    .wave-bg {
        height: 50px;
    }
    .more-content{
        display:none;
    }
    .home-right-content {
        padding: 16px 13px;
    }
    .your-div {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #E4E0DA;
    }
    .real-the-community-content p {
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 12px;
        padding: 0px 0px 0px 0px;
    }
    .real-the-community-content li::after {
        content: "";
        background-position: center center;
        background-size: cover;
        height: 46px !important;
        width: 46px !important;
        position: absolute !important;
        left: -32px !important;
        top: 42px !important;
        z-index: 1;
    }
    .real-the-community-content:before, .real-the-community-content:after {
        display:none;
    }
    .fm_s5_internal .secondbtn{
        margin-top: 16px;
       margin-bottom: 16px;
    }
    .real-the-community-content li {
        position: relative;
        list-style: none;
        padding: 0px 0px 0px 34px;
    }
    .home-right-content p {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
        text-align: center;
    }
    .div-two-btn {
        display: block;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 522px;
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
    .div-two-btn .btn_global {
        width: 250px !important;
        max-width: 100%;
        padding: 13px 25px !important;
        margin: auto;
        margin-bottom: 16px;
    }
    .real-the-community {
        padding: 24px 13px 48px;
        background: none;
        background-size: contain;
        background-position: center;
        position: relative;
        height: 1290px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: .5rem;
        background: var(--primary-off-white-04, #F8F3F0);
    }
    .div-btn-2-sec-2 {
        display: flex;
        gap: 22px;
        flex-direction: column;
    }
    .real-the-community:after {
        content: "";
        background: url(../img/thie-real-bg-mo.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -4px;
        width: 100%;
        height: 51px;
        max-width: 100%;
        background-size: cover;
    }
    .real-the-community-content h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .join-arriveal {
        padding: 40px 0px 15px;
        background: none;
        background-size: contain;
        background-position: center;
    }
    .join-arriveal-content h2 {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        padding-right: 11px;
        margin-bottom: 24px;
        margin-top: 26px;
    }
    .why-joinus {
        background: #F8F3F0;
        position: relative;
        padding: 40px 12px 40px;
        margin-top: 0px;
    }
    .join-arriveal-content{
        padding: 0px 12px;
    }
    .join-arriveal-content .btn{
        width: 100%;
    }
    .why-joinus:before {
        content: "";
        background: url(../img/why-gens-bg-2-mo.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        top: -52px;
        width: 100%;
        height: 0px;
    }
    .why-joinus:after {
        content: "";
        background: url(../img/why-gens-bg.png) no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 792px;
        display:none;
    }
    .why-joinus h2 {
        color: #231F1C;
        text-align: center;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }
    .why-joinus-title {
        width: 710px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 24px;
    }
    .why-joinus .card h5{
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .why-joinus .card p {
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }
    .why-joinus .card{
        border: 0px;
        text-align: center;
        background: transparent;
        position: relative;
        margin-bottom: 24px;
    }
    .why-joinus .owl-dots {
        width: fit-content;
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin: auto;
        margin-top: 9px;
        margin-bottom: 24px;
    }
    .why-joinus img {
        width: 104px !important;
        height: 104px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 8px;
    }
     .get-started .fm_s5_internal{
         position:relative;
     }
    .get-started .fm_s5_internal:before{
        content: "";
        background: url(../img/Membership-mo.png) no-repeat;
        background-size: cover;
        position: absolute;
        height: 867px;
        width: 100%;
        top: -58px;
        left: 0px;
        right: 0px;
    }
    .meet-your-trip {
        /*background: url(../img/meet-your-tribe-mo.png) no-repeat;*/
        background:#F8F3F0;
        background-size: cover;
        padding: 40px 0px;
        background-position: center center;
        position: relative;
        margin-top: 37px;
    }
    .testimonials-section .store-img {
        display: flex;
        gap: 24px;
        width: 600px;
        margin: auto;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .meet-your-trip:after {
        content: " ";
        background: url(../img/Clouds-mo.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: -29px;
        left: 0px;
        right: 0px;
        width: 375px;
        max-width: 100%;
        z-index: 1;
        height: 32px;
        border-bottom: 3px solid #F8F3F0;
    }
    .faqs-content .nav-pills button {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        position: relative;
        padding: 0px 9px;
    }
    .faqs-content .nav-pills button::after {
        content: "";
        background: #231F1C;
        width: 2px;
        height: 12px;
        position: absolute;
        transform: rotate(19deg);
        left: -2px;
        top: 4px;
    }
    .faqs-gens {
        padding: 40px 12px 16px;
    }
    .accordion-body p{
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 0px;
    }
    .faqs-content .accordion-header button {
        color: var(--Primary-Off-Black, #231F1C);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
    .accordion-body {
        padding-top: 0px;
    }
    .meet-your-trip-title {
        text-align: center;
        margin-bottom: 64px;
        width: 900px;
        text-align: center;
        margin: auto;
        margin-bottom: 0px;
        max-width: 100%;
    }
    .meet-your-trip .card img{
        width: 250px;
        max-width: 100%;
        margin: auto;
        height: 250px;
        object-fit:cover;
    }
    .meet-your-trip-title h2 {
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .testimonials-section {
        padding: 40px 18px;
        background: var(--Grayscale-White, #FFF);
    }
    .testimonials-content h4 {
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .testimonials-section h5 {
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        text-align: center;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        text-transform: capitalize;
        margin-bottom: 8px;
        margin-top: 2rem;
    }
    .owl-dots {
        width: 100px;
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin: auto;
        margin-top: 16px;
    }
    .meet-your-trip .card {
        border: 0px;
        background: transparent;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
    }
    .owl-stage-outer .item{
        width: 350px !important;
        max-width: 100%;
        margin: auto;
    }
    .testimonials-content h6 {
        color: var(--Gray-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-top: 24px;
    }
    .stay-connected {
        padding: 32px 12px;
    }
    .stay-form h2 {
        color: #231F1C;
        text-align: center;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .stay-form p {
        color: #6A0DAD;
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 32px;
    }
    .stay-connected .mo_mt_4 {
        margin-top: 0px;
    }
    .stay-form .check-box p {
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        text-transform: capitalize;
        text-align: left;
        padding-left: 11px;
        margin-top: 4px;
        margin-bottom: 24px;
    }
    .bg-voilate .last-div {
        display: block;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding: 0px 15px;
    }
    .arrow-img{
        display:block;
    }
    .meet-your-trip .card .img-arrow-1{
        position: absolute;
        width: 78px;
        height: 42px;
        top: 41px;
        left: 25px;
    }
    .meet-your-trip .card .img-arrow-2{
        position: absolute;
        width: 78px;
        height: 42px;
        top: 41px;
        right: 25px;
    }

    .meet-your-trip .card .img-arrow-3{
        position: absolute;
        width: 78px;
        height: 42px;
        top: 45px;
        left: 18px;
    }
    .meet-your-trip h5 {
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .last-div .btn{
        margin: auto;
        margin-top:24px;
        display: block;
    }
    .stay-form .form-control {
        display: flex;
        padding: 16px 14px;
        align-items: center;
        align-self: stretch;
        color: #404040;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        margin-top: 8px;
        border-radius: 8px;
        border: 1px solid var(--Grayscale-Stroke, #C7C7C7);
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        margin-bottom: 16px;
    }
    .privacy-section {
        margin-top: 7rem;
        padding: 0px 12px;
    }
    .privacy-section h1 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .privacy-section .container {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .privacy-section .card-header , .privacy-section .card-body{
        padding: 0px 0px;
    }
    .privacy-section .card{
        margin-bottom:0px !important;
    }
    .privacy-section h2 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }
    .privacy-section p, .privacy-section li {
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 16px;
    }
    .privacy-section li {
        color: #6A0DAD;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 10px;
    }
    .comeing-soon-div img{
        width: 192px;
        max-width: 100%;
    }
    .comeing-soon-div h3 {
        color: #231F1C;
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
        margin-top: 24px;
    }
    .tooltip-main .tooltiptext {
        width: 310px;
        background: #231F1C;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 20px 20px;
        position: absolute;
        z-index: 1;
    }
    .tooltiptext {
        color: #F8F3F0;
        font-family: Manrope;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        text-transform: capitalize;
    }
    .footer-right-contact {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        justify-content: space-between;
        margin-top: 16px;
        text-align: center;
    }
    .footer-right-main p {
        color: #F8F3F0;
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        margin-bottom: 0px;
        padding: 0px 63px;
    }
    .footer-right-social-media {
        display: flex;
        gap: 16px;
        margin-bottom: 16px !important;
        width: 200px;
        max-width: 100%;
        margin: auto;
    }
}