.header-mobile-swithcer {
	margin-right: 0;
}

.career-award-block {
	height: 414px;
}
.career-award-block:nth-child(1) {
	flex: 1;
	margin-right: 16px;
}
.career-award-block:nth-child(2) {
	flex: 1;
	margin-right: 16px;
}
.career-award-block:nth-child(3) {
	flex: 1;
}

#video-wrapper-1 {
	background-image: url(/img/career/video-preview-boy.jpg);
	min-height: 634px;
	background-position: center center;
}

.how-we-work-section > div {
	min-height: 400px;
}
.how-we-work-section > div:first-child {
	margin-right: 16px;
	padding-left: 60px;
	box-sizing: border-box;
}
.how-we-work-section > div > h2 {
	margin: 70px 0 25px 0;
}
.how-we-work-section > div > p {
	max-width: 680px;
	line-height: 18px;
}

.how-we-work-section > div:last-child > div {
	min-height: 400px;
	background-image: url("/img/career/how-work-img.jpg");
}

.how-we-care-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 200px;
	padding: 0 60px;
	background-color: #B34264;
	box-sizing: border-box;
}
.how-we-care-section .button {
	width: 304px;
	padding: 12px 27px;
	text-transform: capitalize;
}
.how-we-care-section > div p  {
	margin-top: 8px;
}
.how-we-care-section > a {
	margin: 0;
}

.career-slider-section {
	width: 100%;
	min-height: 380px;
}

.career-slider-item {
	min-height: 380px;
	display: flex;
	gap: 6px;
}
.career-slider-item-photo {
	flex: 1;
}
.career-slider-item-photo > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.career-slider-item-content {
	flex: 1;
	padding: 28px 17px;
	box-sizing: border-box;
}
.career-slider-item-content > h4 {
	margin: 0;
}
.career-slider-item-content > p {
	margin-top: 20px;
	margin-bottom: 0;
}

.career-slider-height {
	min-height: 380px;
}
.career-slider-section #tns1-iw {
	margin-left: 0;
}
.career-slider-controls {
	position: absolute;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	overflow-x: hidden;
}
.career-slider-controls > li {
	position: absolute;
	width: 127px;
	height: 127px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	background: transparent;
	box-shadow: -2px -2px 9px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	box-sizing: border-box;
	cursor: pointer;
}

.career-slider-controls > li:nth-child(1) {
	transform: rotate(180deg);
	left: -30px;
}
.career-slider-controls > li:nth-child(2) {
	right: -70px;
}

.what-get-section {
	min-height: 800px;
}

.what-get-wrapper {
	margin-right: 16px;
}
.what-get-wrapper > div {
	background-color: #75CBD4;
	padding: 30px 0 30px 60px;
	box-sizing: border-box;
}

.get-you-lists {
	width: 100%;
	padding: 0;
	margin: 0;
}
.get-you-item {
	min-height: 66px;
	display: flex;
	align-items: center;
	margin: 4px 0 0 0;
	padding-left: 30px;
	box-sizing: border-box;
	background-color: #DCF4F6;
}
.get-you-item:hover.darker-on-hover:hover {background-color: #c0f1f6;}
.get-you-item:first-child {
	margin: 8px 0 0 0;
}
.get-you-item > div {
	width: 28px;
	height: 28px;
	margin-right: 15px;
}
.get-you-item > div > img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.what-get-photo {
	min-height: 800px;
	display: flex;
	align-items: center;
}
.what-get-photo > div {
	min-height: 600px;
}

.who-are-row-1 {
	min-height: 300px;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 16px;
}
.who-are-row-1 > h2 {
	margin: 0;
}
.who-are-row-1 > h3 {
	margin: 0;
	font-size: 50px;
}
.who-are-row-1 > p {
	margin: 10px 0 0 0;
	line-height: 18px;
}
.who-are-row-1:last-child {
	margin-right: 0px;
}

.who-are-row-2 {
	height: 300px;
	display: flex;
	flex-direction: column;
	padding: 30px 50px 0 50px;
	box-sizing: border-box;
	margin: 16px 16px 0 0;
	overflow: hidden;
}
.who-are-row-2:last-child {
	margin: 16px 0px 0 0;
}
.who-are-row-2 > h3 {
	margin: 0;
	font-size: 50px;
}
.who-are-row-2 > p {
	margin: 10px 0 0 0;
	line-height: 18px;
}

.career-video-tile .video-play-button {
	font-size: 15px;
}

.hr-section .team-description > h2 {
	max-width: 600px;
} 

.hr-section .team-description > p {
	max-width: 620px;
	padding-left: 22px;
}

.section-sup-here {
	padding: 50px 0;
}

@media screen and (min-width: 1800px) {
	.career-award-block {
		height: 500px;
	}
}

@media screen and (min-width: 1600px) {
	.how-we-work-section > div > p {
		max-width: 80%;
	}

  .who-are-row-1 > h3 {
		font-size: 60px;
	}

	.who-are-row-2 > h3 {
		font-size: 60px;
	}
}

@media (min-width: 1440px) {
	#video-wrapper-1 {
		background-position: center top;
	}
}

@media screen and (max-width: 1360px) {
	.who-are-row-1 > h3 {
		font-size: 40px;
	}
	.who-are-row-2 > h3 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.what-get-photo > div {
		min-height: 500px;
	}
}

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

@media screen and (max-width: 1150px) {
	.section-sup-here {
		text-align: center;
		padding: 50px 20px;
	}
}

@media screen and (max-width: 1134px) {
	.how-we-care-section .button {
		padding: 12px 15px;
	}
}

