@media (min-width: 1400px){

	.custom-table.mp-table .table > tbody > tr > td {
		padding: 11.9px 20px !important;
	}
	.custom-table .table > tbody > tr > td{
		padding: 11.9px 10px !important;
	}
	.action-btn a {
		margin: 0 10px;
	}
	.fancybtn {
		min-width: 130px;
		/* font-size: 14px;*/
		padding: 12px 22px;
	}
	.lg-btn {
		padding: 15px 35px !important;
	}
	.loan-option .dropdown .textbox {
		height: 32px;
		min-width: 122px;
	}
	.widget-calc .col:nth-child(even) {
		max-width: 42%;
	}
	.widget-calc .value-box {
		padding: 15px 15px;
	}
	.card-slider .slick-slide img{
		height: 150px;
	}
	.modified_loanchart .col {
		font-size: 13px;
		color: #8b9099;
	}
	.title-heading.modified_loanchart h2 {
		font-size: 13px;
	}
}
@media (max-width: 1400px) {
	.loan-status .table > thead > tr > th + th, .loan-status .table > tbody > tr > td + td {
		width: 50% !important;
	}
	.x-btns .fancybtn {
		padding: 10px 7px;
		letter-spacing: -0.3px;
		font-size: 12px;
	}
	.currency-value {
		font-size: 12px;
	}
	.g-block{
		padding: 15px 20px;
	}
}
@media (max-width: 768px){
	
/* Start Code*/

.table_layfixed {
    table-layout: initial;
    }
		table {
			table-layout: initial !important;
		}
		.custom-table-striped .table > thead > tr > th {
			white-space: nowrap;
		}
	  .loan_filterBtn {   
			width: 50%;
			color: #000;
			display: flex;
			float: left;
		}
	   .m-b-20 {
			margin-bottom: 0px!important;
		}
		.search-filter fieldset {
		width: 160px;
		margin:5px auto;
		}
		
		.user_statics .col.text-center {
    margin: 5px 0;
} 
		
/* End Code */

	.hidden-xs {
		display: none!important;
	}
	.user-profile .user-pro-body .u-dropdown {
		margin: 6px 0 0 0;
	}
	.navbar-header {
		background: #f5f6fa;
		max-height: inherit;
	}
	.content-wrapper .top-left-part {
		padding: 0;
		float: left;
		width: 100%;
	}
	.top-right-part {
		position: static;
		left: 0;
		right: 0;
		background: #fff;
		margin-left: 200px;
		float: left;
		width: 100%;
	}
	.navbar-header .navbar-toggle {
		float: none;
		padding: 3px 7px 2px;
		line-height: normal;
		color: #bac0cc;
		margin: 0;
		border-radius: 3px;
		background: #fff;
		position: absolute;
		right: 20px;
		border: 1px solid #bac0cc;
		top: 22px;
		z-index: 1;
	}
	.content-wrapper .top-right-part {
		margin-left: 0;
	}
	.user-profile {
		border-bottom: 1px solid #d0d0d0;
		margin: 0;
		padding: 6px 0;
	}
	#side-menu {
		margin: 2% 0 0;
	}
	.navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
		background: #233990;
		color: #fff;
		border-color: #233990;
	}

}