/* Home page */

.header2-area .stick {
  z-index: 1000;
}

.header2-area nav#desktop-nav > ul > li > a {
  padding: 30px 12px;
}

/* .header2-area nav#desktop-nav > ul > li > a {
  background-color: #1C4596 !important;
} */
.header2-area nav#desktop-nav > ul > li > a:hover {
  background-color:  #1C4596!important;
  color:   #FFFFFF !important;
}
.header2-area .header-top-area {
  background: #60c4ec;
}

#preloader {
  background: #60c4ec url('../img/new_imgs/478.gif') no-repeat scroll center center;
  
}

.header2-area nav.desktop-nav1 > ul > li:hover {
/* background: #1C4596; */
background: #FFFFFF;
}

.header2-area .header-top-area .header-top-right1 ul li a:hover {
color: #1C4596 !important;
}


nav#desktop-nav ul li > ul > li > a {
  background-color:#1C4596 !important;
  color:#60c4ec;
}

nav#desktop-nav ul li > ul:before {
  background-color: #60c4ec;
}

nav.desktop-nav1 ul li a:hover {
  /* color: #FFFFFF !important; */
  color: #1C4596 !important;
}

.title1_mob{
  display: none;
}

.founders_msg{
color:#1C4596;
}

.founders_msgs{
  color:#1C4596;
  font-weight: 600;
  }


  /* faculty */
  .faculty .about-content ul >li> img{
    width: 20px !important;
  }


  .card-height{
    height: 60vh !important;
  }

  .align_nss{
    align-items: center;
    text-align: center;
  }

  .follow-up{
    border:1px solid rgb(176, 175, 175) !important;
    border-radius: 10px;
  }
  /* NSS cart*/
  .cart{
    background-color: #fff;
    border-radius: 5px;
    
    box-shadow: inset;
  }

/* feedback */
#teaching-staff .sec-title h2 {
  font-size: 48px;
  /* display: block; */
  color: #000a2d;
  font-weight: 600;
  padding: 0px;
  padding-left: 0px !important;

}

#teaching-staff .sec-padding30 {
  padding-top: 195px;
  padding-bottom: 90px;
}
#teaching-staff .slick-prev{
  position: relative;
  padding-top: -30px;
  top: -160px;
  left: 840px;
}
#teaching-staff .slick-prev:before {
  content: "<";
  color: red;
  font-size: 30px;
  border-radius: 40px;
}

#teaching-staff .slick-next{
  position: relative;
  padding-top: -30px;
  top: -460px;
  left: 930px;
}
#teaching-staff .slick-next:before {
  content: ">";
  color: red;
  font-size: 30px;
  border-radius: 40px;
}
.slider{
  position: relative;
}
.slider .priv-arrow{
  position: absolute;
  top: -52px;
  left: 80%;
  color: #EB2D3A;
  width: 50px;
  height: 50px;
  background: light;
  border-radius: 50px;
  border: 1px solid gray;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}
.slider .next-arrow{
  position: absolute;
  top: -52px;
  right: 10%;
  color: #EB2D3A;
  width: 50px;
  height: 50px;
  background: light;
  border-radius: 50px;
  border: 1px solid gray;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}
#teaching-staff .cart-slider{
  padding-top: 0px;
}

#teaching-staff .cart-slider .content .staff-name{
  font-size: 18px; text-decoration: none; color:#ec5b53;
}


#teaching-staff .cart-slider .content .des{
  color: #57667e;
                                    font-weight: 300;
                                    font-size: 14px; padding-top: 0px;
}

#teaching-staff .slick-slide {
  margin: 0px 20px;
}

#teaching-staff .slick-slide img {
  width: 50%;
}

/*
  .slick-slider
  {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  } */
#teaching-staff .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#teaching-staff .slick-list:focus {
  outline: none;
}

#teaching-staff .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#teaching-staff .slick-slider .slick-track,
#teaching-staff .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#teaching-staff .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

