.inq{
    font-size:11px;
    text-align:center;
}
html, body {
    display: flex;
    justify-content: center;
    height: 100%;
}
.ajs-cancel{
    display:none !important;
}
body, div, h1, form, input, p ,select{
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
}
body {
     background-image: url('images/background.jpg');
}
select option:disabled 
{
    background: #dddddd;
    cursor:not-allowed;

}


.certSelct {
max-width:100% !important;
}

h1 {
    padding: 10px 0;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
}

p {
    font-size: 12px;
}

hr {
    color: #a9a9a9;
    opacity: 0.3;
}

.main-block {
    max-width: 400px;
   
    padding: 10px 0;
    margin: auto;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    background: #ebebeb;
}

form {
    margin: 0 30px;
}

.account-type, .gender {
    margin: 15px 0;
}



label#icon {
    margin: 0;
    border-radius: 5px 0 0 5px;
}

label.radio {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    margin-right: 20px;
    text-indent: 30px;
    overflow: visible;
    cursor: pointer;
}

    label.radio:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #b68a35;
    }

    label.radio:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 6px;
        top: 8px;
        left: 4px;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        transform: rotate(-45deg);
        opacity: 0;
    }

input[type=radio]:checked + label:after {
    opacity: 1;
}

input[type=text], input[type=password] , input[type=email],select {
    width: calc(100% - 57px);
    height: 36px;
    margin: 13px 0 0 -5px;
    padding-left: 10px;
    border-radius: 0 5px 5px 0;
    border: solid 1px #cbc9c9;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    background: #fff;
}

#capt {
    margin: 13px 0 0 -5px;
    padding-left: 15px;
}
input[type=password] {
    margin-bottom: 15px;
}
.exa {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.buttonload {
  
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  font-size: 16px /* Set a font size */
}
#icon {
    display: inline-block;
    padding: 9.3px 15px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    background: #b68a35;
    color: #fff;
    text-align: center;
}

.btn-block {
    margin-top: 10px;
    text-align: center;
}

button {
   width:100%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    background: #b68a35;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.buttonload{
    width:100%;

}

button:hover {
    background: #d8a748;
}

.rrr {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
   
    text-align: center;
    line-height: 109px;
    color: #337ab7;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    border-collapse: separate;
    font-family: hreg;
    border: none;
    vertical-align: middle;
 
    margin-left: initial;
}

.ff {
    width: 325px;
   
}
#QuesTemp{
    display:none;

}
#Ques label {
    font-size: 13px;
    font-weight: 100 !important;
    margin-bottom: 16px;
}
    #Ques p {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
#Ques textarea {
    width: 100% !important;
    border-radius: 12px;
    border-style: dashed;
    max-width: unset !important;
    margin: 10px;
}

#Ques input[type="radio"] {
    margin-left: 22px !important;
   
}
#Ques input[type="radio"]:hover {
   cursor:pointer;
                           }
    #Ques{
    margin-top:10px;
}
.hr4 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #CCC, transparent);
}




.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

    .hr-text:before {
        content: "";
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 0.5em;
        line-height: 1.5em;
        
        background-color: #fcfcfa;
    }