/* thank you page hero section start */

.thankyou_hero_01_sec_tx  {
    margin-bottom: 135px;
    padding-top: 80px;
}
.thankyou_hero_01_sec_tx .tyh_row_tx {
     gap: 33px; 
}
.thankyou_hero_01_sec_tx .tyh01s_icon_tx img {
    width: 73px;
}
.thankyou_hero_01_sec_tx .tyh01s_icon_tx {
    margin-bottom: 21px;
}
.thankyou_hero_01_sec_tx .tyh01s_h3_tx {
    font-size: 2.750rem;
    font-weight: 500;
    margin-bottom: 21px;
    color: #272727;
    line-height: 1.4;
}
.thankyou_hero_01_sec_tx .tyh01s_txtp_tx {
    font-size: 1rem;
    color: #474747;
    line-height: 1.4;
    width: 95%;
}
.thankyou_hero_01_sec_tx .tyh01s_th_main_img_box{
    width: 352px;
    height: 340px;
    position: relative;
}
.thankyou_hero_01_sec_tx .tyh01s_img_div .tyh01s_th_main_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.thankyou_hero_01_sec_tx .tyh01s_dots_img_tx {
    width: 151px;
    height: 156px;
    position: absolute;
    bottom: -43px;
    left: -98px;
    z-index: -1;
}
.thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::before {
    content: '';
    width: 201px;
    height: 280px;
    background-color: #F3F3F3;
    position: absolute;
    bottom: -68px;
    right: -68px;
    z-index: -1;
}
.thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::after {
    content: '';
    width: 37px;
    height: 150px;
    background-color: var(--button-fill);
    position: absolute;
    bottom: -31px;
    right: -23px;
    opacity: 87%;
}

/* thank you page hero section end */


/* know TX better section start */
.know_TX_better_section_tx{
    padding-bottom: 120px;
}
.know_TX_better_section_tx .ktxb_main_heading_row_tx {
    text-align: center;
    margin-bottom: 35px;
}
.know_TX_better_section_tx .ktxb_main_heading_h2_tx {
    font-size: 1.875rem;
    font-weight: 500;
    color: #272727;
    margin-bottom: 6px;
    line-height: 1.4;
}
.know_TX_better_section_tx .ktxb_main_subheading_p_tx {
    font-size: 1rem;
    color: #474747;
    line-height: 1.4;
}
.know_TX_better_section_tx .ktxb_row_tx{
    gap: 36px;
}
.know_TX_better_section_tx .ktxb_card_tx {
    flex: 0 0 calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
    background: #F8F8F8;
    text-align: center;
    padding: 54px 30px 31px;
}
.know_TX_better_section_tx .ktxb_icon_tx img {
    width: 61px;
    height: 55px;
    object-fit: contain;
}
.know_TX_better_section_tx .ktxb_icon_tx{
    margin-bottom: 22px;
}
.know_TX_better_section_tx .ktxb_h4_tx {
    margin-bottom: 31px;
    font-size: 1.375rem;
    color: #272727;
    font-weight: 500;
    line-height: 1.3;
}
.know_TX_better_section_tx .ktxb_button_tx{
    background-color: transparent;
    border: 1px solid var(--button-fill);
    color: var(--button-fill);
    height: 52px;
    padding: 0 25px;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: .4s;
}
.know_TX_better_section_tx .ktxb_button_tx:hover{
    background-color: var(--button-fill);
    color: white;
}
/* know TX better section end */


