.banner-image {
    background-image: /* top, transparent red */
    linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), /* your image */
    url(../img/other/cal.jpg);
    background-size: cover;
    height: 75px;
}

.banner-image h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tble-box {
    padding: 40px;
    background: #f1f1f1;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #e0f5ff !important;
}

.table>thead>tr>th {
    padding: 11px 27px !important;
    font-size: 11px;
}

.table>tbody>tr>td {
    padding: 7px 12px !important;
    font-size: 13px !important;
    color: #000 !important;
    vertical-align: middle;
}

tr.even {
    background: #fff;
}

/*==============================================
about code
===============================================*/

.about-page-style {
    padding: 40px;
}

.v-m h4 {
    color: #1b1b1b;
    font-weight: 600;
    font-size: 21px;
    text-decoration: underline;
    letter-spacing: 1px;
}

.v-m p {
    color: #484545;
    text-align: justify;
    font-size: 14px;
}

.v-m {
    padding: 50px 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c3c3c3;
}

/*============================================
Registration 
==============================================*/

.total-registration-box {
    margin: 20px;
    padding: 40px 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background: #fff;
}

.registration-box {
    padding: 30px;
    position: relative;
    top: 110px;
}

.from-box {
    padding: 30px;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.f2-box {
    background: #ddd;
    min-height: 575px;
    background: url(../img/other/reg.jpg);
    background-size: cover;
}

.f1-box {
    background: #f9f6f6;
    border: 1px solid #ddd;
}

.registration-box h5 {
    color: #dcdcdc;
    padding-bottom: 10px;
    position: relative;
    top: 28px;
    text-align: center;
    font-family: 'Markazi Text', serif;
    font-size: 15px;
    letter-spacing: 1px;
}

.registration-box h4 {
    text-align: CENTER;
    font-size: 22px;
    color: #f1cf21;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #0f7aa9;
    border: 1px solid #0a73a0;
    border-radius: 4px;
    min-width: 125px;
}

.gender {
    padding-right: 58px;
    color: #000;
    padding-left: 21px;
    font-size: 16px;
    font-weight: 600;
}

.total-register-box {
    background: url(../img/other/bg.jpg);
    background-attachment: fixed;
}

.star {
    color: red !important;
    /* padding-left: 4px; */
    position: relative;
    left: 5px;
}

ul.english-list li {
    padding: 7px;
    text-align: right;
    font-size: 15px;
}

.eligibility h4 {
    text-align: center;
    padding-bottom: 14px;
    font-size: 24px;
    color: #ff5f05;
}

.eligibility {
    padding: 40px 50px;
}

ul.telugu-list li {
    padding: 7px;
    font-size: 15px;
}

.buttn-box {
    color: white;
    width: 50px;
    background: #02a2e7;
    padding: 4px 10px;
    float: right;
    position: relative;
    right: 225px;
    top: 30px;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    background: #2997bd;
}

.modal-title {
    color: #fff;
}

.close {
    color: #fff;
    opacity: unset;
}

.new_regst_box {
    padding: 20px;
    background: #f2f2f2;
}

label {
    color: #505050;
}

.extract-line {
    color: #000;
    font-weight: 600;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/*label.radio-inline {
    height: 34px;
}*/

input.checkbox {
    margin: 0px auto;
}

.width-box {
    width: 200px;
    border-radius: 0px;
}

.brd-height {
    border: 1px solid #5ac4f7;
    height: 34px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
}

.table>tbody>tr>td {
    /* background:#fff; */
}

.regst-box {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    padding: 20px;
    background: #ffffff;
}

.regst-box span {
    color: #000;
    font-size: 12px !important;
    position: relative;
    left: 4px;
}

.captach-img {
    background: #f1f1f1;
    height: 34px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.modal-dialog {
    margin: 120px auto;
}

.login-box label {
    color: #000;
}

.login-box {
    padding: 50px;
}

.login-banner {
    background: url(../img/new-img/login-banner.jpg);
    min-height: 409px;
    background-size: cover;
    border-radius: 30px 0px 0px 30px;
}

.from-backgound {
    background: #3194ab;
    border-radius: 0px 30px 30px 0px;
}

.login-inside-box {
    width: 80%;
    margin: 0px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    padding: 0px 16px;
    position: relative;
    top: 130px;
    border-radius: 30px;
}

.login-box h4 {
    font-size: 30px;
    color: #fff;
    position: relative;
    top: -19px;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fffefe;
    background-color: transparent;
    background-image: none;
    border: 1px solid #30b2d0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

section.total-login-box {
    /* background-image: linear-gradient(red, yellow); */
    background-image: linear-gradient(to right, #196273, #1a8faf);
    height: 100vh;
}

img.logo-img {
    position: absolute;
    top: 150px;
    margin: 0px auto;
    display: block;
    left: 0px;
    right: 0px;
}

.border-line {
    color: #fff;
    background-color: transparent;
    border-color: #3bafca;
    border-radius: 30px;
}

ul.xls-pdf {
    list-style: none;
    float: right;
}

ul.xls-pdf li img:hover {
    border: 2px solid #0a75a7;
}

ul.xls-pdf {
    list-style: none;
    float: right;
    position: relative;
    top: 30px;
    z-index: 999;
}

ul.xls-pdf li img {
    width: 35px;
    height: 35px;
    box-shadow: 2px 2px 2px #a0a0a0;
    border: 2px solid #fff;
    background: #fff;
    padding: 2px;
}

ul.xls-pdf li {
    float: left;
    padding: 0px 5px;
    position: relative;
    top: 9px;
}

.down-moving h4 {
    line-height: 37px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: #ff731f;
}

.down-moving {
    background: #fffae0;
    height: 53px;
    padding: 0px 10px;
    margin-top: 9px;
    border-left: 5px solid #ff731f;
    margin-bottom: 10px;
}

.heading-txt {
    color: #e45d00;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.panell-box {
    background: #0a75a7 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0px !important;
}

ul.active-links li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #989898;
    margin-bottom: 6px;
}

ul.active-links li a {
    color: #000;
    /* line-height: 16px; */
    font-size: 13px;
    font-weight: 600;
}

ul.active-links {
    position: relative;
    left: -20px;
}

ul.active-links li:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: relative;
    left: -5px;
    color: #ff5f05;
}

ul.active-links li a:hover {
    color: #ff5f05;
    text-decoration: none;
}

.box-moving-down {
    position: relative;
    top: 35px;
}

/*==============================
side menu code
===============================*/

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    /* display: block; */
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #f35701;
    color: white;
    padding: 4px 11px;
    border: none;
    position: fixed;
    z-index: 9;
    top: 200px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.openbtn:hover {
    background-color: #099fe1;
}

.activies-txt {
    text-align: center;
    position: relative;
    top: 0px;
    font-size: 24px;
    color: #ff6459;
    font-weight: 600;
}

.sidepanel a:hover {
    color: red;
}

.sidepanel .closebtn {
    position: absolute;
    top: -36px;
    right: 25px;
    font-size: 36px;
}

li.side-menu {
    font-size: 20px;
    cursor: pointer;
    background-color: #f35701;
    color: white;
    padding: 4px 11px;
    border: none;
    left: 0px;
    position: fixed;
    z-index: 9;
    top: 124px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.side-menu a {
    transition: none;
}

.side-menu a:hover i {
    color: #fff;
}

.side.on {
    left: 0;
}

.side {
    left: -280px;
}

.side {
    position: fixed;
    overflow-y: auto;
    left: -303px;
    width: 300px;
    top: 0px;
    padding: 25px 16px;
    height: 100%;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 15;
}

.attr-nav>ul>li>a {
    padding: 8px 3px !important;
}

.attr-nav>ul>li>a {
    color: #ffffff !important;
    display: block;
    padding: 28px 15px;
    position: relative;
}

nav.navbar.bootsnav.sticked .attr-nav .fa-bars {
    position: relative !important;
    top: 0px !important;
}

.side .close-side {
    float: right !important;
    color: #222;
    position: relative;
    z-index: 2;
    top: 11px;
    font-size: 16px;
}

.ui-timepicker-viewport {
    position: relative;
    z-index: 999999;
    background: #fff;
}

.attr-nav>ul>li>a {
    padding: 2px 0px !important;
}

#spnusername {
    color: #fff !important;
}