body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}


/* Top Bar Starting */

.back_image {
    background: linear-gradient(0deg, rgba(25, 41, 130, 0.8), rgba(25, 41, 130, 0.8)), url(../images/Apsrtc-Vijayawada-HeadQuarters.jpg) no-repeat;
    height: 427px;
    background-size: cover;
    background-position: 0% 100%;
}

.title {
    padding-top: 9px;
    margin-left: -86px;
}

.telugu-title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    font-family: 'Mallanna', sans-serif;
}

.english-title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.mt20 {
    margin-top: 20px;
}

.budda_img {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -94px;
}



.login-block {
    position: absolute;
    z-index: 999;
    background: #cbcfe3;
    width: 300px;
    right: 26%;
    top: 10%;
}

.login-block h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.opr {
    background: #3f4c5d;
    margin: 13px 13px 5px 13px;
    padding: 5px;
}

.opr h4,
.mis h4 {
    text-align: right;
    padding-top: 21px;
    padding-right: 17px;
    color: #fff;
    text-transform: uppercase;
}

.mis {
    background: #435974;
    margin: 0px 13px 13px 13px;
    padding: 5px;
}


/* Top Bar Ending */


/* Newss Scrool starting*/

.message-box {
    background: #303f4f;
    padding: 13px;
}

marquee {
    width: 60%;
    float: right;
}

marquee p {
    color: #fff;
}

.scania_bus {
    z-index: 999;
    position: absolute;
    top: -343px;
    left: -13px;
    overflow: hidden;
}


/* Newss Scrool Ending*/


/*Application Block*/

.pass_students h4 a {
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
}

.pass {
    background: #303f4f;
    margin: 0px;
    padding: 2px;
    border: 1px solid #222e3b;
}

.pass h4 {
    padding-top: 20px;
    color: #fff;
    font-weight: 500;
}

.login-block a {
    color: #fff;
    text-decoration: none;
}

/* .faq_pass {
    background: url(../images/faq_back.png) no-repeat center;
    background-size: cover;
} */
.faq_pass {
    background:#cb5e3d;
    background-size: cover;
}


.faq_pass p {
    color: #fff;
    font-size: 21px;
    line-height: 22px;
    font-weight: 600;
    padding: 13px;
    text-align: right;
    margin-top: 4px;
}

.apply_instruction {
    background: url(../images/apply_instruction_back.png) no-repeat center;
    background-size: cover;
    margin-top: -11px;
}

.apply_instruction p {
    text-align: center;
    margin: 13px 0px 0px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.images_inst {
    display: inline-flex;
    margin-left: 55px;
}

.images_inst img {
    width: 100px;
    height: 100px
}

.schemes {
    background: #7c8289;
    height: 525px;
}

.schemes p {
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    color: #fff;
    margin-top: 24px;
}

.schemes_more {
    text-align: right;
    text-transform: capitalize !important;
    font-size: 14px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.schemes h5 {
    color: #fff;
    font-size: 17px;
    margin-top: 23px;
    margin-bottom: 7px;
}

.schemes h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.schemes h4::after {
    width: 0;
    height: 1px;
    background-color: #fbc21f;
    content: "";
    position: absolute;
    left: 29%;
    top: 18px;
    z-index: 999;
    width: 63px;
    height: 3px;
}

.about_rtc p {
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
}

.about_rtc .schemes_more {
    text-align: right;
    text-transform: capitalize !important;
    font-size: 14px;
    color: #33824d;
}

.about_rtc h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #303f4f;
}

.about_rtc h4::after {
    width: 0;
    height: 1px;
    background-color: #fbc21f;
    content: "";
    position: absolute;
    left: 41%;
    top: 18px;
    z-index: 999;
    width: 63px;
    height: 3px;
}


/* Application Block ends */


/* Footer Block Starts */

.fotter {
    background: #303f4f;
    padding: 12px;
    color: #fff;
}

.fotter p {
    margin: 0px;
    font-weight: 600;
}

.fotter p a {
    color: #fbc21f;
    text-decoration: none;
}

.main-content {
    width: 1170px;
    margin: 0px auto;
}

.shadow-left-right {
    box-shadow: -50px 0px 100px -80px #000000, 50px 0px 100px -80px #000000;
}


/* Footer Block Ends */


/* Media */

@media only screen and (min-device-width: 300px) and (max-device-width: 767px) {
    .title {
        padding-top: 9px;
        margin-left: 0px;
    }
    .english-title {
        color: #fff;
        font-size: 10px;
        font-weight: bold;
    }
    .telugu-title {
        color: #fff;
        font-size: 19px;
        font-weight: bold;
        font-family: 'Mallanna', sans-serif;
    }
    .budda_img {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 150px;
        background: linear-gradient(0deg, rgb(61, 76, 150), rgb(60, 76, 150))
    }
    .back_image {
        height: 353px;
    }
    .login-block {
        position: absolute;
        z-index: 999;
        background: #cbcfe3;
        width: 257px;
        right: 15%;
        top: 18%;
        font-size: 14px !important;
    }
    .opr h4,
    .mis h4 {
        text-align: right;
        padding-top: 21px;
        padding-right: 17px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 800;
    }
    marquee {
        width: 100%;
        float: right;
    }
    .schemes {
        margin-top: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .budda_img {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 50px;
    }
    .schemes {
        margin-top: 20px;
    }
    .login-block {
        position: absolute;
        z-index: 999;
        background: #cbcfe3;
        width: 300px;
        right: 11%;
        top: 22%;
    }
    marquee {
        width: 100%;
        float: right;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    .budda_img {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: -26px;
    }
    .title {
        padding-top: 9px;
        margin-left: -56px;
    }
    .login-block {
        position: absolute;
        z-index: 999;
        background: #cbcfe3;
        width: 300px;
        right: 17%;
        top: 19%;
    }
    .about_rtc h4::after {
        left: 50%;
    }
    .schemes h4::after {
        left: 34%;
    }
}