@import url('../fonts/opensans/style.css');
@import url('../fonts/heebo.css');

body{
    margin: 0;
    padding: 0;
}
*{
    font-family: "Heebo";
}
.wrapper{
    position: relative;
    text-align: center;
}


.formbox{direction: rtl;}
.formbox input{
    box-sizing: border-box;
    border-radius: 0;

}
.formbox input[type=text]{}
.formbox input[type=submit]{
    -webkit-appearance: none;
}



footer {
    background: #000000;
    text-align: center;
    width: 100%;
    font-size: 13px;
}
footer a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    line-height: 12px;
}
.ty footer a{color: #000;}
.ty footer{background:transparent; position: absolute; bottom: 0; left: 0;}
footer .footer a .svg { display: block; margin: auto; width: 32px; }
footer .footer a > svg g > path:first-child {
    animation: none;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
footer .footer a > svg g path {
    fill: #fff;
}
.ty footer .footer a > svg g path {
    fill: #000;
}
footer .footer a:hover > svg g > path:first-child {
    animation: logo_g 0.6s linear;
    transform-origin: center;
}


.ty{

}
.ty .wrapper{padding: 9% 0 24% 0;}
.ty .msg{
    display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.9);
    width: 50%;
    max-width: 550px;
    color: #ffffff;
}
.ty img{width: 34%;}
.ty h1{margin: 0; display: block; font-size: 2vw;}


::-webkit-input-placeholder {
    color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

@media screen and (max-width: 1000px) {
    *{
        font-family: 'open_sans';
    }
    .ty .msg{max-width: none; width: 100%;}
    .ty h1{font-size: 6vw;}

}

@-webkit-keyframes shaker {
    0%, 90%, 100% {
        -webkit-transform: translateX(0);
    }
    92%, 97% {
        -webkit-transform: translateX(-5px);
    }

    95%, 99% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes shaker {
    0%, 90%, 100% {
        transform: translateX(0);
    }
    92%, 97% {
        transform: translateX(-5px);
    }

    95%, 99% {
        transform: translateX(5px);
    }
}

@keyframes logo_g {
    0%{
        transform: rotate(0deg);
    }
    15%, 45%, 75%{
        transform: rotate(15deg);
    }
    30%, 60%, 90%{
        transform: rotate(-15deg);
    }
}
@-webkit-keyframes logo_g {
    0%{
        -webkit-transform: rotate(0deg);
    }
    15%, 45%, 75%{
        -webkit-transform: rotate(15deg);
    }
    30%, 60%, 90%{
        -webkit-transform: rotate(-15deg);
    }
}

.ketchup-error {
    position: absolute;
    width: 180px;
}
.ketchup-error ul {
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    background: rgba(255, 0, 0, 0.6);
    padding: 10px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    list-style: none;
    line-height: 16px;
}
.ketchup-error span {
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid red;
    border-top: 10px solid rgba(255, 0, 0, 0.6);
    border-bottom: 0;
    margin-left: 10px;
    left: 10px;
    position: absolute;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.formbox {
    position: absolute;
    left: 0vw;
    bottom: 22vw !important;
    width: 20vw;
    padding: 0.5vw 0;
}
.formbox input {
    display: block;
    margin: 1vw auto;
    width: 80%;
    box-sizing: border-box;
    border-radius: 0;
    text-align: right;
    font-size: 1vw;
    padding: 1vw 1vw;
    border: none;
    /* border: 0.2vw solid #65cef5; */
    color: #000000;
}
.formbox .title{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5vw;
    padding: 0vw 0.2vw;
}
.btn_submit {
    text-align: center;
    background: #82b927;
    color: #ffffff;
    border: 0.2vw solid #ffffff;
    border-radius: 1vw;
    width: 80%;
    font-size: 1.5vw;
    cursor: pointer;
    -webkit-animation: shaker 3s infinite;
}
.web_image {
    display: block;
    width: 100%;
    height: 50vw;
}
input::-webkit-input-placeholder {
    color: #000000 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
    color: #000000 !important;  
}
 
input:-ms-input-placeholder {  
    color: #000000 !important;  
}
#newsl {
    display: none;
}
.chk{
    font-size: 0.7vw;
    width: 80%;
    margin: 0vw auto;
    text-align: right;
}
.chk label {
    cursor: pointer;
    color: #ffffff;
}
.formbox input[type=checkbox] {
    width: auto;
    display: inline-block;
    border: 1px solid #fff;
    margin: 1.2% -6% 0 0;
    padding: 2% 0;
    outline: none;
    cursor: pointer;
    float: right;
}
#newsl + label:before {
    border: 1px solid #fff;
    content: "\00a0";
    display: inline-block;
    font: 1vw/1em sans-serif;
    height: 0.8vw;
    margin: 0.15vw 0px 0px 0.3vw;
    padding: 0;
    vertical-align: top;
    width: 0.8vw;
}
#newsl:checked + label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
}
.mob{
    display: none;
}
.top {
    width: 50%;
    position: absolute;
    right: 2vw;
    top: 2vw;
}
.slick-track img {
    width: 788px;
    border: 0.2vw solid #009999;
    padding: 0.4vw;
    height: 20vw;
}
.slick-dots li {
    display: block;
    border: 0;
    margin: -10px 0px;
}
.slick-dots{
    display: block;
    position: absolute;
    top: 8vw;
    right: 51vw;
}
.slick-dots button {
    background: #ddd;
    border-radius: 99%;
    padding: 0.2vw;
    width: 0;
    height: 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    outline: none;
}
.slick-active button{
    border: 0.1vw solid #009999;
}
.virtual_tour_div{
    width: 55%;
    position: absolute;
    right: 2vw;
    top: 25vw;
    border: 0.2vw solid #009999;
    padding: 0.5vw;
}
.virtual_tour_div iframe{
    width: 100%;
    height: 21vw;
}
.image_middle{
    position: absolute;
    top: 19vw;
    right: 53vw;
    width: 9vw;
}
.demo_360{
    position: absolute;
    top: 27vw;
    right: 31vw;
    width: 2vw;
}
.left{
    position: absolute;
    left: 2vw;
    text-align: center;
    top: 2vw;
    width: 35%;
}
.left img{
    display: block;
    margin: 0 auto;
}
.ten{
    width: 10vw;
}
.yamim1{
    position: relative;
    top: 2vw;
    width: 25vw;
}
.yamim2{
    position: relative;
    top: 3vw;
    width: 25vw;
}
.yamim3{
    position: relative;
    top: 5vw;
    width: 25vw;
}
.more{
    position: relative;
    top: 22vw;
    width: 7vw;
}
.req {
    color: #ffffff;
    font-size: 0.8vw;
    text-align: right;
    width: 80%;
    margin: 1vw auto;
    /* line-height: 0vw; */
    /* margin: 1vw; */
}
#preloader {
    width: 15vw;
    height: 17vw;
    position: absolute;
    top: 7vw;
    left: 2vw;
    opacity: 0;
    display: none;
    z-index: 52;
    direction: rtl;
    color: #ffffff;
}
.formbox h5{
    color: #ffffff;
    margin-bottom: 11vw;
}
    @media screen and (max-width: 1000px) {
        .web{
            display: none;
        }
        .mob{
            display: block;
        }
        .mob_image {
            display: block;
            width: 100%;
            height: 100%;
        }
        .formbox {
            position: absolute;
            right: 3.5vw;
            left: unset !important;
            bottom: 40vw !important;
            width: 93vw;
            padding: 3.5vw 0;
        }
        .formbox .title {
            display: block;
            text-align: right;
            color: #ffffff;
            font-size: 4vw;
            padding: 0vw 0.2vw;
        }
        .formbox input {
            display: block;
            margin: 4vw auto;
            width: 78vw;
            box-sizing: border-box;
            border-radius: 0;
            text-align: center;
            font-size: 6vw;
            padding: 1.5vw 1.5vw;
            border: none;
            /* border: 0.2vw solid #65cef5; */
            color: #0082ba;
        }
        .btn_submit {
            text-align: center;
            /* background: #009999; */
            color: #ffffff;
            width: 78vw;
            height: 13vw;
            font-size: 5vw;
            border-radius: 2.5vw;
        }
        .chk label {
            padding: 0vw;
            cursor: pointer;
            /*color: #ffffff;*/
        }
        .chk {
            text-align: right;
            font-size: 4.2vw;
            margin-top: 4vw;
            width: 73vw;
        }
        #newslmob {
            display: none;
        }
        #newslmob + label:before {
            border: 1px solid #fff;
            content: "\00a0";
            display: inline-block;
            font: 16px/1em sans-serif;
            height: 4vw;
            margin: 1vw 0px 0px 2.3vw;
            padding: 0;
            vertical-align: top;
            width: 4vw;
        }
        #newslmob:checked + label:before {
            color: #fff;
            content: "\2713";
            text-align: center;
            font-size: 5vw;
        }
        .ketchup-error ul {
            margin: 0;
            font-size: 10px;
            text-align: right;
            color: #ffffff;
            background: rgba(255, 0, 0, 0.6);
            padding: 4px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            list-style: none;
            line-height: 16px;
        }
        .virtual_tour_div {
            width: 94%;
            position: absolute;
            right: 2vw;
            top: 2vw;
            border: 0.2vw solid #009999;
            padding: 1vw;
        }
        .virtual_tour_div iframe {
            width: 99%;
            height: 50vw;
        }
        .demo_360{
            position: absolute;
            top: 5vw;
            right: 44%;
            width: 10vw;
        }
        .image_middle{
            position: absolute;
            top: 7vw;
            right: 0vw;
            left: 6vw;
            width: 28vw;
        }
        .ten{
            position: absolute;
            bottom: 21vw;
            left: 5vw;
            width: 20vw;
        }
        .yamim1{
            position: absolute;
            top: 60vw;
            right: 4vw;
            width: 92%;
        }
        .yamim2{
            position: absolute;
            top: 83vw;
            width: 92%;
            right: 4vw;
        }
        .yamim3{
            position: absolute;
            top: 97vw;
            width: 80%;
            right: 10vw;
        }
        .more{
            position: absolute;
            bottom: 4vw;
            top: unset;
            width: 20vw;
            left: 5vw;
        }
        .req {
            color: #fff;
            font-size: 4vw;
            text-align: right;
            width: 73vw;
            margin: 4vw auto;
            line-height: 3vw;
            margin-bottom: 2.4vw;
        }
        .phone_a{
            width: 94vw;
            position: absolute;
            bottom: -75vw;
            height: 20vw;
            display: block;
        }
        .formbox h5 {
            margin-bottom: 55vw;
            font-size: 7vw;
        }
        #preloader {
            width: 100%;
            height: 295px;
            position: absolute;
            top: 150vw;
            left: 0px;
            font-size: 8vw;
            opacity: 0;
            display: none;
            z-index: 52;
            direction: rtl;
            color: #ffffff;
        }
    }
/**

-webkit-appearance: none;
border-radius: 0;
color: #36a3d9;
**/







