@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #000;
    color: #333333;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

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

.fnTLST8-TPps18-area {
    background-color: #ff3300;
    padding: 8px 0;
}

.fnTLST8-TPps18-part p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    text-transform: uppercase;
}

.fnTLST8-TPps18-part p img {
    max-width: 100%;
    display: block;
    margin-right: 5px;
}

.fnTLST8_HEADer_bg {
    background: linear-gradient(
            131deg,
            /* angle – change if needed */ rgb(0 0 0) 0%,
            /* start color (solid black) */ rgb(0 0 0 / 19%) 100%
                /* end color (faded black) */
        ),
        url("/img/mobilebg1.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0;
}

.fnTLST8_HEADer_area {
    background: linear-gradient(
            95deg,
            /* angle – change this to rotate */ rgb(0 0 0) 0%,
            /* start color (solid black) */ rgb(0 0 0 / 22%) 100%
                /* end color (faded black) */
        ),
        url("/img/bg1.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;

    .fnTLST8_HEADer_area {
        background: linear-gradient(
                rgba(13, 27, 42, 0.8),
                /* top color with opacity */ rgba(33, 53, 73, 0.8)
                    /* bottom color with opacity */
            ),
            url("/img/bg1.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 0;
    }

    .fnTLST8_HEADer_area {
        background: linear-gradient(
                rgba(13, 27, 42, 0.8),
                /* top color with opacity */ rgba(33, 53, 73, 0.8)
                    /* bottom color with opacity */
            ),
            url("/img/bg1.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 0;
    }
}

.fnTLST8_HEADertext h1 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 8px;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}

.fnTLST8_HEADertext h1 span {
    color: #e63307;
}

.fnTLST8_HEADertext p {
    color: #fff;
    font-size: 16.8px;
    margin: 0;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}

.fnTLST8_HEADertext ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 30px;
    display: flex;
    gap: 18px;
    justify-content: center;
}

.fnTLST8_HEADertext ul li {
    display: inline-block;
}

.fnTLST8_HEADertext ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    padding-bottom: 12px;
    border-radius: 75px;
    background: rgba(255, 255, 255, 0.05);
}

.fnTLST8_HEADertext ul li:first-child {
    margin-left: 0;
}

.fnTLST8_HEADertext ul li:last-child {
    margin-right: 0;
}

.fnTLST8_HEADertext ul li img {
    max-width: 100%;
}

.fnTLST8_HEADertext ul li h6 {
    color: #fff;
    font-size: 16.8px;
    margin: 0;
    font-weight: 400;
    position: relative;
}

.fnTLST8_NEWTExt_area {
    padding: 65px 0;
    background-color: #000;
}

.fnTLST8_NEWTExt_HD {
    padding-bottom: 50px;
}

.fnTLST8_NEWTExt_HD h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 85px;
}

.fnTLST8_NEWTExt_itEM1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
}

.fnTLST8_NEWTExt_itEM2 h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
}

.fnTLST8_NEWTExt_itEM2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 10px;
    padding-top: 12px;
}

.fnTLST8_NEWTExt_itEM2 ul li {
    display: block;
    padding-bottom: 12px;
}

.fnTLST8_NEWTExt_itEM2 ul li span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}

.fnTLST8_NEWTExt_itEM2 ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
    padding-left: 15px;
    margin-top: -17px;
}

.fnTLST8_NEWTExt_itEM2 ul li:last-child {
    padding-bottom: 0;
}

.fnTLST8_NEWTExt_itEM3 {
    padding-bottom: 30px;
}

.fnTLST8_NEWTExt_itEM3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 35px;
    padding-top: 12px;
}

.fnTLST8_NEWTExt_itEM3 ul li {
    display: block;
    padding-bottom: 12px;
}

.fnTLST8_NEWTExt_itEM3 ul li span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}

.fnTLST8_NEWTExt_itEM3 ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
    padding-left: 15px;
    margin-top: -17px;
}

.fnTLST8_NEWTExt_itEM3 ul li:last-child {
    padding-bottom: 0;
}

.fnTLST8_NEWTExt_itEM4 {
    padding-bottom: 30px;
}

.fnTLST8_NEWTExt_itEM4:last-child {
    padding-bottom: 0;
}

.fnTLST8_NEWTExt_itEM4 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
    padding-bottom: 35px;
}

.fnTLST8_NEWTExt_itEM4 p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
}

.fnTLST8texthero-area {
    padding: 80px 0;
    padding-bottom: 50px;
}

.fnTLST8texthero-hd h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 60px;
}

.fnTLST8text-item1 {
    padding-bottom: 35px;
}

.fnTLST8text-item1 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 17px;
}

.fnTLST8text-item1 p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-weight: 300;
}

.fnTLST8_OFFerBOx_area {
    background: #000000;
    padding: 40px 0;
}

