.wpcf7-form-control-wrap {
    width: 100%;
}

.contact .contact-form p {
    font-size: 16px;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #fff;
}

footer .col-lg-6 {
    text-align: center !important;
}

.call-btn {
    background: #F7941E;
    color: #ffffff;
    border-radius: 80px;
    padding: 10px;
    border: none;
}

/* DECEMBER 2, 2022 */
@media screen and (min-width: 768px) and (max-width: 992px){
    .mobile-view{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
  }