    .header-g .row-1>div:first-child {
        width: 100%;
    }


input::placeholder, textarea::placeholder {
    color: #111 !important;
}
   
/* -- testimonials section -- */
.wrap_testimonials {
    box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    width: 95%;
    margin: 25px auto;
}
.wrap_testimonials_inner {
    margin: 0 auto;
    padding: 15px 35px 35px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
}
.btn_cta a {
    background: #d7eee9;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}


.section--light .form-a .form__input input:not([type="radio"]):not([type="checkbox"]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: #FFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111;
    transition: all 0.3s;
    border-color: #d0d0d0;
}

.input_container {
    font-family: "noto-serif",Arial,Helvetica,sans-serif;
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
}

.input_container input {
    background: #FFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111;
    transition: all 0.3s;
    border-color: #d0d0d0;
    padding: 0px 8px;
    line-height: 1;
    height: 36px;
    font-size: 1rem;
    border-radius: 0;
}

.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}


.form-wrap__submit input {
    display: flex;
    font-family: "noto-sans",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s,background-color 0.3s,border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #FFF;
    background-color: #122B1F;
    border: 2px solid #122B1F;
}

.form-wrap__submit input:hover {
    color: #FFFFFF;
    background-color: #214f39;
    border: 2px solid #122B1F;
    text-decoration: none;
}


 
.map-a .map__wrap {
    z-index: 9;
}

@media (min-width: 1199px){
.map-a .map__container {
    max-width: 1470px;
}
}
@media only screen and (min-width: 992px) {
.map__col {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}
.flexslider .slides img {
    height: 700px;
    object-fit: cover;
    object-position: center;
}
}

@media only screen and (max-width: 990px) {
    .map-a .map__display {
    height: 450px !important;
}
.ple-column-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
 