
.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}
.ban-form input[type="submit"] {
    background: red;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}
.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}
.googleslider {
    display: flex;
    align-items: center;
}
.googleslider button.slick-prev.slick-arrow {
    font-size: 0px;
    border: none;
    BACKGROUND: TRANSPARENT;
}
.googleslider button.slick-next.slick-arrow {
    font-size: 0px;
    border: none;
    BACKGROUND: TRANSPARENT;
}
.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
.main-services-banner-sec .ban-form .fldset textarea {
     height: 60px;
 }
 .container-fluid.socialImg img {
    max-width: 250px !important;
}

 .main-services-banner-sec .ban-form input {
     height: 40px
 }
 .ban-form input::placeholder{
	color: #495057;
}
.ban-form{
	border: 1px solid #fff;
	padding: 24px;
    margin-left: 41px;
    background:#fff;
}
.section1{
	height: auto !important;
}
@media (max-width: 767px){
    .ban-form {
        margin-left: 0px;
    }
    }
