﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&amp;display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

body,
html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;

}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: orange !important;
}


.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.plr_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pt_50 {
    padding-top: 50px;
}

.pb_50 {
    padding-bottom: 50px;
}

.header,
.DreamIcon {
    width: 100%;
    height: auto;
    display: inline-block;
}

.layer1 {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 10px;
    padding: 5px 10px;
}

.div_logo {
    width: 100%;
    height: auto;
    display: inline-block;
}

.news-div {
    background: #087574;
}

.header_icon .online {
    width: 100%;
    text-align: center;
    margin: 16px auto 0;
}

.award {
    width: 58%;
    margin: 6px auto 0;
    display: flex;
}

.prospectus {
    width: 76%;
    margin-left: 27px;
}

.div_logo img {
    width: 90%;
    margin: 10px 0;
    height: auto;
    display: inline-block;
}

.DreamIcon>img {
    width: auto;
    margin-top: 17px;
    height: auto;
    max-width: 100%;
}

.AdmissionOpen {
    padding: 5px 5px;
    height: auto;
    color: #fff;
    width: 62%;
    font-weight: bold;
    background: linear-gradient(0deg, #249792 10%, #256191 76%);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    margin-bottom: 9px;
    letter-spacing: 1px;
    border: 2px solid #dd0909;
    display: block;
}

.AdmissionOpen:hover {
    color: Orange;
}

.AdmissionOpen img {
    width: 20px;
    height: auto;
    border-radius: 50%;
}

.bg_tree {
    width: 100%;
}

.Header_address {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.Header_address p {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}

.Header_address h3 {
    margin: 0px;
    color: #dd0909;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-shadow: 1px 2px gainsboro;
}

.welcomeDiv {
    width: 100%;
    margin: 20px 0;
}

.welcomeDiv p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}

/* Read More */
.fl_tw2 {
    color: #FFF;
    display: inline-block;
    height: 40px;
    width: 135px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    background: linear-gradient(45deg, #37457e, #0d4d72);
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 2px;
    margin: 10px auto;
    box-shadow: inset 5px 0px 1px #eeb720;
}

.fl_tw2 span {
    display: inline-block;
    transition: .5s;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
}

.fl_tw2:hover span {
    /*HoverEffect*/
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}


.fl_tw3 {
    color: #FFF;
    display: inline-block;
    height: 40px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    background: linear-gradient(45deg, #ffffff, #fffcfc);
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 2px;
    margin: 10px auto;
    box-shadow: inset 5px 0px 1px #eeb720;
}

.fl_tw3 span {
    display: inline-block;
    transition: .5s;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #35437e !important;
}

.fl_tw3:hover span {
    /*HoverEffect*/
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}


/* achievement */
.get_conet {
    width: 100%;
    float: left;
}

.all_heading {
    width: 75%;
    float: left;
    color: #ea2425;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.all_heading span {
    font-weight: bold;
    font-size: 30px;
}

.get_conet ul {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.get_conet ul li {
    display: inline-block;
    margin: 0px 5px 10px;
}

.get_conet ul li a {
    text-decoration: none;
    color: #313131;
    font-size: 15px;
}


.get_ico3 {
    background: url(../Images/OLYMPIAD.png) no-repeat 95px 6px;
}

.get_ico6 {
    background: url(../Images/get_icon.png) no-repeat -798px 21px;
}

.get_ico7 {
    background: url(../Images/get_icon.png) no-repeat -1104px 21px;
}

.get_ico2 {
    width: 90px;
    height: 90px;
    background: url(../Images/graduate-icon.png) no-repeat 99px 33px;
}

.get_ico1 {
    background: url(../Images/graduate-doctor.png) no-repeat 95px 6px;
}

.get_ico0 {
    background: url(../Images/JEE.png) no-repeat 95px 6px;
}

.get_ico4 {
    background: url(../Images/get_icon.png) no-repeat -292px 21px;
}

.get_ico5 {
    background: url(../Images/get_icon.png) no-repeat -464px 21px;
}

.get_conet ul li:hover .get_ico4 {
    background: #f2f2f2 url(../Images/OLYMPIAD.png) no-repeat -292px 50px;
}

.get_conet ul li:hover .get_ico6 {
    background: #f2f2f2 url(../Images/get_icon.png) no-repeat -798px 50px;
}

.get_conet ul li:hover .get_ico7 {
    background: #f2f2f2 url(../Images/get_icon.png) no-repeat -1104px 50px;
}

.get_conet ul li:hover .get_ico5 {
    background: #f2f2f2 url(../Images/get_icon.png) no-repeat -464px 50px;
}

.get_conet ul li:hover .get_ico3 {
    background: #f2f2f2 url(../Images/OLYMPIAD.png) no-repeat 95px 70px;
}

.get_conet ul li:hover .get_ico2 {
    background: #f2f2f2 url(../Images/graduate-icon.png) no-repeat 95px 90px;
}

.get_conet ul li:hover .get_ico1 {
    background: #f2f2f2 url(../Images/graduate-doctor.png) no-repeat 95px 70px;
}

.get_conet ul li:hover .get_ico0 {
    background: #f2f2f2 url(../Images/JEE.png) no-repeat 95px 70px;
}


.get_conet ul li:hover .get_icon {
    border: 1px solid #087574;
    padding-top: 20px;
}


.get_icon {
    width: 275px;
    height: 200px;
    float: left;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding-top: 135px;
    box-sizing: border-box;
    transition: all .35s linear;
}


/* achievement end */


.isometric {
    color: #484848;
    display: inline-block;
    height: 50px;
    font-size: 25px;
    line-height: 46px;
    background: #eaeef1;
    text-decoration: none;
    box-sizing: border-box;
    margin: 15px 0;
}

.isometric .iconback {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    vertical-align: middle;
}

.isometric span {
    vertical-align: middle;
}

.isometric .iconback .fa {
    line-height: 46px;
    font-size: 25px;
}

.isometric .btnttl {
    display: inline-block;
    width: 130px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-bottom: solid 4px #dcdcdc;
    vertical-align: middle;
    color: #087574;
    font-weight: 500;
}

.isometric .istw {
    background: #087574;
    border-bottom: solid 4px #27315a;
}

.isometric:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.isometric:hover .btnttl,
.isometric:hover .iconback {
    border-bottom: none;
}


.Bg_1 {
    background-color: Red;
}

.minHeight {
    height: 300px;
}

.NewsDiv {
    width: 100%;
    display: inline-block;
    background-color: #087574;
    overflow: hidden;
}

.NewsDiv h3 {
    padding: 10px;
    font-family: 'Montserrat Alternates', sans-serif;
    margin: 0px;
    color: #fff;
    position: relative;
    background: #000;
    z-index: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.NewsDiv h3::after {
    content: '';
    position: absolute;
    background: #000;
    width: 33px;
    height: 33px;
    top: 2px;
    transform: rotate(45deg);
    z-index: -1;
    right: 0;
}

.pl-20 {
    padding-left: 20px;
}


.NewsDiv a {
    display: inline-block;
    color: #fff;
    margin: 0px;
    line-height: 45px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
    margin-right: 60px;
}

.feature-section {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    display: inline-block;
}

.feature-column {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.feature-section .single-item {
    position: relative;
    background: #b220db;
    display: block;
    padding: 15px 0px 15px 0px;
    border-radius: 20px;
    BORDER: 3PX SOLID #FFF;
    transition: .5s all ease;
    BOX-SHADOW: -8PX 1PX 1PX #44424221;
}

.feature-section .single-item .img-box {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    text-align: center;
    border: 2px solid rgb(255 255 255);
    box-shadow: 6px 3px 0px #4846464f;
    border-radius: 50%;
    transition: .5s all ease-in;
    margin-bottom: 20px;
}

.feature-section:hover .img-box {
    box-shadow: none;
}

.feature-section .single-item .img-holder {
    position: relative;
    display: inline-block;
    width: 150px;
    padding-top: 30px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
}

/*.feature-section .single-item .img-holder img
{
    width: 100%;
    display: inline-block;
}*/
.feature-section .single-item .img-holder i {
    font-size: 80px;
    color: #97caf3;
}


.lower-content {

    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.lower-content a {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.single-item:hover .lower-content {
    border-color: Yellow;
}

.single-item:hover a {
    color: Yellow;
}

.feature-section .feature-column:nth-child(2) .single-item {
    background: #607D8B;
}

.feature-section .feature-column:nth-child(3) .single-item {
    background: #4CAF50;
}

.feature-section .feature-column:nth-child(4) .single-item {
    background: #FF7930;
}

.single-item:hover {
    transition: 0.5s all ease-in;
    box-shadow: 0px 2px 12px #33333340;
}

.Div_AdmissionOpen {
    display: inline-block;
    width: 100%;
    color: #fff;
    background:#0d4d72;

    height: auto;
}

.Div_AdmissionOpen h2 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.Div_AdmissionOpen p {
    text-align: justify;
    word-break: break-all;
    font-size: 17px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

.BtnAdmission {
    padding: 10px 20px;
    border: 3px solid #ff9800;
    color: #ffffff !important;
    margin-top: 89px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 6px 8px 0 #27272729;
}

.facilityrps {
    display: inline-block;
    width: 100%;
    height: 652px;
    background-image: url('../Images/widget2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}


.facilty_gradient {
    display: inline-block;
    width: 100%;
    height: auto;
    background-image: linear-gradient(45deg, #607D8B, #087574);
    background-position: left, right;
    background-size: 70% 100%, 30% 100%;
    background-repeat: no-repeat;
}

.liferps {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}


.liferps>h3 {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: White;
    font-family: 'Playfair Display', serif;
    margin-top: 40px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.liferps>p {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: justify;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
    color: White;
}

.div_1 {
    display: inline-block;
    width: 100%;
    height: auto;
}

.div_1>img {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.div_conent {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: White;
    margin-bottom: 20px;
    border-radius: 0 0 20px 20px;
}

.div_conent>h4 {
    margin: 0px;
}

.div_conent>h4>a {
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: .5px;
    font-weight: bold;
    color: #59595d;
    font-size: 18px;
}

.div_conent>p {
    display: inline-block;
    width: 100%;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 28px;
    color: #6f6d6d;
    font-size: 14px;
}

.Div_imgLiferps {
    width: 100%;
    height: 650px;
    display: inline-block;
    object-fit: cover;
}


/*---------Mentors----*/

.bg_management {
    background-color: #efefef;
    padding: 20px 0;
}

.mamnagemnet_rps {
    display: inline-block;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 20px
}

.mantors {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    padding-bottom: 20PX;
}

.mantors>h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 35px;
    font-weight: bold;
    color: #087574;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.mantors h2:after {
    width: 20%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: -10px;
    content: '';
    position: relative;
    background-color: #000;
    box-shadow: 2px 2px 0px #ffe4bc;
}
}

.content_imp {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
}

.content_imp>h4 {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 25px;
    font-weight: bold;
    color: #1a547f;
    position: relative;
}

/*
.content_imp > h4:after
{
    position: absolute;
    content: "";
    background: url(bg/separator.png) no-repeat;
    top: auto;
    bottom: -18px;
    height: 20px;
    float: left;
    right: auto;
    left: 0px;
    width: 100%;
}
*/
.content_imp>p {
    display: inline-block;
    width: 100%;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    color: #676464;
    line-height: 28px;
    font-size: 15px;
}

.content_imp>span>a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 62px 10px 56px;
    background-color: darkblue;
    color: White;
    border-radius: 15px;
    font-size: 17px;
}

.SocialBox {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #eceeef;
}

.SocialBox_content {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.SocialBox_content.bg_yello {
    background-image: url("bg/yellowWave.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.SocialBox.SocialBox_Blue:hover {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 0 12px 5px #a2c3f2;
}

.SocialBox.SocialBox_Yellow:hover {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 0 12px 5px #faf588;
}

.SocialBox.SocialBox_Green:hover {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 0 12px 5px #9bf694;
}

.SocialBox_content.bg_green {
    background-image: url("bg/GreenWave.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.SocialBox_content.bg_blue {
    background-image: url("bg/BlueWave.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.SocialBox_Desc {
    padding-top: 5px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.Twiiter_Social,
.SocialBox_Desc iframe {
    width: 100%;
    overflow: auto;
    height: 350px;
    border: 0px;
}


/*-----footer----------*/

.footer {
    width: 100%;
    background-color: #087574;
    display: inline-block;
    color: #fff;
    padding-bottom: 20px;
}

.mt-70 {
    margin-top: 70px !important;
}


.footer_header {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0 0px;
    background-color: #087574;
    text-align: center;
    /* border-radius: 0px 0px 15px 15px; */
}

.footer_header>div:nth-last-child(1) {
    border-right: 0px solid #fff;
}

.footer_header>div i,
.footer_header>div h4 {
    color: #fff;
}

.footer_header>div p {
    color: #dedede;
    text-align: left;
}

.footer_header>div h4 {
    text-align: left;
}

.footerWidget {
    display: inline-block;
    width: 100%;
    font-size: small;
}

.googlemAP {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    box-shadow: 10px 11px 0px #23232326;
}

.footerWidget ul {
    padding: 0px;
    width: 100%;
    list-style: none;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.footerWidget ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}

.footerWidget h3 {
    text-transform: capitalize;
    padding: 5px;
    font-size: 21px !important;
    font-family: 'Montserrat ', sans-serif;
    margin: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

.footerWidget h3:after {
    width: 100px;
    background-color: #000;
    height: 3px;
    content: '';
    bottom: -6px;
    padding: 1PX;
    left: 0px;
    position: absolute;
    margin-left: 5PX;
    box-shadow: 2px 2px 0 #2f2f2f42;
}

.footerWidget ul li a i {
    padding-right: 5px;
}

.footerWidget ul li a:hover {
    color: Orange;
}

.footerWidget ul li a:hover i {
    transition: 0.5s;
    padding-right: 15px;
}

.SocialLinks {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.SocialLinks a {
    padding: 10px;
    display: block;
    margin: 10px;
    text-align: center;
}

.facebook {
    background-color: #3B5998;
    color: #fff;
}

.twitter {
    background-color: #55ACEE;
    color: #fff;
}

.youtube {
    background-color: #EA4335;
    color: #fff;
}

.Insta {
    background-color: #3F729B;
    color: #fff;
}

#back-top img {
    width: 50px;
    height: 50px;
}

#back-top {
    position: fixed;
    bottom: 95px;
    right: 20px;
    z-index: 9999;
}

.copyright {
    width: 100%;
    height: auto;
    background-color: #fff9eb;
    padding: 10px 0 5px;
    font-weight: 500;
    color: #262628;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.copyright a {
    color: #f44336;
    font-size: 17px;
    text-shadow: 2px 2px 0 #f7e9cd;
    font-weight: 700;
    letter-spacing: 1px;
}

.imgImp {
    width: 100%;
    height: auto;
    display: inline-block;
}

.imgImp img {
    max-width: 100%;
    height: 150px;
    margin-top: 10px;
}


.olympiad {
    width: 180px;
    position: fixed;
    left: 35px;
    background: url(../Images/cracker.gif);
    z-index: 999;
    background-position: center;
    background-size: 56px, cover;
    top: 30%;
}

.olympiad>a>img {
    box-shadow: 1px 1px 1px transparent;
    width: 100%;
}

/* career start */
.inner_bg {
    background: #fffffff7;
    z-index: 1;
}

.career_div {
    padding: 0 20px;
}

.career_div::after,
.inner_div::after,
.contact-details::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../webcp.enablesoft.in/RPS%20Mahendergarh/48_1/userfilesimages/ACHIEVEMNTS/NTSE/DSC_8240.jpg');
    height: 100%;
    z-index: -1;
    opacity: 1;
    width: 100%;
    background-attachment: unset;
    background-position: left top;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
}


.career_1 {
    border: 1px solid #087574;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #087574;
}

.career_1 .row {
    background-color: #fff;
}

.career_1 .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
    margin-top: 2px;
    border-radius: 0;
}

#btn_reg {
    background: #1c456d;
    color: #fff;
    width: auto;
    margin: 10px auto 0;
    padding: 8px 20px;
    font-weight: 700;
    letter-spacing: .5px;
}

.career_info {
    margin: 10px 15px;
}

.career_1 .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
    margin-top: 6px;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
}


.career_info span {
    font-size: 15px;
    font-weight: 500;
    color: #4e4d4d;
    letter-spacing: .5px;
}

.career_info label {
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
}

.career_info p {
    font-size: 15px;
    font-weight: 500;
    color: #4e4d4d;
    letter-spacing: .5px;
}



.career_1 .p-3 {
    padding: .5rem 4.5rem 1rem !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}


.c_title {
    font-weight: 600;
    letter-spacing: .5px;
    color: #f14d19;
    line-height: 28px;
}

.career_1_title {
    background: #087574;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
}

.p-4 {
    padding: 1.5rem 4.5rem !important;
}

.my-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}

#p0 {
    padding: 0 !important;
}

.text-danger {
    color: #f44336;
}

.career_info input[type=checkbox] {
    margin: 0px 0 0;
}

div#exp_yes {
    display: none;
    transition: .5s all ease-in;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}




/* career end */




@media only screen and (min-width: 1600px) and (max-width: 3000px) {
    .admission_div_img {
        margin: auto;
    }

    .header_logo>.container>.row {
        display: flex;
        align-items: center;
    }

    .admission_div_img {
        padding-top: 0 !important;
    }

    .Img_icon_header,
    .Img_icon_header_schoalrship {
        margin: auto !important
    }

    /* .Img_icon_header > a > img {
        margin: 0 !Important;
    }*/
    .award {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .header_logo>.container>.row {
        display: flex;
        align-items: center;
    }

    .Img_icon_header,
    .Img_icon_header_schoalrship {
        width: calc(100% - 5%) !important;
        margin-top: -10px !important;
    }

    .admission_div_img {
        width: calc(100% - 20%) !important;
        padding-top: 0 !important;
    }

    .div_Logo {
        width: 100% !important;
    }

    .Img_icon_header>a>img {
        width: 57px !important;
        margin: 13px 0 0 !important;
        text-align: center;
    }

    .NewsDiv h3 {
        font-size: 23px;
        letter-spacing: 1px;
    }

}

@media only screen and (max-width: 768px) {
    .header_address {
        padding-right: 10px;
    }

    .admission_div_img {
        width: 145px !important;
        padding-top: 5px !important;
    }

    .oly_div {
        width: 180px !important;
    }

    .Img_icon_header,
    .Img_icon_header_schoalrship {
        width: 100px !important;
        float: right;
        margin-right: 10px;
    }

    .Img_icon_header>a>img {
        width: 68% !important;
        margin: -3px 0 0 !important;
    }


    .award {
        display: none;
    }



    .AdmissionOpen_div {
        left: 0 !important;
        width: 200px !important;
        top: auto !important;
        bottom: 54px !important;
    }

    ul.header_icon {
        justify-content: center !important;
    }

    .olympiad {
        width: 160px;
        position: fixed;
        left: 5px;
        background: url(../Images/cracker.gif);
        z-index: 998;
        background-position: center;
        background-size: 56px, cover;
        top: 30%;
    }
/* 
    .Div_AdmissionOpen {
        background-image: linear-gradient(45deg, #2c4376, #1f4875) !important;
    } */

    .BtnAdmission {
        margin-top: 20px;
        padding: 10px 20px;
        border: 3px solid #ffffff;
        color: #fff;
        margin-bottom: 40px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 18px;
        box-shadow: 6px 8px 0 #27272729;
    }

    .div_logo>a {
        display: flex;
        justify-content: center;
    }

    .div_logo img {
        width: 250px;
    }

    .imgImp img {
        max-width: 100px;
        height: auto;
    }

    .AdmissionOpen {
        padding: 5px 5px;
        height: auto;
        color: #fff;
        width: 100%;
        border: 2px solid #dd0909;
        display: inline-block;
    }

    .Div_imgLiferps {
        height: auto;
    }

    .imgImp img {
        width: 100%;
        height: auto;
    }

    .Div_AdmissionOpen {
        padding: 20px 15px;
    }

    .mamnagemnet_rps {
        height: auto;
        background: none;
    }

    .facilty_gradient {
        display: inline-block;
        width: 100%;
        height: auto;
        background-image: linear-gradient(45deg, #607D8B, #087574);
        background-position: left, right;
        background-size: 100% 100%, 100% 100%;
        background-repeat: no-repeat;
    }

    .content_imp>h4:after {
        bottom: -18px;
        height: 20px;
        float: left;
        right: auto;
        left: 10px;
        width: calc(100% - 20px);
    }

    .content_imp>p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_header>div {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #78afdc;
    }

    .footer_header>div:nth-last-child(1) {
        border-right: 0px solid #fff;
        border-bottom: 0px solid #fff;
    }

}


.MenuLinkbtn_Div {
    width: 100%;
    display: inline-block;
    padding: 5px;
    overflow: auto;
    position: relative;
    margin-top: 20px;
}

.MenuLinkbtn_Div a {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    padding: 8px;
    border: 2px solid #ffffff;
    background-color: #087574;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: -3px 2px 1px #33333326;
}

.innerContent {
    width: 100%;
    overflow: auto;
    display: inline-block;
    padding-right: 20px;
}

.MenuLinkbtn_Div a:hover {
    background-color: #fff;
}

.MenuLinkbtn_Div:after {
    content: '';
    width: calc(100% - 30px);
    z-index: -1;
    top: 0px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #ffa525;
}

.navtab_div {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #bfb285;
    border: 1px solid #c1b381;
    padding: 8px 12PX;
}

.navtab_div>a:first-child {
    color: #b32218;
}

.navtab_div a {
    color: #5d553a;
    FONT-WEIGHT: 600;
    FONT-SIZE: 13PX;
    LETTER-SPACING: 0.5PX;
}

.counter {
    text-align: center;
    background: #f8faff;
    padding: 30px 10px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: inset 0px 0px 2px #33333314;
}

.counter span {
    font-size: 45px;
    font-weight: 600;
    color: #087574;
    font-variant: petite-caps;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.counter p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.Youtube {
    width: 100%;
    height: auto;
    display: inline-block;
}

.Youtube iframe {
    width: 100%;
    display: inline-block;
    height: 450px;
}

.LinkIcon {
    width: calc(100% - 10px);
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    height: auto;
    display: inline-block;
    padding: 17px 20px;
    border-radius: 20px;
}

.achievements h2 {
    font-family: 'Montserrat', sans-serif;
    color: #087574;
    font-weight: bold;
    font-size: 35px;
    position: relative;
}

.LinkIcon:hover {
    color: #fff;
}

.LinkIcon.window {
    background-color: #5aa0d8;
}

.LinkIcon.parents {
    background-color: #ad2b2b;
}

.LinkIcon i {
    /*font-size: 40px;*/
    padding-right: 11px;
}

.counterId>div {
    margin-bottom: 10px;
}

.heading_div {
    display: inline-block;
    width: 100%;
    color: #087574;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    padding-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
}

.heading_div:after {
    width: 100px;
    background-color: #F44336;
    height: 3px;
    content: '';
    bottom: 0px;
    padding: 1PX;
    left: 0px;
    position: absolute;
    margin-left: 5PX;
    text-shadow: 2px 2px 0 #ffeed5;
}

@media only screen and (max-width: 768px) {

    .LinkIcon {
        width: calc(100% - 10px);
        color: #fff;
        margin-top: 10px;
        text-align: center;
        font-size: 15px;
        height: auto;
        display: inline-block;
        padding: 40px 0px;
    }

    .LinkIcon i {
        width: 100%;
        padding: 0px;
    }
}



#overlay {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    cursor: pointer;
}

#overlay>.boxpop {
    background-color: rgba(255, 255, 255, 0.6);
    height: auto;
    display: block;
    padding: 5px;
    margin: 50px auto;
}

.PopSliderImg {
    height: auto;
    width: 100%;
    display: inline-block;
}



.modal-body {
    display: inline-block;
    padding: 0px;
}

.message1 {
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    font-family: 'Montserrat Alternates', sans-serif;
}

.Model_header {
    padding: 15px 20px;
    color: #fff;
    background-image: linear-gradient(180deg, #087574, #242d52);
    width: 100%;
}

.modal-footer {
    color: #fff;
    background-image: linear-gradient(180deg, #087574);
}

.Wings {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    padding: 5px;
    background-color: #607D8B;
}

.Wings img {
    width: 100%;
    height: auto;
    display: inline-block;
}


.Wings a {
    background: #394869;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    border: 1px solid #f7f7f7;
    display: block;
    linear-gradient(to left, transparent, transparent 50%, #137bd8 50%, #127ddd);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}

.Wings a:hover {
    background-position: 0 0;
    color: #fff;
}


.section_header {
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0px 10px 0px;
}

p {
    letter-spacing: 0.2px;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.innerContent p {
    font-family: 'Montserrat', sans-serif;
    color: #5a5959;
    letter-spacing: .5px;
}

.topH {
    background: #087574;
}

.CEO {
    width: 90%;
    box-shadow: 2px 2px 0px 1px #087574;
    border: 1px solid #087574;
    border-radius: 10px;
    margin: 5px auto;
}

.EBOOK {
    width: 87%;
    margin-top: .5rem;
}

#CE div {
    width: 90%;
    margin-left: 22px;
    margin-top: 0px;
}

.Header_links {
    FONT-FAMILY: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    border: 2px solid white;
    background-image: linear-gradient(to right top, #003399, #005bbc, #0081d7, #00a7ed, #00ccff);
    BORDER-RADIUS: 30PX;
    font-size: 13px;
    MARGIN: 3PX;
}


.Layer3 {
    width: 100%;
    display: inline-block;
    background-color: #087574;

}

#topA {
    float: right;
}

#topA a {
    font-family: 'Montserrat', sans-serif;
    line-height: 2.5;
}

#topA img,
.BigS img {
    width: 24px;
    margin-top: 0px
}

.topCall {
    float: left;
    padding-right: 25px;
}

.topAC {
    float: right;
}

.BigS>a:hover {
    color: #333 !important;
}

/* Admission Open  */
.AdmissionOpen_div {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 0;
    width: 300px;
}


/* ===== TOp header ====== */

.header_div {
    background: #bfb285;
    color: #e1e1e1;
}



.header_div::before {
    content: '';
    position: absolute;
    bottom: -235px;
    background: url(../img/top_bg.png);
    width: 100%;
    height: 250px;
    background-repeat: repeat-x;
    z-index: 0;
}

.float-start {
    float: left !important;
}

ul.header_icon {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.header_icon>li {
    width: 134px;
    border: 2px solid white;
    height: 45px;
    padding-left: 26px;
    margin: 8px 5px;
    text-align: center;
    border-radius: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
}

.purple {
    background: #5d553a;
}

.position-relative {
    position: relative;
}

.header_icon>li>a {
    font-size: 25px;
}

.header_icon>li>a>img {
    width: 120px;
    padding-right: 24px;
    margin-top: 0px;
    margin-left: -12px;
}

.blue {
    background: #5d553a;
}

.darkyellow {
    background: #5d553a;
}

.text-end {
    text-align: right !important;
}

.py-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.header_address {
    margin-top: 6px;
}

.header_address img {
    width: 28px;
}

.px-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
}

.header_address span {
    font-size: 15px;
    font-weight: 600;
}

.text-dark {
    color: #5d553a !important;
}

.div_Logo {
    width: 365px;
    height: auto;
    margin: 33px 0;
}

.div_Logo>a>img {
    width: auto;
    height: auto;
}

.Img_icon_header,
.Img_icon_header_schoalrship {
    display: inline-block;
    width: 210px;
    display: block;
    height: auto;
    padding: 5px;
    margin: 19px auto auto auto;
    margin-right: 25px;
}

.Img_icon_header a {
    display: inline-block;
}

.Img_icon_header>a>img {
    width: 60%;
    margin: 17px 41px 0;
}

.award {
    width: 100%;
    margin: 34px auto auto auto;
    text-align: right;
}

.W-100 {
    width: 100%;
}

.award img {
    width: 100px;
    margin: auto;
}

.social-icon {
    margin: 12px 5px;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.py-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
}

.text-end {
    text-align: right !important;
}

.footer_ads_div span {
    background: white;
    padding: 10px;
    border-radius: 2px;
}

.social-icon a {
    margin: 0px 4px;
    border: 2px solid #5d553a !important;
    padding: 15px 8px 17px 9px;
    vertical-align: middle;
    border-radius: 5px;
}

.social-icon {
    margin-top: 12px !important;
}

.m-2 {
    margin: .5rem !important;
}

.social-icon img {
    width: 33px !important;
}



@media only screen and (min-width: 560px) and (max-width: 767px) {
    .prospectus {
        width: 42%;
        margin-left: 22px;
        float: right;
        position: sticky;
        margin-top: -41%;
    }

    .CEO {
        width: 280px !important;
    }

    #CE a {
        margin: 0 auto;
    }

    .award {
        width: 90px;
        margin: 10px auto;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
    .admission_div_img {
        display: none !important
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .NewsDiv h3 {
        padding: 8px !important;
    }

    .NewsDiv h3::after {
        top: -10px !important;
        right: 42% !important;
    }

    .NewsDiv a {
        line-height: 38px !important;
        letter-spacing: .5px;
        margin-right: 0px !important;
    }

    .LinkIcon span {
        margin: 0px 10px;
        font-size: 16px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }


    #CE div {
        display: flex;
        margin-left: 1px;
        /* text-align: center; */
        text-align: center;
        width: 100%;
    }

    .EBOOK {
        width: 100%;
    }

    .header_icon .online {
        margin-left: 5px;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .prospectus {
        width: 30%;
        margin-left: 22px;
        position: sticky;
        margin-top: -33%;
    }

    .award {
        display: none !important;
    }

    .DreamIcon>img {
        width: auto;
        margin-top: 17px;
        height: auto;
        max-width: 84%;
    }

    .header_icon .online {
        width: 165px;
        margin-top: 18px;
    }

    .CEO {
        width: 280px !important;
    }

    #CE {
        display: inline-flex !important;
        margin-top: 10px !important;
    }

    #CE>a {
        margin: 0 auto;
    }


    #CE .CEO {
        margin-top: 5px;
    }

    #topD {
        width: 100%;
        position: relative;
        display: inline-flex;
        padding: 2px;
    }

    #topD .BigS {}

    #topD .SmallS {
        display: block !Important;
    }

    .topCall {
        float: initial
    }
}


/* olympiad */
.oly_div {
    position: fixed;
    bottom: 30px;
    width: 250px;
    left: 30px;
    z-index: 99;
}

.oly_div img {
    background: linear-gradient(160deg, #ff3793, #b10353, #3d0864, #3d0864);
    padding: 18px 30px;
    border-radius: 40px 42px 34px 30px;
    width: 100%;
}



#ctl00_lblLitralCounter {
    background: #1d2440;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
}

.copyright p {
    margin-bottom: 0;
}

/* start wisdom */

.input_div {
    position: relative;
    margin: 0 10px 20px;
}

.input_div::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -7px;
    width: 100%;
    height: 40px;
    background: #2e3b83;
    z-index: 0;
    transform: skewX(10deg);
    border-radius: 11px;
    transition: .5s all ease-in-out;
}

.input_div:hover::before {
    transform: skewX(-10deg);
}

.input_div input {
    border: 1px solid #2e3b83;
    height: 40px;
    border-radius: 6px;
    margin-top: 8px;
    position: relative;
}

.input_div select {
    border: 1px solid #2e3b83;
    height: 40px;
    border-radius: 6px;
    margin-top: 8px;
    position: relative;
    font-weight: 700;
}



#scholarship-form {
    margin-top: 20px;
}

.details_of_the_participants h3 {
    font-weight: 800;
    letter-spacing: .5px;
    color: #1f285a;
    width: fit-content;
    padding: 6px 12px;
    margin: 20px auto 6px;
}

#scholarship-form td input {
    border: 1px solid #2e3b83;
}

#scholarship-form table thead {
    background: #2e3b83;
    color: #fff;
}

#scholarship-form table tr th {
    border: none !important;
    font-weight: 600;
}

#scholarship-form table td {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    border-bottom: 1px solid #6b672a2e;
}

#scholarship-form input {
    font-weight: 500;
}

#Wsubmit {
    width: fit-content;
    background: #2e3b83;
    color: #fff;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    height: 40px;
    padding: 0 30px;
}

#scholarship-form table tr th:first-child {
    border-radius: 10px 0 0 10px;
}

