/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
.sections_bg {
	background-color: transparent;
	background-image: url(../../img/sections_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: relative;
}
.section-title {
	color: #21262D;
	font-size: 46px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	margin-bottom: 15px;
}
.section-title:before {
	content: '';
	display: block;
	background-color: #4B8CE1;
	background: transparent -o-linear-gradient(1deg, #1A4B8D 0%, #4B8CE1 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(89deg, #1A4B8D 0%, #4B8CE1 100%) 0% 0% no-repeat padding-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 57px;
	height: 3px;
	position: relative;
	margin-bottom: 18px;
}
.section-title span {
	font-weight: 400;
}
@media (min-width: 1600px) {
	.section-title:before {
		margin-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.sections_bg {
		background-image: none;
	}
	.section-title {
		text-align: center;
	}
	.section-title:before {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.section-title {
		font-size: 38px;
		line-height: 50px;
	}
}





/*
 * Section Top
 * ------------------------------------------------------------------------------------------------
*/
.section-top {
	padding-top: 50px;
	padding-top: 8vh;
	padding-bottom: 70px;
	padding-bottom: 10vh;
	text-align: center;
}
.section-top .page-title {
	color: #fff;
	font-size: 73px;
	font-weight: 300;
	line-height: 96px;
	letter-spacing: -4.42px;
}
.section-top .page-title strong {
	font-size: 94px;
	font-weight: 600;
	letter-spacing: -5.64px;
}
.section-top .page-subtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: -0.4px;
	margin-bottom: 30px;
}
.section-top form {
	background-image: none;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
.section-top form .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.section-top .form-step {
	padding-top: 0;
	padding-bottom: 0px;
}
.section-top .field-label {
	margin-top: 0;
}
.section-top .form-col .select2-container {
	margin-top: 0;
}
.section-top .field-select {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
}
.section-top button {
	position: relative;
	min-width: 226px;
	margin-top: 35px;
}
.section-top button:after {
	content: '';
	background-image: url(../../img/arrow-round.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 133px;
	height: 76px;
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -20px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

@media (max-width: 767px) {
	.section-top {
		padding-top: 35px;
		padding-bottom: 50px;
		background-position: 30% center;
		overflow: hidden;
	}
	.section-top .page-title {
		font-size: 40px;
		line-height: 60px;
		letter-spacing: -3px;
	}
	.section-top .page-title strong {
		font-size: 53px;
		font-weight: 600;
		letter-spacing: -3.18px;
	}
	.section-top .page-subtitle {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: -0.32px;
		margin-bottom: 30px;
	}
	.section-top .page-subtitle br {
		display: none;
	}
	.section-top button:after {
		background-image: url(../../img/arrow-round-mob.svg);
		position: absolute;
		width: 80px;
		top: -20px;
		right: -90px;
		-webkit-transform: rotate(-5deg);
		    -ms-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
}







/*
 * Accurate Coding
 * ------------------------------------------------------------------------------------------------
*/
.accurate-coding {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: relative;
	padding: 70px 0;
}
.accurate-coding .section-title {
	margin-bottom: 20px;
}
.accurate-coding .section-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 30px -15px -25px;
}
.accurate-coding .section-items .item {
	width: 33.333333%;
	height: auto;
	padding: 0px 20px;
	margin-bottom: 25px;
	position: relative;
}
.accurate-coding .section-items .icon {
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.accurate-coding .section-items h4 {
	margin: 15px 0 12px;
}
.accurate-coding .section-items .text {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (min-width: 992px) {
	.accurate-coding .section-items {
		width: 798px;
	}
}
@media (min-width: 1200px) {
	.accurate-coding .section-text {
		max-width: 570px;
	}
}
@media (min-width: 1600px) {
	.accurate-coding {
		padding: 140px 0 100px;
	}
}
@media (max-width: 991px) {
	.accurate-coding {
		background-image: none;
		text-align: center;
		padding: 50px 0;
	}
	.accurate-coding .image {
		margin-bottom: 35px;
		margin-left: auto;
		margin-right: auto;
	}
	.accurate-coding .section-items {
		background-color: transparent;
		background-image: url(../../img/section_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-top: 35px;
	}
	.accurate-coding .section-items .item {
		width: 100%;
		padding: 0px 15px;
	}
}






/*
 * Medical Items
 * ------------------------------------------------------------------------------------------------
*/
.medical-items {
	padding-top: 0;
	padding-bottom: 70px;
}
.medical-items .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.medical-items .columns > .col {
	width: 50%;
}
.medical-items .section-items {
	margin-bottom: -10px;
}
.medical-items .section-items .item {
	display: block;
	position: relative;
	background-color: #182231;
	color: #fff;
	text-decoration: none;
	padding: 30px 30px 25px;
	margin-bottom: 10px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	z-index: 1;
}
.medical-items .section-items .item:hover {
	background-color: #FFFFFF;
	color: #4F5763;
	text-decoration: none;
	-webkit-box-shadow: 9px 8px 57px #6D71E530;
	        box-shadow: 9px 8px 57px #6D71E530;
}
.medical-items .section-items .round {
	background-color: #2B394D;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 80px;
	height: 80px;
	position: absolute;
}
.medical-items .section-items .item:hover .round {
	background-color: #4B8CE1;
	background: transparent -o-linear-gradient(24deg, #1A4B8D 0%, #4B8CE1 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(66deg, #1A4B8D 0%, #4B8CE1 100%) 0% 0% no-repeat padding-box;
}
.medical-items .section-items .icon {
	max-width: 50%;
	max-height: 50%;
}
.medical-items .section-items h4 {
	color: #FFF;
	padding-left: 110px;
	margin-top: 0;
}
.medical-items .section-items .item:hover h4 {
	color: #21262D;
}
.medical-items .section-items .text {
	color: #9E9E9E;
	padding-left: 110px;
}
.medical-items .section-items .item:hover .text {
	color: #4F5763;
}
.medical-items .col_right .image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 992px) {
	.medical-items .section-items .item:hover {
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}
	.medical-items .section-items .item:before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		right: -10px;
		width: 20px;
		height: 20px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		z-index: -1;
	}
	.medical-items .section-items .item:hover:before {
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		opacity: 1;
	}
}
@media (max-width: 991px) {
	.medical-items {
		padding-bottom: 0;
	}
	.medical-items .columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.medical-items .columns > .col {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.medical-items > .container {
		padding-right: 0;
		padding-left: 0;
	}
	.medical-items .section-items .item {
		padding: 25px 15px 20px;
	}
	.medical-items .section-items h4 {
		padding-left: 100px;
	}
	.medical-items .section-items .text {
		padding-left: 100px;
	}
}





/*
 * Section Audit
 * ------------------------------------------------------------------------------------------------
*/
.section-audit {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-audit .col_left {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.section-audit .section-title span {
	display: block;
}
.section-audit .col_right {
	text-align: right;
}
.section-audit .form-step {
	padding-top: 0;
	padding-bottom: 0;
}
.section-audit .form-step .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.section-audit .form-col {
	max-width: 565px;
}
.section-audit .field-label {
	margin-top: 0;
}
.section-audit .form-col .select2-container {
	margin-top: 0;
}
.section-audit .form-col .select2-container--default .select2-selection--single {
	border: none;
}
.section-audit .form-step select,
.section-audit .form-step .select2-selection__rendered {
	-webkit-box-shadow: 0px 0px 16px #00000029;
	        box-shadow: 0px 0px 16px #00000029;
}
.section-audit .form-step button {
	min-width: 226px;
	margin-top: 35px;
}
@media (max-width: 991px) {
	.section-audit {
		text-align: center;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-audit .section-text {
		margin-bottom: 20px;
	}
	.section-audit .col_left .image {
		margin-left: auto;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.section-audit .col_left .image {
		margin-right: -15px;
	}
	.section-audit .col_left form {
		margin-top: 35px;
	}
}










