/*new events page uroonco*/
.ban-uro {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.mypara1 {
	font-size: 22px;
    color: #170000;
    text-align: left;
}
.doc_profile {
    text-align: center;
}
img.doc_imag {
    border-radius: 15px;
}
p.doc_name {
    margin-top: 9px;
    color: #0764a2;
    font-size: 18px;
    font-weight: bold;
    padding: 0px !important;
    font-family: sans-serif!important;
    margin-bottom: 0px !important;
}
p.qual {
    padding: 0px !important;
    color: gray;
    font-family: sans-serif!important;
    margin-bottom: 0px !important;
}
h1.myhead1 {
    text-align: center;
    font-size: 22px;
    padding: unset;
    font-weight: bold;
    font-family: 'Baloo Paaji', cursive !important;
}
h1.myhead {
    font-weight: bold;
    font-size: 22px;
    font-family: sans-serif!important;
}
p.event_dates {
    text-align: center;
    font-size: 22px;
    padding: unset;
    font-weight: bold;
    font-family: 'Baloo Paaji', cursive !important;
}
table.table_out tr, td, th {
    border: 1px solid black;
    padding: 10px !important;
    font-family: Lato,sans-serif!important;
    width: 1%;
}
tr.table_col1, tr.table_col2 {
    background: #3c9aa6;
    color: white;
    font-size: 18px;
    font-family: Lato,sans-serif!important;
}
p.event_dates {
    text-align: center;
    font-size: 22px;
    padding: unset;
    font-weight: bold;
    font-family: 'Baloo Paaji', cursive !important;
}

/*new events page uroonco end*/

.banner{
	background: url(../img/Infrastructure-1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
h1.page_header {
	color: #126b92 !important;
	text-align: center;
	padding: 65px 0px;
	font-size: 40px;
	margin: 0px;
}
li.menu-items a {
	color: #75797c;
	font-weight: 700;
	font-size: 15px;
}
li.menu-items {
	list-style: none;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #42b3e5;
}
li.current_page{
	background: #12777f;
}
li.current_page a{
	color: #fff !important;
}
ul#menu-about-us {
	padding: 0px;
}
.but h4 {
	color: #12777f;
	padding: 15px 5px;
	font-size: 15px;
	font-weight: 600;
}
.content a{
	color: #12777f;
}
h2.menu-title {
	font-size: 22px;
	font-weight: 700;
	color: #12777f;
}
.bread_crumb {
	background: #68d1a9 !important;
	margin:0px;
}
ul.bread_crumb li {
	display: inline-block;
}
.bread_crumb li:first-child {
	margin-left: 0;
}
.bread_crumb li, .bread_crumb li a {
	color: #fff;
	font-weight: 600 !important;
	line-height: 25px;
	letter-spacing: 1px;
}
.bread_crumb li:last-child {
	background-color: #3c9aa6;
}
.bread_crumb li:last-child:before {
	content: " ";
	display: inline-block;
	border-top: 14px solid rgba(20, 49, 93, 0);
	border-left: 14px solid #68d1a9;
	border-bottom: 14px solid transparent;
	border-right: none;
	margin-top: 0px;
	vertical-align: middle;
}
.bread_crumb li:last-child:after {
	content: " ";
	display: inline-block;
	border-top: 14px solid rgba(20, 49, 93, 0);
	border-left: 14px solid #3c9aa6;
	border-bottom: 14px solid transparent;
	border-right: none;
	margin-top: 0px;
	background: #68d1a9;
	vertical-align: middle;
}
.menu-items:hover{
	background: #12777f;
}
.menu-items:hover a{
	color: #fff;
}
.but h4:after {
	content: '';
	width: 0px;
	height: 2px;
	margin-top: 0;
	background-color: #12777f;
	color: #12777f;
	display: block;
	-webkit-transition: width .5s;
}
@media (min-width: 1251px) and (max-width: 1350px) {

}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px){

}
@media (min-width: 481px) and (max-width: 767px) {
	h1.page_header{
		padding: 40px;
	}
	.about_us{
		display: none;
	}
	.chk_pkgs{
		margin: 10px 0px;
	}
}
@media (min-width: 100px) and (max-width: 480px) {
	h1.page_header{
		padding: 40px;
	}
	.about_us{
		display: none;
	}
	.chk_pkgs{
		margin: 10px 0px;
	}
}
.but:hover h4:after {
	width: 100px !important;
}
.but:hover a{
	text-decoration: underline !important;
	color: #12777f !important;
}
