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

.mobileOnly {
    display: none;
}

body {
    background: #dedede;
}

.basad {
    position: fixed;
    right: 3.8%;
}

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

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

header {
    position: relative;
}

header img.logo2 {
    position: absolute;
    top: 12%;
    left: 2%;
    width: 12%;

}


header img.logo1 {
    position: absolute;
    top: 10%;
    right: 2%;
    width: 7%;
}

header .phoneNumber {
    position: absolute;
    top: 12%;
    right: 34%;
    color: #0c137c;
    font-size: 250%;
    font-weight: 700;
}


.mainBg {
    width: 100%;
    height: 712px;
}

h1 {
    position: absolute;
    bottom: 10%;
    right: 22%;
    font-size: 400%;
    line-height: 80%;
    direction: rtl;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    /* text-shadow: 2px 2px #000; */
}

h1 span {
    font-size: 70%;
    line-height: 100%;
    font-weight: 400;
}

.popularTitle {
    font-size: 225%;
    direction: rtl;
    text-align: center;
    color: #555555;
    padding-top: 3%;
    font-weight: 700;
}

section p {
    font-size: 150%;
    line-height: 150%;
    margin: 2% auto;
    direction: rtl;
    color: #626262;
    text-align: justify;
    width: 80%;
    font-weight: 200;
}

section p span {
    font-size: 100%;
    font-weight: 700;
    color: #000000;
}



.dealswrapper {
    width: 80%;
    margin: 1% auto;
}

.dealBox {
    width: 30%;
    float: right;
    margin-right: 2.5%;
    /* border:2px solid #000000; */
    position: relative;
}

.dealBox img.dealImage {
    width: 100%;
    display: block;
}

.dealContent {
    font-size: 120%;
    direction: rtl;
    text-align: center;
    color: #01ADBB;
    padding: 2% 0;
    background-color: #fff;
    position: absolute;
    top: 5%;
    width: 65%;
    right: 0;
    font-weight: 700;
    line-height: 120%;
    border-radius: 15px 0 0 15px;
}

.dealContent span {
    color: #ffd45e;
}

img.dealicon {
    position: absolute;
    bottom: 16%;
    right: 0;
    width: 35%;
    display: none;
}

.showPdf {
    width: 46%;
    position: absolute;
    top: 87%;
    left: 3%;
    z-index: 8;
    /* background-color: #00AEEF;     */
    text-align: center;
    padding: 1% 0;
    cursor: pointer;
    border-radius: 4%;
}

.showPdf a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 110%;
}

.detailsButton {
    width: 40%;
    /* display: block; */
    position: absolute;
    top: 87.8%;
    right: 3%;
    z-index: 8;
    cursor: pointer;
    color: #fff;
    text-align: right;
    direction: rtl;
    font-weight: 800;
    background-image: url('images/emptyMore.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 100% 100%;
    padding: 1.3% 3%;
}

.detailsButton1 {
    width: 40%;
    /* display: block; */
    position: absolute;
    top: 88%;
    right: 3%;
    z-index: 8;
    cursor: pointer;
    color: #fff;
    text-align: right;
    direction: rtl;
}

.detailsButton1 img,
.showPdf img {
    width: 100%;
    /* display: block; */
}

.buffer {
    clear: both;
    height: 50px;
}


.popWrapper {
    width: 60%;
    height: 24vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 8888;
    padding: 2%;
    box-sizing: content-box;
    background-image: linear-gradient(#fff, #c6d3f7);
    display: none;
}

.rightSide {
    width: 30%;
    position: relative;
    float: right;
}


.textSide {
    float: left;
    position: relative;
    width:70%;
	margin-top:1%;
	padding:0 2%;
}

.textSide h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 200%;
    direction: rtl;
    text-align: center;
    color: #02d2c8;
    line-height: 130%;
}

.textSide p {
    padding-top: 2%;
    font-size: 110%;
    direction: rtl;
    text-align: right;
    color: #060145;
    line-height: 130%;
}

.textSide a img {
    display: block;
    width: 25%;
}

#popExitImage {
    /* float: right;
    position: relative;
    right: 4%;
    width: 3%; */
    position: relative;
    width: 10%;
    right: 0;
    float: right;
}