#teaching-staff .slick-track:before,
#teaching-staff .slick-track:after {
  display: table;
  content: '';
}

#teaching-staff .slick-track:after {
  clear: both;
}

#teaching-staff .slick-loading .slick-track {
  visibility: hidden;
}

#teaching-staff .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

#teaching-staff .slick-slide img {
  display: block;
  width: 100px;
  height: 15vh;
}

#teaching-staff .slick-slide.slick-loading img {
  display: none;
}

#teaching-staff .slick-slide.dragging img {
  pointer-events: none;
}

#teaching-staff .slick-initialized .slick-slide {
  display: block;
}

#teaching-staff .slick-loading .slick-slide {
  visibility: hidden;
}

#teaching-staff .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slider{
  position: relative;
}
.slider .priv-arrow{
  position: absolute;
  /* top: -130px;
  left: 89%; */
  color: #EB2D3A;
  width: 50px;
  height: 50px;
  background: light;
  border-radius: 50px;
  border: 2px solid #f5f5f5;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}
.slider .next-arrow{
  position: absolute;
  /* top: -130px;
  right: 2%; */
  color: #EB2D3A;
  width: 50px;
  height: 50px;
  background: light;
  border-radius: 50px;
  border: 2px solid #f5f5f5;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}
#teaching-staff .slick-initialized .slick-slide {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 20px 20px 40px 20px;
  position: relative;
  background: #fff;
  width: 338px !important;
  height: 430px !important;
  margin-bottom: 20px;
  /* padding-bottom: 20px !important; */
}
#teaching-staff .slick-arrow.slick-hidden {
  display: none;
}
#teaching-staff .cart{
  padding: 0px 15px;
  border-radius: 10px !important;
}
#teaching-staff .cart .first{
  width: 370px !important;
  height: 370px !important;
}
#teaching-staff .cart .first .block-icon{
  padding: 0px !important;
}
#teaching-staff .cart .content{
  justify-content: center;
}
#teaching-staff .cart .content .c-desc{
  padding-bottom: 20px !important;
}
.margin_5{
  margin-left: 10px;
}
#teaching-staff .cart .content .c-desc img{
  width: 50px;
  height: 50px;
}
#teaching-staff .cart{
  padding: 0px !important;
}

.default-big-btn{
background-color: #1C4596;
}

.default-big-btn:hover{
background-color:#1C4596;
}

/* .header2-area .header-top-area {
   background: #a01c64; 
  /* background: #CB0034; 
}

.header2-area nav.desktop-nav1>ul>li:hover {
   background: #e362a9; 
  /* background: #c4244ca9; 
}

.header2-area nav#desktop-nav>ul>li>a {
   color: #a01c64; 
  /* color: #CB0034 !important; 
} */
/* nav#desktop-nav ul li > ul > li > a{
 background: #CB0034 ;
} */
/* .header2-area .header-top-area {
   background: #60c4ec; 
}

#preloader {
  background: #c4244ca9 url('../img/new_imgs/478.gif') no-repeat scroll center center;
  
}
.footer_area{
  background: #CB0034 !important;
}

.header2-area nav.desktop-nav1 > ul > li:hover {
background: #1C4596;
} 

.header2-area .header-top-area .header-top-right1 ul li a:hover {
 color: #1C4596 !important; 
/* color: white !important; 
}


nav#desktop-nav ul li > ul > li > a {
  background-color:#1C4596 ;
  color:#CB0034;
}

nav#desktop-nav ul li > ul:before {
  background-color: #CB0034;
} */

/* nav.desktop-nav1 ul li a:hover {
  color: #FFFFFF !important;
}

.title1_mob{
  display: none;
}

.founders_msg{
color:#CB0034;
}

.default-big-btn{
background-color: #CB0034;
}

.default-big-btn:hover{
background-color:#CB0034;
} */

