.white-color {
	color: #fff !important;
}

.phone-field-group {
	display: flex;
}
@media (max-width: 768px) {
	.phone-field-group {
		display: block;
	}

	.phone-field-group-input {
		margin-top: 8px;
	}
}
.select2-container--default .select2-selection--single {
	border-radius: 5px !important;
	padding: 5px 10px !important;
	height: 37px !important;
}
.select2-container--default .select2-selection__rendered {
	line-height: normal !important;
	font-size: 14px !important;
}

/* Change font size of the dropdown options */
.select2-container--default .select2-results__option {
	font-size: 14px !important; /* adjust size as needed */
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}
.slider,
.slider::before {
	position: absolute;
	transition: 0.4s;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #8e8e8e;
	border-radius: 34px;
}
.faq-container,
.switch input:checked + .slider {
	background-color: #fff;
}
.slider::before {
	content: "";
	height: 20px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background-color: #04245c;
	border-radius: 50%;
}
.switch input:checked + .slider::before {
	transform: translateX(22px);
}
.display-none {
	display: none !important;
}
.whatsapp-field-group {
	display: flex;
}

@media (max-width: 500px) {
	.whatsapp-field-group {
		display: block;
	}

	.whatsapp-field-group input {
		margin-top: 10px;
	}
}

.modal-content {
	background-color: #224463;
	padding: 40px;
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.modal-content {
		padding: 20px;
	}
}

.menu-btn-two {
    border-radius: 8px;
    margin-left: 10px;
    background-color: #ff0000;
    color: white;
    padding: 10px 20px;
}
@media screen and (min-width: 768px) {
    .modal .select2-container {
        width: 100% !important;
    }
}
.rounded-pill
{
    border-radius: 5px !important;
}