.popWrapper .logoPop {
    /* float: right;
    width: 20%; */
    /* margin-right: 8%; */
    position: relative;
    width: 75%;
    float: right;
    right: 11%;
}

.popImage {
    /* float: right; */
    position: relative;
    top: 15%;
    width: 90%;
    margin-top: 4%;
    /* padding-left: 1%; */
    right: 5%;
}

.popWrapper .logoPopDatur {
    float: right;
    margin-right: 7%;
    width: 10%;
}




.hide {
    display: none;
}

#NagishLiTrigger{    
    left: calc(55px + (100vw - 100%));
}



/* Mobile */

@media only screen and (max-width: 480px) {

    .mobileOnly {
        display: block;
    }

    .pcOnly {
        display: none;
    }

    body {
        background: #fff;
    }

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

    header {
        position: static;
    }

    header img.logo1 {
        position: static;
        width: 40%;
        margin: 1% auto;
    }

    header img.logo2 {
        position: static;
        width: 60%;
        margin: 7% auto;
        /* float: left; */
    }

    .basad {
        font-size: 400%;
        top: 1%;
        right: 2%;
        z-index: 999;
    }

    .mainBg {
        width: 100%;
        height: 58vw;
    }

    h1 {
        position: static;
        font-size: 1200%;
        letter-spacing: 0px;
        padding: 4% 2%;
        background-color: transparent;
        color: #005f62;
    }

    .popularTitle {
        font-size: 600%;
        padding: 4%
    }

    section p {
        font-size: 470%;
        text-align: justify;
    }

    #popExitImage{
        width: 3%;
    }

    .popWrapper .logoPop {
        position: absolute;
        width: 20%;
        top: 7%;
        right: 7%;
        margin-right: 0;
    }


    .dealswrapper {
        width: 99%;
        margin: 1% auto;
    }

    .dealBox {
        width: 100%;
        float: none;
        margin-right: 0;
        position: relative;
        margin-top: 5%;
    }

    .dealBox img.dealImage {
        width: 100%;
        display: block;
    }

    .dealContent {
        font-size: 450%;
        width: 55%;
    }

    .dealContent span {
        font-family: 'Rubik', sans-serif;
        color: #ffd45e;
        font-size: 70%
    }

    .detailsButton {
        font-size: 420%;
    }

    .buffer {
        display: none;
    }

    .textSide {
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 0;
    }

   
    .textSide h2 {
        font-size: 350%;
        padding-bottom: 1.5%;
        margin-top: 0.5%;
    }

    .popWrapper {
        width: 85%;
        height: 80vw;
        text-align: center;
    }

    .textSide p {
        /* padding-top:2%; */
        font-size: 266%;
        /* margin-bottom: 5%; */
        text-align: justify;
        /* float: right;   */
        /* inline-size: 100%;  */
        /* overflow-wrap: break-word;  */
    }

    .popImage {
        margin-top: 10%;
        float: right;
        width: 33%;
        right: 0;
        padding-left: 1%;
    }

    .textSide a img {
        width: 45%;
        padding-top: 5%;
    }

    .click_to_call {
        width: 90%;
        margin: 4% auto;
        padding: 3% 0;
        cursor: pointer;
        color: #fab448;
        background: #1a4555;
        outline: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-size: 600%;
        font-family: arial;
        font-weight: bold;
        border: 2px #fab448 solid;
        text-align: center;
        text-decoration: none;
        direction: rtl;
    }

    .showPdf a {
        font-size: 400%;
    }

    #NagishLiTrigger{    
    left: calc(10px + (100vw - 100%));
}
}