.main-container-contact {
	padding: 20px 75px 50px;
}
.heading-contact-us {
	color: #2e67b1;
	font-weight: 600;
	
}
.know-more-button {
	width: 150px;
	border: 1px solid #2e67b1;
	background-color: white;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	color: #2e67b1;
	font-weight: bold;
}

.contact-container {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center; */
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #000000;
}

.contact-info,
.contact-form-contact {
	/* flex: 1; */
	/* min-width: 270px; */
	margin: 10px auto;
	padding-left: 30px;
	text-align: center;
	max-width: 500px;
}

.contact-info {
	/* border-right: 1px solid #707070; */
	padding-right: 20px;
}

.contact-info h3,
.contact-form-contact h3 {
	color: #2e67b1;
	font-weight: 600;
text-align:left;
margin-bottom:20px;
}

.contact-info p {
	margin: 10px;
	text-align: left;
}

.contact-info p i {
	margin-right: 10px;
	color: #2e67b1;
}

.contact-form-contact form {
	display: flex;
	flex-direction: column;
}

.contact-form-contact input,
.contact-form-contact textarea {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
}

.contact-form-contact button {
	padding: 10px;
	border: none;
	border-radius: 4px;
	background-color: #2e67b1;
	color: white;
	font-size: 16px;
	cursor: pointer;
}

.contact-form-contact button:hover {
	background-color: #004494;
}

.contact-us-icon-container {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 15px 0px;
}
.custom-map-contact-us {
	margin: 50px 30px 70px;
}

.container-working-with-us {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
}

.card-working-with-us {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin: 10px;
	width: 30%;
	box-sizing: border-box;
	text-align: center;
}

.card-working-with-us h3 {
	color: #2e67b1;
	height: 45px;
font-size:20px;
font-weight:600;
}

.card-working-with-us p {
	color: #333;
}

.icon-working-with-us img {
	width: 50px;
	height: 50px;
}

.container-contact-us {
            display: flex;
            flex-wrap: wrap;
            gap: 20px; /* Space between the iframes */
            justify-content: space-between;
        }

        .iframe-container-contact-us {
            flex: 1 1 45%; /* Adjust the width of each iframe */
            min-width: 300px; /* Minimum width for better responsiveness */
        }

        iframe {
            width: 100%;
            height: 400px;
            border: 0;
        }

/* Responsive Styles */
@media (max-width: 768px) {
	.contact-container {
		flex-direction: column-reverse;
		padding: 0px;
	}

	.contact-info {
		border-right: none;
		padding-right: 0;
		border-top: 1px solid #ccc;
		padding-top: 20px;
		margin-top: 20px;
		padding-left: 0px !important;
	}
	.main-container-contact {
		padding: 20px 10px;
	}
	.custom-map-contact-us {
		margin: 20px 10px 30px;
	}
	.contact-form-contact {
		padding-left: 0px;
	}
	.heading-contact-us {
		text-align: left;
	}
	.contact-form-contact button {
		margin-left: auto;
	}
	.container-working-with-us {
		flex-direction: column;
		align-items: center;
margin:auto 25px;

	}

	.card-working-with-us {
		width: 100%;
	}
  .iframe-container-contact-us {
                flex: 1 1 100%;
                margin-bottom: 20px; /* Space between the iframes on mobile */
            }

.contact-container-last{
padding:20px !important;
}
