*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Arial';
	box-sizing: border-box;
}
body h4{
	font-size: 14px;
	font-weight: bold;
}
body h6{
	font-size: 14px;
	font-weight: bold;
}
body a:hover{
	text-decoration: none;
}
body p{
	color: #555;
}
.header-text{
	background-color: #6a0903;
	color: #fff;
	/*width: 100%;*/
}
.header1_menu ul{
	list-style-type: none;
	float: right;
}
.header1_menu a {
	text-decoration: none;
	padding: 0px 20px;
}
.header-text1{
	font-size: 12px;
}
.header{
	background-color: #f3e5ab;
}
.header a{
	color: #555;
	font-size: 13px;
	padding: 8px 0px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f3e5ab;
  min-width: 210px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  padding: 10px 25px;
  color: #666666;
  text-decoration: none;
  display: block;
  font-size: 13px;
}
.dropdown-content a:hover {
	background-color: #6a0903;
	color: #fff;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #f16334;
}

.footer-text{
	background-color: #6a0903;
}
.footer-text p{
	line-height: 8px;
}
.footer-text a{
	font-size: 12px;
	color: #fff;
}
.footer-text a:hover{
	color: #d9d9d9;
}
.footer-text p{
	color: #fff;
	font-size: 12px;
}
.fees-text ul li{
	list-style-type: none;
	font-size: 12px;
}
.line-border{
	background-color: #6a0903;
}
.rss-text{
	font-size: 12px;
	color: #555;
}
.form-row label{
	font-size: 13px;
}
.form-control{
	padding: 9px;
	font-size: 13px;
}
.form-control:focus{
	box-shadow: none;
	border: 1px solid #6a0903;
}
.form-button{
	background-color: #6a0903;
	color: #fff;
	font-size: 13px;
}
.footer-menu ul{
	list-style-type: none;
	padding: 10px 0;
}
.footer-menu a{
	color: #d9d9d9;
	font-size: 12px;
	padding: 0px 20px;
}
.about-text p{
	font-size: 13px;
	color: #000;
	line-height: 21px;
}
.about-text span{
	color: blue;
	cursor: pointer;
}
.about-text1 P{
	font-size: 13px;
	color: #003a7a;
	line-height: 21px;
}
.contect-text{
	font-size: 13px;
}
.contect-text span{
	color: #003a7a;
	cursor: pointer;
}
.contect-text span:hover{
	color: #6a0903;
}
.details-page{
	font-size: 13px;
	line-height: 21px;
	color: #000;
}
.table-bordered{
	border: 2px solid #000;
}
.table-bordered tr{
	border-bottom: 2px solid #000;	
}
.table-bordered td{
	border-right: 2px solid #000;
}
.table-bordered th{
	border-right: 2px solid #000;
}
.table td span{
	font-weight:normal; 
	line-height: 50px; 
}
.lest-box-text h6{
	color: #003a7a;
}
.lest-box-text p{
	font-size: 12px;
}
.news-img p{
	font-size: 13px;
	color: #555;
	line-height: 0;
}
.banner-imge{
	background-image: url(image/banner_small.jpg);
	border-image-width: 100%;
	background-repeat: no-repeat;
	height: 200px;
}
.banner-imge h5{
	padding-top: 80px;
}

.dot-herarchey{
	height: 12px;
	width: 12px;
	background-color: #008140;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top: 60px;
}









@media (max-width: 575.98px) 
{ 
	.lest-box-text{
		padding-left: 30px;
	}
}

@media (max-width: 767.98px) 
{
	.lest-box-text{
		padding-left: 30px;
	}
}

@media (max-width: 991.98px) { ... }


@media (max-width: 1199.98px) { ... }