.icon-bar {
  position: fixed;
  top: 45%;
  left:97%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.whatsapp{
  background: #25D366;
  color: white;
}

.instagram{
  background: #833AB4;
  color: white;
}

.telegram{
  background:  #0088CC;
  color: white;
}

.main-menu-area .logo-area1 {
  margin: 5px 0;
}

.main-menu-area .logo-area1 img{
  width:150px;
}

nav#desktop-nav ul {
  text-align: center;
}

.header2-area nav#desktop-nav > ul > li > a {
  padding: 35px 9px;
}


.culture_physio {
  clear: both;
  display: block;
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
}


.culture_physio .clearfix:before{
  display: table;
  content: " ";
}

 .culture_physio .about-us-img .v1,  .culture_physio .about-us-img .v2,  .culture_physio .about-us-img .v3 {
  position: absolute;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}


.culture_physio .about-us-img .overly-img {
  background: rgba(105, 126, 164, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.culture_physio .about-us-img .v1 {
  top: 40px;
  left: 260px;
  z-index: 99;
}

.culture_physio .about-us-img .v1 img{
  width: 400px;
}



.culture_physio .about-us-img .v2 {
  top: 100px;
  z-index: 9;
  left:360px;
}

.culture_physio .about-us-img .v3 {
  top: 380px;
  z-index: 999;
  left:290px;
}

.culture_physio .about-us-img .v1:hover,  .culture_physio .about-us-img .v2:hover, .culture_physio .about-us-img .v3:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.culture_physio .about-us.style1 {
  padding: 65px 0px 92px 0;
}

.culture_physio .about-us .title-about-us {
  padding-bottom: 25px;
}

.culture_physio .about-us .desc p {
  padding-bottom: 30px;
}

.history_physio .about-page-content-holder{
  margin-top:0px;
}

.about-page1-area1 .about-page-content-holder .content-box p.ab_data{
  color:#444444;
}

.title-bar-medium-left:before {
  width: 60px;
  background: #CB0034;
}

.video_area_physio .video-title{
color:#CB0034;
font-weight: 600;
}


.play-btn i{
color:#CB0034;
}

.play-btn:hover {
border: 3px solid #CB0034;
}

.culture_physio h2{
font-size: 40px;
color: #0D1317;
font-weight: 700;
}

.culture_physio .cul_data{
font-size: 18px;
color:#444444;
}


.culture_physio ul li:before {
color:#CB0034;
}

.culture_physio ul li a {
  font-size: 20px;
  color: #CB0034;
  font-weight: 600;
}

.flyers_physio h2{
font-size: 40px;
color: #0D1317;
font-weight: 700;
}

.flyers_physio p:nth-child(2){
font-size: 18px;
color: #444444;
font-weight: 400;
}



.core_physio h2{
font-size: 35px;
color: #CB0034;
font-weight: 700;
}

.core_physio h3{
font-size: 14px;
color: #CB0034;
font-weight: 600;
text-transform: uppercase;
}

.core_physio p.core_data{
font-size: 18px;
color: #444444;
font-weight: 400;
}

.core_physio .title_top{
  font-size: 40px;
  color: #0D1317;
  font-weight: 700;
}

.team_area .team_member{
  margin-top: 20px;
}

.calender_logo_physio{
color:#CB0034;
}

.news_physio{
background-color: #ffffff;
}

.news_physio .news_slider .news_row{
margin-bottom: 40px;
}

.news_physio h2.news_tit{
font-size: 40px;
color: #0D1317;
font-weight: 700;
}

.news_physio .news_slider img.news_img{
width: 90%;
}

.news_physio .news_slider .news-content h4{
font-size:30px;
font-weight: 700;
}

.news_physio .news_slider .news-content .read_more span,
.news_physio .news_slider .news-content .calender_logo, .news_physio .news_slider .news-content .news_date{
display: inline-block;
}


.news_physio .news_slider .news-content .news_data{
font-size: 18px;
color: #444444;
font-weight: 400;
}

.news_physio .news_slider .news-content .read_more p{
color: #CB0034;
font-size: 18px;
}

.notifi_content .news_item.ushahkal .news-content .logo, .notifi_content .news_item.gpmt .news-content .logo, .notifi_content .news_item.gpmt .news-content .logo{
  height: 100px;
}

.notifi_content .news_item{
  height: 400px !important;
  margin-top: 10px;
}

.notifi_content .news_item.ushahkal .news-content h4, .notifi_content .news_item.ushahkal .news-content p{
  margin-bottom: 0px;
}

.news-event-area1 .event-inner-area .event-wrapper > li .event-calender-holder {
background-color: #CB0034;
}


.news-event-area1 .event-inner-area  .event-calender-wrapper h3.event_year {
  font-size: 40px !important;
}


/* gallary wrapper's images in infrastructure */
.infra-gall img{
  height: 200px;
  border-radius: 5px;
}

/* librarians infrastructure */
ul>li>img, #clg_account tr>td>img{
  width: 20px;
}


.gallery-box:before {
background-color: rgba(37, 150, 190, 0.7);
}

.map-area .enquiry_form {
top: 40px;
}

.map-area .enquiry_form textarea {
  background-color: #FFFFFF !important;
  border-radius: 5px !important;
}

.short_links .link-text-box {
  text-align: center;
}

.short_links .link-text-box .link-icon {
  background-color: #CB0034;
  border-radius: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 120px;
}

.short_links .link-text-box .link-icon:before {
  border: 8px solid rgba(37, 150, 190, 0.2);
  border-radius: 100%;
  content: "";
  height: 114%;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 114%;
  z-index: 2;
}

.short_links .link-text-box .link-icon img {
  height: 60px;
  margin-top: 20px;
  width: 60px;
}

.short_links .link-text-box .link-text {
  margin-top: -60px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 100px 25px 40px;
  transition: all 0.3s ease-in-out;
}

.short_links .link-text-box .link-text h3 {
  font-size: 25px;
  padding-bottom: 15px;
  color: #CB0034;
  font-weight: 600;
}

.short_links .link-text-box .link-text p {
  font-size: 18px;
  color: #444444;
}


.short_links .link-text-box .link-text a {
  color: #CB0034;
  margin: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.short_links  .link-text-box .link-text a i {
  padding-left: 5px;
}

/* Common to all sub-pages */
.subpage_banner .pagination-area ul li a {
color: #CB0034;
}

.bg_white{
  background-color: white !important;
}

.bg_blue{
  background-color:#ECF2FF !important ;
}

.border_img{
  border-image:   linear-gradient(to right, #1C4596 25%, #6084bc 25%, #6084bc 50%,#4864ac 50%, #4864ac 75%, #1C4596 75%) 5;
}

.footer_logo_div img{
  width:160px;
}

/* About Us page */

.about-page1-inner .about-page-img-holder {
  margin-top: 65px;
}


.what_is{
  position: relative;
}

.what_is .about-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}

.what_is .about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border: 20px solid #CB0034;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.what_is .about-img:hover::before {
  border-color:#60c4ec;
}

.what_is .about-content h2 {
    font-size: 40px;
    color: #0D1317;
    font-weight: 700;
}

.what_is .about-content p{
  text-align: justify;
}

.vision-page1-area1 .vision_logo{
  width: 300px;
}

.mission-area1 .event-inner-area .event-wrapper > li .event-content-holder {
 height: 92px;
}

.core_values_area .vision-page1-inner2{
  margin-top: 0px;
}

.core_values_area .service-box2 .service-box-icon i{
  font-size:40px;
  color:#CB0034;
}

.core_values_area .service-box2 h3 {
  font-size: 18px;
}

.principal_area .principal_quote{
  font-size: 40px;
  color: #0D1317;
  font-weight: 700;
}

.principal_area .content-box p{
  text-align: justify;
}pillar_area
 

.pillar_area .category-left .hvrbox img {
  object-fit: fill;
}

.pillar_area .category-left .hvrbox-text a {
  font-weight: 700 !important;
}

.pillar_area .sub{
  font-size: 40px;
  color: #0D1317;
  font-weight: 700;
}

.pillar_area .pillar_data{
  background-color:#ffffff ;
  padding: 15px;
  height: 410px;
}

.pillar_area .pillar_data p{
  color:#444444;
  font-size: 18px;
}

.code_conduct{
  padding-bottom: 0px !important;
}
.code_conduct .about-page2-inner{
  justify-content: center;
}

.code_conduct .faq-items .faq-item .faq-body {
  background: white;
}

.code_conduct .faq-item .faq-title button {
  background-color: #FFFFFF;
  color: #212121;
  font-size: 18px;
  font-weight: 500;
}

.code_conduct .faq-item .faq-body ul li:before {
  color: #CB0034;
}

.code_conduct .about-page2-inner .faq-item .faq-body ul li p {
  color:black;
}

.subjects{
  padding-top: 20px !important;
}

.subjects .pricing-box {
  background-color: #fff;
  border: 1px solid #fff;
 
}

.subjects .pricing-box h3 {
  background-color: #CB0034;
  font-size: 30px;
  color: #ffffff !important;
  padding: 30px 0 !important;
  margin: 0 !important;
  text-align: center;
}

.subjects .pricing-box sub {
  font-size: 16px;
  vertical-align: super;
}

.subjects .pricing-box .panel-default{
  cursor: pointer;
  transition: all 0.3s linear;
}

.subjects .pricing-box :hover .panel-default{
  /* background-color: #1C4596; */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.subjects .panel-group .panel-heading {
  border-bottom: 0;

}

.subjects .pricing-box .panel-default > .panel-heading {
  line-height: 1;
  padding: 0;
  text-align: center;
  padding:10px;
  margin:10px;
  border:1px solid #ddd ;
}


.subjects .panel-heading .panel-title{
  margin:0px;
  color:#CB0034;
}

.career_ops .category-left{
  margin-top:25px;
}

.career_ops .category-left .hvrbox {
  border-radius: 4px;
  box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
}

.career_ops  .hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}

.career_ops .hvrbox:hover .hvrbox-layer_bottom {
  transform: scale(1.2);
}

.career_ops .category-left .hvrbox img {
  object-fit: cover;
  width: 100%;
  height: 245px;
  max-height: 350px;
}


.career_ops .hvrbox .hvrbox-layer_bottom {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1);
  display: block;
}

