.banner-form-section{
    width: 100%;
    padding: 80px 0;
	position: relative;    
}

.banner-form-section .banner-content{
	display: flex;
    gap: 10px;
    margin: 0 auto;
    max-width: 1200px;
    align-items:normal;
    justify-content: space-between;
	position: relative;
    width: 100%;
}

.banner-form-section .banner-text{
	color: #fff;
	font-family: caudex;
    max-width: 50%;
    text-align: end;
	padding-left: 100px;
}
.banner-text-inner{
	padding-right:60px;
}
.banner-form-section .banner-from-image{
    max-width: 50%;
}

.banner-form-section .banner-text h1{
	font-size: 48px;
    line-height: 1.5;
    color: #000;
    direction: ltr;
    font-family: Caudex, "Caudex Fallback";
    font-weight: 400;
    font-style: normal;
}
.banner-form-section .banner-text h3{
	font-size: 22px;
    line-height: 1.5;
    color: #BB8D6A;
    direction: ltr;
    font-family: Caudex, "Caudex Fallback";
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
}
.banner-form-section .support-text{
    padding-bottom: 25px;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
}

.banner-form-section .support-text p{
    color: #fff;
	font-size: 18px;
	font-family:'Noto Sans';
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    text-transform: lowercase;
}

.banner-form-section .banner-from-inner{
    background: #fff;
}
.banner-from-image img{
    padding: 50px 0; 
	height: 100%; 
	padding-bottom: 10px; 
	padding-top: 120px;
	object-fit: cover;
}
.banner-form-section .banner-from{
	border: 1px solid #fff;
	float: right;
    right: 120px;
}

.banner-form-section .banner-from-content{
	width: 380px;
    height: 585px;
    background: #eeeee996;
    margin: 10px;
	padding: 20px 10px;
}

.banner-form-section .banner-from-content h3{
	font-size: 20px;
	font-family: caudex;
	text-align: center;
    padding-bottom: 40px;
}

.banner-form-section .lst-contact-form .form-input{
    display: block;
    width: 100%;
}

.banner-form-section .lst-contact-form .form-input input{
    width: 100%;
    padding: 0 10px;
    margin: 0px 0 20px 0px;
    font-size: 14px;
    border-style: solid;
    border-width: 0;
    border-color: #000;
    background-color: #fff;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    height: 40px;
    border: 1px solid #eee;
    text-align: right;
}

.banner-form-section .banner-from-area{
    background: #fff;
    margin: 10px;
    width: 100%;
    text-align: center;
	padding-right: 60px;
}

.banner-form-section .banner-from-area h3{
	padding-bottom: 20px;
	font-size: 26px;
	font-family: caudex;
	font-weight: 700;
    color: #000000FF;
    text-align: right;
    text-transform: capitalize;
}
.form-input-group{
    display: flex;
    gap: 20px;
}
.banner-form-section .input-select,
.banner-form-section .lst-contact-form select{
	    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    outline: none;
    text-align: right;
}

.banner-form-section .lst-contact-form button,
.banner-form-section .lst-contact-form .wpcf7-submit{
    color: #fff;
	width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid transparent;
	margin-top: 20px;
	background-color: #AB964F;
	font-size: 14px;
	padding: 18px;
    cursor: pointer;
}

.banner-form-section .lst-contact-form button:hover,
.banner-form-section .lst-contact-form .wpcf7-submit:hover{
	background-color: #000;
}

.banner-form-section .form-input input::placeholder{
	color:#000;
}

/* MEDIA QUERIES */
@media (max-width: 1380px) {
	.banner-form-section .banner-text {
		padding-left: 0;
	}
	.banner-form-section .banner-from-area {
		min-width: 500px;
	}
}
@media (max-width: 1280px) {
	.banner-form-section .banner-content {
		padding-right: 0;
	}
	.banner-form-section {
		padding: 80px 0 !important;
	}
}


@media (max-width: 992px) {

    .banner-form-section .banner-content{
        flex-direction: column;
        gap: 40px;
        padding: 0 40px;
        text-align: center;
    }

    .banner-form-section .banner-text{
        max-width: 100%;
    }
    .banner-form-section .banner-from-image{
        max-width: 100%;
    }

    .banner-form-section .banner-text h1{
        font-size: 36px;
        line-height: 1.4;
    }

    .banner-form-section .banner-number a{
        font-size: 24px;
    }

    .banner-form-section .banner-from-area{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
	
	.banner-form-section{
		padding-left:0 !important;
	}
	.banner-form-section .banner-text {
		text-align: center;
		padding-left: 0;
	}
	.banner-form-section .banner-from-area {
        max-width: 100%;
    }
	.banner-from-image img{
		padding-top: 0;
	}
	.banner-text-inner {
		padding-right: 0;
	}

}

@media (max-width: 768px) {

    .banner-form-section .banner-section{
        padding: 60px 0;
    }

    .banner-form-section .banner-content{
        flex-direction: column;
        gap: 30px;
        padding: 0 40px;
    }

    .banner-form-section .banner-text h1{
        font-size: 28px;
        line-height: 1.3;
    }

    .banner-form-section .support-text p{
        font-size: 16px;
    }

    .banner-form-section .banner-number{
        padding-top: 25px;
    }

    .banner-form-section .banner-number a{
        font-size: 20px;
    }

    .banner-form-section .banner-from-area{
        width: 100%;
		min-width: 100%;
        padding: 25px 15px 40px 15px;
    }

    .banner-form-section .lst-contact-form button{
        height: 45px;
        font-size: 13px;
    }

}

@media (max-width: 480px) {

    .banner-form-section .banner-text h1{
        font-size: 22px;
    }

    .banner-form-section .support-text p{
        font-size: 14px;
        line-height: 22px;
    }

}