.contact-section {
    background: #F9FAFC;
}
.contact-section .contact-form-page {
	padding: 40px;
	background: #fff;
}
.contact-form-page .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
    grid-column: span 6;
    -ms-grid-column-span: 6;
}
.contact-form-page .ginput_container input:not(.gfield_checkbox input) {
    width: 100%;
    inline-size: 100% !important;
    border: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #686E77;
    border-radius: 0;
    padding-left: 0;
	color: rgba(90, 90, 90, 0.80);
}
.contact-form-page .gfield_checkbox {
    flex-direction: row !important;
}
.contact-textarea, .time-manage {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12;
}
.contact-form-page .gform_wrapper .ginput_container input:not([type="checkbox"], [type="radio"]) {
    outline: none;
    font-size: 16px;
}
.contact-form-page .gform_wrapper .ginput_container input::placeholder {
    color: rgba(90, 90, 90, 0.80);
}
.contact-textarea .ginput_container textarea {
    border: 0;
    box-shadow: unset;
    color: rgba(90, 90, 90, 0.80);
    border-bottom: 1px solid #686E77;
    border-radius: 0;
    min-height: 100px !important;
    padding: 0;
}
.contact-textarea .ginput_container textarea:focus {
    outline: none !important;
}
.time-manage .gfield_checkbox {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    background: rgba(217, 217, 217, 0.08);
    padding: 18px 20px;
    width: 100%;
}
.time-manage .gfield_checkbox > div > label {
    margin-left: 8px;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}
.contact-form-page .gform_footer input[type="submit"] {
    width: 100% !important;
    border: 0 !important;
    height: 52px !important;
    background-color: var(--global-color-sky-blue) !important;
    color: var(--base-3) !important;
    transition: all 0.4s ease-in-out !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.contact-info {
/*     padding: 12px; */
/*     background: #fff; */
    border-radius: 6px;
}
.contact-info p {
    color: #fff;
	margin-bottom: 12px;
	font-size: 16px;
	display: block;
    overflow: hidden;
}
.contact-section .contact-content .bt-row {
    row-gap: 16px;
    column-gap: 15px;
}
.contact-location .contact-info {
	display: flex;
    align-items: start;
    justify-content: start;
    column-gap: 12px;
}

.contact-location {
    flex-direction: column;
    row-gap: 15px;
    justify-content: space-between;
}
.contact-info p:last-child {
    margin: 0;
}
.contact-info .contact-info-icon > img {
    width: 18px;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.contact-info .contact-info-icon {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
	width: 38px;
    flex: 0 0 38px;
}
.location-info > a {
    color: #fff;
	font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.contact-location .contact-info:not(:first-child) {
    align-items: center;
}
.location-info {
	display: flex;
    flex-direction: column;
	max-width: 100%;
    display: block;
    word-break: break-word;
    white-space: normal;
}
.contact-content h2, p {
    color: #fff;
}
.contact-col {
    padding: 40px;
    background: #446AB3;
	height: 100%;
}
.contact-content p {
    margin: 0;
}
.contact-content p:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (min-width: 992px){
	.contact-info-main {
		padding-left: 0 !important
	}
	.contact-content {
		margin-bottom: 40px;
	}
	.form-main {
		padding-right: 0 !important;
	}
	.contact-section .contact-form-page{
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.contact-col{
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}
}
@media only screen and (max-width: 1024px){
	.contact-section .contact-form-page{
		padding: 30px;
	}
	.contact-form-page .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
		grid-column: span 12;
		-ms-grid-column-span: 12;
	}
}

@media only screen and (max-width: 991px){
	.contact-section .bt-row {
		row-gap: 20px;
	}
	.contact-col{
		padding: 20px;
	}
	.contact-content {
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 767px){
	.contact-form-page .gfield_checkbox{
		flex-direction: column !important;
		padding: 14px;
	}
	.contact-section .contact-form-page {
        padding: 18px;
    }
	.contact-section .contact-form-page .gform_validation_errors {
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 575px){
	.contact-location {
		flex-direction: column;
	}
/* 	.contact-location .contact-info:not(:first-child) {
		max-width: 100%;
	} */
}