@media screen and (max-width: 1024px) {
	.career-slider-item {
		gap: 16px;
	}

  .how-we-care-section > div p  {
		margin-right: 15px;
	}
  
  .who-are-row-2 {
		height: 320px;
		padding: 30px 30px 0 30px;
	}

	.hr-section .team-description > p {
		padding-left: 0;
	}
}

@media screen and (max-width: 990px) {
	.what-get-photo > div {
		min-height: 450px;
	}
}

@media screen and (max-width: 900px) {
	.what-get-section {
		flex-direction: column;
	}
	.what-get-photo {
		min-height: 100%;
		margin-top: 16px;
	}
	.what-get-photo > div {
		min-height: 600px;
	}
	.what-get-wrapper {
		margin-right: 0px;
	}
}

@media screen and (max-width: 800px) {
	.section-awards {
		flex-wrap: wrap;
	}

  .paging-arrow-right:hover::before,.paging-arrow-left:hover::before {transform:rotateZ(40deg);}
	.paging-arrow-right:hover::after,.paging-arrow-left:hover::after {transform:rotateZ(-40deg);}

	.career-award-block:nth-child(1) {
		width: calc(50% - 16px);
		flex: none;
	}
	.career-award-block:nth-child(2) {
		width: 50%;
		flex: none;
		margin-right: 0px;
	}
	.career-award-block:nth-child(3) {
		width: calc(50% - 16px);
		flex: none;
		margin-right: 0px;
		margin-top: 16px;
	}

  .how-we-work-section .flex-2 {
		flex: none;
	}
	.how-we-work-section .flex-3 {
		flex: none;
	}
	.how-we-work-section {
		flex-direction: column;
	}
	.how-we-work-section > div {
		height: 100%;
	}
	.how-we-work-section > div:first-child {
		width: 100%;
		order: 2;
		margin: 16px 0 0 0;
		padding: 0 60px 77px 71px;
	}
	.how-we-work-section > div:last-child {
		order: 1;
	}
	.how-we-work-section > div:last-child {
		width: 100%;
	}
	.how-we-work-section > div > h2 {
		margin: 25px 0 25px 0;
	}
	.how-we-work-section > div > p {
		max-width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.how-we-care-section {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column;
		justify-content: center;
	}
	.how-we-care-section > div {
		text-align: center;
	}
	.how-we-care-section > div p  {
		margin-right: 0;
	}
	.how-we-care-section > a {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.how-we-care-section .button {
		max-width: 290px;
		padding: 12px 7px;
	}
}

@media screen and (max-width: 700px) {
	.get-you-item {
		padding-right: 30px;
	}
}

@media screen and (max-width: 620px) {
	.section-awards {
		display: none;
	}
}

@media screen and (max-width: 607px) {
	.career-slider-item-photo {
		width: 40%;
	}
	.career-slider-item-content {
		width: 60%;
	}
}

@media screen and (max-width: 600px) {
	.what-get-photo > div {
		min-height: 350px;
	}
}

@media screen and (max-width: 580px) {
	.what-get-wrapper > div {
		background-color: #75CBD4;
		padding: 16px;
		box-sizing: border-box;
	}

	.get-you-item {
		padding: 16px;
	}

	.how-we-work-section > div:first-child {
		padding: 0 16px;
	}

	.who-are-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.who-are-row:last-child {
		margin-top: 16px;
	}

	.who-are-row-1 {
		min-height: fit-content;
		padding: 32px 16px;
		margin: 0px;
	}

	.who-are-row-2 {
		min-height: fit-content;
		padding: 16px;
		margin: 0px;
	}

	.who-are-row-2:last-child {
		margin: 0px;
	}

  .csat-after-request .ebook-download-block {
    flex-direction: column;
  }

	.csat-after-request .ebook-download-block > h3 {
		text-align: center;
	}

	.csat-after-request .ebook-download-block > h3 br {
		display: none;
	}

	.csat-after-request .ebook-download-block {
		padding: 32px 16px !important;
	}
}


@media screen and (max-width: 540px) {
	.career-slider-item {
		flex-direction: column;
	}
	.career-slider-item-photo {
		width: 100%;
	}
	.career-slider-item-content {
		width: 100%;
	}

	.career-slider-height {
		min-height: 350px;
	}

	.career-slider-item-photo {
		max-height: 420px;
	}
}

@media screen and (max-width: 480px) {
	.ebook-thanks-block {
		padding: 30px 30px 30px 30px;
	}
	.ebook-download-block {
		padding: 30px 30px 30px 30px;
	}

	.csat-after-request .ebook-download-block > img {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	.how-we-care-section {
		padding: 20px 10px;
	}

  .who-are-row-1 > h3 {
		font-size: 36px;
	}

	.who-are-row-2 > h3 {
		font-size: 36px;
	}

	.who-are-row-1 > p {
		font-size: 14px;
	}
  
	.who-are-row-2 > p {
		font-size: 14px;
	}
}

@media screen and (max-width: 390px) {
	.how-we-care-section .button {
		max-width: 270px;
		padding: 10px 10px;
		font-size: 12px;
	}

  .what-get-photo > div {
		min-height: 300px;
	}
}

@media screen and (max-width: 375px) {
	.get-you-item .f20 {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 340px) {
	.how-we-work-section .f50 {
		font-size: 30px;
	}
	.how-we-work-section .f15 {
		font-size: 13px;
	}

  .how-we-care-section .button {
		max-width: 240px;
	}
}

@media screen and (max-width: 325px) {
	.ebook-download-block .f25 {
		font-size: 21px;
	}
}