    .btn-primary {
        background: -webkit-linear-gradient(45deg, rgba(27, 168, 211, 1) 0%, rgba(57, 241, 224, 1) 100%);
        color: #fff !important;
        border: #ffd02d !important;
        border-radius: 20px !important;
        padding: 10px 44px !important;
        font-weight: bold !important;
        transform: translate(-0%, 0%);
        overflow: hidden;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
        margin-top: 0px;
    }

    .btn-primary:hover {
        background: -webkit-linear-gradient(80deg, rgba(27, 168, 211, 1) 0%, rgba(57, 241, 224, 1) 100%) color: #ffd02d !important;
        border: #333 !important;
        transform: 1s ease;
        box-shadow: 0 8px 6px -6px black;
        margin-top: 0px;
    }

    label.error {
        color: red !important;
    }

    .corporate-input-box {
        padding: 15px 0px;
    }

    .corporate-inputs-title {
        font-size: 21px;
        font-weight: bold;
    }

    .dependent-input-box {
        padding: 15px;
        background: #25c0d70a;
        margin-bottom: 15px;
    }

    .form-input-radio-box {
        font-size: 16px;
    }

    .dependent-add a {
        color: #000;
        font-size: 28px;
    }

    .dependent-add {
        padding-top: 7px;
        text-align: right;
        text-align: right;
        padding-right: 18px;
    }

    .dependent-add .fa {
        margin-left: -51px;
    }

    .logo-cover {
        display: flex;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .hide {
        display: none;
    }

    .morbidities-check-box-cover {
        margin-top: 10px;
    }

    .morbidities-check-box-cover {
        background: #fff;
        padding: 15px;
        margin-bottom: 19px;
        border-radius: 6px;
    }

    .dependent-title {
        padding: 10px 15px;
        border-radius: 5px;
        background: -webkit-linear-gradient(45deg, rgba(27, 168, 211, 1) 0%, rgba(57, 241, 224, 1) 100%);
        color: #fff;
        margin-top: 65px;
    }

    label {
        font-weight: bold !important;
        color: #595959 !important;
    }

    .form-group {
        margin-bottom: 13px !important;
    }

    .form-input-radio-box.address-box #exampleFormControlTextarea1 {
        height: 38px;
    }

    label {
        font-size: 13px;
        margin: 0 !important;
    }

    .dependemt-count h5 {
        font-size: 17px;
    }

    #div2 #exampleFormControlTextarea1 {
        height: 35px;
    }

    .add-more-members-box {
        text-align: center;
        margin-top: 29px;
    }


    .submit-box {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 60px;
    }


    .top-morbidities-check-box-cover {
        background: #f4f4f4;
        padding: 15px;
        border-radius: 6px;
    }

    .add-members-plus-title {
        font-size: 12px;
    }

    .left-image img {
        width: 100%;
        margin-top: 50px;
    }

    .header-logo {
        text-align: center;
    }

    .header-logo a img {
        width: 35%;
    }

    .header-logo.header-logo-sec img {
        width: 40%;
    }

    .form-main-outer-wraper {
        padding: 0px 15px;
    }

    .login-accept-term {
        margin-bottom: 19px;
    }

    .dependent-add .fa {
        margin-right: 27px;
    }

    .submit-box .btn {
        width: 50%;
    }

    .other_co_morbidities1{
        margin-top: 15px;
    }

.top-banner img {
    width: 100%;
    max-height: 350px;
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-logo.header-logo-sec {
        width: 91%;
    }

    .submit-box .btn {
        width: 100%;
    }

    .dependent-add .fa {
        margin-right: 0px;
    }



    .dependent-add {
        padding-top: 7px;
        text-align: right;
        text-align: center;
        margin-top: -14px;
    }

    .dependent-add .fa {
        margin-left: 0px;
    }

    .add-members-plus-title {
        font-size: 10px;
    }

    .form-main-outer-wraper {
        padding: 0px 0px;
    }

    .morbidities-check-box-cover{
        padding: 5px;
    }
    
    .header-logo.header-logo-sec img {
        width: 50%;
    }
    
    .header-logo img {
        width: 50%;
    }
}