html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

@font-face {
    font-family: 'helvet_0';
    src: url(../fonts/HECMSH.TTF)
}

@font-face {
    font-family: 'Helvetica_45';
    src: url(../fonts/Helvetica_45.TTF);
}


/* Carousel Styles */

.carousel-control {
    color: #e2e2e2;
}

.carousel-indicators .active {
    background-color: #ff5900;
}

.carousel-inner img {
    max-height: 420px;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    margin-left: 50px;
}

.carousel-control.right span {
    margin-right: 50px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: none;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}


/* Carousel Header Styles */

.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.header-text h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.header-text h2 span {
    padding: 10px;
    color: orange;
}

.header-text h3 span {
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #272727;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

ul {
    margin-top: 10px;
    margin-left: 1%;
}

ul li {
    font-size: 100%;
    color: #272725;
    margin-bottom: 5px;
}

.navbar {
    border: 0px solid transparent;
    background: none;
}

.navbar-brand {
    /*// padding-top: 0px;
    // padding-bottom: 0px;
    // max-width: 280px;*/
    cursor: default;
    padding: 15px 0;
}

.navbar-brand img {
    max-width: 100%;
    height: object-fit: contain;
}

ul.nav.navbar-nav {
    margin-right: 30px;
}

.page-faq ul li {
    font-size: 14px;
    line-height: 24px;
}

.bottom_menu ul.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bottom_menu2 ul.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    margin-left: -31px;
}

.header_container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
}

.header_container>.navbar-header {
    width: 70%;
}

.navbar-right {
    width: 30%;
}

.header_container>.navbar-header>.logo_container {
    height: 100px;
    margin-left: 8%;
    margin-bottom: 15px;
}

.header_container>.menu-bar {
    flex: 1 0 68%;
    display: flex!important;
    justify-content: flex-end;
    min-width: 710px;
}

.header_container>.menu-bar.collapse>.navbar-nav {
    opacity: 1;
    height: auto;
    pointer-events: auto;
}

