.contact_us_banner {
	 max-width: 100vw;
	 height: 300px;
	 overflow: hidden;
}
 .contact_us_banner:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: 1;
	 background: #681e77;
	 background: linear-gradient(90deg, rgba(104, 30, 119, 1) 0%, rgba(104, 30, 119, 1) 25%, rgba(104, 30, 119, 0.9) 35%, rgba(104, 30, 119, 0.8) 40%, rgba(104, 30, 119, 0.7) 45%, rgba(104, 30, 119, 0.5) 58%, rgba(104, 30, 119, 0.2) 65%, rgba(104, 30, 119, 0.11) 100%);
}
 @media (max-width: 991px) {
	 .contact_us_banner {
		 height: 200px;
	}
}
 @media (max-width: 768px) {
	 .contact_us_banner {
		 height: 150px;
	}
}
 .contact_us_banner img {
	 width: 100%;
	 height: 300px;
	 object-fit: cover;
}
 @media (max-width: 991px) {
	 .contact_us_banner img {
		 height: 200px;
	}
}
 @media (max-width: 768px) {
	 .contact_us_banner img {
		 height: 150px;
	}
}
 .contact_us_banner .fullBannercontent {
	 top: 50%;
	 left: 0%;
	 transform: translate(0%, -50%);
	 text-align: center;
	 z-index: 1;
}
 @media (min-width: 768px) {
	 .contact_us_banner .fullBannercontent {
		 max-width: 640px !important;
	}
}
 p.banner-desc {
	 color: #fff;
	 font-size: 16px;
	 font-weight: 400;
	 font-family: 'Lato';
	 margin-top: 5px;
}
 @media (max-width: 768px) {
	 p.banner-desc {
		 max-width: 70%;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 -webkit-box-orient: vertical;
		 overflow: hidden;
	}
}
 .contact_page_form {
	 border: 0.5px solid rgba(0, 0, 0, 0.25);
	 box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	 padding-left: 24px !important;
	 padding-right: 24px !important;
}
 @media (max-width: 768px) {
	 .contact_page_form {
		 width: 100%;
	}
}
 @media (max-width: 640px) {
	 .contact_page_form {
		 padding: 20px 16px !important;
	}
}
 .contact_page_form_left {
	 box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 5px rgba(104, 30, 119, 0.4) !important;
	 flex-grow: 0.2;
	 padding-top: 30px !important;
	 padding-bottom: 30px !important;
}
 @media (max-width: 640px) {
	/* box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 5px rgba(104, 30, 119, 0.4) !important;
	 */
	 .contact_page_form_left {
		 flex-grow: 0.2;
		 border: none !important;
		 box-shadow: unset !important;
		 background-color: transparent !important;
		 padding: 0 !important;
	}
}
 .right_side_heading {
	 color: #681e77;
	 font-size: 24px;
	 margin-bottom: 15px;
}
 .reach_us_box {
	 background-color: white;
	 flex: 1 1 0%;
	/* height: 150px;
	 */
	 padding: 20px;
	 box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
	 border-radius: 4px;
}
 .reach_us_box h5 {
	 font-size: 16px;
	 font-style: normal;
	 font-weight: 700;
}
 .reach_us_box i {
	 color: #681e77;
}
 @media (min-width: 992px) {
	 .reach_us_box h5 {
		 font-size: 16px;
		 font-style: normal;
		 font-weight: 700;
	}
	 .reach_us_box i {
		 color: #681e77;
	}
}
 #contact_page_form .footer_social a {
	 transition: transform 0.4s;
}
 #contact_page_form .footer_social a img {
	 width: 25px !important;
	 height: 25px !important;
	 object-fit: contain;
}
 .contact_page_form .contact_page_form_main {
	 gap: 20px;
}
 @media (min-width: 992px) {
	 .contact_page_form .contact_page_form_main {
		 gap: 30px;
	}
}
 .contact_page_form .intolerance_form-title {
	 font-size: 32px;
	 margin-bottom: 20px;
}
 .contact_page_form .subform-title {
	 font-size: 24px;
}
 .contact_page_form form {
	 overflow: hidden;
}
 .contact_page_form form em.error.help-block, .contact_page_form form em#g-recaptcha-error-query {
	 font-size: 12px;
	 font-family: "Lato", serif;
	 text-transform: capitalize;
	 font-weight: 600;
	 color: #e10202 80;
}
 .contact_page_form form .iti.iti--allow-dropdown.iti--separate-dial-code {
	 width: 100%;
}
 .contact_page_form form .iti.iti--allow-dropdown.iti--separate-dial-code .iti__country-list {
	 border-radius: 0.375rem;
	 background-color: #ebf2f3;
	 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	 border: var(--bs-border-width) solid var(--bs-border-color);
}
 .contact_page_form form .iti.iti--allow-dropdown.iti--separate-dial-code span.iti__country-name {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 max-width: 200px;
	 display: inline-block;
	 font-size: 1rem;
	 font-weight: 400;
	 line-height: 1.5;
}
 .contact_page_form form .iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-flag {
	 background-color: #d9d9d9;
	 border-radius: 0.375rem 0px 0px 0.375rem;
}
 .contact_page_form form .iti__selected-flag {
	 height: 36px;
}
 @media (max-width: 640px) {
	 .contact_page_form form .iti__selected-flag {
		 height: 36px;
	}
}
 @media (max-width: 640px) {
	 .contact_page_form form .iti__selected-dial-code {
		 font-size: 12px;
	}
}
 .contact_page_form form label {
	 font-size: 16px;
	 display: none;
	 font-style: normal;
	 font-weight: 600;
	 padding-bottom: 6px;
}
 .contact_page_form form label:empty {
	 display: none;
}
 .contact_page_form {
	 background-color: white;
	 padding: 70px;
	 box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 5px var(--sds-size-depth-0) rgba(104, 30, 119, 0.4);
}
 @media (max-width: 544px) {
	 .contact_page_form {
		 background-color: white;
		 padding: 10px;
		 box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 5px var(--sds-size-depth-0) rgba(104, 30, 119, 0.4);
	}
}
 .providers_label i {
	 font-size: 25px;
}
 @media (max-width: 991px) {
	 .wc-md-full {
		 width: 100%;
	}
}
 .contact_iframe {
	 width: 100%;
	 height: 300px;
	 background-color: #fff f;
	 margin-top: 20px;
}
 .right_side_form {
	 flex-grow: 0.8;
}
 @media (max-width: 768px) {
	 .right_side_form {
		 width: 100%;
	}
}