
.help_section_mobile {
    background: #1D1D1D;
    padding: 15px;
    font-family: OpenSans;
    display: flow-root;
}

.h3head {
    color: #7FF800;
    padding: 7px;
    font-size: 12px;
    background: #000;
    border-left: 3px solid #7ff800;
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    margin: 10px auto;
}

.banner_content {
    padding: 10px 0;
}

.banner_content img {
    border-radius: 10px;
    width: 100%;
}

.social_media_icon a {
    width: 48%;
    background: #303030;
    border-radius: 5.23611px;
    padding: 9px 10px;
    margin: 5px 1%;
    FLOAT: LEFT;
}

.help_section img {
    max-width: 37px;
    margin-right: 5px;
}

.help_section h3 {
    font-size: 14px;
    margin: 0;
}

.help_section1 {
    background: #303030;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #7FF800;
    padding: 16px;
}

.help_section1 h3 {
    color: #7FF800;
    font-size: 14px;
    margin-bottom: 0;
}

.help_section1 img {
    max-width: 30px;
    margin-right: 15px;
}

.social_media_icon {
    display: inline-table;
    width: 100%;
}

.help_inner_content {
    margin-left: 24px;
}

.inner_ic {
    margin-left: 10px;
}

.help_inner_content h3 {
    color: #7FF800;
    font-size: 16px;
    margin-bottom: 0;
}

.help_inner_content p {
    margin-bottom: 0;
    font-size: 13px;
}

.help_section2 {
    background: #303030;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
}

.desk1 {
    display: flex;
}

.desk_content {
    background: #2C2C2C;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 47px 10px;
    width: 100%;
    margin: auto 0px auto 10px
}

.desk_contentx .help_section2 {
    background: transparent!important;
    box-shadow: none!important;
}

.desk_contentx {
    background: #2C2C2C;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 55px 10px;
    width: 100%;
    margin: auto 0px auto 10px;
}

@media only screen and (max-width:359px) {
    .help_section h3 {
        font-size: 11px;
    }
    .help_section img {
        max-width: 30px;
    }
}

@media only screen and (max-width:540px) {
    .ipad_bg {
        display: none;
    }
}

@media only screen and (min-width:541px) {
    .mo_bg {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .social_media_icon a {
        width: 23%;
    }
    .help_section2 {
        width: 48%;
        margin: 0 1% 10px 1%;
        float: left;
    }
}

@media only screen and (min-width:421px) and (max-width:767px) {
    .social_media_icon a {
        width: 48%;
    }
}

@media only screen and (max-width:1279px) {
    #desk_view {
        display: none;
    }
}

@media only screen and (min-width:1280px) {
    #mobile_view {
        display: none;
    }
    .desk_content .help_section {
        text-align: center;
    }
    .desk_content .help_section img {
        /* max-width: 33px;
        margin-right: 0px; */
        width: 58px;
        max-width: inherit;
        margin-right: 0;
    }
    .social_media_icon.desk1 a {
        background: transparent;
    }
    .desk_content .help_section h3 {
        /* font-size: 12px; */
        font-style: normal;
        font-weight: normal;
        font-size: 16.37px;
        text-align: center;
        margin: 0;
        margin-top: 10px;
    }
    .help_section1 {
        background: #303030;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
        border-radius: 10px;
        color: #7FF800;
        padding: 120px 46px;
    }
    .desk_conx {
        width: 100%;
        margin: auto 0 auto 10px;
        /* padding: 70px 10px; */
    }
    .d_mob_con {
        display: flex;
    }
    .vip-whatsapp-sec .inner_ic img {
        width: 40.8px;
        height: 40.8px;
    }
    .vip-whatsapp-sec .help_inner_content h3 {
        font-size: 18px;
    }
    .vip-whatsapp-sec .help_inner_content p {
        font-size: 16px;
        margin-top: 5px;
    }
    .help-email-section .help_section1 img {
        width: 36.04px;
        height: 30.03px;
        max-width: inherit;
    }
    .help-email-section .help_section1 h3 {
        font-size: 18px;
    }
    #desk_view .desk_content {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .desk_contentx.vip-whatsapp-sec {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .h3head.help_head-sec {
        padding: 11px 7px 11px 17px;
        font-size: 18px;
    }
    .h3head.help_head-sec {
        margin-top: 40px;
    }
    .h3head.help_head-sec:first-child {
        margin-top: 0;
    }
    .banner_content.help-banner-cnt {
        padding: 0;
    }
}