

/* hiding on mobiles */
@media screen and (max-width: 1000px) {
.hide_on_mobiles {
display: none !important;
}
}

/* hiding on desktop */
@media screen and (min-width: 1001px) {
.hide_on_desktop {
display: none !important;
}
}

.q_price_table .price_table_inner { background-color: #65b54b; }

.wpcf7 p{
    color:#65b54b !important;
 font-size: 16px;
    font-weight: normal;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
border: 1px solid #65b54b !important;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #111111 !important;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #111111;
}

/* qode slider button color */
.carousel-inner .slider_content .qbutton {
background-color: transparent !important;
}