@media (max-width: 370px){
	body[data-layout=horizontal] .logo-box {
		padding-right: 0;
	}
	#topnav .navbar-toggle .lines {
		margin:15px 10px 0 0;
	}
	.right-bar .card-box:last-child {
		margin-bottom: 30px;
	}
	.cbtns a {
		width: 100%;
	}
	.cbtns a:not(:last-child) {
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.navigation-menu>li .submenu li a:hover {
    	color: #0094c9;
    	font-weight: 600;
	}
}
@media (max-width: 991px) {
	.cflex:not(:last-child){
		margin-bottom: 5px;
	}
	#topnav a.nav-link.dropdown-toggle.nav-user {
    	border: none;
    	background: #ffffff;
    	box-shadow: none;
	}
	 #navigation{
	 	background: #152032;
	 }
	.navigation-menu>li>a {
		font-size: 16px;
		color: #ffffff;
	}
	#topnav .has-submenu.active>a,
	#topnav .has-submenu a:hover,
	#topnav .has-submenu a:focus {
	    color: #6ad7ff;
	    font-weight: 600;
	}
	#topnav .navigation-menu>li .submenu li a {
		color: #7c9ebd;
	}
}	
@media (max-width: 767px) {
	.fnc .cflex{
		padding: 0;
	}
	.fnc .o1{
		margin-bottom: 5px;
	}
	.fnc {
		margin-bottom: 5px;
	}
	.o1 {
		order: 1;
	}
	.o2 {
		order: 2;
	}
	.sortbox {
		padding: 20px;
	}
	.sortbox .dropdown-menu.show {
		width: 100%;
	}
	.sortbox .sbb{
    	margin-bottom: 8px;
	}
	.slimScrollDiv {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
	}
	.right-bar {
		width: 80%;
		right: -81%;
	}
	.steps {
		margin-bottom: 20px;
	}
	.pcat {
		order: 2;
	}
	.psearch {
		order: 1;
	}
	.ccard {
		margin-bottom: 20px;
	}
	a.rfixbtn {
		display: none;
	}
	div#myBtnContainer button.bc:not(:last-child) {
		margin-bottom: 6px;
	}
	ul.cprogress {
	    display: inline-flex;
	    padding: 0;
	    margin: 0;
	}
	ul.cprogress li.active:after {
		bottom: 0;
		border-top: 10px solid #38414a;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: none;
		position: relative;
		top: 29px;
		z-index: 1;
	}
	ul.cprogress li h1 {
		font-size: 13px;
	}
	ul.cprogress li h2 {
		font-size: 12px;
	}
	ul.cprogress li {
	}	

	.navbar-custom{
		display: flex;
	    justify-content: space-between;
	    flex-flow: row-reverse;
	}
}

@media (min-width: 768px) {
	.sb {
		background: rgba(255,255,255,.8);
		padding: 20px;
		margin-bottom: 20px;
	}
	.ccard {
	    margin-bottom: 30px;
	}
	.right-bar {
		width: 500px;
		right: -510px;
	}
	.steps {
		margin-bottom: 30px;
	}
	.right-bar {
		width: ;
	}
	ul.cprogress {
	    padding: 0;
	    margin: 0;
	}
	ul.cprogress li.active:after {
		bottom: 0;
		border-top: 10px solid #38414a;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: none;
		position: relative;
		top: 29px;
		z-index: 1;
	}
	ul.cprogress li h1 {
		font-size: 14px;
		padding-top: 6px;
	}
	ul.cprogress li h2 {
		font-size: 13px;
	}
	ul.cprogress li {
	}	
}
@media (min-width: 768px) and (max-width: 999px) {
	div#myBtnContainer button:not(:last-child) {
		margin-bottom: 4px;
	}
	.sbb {
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
}	