.career_ops .hvrbox .hvrbox-layer_top {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.career_ops .hvrbox .hvrbox-layer_top {
  opacity: 1;
  position: absolute;
  top: 123px;
  /* left: 182px; */
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.career_ops .hvrbox-text {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.career_ops .category-left .hvrbox-text a {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.internship .about-page2-inner{
  position: relative;
}

.internship ul li p{
  color:#444444;
  font-size: 18px;
}

.internship ul li:before {
  color: #CB0034;
}

.internship .img_stack img{
  position: absolute;
  width:600px;
}

.internship .img_stack .img1{
  top:15%;
}

.internship .img_stack .img2{
  top:45%;
  left: 65%;
}

/* Admissions page */

#admission_flow {
  width:580px; 
  text-align:center;
  margin:auto;
}  
#admission_flow p {
  display:block;
  color:#000;
  font-size: 20px;
  background-color:#CB0034;
  border-radius: 25px;
  padding: 10px;
}

#admission_flow .cetcell{
  color:#000;
  font-size: 20px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.51;
}

#admission_flow .cetcell:hover{
  text-decoration: underline;
  font-weight: 600;
  transform: scale(1.1);
}


#admission_flow #no1 {
  line-height:60px;
  margin:auto;
} 

#admission_flow #line1 {
  background-image: url('../img/new_imgs/down.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin:auto;
  height: 70px;
  width: 70px;
} 


