@media screen and (min-width: 1200px) {
	.expert-item{
		width: 100%;
		height: 100%;
	    min-height: 257px;
	    position: relative;
	    overflow: hidden;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px)  {
	.register .nav-tabs{
		width: 30%;
	}
}

@media screen and (max-width: 1200px) {
	.hiw-item-text h3, .hiw-item-text p{
		text-align: left;
	}
}
@media screen and (max-width: 992px)  {
	.dashboard-header .navbar-toggler-icon {
	    background-image: url(../images/menu.png);
	}

	.dashboard-header .show_cross{
		 background-image: url(../images/menucross.png) !important;
	}

	.justify-space-between{
		justify-content: space-between;
	}
	.md-none{
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px)  {
	.register .nav-tabs{
		width: 40%;
	}
	.w-90{
		width: 90%;
	}
}


@media screen and (max-width: 767px)  {
	.sm-none{
		display: none !important; 
	}
	.dashboard-header .custom-navbar{
		padding: 10px;
	}
	
	
	.navbar-right-top .nav-item .nav-link {
	    padding: 10px 12px 5px 12px;
	}
	/* Responsive Category Css */
	.category {
		max-height: 60px;
	}
	.category a{
		display: flex;
	}
	.category-item img{
		width: 60px;
		height: 60px;
	}
	.category a h4{
		flex-grow: 1;
		padding: 0;
		font-size: 12px;
		margin: 0;
		padding-left: 8px;
		align-items: center;
		display: flex;
		line-height: 1.4;
		text-align: left;
	}
	/* Hire SCOPE CSS */
	.hire-mt-mb{
		margin: 0;
	}
	.hire-mx-20{
		margin: 0;
	}
	/* Responsive LOGIN and SIGNUP CSS */
	.login-area{
		padding-bottom: 85px;
		margin-top: 15px;
	}
	.login{
		margin: 0;
	}
	.register{
		margin-top: 0;
		padding: 3% 8%;
		padding-bottom: 85px;
	}
	.register-left-block-content{
		flex-direction: unset;
		padding-bottom: 15%;
	}
	.width-50{
		width: 50%;
	}
	.register-left-block-content div h3{
		font-size: 18px
	}
	.register-left-block-content div p{
		font-size: 14px
	}
	.btnRegister{
	    width: 148px !important;
	    min-width: 148px!important;
	}
	/* tab-content */
	.register .nav-tabs{
		width: 100%;
		margin-top: 7%;
	}
	.register .nav-tabs .nav-link{
		height: 40px;
	}
	.register .nav-tabs .nav-link.active{
		width: calc(100% - 0px);
	}
	/* register-form */
	.register-heading{
		margin: 0;
		font-size: 24px;
	}
	.register .register-form{
		margin-top: 0;
		padding: 30px 0;
	}
	.btnRegister{
		width: 100%;
	}
	/* how it works css */
	.hiw-item{
		text-align: left;
	}
	.hiw-item-text p{
		margin-left: 20px;
	}
	.empty-page-card{
		padding: 50px 0;
	}
	.empty-page p {
	    font-size: 24px;
	}
	.empty-icon i {
	    font-size: 30px;
	}
	.search_input .form-control-lg{
		height: 40px;
	}
	.search_input button{
		height: 40px !important;
		width: 100px !important;
	}

	/* Job details */
	.price{
		width: 50%;
	}
	.submit-proposal{
		margin-top: 30px;
	}

	/* messagin css */
	.chat-module {
	    height: calc(100vh - 50px);
	}

/*=================================
	New Hero Area
	Author: Md Sazzad Hossain
	Date: 22th Dec 2020;
===================================*/
 	.job-search-form h3 {
 	    font-size: 14px;
 	    line-height: 22px;
 	    padding: 0 29px;
 	}
 	.job-search-form h2 {
 	    font-size: 20px;
 	    line-height: 30px;
 	}
 }