body{
   overflow-x: hidden;
  font-family:var(--body-font-family);
} 

.category-section{			
	background-color: #f5f7fa;
	padding-bottom: 90px;
	padding-top: 90px;
}
.category-title{
	font-size: 35px;
	text-align: center;	
	color:var(--text-primary-color);
	font-weight: 500;  
}
.category-title > span{
	text-align: center;
    font-size: 38px;
    font-weight: 650;
    color: var(--main-title-color);
}

.each-category{
	background:#FFFFFF; 
	text-align: center; 
	border-radius:var(--border-radius-one); 
	width:250px;
	justify-self: center;
	padding: 13px 20px;
	transition: 0.3s ease;
	margin-top: 30px;
	cursor: pointer;
	transition: 0.3s ease;
	border: 1px solid lightgray;

}.category{
	font-size: 16px; 
    padding-bottom: 15px;
    transition: 0.3s ease;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 194px;
	
}.Position > .vacancy{
	color:var(--primary-color);
	padding: 7px 10px;
	background:#f5f7fa ;
	text-align: center;
	
}.Position > .available-position{
	padding-left: 20px;
}
.Position{
	font-size: 18px;
	color:gray;
}
.category-list-container{
	margin-top: 40px;
}
.each-category > .category > a{
	text-decoration: none;
	color:var(--font-secondary);
	transition: 0.3s ease;
}
.each-category:hover{

	box-shadow:0 3px 10px 0 lightgray ;
}

.letest-job-title{

	font-size: 35px;	
	text-align: center;
	font-weight: 500;
}
.letest-job-subtitle{
	font-size: 16px;
	text-align: center;
	color:gray;
}
.letest-recent-job{
	display: flex;	
}

.letestjob-section-container{
	padding-top: 90px;
	padding-bottom: 90px;
}
.recent-job-container{
	background: var(--secondary-color);
	width: 450px;
	padding:15px 10px;
	margin: auto;
	border-radius: 12px;
	margin-top: 5px;
}
.recent-job{
	margin: auto;		  
    	color: white;
	cursor: pointer;
	border-radius: 12px;
	position: relative ;
	transition: 0.3s ease;
}
.letest-job{
	color:white;
	cursor: pointer;
	border-radius: 12px;
	position: relative;
	transition: 0.3s ease;
}

.active{
	background-color:var(--primary-color);
	color: var(--text-secondary);
	line-height: 27px;
	
}.populrjob{
	margin: auto;
	font-weight: 500;
	width: 177px;
	padding: 7px;
	text-align: center;
}.letest-job-list-container{
	margin-top: 50px;
}
.each-job-list{
	width:98%;
	border:1px solid #dcd3d3;
	border-radius: 8px;
	margin-bottom: 30px;
	transition: 0.3s ease;
	margin: auto;
	position: relative;
	margin-bottom: 34px;
}
.icon-container > i{
	color:white;			
	font-size: 22px;
	padding-top: 10px;
}
.icon-container{
/*	background-color: var(--primary-color);*/
	border: 1px solid silver;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 18px 26px;
	/* line-height: 40px; */
	width: 50px;	
	height: 50px;	
}
.icon-container > img{
	border-radius: 3px;
	height: 40px;
	width: 40px;
}