.table_div{
  overflow-x: auto;
}

.eligibility  .event-inner-area .event-wrapper > li:last-child {
  align-items: center;
}

.eligibility .event-inner-area .event-wrapper > li .event-content-holder {
  height: 70px;
  display: flex;
  align-items: center;
}

.eligibility .mission_img_wrapper .mission_img img{
  width:40px;
}


table thead th{
  background-color:#CB0034 !important ;
  color: #FFFFFF;
  font-size:18px ;
}

table tbody td{
  color: #444444;
  font-size:18px ;
}

table .body_header{
  background-color:#CB0034 ;
}

table .body_header td{
  text-align: center;
  color: #FFFFFF;
}

.fee_struct #fees .total td{
  font-weight: 700;
}

.hostel_fee, .hostel_warden{
  padding-bottom: 0px;
}

.hostel_fee .note{
  font-size: 18px;
  color:#CB0034;
  font-style: italic;
}

.fee_struct, .hostel_fee{
  padding-top: 0px;
}

.hostel_rules ul li:before {
  color: #CB0034;
}

.admissions_form.muhs .muhs_content{
  justify-content: initial;
}

/* .hostel_gallery .brand-area-box a img{
  height: 200px;
} */


.hostel_gallery .gallery-box img{
  height: 200px;
}

