* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Arimo', sans-serif;
    /*font-family: arial;*/
}

.mobileOnly {
    display: none;
}

.pcOnly {
    display: block;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    height: 100%;
}

header {
    padding: 0.5% 0 0 0;
}

header img {
    width: 8%;
    float: right;
    margin: 0.5% 2% 0 0;
}

h1 {
    font-family: 'Rubik', sans-serif;
    width: 60%;
    float: right;
    color: #4e4e4e;
    text-align: center;
    font-size: 300%;
    direction: rtl;
    padding-top: 0.5%;
    font-weight: bold;
}

.phoneCall {
    font-family: 'Rubik', sans-serif;
    width: 25%;
    float: left;
    font-size: 220%;
    padding-left: 2%;
    margin-top: 1%;
    color: #f04e23;
}

.blueLine {
    background: #0c5d75;
    padding: 0.5% 0;
    margin: 0.5% 0 0 0;
}

.content {
    margin-bottom: 0.5%;
}

.dealsSide {
    width: 99%;
    float: right;
    padding-top: 1%;
}

.thumb {
    width: 24%;
    position: relative;
    float: right;
    margin-right: 1%;
    overflow: hidden;
    /* background: #f3f8fc; */
    /*    padding:10% 1.5% 0 1.5%;
    box-shadow: 2px 2px 8px #657079;*/
    cursor: pointer;
}

.imageBox {
    position: relative;
    overflow: hidden;
    height: 60vh;
}

.thumb img {
    width: 100%;
    display: block;
    height: 60vh;
}

.dealTitle {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    display: block;
    position: absolute;
    top: 2%;
    right: 0;
    text-align: center;
    font-size: 250%;
    direction: rtl;
    color: #ffffff;
    font-weight: bold;
    padding: 1% 0;
    line-height: 90%;
    /*  background-color:#6c0618;
    background-color:#ba3816;
    background-color:#f1592a;*/
    z-index: 8;
    border-radius: 4px;
    text-shadow: 1px 1px 5px #000;
}

.dealTitle span {
    font-family: 'Rubik', sans-serif;
    font-size: 60%;
    direction: rtl;
    color: #ffffff;
    font-weight: bold;
}

.strip {
    width: 100%;
    display: block;
    position: absolute;
    top: 15%;
    left: -30%;
    text-align: center;
    font-size: 95%;
    direction: rtl;
    color: #013147;
    font-weight: bold;
    padding: 1% 0;
    background: #d2cedb;
    z-index: 3;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.dealInfo {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2%;
    z-index: 8;

}

h3 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 150%;
    direction: rtl;
    padding-bottom: 1%;
    background-color: rgb(3, 65, 34, 0.7);
}

p {
    color: #fff;
    text-align: justify;
    font-size: 90%;
    direction: rtl;
    line-height: 140%;
}

.filler {
    clear: both;
    padding: 0.5% 0;
}

.filler1 {
    clear: both;
    padding: 3.5% 0;
}

.textSide {
    width: 98%;
    /* height: 20vh; */
    float: right;
    padding: 0 0;
    /* background:#0c5d75; */
    /* background-color: #000; */
    background-image: url('images/conti1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0.5% 1% 0 0;
    padding-bottom: 1%;
}

h2 {
    font-size: 180%;
    letter-spacing: -0.5px;
    direction: rtl;
    text-align: right;
    color: #ffffff;
    margin: 2% 1.7% 0.5% 0;
}


.textSide p {
    font-size: 130%;
    text-align: center;
}


.textSide form {
    width: 100%;
    margin: 0 auto;
}

.input_box {
    width: 17%;
    margin-top: 0.5%;
    float: right;

}
/* 
#mainForm {
    margin-left: 22%;
} */

input[type='text'] {
    width: 90%;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    direction: rtl;
    font-size: 120%;
    padding: 4% 2%;
    color: #000000;
    outline: none;
    background: #ffffff;
}

input[type='submit'] {
    width: 65%;
    direction: rtl;
    padding: 4.4% 0;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    outline: none;
    border: none;
    background: #f1592a;
    border-radius: 4px;
    margin-left: 20%;
}


input[type=checkbox] {
    visibility: hidden;
    display: block;
}

.squaredFour {
    width: 0.9vw;
    height: 0.9vw;
    position: relative;
    float: right;
    border: 0.05vw solid #c1c1c1;
    margin: 1% 1.8% 0 0;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
}

.squaredFour label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.6vw;
    height: 0.2vw;
    background: transparent;
    top: -2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 0.15vw solid #2e2a2b;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.squaredFour label:hover::after {
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.checkboxSubject {
    font-size: 100%;
    direction: rtl;
    text-align: right;
    float: right;
    color: #ffffff;
    margin: 0.9% 1% 0 0;
    float: right;
}

.filler2 {
    clear: both;
    padding: 20% 0 0;
}

.popForm {
    width: 20%;
    /* height: 32vw; */
    border-radius: 4px;
    position: absolute;
    top: 13%;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    z-index: 8888;
    padding: 1.5% 1.5% 5% 1.5%;
    box-sizing: content-box;
    background: #fff;
    display: none;
}

#popExitImage {
    float: right;
    width: 8%;
    cursor: pointer;
}

.popForm img {
    display: block;
    width: 40%;
    margin: 0 auto;
}

.popForm h3 {
    padding: 2% 0;
    text-align: center;
    background-color: #f04e23;
    font-size: 110%;
    width: 100%;
}

.popForm h3 span {
    font-size: 90%;
}

.popForm p {
    padding: 4% 0;
    direction: rtl;
    text-align: justify;
    color: #848383;
    font-size: 70%;
}

