/**
 * Created by Satyam for Rann Utsav Page Design on 13-12-2022
*/

.RU_Box_Head p{	
    color: #a50021;
}
.RU_Box_Head button{	
	font-weight: bold;
    color: #ff6e00;
}

#RU_Box_Accordion .panel .panel-heading {
	cursor: pointer;
	background: #ff6e00 !important;
	color: white !important;
}

[data-toggle="collapse"] .fa:before {
	content: "\f077"
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f078";
}
	
.RU_tab_header{
	color: #092546;
	text-shadow: 0px 0px 11px grey;
}
#RU_tnc_PopUp_Box .modal-header {
	background: #ff6e00;
	padding: 10px;	
}

#RU_tnc_PopUp_Box .modal-body{
	max-height: calc(80vh - 120px);
	overflow-y: auto;
	font-size: 12px;
}	

#RU_tnc_PopUp_Box .modal-body ul{
	list-style: circle;
}

.RU-box-link{
	color: #ff6e00;
}
.RU_tent_ul_li{
	color: #092546;
	list-style: circle;
}

.RU_tent_ul_li li {
	line-height: 2em;
	height: auto;
	font-weight: bold;
}
.RU_box_Carousel{
	margin-bottom: 15px;
}
.RU_box_Carousel .item img{
	width: 100% !important;
	vertical-align: middle !important;
	min-height: 250px !important;
	max-height: 250px !important;
}

.RU_box_Carousel .owl-dots .owl-dot{
	background: #092546;
}
.RU_box_Carousel .owl-dots .owl-dot.active
{ 
	background: #ff6e00;
}
.RU_Facilities_header{
	color: #ff6e00;
}
.ui-widget-header {
	background: #092546;
	border: 1px solid #092546;
}
#ru_form_submit{
	background-color:#ff6e00;
	color:white;
	width:100%;
}
.RU_widgets h4{
	background-color:#867753; 
	border-color:#867753; 
	color:white;
}
.RU_Panel_Right .panel-heading{
	background-color:#092546;
	color:white;
	cursor: pointer;
}