.web_footer{
    padding: 50px 0px;
    height: auto;
    width: 100%;
    background: #F3F3F3;
}
.web_footer_two{
    padding: 50px 165px;
    height: 427px;
    width: 100%;
    background: #F3F3F3;
}
.web_footer_p{
    font-weight: 500;
    font-size: 14px;
    color: #8054E7;
}
.web_footer_p_two{
    margin-top: -20px;
    font-weight: 600;
    font-size: 32px;
    color: #3D3D3D;
}
.web_footer_p_three{
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
}
.web_footer_p_threes{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
}
.web_footer_p_four{
    font-weight: 600;
    font-size: 16px;
    color: #8054E7;
    margin-top: 55px;
}
.web_footer_p_five{
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
}
.web_footer_p_six{
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
}
.web_footer_p_seven{
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
}
.web_footer_p_eight{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.web_footer_p_nine{
    padding: 10px 16px;
    width: 100%;
    height: 57px;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 3px solid #d5c3ff;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}
.web_footer_p_ten{
    margin-top: 40px;
}
.sub{
    margin: auto;
    padding: 15px 30px;
    width: 196px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #8054E7;
    border-radius: 650px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */

}
.sub_p{
    font-weight: 600;
    font-size: 15px;
    color: #8054E7;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.web_footer_p_nine:focus {
    outline: unset !important;
}
.nothing{
    position: absolute;
    right: 50px;
    margin-top: -40px;
}
.o_img_margin{
    width: 100% !important;
    height: 100% !important;
    margin-left: 20px !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
}