html, body {
    overflow-x: hidden;
	scroll-behavior: smooth;
}


 
@font-face {
	font-family:'helvet_0';
	src:url(../font/HECMSH.TTF)
	
}

@font-face {
	font-family:'Helvetica_45';
	src:url(../font/Helvetica_45.TTF);
	
}

/* Carousel Styles */

.carousel-control {color: #e2e2e2;}

.carousel-indicators .active {background-color: #ff5900;}
.carousel-inner img {/*width: 100%;*/ 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%;

}


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: 84px;
    margin-left: 8%;
	margin-bottom: 0px;
    margin-top: 0px;
    padding: 1px;
}

.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;
}


 



.main-sl-img1,
.main-sl-img2,
.main-sl-img3,
.pune-sl-img1,
.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,
.reviews,
.disclaimer,
.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: 440px;
}

.pune-sl-img-temp {
    background-image: url(../images/sl-img-p.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


.main-sl-img1 {
    background-image:url(../../images/HDFC-AllPass.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-sl-img2 {
    background-image:url(../../images/HDFC-All-Congrats.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.main-sl-img3 {
    background-image:url(../../images/HDFC-Result-Banner-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

 


.pune-sl-img1 {
    background-image: url(../images/hb_1_black.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pune-sl-img1-holi {
    background-image: url(../images/banner-holi.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pune-sl-img2 {
    background-image: url(../images/banner-pune-02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pune-sl-img3 {
    background-image: url(../images/hb_4_black.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pune-sl-img4 {
    background-image: url(../images/banner-pune-04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pune-sl-img5 {
    background-image: url(../images/hb_6_black.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.about-us {
    background-image:url(../images/banner/aboutus_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.principal{
    background-image:url(../images/banner/principal_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.admission {
    background-image:url(../../images/admission_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.facilities{
    background-image:url(../images/banner/fa_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.events-ban{
    background-image:url(../images/banner/events_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.careers{
    background-image:url(../images/banner/career_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.contactus{
    background-image:url(../images/banner/contact_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.the-hdfc-school{
    background-image:url(../../images/about-us.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.hdfc-logo{
    background-image:url(../images/banner/logo_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.vision-philosophy-mission{
    background-image:url(../images/banner/vision_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.education-Leader{
    background-image:url(../images/banner/education_leader_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.advisory-board{
    background-image:url(../images/banner/advisory_board_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.hdfc-edu{
    background-image:url(../images/banner/edu_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.education-curriculum{
    background-image:url(../../images/banner/es_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.parent-testimonials{
    background-image:url(../images/banner/testimonial_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.reviews{
    background-image:url(../images/banner/review_banner-01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;}

.disclaimer{
    background-image:url(../images/banner/disc_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

 
.gur-sl-img1 {
    background-image:url(../images/1684-19AdmissionOpencampaign-Webbanner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img2 {
    background-image:url(../images/1549-19HDFCSchool_Webbanner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img2-cs {
    background-image: url(../images/bengaluru/banner-bengaluru-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    transform:scale(1.05);
    background-size: cover;
}

.gur-sl-img3 {
	background-image:url(../images/1760-19AdmissionOpen-campaign-MusicalNotes-Webbanner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img4 {
    background-image: url(../images/gur_Slide4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    transform:scale(1.05);
    background-size: cover;
}

.gur-sl-img5 {
    background-image: url(../images/banner5-new.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.gur-sl-img6 {
    background-image: url(../images/gur_Slide3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    transform:scale(1.05);
    background-size: cover;
}

.bengaluru-sl-img1 {
    background-image: url(../images/xxx.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bengaluru-sl-img2 {
    background-image: url(../images/3114-17bengaluru.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bengaluru-sl-img3 {
    background-image: url(../images/3115-17bengaluru.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bengaluru-sl-img4 {
    background-image: url(../images/xxx.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-ticker {
        display: flex;
    max-width: 1160px;
    margin: 0 auto;
    /* margin-top: 20px; */
    margin-top: 3%;
    margin-bottom: 0%;
}


.details{font-family:'Open Sans', sans-serif; font-size: 100%; color: #da251e; text-transform: inherit; text-align:left; padding: 7px;  }




/*------------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;
	margin-top: 2%;
}

.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.jpg)
	
}
.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;
   
}
.optionstext p {
       font-size: 90%;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
    margin-right: 2%;
}

.optionstext h2{
   font-size: 120%;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 2%;
    margin-left: 4%;
    margin-right: 4%;
   
}

.optionstext h4 {
    font-size: 100%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 4%;
    margin-right: 4%;
}
.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: 4px;
	height: 46px;
}

.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;
	 
}

.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: -19px;
	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: 5px;
    width: 210px;
	margin-top: -10%;
    
	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: 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: 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 {
  

    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%; 
}

.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: #4d4d4d;
    color: #FFF;
    font-size: 90%;
    font-family: 'Open Sans', sans-serif;
    padding: 1.2%;
	padding-left: 1%;
}

.admission-tex {
    background: #f9f9f9;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    padding: 0.2%;
	padding-left: 10px;
    border: 1px solid #dddddd;
}



.show-title {
    padding: 10px;
    background-color: #f9f9f9;
    font-size: 14px;
    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: auto;
    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 {
    background:none;
}

.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: block;
    /*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: relative;
    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: 13px;
}

.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,
.reviews,
.disclaimer,
.main-sl-img1,
.main-sl-img2,
.main-sl-img3,
    .pune-sl-img1,
	.admission,
    .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: 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: 95%;
    }
	.bottom_menu2 .sub_menu2 li a {
        padding: 17px 7px;
        font-size: 95%;
    }
    .carousel {
        height: 227px;
    }
	.carouselban {
        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,
.reviews,
.disclaimer,

  .main-sl-img1
.main-sl-img2
.main-sl-img3

  .pune-sl-img1,
	.admission,
    .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: 400px;
    }
    .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 {
        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 16px 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: relative;
    }
}

@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;
/*		z-index: -1000;*/
		
    }
	 .carouselban {
        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,
.reviews,
.disclaimer,
.main-sl-img1,
.main-sl-img2,
.main-sl-img3,
    .pune-sl-img1,
	.admission,
    .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: 414px;
    }

    .pune-sl-img-temp {
        background-image: url(../images/sl-img-p-small.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
	
		.main-sl-img1 {
        background-image:url(../../images/HDFC-AllPass-Mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
	
	.main-sl-img2 {
        background-image:url(../../images/HDFC-All-Congrats-Mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
	
	.main-sl-img3 {
        background-image:url(../../images/HDFC-Result-Banner-Mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
	
	.admission {
        background-image:url(../../images/admission_banner-mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
	
	
    .pune-sl-img1 {
        background-image: url(../images/hb_1_black_m.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img1-holi {
        background-image: url(../images/banner-holi-mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img2 {
        background-image: url(../images/Ajay_Singh_mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img3 {
        background-image: url(../images/hb_4_black_m.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img4 {
        background-image: url(../images/KanikaBajaj_mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pune-sl-img5 {
        background-image: url(../images/hb_6_black_m.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
	
	
    .gur-sl-img1 {
        background-image:url(../images/1684-19AdmissionOpe-campaign-Mobilebanner2.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        
    }
    .gur-sl-img2 {
        background-image:url(../images/1549-19HDFCSchool_Mobilebanner2.jpg);
        background-repeat: no-repeat;
		background-position: top center;
    }
    .gur-sl-img2-cs {
        background-image: url(../images/bengaluru/banner-bengaluru-2-mobile.jpg);
        background-repeat: no-repeat;
        /*// background-position:right 0 bottom 225px;*/
        /*background-size: 150%;*/
        background-position: top center;
    }
    .gur-sl-img3 {
        background-image: url(../images/1760-19AdmissionOpencampaignMusicalNotes-Mobilebanner.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        
    }
    .gur-sl-img4 {
        background-image: url(../images/gur_mobSlide4.jpg);
        background-repeat: no-repeat;
        background-position:right 0 bottom 225px;
    }
    .gur-sl-img5 {
        background-image: url(../images/MobileWeb-01.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        
    }
    .gur-sl-img6 {
        background-image: url(../images/gur_mobSlide3.jpg);
        background-repeat: no-repeat;
        background-position:right 0 bottom 225px;
    }
    .bengaluru-sl-img1 {
        background-image: url(../images/xxx.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .bengaluru-sl-img2 {
        background-image: url(../images/mobBeng3181.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .bengaluru-sl-img3 {
        background-image: url(../images/mobBeng3182.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .bengaluru-sl-img4 {
        background-image: url(../images/xxx.jpg);
        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: auto;
    }
	.carouselban {
        height: 297px;
    }
    
    .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: 98%;
    
}
.navbar-right {
	width: 100%;
  }
 
	
	ul {
    margin-top: 10px;
	margin-left: 1%;
}

ul li {
    font-size: 90%;
    color: #272725;
    margin-bottom: 5px;
}

	.carousel-indicators {
    bottom: 0px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    max-width: 35px;
}

.rightarw {
    background-image: url(../images/next-arw.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 28px;
    height: 46px;
    position: absolute;
    right: -120%;
    top: 50%;
}

.leftarw {
    background-image: url(../images/prev-arw.png);
    background-repeat: no-repeat;
    background-position: left top;
       width: 31px;
    height: 46px;
    position: absolute;
    left: -116%;
    top: 50%;
}

	#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: 20px;
    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: #4d4d4d;
    color: #FFF;
    font-size: 35%;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
	padding-left: 1%;;
}

.admission-tex {
    background: #f9f9f9;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 56%;
    padding: 3px;
	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: auto;
		z-index: 1000;
		
    }
	 .carouselban {
        height: 586px;
    }
	
    .gur-sl-img1 {
        /*  background-image: url(../images/MobileWeb-05.jpg);
    background-repeat: no-repeat;
    background-position: center center;*/
        background-size: 100%;
        width: 100%;
        height: 260px;
    }
    .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: 396px;
		z-index: 1000;
    }
	 .carouselban {
        height: 607px;
    }
    .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: 2.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		margin-top: 0%;
		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 {
    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 {
   background-color: #dcdbd9;
    border-radius: 6px;
    padding: 4%;
    color: #747372;
    text-align: center;
    font-size: 100%;
    margin-top: 2%;
	margin-right:2%;
    margin-bottom: 4%;
    text-decoration: none;
padding-left: 1%;
    padding-right: 1%;
}

	
	
@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
    }
}


@media(min-width:1900px){
    .admission-form label{
        font-size: 100%;
    }
    .admission-form .btn-primary{
        font-size: 22px;
    }
    .Gurgaon_btn button {
        width: 120%;
        font-size: 20px;
    }
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 8px dashed;
        border-top: 4px solid\9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    .options p, .options ul li a {
        font-size: 20px;
    }
    .modal-dialog {
        width: 750px;
    }
    .change-city-modal .modal-content {
        height: 350px;
    }
    .admission-title,.admission-tex,ul li{
        font-size: 120%;
    }
    .details{
        font-size: 140%;
    }
    .bottom_bar ul li,.bottom_bar {
        line-height: 40px;
    }
    .footer-bottom{
        height: 40px;
    }
    .bottom_bar ul li a{
    
    padding-left: 30px;
    background-size: 25px;
    }
    
}