.current-navbar
{
	background:#af3463 !important; color:#FFF !important;
}

.page-banner, .page-banner .breadcrumb, .page-banner h3
{
	font-family: Roboto, sans-serif !important;
}
.inner-page-header
{
	//font-size: 26px; 
	color: #af3463; 
	font-family: 'Roboto', sans-serif; 
	font-weight: bold; 
	letter-spacing: 1.2px;
}

.custom-list {
    line-height: 25px;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto' , sans-serif;
}

.section-header
{
	margin-bottom:0px !important;
}
.section-header h3 {
    color: #000;
    font-family: 'Roboto' , sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    //margin-bottom: 22px;
	//margin-bottom: 10px;
    margin-top: 10px;
    //text-transform: uppercase;
}

.header_s .ownavigation .submit-btn a {
    color: #af3463;
    display: inline-block;
    padding: 7px 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

.ownavigation .navbar-nav li a, body {
    font-family: 'Roboto' , sans-serif !important;
}

@media (min-width: 992px)
{
	.header_s .ownavigation .navbar-nav>li>a 
	{
		margin-bottom: 0;
		padding: 5px 12px !important;
		position: relative;
		margin-top: 25px;
	}
	.pop_inr{
	    width:100%;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
    .pop_inr{
	    width:100% !important;
	}
}




.enq_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
    
}
.enq_pop_flex {
    height: 100%;
    justify-content: space-around;
}
.pop_inr {
    background: #fff;
    padding: 5px;
    flex-basis: 45%;
    text-align: center;
    padding: 40px 0;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.9);
     border-radius: 10px;
     width: 30%;
    margin: 0 auto;
    
    margin-top: 25px;
     
}
.enq li input, .enq li textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ccc;
    height: 50px;
    padding: 0 10px;
    color: #333;
    padding: 10px;
}
.enq li{
    margin: 10px 0;
}
.fa-close {
    top: 10px;
    position: relative;
    background: rgba(255,255,255,0.9);
    width: 25px;
    line-height: 25px !important;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.fa-close:hover{
     background: #f00;
    color: #fff;
}