.fnTLST8_OFFerBOx_maINbgCL {
    border-radius: 25px;
    background: var(
        --card-bg,
        linear-gradient(90deg, #ffa896 0%, #991a00 100%)
    );
    margin-bottom: 50px;
    padding: 1.5px;
    box-sizing: border-box;
}

.fnTLST8_OFFerBOx_maINPArt {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    box-sizing: border-box;
    border-left: none;
    gap: 25px;
    position: relative;
    border-radius: 25px;
    background: var(
        --card-bg,
        linear-gradient(90deg, #000 0%, #1d1d1d 48.08%, #000 100%)
    );
    height: 168px;
}

.fnTLST8_OFFerBOx_left {
    width: 22%;
    position: relative;
}

.fnTLST8_OFFerBOx_INNer {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fnTLST8_OFFerBOx_rigHT {
    width: 18%;
}

.fnTLST8_OFFerBOx_loGO {
    height: 128px;
    width: 100%;
    display: grid;
    position: relative;
    align-items: center;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
}

.fnTLST8_OFFerBOx_loGO img {
    max-width: 100%;
    display: block;
    margin: auto;
    position: relative;
    z-index: 999;
}

.fnTLST8_OFFerBOx_teXT {
    width: 40%;
}

.fnTLST8_OFFerBOx_RATing {
    width: 30%;
}

.fnTLST8_OFFerBOx-SCOre {
    width: 30%;
}

.fnTLST8_OFFerBOx_teXT h2 {
    font-family: "Rajdhani", sans-serif;
    color: #d53909;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 8px;
}

.fnTLST8_OFFerBOx_teXT h3 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 6px;
}

.fnTLST8_OFFerBOx_teXT h3 span {
    font-weight: 600;
}

.fnTLST8_OFFerBOx_teXT p {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.fnTLST8_OFFerBOx_teXT p span {
    font-weight: 600;
}

.fnTLST8_OFFerBOx-SCOre h3 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
}

.fnTLST8_OFFerBOx-SCOre h3 span {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: -7px;
}

.fnTLST8_OFFerBOx-SCOre .progress {
    width: 150px;
    margin: auto;
    margin-top: 17px;
    height: 10px;
    border-radius: 500px;
    background: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25) inset;
}

.fnTLST8_OFFerBOx-SCOre .progress-bar {
    background-color: #ff2b00;
}

.fnTLST8_OFFerBOx_RATing img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.fnTLST8_OFFerBOx_RATing p {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.fnTLST8_OFFerBOx_RATing p span {
    font-weight: 600;
}

.fnTLST8_OFFerBOx_BTN a {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 500px;
    background: linear-gradient(92deg, #f43300 1.34%, #8e1e00 104.29%);
    box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.25) inset, 0 4px 4px 0 #000;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.MAIN_fnTLST8_OFFerBOxtOP {
    position: absolute;
    top: -20px;
    left: 24px;
    z-index: 999;
}

.fnTLST8_OFFerBOxtOPbg {
    border-radius: 7px;
    background: linear-gradient(90deg, #9a9a9a 0%, #b72609 100%);
    padding: 1px;
    box-sizing: border-box;
}

.fnTLST8_OFFerBOxtOP {
    width: 114px;
    height: 29px;
    border-radius: 7px;
    background: linear-gradient(90deg, #f30 0%, #9a3300 100%);
    line-height: 29px;
}

.fnTLST8_OFFerBOxtOP p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.fnTLST8_OFFerBOxtOP img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.fnTLST8_OFFerBOx_viSIT {
    padding-top: 4px;
}

.fnTLST8_OFFerBOx_viSIT p {
    text-align: center;
    margin: 0;
}

.fnTLST8_OFFerBOx_viSIT p a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.fnTLST8_OFFerBOx_viSIT p a img {
    max-width: 100%;
    margin-left: 4px;
}

.mbOFFerBOx_INNer {
    display: none;
}

.mbOFFerBOx_teXT {
    display: none;
}

.fnTLST8_text8TEXT_area {
    background-color: #000;
    padding: 100px 0;
}

.fnTLST8_text8TEXT_PArt h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
}

.fnTLST8_text8TEXT_PArt p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding-top: 25px;
}

.fnTLST8_REViews_bg {
    background-image: url("/img/mobilebg3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0;
    background-color: #000;
}

.fnTLST8_REViews_area {
    background-image: url("/img/bg3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    padding-bottom: 110px;
    background-color: #000;
}

.fnTLST8_REViews_HD {
    padding-bottom: 60px;
}

.fnTLST8_REViews_HD h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 25px;
}

.fnTLST8_REViews_HD p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.fnTLST8_REViews_PArt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.fnTLST8_REViews_BOX {
    border-radius: 25px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9.300000190734863px);
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.fnTLST8_REViewsboXHD {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
}

.fnTLST8_REViewsboXImg img {
    width: 84px;
    height: 61px;
    border-radius: 13px;
    border: 5px solid #f23301;
    display: block;
}

.fnTLST8_REViewsboXTExt h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 4px;
}

.fnTLST8_REViewsboXTExt p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fnTLST8_REViewsboXTExt p img {
    max-width: 100%;
    display: block;
}

.fnTLST8_REViewsboX_teXTPT p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.fnTLST8_Faqarea {
    background-image: url("/img/bg4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.fnTLST8_faqHD {
    padding-bottom: 45px;
}

.fnTLST8_faqHD h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
}

.fnTLST8_accordionBOX {
    max-width: 910px;
}

.faqITEMbox_CLBG {
    border-radius: 10px;
    background: var(
        --card-bg,
        linear-gradient(90deg, #ffa896 0%, #991a00 100%)
    );
    margin-bottom: 25px;
    padding: 1.5px;
    box-sizing: border-box;
}

.faqITEMbox {
    border-radius: 10px;
    background: var(
        --card-bg,
        linear-gradient(90deg, #000 0%, #1d1d1d 48.08%, #000 100%)
    );
    overflow: hidden;
}

.faqITEMbox h3 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 20px;
    padding-right: 10px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: background 0.25s;
}

.arrow-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    fill: #000;
    background: #fff;
    border-radius: 50%;
}

.faqITEMbox.active .arrow-icon {
    fill: #fff;
    transform: rotate(359deg);
    background: #ff2b00;
}

.content {
    display: none;
    padding: 0 20px 20px 20px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
}

.content p {
    margin: 0px;
}

.fnTLST8loGos8_bg {
    background-image: url("/img/mobilebg4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0;
    background-color: #000;
}

.fnTLST8loGos8_area {
    background-image: url("/img/bg5.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    background-color: #000;
}

.fnTLST8loGos8_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fnTLST8loGos8_part ul li {
    display: inline-block;
}

.fnTLST8loGos8_part ul li:last-child {
    margin-right: 0px;
}

.fnTLST8loGos8_part ul li a img {
    max-width: 100%;
    display: block;
    height: 100px;
}

.fnTLST8_Footer_area {
    padding: 70px 0;
    background-color: #000000;
    padding-bottom: 0;
}

.fnTLST8_Footer_nvLIST {
    padding-bottom: 50px;
}

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

.fnTLST8_Footer_nvLIST ul li {
    display: inline-block;
    margin-right: 38px;
}

.fnTLST8_Footer_nvLIST ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    transition: 0.3s all ease;
}

.fnTLST8_Footer_nvLIST ul li a:hover {
    color: #eb001b;
}

.fnTLST8_Footer_textPART {
    display: flex;
    gap: 40px;
    padding-bottom: 40px;
}

.fnTLST8_Footer_textITEMlt {
    width: 50%;
}

.fnTLST8_Footer_textITEMrt {
    width: 50%;
}

.fnTLST8_textITEM h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}

.fnTLST8_textITEM p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}

.fnTLST8_footer_textLAST h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}

