* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
header,
section,
article,
aside,
nav,
footer,
address {
    display: block;
}
body {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
input,
textarea,
select {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
textarea {
    display: block;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cormorant_garamondregular';
    src: url('../fonts/cormorantgaramond-regular-webfont.woff2') format('woff2'),
        url('../fonts/cormorantgaramond-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cormorant_garamondbold_italic';
    src: url('../fonts/cormorantgaramond-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/cormorantgaramond-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cormorant_garamondbold';
    src: url('../fonts/cormorantgaramond-bold-webfont.woff2') format('woff2'),
        url('../fonts/ormorantgaramond-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
        url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p {
    line-height: 1.6em;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%;
}
a:hover,
[type="submit"]:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

/* Loader form */
.popup-bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.popup-box {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
}
.preloader .plc-path {
    stroke: #009688;
}
svg:not(:root) {
    overflow: hidden;
}
.plc-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
}
.preloader.pls-teal .plc-path {
    stroke: #009688;
}
.preloader.pls-gray .plc-path {
    stroke: #9e9e9e;
}
.preloader.pls-pink .plc-path {
    stroke: #e91e63;
}
.preloader.pls-purple .plc-path {
    stroke: #9c27b0;
}
.preloader.pls-white .plc-path {
    stroke: #fff;
}
.preloader {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}
.preloader:not([class*="pl-"]) {
    width: 40px;
}
.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.preloader.pl-xs {
    width: 20px;
}
.preloader.pl-sm {
    width: 30px;
}
.preloader.pl-lg {
    width: 50px;
}
.preloader.pl-xl {
    width: 80px;
}
.preloader.pl-xxl {
    width: 100px;
}
.preloader:not([class*="pls-"]) .plc-path {
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
.preloader[class*="pls-"] .plc-path {
    animation: dash 1.5s ease-in-out infinite;
}
.preloader.pls-red .plc-path {
    stroke: #f44336;
}
.preloader.pls-blue .plc-path {
    stroke: #2196f3;
}
.preloader.pls-green .plc-path {
    stroke: #4caf50;
}
.preloader.pls-yellow .plc-path {
    stroke: #ffeb3b;
}
.preloader.pls-bluegray .plc-path {
    stroke: #607d8b;
}
.preloader.pls-amber .plc-path {
    stroke: #ffc107;
}
html:not(.ismobile) .page-loader .preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #f44336;
    }
    40% {
        stroke: #2196f3;
    }
    66% {
        stroke: #4caf50;
    }
    80%,
    90% {
        stroke: #ffc107;
    }
}
/* End loader style */

div.formbutton {
    border-bottom: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    margin-top: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
div.formbutton .button:first-child{
    margin-right: 30px;
}
div.civilbutton {
    margin-top: 40px;
}
#details section.bottom div.details div.right.join {
    width: 100%;
}
#details section.bottom div.details div.right div.message p.boxtext {
    padding-left: 20px;
}
.button {
    padding: 14px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    width: max-content;
    background-color: #6792C4;
}
span.civil {
    font-size: 20px;
    font-weight: bold;
}
.shariabutton {
    padding: 14px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    width: max-content;
    background-color: #6792C4;
}
header #spotlight div.sharia {
    padding-bottom: 25px;
}
header #spotlight {
    background: url(../images/spotlight.png);
    background-size: cover;
    padding: 200px 0 140px;
    text-align: center;
    color: #fff;
}
header #spotlight div.top-mobile {
    display: none;
}
header section.inner_spotlight{
    text-align: left;
    padding: 50px 0;
    background-color: #DCE4EA;
}
header section.inner_spotlight section.content{
    display: flex;
    justify-content: space-between;
}
header section.inner_spotlight div.cards div.head h3{
    font-size: 24px;
    font-weight: bold;
    color: #0F5C9B;
}
header section.inner_spotlight div.cards div.head{
    margin-bottom: 10px;
}
header section.inner_spotlight div.cards{
    margin-bottom: 40px;
}
header section.inner_spotlight div.cards ul{
    list-style-type: square;
}
header section.inner_spotlight div.cards ul li{
    line-height: 25px;
}
header section.inner_spotlight div.bottom h5 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}  
header section.inner_spotlight div.bottom h5 a {
    color: #fff;
}
header section.inner_spotlight div.bottom{
    width: max-content;
    margin: 0 auto;
    background: #4F77A5;
    padding: 10px;
}
header #spotlight div.top div.logo {
    margin-bottom: 20px;
}
header #spotlight div.top div.logo a {
    display: block;
}
header #spotlight div.top div.logo img {
    width: 10%;
    margin: 0 auto;
}
header #spotlight div.top h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
header #spotlight div.top h4 {
    font-weight: bold;
    font-size: 28px;
}
header #spotlight div.middle {
    margin: 70px 0;
}
header #spotlight div.middle h2 {
    font-size: 40px;
    font-weight: bold;
}
header #spotlight div.middle h5 {
    margin: 15px 0;
    font-size: 28px;
}
header #spotlight div.middle div.exams {
    background: #4F77A5;
    padding: 10px;
    width: 52%;
    margin: 0 auto;
}
header #spotlight div.middle div.exams h3 {
    font-size: 40px;
}
header #spotlight div.bottom h5 {
    font-size: 25px;
    text-align: center;
}  
header #spotlight div.bottom h5 a {
    color: #fff;
}
#details section.top {
    background: #105C9B;
    padding: 30px 0;
}
#details section.top h3 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#details section.bottom {
    /*padding: 50px 200px 200px;*/
    display: flex;
    background: #dce4ea;
    position: relative;
    overflow: hidden;
}
#details section.bottom img.left {
    position: absolute;
    top: 0;
    left: 0;
}
#details section.bottom img.right {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 20;
}
#details section.bottom div.details {
    padding: 60px 150px 200px;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#details section.bottom div.details div.left.sharia {
    width: 50%;
}
#details section.bottom div.details div.left {
    width: 48%;
    background: #fff;
    padding: 60px;
}
#details section.bottom div.details div.left h3 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #105C9B;
    font-weight: bold;
}
#details section.bottom div.details div.left form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#details section.bottom div.details div.left form ul li {
    width: 100%;
    /*padding: 20px 0;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #dce4ea;
}
#details section.bottom div.details div.left form ul li small {
    color: red;
}
#details section.bottom div.details div.left form ul li.half {
    width: 48%;
}
#details section.bottom div.details div.left form ul li.half.gender {
    border-bottom: 0;
}
#details section.bottom div.details div.left form ul li.half div.gender {
    padding: 20px 0 0;
    border-bottom: 1px solid #dce4ea;
    /*  display: flex;
    justify-content: space-between;*/
}
/*#details section.bottom div.details div.left form ul li.half div.gender div {
    width: 40%;
    display: flex;
    align-items: center;
}*/
/*#details section.bottom div.details div.left form ul li.half div.gender div input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: block;
    background: #FFF;
    border: 1px solid #000;
    margin-left: 10px;
}*/
#details section.bottom div.details div.left form ul li.half div.gender select,
#details section.bottom div.details div.left form ul li.blood_grp select {
    width: 100%;
    padding: 10px 0;
}
#details section.bottom div.details div.left form ul li input {
    width: 100%;
    padding: 20px 0;
}
#details section.bottom div.details div.left form ul li.submit {
    border-bottom: 0;
    background: #6792C4;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
}
#details section.bottom div.details div.left form ul li.submit input {
    padding: 14px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
