.new-landing-page-wrapper{
	padding-top: 206px;
}
.ot-bg-box{
	background-color: white;
}
.ot-bg-img{
	height: 625px;
	position: relative;
}
.ot-bg-img:after {
    content: '';
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}
/* .ot-hero-info{
	max-width: 580px !important;
} */

.wpcf7-not-valid-tip{
	font-size: 1rem !important;
}
.ot-hero-info-top{
	max-width: 580px !important;
}
.ot-hero-info-top-small{
	max-width: 565px !important;
}
.ot-hero-info-top span{
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	font-family: 'Outfit';
}
.ot-hero-info-top h1{ 
	font-weight: 600;
	font-size: 59px;
	line-height: 70px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	margin-bottom: 32px;
	font-family: 'Outfit';
}

.ot-hero-info-top p{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
}

.social-box{
	padding: 24px;
	width: 568px;
	max-width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	display: inline-flex;
	gap: 56px;
	margin: 32px 0px 56px;
}
.social-box i{
	width: 40.84%;
	max-width: 40.84%;
	flex: 0 0 40.84%;
}
.social-box i svg{
	max-width: 100%;
}

.ot-landing-form{
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	justify-content: flex-start !important;
}
.ot-landing-form .wpcf7-form .wpcf7-spinner{
	display: none;
}
.offer-text{
	background-color: #C7223B;
	text-align: center;
	padding: 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #FFF1F4;
	width: 100%;
}

.ot-landing-form form{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin: 0px;
}
.ot-landing-form form > *{
	flex: 0 0 100%;
	max-width: 100%;
}
.ot-landing-form form .field-half{
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	width: calc(50% - 10px);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(0,0,0,0) !important;
  opacity: 0 !important;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder { /* Chrome, Safari */
  color: rgba(0,0,0,0) !important;
  opacity: 0 !important;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder { /* Firefox */
  color: rgba(0,0,0,0) !important;
  opacity: 0 !important;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder { /* Internet Explorer */
  color: rgba(0,0,0,0) !important;
  opacity: 0 !important;
}

.wpcf7-form .referredby input::placeholder,
.wpcf7-form .referredby textarea::placeholder {
  color: #64748B !important;
  opacity: 1 !important;
}

.wpcf7-form .referredby input::-webkit-input-placeholder,
.wpcf7-form .referredby textarea::-webkit-input-placeholder { /* Chrome, Safari */
  color: #64748B !important;
  opacity: 1 !important;
}

.wpcf7-form .referredby input::-moz-placeholder,
.wpcf7-form .referredby textarea::-moz-placeholder { /* Firefox */
  color: #64748B !important;
  opacity: 1 !important;
}

.wpcf7-form .referredby input:-ms-input-placeholder,
.wpcf7-form .referredby textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #64748B !important;
  opacity: 1 !important;
}

.ot-landing-form .wpcf7-form input::placeholder,
.ot-landing-form .wpcf7-form textarea::placeholder {
  color: #64748B !important;
  opacity: 1 !important;
}

.ot-landing-form .wpcf7-form input::-webkit-input-placeholder,
.ot-landing-form .wpcf7-form textarea::-webkit-input-placeholder { /* Chrome, Safari */
  color: #64748B !important;
  opacity: 1 !important;
}

.ot-landing-form .wpcf7-form input::-moz-placeholder,
.ot-landing-form .wpcf7-form textarea::-moz-placeholder { /* Firefox */
  color: #64748B !important;
  opacity: 1 !important;
}

.ot-landing-form .wpcf7-form input:-ms-input-placeholder,
.ot-landing-form .wpcf7-form textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #64748B !important;
  opacity: 1 !important;
}

.form-desc{
	display: none;
}

.form-wrapper{
	padding-top: 24px !important;
}

.ot-landing-form form > label{
	font-size: 0px;
}

.ot-header{
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    position: absolute !important;
    width: 100%;
}
.ot-header .call-btn{
	background-color: white !important;
	padding: 12px 20px !important;
}
.ot-header .call-btn svg path{
	fill: #000 !important;
}
.ot-header .call-btn span{
	color: #000 !important;
}

.ot-header-right{
	display: flex;
	align-items: center;
	gap: 24px;
}
.ot-header-right .call-info{
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}

.about-video-info{
	padding-left: 32px;
}
.about-row{
	align-items: center;
}

@media (max-width: 1280px){
	.ot-hero-info-top p{
		font-size: 16px;
    	line-height: 26px;
	}
	.ot-hero-info-top span{
		font-size: 24px;
		line-height: 40px;
	}
	.ot-hero-info-top h1{
		font-size: 45px;
    	line-height: 55px;
	}
	.ot-bg-img{
		height: 525px;
	}
}

@media (max-width: 1024px){
	.ot-hero-top-wrapper{
		display: flex !important;
		flex-direction: column-reverse;
	}
	.ot-landing-form{
		max-width: 600px;
		width: 100%;
		margin: auto;
	}
	.ot-hero-info-top{
		min-height: 260px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		max-width: 100% !important;
	}
	.ot-hero-info-top-small{
		max-width: 100% !important;
	}
	/* .ot-hero-info{
		max-width: 100% !important;
	} */
}
@media (max-width: 768px){
	.ot-header-right .call-info{
		display: none;
	}
	.ot-hero-top-wrapper{
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.new-landing-page-wrapper{
		padding-top: 140px;
	}
	.ot-hero-info-top{
		min-height: 330px;
	}
	.ot-hero-info-top span{
		margin-top: 0px !important;
	}
	.about-video-info{
		padding-left: 0px;
	}
}
@media (max-width: 520px){
    .ot-hero-info-top h1 {
		font-size: 32px;
        line-height: 42px;
		margin-bottom: 16px;
    }
	.ot-hero-info-top span {
        font-size: 20px;
        line-height: 30px;
    }
	.ot-hero-info-top p {
        font-size: 14px;
        line-height: 20px;
    }
}

