h1 {
    font-size: 36px !important;

}
h2 {
    font-size: 24px !important;
    margin: 0 0 2px 0 !important;
}



.text-color {
    color: #339999 !important;
}

.text-md-start {
        text-align: left;
}

@media (max-width: 991px) {
    .text-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .right-box-img {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .right-box-img {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------------------------------------
   section-1
--------------------------------------*/
#section-1 {
    border-bottom: none;
}

#psyc-tool h1 {
    margin: 20px 0;
}

#free-trial .col-md-push-6 {
    border: 1px solid #D7D7D7;
    padding: 30px 40px;
}

#psyc-tool .padding-top {
    padding-top: 5%;
}

#psyc-tool .col-md-push-6 {
    padding: 30px;
}

#psyc-tool .precautions .text-color {
    margin-bottom: 0;
}

#psyc-tool .precautions a {
    color: #666666;
    text-decoration-line: underline;
}

#psyc-tool .right-box-img .padding-left h2 a:hover {
    color: #8ab933;
}

p.content {
    text-indent: -5em;
    margin-left: 5em;
    white-space: unset !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 480px) {
    #section-1 {
        padding: 80px 0 0 0;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    #section-1 .row {
        /* text-align: center; */
    }

    #psyc-tool div {
        margin-bottom: 20px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .padding-left {
        padding-left: 30px;
    }

}

@media only screen and (min-width: 1025px) {
    #psyc-tool .right-box-img .padding-left {
        padding-left: 0;
    }
    #psyc-tool .right-box-img .padding-left h2>a, 
    #psyc-tool .right-box-img .padding-left .padding-top p {
        white-space: nowrap;
    }
}

/*--------------------------------------
   section-2
--------------------------------------*/
#section-2 {
    padding: 0 0 80px 0;

}

/*--------------------------------------
    FORM
--------------------------------------*/
#free-trial .border {
    border: 1px #D7D7D7 solid;
    box-shadow: 4px 5px 2px rgb(212 205 205 / 60%);
}

#free-trial h1 {
    margin: 20px 0;
}

#section-form.tb {
    padding-top: 0;
}

#section-form .form-bg {
    padding-bottom: 20px !important;
}

#section-form label {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-top: 10px;
}

#section-form .checkbox {
    font-size: 14px;
}
#section-form .checkbox i {
    top: 7px;
    width: 16px;
    height: 16px;
}

#section-form .label-right {
    text-align: right;
}

#section-form .field {
    margin-bottom: 10px;
}

#section-form input,
#section-form select,
#section-form textarea {
    background-color: #f2f2f2;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;

}

#section-form .btn-default {
    background-color: #339999;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    padding: 5px 30px;
    border-radius: 20px !important;
}
#section-form .confirm-div {
    padding-left: 0 !important;
}
#section-form .checkbox-div {
    padding-right: 0 !important;
}
#section-form i {
    margin-top: 10px;
    background-color: #f2f2f2;
    border: 1px solid #333333;
}

#section-form .checkbox a {
    color: #666666;
    text-decoration: underline !important;
}

form .row {
    margin-bottom: 0px !important;
}

@media (min-width: 320px) and (max-width: 1024px) {

    #section-form .label-right {
        text-align: left;
    }

    #free-trial .border {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    #section-form .form-bg {
        margin-top: 10px;
    }

    #section-form form {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #section-form h2 {
        font-size: 20px;
    }

    #section-form .field {
        margin-bottom: 2px;
    }

    #section-form .form-group {
        margin-bottom: 5px;
    }

    #section-form .btn-default {
        width: 100%;
    }

}