.modal-apply-package-notification .modal-body{
    padding: 20px;
}
.modal-apply-package-notification .modal-body h2{
     line-height: 1.35;
     margin-bottom: 20px;
 }

.modal-apply-package-notification .modal-body p{
    margin-bottom: 30px;
}

.modal-apply-package-notification .modal-body a{
    margin-right: 5px;
}

.gj-apply-package-form .package-item{
    margin-bottom: 22px;
}
.gj-apply-package-form .package-item label{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}
.gj-apply-package-form .package-item label input{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.gj-apply-package-form .package-item div{
    margin-left: 36px;
}
.gj-dashboard-main.apply-package .gj-main-block {
    padding: 40px 50px 50px;
}
.gj-dashboard-main.apply-package .gj-main-block h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px #eeeeee solid;
}

/* Checkbox List */
.gj-checkbox-list label {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.gj-checkbox-list label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.gj-checkbox-list label span:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #898989;
    background: #ffffff;
}
.gj-checkbox-list label span:after {
    content: "\e80b";
    font-family: "fontello";
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    opacity: 0;
    font-size: 11px;
}
.gj-checkbox-list label input:checked ~ span:after {
    opacity: 1;
}
.gj-checkbox-list label input:checked ~ span:before {
    background: #4c53b6;
    border-color: #4c53b6;
}

/* End Checkbox List */

/* Radio List */
.gj-radio-list label {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.gj-radio-list label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.gj-radio-list label span:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #898989;
    background: #ffffff;
}
.gj-radio-list label span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.gj-radio-list label input:checked ~ span:after {
    opacity: 1;
}
.gj-radio-list label input:checked ~ span:before {
    background: #4c53b6;
    border-color: #4c53b6;
}

/* End Radio List */