.clear{
	clear:both;
}
.plr-30{
	padding:0 30px;
	padding-top:10px;
}
.page-left-sect{
	float:left;
	width:25%;
}
.page-right-sect{
	float:right;
	width:72%;
}
.custom__left-inner {
    padding: 12px 10px;
    background-color: #e2e7e9;
    border-radius: 5px;
    /* min-height: 458px; */
}
.custom__menu-title {
    font-size: 17px;
    color: #fff;
    padding: 13px 18px;
    border-radius: 5px;
    background-color: #185AA3;
    margin-bottom: 15px;
}
.custom__menu-wrapper {
	width:100%;
	cursor:pointer;
	padding:0px;
}
.custom__menu-item {
    padding: 0 10px;
    margin-bottom: 3px;
    border-radius: 4px;
	line-height: 35px;
	list-style: none;
	background:#EFEFEF;
}
.custom__menu-item:hover{
	background:#FFF;
}
.custom__menu-item.active, .custom__menu-item:hover, .faq__tab-panel-title li>a:hover {
    background-color: #fff;
}
.custom__menu-wrapper ul,.custom__menu-wrapper ul li{
    padding: 0;
    list-style: none !important;
    margin-bottom: 0;
}

.ilce-btn{
	float:left;
	padding:5px 12px;
	text-align:center;
	margin-right:8px;
	background:#EFEFEF;
	margin-top:4px;
	margin-bottom:4px;
	cursor:pointer;
	border-radius:5px;
}

.ilce-btn:hover{
	background:#E37C33;
	color:#FFF;
}

.ilce-btn.active{
	background:#E37C33;
	color:#FFF;
}


@media screen and (max-width:768px) {
	.page-left-sect{
		float:left;
		width:100%;
		padding-top: 35px;
	}
	.page-right-sect{
		float:right;
		width:100%;
	}
	.plr-30{
		padding:0 0px;
		padding-top:10px;
	}
}