.form-div{
    border:1px solid #d4d4d4;
    padding: 10px 20px 28px;
}
.form-top{
    text-align: center;
    padding: 0px 30px;
}
.tour-tab {
    background-color: #fff;
    padding:20px;
    text-align: left;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.padding-0{
    padding: 0px !important;
}
.margin-0{
    margin:0px;
}
.frm {
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    font-size: 15px;
}
table, th, td {
    border: 1px solid #b7b7b7;
    border-collapse: collapse;
    color: #000;
  }
  th, td {
    padding: 6px 10px;
    text-align: left;
    font-size: 12px;
}
  .sign{
    float: right;
    color: #000;
    font-weight: 700;
    padding-top: 5px;
    font-size: 20px;
  }
 .ins{
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.reg-form{
    padding: 40px !important;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);
}
form label {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.form-control {
    box-shadow: none;
    height: 45px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 12px 12px;
}
.reg-h2{
    text-transform: uppercase;
    padding: 35px;
}
.sub-btn{
    float: right;
    background-color: #0424af;
    border: 1px solid #0424af;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.sub-btn:hover{
    float: right;
    background-color:#9e2227;
    border: 1px solid #9e2227;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-btn{
    display: inline-flex;
}
.search-div{
    padding: 3px 0px;
    display: flex;
}
.sbdr{
    padding: 5px;
}
.s-icon{
    background-color: #0424af;
    border: none;
    padding: 7px;
    margin-left: -5px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ml-20{
    margin-left: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.notice-brd{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    padding: 35px;
    border-radius: 10px;
}
.notice-brd h2{
    text-align:center;
}
.notice-brd table tr th {
    background-color: #9f2227;
    color: #fff;
    border: 1px solid #ffffff;
}
.notice-brd table tr td {
    background-color: #f7f7f7;
    color: #000;
    border: 1px solid #d4d4d4;
}
.notice-brd table tr td span{
    font-weight: 800;
    display: inline;
    padding-right: 10px;
}
.contact-div{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08); 
}
.contact-details{
    background-color: #fff;
    padding: 28px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);  
}
.contact-details h2{
    background-color: whitesmoke;
    padding: 10px;
    font-size: 25px;
}
.contact-details ul li{
    padding: 12px 0px;
    font-weight: 700;
    font-size: 19px;
    width: 100%;
    display: flex;
}
.contact-details ul li i{
    height: 45px;
    width: 45px;
    background-color: #c7030b;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
}

.contact-details ul li pull-le{
width:10%;
}
.contact-details ul li pull-ri{
    width:90%;
}
.tab-div{
    overflow: auto;
}
.png-bg{
    background-image: url(../img/st-result.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pt-100{
    padding-top: 100px;
}
.pt-10{
    padding-top: 10px;
}
.pt-60{
    padding-top: 60px !important;
}
.st-bg{
    padding: 32px 30px 10px;
}
.re-top table{
    width: 100%;
    border: none;
}
.re-top table th{
    border: none;
}
.re-top table td{
    border: none;
}
.st-bg p{
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.mrk-obt{
    text-align: center;
    padding: 11px;
}
.theo{
    padding: 0px 20px;
}
.pass{
    font-weight: 800;
}
.m-marks{
    padding-left: 70px;
}
.res-bottom{
    padding: 30px 0px;
}
.instr{
    border-top: 1px solid #d4d4d4;
    padding: 15px 0px 0px;
}
.instr h3{
    color: #333;
    font-weight: 700;
    font-size: 19px;
}

.instr ul li{
    color: #000;
    font-weight: 600;
}
.instr ul li span{
    color: #000;
    font-weight: 800;
}
.ques-div{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    margin-top: 30px;

}
.qnum{
    padding: 160px 0px;
    background-color: #9e2227;
    color: #fff;
    text-align: center;
}
.qnum h2{
    font-size: 50px;
    background-color: #9e2227;
    color: #fff;
    text-align: center;
}
.question-div{
    padding: 20px 10px;
}
.question-div h2{
    font-size: 20px;
    color: #292929;
    font-weight: 700;
    margin-bottom: 40px;
}
.question-div span {
    display: table-cell;
}
.opt{
    font-size: 15px;
    color: #292929;
    font-weight: 600;
}
.opt span{
    font-size: 15px;
    color: #292929;
    font-weight: 800;
    display: inline-block;
    padding-right: 20px;
}
.pr-12{
    padding-right: 12px;
    font-size: 25px;
}
/** check boxes  **/
/* The container */
.ra-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default radio button */
  .ra-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  /* On mouse-over, add a grey background color */
  .ra-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  /* When the radio button is checked, add a blue background */
  .ra-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  } 
  /* Show the indicator (dot/circle) when checked */
  .ra-container input:checked ~ .checkmark:after {
    display: block;
  }  
  /* Style the indicator (dot/circle) */
  .ra-container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
.next-btn{
    float: right;
    background-color: #0424af;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}
.next-btn:hover{
    float: right;
    background-color: #0424af;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 4px;
    box-shadow:none;
}
.stu-detail{
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.tm{
    float: left;
}
.q-bottom{
    display: inline;
}
.q-bottom span{
    font-weight: 600;
    font-size: 20px;
}
.top-select{
    margin-bottom: 0px;
}
.top-select select{
  margin-bottom: 0px;
}
.top-select select + i.fa {
    color: #404040;
    float: right;
    font-size: 16px;
    margin-right: 4px;
    margin-top: -28px;
    padding-right: 5px;
    pointer-events: none;
}
.form-control {
    box-shadow: none;
    height: 39px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 6px 12px;
}
.f-box{
    background-color: #fff;
    padding: 40px 30px 30px 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}
.log-btn{
    width: 100%;
    background-color: #9f2227;
    border: none;
    color: #fff;
    font-weight: 800;
    padding: 8px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);
}
.log-btn:hover{
    width: 100%;
    background-color: #9f2227;
    border: none;
    color: #fff;
    font-weight: 800;
    padding: 8px;
    box-shadow:none;
}
.wh-color{
    color: #ffffff;
}
.ser-drop{
    background: #ffffff;
    color: #000;
}
.src-btn{
    padding: 9px 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.regis-btn{
    padding: 10px 10px;
    background-color: #0939dd;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
}
.regis-btn:hover{
    padding: 10px 10px;
    background-color: #000;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
}
.dropdown-menu a{
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 10px;
    color: #000;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #e4e4e4;
}
.qopt{
    font-size: 18px;
    font-weight: 700;
}
.reg-btn{
    color: #000;
    background: #ffffff !important;
}
.note{
    background-color: #f8e4cc;
    position: relative;
    padding: 26px 17px;
    float: right;
    width: 100%;
    border: 1px solid #efefef;
}
.q-about{
    background-color: #9f2227;
    padding:25px 20px;
}
.q-aboutin{
    border: 5px solid #fff;
    text-align: center;
    padding: 45px 45px 65px 45px;
}
.q-aboutin h3{
    color: #fff;
    margin-top: 10px;
}
.q-aboutin p {
    color: #fff;
    margin-bottom: 25px;
}
.q-aboutin a{
    background: #fff;
    padding: 10px;
    color: #000;
    /* margin-top: 10px; */
}
.frm-head{
    text-align: center;
    margin-bottom: 30px;
}
.top-hide{
    display: inline;
}
.tab-responsive{
 width: 100%;
 overflow: auto;
}
.header-top .widget img {
    text-align: center;
    padding: 4px 0px;
}
.pro{
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-bottom: 40px;
}  
.img-box{
    color: #9f2227;
    width: 100%;
    padding-bottom: 12px;
    font-size: 90px;
}
.pro img{
    width: auto;
    padding-bottom:20px;
} 
.pro h6{
    font-size: 18px;
    margin: 0px;
}
.pro a{
    color: #9f2227;
    font-weight: 700;
}
.pro a:hover{
    color:#9f2227;
}
.mt-35{
    margin-top: 22px;
}
.veri-p{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color:#0508db;
}
.watermark{
    background-image: url(../img/water-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vislist li{
    font-size: 18px;
    color: #000;
}
@media only screen and (max-width : 768px) {
    .m-marks{
    padding-left:10px;
    }
    .q-about {
        background-color: #9f2227;
        padding: 25px 20px;
        margin-top: 20px;
    }
    .top-hide{
        display: none;
    }
    .src-btn {
        padding: 9px 10px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
    }
    .contact-details {
        background-color: #fff;
        padding: 15px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
        margin-bottom: 25px;
    }
    .contact-details h2 {
        background-color: whitesmoke;
        padding: 10px;
        font-size: 16px;
    }
    .contact-details ul li i {
        height: 35px;
        width: 35px;
        background-color: #c7030b;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        border-radius: 30px;
        text-align: center;
        margin-right: 10px;
    }
    .contact-details ul li {
        padding: 12px 0px;
        font-weight: 700;
        font-size: 15px;
        width: 100%;
        display: flex;
    }
    .regis-btn {
        padding: 10px 10px;
        background-color: #0939dd;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        margin-left: 20px;
    }

}
/** new css **/
.header-top .widget h5{
    font-size: 15px;
    margin: 5px 0px;
}
.header-top .widget img {
    text-align: center;
    padding: 4px 0px;
}
.con-submit {
    background-color: #0939dd;
    color: #fff;
    float: right;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 12px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);
}
.con-submit:hover{
    background-color: #0939dd;
    color: #fff;
    float: right;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 12px;
    box-shadow:none;
}
.obj{
    font-size: 17px;
    font-weight: 600;
    padding: 6px;
}
.y-light {
    background-color: #c7e1c4;
}
.marq {
    padding: 15px 0px 0px;
}
.marq p {
        display: inline;
    color: #000;
}
.marq a {
    color: #ea0505;
    text-transform: uppercase;
}
.txt-center{
    text-align: center;
}
.contact-p{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
}
.pl-45{
    padding-left: 45px;
}
.header-top h5 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.log-main{
    width: 90%;
}
.on-note{
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-top: 20px;
}
.notice-tm{
    color:#000 !important;
}
.study-div{
    background-image: url(&quot;img/slide/yuwa4.jpg&quot;);
}
.txt-justify{
    text-align: justify;
}
.dis-hide{
    display: none;
}
.logo-hide{
    display: inline;
}
.support{
    padding-left: 45px;
}
@media only screen and (max-width : 768px) {
    .header-top .widget img { 
        text-align: center;
        padding: 4px 0px;
        width: 90px;
    }
    .header-top .widget h5{
        font-size: 10px;
    }
    .header-nav .header-nav-wrapper .menuzord {
        padding: 0px;
    }
    .logo-hide{
        display: none;
    }
    .support{
        padding-left:0;
        padding-right: 20px;
    }
    .question-div h2 {
    font-size: 12px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 15px;
}
.qnum {
    padding: 16px 0px;
    background-color: #9e2227;
    color: #fff;
    text-align: center;
}
.on-note {
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-top: 0px;
}
.stu-detail {
    font-weight: 700;
    color: #000;
    font-size: 12px;
}
.qoption {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
  .btn {
    font-size: 12px;
    padding: 6px 9px;
    line-height: 1.38;
    margin-bottom: 25px;
}
}
.question-div span{
    display:inline;
}
.qoption{
    font-weight:600;
    color:#000;
}
.styled-icons li img {
width: 80px;
margin-bottom: 8px;
margin-left: 3px;
}
.styled-icons li img {
    width: 105px;
    margin-bottom: 8px;
    margin-left: 3px;
}
.rev-btn{
    margin-top: 5px;
    background-color: red;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}
.admit-img{
    max-width: 60px;
    padding: 10px;
}
.center-txt{
    text-align:center;
}
.mark {
background-image: url(../img/water-mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width : 768px) {
    .pro {
        background-color: #ececec;
        text-align: center;
        padding: 20px 10px;
        border: 1px solid #e2e2e2;
        margin-bottom: 20px;
    }
    .mt-35{
        margin-top: 0px;
    }
}
