@media screen and (max-width: 1600px) {
	/* employers page tabs*/
  .tabs-wrapper label {
    width: 24%;
  }
}
@media (max-width: 1199.99px) and (min-width: 990.99px){
	/*header*/
	.head-container{max-width: 1150px;}
	nav{width: 90%;}
	header nav ul{font-size: .8rem;}
	/*employer page tabs*/
	.tabs-wrapper label{width: 35%;}
	.client-slider .slick-slide img{
		margin: auto;
	}
}
@media (min-width: 990.99px){
	/*header-desk*/
	header nav ul{
		/*list-style: none;
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		margin: 0;*/
		/*display: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 0;
	  line-height: 3;
	  text-align: center;
	  height: 100vh;
	  background-color: #fff;
	  z-index: 1;
	  transition: all .5s linear;
	  padding-top: 78.28px;*/
	}
}
@media (max-width: 991px){
	p{font-size: 2vw;}
	h2{font-size: 4vw;}
	h4{font-size: 2.5vw;}
	h5{font-size: 2.3vw;}
	footer{font-size: 2vw;}
	.why-us ul li {font-size: 2vw;}
	.col-pr-0{padding-right: 15px;}
	.col-pl-0{padding-left: 15px;}
	/*header-mob*/
	#Header{position: relative;}
	header nav a.Toggle_nav{display: block;}
	header nav ul{
		display: none;
	  position: absolute;
	  top: 0;
/*	  left: 0;*/
	  right: 0;
	  width: 0;
	  line-height: 3;
	  text-align: center;
	  height: 100vh;
	  background-color: #fff;
	  z-index: 1;
/*	  transform: translateX(100%);*/
	  transition: all .5s linear;
	  padding-top: 78.28px;
	}
	/*service page*/
	/*employer tabs*/
	.do-more{height: 550px;}
	.tabs-wrapper label{width: 49.5%;}
	/*employer activity*/
	.employer-activity-numbers{align-items: unset;}
	.mob-mb5{margin-bottom: 3rem;}
	/*manpower tab*/
	.mpower-colum-devider-1{border-right: 2px solid #215693;border-bottom: 2px solid #215693;}
	.mpower-colum-devider-2{border-right: none;border-left: none;border-bottom: 2px solid #215693;}
	/*hr consulting tab*/
	.hire-benefit-img{text-align: center;}
	.hire-benefit-img img {
    	width: 50%;
	}
	.hire-benefit-content{
		position: unset;
	    left: 0;
	    z-index: 0;
	    width: 100%;
	    top: 0;
	    padding-top: 2rem;
	}
	.order_1{order: 1;}
	.order_2{order: 2;}
	.hire-benefit-content h2{padding-left: 0;}
	.hire-benefit-points {
    	padding: 4rem 2rem 3rem 2rem;
	}
	/*bpo tab*/
	.bpo-img img{width: 50%;}
	.bpo-img{text-align: center;}
	.bpo-points i{font-size: 2rem;}
	.client-slider .slick-slide img{
		margin: auto;
	}
}
@media screen and (max-width: 900px) {
	/*employer service page tabs*/
  .tabs-wrapper label {
    width: 49.5%;
  }
}
@media (max-width: 768px){

	p{font-size: 3vw;}
	h2{font-size: 6vw;

	}
	#homeservices h2{
		margin-bottom:7%;
	}
	h5{font-size: 3.5vw;}
	p{font-size: 3vw;}
	h4{font-size: 4.5vw;}
	/*home*/
	.home-srvc-card img {width: 25%;}
	.why-us ul li {font-size: 3vw;}
	footer{font-size: 3.1vw;}
	.footer_links ul {padding-top: 10.5%;}
	.footer-img-sizing img{width: 30%!important;}
	header a img{width: 45%;}
	.home_slider .slick-dots li{
		width: 8px;
		height: 8px;
		margin: 16px 2px;
	}
	.client-slider .slick-dots li{
		width: 8px;
		height: 8px;
		margin: 16px 2px;
	}
	#counter img{width: 20%;}
	#homeprofile span{left: 47%;}
	/*service page*/
	/*manpower tab*/
	.mpower-colum-devider-1{border: none;border-bottom: 2px solid #215693;}
	.mpower-colum-devider-2{border: none;border-bottom: 2px solid #215693;}
	.mpower-colum-devider-3{border: none;border-bottom: 2px solid #215693;}
	.manpower-head-column{padding: 1rem 1.5rem;}
	.manpower-icons{text-align: center;}
	.manpower-icons img{width: 50%;margin-bottom: 1.5rem;}
	.order1{order: 2;}
	.order1-1{order: 1;}
	.order2{order: 2;}
	.order2-1{order: 1;}
	/*bpo tab*/
	.bpo-points{height: 20vw;}
	.bpo-points i{font-size: 3rem;}
	/*career page*/
	.career-box-spacing{padding: 0;}
	.career-box {padding: 2rem 2rem;}
}
@media screen and (max-width: 600px) {
	/*employer service page tabs*/
  .tabs-wrapper label {
    width: 100%;
    display: block;
    margin-top: 1rem;
  }
  /*employer activity*/
  .e-a-number{font-size: 2rem;}
  .e-a-box{width: 37px;height: 37px;}
}
@media screen and (max-width: 600px) {
	/*employer service page tabs*/
  .tabs-wrapper {
    margin: 0;
  }
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #fff;
	border-bottom: 4px solid #215693;
	box-shadow: 5px -3px 10px 10px #fafafa;
}

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 1;
}

.tab-body-wrapper {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: show;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: show;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 1.5s;
  -o-animation-name: show;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
  margin-top: 5%;
}
@media screen and (max-width: 600px) {
	/*employer service page tabs*/
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4 {
  position: relative;
  top: 0px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: content-slide-top;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: content-slide-top;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: content-slide-top;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: content-slide-top;
  animation-fill-mode: forwards;
}

@media (max-width: 568px){
	/*header-mob*/
	header nav a.Toggle_nav{
		right: 3%;
	}
	#homeprofile span{left: 45%;}
	/*bpo tab*/
	.bpo-points i {
    	font-size: 2rem;
	}
	/*contact page*/
	.name-field{display: block!important;}
	.name-field input{width: 100%;margin-bottom: 1rem;}
	.company-country{display: block!important;margin-top: 0!important;}
	.company-name{width: 100%;margin-bottom: 1rem;}
	.country-name{width: 100%;margin-bottom: 1rem;}
	.email-phone{display: block!important;margin-top: 0!important;}
	.email{width: 100%;margin-bottom: 1rem;}
	.Phone{width: 100%;}
	.home_slider .home-banner{
		height: 224px;
	}
	.home_slider .home-banner img{
		height: 100%;
		object-fit: cover;
	}
}