* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #000000;
	font-family: "Roboto", sans-serif;
}

body {
	background: #f5f5f5;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	padding: 1rem 0 3rem;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #6e6e6e;
}

.content_box {
	padding: 30px;
	border-radius: 20px;
	background-color: #ffffff;
	margin-top: 1.5rem;
}
.content_box p {
	margin: 0.6rem 0 0;
	color: #6e6e6e;
}

.section_heading {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 0.3rem;
}

.sub_heading_text {
	font-weight: 500;
}

.black_line {
	display: block;
	width: 57px;
	height: 3px;
	background-color: #1a1a1a;
	margin-top: 0.4rem;
}

.contact_box {
	border: 0.5px solid #e7e7e7;
	border-radius: 5px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.contact_box,
.contact_box a {
	font-weight: 600;
}
.contact_box:last-child {
	margin-bottom: 0;
}

.green_box {
	padding: 25px 20px;
	background-color: #415450;
	border-radius: 10px;
	border: 0.5px solid #d9d9d9;
}

.input_title {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.input_wrapper {
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.5rem;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

input {
	border: none;
	background-color: #415450;
	width: 100%;
	color: #ffffff;
}
input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #415450;
}
input::placeholder {
	font-weight: 600;
	color: #d9d9d9;
}
input::selection {
	background: #415450;
	color: #ffffff;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #415450 inset !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 600 !important;
	transition: background-color 9999s ease-in-out 0s;
}

.request_btn {
	background: #ffffff;
	border-radius: 6px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-weight: bold;
	border: none;
	width: 100%;
	height: 100%;
}
.request_btn:focus {
	outline: none;
	box-shadow: none;
	border: none;
}
.request_btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.office_detail_box {
	padding: 20px;
	border: 0.5px solid #d9d9d9;
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
.office_detail_box p {
	font-size: 14px;
}
.office_detail_box:last-child {
	margin-bottom: 0;
}

.box_top_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.box_left {
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.5rem;
}

.office_place {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 0;
}

.vr {
	width: 2px;
	height: 13px;
	background: #000000;
	opacity: 1;
	min-height: unset;
	display: block;
	align-self: auto;
}

.location_tag {
	background-color: #0083bf;
	padding: 0 5px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 800;
	line-height: 120%;
}

.open_time {
	color: #8dc63f;
	font-weight: 500;
}

.btn_wrapper {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.8rem;
}

.detail_btn {
	background-color: #1a1a1a;
	padding: 10px 25px;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.contact_number {
	background-color: #c2cfcd;
	padding: 10px 25px;
	border-radius: 35px;
	border: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.4rem;
	font-size: 14px;
	font-weight: 600;
	color: #415450;
	text-decoration: underline;
}

.office_imgs picture img {
	margin-bottom: 1.5rem;
}
.office_imgs picture:last-child img {
	margin-bottom: 0;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: #415450;
}
.iti--separate-dial-code .iti__selected-flag .iti__selected-dial-code {
	color: #ffffff;
}

.iti {
	width: 100%;
}

.iti__arrow {
	border-top-color: #ffffff;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loading-wrapper {
	display: flex;
	flex-direction: column;
}

.spinners {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}

#loading div {
	font-size: 24px;
	color: #fff;
}

.loader {
	width: 120px;
	height: 22px;
	border-radius: 40px;
	color: #514b82;
	border: 2px solid;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}

.loader::before {
	content: "";
	position: absolute;
	margin: 2px;
	width: 14px;
	top: 0;
	bottom: 0;
	left: -20px;
	border-radius: inherit;
	background: #d5cc2e;
	box-shadow: -10px 0 12px 3px #d5cc2e;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
	animation: l14 1s infinite linear;
}

@keyframes l14 {
	100% {
		left: calc(100% + 20px);
	}
}

@media screen and (min-width: 768px) {
	.main_detail_wrapper .col-md-7 {
		max-width: 54.333333%;
	}
	.main_detail_wrapper .col-md-5 {
		min-width: 45.666667%;
	}
}

@media screen and (max-width: 992px) {
	.btn_wrapper {
		flex-direction: column;
	}
	.btn_wrapper a {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		align-items: center;
		margin-bottom: 0;
	}
	.breadcrumb-item a,
	.breadcrumb-item.active {
		font-size: 14px;
	}
	.content_box:nth-child(2) {
		margin-top: 1rem;
	}
	input {
		font-size: 14px;
	}
	.open_time {
		font-size: 14px;
	}
	.contact_number {
		justify-content: center;
	}
	.office_imgs picture img {
		border-radius: 20px;
	}
	.box_right {
		display: flex;
		gap: .5rem;
	}
}

@media screen and (max-width: 460px) {
	.content_box {
		padding: 25px 20px;
	}

	.vr {
		height: 18px;
	}

	.box_left, .box_top_wrapper {
		align-items: flex-start;
	}

	.box_top_wrapper {
		gap: .5rem;
	}

	.office_detail_box {
		padding: 15px;
	}

}

@media screen and (max-width: 435px) {
	.box_left {
		flex-direction: column;
		gap: .2rem;
	}

	.vr {
		width: 100%;
		height: 2px;
		margin-bottom: .3rem;
	}
}

@media screen and (max-width: 400px) {
	.content_box {
		padding: 20px;
	}
	.section_heading {
		font-size: 22px;
	}
	.sub_heading_text {
		font-size: 14px;
	}
}