.hostel_gallery .gallery-box .gallery-content{
  z-index: 11;
}

.hostel_gallery .gallery-box:hover::before{
  z-index: 10;
}

.hostel_gallery .gallery-box h3{
  color:white;
  font-weight: 600;
  font-size: 16px;
}

.enquiry_bg:after {
  position: absolute;
  content: "";
  background-color: rgba(96,196,236, 0.7);;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlay-video:before{
  background-color: rgba(96,196,236, 0.7);
}
/* Department page */


.isotop-btn a:hover {
  border: 1px solid #CB0034;
  background:#CB0034;
  color: #FFFFFF;
}

.isotop-btn .current {
  border: 1px solid #CB0034;
  background: #CB0034;
  color: #FFFFFF;
}

.department_area .gallery-box img{
  height: 200px;
  margin-bottom: 10px;
}

/* Faculty page */

.faculty{
background-color: #ECF2FF;
}

.faculty .faculty_member{
margin-top:80px;
}

.faculty .faculty_member img{
  width:250px;
  height: 250px;
  }
  

.faculty .lecturers-social2 li a {
background: #F99D22;
}

.faculty .lecturers-social2 li a:hover{
background: #F99D22;
}

.faculty .lecturers-social2 li a:hover i{
color: #212121;
font-weight: 600;
}

.faculty .lecturers-contact-info h2 {
color: #CB0034;
font-weight: 700;
}

.faculty .faculty_member h3{
  font-size: 25px;
  color: #0D1317;
  font-weight: 700;
}

.faculty .faculty_member .desig{
color:#CB0034;
}

.faculty .faculty_member .title-bar-big-left-close:before {
background: #CB0034;
}


.faculty .faculty_member ul.course-feature2 li:before {
color: #CB0034;
}

.faculty .faculty_member .contact_dets span i{
color:#CB0034;
font-size: 25px;
}

.faculty .faculty_member .contact_dets span.contact{
margin-left: 10px;
}

.faculty .title-bar-big-left-close:before {
  width: 70px;
}

.faculty ul.course-feature2 li {
  width: auto;
}

/* Facility page */

.facility ul li:before {
  color: #CB0034;
}

.facility .gallery-box{
  margin-top:20px;
}


.facility .facility_content {
  margin-top: 30px;
}

.facility .gallery-box img{
  height: 200px;
}

.facility .facility_div{
  margin-top:20px;
}

.facility .facility_div .founders_msg{
  margin-bottom:0px;
}

/* Gallery page */
.gallery{
  padding:0px 0px;
}

/* MUHS MANDATE page */
.muhs .muhs_content{
  justify-content: center;
}
.muhs_content h4 {
    font-size: 18px;
}
.muhs .muhs_content .annexure{
    padding: 25px;
    border: 1px solid  #eeeeee;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
background: #eeeeee30;
}

.muhs .muhs_content .annexure::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  background-color: #CB0034;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.muhs .muhs_content .annexure:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}

.muhs .muhs_content .annexure .icon {
  margin-bottom: 20px;
  text-align: center;
}

.muhs .muhs_content .annexure .icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 100%;
  border: 1px solid #CB0034;
  display: inline-block;
  color: #CB0034;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.muhs .muhs_content .annexure:hover .icon i {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.muhs .muhs_content .annexure h3 {
  color:#CB0034;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.muhs .muhs_content .annexure:hover h3 {
  color: #ffffff;
}

