
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@300;400;500;700&display=swap');
body{
    margin: 0px;
    padding: 0px;
    
    background-color: #fff!important;
font-family: 'League Spartan', sans-serif;
}

.topblack {
	background: #0a0a0a;
	padding: 15px 30px  ;
	color: #dedede;
	font-size: 15px;
	display: flex;
	
}
.top_socialmedia a {
	color: #dedede;
	padding: 0px 8px;font-size: 18px!important;
}
.top_socialmedia a:hover {
	color: #c42b00!important;
}
.btn_blue  {
	background: #c42b00;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	font-weight: normal;
	border-radius: 20px;
	text-decoration: none;
}
.btn_blue:hover  {
	background: #fff;
	color: #000;
	font-size: 15px;
	padding: 10px 15px;
	font-weight: normal;
	border-radius: 20px;
	text-decoration: none;
}
.navbar-brand  span{
	color: #fed136;
	font-size:25px;font-weight:700;letter-spacing:0.1em;

}
.navbar-brand {
	color: #fff;
	font-size:15px;

	font-weight:700;
	letter-spacing:0.1em;
}

.navbar-nav .nav-item .nav-link{
	
	font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fff;

	text-transform: normal;
}
.navbar-nav .nav-item .nav-link:hover{color:#1f7db8!important; border-bottom: solid 1px #1f7db8;}
.navbar-expand-md .navbar-nav .dropdown-menu{
	
}
.navbar-nav {
	margin-bottom: 0px!important;
	
}
.navbar {
z-index: 1!important;	
}
.dropdown-item:hover{background-color:#fed136;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border-bottom: solid 0px rgba( 0, 0, 0, 0.2);
	}
	
.fixed-top {
	top:45px!important;
}
 .shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
	
	 top:-10px!important;
}
.shrink .nav-link {
	    color: #fff!important;

}
.shrink img {
	width: 90%;
	height: auto;
	padding-top: 10px;
}
.navbar-dark .navbar-toggler {
	
	
}
.navbar-toggler-icon {
	padding-top: 4px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
	
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:0px;
}
.dropdown-menu a {

		font-size: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;

	text-transform: normal;
	border-bottom: solid 1px #cacaca;

}
.dropdown-menu a:last-child {
		border-bottom: solid 0px #cacaca;
}
.submenu li {
	border-bottom: solid 1px #cacaca;
}
.submenu li:last-child {
	border-bottom: solid 0px #cacaca;
}
.dropdown-menu {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.dropdown-item:hover, .dropdown-item:focus {
	background: #8dc73f!important;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-menu {
	border: 0px!important;
	background: #0067b2!important;
	color: #fff;
	border-radius: 0px!important;
}

.slidemain {
		background: #393835;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: -210px;
	

	
}
.caption {
	width: 97%!important;

	top: 280px!important;
	  position: absolute;

left:3%;
 
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.caption h2 {

	color: #fff;
	font-size: 33px;
	font-weight: 600;
	padding-bottom: 20px;
}
.caption p {

	color: #fff!important;
	font-size: 18px!important;
	padding-bottom: 5px;
	padding-top: 5px;
}

.btn_more  {
	background: #c22c00;
	color: #fff!important;
	font-size: 18px!important;
	padding: 15px 50px;
	font-weight: normal;
	border-radius: 40px;
	text-decoration: none;
}
.btn_more:hover  {
	background: #fff;
	color: #000!important;
	font-size: 15px;
			padding: 15px 50px;
	font-weight: normal;
	border-radius: 40px;
	text-decoration: none;
}


/* Breakpoint XS */

.about ul li {
	color: #000046;
font-size: 16px !important;
text-align: left;
}
.about table {
	color: #000046;
font-size: 16px !important;
text-align: left;
}
.about h5 {
	font-size: 16px;
	color: #000;
}
@media (min-width: 376px) and (max-width: 991px)
{
    .hide-xs
    {
        display: none ;
    }


	
}
@media (min-width: 992px) and (max-width: 1799px) {
	.hide-lg {
		display: none ;
}
	
	}


/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 991px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}


/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}
/*# sourceMappingURL=bootstrap.css.map */
/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

