/*****common*************/
.img-wrap-common {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.img-wrap-common img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****common*************/

.inner_banner_section {
    position: relative;
}

.banner_image {
    background: #961010;
}

.banner_image>div {
    display: block !important;
}

.banner_image img {
    opacity: 0.6;
    display: block;
    height: 248px;
    object-fit: cover;
    width: 100%;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
}

.banner_content .main_title {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
}

.faq_banner_sec {
    padding: 100px 0 125px;
    overflow-x: hidden;
}

h2.faq_title {
    max-width: 100%;
    margin: 0px auto 0;
    padding: 0;
    font-size: 45px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    line-height: 68px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

h2.faq_title span {
    display: block;
}

h2.light_title {
    max-width: 100%;
    margin: 0 auto -134px;
    padding: 0;
    font-size: 200px;
    color: #E6E6E6;
    letter-spacing: 20px;
}

.banner_middle {
    position: relative;
    margin: 75px 0 0;
}

.banner_middle .left {
    width: 640px;
    height: 550px;
}

.banner_middle .left>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: unset !important;
    height: 100%;
}

.banner_middle .left>div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 115px;
    height: 175px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 0%, transparent 100%);
}

.banner_middle .left>div::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -200px;
    border: 180px solid transparent;
    border-top: 0;
    border-bottom: 263px solid #C4C4C4;
    z-index: 1;
    opacity: 0;
}

.wrap_banner {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

.supported_logo {
    position: absolute;
    left: auto;
    bottom: 0;
    right: 0;
    max-width: 900px;
    width: 100%;
}

.supported_logo ul {
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: flex-end;
}

.supported_logo ul li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0 0 10px rgb(143 136 136 / 25%);
    box-shadow: 0 0 10px rgb(143 136 136 / 25%);
    padding: 18px 18px 10px;
    border-radius: 10px;
    margin-right: 15px;
    background: #fff;
}

.supported_logo ul li h4 {
    font-size: 12px;
    color: rgba(0, 0, 0, .56);
    font-weight: 500;
    margin: 0 0 15px;
}

.supported_logo ul li:first-child h4 {
    margin: 0 0 23px;
}

.what_psg_sec {
    position: relative;
    padding: 125px 0 135px;
}

.wrap_what_psg {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
}

.what_psg_sec .title,
.eligible_sec .title,
.how_apply_wrap .main_title {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 5px;
    font-family: 'Manrope', sans-serif;
    margin: 0 0 85px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.what_psg_sec .desc_drb,
.how_apply_wrap .apply_steps {
    padding-left: 250px;
}

.what_psg_sec .desc_drb div,
.eligible_sec div {
    font-size: 18px;
    color: #000000;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-align: left;
    font-weight: 500;
    text-shadow: 0 0 BLACK;
}

.right_psg_handimg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 740px;
    width: 270px;
    background: url("../images/banner-2.png") no-repeat;
}

.eligible_sec {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 15px;
}

.eligible_sec div {
    padding-left: 0;
}

.faq_apply {
    padding: 260px 0 0px;
    position: relative;
}

.how_apply_wrap .apply_steps {
    padding: 120px 0 0 250px;
}

.how_apply_wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px;
}

.how_apply_wrap .main_title {
    position: absolute;
    left: 140px;
    top: 250px;
}

.how_apply_wrap .apply_steps h4 {
    color: #000000;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-right: 150px;
    margin: 0 0 40px;
}

.how_apply_wrap .apply_steps div {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    font-weight: 500;
    max-width: 620px;
    text-shadow: 0 0 BLACK;
}

.left_backimg {
    position: absolute;
    left: 0;
    top: -80px;
    width: 300px;
    height: 750px;
    background: url("../images/career-bg1.png") no-repeat right;
    z-index: -1;
}

.faq_qna {
    padding-bottom: 150px;
}

.faq_qna .faq_faq__2AeV8 {
    max-width: 1135px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq_qna .faq_title {
    font-size: 50px;
    color: #000000;
    letter-spacing: 12px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
}

.faq_list .faq_question {
    padding: 75px 0 10px;
    border-bottom: 1px solid #747474;
}

.faq_question button {
    color: #000000;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    background: transparent;
    padding: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.faq_question button::before {
    position: absolute;
    right: 75px;
    top: 7px;
    width: 27px;
    height: 15px;
    background: url("../images/sprite2.png") no-repeat 0 -35px;
    content: "";
    transform: rotate(180deg);
    transition: 1s all;
}

.faq_question dd {
    margin: 0;
}

.faq_desc {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1.5px;
    color: #000000;
    font-weight: 500;
    padding-left: 7px;
    transform: scaleY(0);
    height: 0;
    transition: all 1s ease-in-out;
    transform-origin: 0 0 0;
    margin: 25px 0 35px;
}

.let_know_sec {
    padding: 113px 0 125px;
    position: relative;
    margin: 0 0 125px;
}

.let_know_sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/letus-bg.jpg") no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.let_know_sec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 425px;
    height: 560px;
    background: url("../images/contact-bg-shape.png") no-repeat;
}

.let_know_sec .main_title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 5px;
    font-family: 'Manrope', sans-serif;
    line-height: 62px;
    padding-left: 33%;
    padding-bottom: 100px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.let_know_sec .main_title span {
    display: block;
}

.wrap_know {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrap_know::after {
    content: "";
    display: block;
    clear: both;
}

.wrap_know .left {
    width: 50%;
    float: left;
}

.wrap_know .right {
    float: left;
    width: 31%;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}

.let_know_sec .main_btn {
    height: 104px;
    line-height: 104px;
    padding: 0 15px 0 80px;
    position: relative;
    margin: -70px 0 0 25%;
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    /*animation: swing2 ease-in-out 1s infinite alternate;*/
}

@keyframes swing2 {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }

}

.let_know_sec .main_btn::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 66px;
    background: linear-gradient(to bottom right, #000 0%, #000 50%, transparent 50%, transparent 100%);
}

.faq_checkout {
    padding: 80px 0 90px;
    position: relative;
    background: #ED1C29;
    margin: 0 0 255px;
}

.faq_checkout::after {
    content: "";
    position: absolute;
    left: 0;
    top: -76px;
    width: 154px;
    height: 154px;
    background: url("../images/dot-img2.png");
}

.faq_checkout::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/bonus-bg.jpg") no-repeat;
    opacity: 0.5;
    background-size: cover;
}