#scholarship-form table tr th:last-child {
    border-radius: 0 10px 10px 0;
}

/* end wisdom */

@media only screen (max-width: 768px) {
    .oly_div img {
        padding: 10px 15px;
    }
}




/* desktop button start */

@media only screen and (min-width: 768px) {

    /* cluster button start */
    #cluster_mob {
        display: none;
    }

    #cluster_img {
        width: 150px;
        margin: 20px auto;
    }

    #booknoww {
        display: none !important;
    }

    /* cluster button end */






    /* Read More */
    .app_btn {
        position: absolute !important;
        right: 20px;
        top: 5px;
        color: #FFF;
        display: inline-block;
        padding: 5px 10px;
        text-align: center;
        z-index: 99;
        vertical-align: middle;
        background: linear-gradient(45deg, #37457e, #0d4d72);
        overflow: hidden;
        text-decoration: none !important;
        border-radius: 2px;

        box-shadow: inset 5px 0px 1px #eeb720;
    }

    .app_btn span {
        display: inline-block;
        transition: .5s;
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        color: #fff !important;
    }

    .app_btn:hover span {
        /*HoverEffect*/
        -webkit-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }


    .app_btn {
        color: #FFF;
        display: inline-block;

        text-align: center;

        vertical-align: middle;
        background: linear-gradient(45deg, #ffffff, #fffcfc);
        overflow: hidden;
        text-decoration: none !important;
        border-radius: 2px;

        box-shadow: inset 5px 0px 1px #eeb720;
    }

    .app_btn span {
        display: inline-block;
        transition: .5s;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        color: #35437e !important;
    }

    .app_btn:hover span {
        /*HoverEffect*/
        -webkit-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }


}

/* desktop button end */

/* mobile button start */


.apply_now_container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    border-radius: 10px;
    background-image: url('../Images/right-bg.png');
    background-repeat: no-repeat;
    background-position: right;
}