#details section.bottom div.details div.right {
    width: 45%;
    background: #fff;
    padding: 60px;
    height: max-content;
}
#details section.bottom div.details div.right.join{
    padding: 0;
}
#details section.bottom div.details div.right h3 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #105C9B;
    font-weight: bold;
}
#details section.bottom div.details div.right p.first {
    font-size: 20px;
}
#details section.bottom div.details div.right p.first small {
    font-size: 21px;
    font-weight: bold;
}
#details section.bottom div.details div.right h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 25px 0 10px;
}
#details section.bottom div.details div.right p.second {
    font-size: 18px;
}
#details section.bottom div.details div.right div.message {
    padding: 30px;
    width: 90%;
    margin: 50px auto 0;
    box-shadow: -2px 2px 17px -10px #888;
}
#details section.bottom div.details div.right div.message p {
    font-size: 20px;
}
#details section.bottom div.details div.right div.message div.box {
    display: flex;
    padding: 20px;
}
#details section.bottom div.details div.right div.message div.box span.icon {
    display: block;
    width: 9%;
    margin-right: 20px;
}
#details section.bottom div.details div.right div.message div.box span.icon img {
    width: 100%;
    display: block;
}
#details section.bottom div.details div.right div.message div.box p a {
    color: #000;
}

/* Responsive style starts here */
@media all and (max-width:1200px) {
    header #spotlight {
        /* padding: 110px 0 110px; */
    }
    header #spotlight div.formbutton {

    }
    header #spotlight div.middle div.exams {
        width: 55%;
    }
    header #spotlight div.middle div.exams h3 {
        font-size: 35px;
    }
    #details section.top {
        padding: 25px 0;
    }
    #details section.bottom {
        height: none;
    }
    #details section.bottom div.details {
        padding: 60px 80px 110px;
    }
    #details section.bottom div.details div.left {
        width: 48%;
    }
    #details section.bottom img.right {
        z-index: 10;
    }
    #details section.bottom div.details div.right {
        width: 48%;
    }
    #details section.bottom div.details div.right div.message div.box {
        align-items: center;
    }
    #details section.bottom div.details div.left h3,
    #details section.bottom div.details div.right h3,
    #details section.bottom div.details div.right h4 {
        font-size: 25px;
    }
    #details section.bottom div.details div.right p.first {
        font-size: 18px;
    }
    #details section.bottom div.details div.right p.second {
        font-size: 16px;
    }
    #details section.bottom div.details div.right div.message p {
        font-size: 16px;
    }
}
@media all and (max-width:1000px) {
    header #spotlight div.middle div.exams h3 {
        font-size: 29px;
    }
    header #spotlight div.middle h2 {
        font-size: 35px;
    }
    header #spotlight {
        background-position: -120px 0;
    }
    #details section.bottom div.details div.left {
        padding: 35px;
    }
    #details section.bottom div.details {
        padding: 60px 60px 110px;
    }
    #details section.bottom div.details div.right {
        padding: 35px;
    }
    /* #details section.bottom div.details div.right p.first {
        font-size: 22px;
    }
    #details section.bottom div.details div.left h3, #details section.bottom div.details div.right h3, #details section.bottom div.details div.right h4 {
        font-size: 25px;
    }
    #details section.bottom div.details div.right p.second {
        font-size: 20px;
    } */
    #details section.bottom div.details div.left form ul li.submit input {
        padding: 10px 0;
        font-size: 18px;
    }
    header section.inner_spotlight section.content{
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
    }
}
@media all and (max-width:890px) {
    header #spotlight div.middle div.exams {
        width: 60%;
    }
}
@media all and (max-width:768px) {
    header #spotlight {
        background-position: -330px 0;
    }
    header #spotlight div.formbutton .button {
        font-size: 20px;
        padding: 15px 38px;
    }
    header #spotlight div.civilbutton .button{
        font-size: 19px;
        margin-bottom: 0px;
    }
    header #spotlight div.top div.logo img {
        width: 18%;
    }
    header #spotlight div.middle div.exams h3 {
        font-size: 23px;
    }
    header #spotlight div.middle {
        margin: 55px 0;
    }
    header #spotlight div.middle h2 {
        font-size: 31px;
    }
    #details{
        /* margin-top: 10px; */
    }
    #details section.top {
        padding: 20px 0;
    }
    #details section.top h3 {
        font-size: 30px;
    }
    #details section.bottom div.details {
        display: block;
        height: 100%;
    }
    #details section.bottom div.details div.left,
    #details section.bottom div.details div.right {
        width: 100%;
        margin-right: 0;
    }
    #details section.bottom div.details div.right.join {
        width: 100%;
    }
    #details section.bottom div.details div.left {
        margin-bottom: 40px;
    }
    #details section.bottom div.details div.left.sharia {
        width: 100%;
    }
    #details section.bottom img.right,
    #details section.bottom img.left {
        /*display: none;*/
        height: 100%;
        width: 23%;
    }
    #details section.bottom {
        height: none;
        height: 100%;
    }
}
@media all and (max-width:640px) {
    header #spotlight {
        background-position: -430px 0;
    }
    header #spotlight div.top div.logo img {
        width: 22%;
    }
    header #spotlight div.middle h2 {
        font-size: 28px;
    }
    header #spotlight div.middle h5 {
        font-size: 21px;
    }
    header #spotlight div.middle div.exams {
        width: 62%;
    }
    header #spotlight div.middle div.exams h3 {
        font-size: 18px;
    }
    header #spotlight div.bottom h5 {
        font-size: 23px;
    }
    header #spotlight div.formbutton .button {
        font-size: 20px;
        padding: 15px 45px;
    }
    header #spotlight div.civilbutton .button{
        font-size: 19px;
        margin-bottom: 0px;
    }
}
@media all and (max-width:540px) {
    header #spotlight div.middle h2 {
        font-size: 23px;
    }
    header #spotlight div.formbutton .button {
        font-size: 20px;
        padding: 10px 40px;
    }
    header #spotlight div.civilbutton .button{
        font-size: 19px;
        margin-bottom: 0px;
    }
}
@media all and (max-width:480px) {
    header #spotlight {
        padding: 0 0 1px 0;
        /* background: url(../images/spotlight_2.png) no-repeat;
        background-size: cover;
        background-position: center; */
        background: none;
        background: #DCE4EA;
        /* background-color: #d5d5d5; */
        color: #000;
    }
    div.formbutton {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    div.formbutton .button:first-child {
        margin-right: 0px;
    }
    div.civilbutton {
        margin-top: 0px;
    }
    div.civilbutton span.civil{
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .button {
        font-size: 17px;
        margin-bottom: 30px;
        width: 76%;
        margin-right: 0px;
    }
    .shariabutton {
        font-size: 17px;
        margin-right: 0px;
    }
    header #spotlight div.formbutton .button {
        font-size: 20px;
        padding: 10px 40px;
    }
    header #spotlight div.civilbutton .button{
        font-size: 19px;
        margin-bottom: 0px;
    }
    header #spotlight div.top {
        display: none;
    }
    header #spotlight div.top.top-mobile {
        padding: 30px 0 0;
        display: block;
        background: #DCE4EA;
        /* background-color: #d5d5d5; */
    }
    header #spotlight div.top.top-mobile.sharia {
        padding-bottom: 40px;
    }
    header #spotlight div.top.top-mobile h4,
    header #spotlight div.top.top-mobile h5 {
        color: #105c9b;
    }
    header #spotlight div.top div.logo img {
        width: 20%;
    }
    header #spotlight div.top h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    header #spotlight div.top h4 {
        font-size: 25px;
    }
    header #spotlight div.middle {
        margin: 30px 0;
    }
    header #spotlight div.middle h2,
    header #spotlight div.middle h5 {
        font-size: 18px;
    }
    header #spotlight div.middle div.exams {
        width: 85%;
    }
    header #spotlight div.middle div.exams h3 {
        font-size: 19px;
        color: #fff;
    }
    header #spotlight div.bottom h5 {
        font-size: 20px;
    }
    header #spotlight div.bottom h5 a{
        color: #000;
    }
    header section.inner_spotlight{
        padding: 25px 0 25px;
        background: #fff;
    }
    header section.inner_spotlight section.content{
        justify-content: space-evenly;
    }
    header section.inner_spotlight section.content div.cards{
        margin-bottom: 20px;
    }
    header section.inner_spotlight section.content div.head h3{
        font-size: 18px;
    }
    header section.inner_spotlight section.content div.content ul li{
        font-size: 14px;
    }
    header section.inner_spotlight div.bottom h5 {
        font-size: 20px;
    }
    header{
        border-bottom: 1px solid #000;
    }
    #details section.top h3 {
        font-size: 26px;
    }
    #details section.bottom div.details {
        /* padding: 50px 50px 100px; */
        padding: 0;
        width: 100%;
    }
    #details section.bottom div.details div.left.sharia {
        width: 100%;
    }
    #details section.bottom div.details div.left h3,
    #details section.bottom div.details div.right h3,
    #details section.bottom div.details div.right h4 {
        font-size: 20px
    }
    #details section.bottom div.details div.left form ul li label {
        font-size: 15px;
    }
    #details section.bottom div.details div.left form ul li input {
        padding: 12px 0;
    }
    #details section.bottom div.details div.left form ul li.half div.gender {
        padding: 0;
    }
    #details section.bottom div.details div.left form ul li.submit {
        width: 30%;
    }
    #details section.bottom div.details div.left form ul li.submit input {
        font-size: 16px;
    }
    #details section.bottom div.details div.left form ul li.half {
        width: 100%;
    }
    #details section.bottom div.details div.left{
        margin-bottom: 0;
    }
    #details section.bottom div.details div.right {
        background-color: #4f77a5;
        color: #fff;
    }
    #details section.bottom div.details div.right.join {
        margin-top: 25px;
        width: 100%;
    }
    #details section.bottom div.details div.right h3{
        color: #fff;
    }
    #details section.bottom div.details div.right p.first,
    #details section.bottom div.details div.right p.first small {
        font-size: 15px;
    }
    #details section.bottom div.details div.right p.second,
    #details section.bottom div.details div.right div.message p {
        font-size: 14px;
    }
    #details section.bottom div.details div.right div.message {
        margin-top: 30px;
        background-color: #fff;
        color: #000;
    }
    #details section.bottom div.details div.right div.message.sharia {
        margin-top: 10px;
        width: 100%;
    }