.job-detail-container{
	display: flex;
	/*padding-top: 7px;*/
}
.each-job-detail > i{
	font-size: 21px;
	color:lightgray;
	vertical-align: middle;

}.each-job-detail > span{
	padding-left: 7px;
	color:#9b8e8e;
	font-size: 13px;
}
.job-title-container{
	padding-left: 6px;
	font-size: 20px;
	padding-top: 10px;
	font-weight: 400;
	padding-bottom: 1px;
}
.job-detail{
	padding-left: 30px;
}	
.job-type{
	margin-left: 18px;
}
.full-time{			
	background-color:#ff00000f;
	border-radius: 10px;
	padding: 4px 20px;
	font-size: 12px;
	color:#ff4343;
	width:33%;
	margin-left: 10px;
	text-align: center;
}
.part-time{
	background-color: #a3e2ef4d;
	border-radius: 10px;
	padding: 2px 20px;
	font-size: 14px;
	color: #277e8f;
}
.intership{
	background-color:#ede6d05c;
	border-radius: 10px;
	padding: 2px 20px;
	font-size: 14px;
	color: #e1b11e;
}
.temporary{
	background-color:#a5cfbc42;
	border-radius: 10px;
	padding: 2px 20px;
	font-size: 14px;
	color: #2f634b;
}
.icon-two{
	background-color:var(--secondary-color);
}
.each-job-list:hover{
	border:1px solid var(--primary-color);
	cursor: pointer;
}
.top-company-section{
	padding-bottom: 102px;		
	padding-top: 90px;
}
.company-title{
	font-size: 35px;	
	text-align: center;
	color:var(--text-secondary);
	font-weight: 500;
}
.company-sub-title{
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	padding-top: 8px;
}
.each-companie{
	transition: 0.3s ease;
	background-color: white;
	justify-self: center;
	width: 200px;
	padding: 10px;
	position: relative;
	border-radius: 19px;
	margin-top: 40px;	
	background: linear-gradient(145deg, #e2e8ec, #ffffff);
	box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;

}
.each-companie:hover{
	transform: scale(1.05);
	cursor: pointer;
}
.companie-logo{
	height: 55px;
	width: 55px;
	padding: 5px;
	background-color: white;
	border-radius: 5px;
}
.companie-logo >img{
	height: 45px;
	width: 45px;
	border-radius: 5px;
}
.companie-name{
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-top: 12px;		
}
.company-location{
	border-bottom: 1px solid lightgray;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
	color:var(--text-secondary);
}
.companie-review >img{
	width:7%;		
}
.companie-review >.rate{
	padding-left: 10px;
	font-size: 12px;
	font-weight: 700;
}
.companie-review >.review{
	padding-left: 10px;
	font-size: 12px;
	font-weight: 700;
	color:gray;
}
.company-logo-container{
	display: flex;
}
.companie-review > span{
	vertical-align: middle;
}
.companie-job{
	padding:3px 50px;
	background-color: gray;
	line-height: 12px;
	text-align: center;
	font-size: 10px;
}
.company-job{
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 11px;
	font-weight: 600;
	background: #f5f7fa;
	padding: 3px 10px;
	color: gray;
	border-radius: 9px;
}
.top-company-container{
	width: 100%;
}
.each-logo > img{
	width:70%;
}
.location-title{
	font-size: 35px;			
	text-align: center;
	font-weight: 500;
	color:var(--text-secondary);
	
}
.location-sub-title{
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	padding-top: 17px;
}
.city-img > img{
	width: 93%;
	border-radius: 20px;
	margin: auto;
	display: block;
}
.each-job-location{
	box-shadow: 0 0 15px 0 rgba(220, 220, 220, .5);
	margin-top: 50px;	   
	padding: 15px ;
	width:394px;
	position: relative;
	border-radius: 18px;
	transition: 0.3s ease;
}	
.work-title{
	font-size: 35px;
	line-height: 100px;
	text-align: center;
	font-weight: 500;
}
.work-title > span{
	color:var(--primary-color);
}
.job-industry{
	font-size: 17px;
	font-weight: 700;			
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:280px;
}

/*.flex_content{
	display: flex;
}*/
.job-posted{
	position: absolute;
	top: 15px;
   right: 40px;
	font-size: 11px;
	color:#979595;
	font-weight: 500;
}
.joblocation{
	font-size: 15px;
	color:gray;
	padding-top: 8px;
	vertical-align: middle;
}
.joblocation > i{
	font-size: 20px;			
	padding-right: 7px;
}
.job-experience {
	color:gray;
}
.job-experience > i,.job-salary > i,.skill>i{
	color:gray;
	padding-right: 9px;
}
.job-ex-container{
	display: flex;
	padding-top: 4px;
}
.job-salary {
	padding-left: 18px;
	color:gray;
}
.skill{
	color:gray;
	padding-top: 4px;
}
.job-apply-btn{
	position: relative;
	padding-top: 15px;
}
.notinterested-btn{
	color:var(--text-secondary);
	font-size: 15px;
	cursor: pointer;
}
.apply-btn{
	
	background-color:var(--button-primary);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	text-align: center;
	width:100px;
	border-radius: 6px;
	line-height: 30px;	
	
	cursor: pointer;
	transition: 0.3s ease;		
}
.apply-btn > a{
	text-decoration: none;
	color:var(--text-secondary);	
	display: block;

}
.apply-btn:hover{
	background-color:var(--button-secondary);
	
}
.apply-btn:hover >a{
	color:var(--text-primary);
}
.each-job-location:hover{
	box-shadow:var(--city-shadow);
	cursor: pointer;
}

.location-title > span{
	color:var(--primary-color);
}
.location-section{
   	padding-bottom: 100px;
   	padding-top: 20px;
 }
.process-step-section{
	height: 888px;
	background-color: #f3f6fb;	 
	overflow: hidden;
}
.prc-img-container >img{
	width:72%;
}
.prc-background-img {
	position: absolute;
	top: 449px;
	right: -600px;
}
.prc-background-img > img{
	width: 68%;
}
.job-process-step{
	position:relative ;
}
.prc-img-container{
	position: absolute;
	top: 225px;
	right: -229px;	
}
.process-title{
	font-size: 36px;
	color: var(--text-secondary);
	padding-top: 60px;
	font-family: "Tw Cen MT";
}
.process-sub-title{
	font-size: 64px;
	font-weight: bold;
	color:var(--text-secondary);
	line-height: 57px;
	font-family: "Tw Cen MT";
    
}
.process-sub-title > span{
 	 color:var(--text-primary);
}
.process-sub-title-two{
	font-size: 18px;
	font-weight: 500;
	color:var(--text-secondary);
	padding-top: 47px;
	padding-left: 5px;
	

}
.step-job-process{
	background-color: white;
	border-radius: 37px;
	width: 32%;
	margin-top: 37px;
	padding: 45px 27px 7px 27px;
	position: relative;
	z-index: 999;
	margin-left: 10px;

}
.job-step-img{
	position: absolute;
	top: 43px;
	left: 27px;
	
}

.job-step-img > img{
	width:70%;
}
.process-step-one{
	padding-left: 16px;	
	font-weight: 700;
	font-family: "Tw Cen MT";
}
.process-step-two{
	padding-left: 16px;	
	font-weight: 700;
	padding-top: 31px;
	 font-family: "Tw Cen MT";
}
.process-step-three{
	padding-left: 16px;	
	font-weight: 700;
	padding-top: 35px;
	 font-family: "Tw Cen MT";
}
.process-step-four{
	padding-left: 16px;	
	font-weight: 700;
	padding-top: 35px;
	font-family: "Tw Cen MT";
}
.process-step-five{
	padding-left: 16px;	
	font-weight: 700;
	padding-top: 35px;
	 font-family: "Tw Cen MT";
}
.process-step-six{
	padding-left: 16px;	
	font-weight: 700;
	padding-top: 35px;
	 font-family: "Tw Cen MT";
}
.process-step-seven{
	padding-left: 16px;	
	font-weight: 700;
	padding-top: 33px;
	color: #e40a6b;
	font-size: 19px;
	 font-family: "Tw Cen MT";
}
.job-step-section{
	position: relative;
	height:59px;	
}
.step-one{
	position: absolute;
	width: 12px;
	height: 12px;
	background:#2ebce0;
	border-radius: 30px;
   
}
.step-two{
	position: absolute;
	width: 3px;
	height: 35px;
	background:#2ebce0;
	top:18px;
	left:5px;
}
.step-1{
	
	width: 22px;
	height: 22px;
	border: 2px solid #2ebce0;
	border-radius: 20px;
	position: absolute;
	top: -5px;
	left: -5px;
}
.step-one-img{
	background: #eb3068!important;
}
.step-1-img{
	border:2px solid #eb3068;
}
.step-two-img{
	background:#eb3068;
}
.step-three-cr{
	background-color: #7ae4da;
}
.step-three-hr{
	border: 2px solid #7ae4da;
}
.step-three-vr{
	background: #7ae4da;
}
.step-four-cr{
	background-color:#ffbcf1;
}
.step-four-hr{
	border: 2px solid #ffbcf1;
}
.step-four-vr{
	background:#ffbcf1;
}
.step-five-cr{
	background-color:#e8e932;
}
.step-five-hr{
	border: 2px solid #e8e932;
}
.step-five-vr{
	background:#e8e932;
}
.step-six-cr{
	background-color:#ffa129;
}
.step-six-hr{
	border: 2px solid #ffa129;
}
.step-six-vr{
	background:#ffa129;
}
.step-seven-cr{
	background:#eb3068;
}
.step-seven-hr{
	border: 2px solid #eb3068;
}
.step-three{
	position: absolute;
	top: -7px;
	left: 33px;
	font-weight: 700;   
	font-family: "Tw Cen MT";
}
.step-seven{
	color:#eb3068 !important;
	font-size: 19px;
}
.job-type-detail{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.work-place-type{
	background-color: #a3e2ef4d;
	border-radius: 10px;
	padding: 4px 20px;
	font-size: 12px;
	color: #277e8f;
}
.job-exp{
	background-color: #ede6d05c;
	border-radius: 10px;
	padding: 4px 20px;
	font-size: 12px;
	color: #e1b11e;
}
.job-skills{

	color: #9b8e8e;
	margin-top: -2px;
}.job-skills > i{
	color: lightgray;
	font-size: 20px;
	vertical-align: middle;
}.job-skills > span{
	padding-left: 10px;
	font-size: 13px;
}
.job-type-detail{
	margin-top: 10px;
	margin-bottom:10px;
}
.work-place-type{
	margin-left: 10px;
}
.letest-job-list-two-container{
/*	display: none;*/
	margin-top: 50px;
}
.faq-title{
	font-size: 35px;
	
	color:var(--primary-color);
	text-align: center;
}
.faq-container{
	border-radius: 10px;
	padding: 0px 30px;
	margin-bottom: 100px;
}
.each-faq{
	font-size: 16px;
	font-weight: 600;
	line-height: 62px;
	cursor: pointer;
	color:#090a0ad6;
	transition: 0.3s ease;
	border-radius: 12px;
	margin-bottom: 10px;
}
.faq-question{
	border: none !important;
	padding-bottom: 20px;
}
.faq-section{
	padding-top: 90px;	
}
.faq-icon{		
	cursor: pointer;
}
.faq-icon > i{
	font-size: 30px;
	color:var(--primary-color);
	text-align: right;
	transition: 0.3s ease;
}
.faq-body-container{
	display: none;
	line-height: 23px;
	color:gray;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 8px;
}
.active-faq-icon{
	transform:rotate(-180deg);
}
.active-faq-design{
	transform: scale(1.05);
	padding: 10px;
	box-shadow:0 3px 10px 0 rgba(248, 192, 187, .5);
	padding: 10px 25px !important;
}
.sub-faq-title{
	margin-top: 30px;
}

.faq-title-detail{
	display: flex;
}
.faq-title-container{
	flex: 1;
	color:var(--text-secondary);
}
.work-mode-title{
	font-size: 35px;
	line-height: 100px;
	font-weight: 500;
	text-align: center;
	color:var(--text-secondary);
}
.work-mode-title > span{
	color:var(--text-primary);
}
.work-type{
	display: flex;
	background-color: #f6dede;
	border-radius: 20px;
	line-height: 60px;
	color:#635555;
	font-weight: 500;
	margin-top: 36px;
	transition: 0.3s ease;		
	cursor: pointer;
}
.work-type-one:hover{
	background-color:#ffd5d5;
}
.work-type-two:hover{
	background-color:#ddd5b3;
}
.work-type-three:hover{
	background-color:#c0e3c7;
}
.work-type-four:hover{
	background-color:#b2cecf;

}
.work-type-img >img{
	max-width: 100%;
	width: 36px;
}
.work-type-two{
	background-color: #f9f4de;
}
.work-type-three{
	background-color: #e1f0e4;
}
.work-type-four{
	background-color:#d8ebec;
}
.work-type-img {
	padding-left: 29px;
}
.work-type-title{
	padding-left: 20px;
}
.work-mode-section{
	padding-top: 90px;
	padding-bottom: 90px;
}
.active-letest{
	opacity: 0;
}
.populrjob.active > .active-letest{
	transition: 0.3s ease;
	opacity: 1;
	background-color:var(--primary-color);
	width: 13px;
	height: 13px;
	position: absolute;
	bottom: -3px;
	transform: rotate(45deg);
	right: 82px;		   
	border-top: none;
	border-left: none;
}
.active-category{
	box-shadow:0 3px 10px 0 rgba(248, 192, 187, .5);
	transform: scale(1.05);
}
.trending-job-section{
	background-color: var(--container-background);

}
.trending-job-container{
	padding-top: 69px;
	padding-bottom: 54px;
}
.trending-job-title{
	font-size: 35px;
	text-align: center;
	font-weight: 500;
	color:var(--text-secondary);
}
.trending-job-title > span{
/*	color:var(--primary-color);*/
}
.each-trending-category{
	background-color: white;
	border-radius: 10px;
	display: flex;
	padding: 20px 10px;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	margin-bottom: 26px;
	border:1px solid lightgray;
	cursor: pointer;
	transition: 0.3s ease;
}
.each-trending-category:hover{
	box-shadow:5px 4px 6px 0 rgba(248, 192, 187, .5);
   
}
.trending-img-category > img{
	border-radius: 3px;
    height: 40px;
    width: 40px;
}
.trending-img-category{
	border: 1px solid silver;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 50px;	   
    height: 50px;
}
.subscribe-btn > a{
	text-decoration: none;
	color:white;
}
.trending-category-title{
	padding-left: 17px;
	font-weight: 600;
	font-size: 16px;
	padding-top: 4px;
	padding-left: 17px;
	font-weight: 600;
	font-size: 16px;
	padding-top: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 197px;
}
.trending-category-position{
	padding-left: 18px;
	font-size: 13px;
	color:gray;
}
.trending-detail-category{
	padding-left: 5px;
}
.trending-category-position > span{
	color: #222433;
	padding-left: 8px;
	font-weight: 400;	
	font-size: 13px;	
}
.trendig-job-category-container{
	margin-top: 50px;
}
.eduimage > img{
	padding-top: 9px;
	width:61%;
}.eduimage{
	background-color: red;
}
.softwareimg{
	background-color:#6ed2d5;
}
.softwareimg > img{
	padding-top: 9px;
	width: 58%;

}
.marketingimg{
	background-color: green;
}
.marketingimg > img{
	width:72%;
	padding-top: 10px;
	margin-left: 8px;
}
.adminimg {
	background-color:#000000;
}
.bnkimg{
	background-color: #e5ba38;
	padding-top: 3px;
	padding-left: 2px;
}
.automotive{
	background-color:#CDDC39;
	padding-top: 2px;
	padding-right: 5px;
}
.automotive > img{
	margin-left: 10px;
	width:66%;
	padding-top: 8px;
}
.humanimg{
	background: #255f8d;
	padding-top: 6px; 
}
.humanimg > img{
	width:64%;	
}
.job-recommended-section{	
	padding-bottom: 90px;
	background-color: var(--container-background);
}
.job-recommended-title{
	font-size: 35px;
	padding-top: 60px;
	text-align: center;
	font-weight: 500;
	color:var(--text-secondary-color);
}
.job-recommended-title > span{
	color:var(--text-primary);
}
.recommended-detail-container{
	display: flex;
	padding-top: 2px;
}
.recommended-skill-type {
	padding-top:2px;
}
.each-recommended-job{
	box-shadow:0 2px 5px 0 rgba(248, 192, 187, .5);
	background-color: white;	  
	margin:auto;
	margin-top: 50px;
	border-radius: 20px;	
	transition: 0.3s ease;
}
.each-recommended-job:hover{
	cursor: pointer;
}
.recommended-job-title{	
	font-weight: 600;	
	flex: 1;	
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;	
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.recommended-company-title{
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: gray;
	padding-left: 2px;		
}
.recommended-job-title-detail{
	display: flex;
}

.recommended-company-apply > i{
	font-size: 20px;
	margin-top: 13px;
	color: gray;

}
.recommended-job-title-icon{
	width: 85px;
	height: 60px;
	border: 1px solid silver;
	 padding: 5px;
	 border-radius: 5px;
	 text-align: center;
}
.recommended-job-title-icon > img{
	width: 94%;
   height: 49px;
   border-radius: 3px;
	flex:1;

}
.recommended-job-detail-container{
	border-bottom: 1px solid lightgray;
	  padding:10px 15px;
	  display: flex;
	  position: relative;
}

.recommended-job-company-detail{
	flex: 1;
	padding-left: 29px;
}
.recommended-description{
	padding:10px 20px;
	position: relative;
	padding-bottom: 24px;
}
.each-icon > i{
	font-size: 16px;		
	vertical-align: middle;
}
.each-icon >span{		
	margin-top: 2px;
	vertical-align: middle;
	padding-left:3px;
	font-size: 14px;
	font-weight: 400;
}
.recommended-exp-container,.recommended-work-type{
	padding-left: 21px;
}
.recommended-skill{
	color:#05264e;
	font-weight: 500;
	font-size: 17px;
	padding-left: 5px;
}
.code-icon > img{
	width:47%;
}
.recommended-company-apply{
	position: absolute;
	top:4px;
	right:22px;
	cursor: pointer;
}
.recommend-apply-btn{
	position: absolute;
	bottom: 19px;
	right: 9px;
	background: var;
	background:var(--button-secondary);
	border-radius: 7px;
	padding: 4px 25px;
	
	cursor: pointer;
	transition: 0.3s ease;
	font-weight: 500;	
	font-size: 14px;
}
.recommend-apply-btn > a{
	text-decoration: none;
	display: block;
	color:white;
}
.recommend-apply-btn:hover{
	background-color:var(--button-primary);
	
}
.recommend-apply-btn:hover > a{
	color:white;
}
.resume-detail-section{
	background-image: url("../images/resume.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height:357px;
	margin-top: 90px;
	position: relative;
}

.complete-profile-container{
	background-color:var(--primary-color);
	border-radius: 20px;
	transition: 0.3s ease;
	cursor: pointer;
}
.complete-profile-container:hover{
	box-shadow: 0px 3px 10px 0px lightgray;
}
.resume-detail-container{
	background: #00000082;		
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width:100%;
}
.upload-resume-detail{
	width:300px;
	color:white;
	text-align:center;
}
.reasume-detail{
	color: white;
	font-family: "lato";
	font-size: 58px;
	width: 580px;
	margin: auto;
	line-height: 65px;	
	text-align: center;
	margin: 113px;

}
.work-mode-sub-title 
{
	font-size:16px;
}
.reasume-sub-detail{
	font-size: 21px;
	margin-top: 91px;
	width: 367px;
	font-weight: 400;		
}
.reasume-btn{
	background:var(--button-primary);		 
	width: 194px;
	text-align: center;
	margin-top: 40px;
	margin: auto;
	border-radius: 5px;
	color: var(--text-secondary);
	display: block;
	line-height: 45px;
	font-weight: 500;
	margin-left: 92px;
	cursor: pointer;
	transition: 0.3s ease;
}
.reasume-btn:hover{
	background-color:#ffd145;
}
.resume-upload-btn{
	margin-top: 30px;
}
.reasume-btn > i{
	font-size: 20px;   
	padding-right: 6px;
	vertical-align: middle;
}
.reasume-btn > span{
	vertical-align: middle;
}
.faq-title > span{
	color: var(--text-secondary);
}
.step-option >a {
	text-decoration: none;
	color:var(--text-secondary);
}
.step-option:hover > a{
	color:var(--text-primary);
}
.companie-name > a{
	text-decoration: none;
	color: var(--background-dark-blue);

}
.companie-review{
	line-height: 23px;
}
.trending-category > a{
	text-decoration: none;
	color:var(--text-secondary);
}
.recommended-job-title > a{
	text-decoration: none;
	color:var(--text-secondary);;

}
.job-industry > a{
	text-decoration: none;
	color:#05264e;
}
.job-title-container > a{
	text-decoration: none;
	color:var(--font-secondary);
}
.job-company-name{
	padding-left: 8px;
	line-height: 12px;
	font-size: 12px;
	color: #00a7ac;
	padding-bottom: 5px;
}
.job-company-name > a{
	text-decoration: none;
}
.posted-job-detail{
    position: absolute;
    right: 37px;
    top: 17px;
    font-size: 12px;
    color: #979595;
}
.posted-job-detail > span{
	padding-left: 5px;
}
.jobcompany-name{
	font-size: 13px;
	padding-left: 1px;
	color: #757474;
	padding-bottom: 5px;
	font-weight: 500;
	line-height: 13px;
}
.work-mode-detail-container{
	width:72%;
	margin: auto;
	padding-bottom:31px;
}
.work-type-five{
	background-color: #d2d4df;
}
.work-type-six{
	background-color:#c2ddc3;
}
.work-type-five:hover{
	background-color:#ccd1f1;
}
.work-type-six:hover{
	background-color:#b5dfb6;
}
.popular-job-apply-btn{
	border-radius: 8px;
	    cursor: pointer;
	    background-color: var(--button-primary);
	    line-height: 29px;
	    width: 90px;
	    text-align: center;
	    margin-left: auto;
	    margin-right: 17px;
	    margin-bottom: 11px;
}
.popular-job-apply-btn > a{
	text-decoration: none;
	display: block;
	color:var(--text-secondary);
}
.popular-job-apply-btn:hover{
	background-color: var(--button-secondary);
	
}
.popular-job-apply-btn:hover >a{
	color:var(--text-primary);
}
.recommended-company-title > a{
	text-decoration: none;
	color:black;
}
.jobcompany-name > a{
	text-decoration: none;
	color:#757474;
}
.jobcompany-name:hover >a {
	color:blue;
}
.recommended-company-title:hover > a{
	color:blue;
}
.complete-profile-img > img{
	width: 57%;
	margin-left: 205px;
	margin-top: 20px;
}
.complte-profile-content{
	color:var(--text-secondary);
	margin-top: 80px;
}
.complete-profile-title{
	font-size: 45px;
	font-weight: 500;
	text-align: center;
}
.complete-profile-sub-title{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.complete-profile-btn{
	background-color:var(--button-secondary);
	color:var(--text-primary);
	width:200px;
	text-align: center;
	line-height: 45px;
	font-weight: 500;
	margin: auto;	
	border-radius: 10px;	
	cursor: pointer;
	transition: 0.3s ease;
}
.complete-profile-btn-container{
	margin-top: 30px;
}
.complete-profile-btn:hover{
	background-color:#3d457d;
}
.compelte-profile-section{
	padding-top: 90px;
	padding-bottom: 90px;
}
.job-vacancy{
	border-radius: 10px;
	text-align: center;
	background-color:#f9f6ed;
	line-height: 26px;
	width: 102px;
	margin: auto;
	color: var(--secondary-color);
}
.category-icon{
	border: 1px solid silver;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 45px;
    height: 45px;
    justify-self: center;
}
.category-icon > img{
	height: 40px;
	width: 40px;
	border-radius: 3px;
}
.work-mode-sub-title{
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 5px;
	padding-bottom: 25px;
}
/*career-ad-section*/
.career-ad-section{
	padding-top: 139px;
	padding-bottom: 40px;
}
.career-ad-container{	
	background: #fefbea;
    border-radius: 28px;
    padding: 25px 23px;	
    width:87%;

    margin:auto;
    transition: 0.3s ease;
    cursor: pointer;
}
.career-ad-container:hover{
	box-shadow: 0 3px 10px lightgray;
}
.carrer-ad-title{
	color:#bab8b2;
	font-size: 16px;
}
.carrer-ad-detail-title{
	color: #bbb9b1;
    padding-top: 13px;
    font-size: 12px;
    font-weight: 400;
    width: 386px;
}
.career-img-logo-one{
	background: #eff6ff;
    width: 254px;
    border-radius: 10px;
    display: flex;
    padding: 10px 0px 10px 20px;
    position: absolute;
    box-shadow: 0 1px 7px 0 lightgray;
    top: -55px;
    left: 52px;
    transform: rotate(6deg);
}
.career-img-logo-two{
	background: #ecfdf5;
    width: 254px;
    border-radius: 10px;
    display: flex;
    padding: 10px 0px 10px 20px;
    margin-top: 20px;
    transform: rotate(-4deg);
    position: absolute;
    box-shadow: 0 1px 7px 0 lightgray;
    top: -15px;
    right: -63px;

}
.subscribe-btn{
	background: #a855f8;
    color: #f5e1e1;
    text-align: center;
    font-size: 12px;   
    border-radius: 23px;    
    cursor: pointer;
    margin-left: 14px;    
    line-height: 32px;
    width: 18%;	
}

.subscribe-btn:hover{
	background:#833fc5;
}
.carrer-ad-sub-title{
	font-size: 34px;
    line-height: 40px;
    width: 300px;
    font-weight: 500;
    padding-top: 5px;
    color:var(--text-secondary);
}
.career-icon-title{
	font-size: 12px;
    font-weight: 500;
}
.career-icon-sub-title{
	font-size: 16px;
    width: 132px;
    font-weight: 600;
    line-height: 21px;
    padding-top: 4px;
}
.career-img-one,.career-img-two{	
	text-align: right;
    margin: auto;
    background: white;
    width:35px;
    height: 35px;
    border-radius: 40px;

}
.career-img-one > img,.career-img-two > img{
	width: 71%;
	padding-top: 5px;
}
.career-img-container{
	position: relative;
}
.subscribe-container{
	padding-top: 146px;
    margin-left: 100px;
}

.subscribe-email > input{
	width: 296px;	   
    border-radius: 33px;
    border: none;
    line-height: 35px;	
}
.subscribe-email > input::placeholder{
	font-size: 13px;
	padding-left: 20px;
}
.career-subscribe-btn{
	display: flex;
}
.arrow-container{
	position: absolute;
	top: 42px;
    left: 26px;	
}
.arrow-container > img{
	width:59%;
}

.career-detail-container{
	padding-left: 16px;
}
/*end career-ad-section*/
/*experience-section-detail*/
.experience-per-detail{
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}
.exp-number-section{
	background:var(--background-secondary);
	margin-bottom: 60px;
}
.exp-percentage{
	color:var(--text-primary);
	font-weight: 800;
    font-size: 24px;
   font-family: "Halant", serif;
   font-optical-sizing: auto;
   font-weight: <weight>;
   font-style: normal;
}
.exp-percentage-detail{
	color:white;
	font-size: 12px;
	padding-top: 10px;
	border-right: 2px solid var(--primary-color);
	padding-right: 15px;
}
.exp-number-title{
	color:white;
	padding-bottom: 5px;
}
.exp-number-container{
	padding: 60px 0px 60px 60px;
}
.exp-number-sub-title{
	font-size: 39px;
    width: 271px;
    line-height: 46px;
    font-weight: 500;
    color:var(--text-primary);
 }
 .each-experience-detail{ 
 	padding-left: 17px;
 }
 .exp-detail{
 	border-right: none !important;
 	width:224px;
 }
 .createaccount{
 	text-decoration: none;
 }
 /*end experiance section*/



		@media only screen and (max-width:576px){
			.video-content-container {
			    top: -87px;
			    right: -126px;
			}
			.hero-section {
			    height: 26vh;
			}
			.title-container > span {
			    font-size: 15px;
			}
			.title-container {
			    line-height: 32px;
			}
			.title-container > .title {
			    font-size: 14px;
			}
			.sub-title-container {
			    font-size: 11px;
			    width: 700px;
			    margin-top: -5px;
			    padding-left: 34px;
			}
			.search-candidate-container {
		        margin-top: 255px !important;
		        line-height: 41px;
		        width: 65%;
		        margin-left: 15px !important;
		   }
			.serch-candidate-detail {
			    margin-left: -6px;
			}
			.job-location-input > input {
			    padding: 0px 0px 0px 0px;
			    width: 59px;
			}
			select {
			    outline: none;
			    border: none;
			    font-size: 11px !important;
			}
			.job-exp-input > select {
			    width: 85px;
			}
			.job-location-input {
			    margin-left: 1px;
			}
			.each-input > i {
				margin-left: 5px;
			    font-size: 16px;
			}
			.job-title-input > input {
			    width: 128px !important;
			}
			.each-input > i {
			    padding: 0px 0px 0px 0px;
			}
			.job-title-input {
			    padding-left: 7px;
			    padding-right: 0px;
			}
			.serchBtn-container {
			    top: 10px;
			    right: 9px;
			    width: 25px !important;
			    line-height: 21px;
			}
			.serchBtn-container > button > i {
			    font-size: 14px;
			}
			.complte-profile-content {
		        margin-top: 20px;
		   }
		   .complete-profile-sub-title {
		        font-size: 12px;
		   }
		   .complete-profile-btn {
			    width: 140px;
			    line-height: 29px;
			    font-size: 13px;
			}
			.complete-profile-container {
		        padding-bottom: 0px;
		   }
	      .complete-profile-img > img {
		        width: 83%;
		        margin-left: 21px;
		        margin-top: 20px;
		   }
		   .location-title {
			    font-size: 30px;
			}
			.location-sub-title {
			    font-size: 14px;
			    padding-top: 6px;
			}
			.each-job-location {
			    margin-top: 30px;
			    padding: 7px;
			}
			.letest-job-subtitle {
			    font-size: 13px;
			    width: 95%;
			}
			.each-job-list {
			    width: 98%;
			    margin-bottom: 30px;
			}
			.job-title-container{
				font-size: 18px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow: hidden;
				width: 190px;
			}
			.icon-container {
			    margin:10px;
			    width: 50px;
			    height: 50px;
			}
			.apply-btn {
			    width: 70px;
			    font-size: 12px;
			}
			.category {
			    width: 212px;
			}
			.job-exp {
			    padding: 4px 0px;
			    line-height: 44px;
			}
			.work-place-type {
			    padding: 4px 8px;
			    line-height: 44px;
			    margin-left: 5px;
			}
			.full-time {
		        padding: 7px 0px;
		        font-size: 12px;
		        width: 33%;
		        margin-left: 0px;
		        line-height: 20px;
		   }
		   .popular-job-apply-btn {
		        bottom: 9px;
		        right: 6px;
		        line-height: 25px;
		        width: 61px;
		        font-size: 11px;
		   }	
		   .job-skills > span {
			    padding-left: 6px;
			    font-size: 11px;
			}	
			.each-job-detail > span {
		        padding-left: 6px;
		        font-size: 11px;
		   }
		   .posted-job-detail {
			    font-size: 10px;
			}
		    .prc-img-container >img {
			    width: 72%;
			    display: none;
			}
			.job-step-section {
		    position: relative;
		    height: 55px;
		}
			.step-job-process {
				margin-top: 11px;
			    width: 88%;
			    padding: 22px 2px 7px 18px;
			}
			.process-sub-title-two {
			    font-size: 13px;
			    padding-top: 20px;
			}
			.process-sub-title {
			    font-size: 40px;
			    line-height: 38px;
			}
			.process-title {
			    font-size: 27px;
			    padding-top: 0px;
			}
			.prc-background-img > img {
			    width: 68%;
			    display: none;
			}
			.process-step-section {
			    height: 585px;
			}
			.company-title {
			    font-size: 25px;
			}
			.company-sub-title {
			    font-size: 14px;
			}
			.top-company-container {
			   display: block;
			}
			.exp-number-container {
			   padding: 60px 0px 60px 0px;
			}
			.exp-number-sub-title {
			   font-size: 28px;
			   width: 350px;
			}
			.exp-percentage-detail {
			   padding-right: 7px;
			}
			.trending-job-title {
			   font-size: 28px;
			}
			.job-recommended-title {
			   font-size: 23px;
			   padding-top: 0px;
			}
			.each-icon >span {
			   font-size: 10px;
			}
			.recommended-job-company-detail {
			   padding-left: 0px;
			}
			.recommended-company-title {
			   font-size: 10px;
			}
			.apply-btn {
			   line-height: 20px;
			}
			.recommend-apply-btn {
			   bottom: 15px;
			   padding: 4px 0px;
			}
			.career-ad-container {
			   padding: 3px 1px;
			   width: 99%;
			}
			.carrer-ad-title {
			   font-size: 10px;
			}
			.carrer-ad-sub-title {
			   font-size: 23px;
			   line-height: 32px;
			   width: 201px;
			}
			.carrer-ad-detail-title {
			   font-size: 10px;
			   width: 281px;
			}
			.career-img-logo-two {
				display: none;
			}
			.arrow-container > img {
			   display: none;			    
			}
			.career-img-logo-one {
			   width: 181px;
			   padding: 10px 0px 10px 0px;
			   left: 19px;
			}
			.career-icon-sub-title {
			   font-size: 11px;
			   width: 104px;
			}
			.subscribe-container {
			   padding-top: 63px;
			   margin-left: 18px;
			}
			.subscribe-email > input {
			   width: 129px;
			   border-radius: 25px;
			   line-height: 28px;
			}
			.subscribe-btn {
			   font-size: 11px;
			   width: 33%;
			}
			.reasume-sub-detail {
			   font-size: 16px;
			}
			.reasume-btn {
			   width: 142px;
			   line-height: 38px;
			   margin-left: 100px;
			   font-size: 13px;
			}
			.faq-title {
			   font-size: 28px;
			}
			.faq-container {
			   padding: 0px 10px;
			}
		   .faq-title-container {
		      line-height: 19px;
		      font-size: 12px;
		   }
		   .faq-icon {
			   font-size: 24px;
			   margin-top: -17px;
			}
			.faq-body-container {
			   line-height: 18px;
			   font-size: 11px;
			}
			.footer-section {
			   padding: 44px 5px;
			}
			.footer-title {
			   font-size: 13px !important;
			   line-height: 18px;
			   margin-bottom: 20px;
			}
			.footer-sub-title > a {
			   font-size: 9px;
			   line-height: 19px;
			}
			.footer-sub-title {
		      font-size: 9px !important;
			   line-height: 19px !important;
		   }

		}

		@media only screen and (min-width:576px) and (max-width:768px){
			.complete-profile-btn {
				line-height: 40px;
				font-size: 14px;
				width:171px;
			}
			.complete-profile-btn-container{
				margin-top: 14px;
			}
			.complete-profile-title{
				font-size: 26px;
			}
			.complete-profile-sub-title{
				font-size: 13px;
			}
			.complete-profile-img > img{
				width:67%;
				margin-left: 62px;
				margin-top: 20px;
			}
			.complte-profile-content {
				margin-top: 26px;
				margin-right: 10px;
			}
			.each-category-section-sm{
				display: none;
			}
			.category {
			    width: 190px;
			}
			.letest-job-subtitle {
				font-size: 13px;
				line-height: 21px;
				margin-bottom: 17px;
			}
			.top-company-container {
			   
			}
			.work-place-type {
			   padding: 11px 6px;
			}
			.job-exp {
			   padding: 11px 1px;
			}
			.each-job-list{
				width: 525px;
				margin:auto;
				margin-bottom: 20px;
			}
			.full-time {
				padding: 11px 1px;
				width: 35%;
		   }
		   .job-title-container {
		  	 	font-size: 20px;
		   }
		   .popular-job-apply-btn{
		   	font-size: 12px;
		   	width: 70px;
		   }
		   .exp-number-container {
			   padding: 60px 0px 60px 0px;
			}
			.exp-number-sub-title {
			   font-size: 35px;
			   width: 185px;
			}
			.each-experience-detail {
			   padding-left: 24px;
			}		
			.exp-detail {
			   width: 90px;
			}
			.exp-number-title {
			   font-size: 15px;
			}
		   .process-title{
			   font-size: 36px;
			   text-align: center;
			   color:var(--text-secondary);
		   }
		   .process-sub-title{
			   font-size: 46px;
			   text-align: center;
		   }
		   .step-job-process{
			   margin: auto;
			   margin-top: 43px;
			   width:75%;
        		padding: 35px 2px 7px 30px;
		   }
		   .process-sub-title-two{
			   text-align: center;
			   font-size: 15px;
			   padding-top: 13px;
		   }
		   .process-step-section{   	
		   	height: 814px;
		   }
		   .each-companie {
		  	 	margin-right: 27px;
		   }
		   .companie-logo >img {
			   height: 47px;
			   width: 40px;
		   }
		   .companie-name {
		   	font-size: 14px;
		   }
		   .each-trending-category {
			   padding: 16px 4px;
			   padding-left: 15px;
		   }
		   .trending-category-title{
		   	width:145px;
		   }
		   .trending-category-position > span {
		   	font-size: 15px;
		   }
		   .trending-img-category{
			   width:42px;
			   height:40px;
		   }
		   .trending-category-position {
		   	font-size: 14px;
		   }
		   .work-type {
		   	font-size: 15px;
		   }
		   .work-mode-detail-container{
		   	width:100%;
		   }
		   .work-mode-sub-title{
		   	font-size: 13px;
		   }
		   .job-recommended-title {
		   	font-size: 28px;
		   }
		   .location-sub-title {
			   font-size: 17px;
			   padding-top: 8px;
		   }
		   .each-job-location{
			   width: 437px;
			   margin: auto;
			   margin-top: 20px;
		   }
		   .apply-btn {
		   	padding: 4px 4px;
			   width: 68px;
			   line-height: 21px;
			}		
			.recommended-company-title {
			   font-size: 11px;
			}
			.carrer-ad-title {
			   font-size: 14px;
			}
			.career-ad-container {
			   padding: 19px 0px;
			   width: 100%;
			}
			.carrer-ad-sub-title {
			   font-size: 29px;
			   width: 221px;
			}
			.carrer-ad-detail-title {
			   font-size: 10px;
			   width: 290px;
			}
			.subscribe-email > input {
			   width: 133px;
			   line-height: 31px;
			}
			.subscribe-container {
			   padding-top: 126px;
			   margin-left: 66px;
			}
			.subscribe-btn {
			   font-size: 11px;
	        border-radius: 13px;
	        margin-left: 35px;
	        width: 35%;
			}
			.arrow-container > img {
			   width: 37%;
			}
			.career-icon-sub-title {
			   font-size: 11px;
			}
			.career-img-logo-one {
			   width: 187px;
			   padding: 10px 0px 10px 7px;
			   left: -24px;
			}
			.career-img-logo-two {
			   width: 177px;
			   padding: 10px 0px 10px 4px;
			   top: 13px;
			   right: -61px;
			}
			.recommended-job-company-detail {
			   padding-left: 9px;
			}
			.each-icon >span {
			   padding-left: 6px;
			   font-size: 13px;
			} 
		   .reasume-detail{
		   	display: none;
		   }
		   .upload-resume-detail{
			   width:100%;
			   text-align: center;
		   }
		   .reasume-sub-detail {
			   margin-top: 100px;
			   width:495px;
		   }
		   .reasume-btn {
			   line-height: 39px;
			   margin: auto;
		   }
		   .faq-title-container {
		   	font-size: 13px;
		   }
		   .faq-body-container{
			   font-size: 14px;
			   padding: 0px 10px;
		   }
		   .faq-icon > i {
		   	font-size: 21px;
		   }
		}

		@media only screen and (min-width:768px) and (max-width:992px) {
			body{
				overflow-x: hidden!important;
			}
			.complte-profile-content {
				margin-top: 36px;
				margin-right: 22px;
			}	
			.complete-profile-title{
				font-size: 32px;
			}
			.complete-profile-sub-title {
			   font-size: 15px;
			}
			.complete-profile-img > img{
			   width: 66%;
			   margin-left: 86px;
			   margin-top: 36px;
			}
			.each-category-section{
				display: none;
			}
			.each-category {
				width:204px;
			}
			.category {
				font-size: 14px;
				padding-top: 5px;
				width: 158px;
			}
			.job-vacancy{
				font-size: 14px;
				padding-top: 5px;
				width: 110px;
			}
			.how-it-works-section{
				margin:40px 25px;
			}
			.letest-job-subtitle{
				width: 100%;
				font-size: 14px;
			}
			.full-time {
			    padding: 4px 4px;
			    width: 35%;
			}
			.each-job-list{
				margin: auto;
				margin-top: 20px;
			}
			.process-step-section {
				height: 689px;
			}
			.step-job-process{
				width:52%;
				padding:24px 27px 0px 27px;
				margin-left: 3px;		
				margin: auto;
			}
			.step-option >a{
				font-size: 14px;
			}
			.prc-img-container >img{
				width: 41%;
			}
			.prc-img-container{
				top: 304px;
		     	right: -533px;
			}
			.prc-background-img{
				top: 403px;
		    	right: -402px;
			}
			.step-two {
				height: 23px;
		   	}
			.job-step-section{
			   	height: 49px;
			}
			.process-title{
			   	font-size: 20px;
			   	text-align: center;
			}
			.process-sub-title{
			   	font-size: 40px;
			   	text-align: center;
			}
			.process-sub-title-two{
			   	font-size: 14px;
			   	padding-top: 7px;
			   	text-align: center;
			   	padding-bottom: 52px;
		  	}
		  	.process-sub-title{
		   		font-size: 34px;
		 	}
		  	.each-companie{
				width: 200px;
			}
			.companie-logo >img{
				height: 51%;
				width: 42%;
			}
			.trending-img-category {
				width: 90px;
				height: 39px;
			}
			.trending-category-title{
			  	width: 155px;
			}
			.trending-category-title {
			  	font-size: 15px;
			}
			.trending-category-position{
			 	font-size: 14px;
			}
			.work-mode-detail-container {
			 	width: 100%;
			}
			.each-recommended-job{
			 	width:81%;
			}
			.each-job-location{
			 	width: 334px;
			}
			.apply-btn{
			 	width:65px;
			 	font-size: 11px;
			 	padding: 4px 4px;
			 	line-height: 14px;
			}
			.career-img-logo-two {
			    width: 195px;
			    padding: 10px 0px 10px 6px;
			    top: -4px;
			    right: -84px;
			}
			.subscribe-email > input {
			    width: 213px;
			}
			.subscribe-btn {
			    border-radius: 17px;
			    margin-left: 3px;
			    line-height: 34px;
			    width: 23%;
			}
			.career-img-logo-one {
			    width: 190px;
			    padding: 10px 0px 10px 6px;
			    top: -67px;
			    left: -24px;
			}
			.carrer-ad-detail-title {
			    width: 350px;
			}
			.career-ad-container {
			    padding: 25px 9px;
			    width: 100%;
			}
			.recommended-company-title {
			    font-size: 11px;
			}
			.each-icon >span {
			    font-size: 12px;
			}
			.exp-number-container {
			    padding: 60px 0px 60px 0px;
			}
			.experience-per-detail {
			    margin-left: 20px;
			}
			.skill ,.job-ex-container,.joblocation{
			 	font-size: 13px;
			}
			.joblocation > i {
			 	font-size: 18px; 
			  padding-right: 3px; 	
			}
			.reasume-detail {
				margin-top: 95px;
				line-height: 57px;
				font-size: 35px;
				margin: 0px;
				width:345px;
				margin-top: 105px;
			}
			.reasume-sub-detail {
		        font-size: 16px;
		        margin-top: 121px;
		        width: 340px;
		        margin-left: 31px;
		   }
		   .reasume-btn > span {
			    font-size: 14px;
			}
			.reasume-btn {
				width: 176px;
				line-height: 42px;
		  	}
		  	.faq-body-container {
		  		font-size: 13px;
		  	}
		 	.each-faq{
		  		font-size: 14px;
		  	}
		  	.arrow-container > img {
			    width: 45%;
			}
			.arrow-container {
			    top: 55px;
			    left: 40px;
			}
		  	.faq-icon > i {
		  		font-size: 25px;
		  	}
		  	.footer-app-title {
		  		padding-left: 0px;
		  	}
		  	.each-category-section-md{
		  		display: none;
		 	}
				
		}

		@media only screen and (min-width:992px) and (max-width:1200px) {
			.complete-profile-img > img {
				margin-left: 140px;
			}
			.complte-profile-content {
				margin-top: 40px;
				margin-right: 56px;
			}
			.complete-profile-title {
				font-size: 45px;
			}
			.each-category > .category > a {
				font-size: 13px;
			}
			.category {
			    width: 162px;
			}
			.each-category{
				width: 200px;
				padding: 13px 13px;
			}
			.job-vacancy {
				font-size: 12px;
				width: 65px;
			}
			.letest-job-subtitle {
				font-size: 15px;
				width: 100%;
			}
			.full-time {
				padding: 4px 12px;
				font-size: 12px;
				color: #ff4343;
				width: 42%;
			}
			.work-place-type {
				font-size: 12PX;
			}
			.job-skills > span {
			    font-size: 12px;
			}
			.job-exp {
				font-size: 12PX;
			}
			.each-job-list{
				WIDTH:455PX;
			}
			.job-company-name {
				font-size: 13PX;
			}
			.each-job-detail > span{
				font-size: 12PX;
			}
			.job-skills {
				font-size: 14px;
			}
			.popular-job-apply-btn {
				font-size: 14px;
				right: 10px;
			}
			.prc-img-container {
				top: 317px;
				right: -404px;
			}
			.prc-img-container >img{
				width:46%;
			}
			.step-option >a {
				font-size: 12px;
			}
			.each-companie{
				width: 200px;
			}
			.companie-logo >img{
				height: 59px;
				width:48px;
			}
			.company-location {
				font-size: 12px;
			}
			.company-job {
				font-size: 11px;
				right: 9px;
			}
			.process-step-section {
				height: 855px;
			}
			.marketingimg > img{
				width: 58%;
			    padding-top: 9px;	   
			}
			.each-trending-category{
				padding: 20PX 9PX;
			}
			.trending-img-category{
				width: 69px;
				height: 36px;
			}
			.trending-category-title{
				font-size: 13PX;
			}
			.trending-category-position{
				font-size: 12PX;
			}
			.trending-category-position > span{
				font-size: 14PX;
			}
			.trending-category-title {
				width: 162PX;
			}
			.trending-img-category > img {
			   	padding-top: 9px;
				margin-left: 8px;
			}
			.automotive > img {
			   padding-top: 6PX;
			   padding-right:2PX;
			}
			.humanimg > img{
			  WIDTH:60%;
			  padding-top: 2PX;
			}
			.work-type-title {
			  font-size:13px ;
			}
			.work-type-img{
			  padding-left: 23px;
			}
			.work-type-title {
			   padding-left:15px;
			}
			.each-job-location {
			  width:302px;
			}
			.job-posted {
		          right:19px;
			}
			.job-industry {
			  font-size: 16px;
			  width: 196px;
			}
			.jobcompany-name {
			  font-size: 12px;
			}
			.job-ex-container {
			   font-size: 13px;
			}
			.joblocation {
			   font-size: 13px;
			}
			.joblocation > i {
			  font-size: 17px;
			}
			.skill{
			  font-size: 13px;
			}
			.apply-btn{
			  width: 62px;
			  font-size: 12px;
			}
			.reasume-detail {
			    padding-top: 89px;
			    width:361px;
			    font-size: 39px;
			    margin: auto;
			}
			.reasume-sub-detail{
			   font-size: 18px;
			    margin-top: 100px;
			    width: 383px;
			    font-weight: 400;
			    padding-left: 90px;
			}
			.reasume-btn {
			 	margin-left: 145px;
			 	font-size: 13px;
			 	line-height: 41px;
			 	width: 181px;
			}
			.recommend-apply-btn {
				font-size: 12px;
		        right: 10px;
		        padding: 0px 0px;
			}
			.career-img-logo-one {
			    width: 223px;
			    padding: 10px 0px 10px 13px;
			    top: -92px;
			    left: -33px;
			}
			.career-img-logo-two {
			    width: 200px;
			    padding: 10px 0px 10px 10px;
			    top: -13px;
			    right: -69px;
			}
			.each-icon > i {
			   font-size: 16px;
			}
			.companie-logo >img {
			  height: 45px;
        	  width: 45px;
			}
			.work-mode-detail-container {
				width:100%;
			}
		}
  
		@media only screen and (min-width:1200px) and (max-width:1400px) {
			.full-time {
				width:35%;
				margin-left: 10px;
				padding: 4px;
			}
			.each-job-list{
				width:550px;
			}
			.complte-profile-content {
				margin-top: 60px;
			}
			
			.each-job-location {
				width:352px;
			}
			.job-industry{
				width:200px;
			}
			.apply-btn {
				width:79px;
			}
			.joblocation,.job-experience,.job-salary,.skill{
				font-size: 14px;
			}
			.reasume-detail{
				margin: 113px 42px;
			}
			.each-companie{
				width: 200px;
			}
			.reasume-sub-detail{
				font-size: 23px;
				margin-top: 83px;
			}
			.rs-scroll-serch-candidate{
				width:100%;
			}
			.add-fixed-serchbar {
				right: 186px;
			}
			
		}

		@media only screen and (max-width:1400px){
			
		}