.muhs .muhs_content .annexure p {
  font-size: 18px;
  color:#CB0034;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.muhs .muhs_content .annexure:hover p {
  color: #ffffff;
}

.muhs .muhs_content .annexure .read-more-btn {
  color: black;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.muhs .muhs_content .annexure:hover .read-more-btn {
  color: #ffffff;
}

.muhs .muhs_content .annexure .read-more-btn i {
  position: relative;
  top: 3px;
  padding-left: 7px;
}

/* Contacts page */

.contacts{
background-color: #ECF2FF;
/* padding-bottom: 40px; */
}


.contacts .resource{
margin-top: 40px;
}

.contacts .faq-item .faq-title button{
background-color: #FFFFFF;
color:#212121 ;
font-size:18px;
font-weight: 500;
}


.contacts .faq-item .faq-body{
margin-top: 20px;
font-size: 16px;
}

.faq-items .faq-item .faq-body {
  background:#CB0034;
}

.contacts .resources_title{
font-size: 30px;
color: #0D1317;
font-weight: 700;
}

.contacts .contact-us-info1 ul > li i {
color: #CB0034;
font-size: 25px;
}


.contacts .contact-us-info1 ul > li h3 {
  color: #CB0034;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.contacts .contact-us-info1 ul > li h4 {
color: #0D1317;
font-weight: 500;
font-size: 18px;
margin-bottom: 0px;
}

.contacts .contact-us-info1 ul > li p {
font-weight: 500;
font-size: 16px;
color:#CB0034;
}


.contacts .accordion-button:focus {
  box-shadow:none;
}

.contacts .contact-us-info1{
  margin-bottom: 10px;
}

.contacts #clg_account tr td{
  background-color: white;
  color:black;
}

.contacts .note{
  font-size:16px;
  font-style: italic;
  color:white;
}

.google-map-area-contacts{
margin-top: 0px;
}

/* Blog page */

.blog_details{
  background-color: #ECF2FF;
}

.blog_details .news-img-holder{
  text-align: center;
}

.blog_details .news-img-holder .news-date1{
  bottom: 10%;
  left:15%
}

.blog_details .news-img-holder .news-date1 li:nth-child(even) {
  background: #CB0034;
  color: #FFFFFF;
}

.blog_details .news-img-holder .news-date1 li:nth-child(odd) {
  background: #CB0034;

}

.blog_details .news-comments li a i {
  color: #CB0034;
}

.blog_details .title-bar-high:before {
  background: #CB0034;
}

.blog_details .news-details-page-inner p span {
  background: #FFFFFF;
}

.blog_details .title-default-left-bold-lowhight {
  font-size: 40px;
  color: #0D1317;
  font-weight: 700;
}

.blog_details .news-details-page-inner p span:before {
  color: #CB0034;
}

