@media(max-width: 767px){
header{
    position: fixed;
    top: 0;
    z-index: 99;
    background: #000;
    box-shadow: 1px 1px 2px #dbdbdb;
    left: 0;
    width: 100%;
}
body{
    padding-top: 75px;
}
.navbar-toggle {
    margin: 0;
    float: right;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    border-radius: 0;
    background-color:#fff;
}
.cross span.icon-bar:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
}
.cross span.icon-bar:nth-child(2) {
    display: none;
}
.cross span.icon-bar:last-child {
    transform: rotate(-45deg);
}
.header-center {
    position: fixed;
    width: 100%;
    background: #105b83;
    z-index: 999;
    padding: 8px 15px;
    right: 0;
    top: 75px;
    margin-top: 0;
    display: none;
}
.menus li{
	display: block;
	text-align: center;
	border:none;
	padding: 0;
    margin: 7px 0;
}
.menus li a{
	padding:  8px 0;
    color: #fff;
    display: block;
	border-left: none;
    border-bottom: none;
}
.menus li a:hover{
    color: #000;
}
 .mobile_bottom_nav {
        background: #231f20;
        color: #fff;
        position: fixed;
        bottom: 0;
        z-index: 9;
        left: 0;
        font-family: 'Conv_OpenSansHebrew-Regular';
        font-size: 15px;
        right: 0;
    }
    .mobile_bottom_nav .col-xs-4 .text-center {
        padding: 10px 9px;
        border-left: 1px solid #fff;
        margin: 0 -15px;
    }
    .mobile_bottom_nav .col-xs-4:last-child .text-center {
        border-left: none;
    }
    .mobile_bottom_nav span {
        display: block;
        margin-top: 5px;
        color: #fff;
    }
    .menus .active a{
        color: #f33a81;
    }

}
 #contact_form .modal-form .modal-body .contact_form {
        height: initial;
        width: 100%;
        padding: 15px;
    }