.faq_checkout .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

.faq_checkout .heading span {
    margin: 0 0 13px;
    display: block;
}

.faq_checkout .heading h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 18px;
}

.faq_checkout .main_btn {
    height: 104px;
    line-height: 104px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    max-width: 380px;
    margin: 0 auto;
    bottom: -60px;
    padding: 0 0 0 80px;
    background: #000;
}

.faq_checkout .main_btn span,
.let_know_sec .main_btn span {
    color: #fff;
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.faq_checkout .main_btn span::before,
.let_know_sec .main_btn span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 25px;
    height: 21px;
    background: url("../images/sprite.png") no-repeat -4px -42px;
}

.posts_faq {
    padding: 180px 15px 120px;
    max-width: 1150px;
    margin: 0 auto;
}

.posts_faq h2 {
    font-size: 24px;
    color: #2C2C2C;
    letter-spacing: 8px;
    margin: 0 0 31px;
}

.posts_faq ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.posts_faq ul li:nth-child(3n) {
    margin-right: 0;
}

.posts_faq ul li h4 {
    color: #2C2C2C;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 0;
}

.banner_middle .right {
    position: absolute;
    top: 160px;
    right: -350px;
    max-width: 100%;
    padding: 50px 17% 45px 50px;
    width: 1051px;
}

.banner_middle .right::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 108px;
    height: 108px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    z-index: 1;
}

.faq_banner_middle__1lrvZ .faq_right__Bmvgw {
    position: absolute;
    top: 200px;
    right: 0;
    max-width: 900px;
    padding: 40px 27% 45px 100px;
    max-width: 77%;
}

