/**
* ======================================================================================
*									Generic Styles
* =======================================================================================
*/
.right-cf {
    width: 33%;
    display: inline-table;
    position: relative;
    /* text-align: center; */
    /* padding-right: 6%; */
}

.clicktocall img {
    width: 111px;
}

.modal-content {
    text-align: right;
}

.modal-header {
    display: inline-block;
}

.hidemob {
    display: block;
}

.white {
    color: #fff;
}

.mob {
    display: none;
}

.header-menu li:hover {
    font-weight: 600;
}

.register_col {
    margin-top: 44px;
}

section#ramat-hasharon .text_box {
    background: #fff;
}

.form-group p {
    color: #fff;
    margin-bottom: 0;
}


.input_field {
    height: 45px;
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    float: right;
    outline: none;
    /*    font-family: 'Open Sans Hebrew', sans-serif;*/
    font-weight: lighter;
    margin-left: 10px;
    padding: 0 10px;
    /* margin-top: 10px; */
    background: transparent;
    border: 1px solid #fff;
    color: #002d70;
    background: #fff;
    border-radius: 5px;
        font-weight: 400;
}
section#petach .text_box {
    background: #00aeef;
    color: #fff;
    left: unset;
    right: 100%;
    top: 13%;
    text-align: center;
    width: 29%;
    padding: 25px 7px 25px 7px;
    border: #929292 solid 1px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
}

section#petach .text_box p {
    font-size: 1.225rem;
}

section#petach {
    background-image: url(../images/moz.png);
    background-position: 100% 93%;
}

section#mozkin {
    background-image: url(../images/moz.png);
    background-position: 100% -5%;
}

section#ramat-hasharon {
    background-position: -11% 73%;
}

section#ramat-hasharon .text_box {
    left: 69%;
    top: 15%;
    width: 24%;
    padding: 17px 7px 17px 7px;
}

img.hero-bg-boxes2 {
    width: 235px;
    position: absolute;
    bottom: -41px;
    right: 0;
    text-align: center;
}

#sendbtn {
    position: relative;
    width: 50%;
    float: right;
    height: 76px;
    margin: 0;
    border-width: 0px;
    -webkit-appearance: none;
    outline: none;
    color: #fff;
    /* margin-top: 0; */
    background: url(../images/send.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    /* right: -27px; */
    /* top: 41px; */
    bottom: -147px;
    /* position: absolute; */
    /* left: 0; */
}

.formarea {
    background-image: url(../images/bg_contacyt.jpg);
    background-repeat: no-repeat;
    height: auto;
    padding: 15% 0;
    position: relative;
}

.input_text {
    height: 45px;
    width: 70%;
    font-size: 18px;
    float: right;
    outline: none;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: lighter;
    margin-left: 10px;
    padding: 0 15px;
    /* margin-top: 10px; */
    background: transparent;
    border: 1px solid #fff;
    /* color: #ffffff; */
    background: #fff;
    border-radius: 5px;
}

option {
    background: #002d70;
    color: #fff;
}

.text_box {
    width: 20%;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    border: #000 solid 1px;
    vertical-align: top;
    padding: 20px 7px 19px 7px;
    position: absolute;
    left: 1%;
    top: 18%;
    background: #fff;
    line-height: 1;
}

input[type=checkbox] {
    position: relative;
    right: -10px;
    bottom: 1px;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
    margin-left: 0px;
    /* color: #fff; */
    background: #fff;
    border-radius: 5px;
    -webkit-appearance: none;
    border: 1px solid #fff !important;
}

input[type=checkbox]:checked::after {
    -webkit-appearance: none !important;
    content: '\2713';
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
    border-radius: 0px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
}

/*loader*/

#thankyou {
    position: absolute;
    top: 0;
    display: none;
    text-align: center;
    width: 100%;
    right: 0;
    height: 100%;
    background: #aee1f6cc;
    /* display: block; */
    z-index: 99999999999999999999;
}

