.dd-hp-form-wrap {
    display: flex;
}
.dd-hp-form-lewrap {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 40px 45px;
}
.dd-hp-form-lewrap iframe.ctm-call-widget {
    height: 500px!important;
}
.dd-hp-form-lewrap h4 {
    color: #3D3C6B;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin: 0;
    padding-bottom: 18px;
	    padding-left: 15px;
}
.dd-hp-form-right .dd-hp-form-lewrap {
    padding: 0;
    overflow: hidden;
}
.dd-hp-form-lewrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.dd-hp-form {
    padding: 0 0 160px;
}
@media only screen and (max-width:991px){
	.dd-hp-form-wrap {
		flex-direction: column;
	}
	.dd-hp-form-lewrap {
  	  width: 100%;
		padding: 35px 20px;
	}
	.dd-hp-form-left{
	    padding-bottom: 30px;
	}
	section.dd-hp-form {
		padding: 0 0 80px;
	}
}