body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    background-color: #f5f7f6 !important;
    color: #333;
}

.sanjIso ul {
    padding: 0;
}

.sanjIso {
    color: #333;
    margin-top: 15px;
}

.area {
    padding: 70px 0 30px;
    background: #f6f6e9;
}

.area ul {
    padding: 8px 25px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background: #dd9f20;
}

.area li {
    display: inline-block;
    color: #fff;
    margin: 0 2px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.sanjIso li span {
    font-weight: 600;
    font-size: 14px;
}

.sanjIso li {
    font-size: 13px;
    display: block;
    margin-bottom: 1px;
    line-height: 16px;
}

.regBdr {
    padding: 34px 0 36px;
    background: #f6f6e9 url(../images/border-02.jpg) repeat-x left top;
    position: relative;
}

.regBdr:after {
    content: " ";
    width: 100%;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/border-02.jpg) repeat-x left bottom;
}

.mainForm {
    padding: 40px 35px 30px;
    background: #dd9f20;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.mainForm h2 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.mainForm form {
    width: 100%;
    display: inline-block;
}

.mainForm label {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}

.mainForm input {
    width: 100%;
    padding: 0px 8px 6px;
    border-bottom: 1px solid #fff !important;
    border: none;
    background: transparent;
    font-size: 17px !important;
    color: #f7d8a1 !important;
    margin-bottom: 15px;
}

input#myFile {
    border-bottom: none !important;
    font-size: 13px !important;
    padding: 0;
}

.mainForm input:focus {
    outline: none;
}

.mainForm input::placeholder {
    color: #f7d8a1;
    opacity: 1;
}


/***RADIO BUTTON***/
.custom01 input[type="radio"] {
    display: none;
}

.custom01 label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
    margin-right: 20px;
    color: #f7d8a1;
    font-weight: 500;
}

.custom01 label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border-radius: 100%;
}

.custom01 input[type="radio"]:checked+label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #000;
    border-radius: 100%;
}

.mainForm textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #f7d8a1;
    margin-bottom: 15px;
    padding: 0px 8px 0px;
}

.mainForm textarea::placeholder {
    color: #f7d8a1;
    opacity: 1;
}

.mainForm textarea:focus {
    outline: none;
}


/***CHECKBOX***/
.mainForm input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
    margin-right: 18px;
    color: #f7d8a1;
    margin-top: 4px;
    margin-bottom: 15px;
}

.mainForm input[type=checkbox] {
    display: none;
}

.mainForm input[type=checkbox]+label:before {
    content: "✓";
    border: 0.1em solid #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    width: 17px;
    height: 17px;
    padding-left: 1px;
    padding-bottom: 0;
    margin-bottom: 4px;
    margin-right: 6px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

.mainForm input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.mainForm input[type=checkbox]:checked+label:before {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    margin-bottom: 4px;
}

.mainForm input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.mainForm input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.submitBtn {
    font-family: 'Oswald', sans-serif !important;
    display: block;
    height: 74px;
    font-size: 21px;
    font-weight: 700;
    background: url(../images/bg-06.png) no-repeat center;
    line-height: 85px;
    color: #fff !important;
    padding: 0 35px;
    text-transform: uppercase;
    margin-top: 0;
    border: none;
    width: 190px;
    background-size: 100%;
    text-align: left;
    float: right;
}

.submitBtn:focus {
    outline: none;
}

img.imgLeft {
    position: absolute;
    top: 32px;
    left: 0;
    width: 20%;
}

img.imgRight {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22%;
}

img.formRightImg {
    position: absolute;
    top: 5em;
    left: 100%;
    width: 100%;
    max-width: 140px;
}


@media only screen and (max-width: 955px) {

    img.imgLeft,
    img.imgRight {
        display: none;
    }
}