
/** ADD YOUR AWESOME CODES HERE **/

header::after {
    position: absolute;
    top: 0px;
    height: 50px;
    background-color: orangered;
    width: 100%;
}

.planguage {
    position: fixed;
    top: 2px;
    left: 20%;
    font-size: 9px;
    z-index: 9999999;
}

.planguage a {
    display: inline-block;
    border-radius: 100%;
    border: solid 1px #000000;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 2px;
    background-color: #000000;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 5px;
    font-size: 100%;
    color: #ffffff !important;
    cursor: pointer;
}

.planguage a:hover {
    background-color: rgba(0, 0, 0, 0.12);
    border: solid 1px #ffffff;
}

#divpopfind {
    position: absolute;
    height: 300px;
    width: 85.5%;
    background-color: #ffffff;
    top: 40px;
    right: 14.5%;
    overflow-y:scroll;
    display:none;
    box-sizing:border-box;
    z-index:9999999;
}


.div-waiting {
    position: fixed;
    z-index: 1000;
    top: 300px;
    right: 40%;
    width: 20%;
    height: auto;
    text-align: center;
    background-color: rgb(255, 255, 255);
    background-position: center top;
    border: solid 1px #8e8a8a;
    border-radius: 10px;
    padding-top: 10px;
}
.div-waiting img {
    width:50%;
}

/*====== plan ==========*/
.textfa {
    text-align: right;
    direction: rtl;
}
.texten {
    text-align: left;
    direction: ltr;
}
.plan {
    min-height: 700px;
    background-image: url('../images/Plan.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 1%;
}

.planA {
    background-image: url('../images/PlanA.png');
}

.planB {
    background-image: url('../images/PlanB.png');
}

.planC {
    background-image: url('../images/PlanC.png');
}

.headplan {
    text-align: center;
    padding-top: 5px;
    font-size:16px;
}

.hprice {
    text-align: center;
    height: 50px;
    font-family: Tahoma;
    background-color: #ffffff;
    color: #292929;
    padding-top: 10px;
}

.colorplatin {
    background-color: #d7d7d7;
}

.colorgold {
    background-color: #dfb756;
}

.colorblue {
    background-color: #fd652d;
}

.plan div p {
    margin: 1px;
    color: #ffffff;
    font-size: 12px;
}