.spinner {
    margin: 27% auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.myinput {
    width: 82%;
    color: #fff;
    float: right;
    top: 16px;
    right: 10px;
    position: relative;
}

.text_box p {
    /* float: left; */
    /* top: 50%; */
    /* left: 50%; */
    font-size: 1.125rem;
    margin: 0;
    /* transform: translate(-50%, -50%); */
}

.same a {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    border: 3px solid #ffc220;
    width: 323px;
    height: 94px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 86px;
    margin-left: 57px;

}

.top_icons .site-btn.left_b {
    background-color: #f3a81200;
    border: 2px solid white;
}

.top_icons .right_b {
    background-color: #f3a81200;
}

.top_icons .site-btn {
    display: inline-block;
    padding: 0.4em 1.325em;
    background-color: #f3a812;
    color: #fff;
    font-weight: 500;
    font-size: 1.625rem;
    transition: all 320ms ease;
    border-radius: 0;
    letter-spacing: 1px;
    line-height: 1.5;
    width: 24%;
    border: 2px solid transparent;
}

.our-location h2 {
    color: #fff;
    font-size: 45px;
    line-height: 2;
    font-weight: 600;
    display: block;
    /* width: 948px; */
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.assistent {
    font-family: 'Assistant', sans-serif;
}

.same .register {
    background-color: #ffc220;
}

.top_icons {
    margin-top: 20px;
}

.top_icons .right_b {
    margin-left: 15px;
}

html {
    font-size: 100%;
}

body {
    background: #fff;
    color: #0c0c0c;
    font-family: 'Heebo', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
}

body * {
    direction: rtl;
}

.about-c-box-content {
    padding-bottom: 0;
}

.form-group {
    display: inline-block;
    width: 100%;
    text-align: right;
}

label {
    width: 100%;
    color: #fff;
}

a {
    text-decoration: none;
    transition: all .5s ease;
}

a:hover {
    text-decoration: none;
}

img,
svg,
iframe {
    height: auto;
    max-width: 100%;
}

header,
section,
footer,
article {
    width: 100%;
}

.accessibility {
    backface-visibility: hidden;
    left: -999999999px;
    position: absolute;
}

.popup-text b {
    color: #d5de22;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

.site-btn {
    display: inline-block;
    padding: 0.4em 1.325em;
    background-color: #f3a812;
    color: #fff;
    font-weight: 500;
    font-size: 1.325rem;
    transition: all 320ms ease;
    border-radius: 0;
    letter-spacing: 1px;
    border: 2px solid transparent;
}

.site-btn:focus {
    outline: none;
}

.site-btn-lg {
    padding: 0.6em 1.325em;
}

.site-btn-lg .fas {
    vertical-align: middle;
}

.site-btn:hover {
    border-color: #f3a812;
    color: #f3a812;
    background-color: #fff;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

h1 {
    font-family: 'Heebo', sans-serif;
    font-size: 5.625rem;
    line-height: 1;
}

h2 {
    font-size: 2.85rem;
    font-weight: 700;
    color: #09428f;
}

h3 {
    font-size: 3rem;
    font-weight: 400;
    color: #78aaac;
}

#main {
    width: 100%;
    overflow: hidden;
}

button:focus {
    outline: none;
}

/**
* ======================================================================================
*									Header
* =======================================================================================
*/

.site-header.fixed {
    position: fixed;
    padding: 10px 0;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.site-header.fixed.slideDown {
    top: 0;
}

.site-header {
    padding: 15px 0;
}

.header-menu li {
    display: inline-block;
    margin-left: 2rem;
}

.header-menu li a {
    color: #0b408f;
    font-weight: 500;
    font-size: 1.325rem;
    position: relative;
    padding: 19px 0;
}

.header-menu li a::after {
    content: '';
    display: block;
    height: 7px;
    width: 0%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0.5;
    background-color: #f3a812;
    transition: all 500ms ease;
}

.header-menu li a:hover::after {
    right: 0;
    opacity: 1;
    left: auto;
    width: 100%;
}

.clicktocall {
    display: none;
}

/**
* ======================================================================================
*									Home Page
* =======================================================================================
*/
.home-hero {
    position: relative;
    padding-bottom: 100px;
    background: #0b408f;
}

.hero-bg-boxes {
    position: absolute;
    right: -100px;
    top: 60%;
}

.home-hero .hero-couple {
    position: absolute;
    bottom: 0;
    left: 11.5%;
    max-width: 35%;
}

.home-hero .hero-benner-box {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 35%;
}

.home-hero .home-hero-content-main {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    top: 0;
}

.home-hero-content h1 {
    color: #fff;
    font-size: 4.5vw;
    margin-bottom: 0;
}

.home-hero-content > .row {
    height: 600px;
}

.our-location {
    padding: 105px 0 150px;
    position: relative;
    background: rgba(11, 64, 143, 1);
    background: -moz-linear-gradient(top, rgba(11, 64, 143, 1) 11%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 93%);
    background: -webkit-gradient(left top, left bottom, color-stop(11%, rgba(11, 64, 143, 1)), color-stop(92%, rgba(255, 255, 255, 1)), color-stop(93%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(11, 64, 143, 1) 11%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 93%);
    background: -o-linear-gradient(top, rgba(11, 64, 143, 1) 11%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 93%);
    background: -ms-linear-gradient(top, rgba(11, 64, 143, 1) 11%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 93%);
    background: linear-gradient(to bottom, rgba(11, 64, 143, 1) 11%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b408f', endColorstr='#ffffff', GradientType=0);
}

.location-bg-cont {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: unset;
    left: 10%;
    text-align: left;
}

.location-bg-cont img {
    width: auto;
    height: 32%;
    /* left: 0; */
    object-fit: contain;
    object-position: right bottom;
    /* float: left; */
}

.location-info {
    display: block;
    /* width: 871px; */
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 98px 25px 76px;
    border-radius: 0;
    z-index: 3;
}

.our-location p {
    font-size: 24px;
    line-height: 1.3;
}

.location-info-inner {
    /* width: 450px; */
    /* max-width: 100%; */
}

.location-info::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    /* margin: 0 auto; */
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 11px;
    /* transform: skew(-10deg); */
    /* box-shadow: -25px 25px 40px rgba(0,0,0,0.05); */
}

.location-box {
    display: block;
    width: 175px;
    text-align: center;
}

.location-image {
    display: block;
    width: 90%;
    padding-bottom: 90%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: skew(-10deg);
    border-radius: 15px;
    margin: 0 auto 1rem;
    background-color: #767676;
}

.map-link {
    position: absolute;
    width: 75%;
    display: block;
    left: -10%;
    top: 0;
    bottom: 50px;
    border-radius: 50px;
    overflow: hidden;
    transform: skew(-10deg);
}

.sign-up-main .sign-up-inner,
.contact-main .contact-inner {
    padding: 70px 0;
    position: relative;
}

.sign-up-main .sign-up-inner::before,
.contact-main .contact-inner::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    right: -50px;
    left: -1000px;
    top: 0;
    background-color: #78aaad;
    transform: skew(-8deg);
    border-radius: 15px;
}


/* new */
.sign-up-main.first {
    background: #0b408f;
}

.sign-up-main.first .sign-up-inner::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    background-color: #0b408f;
    transform: none;
    border-radius: 0;
}

.sign-up-main.first .sign-up-inner {
    padding: 0 0 25px 0;
    position: relative;
}

span.title_top {
    font-size: 65px;
    font-weight: bold;
    line-height: 1;
}


.contact-main .contact-inner::before {
    right: -1000px;
    left: -20px;
}

.sign-up-main h3,
.contact-main .contact-inner h3 {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
}

.project-main {
    padding: 70px 0 0;
    background-image: url(../images/boxes-three.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 65% 65%;
}

.project-slider-nav {
    margin-top: 50px;
}

.project-slider-nav li {
    width: 130px;
    margin-left: 10px;
}

.project-img-cont {
    padding: 0 35px;
}

.project-img {
    transform: skew(-10deg);
    border-radius: 30px;
}

.owl-carousel .owl-item .project-img img {
    transform: skew(10deg);
    display: block;
    object-fit: cover;
    width: calc(100% + 60px);
    left: -30px;
    right: -30px;
    max-width: calc(100% + 60px);
    object-position: center;
}

.project-slider-nav li a {
    transform: skew(-10deg);
    border-radius: 7px;
}

.project-slider-nav li {
    position: relative;
    padding-bottom: 30px;
}

.project-slider-nav li::after {
    content: '';
    display: block;
    height: 7px;
    width: 65%;
    left: 10%;
    bottom: 5px;
    background-color: #93d6df;
    border-radius: 7px;
    position: absolute;
    opacity: 0;
    transition: all 320ms;
}

.project-slider-nav li.active::after {
    opacity: 1;
}

.project-main .embed-responsive-16by9::before {
    padding-top: 61.25%;
}

.owl-project.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider-prev-icon,
.slider-next-icon {
    display: block;
    height: 235px;
    width: 211px;
    background-image: url(../images/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-next-icon {
    background-image: url(../images/arrow-right.png);
}

.flower-img {
    position: absolute;
    left: -100px;
    bottom: 40px;
    width: 180px;
}

.justify-content-end .about-c-box-content {
    display: block;
    position: relative;
    padding: 12% 30% 17% 0;
    text-align: justify;
    display: block;
    width: 85%;
    max-width: 100%;
    /* margin-left: auto; */
    font-weight: 500;
    padding-bottom: 0;
}

.about-c-box-content {
    display: block;
    position: relative;
    padding: 12% 9% 0 0;
    text-align: justify;
    display: block;
    width: 78%;
    max-width: 100%;
    /* margin-left: auto; */
    font-weight: 500;
    padding-bottom: 0;
}

.about-c-box-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* background-color: #fff; */
    z-index: -1;
    /* border-radius: 0 0 50px 0; */
    /* transform: skew(-10deg); */
    /* box-shadow: 25px 25px 40px rgba(0,0,0,0.05); */
}

section#jerusalem {
    background-image: none;
}

.d-none.d-lg-block.about-bg-cont.left {
    left: 0;
    right: unset;
}

.about-company {
    position: relative;
    background-image: url(../images/boxes.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0% 148%;
    /* max-width: 100vw; */
    height: 43.5vw;
}

.about-company .about-bg-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 0;
    right: 0;
    z-index: -2;
    /* float: right; */
}

.about-company .about-bg-cont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

section .d-none.d-lg-block.about-bg-cont.left img {
    object-position: left bottom;
}

.contact-main .arrow-left {
    margin-right: 4rem;
}

.phone-error,
.name-error {
    color: #D8000C;
}

/**
* ======================================================================================
*									Footer
* =======================================================================================
*/
.site-footer {
    padding: 50px 0;
    background-color: #002d70;
}

.site-footer p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 5.5rem;
    letter-spacing: 0.023em;
}

.site-footer a {
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

/**
* ======================================================================================
*									Popup
* =======================================================================================
*/
.modal-content {
    border: none;
    border-radius: 9px;
}

.modal-content .form-group label {
    color: #0e5374;
}

.popup-img-box {
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-text {
    height: 100%;
    padding: 80px 60px;
    text-align: right;
    position: relative;
}

.popup-text::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.popup-text h2 {
    font-weight: 900;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 3.6rem;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

.modal-content .form-group .form-control {
    height: 63px;
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    font-size: 1.125rem;
}

.popup-close-btn {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 50%;
    margin: -20px;
    background-color: #f58220 !important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 2.5rem;
}

.form-popup-cont {
    padding: 30px;
}

.custom-control-label {
    padding-right: 1.5rem;
}

.custom-control-label::before,
.custom-control-label::after {
    right: 0;
    left: unset;
}

.thank_you {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    background: rgba(0, 0, 0, 1);
}

.thank_you p {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.thank_you a {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
}

/**
* ======================================================================================
*									Media Query
* =======================================================================================
*/
@media only screen and (min-width: 768px) {
    .container {
        max-width: 94%;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 90%;
    }

    .project-img-cont {
        padding: 0 40px;
    }

    .project-slider-main {
        width: 110%;
    }

    .owl-carousel .owl-item .project-img img {
        width: calc(100% + 80px);
        left: -40px;
        right: -40px;
        max-width: calc(100% + 80px);
    }

    .modal-xl {
        min-width: 1235px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1450px;
    }
}

/**
* ======================================================================================
*									Media Query
* =======================================================================================
*/
@media only screen and (max-width: 1399px) {
    p {
        margin-bottom: 0.7rem;
        font-size: 1rem;
        line-height: 1.4;
    }

    .justify-content-end .about-c-box-content {
        display: block;
        position: relative;
        padding: 5% 23% 0 0;
        text-align: justify;
        display: block;
        width: 99%;
        max-width: 100%;
        /* margin-left: auto; */
        font-weight: 500;
        pointer-events: none;
        padding-bottom: 0;
    }

    section#ramat-hasharon .text_box {
        left: 79%;
        top: 15%;
        width: 24%;
        padding: 17px 7px 17px 7px;
    }

    .about-c-box-content {
        display: block;
        position: relative;
        padding: 5% 4% 0 2%;
        text-align: justify;
        display: block;
        width: 80%;
        max-width: 100%;
        /* margin-left: auto; */
        font-weight: 500;
        pointer-events: none;
        padding-bottom: 0;
    }

    h2 {
        font-size: 3rem;
        font-weight: 400;
        /* color: #78aaac; */
    }

    h3 {
        font-size: 2.275rem;
        font-weight: 400;
        color: #78aaac;
    }

    .location-box {
        width: 130px;
    }

    .location-info {
        width: 100%;
        padding: 30px 60px 30px 60px;
    }

    .project-slider-nav li {
        width: 100px;
    }

    .slider-prev-icon,
    .slider-next-icon {
        height: 125px;
        width: 110px;
    }

    .home-hero-content > .row {
        height: 400px;
    }

    .contact-main .arrow-left {
        margin-right: 2rem;
    }
}

@media only screen and (max-width: 1199px) {
    .top_icons .site-btn {
        display: inline-block;
        padding: 0.4em 1.325em;
        background-color: #f3a812;
        color: #fff;
        font-weight: 500;
        font-size: 1.325rem;
        transition: all 320ms ease;
        border-radius: 0;
        letter-spacing: 1px;
        line-height: 1.5;
        width: 24%;
        border: 2px solid transparent;
    }

    p {
        margin-bottom: 0.7rem;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    h3 {
        font-size: 1.875rem;
    }

    .site-btn-lg {
        padding: 0.6em 1em;
    }

    .site-btn {
        font-size: 1.125rem;
    }

    .home-hero-content > .row {
        height: 425px;
    }

    .header-menu li a {
        font-size: 1.125rem;
    }

    .header-menu li a::after {
        content: none;
    }

    .home-hero-content h1 {
        font-size: 5.5vw;
    }

    .location-box {
        width: 120px;
    }

    .location-info {
        width: 100%^;
    }

    .location-info p {
        font-size: 1rem;
        margin-bottom: 0;
        text-align: justify;
    }

    .about-c-box-content {
        padding: 2% 0% 0 2%;
    }

    .popup-text {
        padding: 30px;
    }

    .form-popup-cont {
        padding: 0;
    }

    .thank_you p {
        line-height: normal
    }
}

@media only screen and (max-width: 991px) {
    section#petach,
    .about-company,
    section#mozkin{
        background-image: unset;
    }
    .input_text {
    height: 52px;
    width: 100%;
    font-size: 18px;
    float: right;
    outline: none;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: lighter;
    margin-left: 10px;
    padding: 0 15px;
    /* margin-top: 10px; */
    background: transparent;
    border: 1px solid #fff;
    /* color: #ffffff; */
    background: #fff;
    border-radius: 5px;
}
    .form-group p {
    color: #fff;
    margin-bottom: 3px;
    font-size: 17px;
}
    #sendbtn {
    position: relative;
    width: 100%;
    float: right;
    height: 113px;
    margin: 0;
    border-width: 0px;
    -webkit-appearance: none;
    background: url(../images/send.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    right: 0;
    top: 16px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
    .spinner {
    margin: 90% auto 0;
    width: 70px;
    text-align: center;
}
    .top_icons .site-btn {
        display: inline-block;
        padding: 0.4em 1.325em;
        background-color: #f3a812;
        color: #fff;
        font-weight: 500;
        font-size: 1.025rem;
        transition: all 320ms ease;
        border-radius: 0;
        letter-spacing: 1px;
        line-height: 1.5;
        width: 24%;
        border: 2px solid transparent;
    }

    .top_icons .site-btn {
        display: inline-block;
        padding: 0.4em 1.325em;
        background-color: #f3a812;
        color: #fff;
        font-weight: 500;
        font-size: 1.525rem;
        transition: all 320ms ease;
        border-radius: 0;
        letter-spacing: 1px;
        line-height: 2;
        margin: 11px 0;
        border-radius: 10px;
        width: 100%;
        border: 2px solid transparent;
    }

    .location-bg-cont {
        position: absolute;
        right: 0;
    }

    .our-location {
        padding: 70px 0 70px;
    }

    .location-bg-cont img {
        /* height: auto; */
    }

    .location-info {
        width: 90%;
    }

    .about-c-box-content {
        margin-bottom: 30px;
    }

    .about-company .about-bg-cont {
        position: relative;
        top: unset;
        bottom: unset;
        width: 100%;
        left: unset;
        z-index: -2;
        margin-bottom: 30px;
    }

    .popup-img-box {
        height: auto;
    }

    .menu-toggle i {
        color: #00539b;
        font-size: 1.5rem;
    }

    .main-menu-container {
        padding: 1.5rem;
        z-index: 99;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        width: 80%;
        background: #fff;
        overflow-y: auto;
        transition: all 500ms ease-in-out;
        transform: translateX(-100%);
    }

    .menu-toggle {
        display: inline-block;
        width: 100%;
        padding: 15px;
        text-align: right;
    }

    .main-menu-container.active {
        transform: translateX(0%);
    }

    .header-menu li {
        margin-left: 0;
        display: block;
    }

    .header-menu li a {
        display: block;
        font-size: 1.125rem;
        text-align: right;
        padding: 15px;
        border: 1px solid #eee;
    }

    .header-menu {
        padding-right: 0;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px;
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #93d6df;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: transparent;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-radius: 0px;
        background: transparent;
    }

    .location-info::before {
        transform: unset;
        left: -15px;
    }
}

@media only screen and (max-width: 992px) {
    .input_field {
    height: 52px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    float: right;
    outline: none;
    /*    font-family: 'Open Sans Hebrew', sans-serif;*/
    font-weight: lighter;
    margin-left: 10px;
    padding: 0 10px;
    /* margin-top: 10px; */
    background: transparent;
    border: 1px solid #fff;
    color: #002d70;
    background: #fff;
    border-radius: 5px;
    font-weight: 400;
}
    .col-12.col-lg-12.pr-0 {
    margin: 0;
    padding: 0;
}
    a.site-btn.site-btn-lg.right_b {
    width: 100%;
    text-align: center;
    margin: 0;
}
.about-company img {
    width: 40%;
}

.about-company h2.mb-4 {
    font-weight: bold;
    font-size: 2.2rem;
}
.justify-content-end .about-c-box-content {
    display: block;
    position: relative;
    padding: 0;
    text-align: justify;
    display: block;
    width: 99%;
    max-width: 100%;
    /* margin-left: auto; */
    font-weight: 500;
    pointer-events: none;
    padding-bottom: 0;
}
    .about-company,
    .formarea {
        height: auto;
    }

    h2.assistent.text-right.white {
    text-align: center !important;
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
}
.right-cf {
    width: 100%;
    display: inline-table;
    position: relative;
    /* text-align: center; */
    /* padding-right: 6%; */
}
    .location-bg-cont img {
        /* height: auto; */
        height: 32%;
        position: absolute;
        left: -79px;
    }

    .hidemob {
        display: none;
    }

    .mob {
        display: block
    }

    .sign-up-inner .col-12.col-lg-12.mb-4.mb-lg-0.text-center.text-lg-center {
        margin-top: 20%;
    }

    .home-hero .hero-couple {
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 36%;
        margin: 0 auto;
    }

    span.title_top {
        font-size: 53px;
        font-weight: bold;
        line-height: 1;
    }

    .sign-up-main h3,
    .contact-main .contact-inner h3 {
        color: #fff;
        font-size: 2.6rem;
        line-height: 1;
    }

    .our-location h2 {
        color: #0b408f;
        font-size: 45px;
        line-height: 1;
        font-weight: 600;
        display: block;
        /* width: 948px; */
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding-top: 42%;
    }

    .popup-text h2 {
        font-weight: 900;
        color: #fff;
        z-index: 1;
        position: relative;
        font-size: 1.7rem;
        text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
    }

    .home-hero-content > .row {
        height: auto;
        padding-top: 70px;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    .sign-up-main .sign-up-inner,
    .contact-main .contact-inner {
        padding: 25px 0;
    }

    .home-hero {
        padding-bottom: 0;
    }

    .our-location {
        padding: 0;
        background: rgba(11, 64, 143, 1);
        background: -moz-linear-gradient(top, rgba(11, 64, 143, 1) 0%, rgba(8, 165, 204, 0.34) 23%, rgba(255, 255, 255, 0.8) 39%, rgba(255, 255, 255, 1) 46%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11, 64, 143, 1)), color-stop(23%, rgba(8, 165, 204, 0.34)), color-stop(39%, rgba(255, 255, 255, 0.8)), color-stop(46%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(11, 64, 143, 1) 0%, rgba(8, 165, 204, 0.34) 23%, rgba(255, 255, 255, 0.8) 39%, rgba(255, 255, 255, 1) 46%);
        background: -o-linear-gradient(top, rgba(11, 64, 143, 1) 0%, rgba(8, 165, 204, 0.34) 23%, rgba(255, 255, 255, 0.8) 39%, rgba(255, 255, 255, 1) 46%);
        background: -ms-linear-gradient(top, rgba(11, 64, 143, 1) 0%, rgba(8, 165, 204, 0.34) 23%, rgba(255, 255, 255, 0.8) 39%, rgba(255, 255, 255, 1) 46%);
        background: linear-gradient(to bottom, rgba(11, 64, 143, 1) 0%, rgba(8, 165, 204, 0.34) 23%, rgba(255, 255, 255, 0.8) 39%, rgba(255, 255, 255, 1) 46%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b408f', endColorstr='#ffffff', GradientType=0);
    }

    .location-info {
        padding: 0;
    }

    .home-hero-content h1 {
        font-size: 7.5vw;
    }

    .location-info::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff0;
    }

    .location-info {
        width: 100%;
    }

    .home-hero .hero-benner-box {
        position: relative;
        bottom: unset;
        left: unset;
        width: auto;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .home-hero .hero-couple {
        /* position: relative; */
        /* bottom: unset; */
        /* left: unset; */
        /* max-width: 100%; */
        /* display: block; */
        max-width: 57%;
        /* margin: 0 auto; */
        /* display: none; */
        bottom: -53px;
        z-index: 9;
    }

    .project-slider-nav li {
        width: 65px;
    }

    .about-c-box-content {
        padding: 0;
        width: 100%;
    }
.about-company img {
    width: 90px;
}

.about-company h2.mb-4 {
    font-weight: bold;
    font-size: 2.2rem;
}
    .about-c-box-content::before {
        transform: unset;
        right: -15px;
    }

    .popup-text {
        padding: 44px 16px;
    }

    .popup-close-btn {
        margin: -10px;
        font-size: 1.5rem;
        width: 30px;
        height: 30px;
    }

    .modal-content .form-group .form-control {
        height: 40px;
    }

    .site-footer p {
        font-size: 1rem;
        text-align: center;

    }

    .contact-main .arrow-left {
        margin-right: 1rem;
    }

    .location-box {
        width: 100%;
    }

    .project-main {
        padding: 30px 0 0;
    }

    .flower-img {
        display: none;
    }
.site-btn {
    display: inline-block;
    padding: 0.3em 1em;
    background-color: #f3a812;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    transition: all 320ms ease;
    border-radius: 0;
    letter-spacing: 1px;
    border: 1px solid transparent;
}
    .bottom_mob_cal {
        position: fixed;
        width: 100%;
        height: 53px;
        bottom: 0;
        left: 106px;
        z-index: 99;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin-bottom: 10px;

    }
    .d-lg-none.bottom_mob_cal {
position: fixed;
    width: 29%;
    height: 41px;
    bottom: 0;
    right: 0;
    z-index: 99;
    left: unset;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 11px;
    }
    .clicktocall {
        display: block;
        max-width: 100%;
        top: 20px;
        left: 10px;
        Position: absolute;
    }

}


@media only screen and (max-width: 575px) {
    html {
        font-size: 90%;
    }

    .project-img-cont {
        padding: 0 20px;
    }

    .location-info .location-box p {
        font-size: 13px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 375px) {
    .project-img-cont {
        padding: 0 15px;
    }
}

.site-btn-lg.disabled {
    pointer-events: none;
    opacity: 0.5;
}