@media only screen and (max-width: 768px) {

    .apply_now_container {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: #fff;
        border-radius: 10px;
        background-image: url('../Images/right-bg.png');
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .footer_ads_div {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    #cluster_img {
        display: none;
    }

    /* cluster button start */
    .admission_rps {
        display: inline-block;
        margin: 6px auto;
        height: auto;
        text-align: center;
        padding: 8px;
    }

    .admission_rps>a {
        display: inline-block;
        letter-spacing: 1px;
        /* padding: 20px 0; */
        text-align: center;
        color: #fff;
        font-size: 13px;
        background: #087574;
        /* width: 100px; */
        /* height: 100px; */
        text-decoration: none;
        -moz-border-radius: 50%;
        /* -webkit-border-radius: 50%; */
        /* border-radius: 50%; */
        border: 3px solid #fff;
        box-shadow: 0 0 35px rgb(0 0 0) inset;
        -webkit-animation: call 3s infinite;
        animation: call 3s infinite;
        font-weight: 600;
        line-height: 1.5;
        padding: 5px 10px;
    }



    @-webkit-keyframes call {
        25% {
            background: #740204;
        }

        50% {
            background: #018656;
        }

        75% {
            background: #D18F00;
        }
    }

    @keyframes call {
        25% {
            background: #740204;
        }

        50% {
            background: #018656;
        }

        75% {
            background: #D18F00;
        }
    }

    /* cluster button end */



    .app_btn {
        display: none !important;
    }

    /* Read More */
    .app_btn1 {
        position: absolute !important;
        right: 20px;
        top: 5px;
        color: #FFF;
        display: inline-block;
        padding: 5px 10px;
        text-align: center;

        vertical-align: middle;
        background: linear-gradient(45deg, #37457e, #0d4d72);
        overflow: hidden;
        text-decoration: none !important;
        border-radius: 2px;
        z-index: 99;
        box-shadow: inset 5px 0px 1px #eeb720;
    }

    .app_btn1 span {
        display: inline-block;
        transition: .5s;
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        color: #fff !important;
    }

    .app_btn1:hover span {
        /*HoverEffect*/
        -webkit-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }


    .app_btn1 {
        color: #FFF;
        display: inline-block;

        text-align: center;

        vertical-align: middle;
        background: linear-gradient(45deg, #ffffff, #fffcfc);
        overflow: hidden;
        text-decoration: none !important;
        border-radius: 2px;

        box-shadow: inset 5px 0px 1px #eeb720;
    }

    .app_btn1 span {
        display: inline-block;
        transition: .5s;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        color: #35437e !important;
    }

    .app_btn1:hover span {
        /*HoverEffect*/
        -webkit-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }


}

/* mobile button end */

/*.item{
    height:300px !important;
}*/


#booknoww {
    position: fixed;
    bottom: 114px;
    left: 15px;
    font-size: 5px;
    z-index: 99;
    transition: bottom .2s;
}

#booknoww img {
    width: 35%;
}

.appy_now_container{
    /* height: 100vh; */
    font-size: larger!important;
    width: 100%;
    background-color: #f8f9fa;
}

/* #lblWelComeMsg em ul li{
    font-size: 16px;

} */
/* .keyF em ul li{
    font-size: 16px;
} */




    .read-more-content {
        max-height: 14vw; /* Set max-height to show only a portion of the content */
        overflow: hidden; /* Hide overflowing content */
        transition: max-height 0.3s ease; /* Add smooth transition */
    }

    .read-more-content.show {
        max-height: none; /* Show full content when toggled */
    }


    .home-popup {
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }
    .popup-content {
        background-color: white;
        margin: 10% auto;
        /* padding: 20px; */
        border: 1px solid #888888;
        width: 30%;
        font-weight: bolder;
        animation: slideIn 0.5s forwards;
    }
    @keyframes slideIn {
        from {
            margin-top: -200px; /* Start above the viewport */
        }
        to {
            margin-top: 20px /* Centered vertically */
        }
    }
    .popup-content button {
        display: block;
        margin: 0 auto;
    }
    .popupshow {
        display: block;
    }


    @media screen and (max-width: 600px) {
        .popup-content {
            width: 90%; /* Adjust width for smaller screens */
        }
    }