@media only screen and (max-width: 767px) {

    .c_social .f_social {
        margin: 50px auto;
        text-align: center;
        overflow: hidden;
        max-width: 500px;
    }

        .c_social .f_social li {
            /*display: block;
            width: 100%;*/
            text-align: center;
            /*            float: none;
*/
        }

        .c_social .f_social a {
            width: 90px;
            height: 90px;
            line-height: 90px;
            /*        border: 1px solid #8000f6;
*/ text-align: center;
            margin: 15px auto;
        }

    .c_social svg g {
        fill: #8000f6 !important;
    }

    .c_social .f_social svg {
        margin: 0 auto;
        width: 35px;
        height: 35px;
    }

    .c_social .f_social a:hover svg {
        transform: none !important;
    }

    #c_content {
        /*        margin-top: 100px;
*/
    }

    .ccc {
        font-size: 20px;
        padding: 20% 0;
    }

        .ccc p {
            margin: 0px;
        }

        .ccc a {
            text-decoration: underline;
        }
    .ccc  .w_2_{
        width: 90% !important;
        padding: 0 5%;
    }

    .req_wrap_ #req_submit {
        text-align: center;
        margin: 0 auto;
        border: 0px;
        letter-spacing: 1px;
        text-align: center;
        margin: 0 auto 10% auto;
        padding: 20px 50px;
        font-size: 33px;
        font-weight: 600 !important;
        background-image: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        border-radius: 2px;
        font-family: inherit;
        color: #8000f6;
        background: #fff;
        border: 1px solid #8000f6;
        -webkit-appearance: none;
        -moz-appearance: none;
        -apple-webkit-appearance: none;
        /*        text-transform: uppercase;
*/
    }

        .req_wrap_ #req_submit:hover {
            background-color: #8000f6;
            text-decoration: underline;
            color: #fff;
        }

    .req_wrap_ {
        margin: 3% auto 6% auto;
        padding: 0px;
        overflow: hidden;
        font-size: 20px;
        font-weight: 300;
        width: 90% !important;
        max-width: 1200px;
        /*        border-top: 1px solid rgba(16, 19, 46, 0.5);
*/ color: #10132e;
    }

        .req_wrap_ ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .req_wrap_ ul li {
                margin-bottom: 15px;
                overflow: hidden !important;
            }

    .req_msg_ {
        font-size: 18px;
        font-weight: 500;
        color: #8000f6;
        margin: 12% 0 8% 0;
    }

        .req_msg_ p {
            margin: 10px 0;
            line-height: 30px;
        }

        .req_msg_ strong {
            padding: 4px 8px !important;
            display: inline-block;
            background: #8000f6 !important;
            color: #fff !important;
            font-weight: 600 !important;
        }

    .req_wrap_data_ {
        width: 96%;
        margin: 0 auto !important;
    }

        .req_wrap_data_ * {
            overflow: hidden !important;
        }

    .req_wrap_ input.text,
    .req_wrap_ textarea,
    .req_wrap_ select {
        font-size: 16px;
        color: inherit;
        width: 100% !important;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-style: normal !important;
        font-family: inherit;
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 2px;
    }

        .req_wrap_ input.text:focus,
        .req_wrap_ textarea:focus,
        .req_wrap_ select:focus {
            outline: 0px;
            border: 1px solid rgba(128, 0, 246, 0.9) !important;
            box-shadow: 0px 0px 1px rgba(128, 0, 246, 0.9);
        }

    .req_wrap_ input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .req_wrap_ label a {
        /*margin-top: 10px;
        display: block;
        font-style: italic;*/
    }

    #msg_submit_succ {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

    .msg_show_ {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 15px 0px;
        color: #01a93d;
        margin: 30px 0;
        font-weight: 600;
        transform: translateY(0px);
        font-size: 24px;
    }

    .msg_hide_ {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        transform: translateY(100px);
    }


    .req_wrap_ label {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        float: none;
        font-size: 10px;
        font-weight: 500;
        vertical-align: top;
        padding-left: 8px;
        cursor: pointer;
        color: #000;
        width: calc(100% - 40px);
    }

    /*   .req_wrap_ label a {
            text-decoration: underline;
        }

        .req_wrap_ label p {
            margin: 0px !important;
            display: inline-block;
        }*/

    .req_wrap_ select,
    .req_wrap_ li input,
    .req_wrap_ li textarea {
        padding: 4%;
        width: 100%;
        font-style: normal;
        font-size: 16px;
        font-family: inherit;
    }

    .req_wrap_ textarea {
        min-height: 25vh;
    }

    .calendly {
        width: 90% !important;
        margin: 0 auto !important;
    }

}
