.cform-form-wrapper {
    background-color: #272c35;
    padding: 100px 0 !important;
}

#contact-form-switch {
    display: none;
}

.cform-form-wrapper .text-block {
    margin: 0 0 60px;
}

.cform-form-wrapper .text-block-top {
    padding: 0;
    color: #964b98;
    font-size: 28px;
    /* text-transform: uppercase; */
    margin: 0 0 15px;
    font-family: graphie, sans-serif;
	line-height: 17px;
    letter-spacing: 0;
    font-style: normal;
}

.cform-form-wrapper h3.in-view {
    font-size: clamp(24px, 5vw, 50px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    /* text-transform: uppercase; */
    margin: 0 0 60px;
    padding: 0;
    font-family: graphie, sans-serif;
	letter-spacing: 0;
}

.cform-form-wrapper input[type=text] {
    border: 0;
    background: #fff;
    border-radius: 30px;
    font-size: 22px;
    text-align: center;
    color: #272c35;
}

.cform-form-wrapper input[type=text] {
    margin-bottom: 35px;
    width: calc(100% - 35px);
}

.cform-form-wrapper .left-side {
    width: 50% !important;
	display: inline-block;
}

.icons-slider .item-text, .cform-form-wrapper .text-block-text, .cform-form-wrapper .right-side {
    font-size: clamp(14px, 3vw, 22px);
}

.cform-form-wrapper .right-side {
    color: #fff;
    max-width: 480px;
    font-size: 22px;
    font-family: graphie, sans-serif;
    width: 50% !important;
	display: inline-block;
}

.cform-form-wrapper textarea {
    width: 100%;
    height: 100%;
}

.cform-form-wrapper input[type=text], .cform-form-wrapper textarea {
    padding: 10px 30px;
    border: 0.5px solid rgb(243, 245, 248);
    box-sizing: border-box;
}

.cform-form-wrapper textarea {
    background: none;
	color: rgb(243, 245, 248);
    border-radius: 6px;
}

.cform-form-wrapper #contact-us-form .button {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}

.offices.req-radio-box {
	display: none;
}

.flex-container {
	display: flex;
	flex-direction: row;
	gap: 50px;
}

#contact-us-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	gap: 50px;
}

.left-side input::placeholder { 
	color: rgb(216, 216, 216);
}

.left-side input {
	color: white;
}

.right-side textarea::placeholder { 
	color: white;
	font-weight: 500;
}

.cform-form-wrapper .left-side input:last-child {
    margin-bottom: 0;
}

.cform-wrapper {
    padding: 100px 0;
    background: rgb(229, 229, 229);
}

.cform-locations-container {
    display: flex;
}

.location-list {
    display: flex;
    flex-direction: column;
}

.location-list, .location-details {
    width: 50%;
}

.location-list .office label {
    color: #c4c4c4;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: graphie, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0;
    font-style: normal;
}

.location-list .office.active label {
    cursor: default;
    color: black;
}

.location-details h4 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 600;
}

.cform-loc-address {
    padding-bottom: 60px;
}

.location-details a {
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-decoration: none;
	font-weight: 600;
}

.location-details {
    color: rgb(0, 0, 0);
    font-family: graphie, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: normal;
}

.cform-location iframe {
    max-width: 100%;
    width: 540px;
    height: 350px;
}

.form-content.form-success  * {
	color:white;
}	
.cform-thankyou-check {
    position: absolute;
    left: 0;
    width: 80px;
    display: flex;
    align-items: center;
    font-size: 70px;
    font-weight: 600;
}

.form-content.form-success, .form-content.form-error {
    padding-left: 100px;
    position: relative;
}


@media (min-width: 1025px) {
	#contact-us-form .button.button1 {
		padding: 10px 63px;
	}
}


@media (max-width: 1025px) {
	.flex-container {
		flex-direction: column;
	}
	.cform-form-wrapper .left-side, .cform-form-wrapper .right-side {
		width: 100% !important;
		max-width: unset;
	}

	.cform-form-wrapper input[type=text] {
		width: 100%;
	}
	.cform-form-wrapper textarea {
		min-height: 200px;
	}
}

@media (max-width: 768px) {
	.cform-form-wrapper {
		padding: 90px 0 !important;
	}
/*
	.cform-form-wrapper textarea {
		min-height: 200px;
	}
*/

	.cform-locations-container {
		flex-direction: column;
	}
	.cform-locations-container .location-details {
		width: 100%;
		font-size: 18px;
		line-height: 28px;
	}
	.cform-locations-container .location-list {
		width: 100%;
		padding-bottom: 45px;
	}
}


/* refer a friend */

.refer-a-friend .contact-form.refer-form .form-input {
    width: calc(100% - 35px);
    color: #000000;
    border: 0.5px solid #000000;
    border-radius: 6px;
    padding: 10px 30px;
    margin-bottom: 35px;
    margin-top: 0;
    height: auto;
    line-height: normal;
    font-size: 13.3333px;
    font-family: graphie, sans-serif;
}

.refer-a-friend .contact-form.refer-form .form-input::placeholder {
    /* font-size: 14px; */
	color:#000000;
}

.refer-a-friend .contact-form.refer-form .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.refer-a-friend .contact-form.refer-form .form-title {
    margin-bottom: 20px;
    text-align: left;
}
.refer-a-friend .contact-form.refer-form .form-content .form-right {
    width: 57%;
}
.refer-a-friend .contact-form.refer-form .form-content .form-left {
    width: 43%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.refer-a-friend .contact-form.refer-form textarea.form-input {
    height: 256px;
	margin-bottom: 0;
}
.refer-a-friend .contact-form.refer-form .form-bottom-text {
    margin-bottom: 19px;
    font-size: 14px;
}
.refer-a-friend .contact-form.refer-form .form-checkbox label {
    font-size: 14px;
}

.refer-a-friend .contact-form.refer-form .button {
    padding: 10px 40px;
    margin-top: 30px;
    border: none;
    line-height: normal;
    width: auto;
}

@media (max-width: 767px) {
	.refer-a-friend .contact-form.refer-form .form-content .form-left, 
	.refer-a-friend .contact-form.refer-form .form-content .form-right {
		width: 100%;
	}
	.refer-a-friend .contact-form.refer-form .form-input {
		width: 100%;
	}
}