@media (min-width: 200px) and (max-width: 768px) {
	
	
}

/* Breakpoint XS */
@media (min-width: 200px) and (max-width: 768px)
{
    .hidden-xs-down
    {
        display: none;
    }
	.carousel-indicators {
	justify-content: center;
	margin-right: 0px!important;
		width: 100%;
		bottom: -35px!important;}

}
/* Breakpoint LG */
@media (min-width: 769px) and (max-width: 1800px)
{
    .hidden-lg-down
    {
        display: none !important;
    } 
	
}

/* mobile view */
@media (max-width:500px)
{
	nav {
		border-bottom: 0px;
	}
	.navbar-nav{
		background-color:#1f7db8;
		border-top:3px solid #27acff;
		color:#fff!important;
		z-index:1;
		margin-top:5px;
		}
	.navbar-nav .nav-item .nav-link{
	padding: 1em 1em!important;
	font-size: 15px;
    font-weight: 400;
		color:#fff!important;
    }

	.navbar-brand img {
		width: 90%;
	}
}

@media (max-width:768px){
	.topblack {
		display: none;
	}
	

	 .shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
	
	 top:0px!important;
}
	
		.fixed-top {
	top:0px!important;
}
	
	.caption {
	width: 94%!important;
	float: left;
	top: 200px!important;
	  position: absolute;

left:3%;
 
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.caption h2 {

	color: #fff;
	font-size: 23px;
	font-weight: 600;
	padding-left: 15px;
}
.caption p {

	color: #fff!important;
	font-size: 16px!important;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
}

.slidemain {
		background: #393835;
	height: auto;
	overflow: hidden;
	
	
}
}
 
div#bac_tab_1 {
  border: 1px solid #1f7db8;
    border-bottom-color: rgb(27, 67, 132);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: none;
  cursor: pointer;
  width: 170px;
  height: 34px;
  overflow: hidden;
  background: #1f7db8;
  color: #ffffff;
  padding: 8px 0px 8px 0px;
  position: fixed;
  top: 250px;
  right: -68px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9999999;
  font-size: 18px;
	border-radius: 20px 20px 0px 0px;
}

.bac_tab {
  font-weight: bold;
}

div#bac_content_main_1 {
  opacity: 0;
  position: fixed;
  overflow-y: scroll;
  width: 500px;
  max-width: 100%;
  height: 100%;
  background: #ffffff;
  color: black;
  top: 0px;
  right: -500px;
  padding: 0px;
  margin: 0px;
  z-index: 9999999;
}
.bac_content_main {
  width: 300px !important;
  top: 70px !important;
  height: 370px !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

div#bac_close_slider_1 {
  top: 0px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #0000007a;
  padding: 0px;
  overflow: hidden;
}

.bac_close_slider_icon {
  left: unset !important;
  top: 5px !important;
  right: 5px !important;
  background: transparent !important;
  z-index: 999;
  color: #224887 !important;
}

#bac_close_slider_1 img {
  max-width: 100%;
}

div#bac_overlay_1 {
  cursor: url(../images/cursor_close.png), auto;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background: rgba(49, 49, 49, 0.65);
}

.bac_overlay_display_cross {
  cursor: url(../images/cursor_close.png), auto;
}


.bac-form-control-wrap {
  position: relative;
}

