*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: "Rubik", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	color: #221c18;
	background-color: #FEFEFE;

}

img {
	max-width: 100%;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

p {
	font-size: 14px;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.9;
	font-family: "Rubik", serif;
	font-weight: 400;
	font-style: normal;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	font-family: "Rubik", serif;
}

@media(min-width: 768px) {
	p {
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media(min-width: 1200px) {
	p {
		margin-bottom: 25px;
	}
}

.form-col {
	margin-top: 23px;
}

input {
	width: 100%;
	display: block;
	border: none;
	border: 1px solid #E6E9FC;
	padding: 7px 20px 7px 10px;
	height: 35px;
	font-size: 12px;
	color: #45494E;
	border-radius: 4px;
	font-weight: 400;
	background-color: #fff;
}

select {
	width: 100%;
	display: block;
	border: none;
	border: 1px solid #E6E9FC;
	padding: 7px 20px 7px 10px;
	height: 35px;
	font-size: 12px;
	color: #45494E;
	border-radius: 4px;
	font-weight: 400;
	background-color: #fff;
}


input::placeholder,
textarea::placeholder {
	color: #727695;
	opacity: 1;
}

textarea {
	width: 100%;
	display: block;
	border: none;
	border: 1px solid #E6E9FC;
	padding: 7px 20px 7px 10px;
	height: 90px;
	font-size: 12px;
	color: #45494E;
	border-radius: 4px;
	font-weight: 400;
	background-color: #fff;
	resize: none;
}


input::placeholder,
textarea::placeholder {
	color: #949494;
	opacity: 1;
}


input:focus,
textarea:focus {
	outline: none;
	border: none;
	border-bottom: 1px solid #a55325;
}

input:focus,
select:focus {
	outline: none;
	border: 1px solid #1399FE;
}

@media(min-width: 1200px) {

	input,
	select {
		padding: 7px 20px 7px 12px;
		height: 44px;
		font-size: 16px;
		border-radius: 5px;
	}

	.form-col {
		margin-top: 28px;
	}
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0;
	color: #333230;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.container {
	width: 100%;
	max-width: 1444px;
	margin: 0 auto;
	padding: 0 22px;
}

.cutom-radio-item [type="radio"]:checked,
.cutom-radio-item [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}



.cutom-radio-item [type="radio"]:checked+label {
	color: #fff;
}

.cutom-radio-item label {
	font-size: 12px;
	color: #45494E;
	display: block;
	font-weight: 600;
	cursor: pointer;
	padding: 2px 0;
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: center;
	text-transform: capitalize;
}

.cutom-radio-item {
	width: 100%;
}

.form-radio-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F6F6F6;
	border-radius: 8px;
	margin-top: 18px;
	overflow: hidden;
}

.form-col-btn p {
	font-size: 11px;
	font-weight: 600;
	color: #283636;
	text-align: center;
	margin: 0 0 10px;
}


.cutom-radio-item [type="radio"]:checked+label:after {
	content: '';
	background: #F87DA9;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 8px;
	width: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: -1;
}

.cutom-radio-item [type="radio"]:checked+label:after {
	background-color: #1399FE;
}

@media(min-width: 768px) {
	.container {
		padding: 0 52px;
	}
}

@media(min-width: 1200px) {
	.container {
		padding: 0 22px;
	}
}


/*button style*/

.btn {
	cursor: pointer;
	padding: 10px 26px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	text-align: center;
	display: flex;
	border-radius: 15px;
	border: none;
	text-align: center;
	position: relative;
	transition: all .4s ease-in-out;
	font-family: "Poppins", sans-serif;
	width: max-content;
}

.btn-primary {
	background-color: #9fbda4;
	color: #fff;
}

.btn-primary i {
	font-size: 10px;
	padding-left: 10px;
}

.btn-primary:hover {
	background-color: #e5dedb;
	color: #242424;
	text-decoration: none;
}

.btn-secondary {
	background-color: #e6c1b2;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #627a67;
	color: #fff;
	text-decoration: none;
}


.btn-white {
	background-color: #fff;
	color: #333230;
	text-decoration: underline;
}

.btn-white:hover {
	background-color: #9fbda5;
	color: #ffffff;
	text-decoration: none;
}


@media (min-width: 992px) {
	.btn {
		font-size: 16px;
		padding: 14px 35px;
		min-width: 185px;
		justify-content: center;
	}
}



.img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}



.contact-block {
	margin: 50px 0;
}

.contact-block-info-col {
	border-radius: 22px;
	background: #FAFAFA;
	border: 1px solid #F2F2F2;
	min-height: 140px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	padding: 10px 60px 10px 20px;
}

.contact-block-info-col h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 12px;
	font-family: "Inter", sans-serif;
}