.banner_middle .right>div {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner_middle .right span {
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 710px;
}

/*********************drb**************************************/
/*.faq_page_drb .light_title {
    max-width: 1170px;
    margin: 0 auto -90px;
    font-size: 163px;
}
.faq_page_drb .faq_title{
    max-width: 995px;
    font-size: 48px;
    letter-spacing: 12px;
}
.faq_page_drb .banner_middle {
    margin-top: 80px;
}
.faq_page_drb .banner_middle .left {
    margin-left: auto;
}
.faq_page_drb .supported_logo {
    position: absolute;
    left: 90px;
    bottom: 0;
}
.faq_page_drb .banner_middle .right {
    right: 30px;
    max-width: 1085px;
}
.faq_page_drb .banner_middle .right > div {
    background: url("../images/black-bg.png") no-repeat;
    background-size: 100% 100%;
}*/

/*********************drb**************************************/
/**********new-changes-faq*************************/
.posts_faq .slick-list {
    margin: 0 -11px;
}

.posts_faq ul.post_lists .slick-track .slick-slide {
    padding: 0 11px;
}

.posts_faq ul.post_lists .slick-track .slick-slide li img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********new-changes-faq*************************/
/***17-07-2021****/
.eligible_sec .title {
    margin: 0 0 65px;
}

.eligible_sec ul li {
    padding-left: 30px;
    position: relative;
}

.eligible_sec ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -2px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

/***17-07-2021****/
.faq_apply.faq_apply-drb {
    padding-bottom: 125px;
}

/**********************responsive *********************************************/

@media (min-width: 1700px) and (max-width: 3000px) {
    .banner_middle .right {
        padding: 45px 17% 45px 53px;
        max-width: 100%;
        width: 1051px;
    }

    .let_know_sec .main_btn {
        margin: -70px 0 0 43%;
    }

    .wrap_know {
        max-width: 1200px;
    }

    .supported_logo {
        left: auto;
        right: 0;
    }

    .left_backimg {
        left: -250px;
        top: -80px;
        width: 752px;
        height: 752px;
    }

    .how_apply_wrap .main_title {
        position: absolute;
        left: 356px;
        top: 250px;
    }

    .how_apply_wrap .apply_steps {
        padding: 120px 0 0 0;
        max-width: 700px;
        margin: 0 0 0 50px;
    }

    .let_know_sec::before {
        left: 70px;
        right: 70px;
    }

    .wrap_know .left {
        width: 57%;
    }

    .wrap_know .left .img-wrap-common {
        width: 620px;
        height: 342px;
    }

    .wrap_know .left img {
        width: 100%;
        height: 100%;
    }

    .eligible_sec {
        margin-left: 34%;
    }

}

@media (min-width: 1200px) and (max-width: 1300px) {
    .banner_middle .right span {
        max-width: 600px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    h2.faq_title {
        font-size: 38px;
    }

    .banner_middle .right {
        max-width: 850px;
        padding: 40px 130px 35px 40px;
        right: -130px;
        top: 130px;
    }

    .supported_logo {
        max-width: 850px;
    }

    .let_know_sec .main_title {
        font-size: 38px;
        padding-left: 12%;
    }

    /*.faq_page_drb .faq_title {
        font-size: 38px;
    }*/
    .faq_question button::before {
        right: 15px;
    }

    .what_psg_sec .desc_drb,
    .how_apply_wrap .apply_steps {
        padding-left: 160px;
    }

    .eligible_sec {
        margin-left: 15%;
    }

    .how_apply_wrap .apply_steps {
        padding: 120px 0 0 280px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq_banner_sec {
        padding: 100px 0 0px;
    }

    h2.light_title {
        margin: 0 auto -114px;
    }

    h2.faq_title {
        font-size: 32px;
        /* letter-spacing: 7px; */
        line-height: 50px;
    }

    .banner_middle {
        margin-top: 60px;
    }

    .banner_middle .left {
        width: 555px;
    }

    .banner_middle .right {
        top: 143px;
        max-width: 620px;
        padding: 30px 10px 30px;
        right: -20px;
    }

    .banner_middle .right::before {
        display: none;
    }

    .supported_logo {
        max-width: 620px;
    }

    .what_psg_sec {
        padding: 100px 0 100px;
    }

    .what_psg_sec .title,
    .eligible_sec .title,
    .how_apply_wrap .main_title {
        font-size: 40px;
        margin: 0 0 40px;
    }

    .what_psg_sec .desc_drb,
    .how_apply_wrap .apply_steps {
        padding-left: 100px;
    }

    .faq_apply {
        padding: 150px 0 150px;
    }

    .left_backimg {
        top: -80px;
        width: 210px;
        height: 680px;
    }

    .how_apply_wrap .main_title {
        left: 60px;
        top: 140px;
    }

    .how_apply_wrap .apply_steps {
        padding: 70px 0 0 200px;
    }

    .how_apply_wrap .apply_steps h4 {
        font-size: 22px;
        line-height: 33px;
        padding-right: 0px;
        margin: 0px 0 20px;
    }

    .faq_qna .faq_title {
        margin: 0 0 0px;
    }

    .faq_qna {
        padding-bottom: 100px;
    }

    .let_know_sec {
        padding: 100px 0 100px;
    }

    .let_know_sec .main_title {
        font-size: 33px;
        /*letter-spacing: 11px;*/
        line-height: 52px;
        padding-left: 20px;
        padding-bottom: 35px;
    }

    .wrap_know .right {
        width: 47%;
        font-size: 22px;
        line-height: 37px;
        padding-left: 20px;
    }

    .let_know_sec .main_btn {
        padding: 0 15px 0 30px;
    }

    .let_know_sec::after {
        width: 295px;
        height: 410px;
        background-size: 550px;
    }

    .posts_faq {
        padding: 80px 15px 100px;
    }

    .faq_list .faq_question {
        padding: 55px 0 0px;
    }

    .faq_question button {
        padding: 0 45px 0 0;
    }

    /*.faq_page_drb .faq_title {
        font-size: 33px;
        letter-spacing: 7px;
    }
    .faq_page_drb .banner_middle {
        margin-top: 60px;
    }
    .faq_page_drb .banner_middle .right {
        padding: 30px 46px 30px 10px;
    }*/
    .faq_question button::before {
        right: 15px;
    }

    /***17-07-2021***/
    .faq_checkout {
        margin: 0 0 185px;
    }

    .eligible_sec {
        margin-left: 15%;
    }

    /***17-07-2021***/

}


@media (max-width: 767px) {
    .banner_content .main_title {
        font-size: 30px;
    }

    .faq_banner_sec {
        padding: 60px 0 0px;
    }

    h2.light_title {
        margin: 0 auto -42px;
        padding: 0 15px;
        font-size: 100px;
        letter-spacing: 10px;
        text-align: center;
    }

    h2.faq_title {
        font-size: 24px;
        letter-spacing: 4px;
        line-height: 32px;
        text-align: left;
        max-width: 345px;
        margin: 0 auto;
    }

    .banner_middle {
        margin-top: 30px;
    }

    .banner_middle .left {
        width: 100%;
        margin: 0;
        height: 425px;
    }

    .banner_middle .right {
        top: 90px;
        max-width: 420px;
        padding: 25px 25px 20px;
        right: 0;
        width: 100%;
        left: 0;
        margin: 0;
    }

    .banner_middle .right::before {
        display: none;
    }

    .banner_middle .right span {
        font-size: 12px;
        line-height: 24px;
        font-weight: 600;
    }

    .supported_logo {
        left: 0;
        right: 0;
        width: auto;
        position: static;
        margin: 20px auto 0;
    }

    .supported_logo ul {
        justify-content: center;
    }

    .supported_logo ul li {
        padding: 11px 14px 7px;
        margin-right: 10px;
    }

    .what_psg_sec {
        padding: 60px 0 30px;
    }

    .what_psg_sec .title,
    .eligible_sec .title,
    .how_apply_wrap .main_title {
        font-size: 24px;
        letter-spacing: 3px;
        margin: 0 0 20px;
    }

    .what_psg_sec .desc_drb,
    .how_apply_wrap .apply_steps,
    .eligible_sec div,
    .eligible_sec div {
        padding-left: 0px;
    }

    .right_psg_handimg {
        height: 500px;
        width: 180px;
        background-size: 500px;
    }

    .faq_apply {
        padding: 50px 0 60px;
    }

    .left_backimg {
        top: -80px;
        width: 100px;
        height: 370px;
        background-size: 430px;
    }

    .how_apply_wrap .main_title {
        left: 9px;
        top: 46px;
    }

    .how_apply_wrap .apply_steps {
        padding: 60px 0 0 10px;
    }

    .how_apply_wrap .apply_steps h4 {
        font-size: 14px;
        line-height: 24px;
        margin: 0px 0 35px;
        padding: 0;
        font-weight: 800;
    }

    .how_apply_wrap .apply_steps div {
        font-size: 14px;
        line-height: 30px;
    }

    .faq_qna {
        padding-bottom: 60px;
    }

    .faq_qna .faq_title {
        margin: 0 0 0px;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 5px;
    }

    .faq_list .faq_question {
        padding: 35px 0 0px;
    }

    .faq_question button {
        font-size: 15px;
        padding: 0 30px 0 0;
    }

    .faq_desc {
        font-size: 14px;
        line-height: 27px;
        margin: 20px 0 20px;
    }

    .let_know_sec {
        padding: 60px 0 60px;
        margin: 0 0 85px;
    }

    .let_know_sec .main_title {
        font-size: 24px;
        letter-spacing: 3px;
        line-height: 32px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .wrap_know {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrap_know .left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .wrap_know .right {
        float: none;
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        padding: 0px 0 25px;
        font-weight: 600;
    }

    .let_know_sec .main_btn {
        height: 58px;
        line-height: 58px;
        padding: 0 15px 0 20px;
        margin: -36px 0 0 35px;
    }

    .let_know_sec .main_btn::after {
        width: 30px;
    }

    .faq_checkout .main_btn span,
    .let_know_sec .main_btn span {
        padding-right: 40px;
        font-size: 17px;
    }

    .let_know_sec::after {
        width: 115px;
        height: 245px;
        background: url("../images/contact-mobile-shape.png") no-repeat;
    }

    .faq_checkout {
        padding: 60px 0 60px;
        margin: 0 0 100px;
    }

    .faq_checkout::after {
        top: -49px;
        width: 100px;
        height: 100px;
        background-size: 100px;
    }

    .faq_checkout .heading {
        font-size: 14px;
    }

    .faq_checkout .heading h4 {
        font-size: 24px;
        letter-spacing: 5px;
    }

    .faq_checkout .main_btn {
        height: 74px;
        line-height: 74px;
        max-width: 300px;
        bottom: -40px;
        padding: 0 0 0 50px;
    }

    .posts_faq {
        padding: 60px 15px 60px;
    }

    .posts_faq h2 {
        font-size: 18px;
        letter-spacing: 6px;
        margin: 0 0 20px;
        text-align: center;
    }

    .posts_faq ul li {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
        max-width: 345px;
    }

    .posts_faq ul li:nth-child(3n) {
        margin: 0 auto;
    }

    /*.faq_page_drb .light_title {
        margin: 0 auto -43px;
        font-size: 85px;
    }
    .faq_page_drb .faq_title {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .faq_page_drb .banner_middle {
        margin-top: 30px;
    }
    .faq_page_drb .banner_middle .right {
        padding: 30px 20px 30px 10px;
        top: 160px;
        max-width: 93%;
    }
    .faq_page_drb .banner_middle .right span {
        font-size: 12px;
    }
    .faq_page_drb .supported_logo {
        left: 15px;
    }*/
    .faq_question button::before {
        right: 0px;
    }

    .posts_faq .slick-list {
        margin: 0 -11px;
        max-width: 375px;
        margin: 0 auto;
    }

    /***17-07-2021********/
    .wrap_banner {
        padding: 0;
    }

    .wrap_what_psg {
        padding: 0 25px;
    }

    .what_psg_sec .desc_drb div,
    .eligible_sec div {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.5px;
        margin: 0 0 20px;
        font-weight: 600;
    }

    .eligible_sec {
        padding: 0 25px;
        margin-left: 0;
    }

    .banner_middle .left>div::after {
        display: none;
    }

    /***17-07-2021********/
    .faq_apply.faq_apply-drb {
        padding-bottom: 60px;
    }

    .what_drb_sec h4.title {
        padding-right: 20px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    h2.faq_title {
        font-size: 24px;
        max-width: 570px;
        text-align: center;
    }

    .banner_middle .right {
        top: 98px;
        max-width: 580px;
    }

    .wrap_know .left {
        width: 50%;
        float: left;
    }

    .wrap_know .right {
        float: right;
        width: 45%;
        padding: 10px 10px 0;
    }

    .let_know_sec .main_btn {
        margin: -45px 0 0 25%;
    }

    .wrap_know {
        display: block;
    }

    .left_backimg {
        top: -60px;
    }
}


/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Manrope', sans-serif;

**/


.faq_inner_banner_section__w6RrP {
    position: relative
}

.faq_banner_image__3Iogl {
    background: #961010
}

.faq_banner_image__3Iogl>div {
    display: block !important
}

.faq_banner_image__3Iogl img {
    opacity: .6;
    display: block;
    height: 160px;
    -webkit-object-fit: cover;
    object-fit: cover
}

.faq_banner_content__1EGz7 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 930px;
    margin: 0 auto;
    width: 100%
}

.faq_banner_content__1EGz7 .faq_main_title__2bojD {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px
}

.faq_faq_banner_sec__3Qo4K {
    padding: 100px 0 125px
}

h2.faq_faq_title__P23C7 {
    max-width: 945px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 40px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-family: Manrope, sans-serif;
    letter-spacing: 11px;
    text-align: center;
    line-height: 68px
}

h2.faq_faq_title__P23C7 span {
    display: block
}

h2.faq_light_title__2nuhe {
    max-width: 986px;
    margin: 0 auto -80px;
    padding: 0 15px;
    font-size: 133px;
    color: #e7e7e7;
    letter-spacing: 20px
}

.faq_banner_middle__1lrvZ {
    margin-top: 100px;
    position: relative
}

.faq_banner_middle__1lrvZ .faq_left__V6U97 {
    width: 664px
}

.faq_banner_middle__1lrvZ .faq_left__V6U97>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: unset !important
}

.faq_banner_middle__1lrvZ .faq_left__V6U97>div:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 215px;
    height: 310px;
    background: -webkit-linear-gradient(bottom right, #fff 0, #fff 50%, transparent 0, transparent);
    background: -moz-linear-gradient(bottom right, #fff 0, #fff 50%, transparent 0, transparent 100%);
    background: linear-gradient(to top left, #fff 0, #fff 50%, transparent 0, transparent)
}

.faq_banner_middle__1lrvZ .faq_left__V6U97>div:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -200px;
    border: 180px solid transparent;
    border-top: 0;
    border-bottom: 263px solid #c4c4c4;
    z-index: 1;
    opacity: 0
}

.faq_wrap_banner__2OSqX {
    position: relative
}

.faq_supported_logo__SUyJg {
    position: absolute;
    left: auto;
    bottom: 0;
    right: 0;
    max-width: 900px;
    width: 100%
}

.faq_supported_logo__SUyJg ul {
    display: -moz-box;
    display: flex;
    z-index: 1;
    position: relative
}

.faq_supported_logo__SUyJg ul li {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 10px rgb(143 136 136/25%);
    padding: 18px 18px 10px;
    border-radius: 10px;
    margin-right: 15px;
    background: #fff
}

.faq_supported_logo__SUyJg ul li h4 {
    font-size: 12px;
    color: rgba(0, 0, 0, .56);
    font-weight: 500;
    margin: 0 0 15px
}

.faq_supported_logo__SUyJg ul li:first-child h4 {
    margin: 0 0 23px
}

.faq_what_psg_sec__1fsHh {
    position: relative;
    padding: 125px 0 135px
}

.faq_wrap_what_psg__Krio5 {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px
}

.faq_eligible_sec__RCZ-T .faq_title__2JKkx,
.faq_how_apply_wrap__1Kg82 .faq_main_title__2bojD,
.faq_what_psg_sec__1fsHh .faq_title__2JKkx {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 13px;
    font-family: Manrope, sans-serif;
    margin: 0 0 70px
}

.faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt,
.faq_what_psg_sec__1fsHh .faq_desc_drb__gVjEk {
    padding-left: 250px
}

.faq_eligible_sec__RCZ-T div,
.faq_what_psg_sec__1fsHh .faq_desc_drb__gVjEk div {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-align: left;
    font-weight: 400
}

.faq_right_psg_handimg__1jRs7 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 740px;
    width: 270px;
    background: url(../images/banner-2.png) no-repeat
}

.faq_eligible_sec__RCZ-T {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px
}

.faq_eligible_sec__RCZ-T div {
    padding-left: 150px
}

.faq_faq_apply__17c0H {
    padding: 260px 0;
    position: relative
}

.faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt {
    padding: 120px 0 0 250px
}

.faq_how_apply_wrap__1Kg82 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px
}

.faq_how_apply_wrap__1Kg82 .faq_main_title__2bojD {
    position: absolute;
    left: 140px;
    top: 250px
}

.faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt h4 {
    color: #000;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-right: 150px;
    margin: 0 0 40px
}

.faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt div {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    font-weight: 400;
    max-width: 560px
}

.faq_left_backimg__gTfBl {
    position: absolute;
    left: 0;
    top: -80px;
    width: 300px;
    height: 750px;
    background: url(../images/career-bg1.png) no-repeat 100%;
    z-index: -1
}

.faq_faq_qna__1wJXR {
    padding-bottom: 150px
}

.faq_faq_qna__1wJXR .faq_faq__2AeV8 {
    max-width: 1135px;
    margin: 0 auto;
    padding: 0 15px
}

.faq_faq_qna__1wJXR .faq_faq_title__P23C7 {
    font-size: 50px;
    color: #000;
    letter-spacing: 12px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px
}

.faq_faq_list__2xRXw .faq_faq_question__1ZE8V {
    padding: 75px 0 10px;
    border-bottom: 1px solid #747474
}

.faq_faq_question__1ZE8V button {
    color: #000;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    background: transparent;
    padding: 0;
    border: 0;
    font-family: Montserrat, sans-serif;
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer
}

.faq_faq_question__1ZE8V button:before {
    position: absolute;
    right: 75px;
    top: 7px;
    width: 27px;
    height: 15px;
    background: url(../images/sprite2.png) no-repeat 0 -35px;
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease
}

.faq_faq_question__1ZE8V dd {
    margin: 0
}

.faq_faq_desc__zEvmE {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 500;
    height: 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    margin: 25px 0 35px;
    padding: 0 10px 0 0;
    max-width: 990px;
    opacity: 0
}

.faq_let_know_sec__LKQzi {
    padding: 113px 0 125px;
    position: relative;
    margin: 0 0 125px
}

.faq_let_know_sec__LKQzi:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/letus-bg.jpg) no-repeat;
    background-size: cover;
    opacity: .1
}

.faq_let_know_sec__LKQzi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 425px;
    height: 560px;
    background: url(../images/contact-bg-shape.png) no-repeat
}

