.nnm_page_wrapper_b2c .top_banner .connect_text {
    color: #e8e8e8;
    text-shadow: 4.152px 3.322px 9.135px rgba(0, 0, 0, 0.25);
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: 2.16px;
    position: relative;
    opacity: 1;
    left: 0;
    animation: bannerLeftTextAnimation 2s linear;
}

.nnm_page_wrapper_b2c .top_banner .b2c_para_text {
    width: 100%;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    opacity: 1;
    left: 0;
    animation: bannerLeftTextAnimation 2s linear;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper {
    height: 700px;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box h2 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_img {
    width: 520px;
    height: 650px;
    display: block;
    margin: 0 auto;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(44, 44, 44, 0.9);
    position: absolute;
    bottom: 20px;
    left: 52%;
    transform: translatex(-50%);
    padding: 30px 20px;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box .lets_go_btn {
    display: flex;
    width: 208px;
    height: 60px;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 109px;
    background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.00) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0.00) 69.79%, rgba(255, 255, 255, 0.00) 100%), #c50303;
    box-shadow: 4px 38px 62px 0px rgba(0, 0, 0, 0.50), -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    margin-top: 15px;
    opacity: 1;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box .lets_go_btn abbr {
    position: relative;
    left: 5px;
    top: 2px;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .chat_box_wrap {
    width: 480px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .bottom_type_container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    background-color: rgba(44, 44, 44, 0.9);
    border-radius: 16px;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap,
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap a,
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 15px;
    position: relative;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap a:first-child:before,
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a:first-child:before{
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    background-color: rgba(255, 255, 255, 0.3);
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap,
.nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap input[type='text'],
.nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap_1 input[type='text']{
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 60px 15px 15px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap .sent_img,
.nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap_1 .sent_img{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 11px;
    right: 12px;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/nnm-chat-sent.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg {
    display: flex;
    width: auto;
    max-width: 350px;
    height: auto;
    padding: 12px 12px 13px 12px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px 16px 16px 1px;
    background: rgba(73, 73, 73, 0.80);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s all ease-in-out;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 5px;
    left: -52px;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/chat-nnm-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg.nnm_chat_msg_1 {
    bottom: 33%;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg.nnm_chat_msg_2 {
    bottom: 43%;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .user_chat_msg {
    display: flex;
    width: auto;
    max-width: 300px;
    height: auto;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px 16px 16px 1px;
    background: #8a8a8a;
    border-radius: 16px 16px 16px 1px;
    background: #8a8a8a;
    position: absolute;
    bottom: 60%;
    right: -20px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box {
    height: auto;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thank_you_img {
    width: 300px;
    margin-top: -100px;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thanks_text {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-top: -90px;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .geared_text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 10px 0;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .team_text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box {
    height: auto;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thank_you_img {
    width: 300px;
    margin-top: -100px;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thanks_text {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-top: -90px;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .geared_text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 10px 0;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .team_text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .typing_animation_img{
    width: 50px;
    height: 25px;
    object-fit: cover;
    object-position: center;
}

.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 {
    padding: 10px 0;
    display: none;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
}
.nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a:first-child:before {
    display: none;
}

@media only screen and (max-width: 1500px) {
    .nnm_page_wrapper_b2c .b2c_chat_wrapper{
        height: 650px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_img {
        width: 400px;
        height: 500px;
        position: relative;
        top: 100px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .content_container{
        padding: 0;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box{
        width: 420px;
        height: 200px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box .lets_go_btn{
        width: 180px;
        height: 50px;
        padding: 10px 20px;       
        font-size: 20px;
        line-height: 50px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .user_chat_msg{
        right: 60px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box{
        height: auto;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thanks_text{
        font-size: 22px;
        line-height: 30px;
        margin-top: -70px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .geared_text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin: 5px 0 10px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thank_you_img {
        width: 250px;
        margin-top: -84px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a {
        padding: 8px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .nnm_page_wrapper_b2c .top_banner .connect_text {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
    }
    .nnm_page_wrapper_b2c .top_banner .b2c_para_text{
        font-size: 13px;
        line-height: 22px;
    }
    .nnm_page_wrapper .top_banner .left_col .top_text{
        position: relative;
        top: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box {
        width: 320px;
        height: 180px;
        left: 50%;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box .lets_go_btn {
        width: 150px;
        height: 42px;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 42px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .chat_box_wrap {
        width: calc(100% - 42px);
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper{
        padding: 0
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap input[type='text'],
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap_1 input[type='text']{
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 10px 42px 10px 15px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap .sent_img,
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .input_box_wrap_1 .sent_img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 8px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap a,
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a{
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
        padding: 10px;
        position: relative;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg{
        max-width: 280px;
        font-size: 14px;
        line-height: 21px;
        left: 20px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg:before{
        width: 30px;
        height: 30px;
        left: -35px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .user_chat_msg {
        right: 0;
        font-size: 14px;
        line-height: 21px;
        max-width: 280px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .coversation_box{
        height: auto;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thanks_text {
        font-size: 18px;
        line-height: 24px;
        margin-top: -45px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .thank_you_img {
        width: 180px;
        margin-top: -60px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .thank_you_box .geared_text {
        margin: 10px 0 10px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg.nnm_chat_msg_1{
        bottom: 173px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .nnm_chat_msg.nnm_chat_msg_2{
        bottom: 239px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .select_options_wrap_1 a {
        padding: 7px;
        font-size: 14px;
        line-height: 22px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper{
        height: 600px;
    }
    .nnm_page_wrapper_b2c .b2c_chat_wrapper .user_chat_msg{
        bottom: 300px;
    }
}