.contact-block-info-col p {
	font-size: 15px;
	font-weight: 400;
	color: #353535;
	margin: 0 0 12px;
	line-height: normal;
	font-family: "Inter", sans-serif;
}

.contact-block-info-col p:last-child {
	margin: 0;
}

.contact-block-info-col-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 46px;
	background: #EBEFF3;
	border-radius: 0 22px 22px 0;
	border: 1px solid #D8DEE4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-block-info-col-btn img {
	max-width: 22px;
	max-height: 28px;
}

.contact-block-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-block-info-col ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.contact-block-info-col ul li {
	margin: 0;
	padding: 0;
}

.contact-block-info-col ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	background: #00358D;
	padding: 0 10px;
	border-radius: 50px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}

.contact-block-location-col h3 {
	font-size: 22px;
	color: #15618F;
	font-weight: 700;
	margin: 0 0 10px;
	font-family: "Inter", sans-serif;
}

.contact-block-location-col {
	background-color: #BCD5FF;
	border-radius: 22px;
	padding: 20px 30px 15px 20px;
	position: relative;
}

.contact-block-location-col p {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	margin: 0 0 12px;
	line-height: normal;
	font-family: "Inter", sans-serif;
}

.contact-block-location-col p:last-child {
	margin-bottom: 0;
}

.contact-block-location-col:last-child {
	background-color: #FFD5D4;
}

.contact-block-location-col:last-child h3 {
	color: #F40700;
}

.contact-block-location-col-img {
	max-width: 150px;
	margin: 14px 0 0;
	margin-left: auto;
	display: block;
}

.contact-block-location-col ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.contact-block-location-col ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	background: url(../img/location-pin.svg) center left 12px no-repeat #00358D;
	padding: 0 14px 0 29px;
	border-radius: 50px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}

.contact-block-location-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.contact-block__right {
	margin: 40px 0 0;
}


@media(min-width: 768px) {
	.contact-block-location-col-img {
		max-width: unset;
		margin: 0;
		position: absolute;
		right: 45px;
		top: 50%;
		transform: translate(0, -50%);
	}

	.contact-block-location-col {
		padding: 20px 287px 15px 24px;
		min-height: 224px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.contact-block-location-col:last-child {
		padding: 20px 24px 15px 370px;
	}

	.contact-block-location-col:last-child .contact-block-location-col-img {
		left: 45px;
		right: unset;
	}
}


@media(min-width: 1200px) {
	.contact-block-info-col h3 {
		font-size: 26px;
	}

	.contact-block-info-col p {
		font-size: 18px;
	}

	.contact-block-wrapper {
		display: flex;
		align-items: center;
		gap: 50px;
		justify-content: space-between;
	}

	.contact-block__left {
		width: calc(50% - 25px);
	}

	.contact-block__right {
		width: calc(50% - 25px);
		margin: 0;
	}

	.contact-block-info-col-btn {
		width: 60px;
	}

	.contact-block-info-col-btn img {
		max-width: unset;
		max-height: unset;
	}

	.contact-block-info-col {
		padding: 10px 60px 10px 40px;
	}

	.contact-block-info-col ul li a {
		height: 36px;
		padding: 0 20px;
		font-size: 16px;
	}

	.contact-block-location-col h3 {
		font-size: 26px;
	}

	.contact-block-location-col ul li a {
		height: 26px;
		background: url(../img/location-pin.svg) center left 12px no-repeat #00358D;
		padding: 0 12px 0 26px;
		font-size: 15px;
	}

	.contact-block-location-col ul {
		gap: 12px 15px;
		max-width: 290px;
	}

	.contact-block-info-col ul li a:hover {
		background: #032358;
	}

	a.contact-block-info-col-btn:hover {
		background: #00358d;
	}

	a.contact-block-info-col-btn:hover img {
		filter: brightness(0) invert(1);
	}

	.contact-block-location-col ul li a:hover {
		background: url(../img/location-pin.svg) center left 12px no-repeat #032358;
	}

	.contact-block {
		margin: 100px 0;
	}
}