.radioOptionBoxTab ul li label input[type=radio] {
    display: none;
}

.radioOptionBoxTab ul li label {
    cursor: pointer;
}

.radioOptionBoxTab ul li {
    width: 100%;
    background: #fff;
    border: 1px solid #EFEFEF;
    margin-bottom: 15px;
}

.radioOptionBoxTab ul li {
    list-style: none;
}

.radioOptionBoxTab ul {
    margin-left: 0px;
}

.radioOptionBoxTab ul li input[type=radio]:checked+div.radio-wrap {
    background: #e3e5d1;
    cursor: pointer;
    line-height: 40px;
}

.radioOptionBoxTab ul li div.radio-wrap {
    font-weight: 400;
    padding-left: 10px;
    line-height: 40px;
    cursor: pointer;
}

.listRadioWrapBox {
    padding: 15px 10px 10px;
    margin-bottom: 0;
    background: #f9f9f9;
    margin-bottom: 10px;
}

.checkBoxTab {
    cursor: pointer;
    display: block;
}

.formBgBox {
    background-color: #f9f9f9;
    padding: 15px;
}

.leftFormBoxTab {
    width: 46%;
}

.formGroupBox label {
    width: 32% !important;
    float: left;
    text-align: right;
    padding-right: 13px;
    padding-top: 10px;
}

.formGroupBox input {
    -webkit-appearance: textfield;
    background-color: #f9f9f9;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 11px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    box-shadow: none !important;
    border: 1px solid #d8d8d8;
    width: 55%;
    padding: 10px;
}

.formGroupBox {
    margin-bottom: 11px;
}

.formGroupBox:last-child {
    margin-bottom: 0px;
}

.leftFormBoxTab h1 {}

.btnBottonTab {
    display: block;
    border: 1px solid #819b10;
    background: #819b10;
    color: white;
    padding: 5px 20px;
    margin-top: 15px;
    cursor: pointer;
}

.leftSide {
    display: inline-block;
}

.rightSide {
    display: inline-block;
    position: relative;
    top: -130px;
    margin-left: 5.7%;
}

.radioOptionBoxTab p {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .leftFormBoxTab {
        width: 100%;
    }
    .formGroupBox label {
        width: 29% !important;
        float: left;
        text-align: right;
        padding-right: 13px;
        padding-top: 10px;
    }
    .rightSide {
        display: inline-block;
        position: relative;
        top: 0;
        margin-left: 0%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .formGroupBox label {
        width: 31% !important;
        float: left;
        text-align: right;
        padding-right: 13px;
        padding-top: 10px;
        font-size: 10px;
        line-height: 12px;
    }
    .leftFormBoxTab {
        width: 46%;
    }
}

@media screen and (min-width: 768px) {
    .formBgBox {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1033px) {
    .formGroupBox label {
        width: 26% !important;
        float: left;
        text-align: right;
        padding-right: 13px;
        padding-top: 10px;
    }
    .rightSide {
        display: inline-block;
        position: relative;
        top: -123px;
        margin-left: 5.7%;
    }
}

.rightSide {
    display: none;
}

.errorInfo {
    color: #ff0000;
    font-size: 16px;
    margin-bottom: 20px;
}

.errorInfo .fa-exclamation-triangle {
    font-size: 17px !important;
    color: #ff0000 !important;
}


/********************model css added*******************/

.wrapper {
    width: auto;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.content-01 {
    border: 1px solid #f2f2f2;
}

.top-head {
    padding: 20px 30px;
    text-align: center;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    font-weight: 600;
}

.info-content {
    background: #f2f2f2;
    padding: 40px 60px;
    text-align: center;
}

.info-content .button {
    background-color: #819b10;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    font-weight: 600;
}

.info-content p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #6b686d;
    padding-bottom: 40px;
}

.links-01 a {
    text-decoration: none;
    color: #4CAF50;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.links-01 a.question {
    font-weight: 600;
    color: #819b10;
}

.content-03 {
    padding: 30px 20px;
    font-family: 'Roboto', sans-serif;
}

.info-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #5b5b66;
}

.first-cont p {
    margin-top: 10px;
    color: #5b5b66;
}

.mar-bot {
    margin-bottom: 30px;
}

.intro-content-wrp {
    position: relative;
    margin-bottom: 20px;
}

.white-overlay {
    position: relative;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: auto;
    /* border: solid; */
    bottom: 0;
    height: 100px;
    margin-top: -80px;
}

<!-- css for modal -->
/* The Modal (background) */

.test {
    display: none;
    /* Hidden by default */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.test-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0.20em;
    width: 500px;
}

.test {
    display: none;
}

.test-01 {
    position: absolute;
    width: 100%;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0px;
    color: #fff;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.test-header {
    padding: 2px 16px;
    background-color: #819b10;
    color: white;
    border-top-left-radius: 0.20em;
    border-top-right-radius: 0.20em;
}

.test-body {
    padding: 20px 16px;
}

.test-body p {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.test-body input {
    width: 95%;
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 0.20em;
    margin-top: 5px;
}

.test-header h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px !important;
    color: #fff;
}

.submit {
    background: #819b10;
    padding: 10px 15px;
    border: 1px solid #eee;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    width: 150px;
    cursor: pointer;
    float: left;
}

.logout-btn input {
    background: #819b10;
    padding: 10px 15px;
    border: 1px solid #eee;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    width: 100px;
    cursor: pointer;
}

a.loggin-btn {
    text-decoration: none;
    color: #819b10;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    display: inline;
    cursor: pointer;
}

.button a {
    color: #fff;
}

.formGroupBox input {
    padding: 10px !important;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px) {
    .wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .info-content {
        padding: 40px 10px;
    }
    .top-head {
        font-size: 20px;
        padding: 20px 5px;
    }
    .wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .test-content {
        width: 80%;
    }
}