/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.8.6

All css files are placed in /css/ folder
*/

/*INPUT AUTO FILL */

@-webkit-keyframes autofill {
    to {
        
        background: #fff;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/*<<<<<<<<<<<<<<HOME PAGE>>>>>>>>>>>>>>*/

.four-fifth{
    background-color: #eff3f4 !important;
}  


@media only screen and (min-width: 769px) {
    .home_page_packages{
        border-radius: 30px;
        width: 23% !important;
        margin: 1% !important;
    }
}

 @media (min-width: 769px) and (max-width: 1200px) {
    
    .btn_call_all{
        font-size: 70% !important;
    }
    
    .packeges_images .scale-with-grid {
        height: 70px !important;
        width: 70px;
    }
 }
 
@media only screen and (max-width: 768px) {
    .home_page_packages {
        border-radius: 30px;
        margin: 1% !important;
        width: 48%!important;
        clear: none !important;
    }
    
    .btn_call_all{
        font-size: 80% !important;
    }
    
    .packeges_images .scale-with-grid {
        height: 50px !important;
        width: 50px;
    }

}

/*<<<<<<<<<<<<<<END HOME PAGE>>>>>>>>>>>>>>*/



/*Title for Cellcome*/
.cat_title {
    background-color: #1770e8;
    /*background-color: #ec008c;*/
    width: 300px;
    height: 1px;
    color: #fff;
    padding-bottom: 35px;
    padding-top: 10px;
    margin-bottom: 25px;
    border-radius: 20px;
    padding-right: 25px;
    font-size: 20px;
}


/*<<<<<<<<<<<<<<Contact Form>>>>>>>>>>>>>>*/
@media only screen and (max-width: 768px) {
    .cf_title{
      font-size: 20px !important; 
    }
    
    .cat_title {
        width: 60%;
        margin-top: 20px;
    }
}

.contact_form_phone_select{
    -webkit-appearance: menulist;
}

.contact_area{
    float: left;
}

.contact_form_fast{
    max-width: 400px;
    width: 100% !important;
}

.cf_fields{
    height: 50px;
    border: 1px solid #c7c2c2 !important;
    border-radius: 10px !important;
    color: #98989a;
    font-size: 16px !important;
    width: 100% !important;
}

.cf_main_fields{
    height: 60px;    
}

.contact_form_title_customer_exists{
    color: #1770e8;
}

.contact_form_group_customer_exists {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #c7c2c2;
    margin-bottom: 10px;
}

.contact_form_email {
    margin-bottom: 10px !important;
}

.contact_form_btn {
    width: 100%;
    background: #ff0000;
}

.contact_form_btn_send{
    color: #F7F7F7;
    width: 100%;
    height: 52px;
    margin-bottom: 0px;
    border: 0px; 
    font-weight: 600;
    font-size: 20px;
    font-family: "Open Sans Hebrew" !important;
}


/* The container */
.contact_form_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ff2500;
    text-align: right;
    padding-right: 20px;
}

/* Hide the browser's default radio button */
.contact_form_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c7c2c2;
}

/* On mouse-over, add a grey background color */
.contact_form_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contact_form_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.contact_form_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.contact_form_container .checkmark:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*Error fields in Contact form*/

.cf_err{
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    width: max-content;
    background: #fff;
    color: red;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3em !important;
    text-align: center;
}

#cf_form_final{
    padding-bottom: 20px !important;
}