#popTripTitle {
    margin-top: 3%;
}

.popInput_box {
    width: 100%;
    margin-top: 2%;
}

.popInput_box .squaredFour {
    margin-right: 0;

}

.popInput_box input[type='text'] {
    width: 100%;
}


.popInput_box input[type='submit'] {
    width: 100%;
    margin: 0;
    padding: 2.5% 0;
    /* font-size: 400%; */
}

.popForm .checkboxSubject {
    color: #4e4e4e;
}


.blackCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.errorBox {
    margin-top: 1%;
    margin-left: 40%;
    font-size: 120%;
    width: 25%;
    direction: rtl;
    text-align: center;

    background-color: #fff;
    border-radius: 6px;
    z-index: 9999;
    padding: 0 0;
    color: red;
    font-weight: bold;
    border: 2px solid red;
    display: none;
}

.errorBoxPop {
    position: absolute;
    top: 90%;
    width: 65%;
    left: 18%;
    direction: rtl;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    z-index: 9999;
    padding: 0 0;
    color: red;
    font-weight: bold;
    border: 2px solid red;
    display: none;
}


@media only screen and (max-width: 480px) {
    .pcOnly {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    body {
        background: #fff;
    }

    .wrapper {
        width: 100%;
        padding-bottom: 20%;
    }

    header {
        position: static;
    }

    header img {
        float: none;
        width: 50%;
        margin: 2% 0 2% 26%;
        padding-top: 5%;
        display: block;
    }

    h1 {
        float: none;
        width: 94%;
        color: #033246;
        text-align: center;
        font-size: 1000%;
        direction: rtl;
        padding: 0 0 0 10%;
    }

    .phoneNumbera {
        width: 95%;
        font-size: 900%;
        font-weight: 900;
        text-align: center;
        font-family: 'Heebo', sans-serif;
        color: #e6292a;
        text-decoration: none;
        margin: 5% 0 5% 2%;
    }

    .blueLine {
        width: 90%;
        margin-left: 5%;
    }

    .dealsSide {
        width: 100%;
        float: none;
    }

    .thumb {
        width: 96%;
        float: none;
        margin-left: 2%;
        margin-top: 3%;
    }

    .dealTitle {
        font-size: 1200%;
    }

    h3 {
        font-size: 650%;
    }

    p {
        font-size: 350%;
    }

    .textSide {
        width: 95%;
        height: auto;
        float: none;
        padding: 1% 0 28% 0;
        margin-top: 3%;
        margin-bottom: 2%;
        margin-left: 2.5%;
        background-image: none;
        background-color: #000;
    }

    h2 {
        font-size: 550%;
        text-align: center;
        width: 100%;
        padding-bottom: 2%;
    }

/* 
    #mainForm {
        margin-left: 5%;
    } */

    .textSide p {
        font-size: 450%;
    }

    .textSide {
        position: relative;
    }

    .formBox h3 {
        text-align: center;
        font-size: 500%;
        padding-bottom: 1%;
    }

    .formBox h3 br {
        display: block;
    }

    .input_box {
        width: 100%;
        float: none;
        margin-left: 5%;
        margin-top: 1%;
    }
/* 
    .input_box_submit {
        width: 100%;
        float: none;
        margin-top: 1%;
    } */

    input[type='text'] {
        font-size: 500%;
        width: 90%;
        /* margin-left: 5%; */
    }

    .popInput_box input[type='submit'] {
        font-size: 400%;
    }

    .textSide form .input_box [type='submit'] {
        padding: 2.5% 4%;
        font-size: 500%;
        width: 90%;
        margin: 0;
        /* margin-left: 5%; */
    }

    input[type=checkbox] {
        visibility: hidden;
        display: block;
    }

    .squaredFour {
        width: 20px;
        height: 20px;
        position: relative;
        float: right;
        border: 1px solid #c1c1c1;
        margin: 4% 5% 0 0;
    }

    .squaredFour label {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: #ffffff;
    }

    .squaredFour label:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 11px;
        height: 4px;
        background: transparent;
        top: -2px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border: 3px solid #2e2a2b;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    .squaredFour label:hover::after {
        opacity: 0.5;
    }

    .squaredFour input[type=checkbox]:checked+label:after {
        opacity: 1;
    }

    .checkboxSubject {
        font-size: 480%;
        margin: 5% 3% 0 0;

    }

    .popForm {
        width: 80%;
        /* height: 130vw; */
        left: 0;
        right: 0;
        border-radius: 0;
        position: fixed;
        padding: 5%;
        margin: 0 0 0 3.5%;
    }

    .popForm .formBox {
        padding: 2% 2% 10% 2%;
    }

    footer {
        position: static;
        bottom: 1%;
        left: 2%;
        width: 96%;
        background-color: #fff;
        padding: 0.4%
    }


    footer a {
        width: 90%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 5%;
        font-family: 'Rubik', sans-serif;
        font-size: 800%;
        text-decoration: none;
        background-color: #fff;
        border: 1vw solid #046d04;
        border-radius: 2vw;
        direction: rtl;
        text-align: right;
        padding: 5% 25% 5% 0;
        background-image: url(images/Phone_Icons.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        background-size: 12%;
        z-index: 100;
        color: #046d04;
    }

    footer a img {
        width: 100%;
        display: block;
    }

    .kituv {
        font-size: 780%;
        margin-top: 3%;
    }

    .errorBox {
        position: absolute;
        margin: 0;
        top: 87%;        
        left: 8%;
        text-align: center;        
        width: 85%;
        font-size: 550%;
    }

    .errorBoxPop {
        top: 91%;
        /* width: 100%; */
        font-size: 550%;
    }

    .strip {
        font-size: 450%;
    }
}