@media all and (max-width:360px) {
    header #spotlight div.top div.logo img {
        width: 20%;
    }
    header #spotlight div.top h5 {
        font-size: 18px;
    }
    header #spotlight div.top h4 {
        font-size: 21px;
    }
    header #spotlight div.middle h2,
    header #spotlight div.middle h5 {
        font-size: 16px;
    }
    header #spotlight div.middle div.exams {
        width: 90%;
    }
    header #spotlight div.middle div.exams h3 {
        font-size: 15px;
    }
    header #spotlight div.bottom h5 {
        font-size: 14px;
    }
    header #spotlight div.middle {
        margin: 40px 0 30px;
    }
    header #spotlight div.bottom {
        margin-bottom: 12px;
    }
    header section.inner_spotlight div.bottom h5 {
        font-size: 16px;
    }
    header section.inner_spotlight section.content div.head h3{
        font-size: 14px;
    }
    header section.inner_spotlight section.content div.content ul li{
        font-size: 12px;
    }

    #details section.top h3 {
        font-size: 20px;
    }
    #details section.top {
        padding: 15px 0;
    }
    #details section.bottom img.right,
    #details section.bottom img.left {
        display: none;
    }
    #details section.bottom div.details {
        /* padding: 35px 35px 65px; */
        padding: 0;
    }
    #details section.bottom div.details div.left.sharia {
        width: 100%;
    }
    #details section.bottom div.details div.left h3,
    #details section.bottom div.details div.right h3,
    #details section.bottom div.details div.right h4 {
        font-size: 16px;
    }
    #details section.bottom div.details div.left form ul li.submit {
        width: 40%;
    }
    #details section.bottom div.details div.right h3,
    #details section.bottom div.details div.left h3 {
        margin-bottom: 12px;
    }
    #details section.bottom div.details div.right p.first,
    #details section.bottom div.details div.right p.first small,
    #details section.bottom div.details div.right p.second,
    #details section.bottom div.details div.right div.message p {
        font-size: 12px;
    }
    #details section.bottom div.details div.right div.message p.boxtext {
        padding-left: 12px;
    }
    #details section.bottom div.details div.left form ul li {
        margin-bottom: 15px;
    }
    #details section.bottom div.details div.left form ul li label {
        font-size: 12px;
    }
    #details section.bottom div.details div.left form ul li input {
        font-size: 11px;
    }
    #details section.bottom div.details div.right div.message {
        width: 100%;
    }
    #details section.bottom div.details div.right div.message.sharia {
        margin-top: 5px;
        padding: 20px 20px 0px;
    }
    #details section.bottom div.details div.right div.message {
        margin-top: 25px;
    }
    #details section.bottom div.details div.right div.message {
        padding: 20px;
    }
    #details section.bottom div.details div.right div.message div.box {
        padding: 10px;
    }
    #details section.bottom div.details div.right div.message div.box span.icon {
        width: 14%;
        margin-right: 10px;
    }
}
@media all and (max-width:320px) {
    header #spotlight div.top h5 {
        font-size: 17px;
    }
    header #spotlight div.top h4 {
        font-size: 19px;
    }
    header #spotlight div.middle {
        margin: 35px 0;
    }
    header #spotlight div.middle h2,
    header #spotlight div.middle h5 {
        font-size: 16px;
    }
    header #spotlight div.middle div.exams h3 {
        font-size: 14px;
    }
    header #spotlight div.middle div.exams {
        width: 75%;
    }
    header #spotlight div.bottom h5 {
        font-size: 16px;
    }
    #details section.bottom div.details div.left,
    #details section.bottom div.details div.right {
        padding: 25px;
    }
    #details section.bottom div.details div.left form ul li.submit input {
        font-size: 15px;
    }
    #details section.bottom div.details div.left form ul li.submit {
        width: 45%;
    }
}