body.page-id-44 .entry-header,
body.page-id-46 .entry-header,
body.page-id-48 .entry-header{
	margin-bottom: 0px !important;
}
.page-id-50 .contact-us-pg-css .elementor-widget-wrap {
    padding:5rem 3rem !important;
}
.page-id-50 iframe{
width:100%!important;
}
.wpcf7-fields .wpcf7-field,
.wpcf7-field{
    width: 100%;
}
.contact-us-pg-css .wpcf7-field p {
	margin-bottom: 25px;
}
.contact-us-pg-css .wpcf7-field input, .wpcf7-field textarea {
    padding: 10px 12px;
    border: 1px solid #eee;
    color: #555;
    background-color: #fff;
    font-size: 14px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-us-pg-css .wpcf7-field input:focus, .wpcf7-field textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.contact-us-pg-css input[type="submit"] {
    background-color: #13a89e;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
}


@media screen and (min-width: 520px){
.wpcf7-fields {
    display: flex;
    gap: 30px;
    width: 100%;
}
}