.web_footer{
    padding: 50px 90px;
    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: 24px;
    color: #3D3D3D;
}
.web_footer_p_two{
    margin-top: -30px;
    font-weight: 600;
    font-size: 64px;
    color: #3D3D3D;
}
.web_footer_p_three{
    margin-top: -5px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
}
.web_footer_p_threes{
    margin-top: -40px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
}
.web_footer_p_threess{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
}
.web_footer_p_four{
    font-weight: 600;
    font-size: 20px;
    color: #8054E7;
    margin-top: 55px;
}
.web_footer_p_five{
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
}
.web_footer_p_six{
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
}
.web_footer_p_seven{
    font-weight: 600;
    font-size: 24px;
    color: #3D3D3D;
}
.web_footer_p_eight{
    font-weight: 500;
    font-size: 24px;
    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{
    padding: 15px 30px;
    width: 210px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #8054E7;
    border-radius: 10px;
    cursor: pointer;
}
.sub_p{
    font-weight: 600;
    font-size: 16px;
    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{
    text-align: end;
    margin-right: 20px;
    margin-top: -40px;
}
@media (min-width: 1400px) and (max-width: 1730px) {
    .web_footer_p_eight{
        font-size: 17px;
    }
    .web_footer_p_six{
        font-size: 15px;
    }
    .web_footer_p_five{
        font-size: 14px;
    }
    .web_footer_p_four{
        font-size: 18px;
    }
    .web_footer_p_seven{
        font-size: 21px;
    }
    .web_footer_p_two{
        font-size: 47px;
    }
    .web_footer_p{
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .web_footer_p_eight{
        font-size: 14px;
    }
    .web_footer_p_six{
        font-size: 15px;
    }
    .web_footer_p_five{
        font-size: 14px;
    }
    .web_footer_p_four{
        font-size: 18px;
    }
    .web_footer_p_seven{
        font-size: 21px;
    }
    .web_footer_p_two{
        font-size: 38px;
    }
    .web_footer_p{
        font-size: 17px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .web_footer_p_eight{
        font-size: 10px;
    }
    .web_footer_p_six{
        font-size: 15px;
    }
    .web_footer_p_five{
        font-size: 14px;
    }
    .web_footer_p_four{
        font-size: 18px;
    }
    .web_footer_p_seven{
        font-size: 21px;
    }
    .web_footer_p_two{
        font-size: 27px;
    }
    .web_footer_p{
        font-size: 15px;
        margin-bottom: 19px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .web_footer_p_eight{
        font-size: 10px;
    }
    .web_footer_p_six{
        font-size: 15px;
    }
    .web_footer_p_five{
        font-size: 14px;
    }
    .web_footer_p_four{
        font-size: 18px;
    }
    .web_footer_p_seven{
        font-size: 21px;
    }
    .web_footer_p_two{
        font-size: 27px;
    }
    .web_footer_p{
        font-size: 15px;
        margin-bottom: 19px;
    }
}