.bac-form label { width: 100%; }
.bac-form input { width: 100%; padding: 5px; padding-left: 12px; }
.bac-form .bac-submit { background-color: #e94d4e; border-radius: 5px; color: #fff; width: 100%!important; }
.bac-response-output { color: red; }
.bac-spinner { display: none; }


.bac-form-control {
 border-radius: 50px;
  padding: .8em 1.2em!important;	
	border: 1px solid rgba(0,0,0,.1);
	
}
.bac_content_inner {
	padding: 20px;
}

.btn_bac  {
	background: #1f7db8;
	color: #fff!important;
	font-size: 18px!important;
	padding: 10px 30px!important;
	font-weight: normal;
	border-radius: 40px;
	text-decoration: none;
	border:0px;
}



.key_perfo {
	background: #fff;
	padding: 40px 120px!important;
	text-align: center;
}
.key_perfo h1 {
	color: #c42b00;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans Malayalam', sans-serif
}
.key_perfo h3 {
	color: #c42b00;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans Malayalam', sans-serif
}
.key_perfo h4 {
	color: #c42b00;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans Malayalam', sans-serif
}
.key_perfo h5 a{
	color: #464646;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans Malayalam', sans-serif
}
.key_perfo h2 {
	color: #464646;
	font-size: 23px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans Malayalam', sans-serif
}
.wat_deli {
	background: #ffffff;
	padding: 50px!important;
}
.wat_deli h2 {
	color: #05113b;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
}
.wat_deli p {
	color: #1f1f1f;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	line-height: 26px;
}

.key1 {
	background: #fff5eb;
	border-radius: 5px 50px 5px 50px;
	padding:30px 25px!important;
	font-size: 22px;
/*-webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.17);
box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.17);*/
	border-bottom:solid 8px #ffd2a4;
}
.key2 {
	background: #fff5eb;
	border-radius: 5px 50px 5px 50px;
	padding:30px 25px!important;
	font-size: 22px;
border-bottom:solid 8px #ffd2a4;
}

.key3 {
	background: #fff5eb;
	border-radius: 5px 50px 5px 50px;
padding:30px 25px!important;
	font-size: 22px;
border-bottom:solid 8px #ffd2a4;
}
.key4 {
	background: #fff5eb;
	border-radius: 5px 50px 5px 50px;
	padding:30px 25px!important;
	font-size: 22px;
border-bottom:solid 8px #ffd2a4;
}
.key5 {
	background: #fff5eb;
	border-radius: 5px 50px 5px 50px;
	padding:30px 25px!important;
	font-size: 22px;
border-bottom:solid 8px #ffd2a4;
}
.key6 {
	background: #fff5eb;
	border-radius: 5px 50px 5px 50px;
	padding:30px 25px!important;
	font-size: 22px;
border-bottom:solid 8px #ffd2a4;
}
.icontxt {
	font-family: 'Noto Sans Malayalam', sans-serif;
	text-align: left!important;
}
.icontxt h3{
	color: #000046;
		font-size: 20px!important;
	text-align: left!important;
}

.icontxt p{
	color: #000046;
		font-size: 16px!important;
	text-align: left;
}
.equal {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}

.res_image img {
	width:100%;
	height: auto;
}
.btn_main {
	background: #1f7db8;
	color: #fff!important;
	font-size: 20px!important;
	padding: 15px 35px!important;
	font-weight: normal;
	border-radius: 40px;
	text-decoration: none;
	border:0px;
}
.btn_main:hover {
	background: #0e5886;
	color: #fff!important;
	font-size: 20px!important;
	padding: 15px 35px!important;
	font-weight: normal;
	border-radius: 40px;
	text-decoration: none;
	border:0px;
}
.cotact_align {
	margin-top: -40px;
}

.formnew {border-radius: 30px;
padding: 22px;}


.footermain {
	background: #3e3e3e;
	padding: 30px;
	color: #fff;
	line-height: 26px;
}
.footermain h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.footermain p {
	font-size: 16px;
	
}
.footermain ul {
	margin: 0px;
	padding: 0px;
}
.footermain ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footermain ul li a{
	color: #fff;
	text-decoration: none;
}
.footermain ul li a:hover {
	color: #ffc200;
	text-decoration: none;
}
.footermain ul li i{
	padding-right: 5px;
}
.footer_so {
	float: left;
	padding-right: 15px!important;
	font-size: 22px!important;
	padding-top: 15px!important;
}
.copy {
	background: #1f1f1f;
	padding: 20px 30px 5px 30px!important;
	color: #fff;
	font-size: 15px;
}

.modal-dialog{
	max-width: 80%;
}
.modal-dialog img {
	width: 100%;
	height: auto;
}
.modal-title {
	font-family: 'Noto Sans Malayalam', sans-serif
}
@media (max-width:768px){
.modal-dialog{
	max-width: 100%;
}
	}
@media (max-width:768px){
	.key_perfo {

	padding: 40px 10px!important;

}
	.cotact_align {
	margin-top: 0px;
}
	
	.focus_area p {
	color: #1f1f1f;
	font-size: 20px;
	font-weight: 500;
	padding: 0px 40px;
}
.col-md-13 {
	  flex:none;
  max-width:100%!important;
	padding-right: 15px;
padding-left: 15px;
	margin-bottom: 30px;


}
	.focus_contact {
	padding-top: 20px;
}
	.spss_icon {
	background: #fff;
	border-radius: 100%;
	padding:28px 28px;
	height: 125px;
	width: 125px!important;
	margin-bottom: 10px;
}
}
.inner_header {
	background: #fff;
	box-shadow: -1px 0px 17px -7px rgba(0,0,0,0.31);
-webkit-box-shadow: -1px 0px 17px -7px rgba(0,0,0,0.31);
-moz-box-shadow: -1px 0px 17px -7px rgba(0,0,0,0.31);
	border-bottom: solid 1px #cecece;
}
.main_data {
	padding: 20px 50px;
}
.innerlogo {
	justify-content: flex-start!important;
	padding-left: 25px;
}
.innerlogo h2 {
	padding-left: 25px;
	font-size: 26px;
	color: #000;
}
.bookingtable th {
	background: #7a2b15;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.bookingtable td {

	color: #2F0405;
	font-size: 16px;
	font-weight: 500;
}
.bordertd div{
	border-bottom: solid 1px #bcbcbc;
	padding: 15px 0px;
}
.bordertd div:last-child{
	border-bottom: solid 0px #bcbcbc;
	padding: 15px 0px;
}
.btn_new {
	
	vertical-align: middle;
	margin-top: 5px;
	background: #466f28!important;
	border:0;
	padding: 8px 25px;
	
}
.btn_new:hover {
	
	vertical-align: middle;
	margin-top: 5px;
	background: #8c1906!important;
	border:0;
	padding: 8px 25px;
	
}
.valign{
	vertical-align: middle;
}
.bookingform{
		background: #fff5eb;

	padding:30px 25px!important;
	font-size: 22px;
	border:solid 1px #ecbb89;
/*-webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.17);
box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.17);*/
	border-bottom:solid 8px #ffd2a4;
}
.bookingform ul {
	margin: 0px;
	padding: 0px;
}
.bookingform ul li {
	margin: 0px;
	padding: 10px;
	list-style: none;
	font-size: 17px;
}
.bookingformfeild {
	border-radius: 0px;
}
.inner_header {
	padding: 0px 20px;
}
.innerbanner img {
	width: 100%;
	height: auto;
}
.programs-box .panel-pricing {
  border-color: #3f4639;
}
	.headmain {
	text-align: left;
		padding-top: 22px;
	}
	.inner_header {
	padding: 0px 20px;
		text-align: left;	
}
.headmain h2 {
	text-align: left;		
}
.headmain h3 {
	text-align: left;		
}
.pgmcenter {
	color: #4a1006
}
.pgmcenter h2 {
	font-size: 20px;
	font-weight: 600;
}
.pgmcenter p {
	font-size: 18px;
	font-weight: 500;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.programs-box .panel-pricing > .panel-heading {
  color: #ffffff;
  background-color: #4a1006;
  border-color: #494014;
	padding: 10px 0px;
}
.programs-box .panel-pricing > .panel-heading h3 {
	font-size: 24px;
	line-height: 36px;
}
.programs-box .panel-heading i {
  font-size: 28px;
}
.offline {
  position: absolute;
  top: -6px;
  right: 8px;
}
.center {
  font-size: 17px;
	color: #8c1906;
	font-weight: 600;
	padding-top: 15px;
}
.online {
  font-size: 20px;
	color: #129505;
	font-weight: 600;
	padding-top: 15px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-footer {
  padding: 15px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
    border-top-width: 1px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sktmore {
  background-color: #8aac47;
  color: #fff;
  margin: 0;
  padding: 15px 30px 12px 30px;
	border-radius: 5px;
/*  display: table;*/
}
.sktmore:hover {
  background-color: #860e00;
  color: #fff;
  margin: 0;
 padding: 15px 30px 12px 30px;
	border-radius: 5px;
	text-decoration: none;
/*  display: table;*/
}
.headmain h3{
	font-size: 20px;
	font-weight: 600;
}

.headmain h2{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 8px;
	color: #8c1906;
}
.headmain h2 span {
		color: #466f28;
}

.monthhead {
	border:solid 1px #fff;
	border-right: 0px;
}
.monthhead h2 {
	background: #7a2b15;
	color: #fff;
	font-size: 16px;
	padding: 14px 14px 14px 14px;
	font-weight: 600;
	margin-bottom: 0px!important;
	
}
.month {
	border:solid 1px #7a2b15;

}
.month p {
padding: 15px 14px 14px 14px;
		color: #7a2b15;
	font-weight: 600;
	font-size: 20px;
}

.booking_btn {
	
	vertical-align: middle;
	
	background: #466f28!important;
	border:0;
	padding:12px 15px 8px 15px;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 13px;
	
}


.booking_btn:hover {
	
	vertical-align: middle;
	
	background: #8c1906!important;
	border:0;
	padding:12px 15px 8px 15px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	
}


@media (max-width:768px){
	.inner_header {
	padding: 0px 20px;
		text-align: center!important;
}
	.headmain {
	text-align: center;	
			padding-top: 5px;
	}
	.headmain h2 {
	text-align: center;		
}
.headmain h3 {
	text-align: center;		
}
	.main_data {
	padding: 0px 20px;
}
	.programs-box {
		padding: 10px 20px;
	}
	.pgmcenter {
		text-align: center;
	}
}


td, th { padding: 8px; padding: .5rem;
}

th {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}


.table {
  width: 100%;
  padding: 16px;
  padding: 1rem;
}

.table__heading { 
	  background: #7a2b15;
  color: #fff;

	border-bottom: 0px solid #FFC842; }
.booknow {
	padding-top: 15px;
	padding-bottom: 5px;
}
.text_dr {
	text-align: right;
}
.monthtext {
	vertical-align: middle!important;
}
 @media (max-width: 32rem) {
 .table__heading {
display: none;
}
 .table__content {
 display: block;
 padding: .5rem 0;
}
 .table__row {
 margin: .25rem 1rem;

 display: block;
 border-bottom: 0px solid #FFC842;
}
 .table__content:before {
 content: attr(data-heading);
 display: inline-block;
 width: 6rem;
 margin-right: .5rem;
 color: #7a2b15;
 font-size:14px;
 font-weight: 700;

 text-transform: uppercase;
 letter-spacing: 2px;
}
 .monthtext:before {
 content: attr(data-heading);

 color: #fff;
	 text-transform: uppercase!important;

}	 
	 .booknow {
	padding-top: 30px;
	padding-bottom: 5px;
}
.text_dr {
	text-align: center;
}
	 .monthmbg {
		 background: #7a2b15;
		 color:#fff!important;
		 	 text-transform: uppercase!important;
	 }
}

h1 {
  margin: 150px auto 50px auto;
  text-align: center;
}
.terms {
	padding: 20px 35px!important;
}
.terms h2 {
	color: #7a2b15;
	font-size: 20px;
	font-weight: 600;
}
.terms ul {
	margin: 0px;
	padding: 0px 15px;
}
.terms ul li {
	margin: 0px;
		padding: 5px 5px;
	list-style: decimal;
	font-size: 17px;
	text-align: justify;
}
.termsmal {
	font-family: 'Noto Sans Malayalam', sans-serif
}
.confirmation {}
.confirmation h3 {
	font-size: 24px;
	color:#8c1906;
}
.confirmation p {
	font-size: 20px;
}