.faq_let_know_sec__LKQzi .faq_main_title__2bojD {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 13px;
    font-family: Manrope, sans-serif;
    line-height: 62px;
    padding-left: 29%;
    padding-bottom: 110px
}

.faq_let_know_sec__LKQzi .faq_main_title__2bojD span {
    display: block
}

.faq_wrap_know__PYkET {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px
}

.faq_wrap_know__PYkET:after {
    content: "";
    display: block;
    clear: both
}

.faq_wrap_know__PYkET .faq_left__V6U97 {
    width: 50%;
    float: left
}

.faq_wrap_know__PYkET .faq_right__Bmvgw {
    float: left;
    width: 34%;
    font-size: 24px;
    line-height: 37px;
    color: #6c6c6c;
    font-family: Roboto, sans-serif
}

.faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ {
    height: 104px;
    line-height: 104px;
    padding: 0 15px 0 80px;
    position: relative;
    margin: -70px 0 0 25%;
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: top
}

@-webkit-keyframes faq_swing2__2WWMq {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

@-moz-keyframes faq_swing2__2WWMq {
    0% {
        -moz-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -moz-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

@keyframes faq_swing2__2WWMq {
    0% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

.faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 66px;
    background: -webkit-linear-gradient(top left, #000 0, #000 50%, transparent 0, transparent);
    background: -moz-linear-gradient(top left, #000 0, #000 50%, transparent 50%, transparent 100%);
    background: linear-gradient(to bottom right, #000 0, #000 50%, transparent 0, transparent)
}

.faq_faq_checkout__zB3oj {
    padding: 80px 0 90px;
    position: relative;
    background: #ed1c29;
    margin: 0 0 60px
}

.faq_faq_checkout__zB3oj:after {
    content: "";
    position: absolute;
    left: 0;
    top: -76px;
    width: 154px;
    height: 154px;
    background: url(../images/dot-img2.png)
}

.faq_faq_checkout__zB3oj:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bonus-bg.jpg) no-repeat;
    opacity: .5;
    background-size: cover
}

.faq_faq_checkout__zB3oj .faq_heading__k8NC- {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    position: relative
}

.faq_faq_checkout__zB3oj .faq_heading__k8NC- span {
    margin: 0 0 13px;
    display: block
}

.faq_faq_checkout__zB3oj .faq_heading__k8NC- h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 18px
}

.faq_faq_checkout__zB3oj .faq_main_btn__2cjSZ {
    height: 104px;
    line-height: 104px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    max-width: 380px;
    margin: 0 auto;
    bottom: -60px;
    padding: 0 0 0 80px;
    background: #000
}

.faq_faq_checkout__zB3oj .faq_main_btn__2cjSZ span,
.faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ span {
    color: #fff;
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif
}

.faq_faq_checkout__zB3oj .faq_main_btn__2cjSZ span:before,
.faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 25px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat -4px -42px
}

.faq_posts_faq__3Cc_0 {
    padding: 180px 15px 120px;
    max-width: 1150px;
    margin: 0 auto
}

.faq_posts_faq__3Cc_0 h2 {
    font-size: 24px;
    color: #2c2c2c;
    letter-spacing: 8px;
    margin: 0 0 31px
}

.faq_posts_faq__3Cc_0 ul li {
    float: left;
    width: 32%;
    margin-right: 2%
}

.faq_posts_faq__3Cc_0 ul li:nth-child(3n) {
    margin-right: 0
}

.faq_posts_faq__3Cc_0 ul li h4 {
    color: #2c2c2c;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 0
}

.faq_banner_middle__1lrvZ .faq_right__Bmvgw {
    position: absolute;
    top: 200px;
    right: 0;
    max-width: 900px;
    padding: 40px 100px 45px
}

.faq_faq_banner_middle__1lrvZ__1_R00 .faq_faq_right__Bmvgw__1OWea {
    position: absolute;
    top: 200px;
    right: 0;
    max-width: 900px;
    padding: 40px 27% 45px 100px;
    max-width: 77%
}

.faq_banner_middle__1lrvZ .faq_right__Bmvgw>div {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.faq_banner_middle__1lrvZ .faq_right__Bmvgw span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff
}

.faq_faq_page_drb__uDled .faq_light_title__2nuhe {
    max-width: 1170px;
    margin: 0 auto -90px;
    font-size: 163px
}

.faq_faq_page_drb__uDled .faq_faq_title__P23C7 {
    max-width: 995px;
    font-size: 48px;
    letter-spacing: 12px
}

.faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ {
    margin-top: 80px
}

.faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ .faq_left__V6U97 {
    margin-left: auto
}

.faq_faq_page_drb__uDled .faq_supported_logo__SUyJg {
    position: absolute;
    left: 90px;
    bottom: 0
}

.faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
    right: 30px;
    max-width: 1085px
}

.faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ .faq_right__Bmvgw>div {
    background: url(../images/black-bg.png) no-repeat;
    background-size: 100% 100%
}

@media only screen and (min-width: 1700px) and (max-width:3000px) {
    .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        max-width: 75%;
        padding: 40px 27% 45px 100px;
        max-width: 77%
    }

    .faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ {
        margin: -70px 0 0 33%
    }

    .faq_wrap_know__PYkET {
        max-width: 1200px
    }

    .faq_wrap_know__PYkET .faq_left__V6U97 img {
        width: 490px;
        height: 403px
    }

    .faq_supported_logo__SUyJg {
        left: 23%;
        right: auto
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    h2.faq_faq_title__P23C7 {
        font-size: 38px
    }

    .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        max-width: 850px;
        padding: 40px 70px 45px
    }

    .faq_supported_logo__SUyJg {
        max-width: 850px
    }

    .faq_let_know_sec__LKQzi .faq_main_title__2bojD {
        font-size: 38px;
        padding-left: 12%
    }

    .faq_faq_page_drb__uDled .faq_faq_title__P23C7 {
        font-size: 38px
    }

    .faq_faq_question__1ZE8V button:before {
        right: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .faq_faq_banner_sec__3Qo4K {
        padding: 100px 0 0
    }

    h2.faq_faq_title__P23C7 {
        font-size: 32px;
        letter-spacing: 7px;
        line-height: 58px
    }

    .faq_banner_middle__1lrvZ {
        margin-top: 60px
    }

    .faq_banner_middle__1lrvZ .faq_left__V6U97 {
        width: 555px
    }

    .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        top: 160px;
        max-width: 620px;
        padding: 30px 10px
    }

    .faq_supported_logo__SUyJg {
        max-width: 620px
    }

    .faq_what_psg_sec__1fsHh {
        padding: 100px 0
    }

    .faq_eligible_sec__RCZ-T .faq_title__2JKkx,
    .faq_how_apply_wrap__1Kg82 .faq_main_title__2bojD,
    .faq_what_psg_sec__1fsHh .faq_title__2JKkx {
        font-size: 40px;
        margin: 0 0 40px
    }

    .faq_eligible_sec__RCZ-T div,
    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt,
    .faq_what_psg_sec__1fsHh .faq_desc_drb__gVjEk {
        padding-left: 100px
    }

    .faq_faq_apply__17c0H {
        padding: 150px 0
    }

    .faq_left_backimg__gTfBl {
        top: -80px;
        width: 210px;
        height: 680px
    }

    .faq_how_apply_wrap__1Kg82 .faq_main_title__2bojD {
        left: 40px;
        top: 140px
    }

    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt {
        padding: 70px 0 0 200px
    }

    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt h4 {
        font-size: 22px;
        line-height: 33px;
        padding-right: 0;
        margin: 0 0 20px
    }

    .faq_faq_qna__1wJXR .faq_faq_title__P23C7 {
        margin: 0
    }

    .faq_faq_qna__1wJXR {
        padding-bottom: 100px
    }

    .faq_let_know_sec__LKQzi {
        padding: 100px 0
    }

    .faq_let_know_sec__LKQzi .faq_main_title__2bojD {
        font-size: 33px;
        letter-spacing: 11px;
        line-height: 52px;
        padding-left: 20px;
        padding-bottom: 35px
    }

    .faq_wrap_know__PYkET .faq_right__Bmvgw {
        width: 47%;
        font-size: 22px;
        line-height: 37px;
        padding-left: 20px
    }

    .faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ {
        padding: 0 15px 0 30px
    }

    .faq_let_know_sec__LKQzi:after {
        width: 295px;
        height: 410px;
        background-size: 550px
    }

    .faq_posts_faq__3Cc_0 {
        padding: 80px 15px 100px
    }

    .faq_faq_list__2xRXw .faq_faq_question__1ZE8V {
        padding: 55px 0 0
    }

    .faq_faq_question__1ZE8V button {
        padding: 0 45px 0 0
    }

    .faq_faq_page_drb__uDled .faq_faq_title__P23C7 {
        font-size: 33px;
        letter-spacing: 7px
    }

    .faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ {
        margin-top: 60px
    }

    .faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        padding: 30px 46px 30px 10px
    }

    .faq_faq_question__1ZE8V button:before {
        right: 15px
    }

    .faq_faq_desc__zEvmE {
        padding: 0 45px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .faq_banner_content__1EGz7 .faq_main_title__2bojD {
        font-size: 30px
    }

    .faq_faq_banner_sec__3Qo4K {
        padding: 60px 0 0
    }

    h2.faq_light_title__2nuhe {
        margin: 0 auto -42px;
        padding: 0 15px;
        font-size: 80px;
        letter-spacing: 10px
    }

    h2.faq_faq_title__P23C7 {
        font-size: 18px;
        letter-spacing: 3px;
        line-height: 30px
    }

    .faq_banner_middle__1lrvZ {
        margin-top: 30px
    }

    .faq_banner_middle__1lrvZ .faq_left__V6U97 {
        width: 465px
    }

    .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        top: 53px;
        max-width: 420px;
        padding: 20px 10px
    }

    .faq_banner_middle__1lrvZ .faq_right__Bmvgw span {
        font-size: 14px;
        line-height: 25px
    }

    .faq_supported_logo__SUyJg {
        left: 15px;
        right: 0;
        width: auto
    }

    .faq_supported_logo__SUyJg ul li {
        padding: 11px 14px 7px;
        margin-right: 10px
    }

    .faq_what_psg_sec__1fsHh {
        padding: 60px 0
    }

    .faq_eligible_sec__RCZ-T .faq_title__2JKkx,
    .faq_how_apply_wrap__1Kg82 .faq_main_title__2bojD,
    .faq_what_psg_sec__1fsHh .faq_title__2JKkx {
        font-size: 26px;
        letter-spacing: 5px;
        margin: 0 0 20px
    }

    .faq_eligible_sec__RCZ-T div,
    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt,
    .faq_what_psg_sec__1fsHh .faq_desc_drb__gVjEk {
        padding-left: 25px
    }

    .faq_right_psg_handimg__1jRs7 {
        height: 500px;
        width: 180px;
        background-size: 500px
    }

    .faq_faq_apply__17c0H {
        padding: 50px 0 60px
    }

    .faq_left_backimg__gTfBl {
        top: -80px;
        width: 90px;
        height: 370px;
        background-size: 430px
    }

    .faq_how_apply_wrap__1Kg82 .faq_main_title__2bojD {
        left: 9px;
        top: 46px
    }

    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt {
        padding: 50px 0 0 80px
    }

    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt h4 {
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 12px;
        padding: 0
    }

    .faq_how_apply_wrap__1Kg82 .faq_apply_steps__3vCwt div {
        font-size: 14px;
        line-height: 30px
    }

    .faq_faq_qna__1wJXR {
        padding-bottom: 60px
    }

    .faq_faq_qna__1wJXR .faq_faq_title__P23C7 {
        margin: 0;
        font-size: 40px
    }

    .faq_faq_list__2xRXw .faq_faq_question__1ZE8V {
        padding: 25px 0 0
    }

    .faq_faq_question__1ZE8V button {
        font-size: 14px;
        padding: 0 30px 0 0;
        font-weight: 800;
        line-height: 24px
    }

    .faq_faq_desc__zEvmE {
        font-size: 12px;
        line-height: 24px;
        margin: 10px 0 14px;
        font-weight: 600;
        padding: 0 20px 0 0
    }

    .faq_let_know_sec__LKQzi {
        padding: 60px 0;
        margin: 0 0 85px
    }

    .faq_let_know_sec__LKQzi .faq_main_title__2bojD {
        font-size: 24px;
        letter-spacing: 8px;
        line-height: 35px;
        padding-left: 20px;
        padding-bottom: 35px
    }

    .faq_wrap_know__PYkET .faq_left__V6U97 {
        width: 100%;
        float: none;
        text-align: center
    }

    .faq_wrap_know__PYkET .faq_right__Bmvgw {
        float: none;
        width: 100%;
        font-size: 18px;
        line-height: 37px;
        padding: 20px 0 0
    }

    .faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ {
        height: 74px;
        line-height: 74px;
        padding: 0 15px 0 20px;
        margin: 20px 0 0 15px
    }

    .faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ:after {
        width: 30px
    }

    .faq_faq_checkout__zB3oj .faq_main_btn__2cjSZ span,
    .faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ span {
        padding-right: 40px;
        font-size: 17px
    }

    .faq_let_know_sec__LKQzi:after {
        width: 190px;
        height: 270px;
        background-size: 370px
    }

    .faq_faq_checkout__zB3oj {
        padding: 60px 0;
        margin: 0 0 40px
    }

    .faq_faq_checkout__zB3oj:after {
        top: -49px;
        width: 100px;
        height: 100px;
        background-size: 100px
    }

    .faq_faq_checkout__zB3oj .faq_heading__k8NC- {
        font-size: 14px
    }

    .faq_faq_checkout__zB3oj .faq_heading__k8NC- h4 {
        font-size: 35px;
        letter-spacing: 14px
    }

    .faq_faq_checkout__zB3oj .faq_main_btn__2cjSZ {
        height: 74px;
        line-height: 74px;
        max-width: 300px;
        bottom: -40px;
        padding: 0 0 0 50px
    }

    .faq_posts_faq__3Cc_0 {
        padding: 60px 15px
    }

    .faq_posts_faq__3Cc_0 h2 {
        font-size: 18px;
        letter-spacing: 6px;
        margin: 0 0 20px;
        text-align: center
    }

    .faq_posts_faq__3Cc_0 ul li {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
        max-width: 345px
    }

    .faq_posts_faq__3Cc_0 ul li:nth-child(3n) {
        margin: 0 auto
    }

    .faq_faq_page_drb__uDled .faq_light_title__2nuhe {
        margin: 0 auto -43px;
        font-size: 85px
    }

    .faq_faq_page_drb__uDled .faq_faq_title__P23C7 {
        font-size: 18px;
        letter-spacing: 3px
    }

    .faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ {
        margin-top: 30px
    }

    .faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        padding: 30px 20px 30px 10px;
        top: 160px;
        max-width: 93%
    }

    .faq_faq_page_drb__uDled .faq_banner_middle__1lrvZ .faq_right__Bmvgw span {
        font-size: 12px
    }

    .faq_faq_page_drb__uDled .faq_supported_logo__SUyJg {
        left: 15px
    }

    .faq_faq_question__1ZE8V button:before {
        width: 20px;
        height: 12px;
        right: 0;
        background-size: 320px;
        background-position: 0 -21px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    h2.faq_faq_title__P23C7 {
        font-size: 25px;
        letter-spacing: 8px;
        line-height: 30px
    }

    .faq_banner_middle__1lrvZ .faq_right__Bmvgw {
        top: 98px;
        max-width: 580px
    }

    .faq_wrap_know__PYkET .faq_left__V6U97 {
        width: 50%;
        float: left
    }

    .faq_wrap_know__PYkET .faq_right__Bmvgw {
        float: right;
        width: 45%;
        padding: 10px 10px 0
    }

    .faq_let_know_sec__LKQzi .faq_main_btn__2cjSZ {
        margin: -45px 0 0 25%
    }
}