.fnTLST8_footer_textLAST p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
}

.fnTLST8_copyRIGHTpt {
    border-top: 1px solid #fff;
    padding: 30px 0;
    margin-top: 40px;
}

.fnTLST8_copyRIGHTpt p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
}

.fnTLST8_ChooseUS_bg {
    background-image: url("/img/mobilebg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    padding: 0px 0;
}

.fnTLST8_ChooseUS_area {
    background-image: url("/img/bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    padding: 60px 0;
    padding-bottom: 90px;
}

.fnTLST8_ChooseUSHD h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}

.fnTLST8_ChooseUSHD p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
}

.fnTLST8_ChooseUS_PART {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 20px;
    padding-top: 65px;
}

.fnTLST8_ChooseUSCLbr {
    border-radius: 25px;
    background: var(
        --card-bg,
        linear-gradient(90deg, #ffa896 0%, #991a00 100%)
    );
    padding: 1.5px;
    box-sizing: border-box;
}

.fnTLST8_ChooseUS_BOX {
    border-radius: 25px;
    background: #121212;
    overflow: hidden;
    padding: 20px 20px;
    box-sizing: border-box;
    height: 100%;
}

.fnTLST8_footer_textLAST p a {
    color: #fff;
    font-weight: 500;
}

.fnTLST8_ChooseUS_HDimg {
    display: grid;
    align-items: center;
    height: 65px;
    margin-bottom: 12px;
}

.fnTLST8_ChooseUS_HDimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.fnTLST8_ChooseUS_HDTEXT {
    padding-bottom: 10px;
}

.fnTLST8_ChooseUS_HDTEXT h2 {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
    text-align: center;
    padding-bottom: 5px;
}

.fnTLST8_ChooseUS_HDTEXT p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.fnTLST8innerbg2 {
    padding: 85px 0;
    background-color: #111111;
}

.container {
    max-width: 1240px !important;
    display: block !important;
    margin: auto !important;
    padding: 0 16px !important;
}
