/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.form_outer:before {
    border-radius: 60px;
}
.reg_text {
    background: linear-gradient(90deg, #F5F8FA 7.94%, #D9A31D 25%, #D9A31D 50%, #D9A31D 75%, #F5F8FA 91.14%);
}
.cta_form ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8.96px;
}
.cta_form ul li {
    width: calc(20% - 7.2px);
}
.cta_form .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1A365D !important;
}
.cta_form .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #1A365D !important;
}
.cta_form .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #1A365D !important;
}
.cta_form .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #1A365D !important;
}
.cta_form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    height: 52px;
    border-radius: 60px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(28, 30, 33, 0.40);
    font-family: "Outfit";
    font-weight: 400;
    font-size: 18px;
    color: #1A365D;
    padding: 10px 10px 10px 30px;
}
.cta_form .wpcf7-submit {
    border-radius: 25.906px;
    background: #CA9211;
    border: 0;
    height: 51px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit";
    width: 100%;
    padding: 10px;
    text-align: center;
}
.cta_form .wpcf7-submit:hover {
    background-color: #1A365D;
}
.cta_form .wpcf7-form-control:focus {
    outline: 0;
}
.cta_form .wpcf7 form.invalid .wpcf7-response-output,.cta_form .wpcf7 form.unaccepted .wpcf7-response-output,.cta_form .wpcf7 form.payment-required .wpcf7-response-output {
    background: #CA9211;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: "Outfit";
}
.cta_form span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

/*responsive starts from here*/
@media screen and (max-width:1500px){
	.cta_form .wpcf7-submit{
	font-size: 22px;
}
}
@media screen and (max-width:1270px){
	.cta_form .wpcf7-form-control:not(.wpcf7-submit) {
    height: 48px;
    font-size: 17px;
    padding: 10px 10px 10px 22px;

}
    .cta_form .wpcf7-submit {
        font-size: 20px;
        height: 48px;
    }
}
@media screen and (max-width:1200px){
    .cta_form .wpcf7-form-control:not(.wpcf7-submit) {
        font-size: 16px;
    }
    .cta_form .wpcf7-submit {
        font-size: 19px;
    }
}
@media screen and (max-width:991px){
.cta_form ul li {
    width: calc(50% - 4.5px);
}
.cta_form ul{
	    justify-content: center;
}
.form_outer:before {
    border-radius: 40px;
}
}
@media screen and (max-width:478px){
    .cta_form ul li {
        width: 100%;
    }
    .reg_text {
    background: linear-gradient(90deg, #F5F8FA 4%, #D9A31D 15%, #D9A31D 50%, #D9A31D 70%, #F5F8FA 101.14%);
}
.form_outer:before {
    border-radius: 30px;
}
}