/* Media queries */
@media only screen and (max-width: 414px) {
  .mean-bar .logo-mobile-menu img{
    width: 150px;
  }

  .slider1-area1{
    margin-top: 90px !important;
}

.mean-container .mean-bar .meanmenu-reveal {
  margin-top: 20px;
}

.slider-content1 .title-container .title1 {
  font-size: 20px;
}



.title1{
  display: none;
}

.title1_mob{
  color:#FFFFFF;
  font-weight: 700;
  font-size: 20px;
  display: block;
}

.default-big-btn{
  padding: 5px 0;
  font-size: 10px;
}

.icon-bar{
  top:60%;
  left:90%;
}

.icon-bar a{
  padding: 10px;
}

.vision-page1-area1 .vision_logo{
  margin-bottom: 10px;
}


.culture_physio{
  padding-top:50px;
  padding-bottom: 50px;
}


.culture_physio .about-us.style1 {
  padding-bottom: 50px;
}

.culture_physio .about-us-img .v1, .culture_physio .about-us-img .v2, .culture_physio .about-us-img .v3 {
   position: initial; 
   text-align: center;
}


.culture_physio .about-us-img .v1 img, .culture_physio .about-us-img .v2 img, .culture_physio .about-us-img .v3 img{
  margin-top:20px;
  width: 200px;
}

.what_is .about-content h2,.vision-page1-area1 .vision-page-content-holder-left .content-box h2,.principal_area .principal_quote,
.about-page1-area1 .about-page-content-holder .content-box h2,.core_physio .title_top,.news-area .vision-page-content-holder-left .content-box h2,
.news-event-area1 .news-inner-area h2,.news_physio h2.news_tit,.flyers_physio h2
{
  font-size: 35px;
}

.enquiry_bg:after {
  content: none;
}

.subjects .pricing-box{
  margin-top:20px;
}

.internship .img_stack .img1,  .internship .img_stack .img2{
  position: initial;
}

.internship .img_stack .img2{
  margin-top: 20px;
}

.career_ops .hvrbox .hvrbox-layer_top {
  left: 176px;
}

/* .facility .gallery-box {
  margin: 0 auto;
} */

.faculty_member .faculty_contact_dets, .faculty .faculty_member h3{
  text-align: center;
}


.faculty .course-feature2{
  display: flex;
  justify-content: center;
}

.faculty .faculty_member .title-bar-big-left-close:before {
  left:40%;
}

.contacts .resources_title{
  margin-top: 20px;
  }

  .map-area .contact-form2 {
    text-align: center;
}

.faq-items .faq-item.first {
  margin-bottom: 0px;
}


.facility .facility_div.tie-up .gallery-box{
  text-align: center;
}

.facility .facility_div.tie-up .gallery-box img{
  height:170px ;
  width: 170px;
}

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  {

  .header-top-area1, .main-menu-area{
    display: none;
  }

  .mean-container .mean-nav ul li.mob_top_header ul li a {
    background: #1C4596;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

.mean-container .mean-nav ul li.mob_top_header ul li.mob_contact_info a {
  background-color: #506cac;
}
  .subpage_banner{
    margin-top:110px;
  }

  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 15px;
  }
  
  .mean-container .mean-bar {
    background-color: rgba(255, 255, 255, 0.95);
}

  .mean-bar .logo-mobile-menu img{
    width: 200px;
  }

  .mean-container .mean-nav > ul {
    height: auto !important;
}

  .icon-bar{
    left: 94%;
  }

  .slider1-area1{
    margin-top: 90px !important;
}

.slider-content1 .title-container .title1 {
  font-size: 20px;
}

.title1{
  font-size: 40px !important;
}

.default-big-btn{
  padding: 5px 0;
  font-size: 10px;
}


.culture_physio .about-us-img .v1, .culture_physio .about-us-img .v2, .culture_physio .about-us-img .v3 {
  position: initial; 
  text-align: center;
}


.culture_physio .about-us-img .v1 img, .culture_physio .about-us-img .v2 img, .culture_physio .about-us-img .v3 img{
 margin-top:20px;
 width: 200px;
}

.blog_physio .news_list .news_item{
  margin-top: 20px;
}

.blog_physio .news_list .thumb img{
  width: 100%;
}

.blog_physio .event-content{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .internship .img_stack .img1,  .internship .img_stack .img2{
    position: initial;
  }
  
  .internship .img_stack .img2{
    margin-top: 20px;
  }

  .career_ops .hvrbox .hvrbox-layer_top {
    left: 112px;
}

.map-area .contact-form2 {
  width: 90%;
  position: initial;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
}