@media screen and (max-width:1080px) {
    .header_container>.menu-bar {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .header_container>.menu-bar {
        flex-direction: column;
        border-top: 1px solid #e7e7e7;
    }
    .header_container>.menu-bar.collapse>.navbar-nav {
        opacity: 0;
        height: 0;
        pointer-events: none;
    }
    .header_container>.menu-bar.collapse.in>.navbar-nav {
        opacity: 1;
        height: auto;
        pointer-events: auto;
    }
}

.navbar-default .navbar-nav>li.thehdfclogo {
    display: none;
}

.navbar-default .navbar-nav>li.thehdfclogo a {
    padding: 22px 19px 0px 24px;
}

.navbar-default button.navbar-toggle {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    line-height: 30px;
    padding: 38px 15px 16px 15px;
}

.navbar-nav>.active>a {
    color: #da251d!important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    color: #da251d;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #da251d;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default .navbar-nav>li.parent-login {
    display: none;
}

.Gurgaon_btn {
    text-align: center;
    /*margin: 30px 0 0 0;*/
    /*border-radius: 3px;*/
    margin: 8px;
    width: 180px;
    position: relative;
    align-self: center;
    margin-top: 3%;
}

.Gurgaon_btn button {
    width: 100%;
    padding: 9px 0;
    font-weight: 600;
}

.Gurgaon_btn button.btn-info {
    color: #FFF;
    background-color: #DA251D;
    border-color: red;
    border-radius: 0px;
}

.Gurgaon_btn2 {
    text-align: center;
    margin: 0px 0 0 0;
    /*border-radius: 3px;*/
    width: 200px;
    position: absolute;
    right: 15px;
    top: 70px;
    display: none;
}

.Gurgaon_btn2 button {
    width: 100%;
    padding: 9px 0;
    font-weight: 400;
}

.Gurgaon_btn2 button.btn-info {
    color: #FFF;
    background-color: #DA251D;
    border-color: red;
    border-radius: 0px;
}

.about-us,
.principal,
.admission,
.facilities,
.events-ban,
.careers,
.contactus,
.the-hdfc-school,
.hdfc-logo,
.vision-philosophy-mission,
.education-Leader,
.advisory-board,
.hdfc-edu,
.education-curriculum,
.parent-testimonials,
.disclaimer,
.main-sl-img1,
.main-sl-img2,
.main-sl-img3,
.pune-sl-img1,
.pune-sl-img1-holi,
.pune-sl-img2,
.pune-sl-img3,
.pune-sl-img4,
.pune-sl-img5,
.gur-sl-img1,
.gur-sl-img2,
.gur-sl-img2-cs,
.gur-sl-img3,
.gur-sl-img4,
.gur-sl-img5,
.gur-sl-img6,
.bengaluru-sl-img1,
.bengaluru-sl-img2,
.bengaluru-sl-img3,
.bengaluru-sl-img4,
.pune-sl-img-temp {
    width: 100%;
    height: 550px;
}

.pune-sl-img-temp {
    background-image: url(../images/sl-img-p.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about-us {
    background-image: url(../images/banner/about-us.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.education-curriculum {
    background-image: url(../images/banner/es_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.advisory-board {
    background-image: url(../images/banner/advisory_board_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.hdfc-logo {
    background-image: url(../images/banner/logo_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.hdfc-edu {
    background-image: url(../images/banner/edu_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.vision-philosophy-mission {
    background-image: url(../images/banner/vision_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.education-Leader {
    background-image: url(../images/banner/education_leader_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.disclaimer {
    background-image: url(../images/banner/disc_banner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.pune-sl-img1 {
    background-image: url(../images/THSAdmissionOpenCampaign-FootballAd-Webbanner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.pune-sl-img1-holi {
    background-image: url(../images/banner-holi.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pune-sl-img2 {
    background-image: url(../images/1684-19AdmissionOpencampaign-Webbanner.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.pune-sl-img3 {
    background-image: url(../images/hb_4_black.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.pune-sl-img4 {
    background-image: url(../images/banner-pune-04.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.pune-sl-img5 {
    background-image: url(../images/hb_6_black.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-sl-img1 {
    background-image: url(../images/Pune-ban.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.main-sl-img2 {
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.gur-sl-img1 {
    background-image: url(../images/bg-bldg.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img2 {
    background-image: url(../images/gur_Slide5.html);
    background-repeat: no-repeat;
    background-position: top center;
    transform: scale(1.05);
    background-size: cover;
}

.gur-sl-img2-cs {
    background-image: url(../images/bengaluru/banner-bengaluru-2.html);
    background-repeat: no-repeat;
    background-position: top center;
    transform: scale(1.05);
    background-size: cover;
}

.gur-sl-img3 {
    background-image: url(../images/bg-ampi.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img4 {
    background-image: url(../images/gur_Slide4.html);
    background-repeat: no-repeat;
    background-position: top center;
    transform: scale(1.05);
    background-size: cover;
}

.gur-sl-img5 {
    background-image: url(../images/banner5-new.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img6 {
    background-image: url(../images/gur_Slide3.html);
    background-repeat: no-repeat;
    background-position: top center;
    transform: scale(1.05);
    background-size: cover;
}

.bengaluru-sl-img1 {
    background-image: url(../images/xxx.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bengaluru-sl-img2 {
    background-image: url(../images/3114-17bengaluru.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bengaluru-sl-img3 {
    background-image: url(../images/3115-17bengaluru.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bengaluru-sl-img4 {
    background-image: url(../images/xxx.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-ticker {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 2%;
}


/*------------modal content---*/

.top-header {
    background-color: #fff;
}

.top-header img {
    margin: 20px 30px;
    width: 80px;
    float: left;
}

.top-header .headline {
    margin: 0px;
    font-family: times;
    padding: 37px 0px;
    font-size: 30px;
}

.top-header .headline .first .small-text {
    font-size: 30px;
}

.top-header .headline .red-text {
    color: #d9251d;
}

.modal-dialog {
    margin: 0px auto;
}

.mid_section {
    width: 100%;
    height: auto;
}

.mid_section h2 {
    font-family: 'helvet_0';
    font-size: 160%;
    margin-bottom: 2%;
    font-weight: 500;
}

.mid_section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    text-align: justify;
    line-height: 20px;
}

.mid_section a {
    color: #000000;
    text-decoration: none;
}

.events {
    width: 100%;
    height: 120px;
}

.mid_section2 {
    width: 100%;
    height: auto;
}

.mid_section2 h2 {
    font-family: 'helvet_0';
    font-size: 160%;
    margin-bottom: 2%;
    font-weight: 500;
}

.mid_section2 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    text-align: justify;
    line-height: 20px;
}

.mid_section2 a {
    color: #000000;
    text-decoration: none;
}

.bannerbox {
    width: 33.33%;
}

.f1 {
    float: left;
}

.mid_redbar {
    width: 100%;
    height: 167px;
    background-color: #da251e;
}

.mid_redbar a {
    color: #F8F7F7;
    text-decoration: none;
}

.whitetext {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 100%;
    padding-top: 6%;
    padding-bottom: 4%;
    line-height: 20px;
    text-align: justify;
}

.whitetextul {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 100%;
    line-height: 30px;
}

.heading {
    font-family: 'helvet_0';
    color: #FFFFFF;
    font-size: 160%;
    padding-top: 19%;
    padding-bottom: 4%;
    text-align: right;
    font-weight: 500;
}

.mid_bot {
    width: 100%;
    height: 300px;
    background-image: url(bg_img.html)
}

.mid_bot h2 {
    font-family: 'helvet_0';
    font-size: 160%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 2%;
    font-weight: 500;
}

.mid_bot p {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
}


/*.modal-dialog{
    width: 500px;
}*/

.change-city-modal .modal-content {
    height: 300px;
    border-radius: 0px;
    background-color: #f2f2f2;
}

.change-city-modal .modal-content2 {
    height: 400px;
    border-radius: 0px;
    background-color: #f2f2f2;
}

.options p,
.options h2 {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.options ul li {
    display: inline-block;
    width: 150px;
    border: 1px solid gray;
    border-radius: 25px;
    height: 50px;
    margin: 0px 12px;
}

.options ul li a {
    line-height: 50px;
    border-radius: 25px;
    font-size: 15px;
    text-decoration: none;
    color: black;
    display: block;
    text-transform: uppercase;
}

.options ul li:hover,
.options ul li.active {
    background-color: #d9251d;
    border-color: #d9251d;
    transition: 0.3s;
}

.options ul li:hover a,
.options ul li.active a {
    color: #fff;
    transition: 0.3s;
}

.bottom_menu {
    background-color: #f2f2f2;
    margin-top: -19px;
    height: 51px;
}

.bottom_menu .container {
    text-align: left;
}

.bottom_menu .sub_menu {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.bottom_menu .sub_menu li.parent-login {
    margin-right: -85px;
    float: right;
}

.bottom_menu .sub_menu li a {
    font-size: 95%;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    /* line-height: 15px; */
    border-right: 1px solid #d8d6d7;
    margin-top: 8%;
    padding: 4%;
}

.bottom_menu .sub_menu li a:hover {
    background: none;
    color: #da251d;
}

.bottom_menu .sub_menu li.parent-login a {
    border: 1px solid #da251d;
    color: #da251d;
    padding: 13px 22px;
    box-shadow: 0px 0px 2px 0px #da251d;
    border-radius: 2px;
    margin: 7px 0 6px 0;
    width: 167px;
    height: 40px;
}

.bottom_menu2 {
    background-color: #f2f2f2;
    margin-top: 0px;
    height: 51px;
}

.bottom_menu2 .container {
    text-align: left;
}

.bottom_menu2 .sub_menu2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.bottom_menu2 .sub_menu2 li.parent-login {
    margin-right: -85px;
    float: right;
}

.bottom_menu2 .sub_menu2 li a {
    padding: 20px 30px 15px 5px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 15px;
    border-right: 1px solid #d8d6d7;
    margin-left: -17%;
    text-align: center;
}

.bottom_menu2 .sub_menu2 li a:hover {
    background: none;
    color: #da251d;
}

.bottom_menu2 .sub_menu2 li.parent-login a {
    border: 1px solid #da251d;
    color: #da251d;
    padding: 9px 9px;
    box-shadow: 0px 0px 2px 0px #da251d;
    border-radius: 2px;
    margin: 10px 0 6px 0;
}

.border-top {
    width: 100%;
    border-top: solid 1px #c11f21;
}

.mobile {
    display: none;
}

.news_event {
    margin: 30px 0 0 0;
}

#news-event-pune .row {
    margin-left: 0;
    margin-right: 0;
}

.news_event p {
    margin: 0;
}

.carousel-inner>.item>img {
    margin: 0 auto;
    max-width: 100%;
}

.carousel-caption {
    left: 2%;
    padding-bottom: 30px;
    width: 210px;
    margin-top: -20%;
    background-color: #3c3c3c;
    opacity: 0.9;
    padding: 1%;
    height: 58px;
}

.carousel-caption {
    text-align: center;
}

.carousel-caption h3 {
    font-weight: bold;
    font-size: 24px;
}

.carousel-caption p {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: times;
}

.apply_btn {
    color: white;
    margin-left: 25px;
}

.apply_btn a {
    color: #fff;
    text-decoration: none;
    background-color: #da251d;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    width: 152px;
}

.apply_btn a:hover {
    text-decoration: none;
}

.carousel-indicators {
    bottom: 45px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    max-width: 64px;
}

.rightarw {
    background-image: url(../images/next-arw.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 31px;
    height: 46px;
    position: absolute;
    right: 10%;
    top: 43%;
}

.leftarw {
    background-image: url(../images/prev-arw.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 31px;
    height: 46px;
    position: absolute;
    left: 10%;
    top: 43%;
}

#main_content h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 18px 0;
}

#main_content h2,
#main_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0px;
}

#main_content p {
    /*font-family: times;*/
    margin-bottom: 10px;
    /*font-size: 15px;*/
    line-height: 22px;
}

#main_content {
    padding: 20px 0;
    background-color: #fff;
    margin: 0 0 50px 0;
}

#inner_content {
    padding: ;
    background-color: #fff;
}

.inner-heading {
    font-size: 16px;
    color: #DA251D;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-bottom: 5px;
    height: 15%;
    0;
}

.red-highlight {
    color: #c11f21;
    font-style: italic;
    font-weight: bold;
}

.online_rg {
    margin: 15px 0px 30px 0px;
}

.online_rg a {
    width: 100%;
    height: 55px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 55px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    font-size: 21px;
    background-color: #d9251d;
}

.login_btn {
    color: white;
    padding-top: 10px;
}

.login_btn a {
    color: #fff;
    text-decoration: none;
    background-color: #da251d;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    width: 145px;
    text-align: center;
}

.cont2 {
    padding: 40px 0 0;
}

.cont2 h1 {
    margin: 0 0 10px 0!important;
    padding: 0;
}

.cont2 p {
    line-height: 21px!important;
}

.about_bann img {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.about_bann.showOnMobile {
    display: none;
}

.about_info h2,
.about_info p {
    background: #848283;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 0px!important;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.about_info h2 {
    background: #848283;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 0px!important;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.black-heading {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 0px 0;
    color: #272727;
    line-height: 25px;
}

.red-heading {
    color: #da251c;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.about_info ul {
    margin: 0;
    padding: 1px 0 1px 0;
    background: #f2eeed;
}

.about_info ul li {
    list-style: none;
    margin: 3px 5px;
    font-size: 13px;
    font-weight: 400;
    color: #3d3c3c;
}

.about_info ul li a {
    padding: 6px 10px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    color: #3d3c3c;
    display: block;
    text-transform: capitalize;
}

.about_info ul li:hover,
.about_info ul li:hover a {
    color: #bf2120;
    background: #d7d7d7;
    cursor: pointer;
}

.about_info ul li.active,
.about_info ul li.active a {
    color: #bf2120;
    background: #d7d7d7;
}

.about_info ul li a:hover {
    color: #bf2120;
}

.about_info ul li:last-child {
    border-bottom: none;
}

.inner_content .main-title,
.inner_content h4 {
    color: #da251c;
    font-size: 16px;
    font-weight: 600;
    font-size: 16px;
    color: #DA251D;
    font-weight: bold;
    margin-top: 20px;
}

.inner_content .main-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.cont-image {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 8px;
}

.cont-image.anitamakkar {
    height: 320px;
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
    object-fit: cover;
}

.inner-text {
    color: #272727;
    text-align: justify;
    font-weight: normal;
    padding: 5px 0 10px 0;
}

.inner-text span,
.inner-text h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 0px 0;
    color: #272727;
    line-height: 25px;
}

.inner-text p {
    color: #272727;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.inner-text a.eventLink-gurgaon {
    display: inline-block;
    margin-top: 10px;
}

.inner-text ul li .inner-list {
    margin-top: 5px;
}

.tname {
    color: #272727;
    font-size: 13px;
    font-weight: 600;
}

#event_images_carousel .item {
    height: 415px;
}

#event_images_carousel>.item>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#carousel-bounding-box {
    margin-left: -10px;
}

.datalist ul {
    padding-left: 63px;
    margin-top: 10px;
}

.datalist ul li {
    list-style-image: url(../images/bullet.png);
    font-size: 14px;
    margin-bottom: 6px;
}

.pimg {
    margin-bottom: 15px;
}

.ragistration_btn,
.online_ragistration_btn {
    text-align: center;
    font-size: 15px;
}

.ragistration_btn a,
.online_ragistration_btn a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 1.4em 0.1em;
    display: block;
    background: #db261e;
    margin-bottom: 1em;
    box-shadow: 0 10px 8px -7px rgba(0, 0, 0, 0.4);
}


/*---------inner pages------------------*/

.eventcont {
    margin-right: 30px;
}

.eventcont h3.h4 {
    text-align: left;
}

.board-of-director {
    background-color: #f4f3f3;
    border: solid 1px #e6e5e5;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    margin: 5px 0 15px 0;
}

.dname {
    color: #272727;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

.testimonial {
    font-style: italic;
    color: #232020;
}

.pname {
    text-align: italic;
    font-size: 15px!important;
    font-weight: bold;
    padding-top: 20px;
}

.admission-title {
    background: #175d47;
    color: #FFF;
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
    padding: 0.2%;
    padding-left: 1%;
    border: 1px solid #dddddd;
}

.regular-title {
    background: #175d47;
    color: #FFF;
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
    padding: 0.2%;
    padding-left: 1%;
    border: 1px solid #dddddd;
}

.admission-tex {
    background: #f9f9f9;
    color: #4d4d4d;
    font-family: 'calibri';
    font-size: 16px;
    padding: 0.2%;
    padding-left: 10px;
    border: 1px solid #dddddd;
}

.optional-tex {
    background: #f9f9f9;
    color: #4d4d4d;
    font-family: 'calibri';
    font-size: 16px;
    padding: 0.2%;
    padding-left: 10px;
    border: 1px solid #dddddd;
}

.show-title {
    padding: 10px;
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

ul.island-outline {
    margin: 0px;
    padding: 0px;
}

.island-outline li {
    border: 1px solid #E9E6E8;
    margin: 15px 0 0 0;
    list-style: none;
    padding: 0;
}


/*// .island-outline li:last-child {
//     margin-top: 0px;
// }*/

.img-responsive {
    height: 190px;
    width: 100%;
}

.big {
    font-size: 50px;
}

.red-highlight {
    color: #c11f21;
    font-style: italic;
    font-weight: bold;
}

.loc-showbox ul {
    margin: 0px;
}

.loc-showbox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    width: 500px;
    border-radius: 15px;
    top: 50%;
    display: none;
    padding: 25px;
    transform: translateY(-50%);
}

.loc-showbox ul {
    margin: 0px;
}

.loc-showbox ul li {
    margin-bottom: 10px;
}

.loc-showbox ul li:last-child {
    margin-bottom: 0px;
}

.loc-showbox ul li p {
    margin: 0px;
    color: #fff;
}

.loc-showbox ul li span {
    font-size: 13px;
    color: #fff;
}


/*-----------event slider-----------*/

.e-slider-cont {
    width: 100%;
    background-color: #24262e;
    margin: 20px 0;
    /*// height: 500px;*/
    overflow: hidden;
}

.e-slider-cont:after {
    clear: both;
}

.slide {
    margin-top: 0px;
}

.hide-bullets {
    list-style: none;
    margin-left: -22px;
    margin-top: 15px;
    overflow-y: auto;
    height: auto;
    max-height: 392px;
}

.hide-bullets::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.hide-bullets::-webkit-scrollbar-thumb {}

.hide-bullets img {
    min-height: 55px;
}

.hide-bullets li {
    display: inline-block;
    width: 47%;
    margin: 2px 2px;
    padding: 0px;
    max-height: 55px;
    overflow: hidden;
    height: auto;
}

.thumbnail {
    padding: 0;
    margin: 0px;
    max-height: 55px;
    overflow: hidden;
    height: auto;
}


/*// .carousel-inner>.item{
//     height: auto;
// }*/

.carousel-inner>.item>img {
    margin: 0 auto;
    max-width: 100%;
}

.thumbnail {
    border-radius: 0px;
}


/*----------footer----------------*/

.accordion-toggle:after {
    float: right;
}

.accordion-opened .accordion-toggle:after {}

#footerdesk {
    background: #e4e2e2;
    margin: 20px 0 0 0;
    display: none;
    /*position: absolute;
    bottom: 31px;*/
}

.footer-text-first {
    color: #5c5a5b;
    font-weight: bold;
    float: left;
    /* margin: 0 28px; */
    padding: 10px 0;
}

.footer-text-first p {
    font-size: 13px;
}

.footer-text-first span {
    font-size: 11px;
}

.footer-text-first p a {
    color: #5c5a5b;
    font-size: 13px;
}

.footer-text-two p {
    line-height: 26px;
}

.footer-text-first p a:hover {
    color: #c11f21;
    text-decoration: none;
}

.footer-text-first ul {
    margin: 0;
    padding-left: 15px;
    list-style: none;
    float: left;
}

.footer-text-first ul li {
    font-size: 11px;
    color: #5c5a5b;
    font-weight: bold;
    margin: 5px 0;
    list-style-image: url(../images/bullet.png);
}

.footer-text-first ul li a {
    color: #5c5a5b;
    font-weight: normal;
}

.footer-text-first ul li a:hover {
    color: #c11f21;
    font-weight: normal;
    text-decoration: none;
}

.footer-text-two ul {
    margin: 10px 0 0 0;
    padding-left: 0px;
    list-style: none;
    float: left;
}

.footer-text-two ul li {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-text-two ul li a {
    color: #5c5a5b;
}

.footer-text-two ul li a:hover {
    color: #c11f21;
    text-decoration: none;
}

.fixed-footer {
    bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.footer-bottom {
    margin-top: 0px;
    width: 100%;
    height: 30px;
    background: #DA251D;
    box-shadow: -4px 0 4px #111;
    z-index: 100;
    font-size: 12px;
}

.bottom_bar {
    color: #fff;
    font-size: 100%;
    line-height: 30px;
    font-weight: 600;
}

.bottom_bar ul {
    margin: 0px 0;
    list-style: none;
    padding-left: 0px;
}

.bottom_bar ul li {
    margin-bottom: 0px !important;
    line-height: 30px;
}

.bottom_bar ul li a {
    background-image: url(../images/footer-click.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    padding-bottom: 15px;
}

.bottom_bar ul li a.footer-minus {
    background-image: url(../images/footer-minus.png);
    background-repeat: no-repeat;
    background-position: left 0px;
}

.admission-form {
    background: #dddada;
    padding: 20px;
}

.admission-form label {
    font-weight: 600;
    font-size: 80%;
}

.form_info {
    margin-bottom: 20px;
}

.btn_info {
    margin: 15px auto 0;
    text-align: center;
}

.admission-form .btn-primary {
    background-color: #da251d;
    border-color: #da251d;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.admission-form .reset {
    background-color: #686767;
    border: 1px solid #686767;
    color: #fff;
}

.cal-icon {
    background-image: url(../../resources/images/calender-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 10px;
    display: block;
}

.admission_box h4 {
    font-size: 13px;
    font-weight: bold;
}

.parent-testimonial-cont {
    text-align: center;
}


/*----------------------responsive-css-start-here---------------------------------*/

@media (min-device-width: 1025px) and (max-width: 1440px) {
    .about-us,
    .principal,
    .admission,
    .facilities,
    .events-ban,
    .careers,
    .contactus,
    .the-hdfc-school,
    .hdfc-logo,
    .vision-philosophy-mission,
    .education-Leader,
    .advisory-board,
    .hdfc-edu,
    .education-curriculum,
    .parent-testimonials,
    .disclaimer,
    .pune-sl-img1,
    .pune-sl-img1-holi,
    .pune-sl-img2,
    .pune-sl-img3,
    .pune-sl-img4,
    .pune-sl-img5,
    .main-sl-img1,
    .main-sl-img2,
    .main-sl-img3,
    .gur-sl-img1,
    .gur-sl-img2,
    .gur-sl-img2-cs,
    .gur-sl-img3,
    .gur-sl-img4,
    .gur-sl-img5,
    .gur-sl-img6,
    .bengaluru-sl-img1,
    .bengaluru-sl-img2,
    .bengaluru-sl-img3,
    .bengaluru-sl-img4,
    .pune-sl-img-temp {
        background-size: 100%;
        width: 100%;
        height: 396px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .Gurgaon_btn {
        width: 145px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 25px 5px;
    }
    .bottom_menu .sub_menu li a {
        padding: 17px 7px;
        font-size: 100%;
    }
    .bottom_menu2 .sub_menu2 li a {
        padding: 17px 7px;
        font-size: 100%;
    }
    .carousel {
        height: 227px;
    }
    .about-us,
    .principal,
    .admission,
    .facilities,
    .events-ban,
    .careers,
    .contactus,
    .the-hdfc-school,
    .hdfc-logo,
    .vision-philosophy-mission,
    .education-Leader,
    .advisory-board,
    .hdfc-edu,
    .education-curriculum,
    .parent-testimonials,
    .disclaimer,
    .pune-sl-img1,
    .pune-sl-img1-holi,
    .pune-sl-img2,
    .pune-sl-img3,
    .pune-sl-img4,
    .pune-sl-img5,
    .main-sl-img1,
    .main-sl-img2,
    .main-sl-img3,
    .gur-sl-img1,
    .gur-sl-img2,
    .gur-sl-img2-cs,
    .gur-sl-img3,
    .gur-sl-img4,
    .gur-sl-img5,
    .gur-sl-img6,
    .bengaluru-sl-img1,
    .bengaluru-sl-img2,
    .bengaluru-sl-img3,
    .bengaluru-sl-img4,
    .pune-sl-img-temp {
        background-size: 100%;
        width: 100%;
        height: 227px;
    }
    .carousel-caption {
        left: 10%;
        width: 650px;
        bottom: 15px;
        margin: 0px;
        padding: 0px;
    }
    .carousel-caption h3 {
        font-size: 16px;
    }
    .carousel-caption p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
        width: 600px;
        bottom: 0px;
    }
    ol.carousel-indicators {
        margin-bottom: 0px;
    }
    .carousel-caption {
        text-align: left;
    }
    .carousel-caption h3 {
        font-weight: bold;
        font-size: 17px;
    }
    .carousel-caption p {
        font-size: 16px;
        color: white;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: times;
    }
    .logo h1 {
        color: #da251d;
        font-size: 27px;
    }
}

@media (min-device-width: 768px) and (max-width: 1024px) {
    ul li {
        font-size: 90%;
        color: #272725;
        margin-bottom: 5px;
    }
    ul li {
        margin-bottom: 5px;
    }
    .bottom_menu .sub_menu {
        margin-left: 0px;
    }
    .bottom_menu2 .sub_menu2 {
        margin-left: 160px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 24px 15px 16px 15px;
    }
    .navbar-default .navbar-nav>li.thehdfclogo a {
        padding: 22px 19px 0px 1px;
    }
    .Gurgaon_btn {
        width: 170px;
    }
    .thehdfclogo img {
        width: 150px;
    }
    .bottom_menu .sub_menu li a {
        padding: 8px 8px 12px 12px;
        font-size: 58%;
    }
    .bottom_menu {
        margin-top: -20px;
    }
    .bottom_menu2 .sub_menu2 li a {
        padding: 20px 12px 14px 12px;
        font-size: 12px;
    }
    .bottom_menu2 {
        margin-top: -20px;
    }
    .pimg img {
        width: 100%;
    }
    .ragistration_btn,
    .online_ragistration_btn {
        background-image: none;
        width: 100%;
        text-align: center;
        font-size: 12px;
        border-radius: 3px;
    }
    .ragistration_btn a,
    .online_ragistration_btn a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        background-image: none;
        display: block;
        background-color: #DA251D;
        border-radius: 3px;
        height: auto;
        /*// padding-bottom: 10px;*/
    }
    .fixed-footer {
        position: initial;
    }
}

@media all and (max-width: 768px) {
    .online_rg a {
        font-size: 18px;
    }
    .about_bann.showOnMobile {
        display: initial;
    }
    .about_bann.hideOnMobile {
        display: none;
    }
    .Gurgaon_btn {
        width: 153px;
        margin-top: 12px;
    }
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        line-height: 20px;
        padding: 25px 6px;
    }
    .navbar-default .navbar-nav>li.parent-login {
        display: block;
    }
    .navbar-default .navbar-nav>li:parent-login a {
        border: 1px solid #da251d;
        color: #da251d;
        box-shadow: 0px 0px 2px 0px #da251d;
        border-radius: 2px;
        margin-top: 13px;
        padding: 8px 3px;
        margin-left: 15px;
        font-size: 11px;
    }
    .navbar {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .navbar-default .navbar-nav>li.thehdfclogo {
        display: none;
    }
    .bottom_menu .sub_menu li.parent-login {
        display: none;
    }
    .bottom_menu2 .sub_menu li.parent-login {
        display: none;
    }
    .navbar-default .navbar-nav>li.parent-login a {
        border: 1px solid #da251d;
        color: #da251d;
        padding: 9px 5px;
        font-size: 11px;
        box-shadow: 0px 0px 2px 0px #da251d;
        border-radius: 2px;
        margin: 12px 0 0 13px;
    }
    .navbar-brand {
        max-width: 70%;
        height: auto;
    }
    .navbar-collapse.collapse {
        margin: 0px 0 0 0;
        padding: 0px 0px;
    }
    .bottom_menu {
        margin-top: -54px;
    }
    .bottom_menu .sub_menu {
        margin-left: 166px;
        margin-top: -53px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .bottom_menu .sub_menu li a {
        padding: 17px 6px;
        font-size: 12px;
    }
    .bottom_menu2 {
        margin-top: -54px;
    }
    .bottom_menu2 .sub_menu2 {
        margin-left: 166px;
        margin-top: -53px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .bottom_menu2 .sub_menu2 li a {
        padding: 17px 6px;
        font-size: 12px;
    }
    .admission_box {
        margin: 0 auto;
        text-align: center;
    }
    .about_info ul li {
        list-style: none;
        /*padding: 5px 10px;
        border-bottom: 2px solid #fff;*/
        margin: 3px 5px;
        /*font-family: sans-serif;*/
        font-size: 11px;
    }
    .e-slider-cont .carousel {
        height: auto;
    }
    .carousel {
        height: 539px;
    }
    .carousel-caption {
        left: 10%;
        bottom: 15px;
        display: none;
    }
    .carousel-caption h3 {
        width: 390px;
        font-size: 16px;
    }
    .carousel-caption p {
        width: 316px;
        font-size: 14px;
    }
    .about-us,
    .principal,
    .admission,
    .facilities,
    .events-ban,
    .careers,
    .contactus,
    .the-hdfc-school,
    .hdfc-logo,
    .vision-philosophy-mission,
    .education-Leader,
    .advisory-board,
    .hdfc-edu,
    .education-curriculum,
    .parent-testimonials,
    .disclaimer,
    .pune-sl-img1,
    .pune-sl-img1-holi,
    .pune-sl-img2,
    .pune-sl-img3,
    .pune-sl-img4,
    .pune-sl-img5,
    .gur-sl-img1,
    .gur-sl-img2,
    .gur-sl-img2-cs,
    .gur-sl-img3,
    .gur-sl-img4,
    .gur-sl-img5,
    .gur-sl-img6,
    .bengaluru-sl-img1,
    .bengaluru-sl-img2,
    .bengaluru-sl-img3,
    .bengaluru-sl-img4,
    .pune-sl-img-temp {
        background-size: 100%;
        width: 100%;
        height: 145px;
    }
    .pune-sl-img-temp {
        background-image: url(../images/sl-img-p-small.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img1 {
        background-image: url(../images/THSAdmissionOpenCampaign-FootballAd-Mobilebanner.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img1-holi {
        background-image: url(../images/banner-holi-mobile.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img2 {
        background-image: url(../images/1684-19AdmissionOpe-campaign-Mobilebanner2.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img3 {
        background-image: url(../images/hb_4_black_m.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img4 {
        background-image: url(../images/KanikaBajaj_mobile.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img5 {
        background-image: url(../images/hb_6_black_m.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .main-sl-img1 {
        background-image: url(../images/pune-Mob.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .main-sl-img2 {
        background-image: url(../images/gurgao-Mob.jpg?ver-1.1);
        background-repeat: no-repeat;
    }
    .gur-sl-img1 {
        background-image: url(../images/MobileWeb-06.html);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    .gur-sl-img2 {
        background-image: url(../images/gur_mobSlide5.html);
        background-repeat: no-repeat;
        background-position: right 0 bottom 225px;
    }
    .gur-sl-img2-cs {
        background-image: url(../images/bengaluru/banner-bengaluru-2-mobile.html);
        background-repeat: no-repeat;
        /*// background-position:right 0 bottom 225px;*/
        /*background-size: 150%;*/
        background-position: top center;
    }
    .gur-sl-img3 {
        background-image: url(../images/MobileWeb-07-2019.html);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    .gur-sl-img4 {
        background-image: url(../images/gur_mobSlide4.html);
        background-repeat: no-repeat;
        background-position: right 0 bottom 225px;
    }
    .gur-sl-img5 {
        background-image: url(../images/MobileWeb-01.html);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    .gur-sl-img6 {
        background-image: url(../images/gur_mobSlide3.html);
        background-repeat: no-repeat;
        background-position: right 0 bottom 225px;
    }
    .bengaluru-sl-img1 {
        background-image: url(../images/xxx.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .bengaluru-sl-img2 {
        background-image: url(../images/mobBeng3181.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .bengaluru-sl-img3 {
        background-image: url(../images/mobBeng3182.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .bengaluru-sl-img4 {
        background-image: url(../images/xxx.html);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .carousel-inner>.item>img {
        width: auto;
        height: 100%;
    }
    .e-slider-cont .carousel-inner>.item>img {
        width: 100%;
        height: auto;
    }
    .hide-bullets li {
        width: 47%;
    }
    .carousel-inner {
        height: 100%;
    }
    .carousel-inner>.active {
        height: 100%
    }
    .carousel-inner>.item {
        height: 100%;
    }
    .inner_space {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .form_info {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 768px) {
    .navbar-collapse.collapse {
        margin: 0px 0 0 0;
        padding: 0px 15px;
    }
    .navbar-nav {
        margin: 0;
        margin-left: 20px;
    }
    .carousel {
        height: 530px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .hide-bullets li {
        width: 46%;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
        text-transform: uppercase;
    }
    .container>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-header {
        margin: 0 !important;
    }
    .navbar-header button {
        margin-top: 26px;
    }
    .Gurgaon_btn {
        display: block;
    }
    .Gurgaon_btn2 {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 15PX;
        float: none !important;
        width: 100%;
        margin: 0 auto;
    }
    .bottom_menu {
        background-color: #fff;
    }
    .bottom_menu2 {
        background-color: #fff;
    }
    .navbar-default .navbar-nav>li.parent-login {
        display: none;
    }
    .bottom_menu {
        display: none;
    }
    .bottom_menu2 {
        display: none;
    }
    .fixed-footer {
        position: initial;
    }
    .footer-bottom {
        height: auto;
        overflow: hidden;
    }
    .bottom_bar {
        text-align: center!important;
    }
}

@media screen and (max-width: 640px) {
    .header_container>.navbar-header {
        width: 100%;
    }
    .navbar-right {
        width: 100%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel-control.left,
    .carousel-control.right {
        background: none;
        max-width: 64px;
    }
    .rightarw {
        background-image: url(../images/next-arw.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 31px;
        height: 46px;
        position: absolute;
        right: -80%;
        top: 30%;
    }
    .leftarw {
        background-image: url(../images/prev-arw.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 31px;
        height: 46px;
        position: absolute;
        left: -80%;
        top: 30%;
    }
    #event_images_carousel .item {
        height: 250px;
    }
    #event_images_carousel>.item>img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #carousel-bounding-box {
        margin-left: -10px;
    }
    .datalist ul {
        padding-left: 63px;
        margin-top: 10px;
    }
    .datalist ul li {
        list-style-image: url(../images/bullet.png);
        font-size: 14px;
        margin-bottom: 6px;
    }
    .pimg {
        margin-bottom: 15px;
    }
    .admission-title {
        background: #E02B1F;
        color: #FFF;
        font-size: 85%;
        font-family: 'Open Sans', sans-serif;
        padding: 4px;
        padding-left: 2%;
    }
    .admission-tex {
        background: #f9f9f9;
        color: #4d4d4d;
        font-family: 'Open Sans', sans-serif;
        font-size: 80%;
        padding: 1.9%;
        padding-left: 1%;
        ;
        border: 1px solid #dddddd;
    }
    .cont-image {
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 4% !important;
        margin-left: 22% !important;
        margin-right: 20% !important;
        width: 60% !important;
        height: auto !important;
    }
    .carousel {
        height: 315px;
    }
    .pune-sl-img1 {
        /*  background-image: url(../images/MobileWeb-05.jpg);
    background-repeat: no-repeat;
    background-position: center center;*/
        background-size: 100%;
        width: 100%;
        height: 281px;
    }
    .pune-sl-img1-holi {
        /*  background-image: url(../images/MobileWeb-05.jpg);
    background-repeat: no-repeat;
    background-position: center center;*/
        background-size: 100%;
        width: 100%;
        height: 100%;
        background-position: center;
    }
    .ragistration_btn,
    .online_ragistration_btn {
        background-image: none;
        /*padding:20px 10px;*/
        text-align: center;
        min-height: auto;
        font-size: 20px;
        margin-bottom: 20px;
        background-color: #DA251D;
        border-radius: 3px;
    }
    .ragistration_btn a,
    .online_ragistration_btn a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        background-image: none;
        /*// padding-top: 17px;*/
    }
    .admission_box img {
        width: 100%;
    }
    .btn {
        margin-bottom: 10px;
    }
    .navbar-default .mobile>li.parent-login {
        display: block;
    }
    .pimg img {
        width: 100%
    }
    .top-header h2 {
        font-size: 22px;
    }
    .top-header h2 .first .small-text {
        font-size: 18px;
    }
    .carousel-caption {
        padding-bottom: 10px;
    }
    .eventcont {
        width: 85%;
        margin: 0 auto;
        padding: 5px 0;
    }
}

@media screen and (max-width: 360px) {
    .carousel {
        height: 315px;
    }
    .ragistration_btn,
    .online_ragistration_btn {
        background-image: none;
        padding: 0;
        text-align: center;
        font-size: 15px;
    }
    /*.modal-dialog {
        width: 340px;
    }*/
    .options ul li {
        margin: 5px 8px;
        width: 140px;
    }
}

.responsive-video-container {
    width: 500px;
    height: 280px;
}

@media screen and (max-width: 442px) {
    .video-container {
        position: relative;
        padding-bottom: 10.25%;
        /* 16:9 */
        padding-top: 25px;
        height: auto;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .responsive-video-container {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        width: 100%;
    }
    .responsive-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-container .default-visible {
        display: none;
    }
    .video-container .mobile-visible {
        display: inline-block;
    }
    .modal-content {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
    }
    .modal-content .options p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .modal-content .options .list-unstyled {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .modal-content .options .list-unstyled li {
        margin: 5px 12px;
    }
    .modal-content .top-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .modal-content .top-header .headline {
        text-align: center;
        padding: 10px 0px;
    }
}

.loading-form {
    display: none;
    float: right;
    margin: -3px 1px;
    margin-top: 1px;
    margin-left: 7px;
}

.show-load .loading-form {
    display: block;
}

.loading-form {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 15px;
    width: 15px;
    border: 2px solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.event-container li img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    max-height: 185px;
    min-height: 185px;
}

.caption-inner-text {
    background-color: rgba(0, 0, 0, 0.50);
    padding: 10px 4%;
    margin-bottom: 20px;
}

.caption-inner-text.small-overlay {
    display: inline-block;
    padding: 1% 4% !important;
}

.caption-inner-text .yellow-text {
    color: yellow;
    margin-top: 0px;
}

.small__heading,
.mid__heading,
.big__heading {
    margin-top: 0px;
}

.mid__heading {
    font-size: 1.5vw !important;
    line-height: 40px;
}

.home-carousel .carousel-caption {
    width: auto;
    bottom: 10%;
}

.home-carousel .carousel-caption .caption-inner-text .yellow-text,
.home-carousel .carousel-caption .caption-inner-text .mid__heading,
.home-carousel .carousel-caption .caption-inner-text .big__heading {
    margin-bottom: 0px;
}

.caption-inner-text .mid__heading.small {
    font-size: 1vw !important;
}

.marquee-events a {
    margin-left: 80px;
    color: #272727;
    cursor: pointer;
}

@media all and (max-width: 1440px) {
    .caption-inner-text .mid__heading {
        line-height: 31px;
    }
}

.breadcrumbs {
    display: flex;
    margin-top: 0;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.breadcrumbs span {
    margin: 0 5px;
}

.breadcrumbs li {
    display: flex;
}

.links-holderer {
    margin: 0 auto;
    padding: 10px 70px;
}

@media (max-width: 768px) {
    .navbar-toggle {
        display: block !important
    }
}

@media (min-width: 769px) {
    .navbar-toggle {
        display: none !important
    }
}