/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
/*.title-form{*/
/*    font-family: "Montserrat", Sans-serif;*/
/*    font-size: 35px;*/
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*    color: #184341;*/
/*    line-height: 1;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    margin-top: 20px;*/
/*}*/
/*.p-form{*/
/*    text-align: center;*/
/*    font-family: "Poppins", Sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    margin-top: 20px;*/
/*    color: #616670;*/
/*}*/
/*.form-bg{*/
/*    background-color: #62CFF4;*/
/*    padding: 5% 20%;*/
/*}*/

/*.form-row-bg{*/
/*    background-color: #fff;*/
/*    padding: 30px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);*/
/*}*/

/*.form-bg .titleForm{*/
/*    font-family: "Montserrat", Sans-serif;*/
/*    font-size: 25px;*/
/*    font-weight: 500;*/
/*    text-transform: capitalize;*/
/*    color: #184341;*/

/*}*/
/*.form-bg .paraForm{*/
/*    text-align: left;*/
/*    font-family: "Poppins", Sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    color: #616670;*/

/*}*/
/*.form-bg .labelForm{*/
/*    text-align: left;*/
/*    font-family: "Lato", Sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    color: #616670;*/

/*}*/
/*.checkbox-group label {*/
/*    font-size: 14px; */
/*    margin-right: 10px;*/

/*    font-family: "Lato", Sans-serif;*/
/*  }*/

/*  .submit{*/
/*    padding: 15px 45px 15px 45px;*/
/*    color: #ffffff;*/
/*    border-style: none;*/
/*    border-radius: 5px 5px 5px 5px;*/
/*    text-align: center;*/
/*    margin: auto;*/
/*    background-color: #4285f4;*/
/*    font-family: "Lato", Sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/

/*  }*/













@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

@media (max-width: 575.98px) {
    .title-form {
        font-family: "Montserrat", Sans-serif;
        font-size: 35px;
        font-weight: 500;
        text-transform: uppercase;
        color: #184341;
        line-height: 1;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .p-form {
        text-align: center;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        color: #616670;
    }

    .form-bg {
        background-color: #62CFF4;
        padding: 5% 10%;
    }

    .form-row-bg {
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .form-bg .titleForm {
        font-family: "Montserrat", Sans-serif;
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
        color: #184341;

    }

    .form-bg .paraForm {
        text-align: left;
        font-family: "Poppins", Sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #616670;

    }

    .form-bg .labelForm {
        text-align: left;
        font-family: "Lato", Sans-serif;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 500;
        color: #616670;
    }

    .checkbox-group label {
        font-size: 14px;
        margin-right: 8px;
        font-family: "Lato", Sans-serif;
    }

    .submit {
        padding: 15px 45px 15px 45px;
        color: #ffffff;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
        text-align: center;
        margin: auto;
        background-color: #4285f4;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 600;

    }

    .form-bg .scaling {
        height: 46px;
        padding: 0px 10px;
    }

    .form-bg .scale .scaling-1 {
        height: 85px !important;
        padding: 10px 16px;
    }

    .changes-boxx .boxx{
        height: 100px !important;
        padding: 10px 16px;
    }

    .checkbox-group {
        padding: 10px 0;
    }

    .form-row-bg {
        background-color: #fff;
        padding: 25px;
        border-radius: 8px;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 768px) {
    .title-form {
        font-family: "Montserrat", Sans-serif;
        font-size: 35px;
        font-weight: 500;
        text-transform: uppercase;
        color: #184341;
        line-height: 1;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .p-form {
        text-align: center;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        color: #616670;
    }

    .form-bg {
        background-color: #62CFF4;
        padding: 5% 10%;
    }

    .form-row-bg {
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .form-bg .titleForm {
        font-family: "Montserrat", Sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: capitalize;
        color: #184341;

    }

    .form-bg .paraForm {
        text-align: left;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #616670;

    }

    .form-bg .labelForm {
        text-align: left;
        font-family: "Lato", Sans-serif;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 500;
        color: #616670;
    }

    .checkbox-group label {
        font-size: 14px;
        margin-right: 8px;
        font-family: "Lato", Sans-serif;
    }

    .submit {
        padding: 15px 45px 15px 45px;
        color: #ffffff;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
        text-align: center;
        margin: auto;
        background-color: #4285f4;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 600;

    }

    .form-bg .scaling {
        height: 40px;
        padding: 10px 16px;
    }

    .form-bg .scale .scaling-1 {
        height: 60px !important;
        padding: 10px 16px;
    }

    .changes-boxx .boxx{
        height: 100px !important;
        padding: 10px 16px;
    }
}

@media (min-width: 992px) {
    .title-form {
        font-family: "Montserrat", Sans-serif;
        font-size: 35px;
        font-weight: 500;
        text-transform: uppercase;
        color: #184341;
        line-height: 1;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .p-form {
        text-align: center;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        color: #616670;
    }

    .form-bg {
        background-color: #62CFF4;
        padding: 5% 10%;
    }

    .form-row-bg {
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .form-bg .titleForm {
        font-family: "Montserrat", Sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: capitalize;
        color: #184341;

    }

    .form-bg .paraForm {
        text-align: left;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #616670;

    }

    .form-bg .labelForm {
        text-align: left;
        font-family: "Lato", Sans-serif;
        font-size: 12px;
        margin-bottom: 0;
        font-weight: 500;
        color: #616670;
    }

    .checkbox-group label {
        font-size: 14px;
        margin-right: 8px;
        font-family: "Lato", Sans-serif;
    }

    .submit {
        padding: 15px 45px 15px 45px;
        color: #ffffff;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
        text-align: center;
        margin: auto;
        background-color: #4285f4;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 600;

    }

    .form-bg .scaling {
        height: 40px;
        padding: 10px 16px;
    }

    .changes-boxx .boxx{
        height: 70px !important;
        padding: 10px 16px;
    }

    .form-bg .scale .scaling-1 {
        height: 40px !important;
        padding: 10px 16px;
    }

}

@media (min-width: 1400px) {
    .title-form {
        font-family: "Montserrat", Sans-serif;
        font-size: 35px;
        font-weight: 500;
        text-transform: uppercase;
        color: #184341;
        line-height: 1;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .p-form {
        text-align: center;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        color: #616670;
    }

    .form-bg {
        background-color: #62CFF4;
        padding: 5% 14%;
    }

    .form-bg .scaling {
        height: 50px;
        padding: 10px 20px;
    }

    .form-row-bg {
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .form-bg .titleForm {
        font-family: "Montserrat", Sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: capitalize;
        color: #184341;

    }

    .form-bg .paraForm {
        text-align: left;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #616670;

    }

    .form-bg .labelForm {
        text-align: left;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #616670;

    }

    .checkbox-group label {
        font-size: 14px;
        margin-right: 10px;

        font-family: "Lato", Sans-serif;
    }

    .submit {
        padding: 15px 45px 15px 45px;
        color: #ffffff;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
        text-align: center;
        margin: auto;
        background-color: #4285f4;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 600;

    }

    .changes-boxx .boxx{
        height: 80px;
        padding: 10px 16px;
    }

    .form-bg .scale .scaling-1 {
        height: 50.5px !important;
        padding: 10px 16px;
    }
    
    }
