.h-d-1, .h-d-m
{
    
    height: auto;
}

.h-d-m:after, .h-d-1:after{
    
    content: "";
    display: table;
    width: 100%;
}
#view_jobs
{
    width: 100%;
}
.cnt-bx-3-4, .cnt-bx-rt-bx, .cnt-bx-rt-bx ul li
{
    width: 100%;
}
.stick-ttl
{
    width: 100%;
    border-radius: 5px;
}
.stick-ttl.fixed
{
    left: 0px;
    padding: 30px;
}
a.applyNow
{
    color: #fff!important;
}
a.jobMor
{
    text-decoration: none;
}
.wrapStable
{
    width: 100%;
}
.incomplete_alert
{
    width: 100%;
}

.textbox_border_style, .selectlist, .login-box .text, .textbox_border_style_error
{
    width: 100% !important;
    max-width: 100% !important;
}
 

/*block companies*/
.block_head_container
{
    box-sizing: border-box;
    padding-left: 0px;
}
.search_pre_container
{
    width: 100%;
    position: relative;
}
.search_input
{
    width: 100%;
}
.pre_search
{
    position: absolute;     
    right: 0px;
    top: -1px;
}
.block_content_container
{
    width: 100%;
}
.block_controls1, .block_controls2
{
    margin: 30px auto;
}
.block_pre_loader
{
     
    position: absolute;
    top: 45%;    
    margin: auto;    
}
/*block companies*/
/*resume*/
.white_box
{
    background: #fff;
padding: 5px;
border: 1px solid #e8e7e7;
}
.default_box
{
	box-shadow: 0 0 7px -5px #000000;
	-moz-box-shadow: 0 0 7px -5px #000000;
	-webkit-box-shadow: 0 0 7px -5px #000000;
    background: #fff;
}
.prf-img
{
    border: none;
    border: 1px solid #ddd;
    padding: 5px;
}
.upload-photo
{
    bottom: 5px;
    left: 5px;
}
/*resume*/

/*employer*/
.employer-testimonials.packagesList .ttl .rt
{
    display: flex;
    height: auto;
    background: #8ebde5;
    align-items: center;
}
.paymentGateway li
{
    margin: 15px;
} 
.searchResume ul li
{     
	padding: 5px 0 5px 15px;
	background: url(../images/icons.png) no-repeat 0 -545px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #08685c;
}
.ttl.fst
{
    background: #08685c;
    color: #fff;
    padding: 15px;
    max-width:100%;
    box-sizing:border-box;
}
.ttl.snd
{
    background: #9c2d25;
    color: #fff;
    padding: 15px;
    max-width:100%;
    box-sizing:border-box;
}
.ttl.trd
{
    background: #799b24;
    color: #fff;
    padding: 15px;
    max-width:100%;
    box-sizing:border-box;
}
.employer_home_box
{
    width: 100%;
    overflow: hidden; 
    height: 100%;
    border-radius: 5px;
}
.edit.act
{
    margin: 2px;
}
.dotted_bottom_border
{
    border-bottom: 1px dotted #dee2e6;
}
.dashed_bottom_border
{
    border-bottom: 1px dashed #dee2e6;
}
.stick-ttl.jobView b, .stick-ttl.jobView a
{
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
.employer-testimonials.packagesList .ttl
{
    background: #cde2f4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.employer-testimonials.packagesList.current .ttl
{
   
    padding-top: 0px;
    padding-bottom: 0px;
}
/*employer*/ 
/*#responsive starts*/
@media (min-width:1200px) {

	.popUpbox.emailwindow
	{
		width: 60% !important;
		max-width: 60%;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (min-width:992px) {
	.popUpbox {
		width: 800px !important;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.popUpbox.emailwindow
	{
		width: 80% !important;
		max-width: 80%;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width:991px) {
	.container {
		max-width: 100% !important;
	}
	.popUpbox.emailwindow
	{
		width: 90% !important;
		max-width: 90%;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (min-width:767px) {
	.popUpbox {
		width: 600px !important;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (min-width:576px) {
	.popUpbox {
		width: 500px !important;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width:575px) {
	.popUpbox {
		width: 90% !important;
		max-width: 90%;
		margin: auto !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.paymentGateway li {
		width: 100%;
	}
	.stick-ttl.jobView {
		width: 100%;
		max-width: 100%;
	}
}