/* responsive */
@media screen and (max-width: 575px){
    .thankyou_hero_01_sec_tx .tyh_row_tx {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .thankyou_hero_01_sec_tx .tyh01s_img_div {
        width: 100%;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box {
        width: 252px;
        margin: 0 auto;
        height: 240px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::after {
        width: 28px;
        height: 110px;
        bottom: -21px;
        right: -19px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::before {
        width: 121px;
        height: 200px;
        bottom: -48px;
        right: -34px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_dots_img_tx {
        width: 92px;
        height: 96px;
        bottom: -25px;
        left: -60px;
    }
    .thankyou_hero_01_sec_tx {
        margin-bottom: 105px;
    }
}   
@media screen and (max-width: 675px){
    .know_TX_better_section_tx .ktxb_card_tx{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .know_TX_better_section_tx .ktxb_row_tx {
        gap: 26px;
    }
}
@media screen and (min-width: 676px) and (max-width: 768px){
    
    .know_TX_better_section_tx .ktxb_card_tx {
        padding: 31px 15px 31px;
    }
    .know_TX_better_section_tx .ktxb_button_tx {
        padding: 0 18px;
    }
    .know_TX_better_section_tx .ktxb_h4_tx {
        font-size: 0.934rem;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px){
    .thankyou_hero_01_sec_tx .tyh_row_tx {
        gap: 30px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box {
        width: 202px;
        height: 190px;
        margin: 0 auto;
    }
    .thankyou_hero_01_sec_tx .tyh01s_text_col_tx {
        max-width: 51%;
        flex: 0 0 51%;
    }
    .thankyou_hero_01_sec_tx .tyh01s_img_div {
        max-width: calc(49% - 30px);
        flex: 0 0 calc(49% - 30px);
    }
    .thankyou_hero_01_sec_tx .tyh01s_dots_img_tx {
        width: 90px;
        left: -58px;
        height: 93px;
        bottom: -26px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::after {
        height: 90px;
        width: 20px;
        right: -13px;
        bottom: -21px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::before {
        right: -36px;
        width: 140px;
        height: 190px;
        bottom: -52px;
    }
    .thankyou_hero_01_sec_tx {
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 768px){
    .thankyou_hero_01_sec_tx .tyh01s_icon_tx img {
        width: 56px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_h3_tx {
        font-size: 1.56rem;
    }
    .thankyou_hero_01_sec_tx .tyh01s_txtp_tx{
        margin-bottom: 30px;
        width: 100%;
    }
    .know_TX_better_section_tx .ktxb_main_heading_h2_tx {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .know_TX_better_section_tx .ktxb_main_subheading_p_tx {
        font-size: 0.875rem;
    }
    .know_TX_better_section_tx .ktxb_button_tx {
        height: 48px;
        padding: 0 22px;
        font-size: 0.875rem;
    }
   
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .know_TX_better_section_tx .ktxb_h4_tx {
        font-size: 1.125rem;
    }
    .thankyou_hero_01_sec_tx .tyh01s_text_col_tx{
        padding-right: 20px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_h3_tx {
        font-size: 1.8rem;
    }
    .know_TX_better_section_tx .ktxb_main_heading_h2_tx {
        font-size: 1.6rem;
    }
    .know_TX_better_section_tx .ktxb_card_tx {
        padding: 40px 10px 31px;
    }
}

@media screen and (max-width: 1024px){
    .know_TX_better_section_tx .ktxb_row_tx {
        gap: 1rem;
    }
    .thankyou_hero_01_sec_tx .tyh01s_txtp_tx {
        font-size: 0.875rem;
    }
    .know_TX_better_section_tx {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px){
    .thankyou_hero_01_sec_tx .tyh01s_h3_tx {
        font-size: 2.375rem;
    }
    .know_TX_better_section_tx .ktxb_card_tx {
        padding: 54px 15px 31px;
    }
    .know_TX_better_section_tx .ktxb_h4_tx {
        font-size: 1.24rem;
    }
    .know_TX_better_section_tx .ktxb_row_tx {
        gap: 25px;
    }
    .know_TX_better_section_tx {
        padding-bottom: 90px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px){
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box {
        width: 234px;
        height: 232px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::after {
        width: 34px;
        height: 130px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_dots_img_tx {
        width: 90px;
        height: 90px;
        left: -60px;
        bottom: -25px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_th_main_img_box::before {
        width: 150px;
        height: 230px;
        bottom: -68px;
        right: -48px;
    }
    .thankyou_hero_01_sec_tx {
        margin-bottom: 125px;
    }
}   

@media screen and (min-width: 1201px) and (max-width: 1280px){
    .know_TX_better_section_tx .ktxb_h4_tx {
        font-size: 1.125rem;
    }
    .know_TX_better_section_tx {
        padding-bottom: 100px;
    }
    .thankyou_hero_01_sec_tx .tyh01s_h3_tx {
        font-size: 2.3rem;
    }
    .thankyou_hero_01_sec_tx .tyh01s_txtp_tx {
        font-size: 0.9rem;
    }
}

/* //responsive */