.section-white {
    padding: 2px 0 68px;
    background-image: url("/img/service_bg.png");
    /* background-color: #195171; */
}

.section-white .flex {
    display: flex;
    /* background-color: #f0f0f0; */
    border-radius: 30px;
    min-height: 150px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.img-shape-left {
    height: 350px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.section-white h1 {
    margin: 0 0 40px;
    font-family: "PRO-400-Regular";
    color: #f0f0f0;
    font-size: 2.5cm;
    font-weight: 800;
    line-height: 36px;
}

[dir="rtl"] .section-white h3 {
    font-family: "DroidKufi-Regular";
}

.section-white p {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    color: #f0f0f0;
    text-align: justify;
    font-family: "PRO-500-Medium";
    font-size: 18px;
    line-height: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 10px;
}

[dir="rtl"] .section-white p {
    font-family: "DroidKufi-Regular";
    line-height: 22px;
}

.section-white .btn {
    background-color: #FACE41;
    border-radius: 100px;
    text-align: center;
    font-family: "PRO-500-Medium";
    font-size: 13px;
    font-weight: 700;
    color: #195171;
    border: none;
    line-height: 32px;
    padding: 2px 24px;
    display: inline-block;
}

[dir="rtl"] .section-white .btn {
    font-family: "DroidKufi-Regular";
}

.section-white a {
    background-color: transparent;
    text-decoration: none;
}


/* Form  */

:root {
    /* --form-height: 2300px; */
    --form-height: auto;
    --form-width: 77%;
    /*  Sea Green */
    --left-color: #FACE41;
    /*  Light Blue  */
    --right-color: #ebddaf;
}


/*  */

.wepikgift-container {
    width: var(--form-width);
    height: var(--form-height);
    position: relative;
    margin: auto;
    box-shadow: 2px 10px 40px rgba(22, 20, 19, 0.4);
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#background {
    background-image: linear-gradient(to right, #195171dc, #1951714d);
    color: white;
    border-radius: 10px;
    display: block;
}

#background .flex img {
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

[dir="rtl"] .wepik-gift p {
    margin: 0px 0px 0px;
    font-weight: 200;
    font-family: "DroidKufi-Bold";
}


/* ///////////////// */

p {
    color: grey;
    font-size: 20px;
    line-height: 1.5;
}

p.step2 {
    color: #e4e4e494;
    text-align: center;
}

#heading {
    text-transform: uppercase;
    text-align: center;
    color: #FACE41;
    font-weight: bold;
    font-size: 3rem;
    font-family: "DroidKufi-Bold";
    text-shadow: 0 0 3px white, 0 0 5px black;
}

.textAbout {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 26px;
}

[dir="rtl"] .textAbout {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 26px;
    font-family: "DroidKufi-Bold";
}

.fs-title {
    font-size: 25px;
    color: #195170;
    margin-bottom: 15px;
    font-weight: bold;
    padding: auto;
}

[dir="rtl"] .fs-title {
    margin: 0px 0px 0px;
    font-weight: 200;
    font-family: "DroidKufi-Regular";
}

.fs-title-2 {
    font-size: 25px;
    color: #195170;
    margin-bottom: 15px;
    margin-left: 16%;
    font-weight: bold;
    padding: auto;
}

[dir="rtl"] .fs-title-2 {
    /* margin: 0px 0px 0px;
    font-weight: 200; */
    margin-right: 16%;
    font-family: "DroidKufi-Regular";
}

[dir="rtl"] p {
    font-family: "DroidKufi-Regular";
    font-size: 18px;
}

.fit-image {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    /* object-fit: unset; */
}

#space {
    width: 350px;
}


/* //Radio and check button// */

ul {
    list-style-type: none;
}

input li {
    display: inline-block;
}

input[type="radio"][id^="cb"] {
    display: none;
}

input[type="radio"][id^="numberp"] {
    display: none;
}

input[type="radio"][id^="col"] {
    display: none;
}

input[type="radio"][id^="ban"] {
    display: none;
}

label {
    width: 200px;
    border: 1px solid #fff;
    padding: 0px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    font-size: 0.5cm;
}

label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

[dir="rtl"] label {
    width: 200px;
    border: 1px solid #fff;
    padding: 0px 15px;
    padding-top: 15px;
    padding-bottom: 3px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    font-size: 0.5cm;
}

[dir="rtl"] label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

label img {
    height: 200px;
    width: 200px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

:checked+label {
    /* border-color: #ddd; */
    /* border-color: #FACE41 ; */
    border: 3px solid #FACE41;
    padding: auto;
}

:checked+label:before {
    content: "✓";
    background-color: #195170;
    transform: scale(1.3);
}

:checked+label img {
    /* transform: scale(0.9); */
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

.label_2 label {
    /* border: 1px solid white; */
    border-radius: 20px;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    font-size: 0.5cm;
    width: 65%;
}

.label_2 label :before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.label_2 label img {
    height: 200px;
    width: 200px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

:checked+label.label_2 {
    border: 3px solid #FACE41;
    padding: auto;
}

:checked+.label_2 label :before {
    content: "✓";
    background-color: #195170;
    transform: scale(1);
}

:checked+.label_2 label img {
    /* transform: scale(0.9); */
    box-shadow: 0 0 5px #333;
    z-index: -1;
}


/* ///////////// */

#regForm {
    margin: 0px auto;
    font-family: "PRO-400-Regular";
    padding: 40px;
    border-radius: 10px
}

[dir="rtl"] #regForm {
    margin: 0px auto;
    font-family: "DroidKufi-Regular";
    padding: 40px;
    border-radius: 10px
}

h1 {
    text-align: center;
    font-size: 30px;
}

input {
    font-family: "PRO-400-Regular";
    margin: 8px;
    font-size: 12px;
    padding: 15px;
    width: 65%;
    font-weight: 300;
    border: none;
    background-color: #e4e4e494;
    padding-left: 10px;
    border-radius: 10px;
    height: 25px;
}

[dir="rtl"] input {
    font-family: "DroidKufi-Regular";
    margin: 8px;
    font-size: 12px;
    padding: 15px;
    width: 65%;
    font-weight: 300;
    border: none;
    background-color: #e4e4e494;
    padding-left: 10px;
    border-radius: 10px;
    height: 15px;
}

[dir="rtl"] .step2 input {
    font-family: "DroidKufi-Regular";
    margin: 0px;
    font-size: 14px;
    padding: 22px;
    width: 65%;
    font-weight: 300;
    background-color: #e4e4e494;
    padding-left: 10px;
    border-radius: 10px;
    height: 15px;
}

.step2 input {
    font-family: "PRO-400-Regular";
    margin: 0px;
    font-size: 14px;
    padding: 22px;
    width: 65%;
    font-weight: 300;
    background-color: #e4e4e494;
    padding-left: 10px;
    border-radius: 10px;
    height: 15px;
}

#step3title_1 textarea {
    font-family: "PRO-400-Regular";
    margin: 6px;
    font-size: 14px;
    padding: 20px;
    width: 60%;
    font-weight: 300;
    border: none;
    background-color: #e4e4e494;
    padding-left: 24px;
    border-radius: 10px;
    height: 100px;
}

[dir="rtl"] #step3title_1 textarea {
    font-family: "DroidKufi-Regular";
}

.tab input:focus {
    border: 1px solid #195170 !important;
    outline: none
}

.tab textarea:focus {
    border: 1px solid #195170 !important;
    outline: none
}

input.invalid {
    border: 1px solid #e03a0666
}

input.valid {
    border: none;
}

.tab {
    display: none
}

#nextprevious {
    overflow: auto;
    width: 100%;
    text-align: right;
}

[dir="rtl"] #nextprevious {
    overflow: auto;
    width: 100%;
    text-align: left;
}

button {
    font-family: "PRO-400-Regular";
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 40px;
    font-size: 16px;
    background: none;
    border-radius: 20px;
    color: white;
    border: none;
    margin-top: 15px;
}

[dir="rtl"]button {
    font-family: "DroidKufi-Regular";
}

#prev_Btn button {
    background-color: #195171;
}

#prev_Btn button:hover {
    background-color: var(--left-color);
}

button {
    background-color: var(--left-color);
}

button:hover {
    background-color: #195171;
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    /* margin-top: 5%;
    margin-bottom: 5%; */
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.step {
    height: 80px;
    width: 80px;
    margin: 0 4px;
    background-color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #195170;
    opacity: 0.5
}

.step.active {
    opacity: 1
}

.step.finish {
    color: #195170;
    background: #FACE41;
    opacity: 1
}

.thanks-message {
    display: block
}

#package_box {
    justify-content: center;
    display: flex;
}

#package_box p {
    text-align: justify;
    padding: 10px;
    width: 380px;
}

.colorpackage {
    display: inline-block;
    /* margin:0% 6%; */
    padding-left: 12%;
}

[dir="rtl"] .colorpackage {
    display: inline-block;
    /* margin:0% 6%; */
    padding-right: 12%;
}

.colorpackage p {
    /* margin-left: 250px; */
    display: inline-block;
    padding: 25px;
}

#color_package {
    margin: 0% 15%;
}

a.wp {
    position: relative;
    background: #25D366;
    color: white;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    border: none;
    margin-top: 15px;
}

a span {
    font-size: 20px;
}

#thanks_message {
    color: #FACE41;
}

.alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 1840px) {
     :root {
        --form-height: auto;
        --form-width: 90%;
        --left-color: #FACE41;
        --right-color: #ebddaf;
    }
}

@media (max-width: 1600px) {
    label img {
        height: 170px;
        width: 170px;
    }
    label {
        width: 170px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    [dir="rtl"] label {
        width: 170px;
        padding: 0px 10px;
        padding-top: 10px;
        margin: 10px;
    }
    .label_2 label {
        /* border: 1px solid white; */
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 65%;
    }
    #package_box p {
        text-align: justify;
        padding: 10px;
        width: 370px;
        line-height: 1.5;
    }
    p {
        color: grey;
        font-size: 18px;
    }
}

@media (max-width: 1450px) {
    label img {
        height: 150px;
        width: 150px;
    }
    label {
        width: 150px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    [dir="rtl"] label {
        width: 150px;
        padding: 0px 10px;
        padding-top: 10px;
        margin: 10px;
    }
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 65%;
    }
    #package_box p {
        width: 350px;
    }
    p {
        font-size: 16px;
    }
    [dir="rtl"] p {
        font-size: 16px;
    }
    .textAbout {
        font-size: 25px;
    }
    [dir="rtl"] .textAbout {
        font-size: 25px;
    }
}

@media (max-width: 1380px) {
    label img {
        height: 130px;
        width: 130px;
    }
    label {
        width: 130px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    [dir="rtl"] label {
        width: 130px;
        padding: 0px 10px;
        padding-top: 10px;
        margin: 10px;
    }
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        margin: 10px;
        width: 65%;
    }
    #package_box p {
        padding: 5px;
        width: 330px;
    }
}

@media (max-width: 1270px) {
    label img {
        height: 110px;
        width: 110px;
    }
    label {
        width: 110px;
        padding: 0px 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 8px;
    }
    [dir="rtl"] label {
        width: 110px;
        padding: 0px 10px;
        padding-top: 10px;
        margin: 10px;
    }
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        margin: 10px;
        width: 65%;
    }
    #package_box p {
        padding: 5px;
        width: 300px;
    }
    p {
        font-size: 16px;
    }
    [dir="rtl"] p {
        font-size: 16px;
    }
}

@media (max-width: 1150px) {
    #package_box {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #package_box.package_color {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .img-shape-left {
        width: 350px;
        height: 350px;
        display: block;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    #form_step3.tab {
        padding: 20px;
    }
    #heading {
        text-shadow: 0 0 3px white, 0 0 5px black;
        color: #FACE41;
        font-size: 35px;
        padding: 5px;
        margin-block-start: 0px;
        margin-block-end: 0px;
    }
    [dir="rtl"] #heading {
        font-family: "DroidKufi-Regular";
    }
    .textAbout {
        width: 70%;
        text-align: center;
        color: white;
        font-size: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    [dir="rtl"] .textAbout {
        font-family: "DroidKufi-Regular";
        width: 70%;
        text-align: center;
        color: white;
        font-size: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .step {
        height: 80px;
        width: 80px;
    }
     :root {
        --form-height: auto;
        --form-width: 85%;
    }
    .fs-title {
        font-size: 20px;
        padding: 10px;
        text-align: justify;
    }
    #regForm {
        margin: 0px auto;
        font-family: "PRO-400-Regular";
        padding: 30px;
        border-radius: 10px;
    }
    [dir="rtl"] #regForm {
        margin: 0px auto;
        font-family: "DroidKufi-Regular";
        padding: 30px;
        border-radius: 10px;
    }
    label:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        position: absolute;
        top: -10px;
        left: -10px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 28px;
        transition-duration: 0.4s;
        transform: scale(0);
    }
    [dir="rtl"] label:before {
        background-color: white;
        color: white;
        border: none;
        content: " ";
        display: block;
        border-radius: 50%;
        position: absolute;
        top: -10px;
        right: -10px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 28px;
        transition-duration: 0.4s;
        transform: scale(0);
    }
    label img {
        height: 200px;
        width: 200px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }
    label {
        width: 200px;
        height: 200px;
        padding: 0px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        position: relative;
        margin: 15px;
        cursor: pointer;
        font-size: 0.5cm;
    }
    [dir="rtl"] label {
        width: 200px;
        height: 200px;
        padding: 0px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        position: relative;
        margin: 15px;
        cursor: pointer;
        font-size: 0.5cm;
    }
     :checked+label:before {
        content: "✓";
        background-color: #195170;
        transform: scale(1.3);
    }
    #package_box p {
        text-align: justify;
        width: 450px;
        font-size: 18px;
        line-height: 1.4;
    }
    [dir="rtl"] #package_box p {
        text-align: justify;
        width: 450px;
        font-size: 18px;
    }
    #package_box.package_color p {
        text-align: justify;
        width: 100%;
        font-size: 18px;
    }
    p {
        color: grey;
        font-size: 16px;
        text-align: justify;
    }
    [dir="rtl"] p {
        color: grey;
        font-size: 18px;
    }
    .label_2 label {
        /* border: 1px solid white; */
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 90%;
        height: auto;
    }
    #color_package {
        margin: 0% 0%;
    }
    button {
        font-family: "PRO-400-Regular";
        cursor: pointer;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 130px;
        height: 40px;
        font-size: 18px;
        border-radius: 20px;
        color: white;
        border: none;
        margin-top: 15px;
    }
    #nextprevious {
        overflow: auto;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    [dir='rtl'] #nextprevious {
        overflow: auto;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .fs-title-2 {
        font-size: 20px;
        margin-left: 13%;
    }
    [dir="rtl"] .fs-title-2 {
        font-size: 20px;
        margin-right: 13%;
        font-family: "DroidKufi-Regular";
    }
    .step2 input {
        font-family: "PRO-400-Regular";
        width: 70%;
        height: 15px;
    }
    [dir="rtl"] .step2 input {
        font-family: "DroidKufi-Regular";
        width: 70%;
        height: 15px;
    }
    #step3title_1 textarea {
        font-family: "PRO-400-Regular";
        margin: 6px;
        font-size: 14px;
        padding: 15px;
        width: 95%;
        font-weight: 300;
        border: none;
        background-color: #e4e4e494;
        padding-left: 18px;
        border-radius: 10px;
        height: 110px;
    }
    #step3title_3 p {
        text-align: justify;
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    a.wp {
        position: relative;
        background: #25D366;
        color: white;
        padding: 2px;
        padding-left: 9px;
        padding-right: 9px;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        border-radius: 50px;
        border: none;
    }
    .fit-image {
        width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        /* object-fit: unset; */
    }
    #thanks_message h1 {
        font-size: 28px;
        padding: 10px;
    }
    a span {
        font-size: 17px;
    }
}

@media (max-width: 971px) {
    label img {
        height: 160px;
        width: 160px;
    }
    label {
        width: 160px;
        height: 160px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    [dir="rtl"] label {
        width: 160px;
        height: 160px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 85%;
        height: auto;
    }
    #package_box p {
        width: 325px;
        font-size: 16px;
    }
    #package_box.package_color p {
        width: 80%;
        font-size: 16px;
    }
    [dir="rtl"] #package_box p {
        width: 325px;
        font-size: 16px;
    }
    p {
        color: grey;
        font-size: 16px;
    }
    [dir="rtl"] p {
        color: grey;
        font-size: 16px;
    }
    .textAbout {
        font-size: 20px;
    }
    [dir="rtl"] .textAbout {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #package_box {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .img-shape-left {
        height: 300px;
        width: 300px;
        display: block;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .textAbout {
        font-size: 16px;
    }
    [dir="rtl"] .textAbout {
        font-size: 16px;
    }
    .step {
        height: 60px;
        width: 60px;
    }
     :root {
        --form-height: auto;
        --form-width: 90%;
    }
    .label_2 label {
        /* border: 1px solid white; */
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 84%;
        height: auto;
    }
    button {
        font-family: "PRO-400-Regular";
        cursor: pointer;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
        height: 40px;
        font-size: 16px;
        border-radius: 20px;
        color: white;
        border: none;
        margin-top: 15px;
    }
    #step3title_1 textarea {
        font-family: "PRO-400-Regular";
        margin: 6px;
        font-size: 14px;
        padding: 15px;
        width: 90%;
        font-weight: 300;
        border: none;
        background-color: #e4e4e494;
        padding-left: 18px;
        border-radius: 10px;
        height: 70px;
    }
    .fit-image {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        /* object-fit: unset; */
    }
    #thanks_message h1 {
        font-size: 20px;
        padding: 10px;
    }
}

@media (max-width: 713px) {
    label img {
        height: 130px;
        width: 130px;
    }
    label {
        width: 130px;
        height: 130px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    [dir="rtl"] label {
        width: 130px;
        height: 130px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 85%;
        height: auto;
    }
    #package_box p {
        width: 250px;
        font-size: 14px;
    }
    #package_box.package_color p {
        width: 80%;
        font-size: 14px;
    }
    [dir="rtl"] #package_box p {
        width: 250px;
        font-size: 14px;
    }
}

@media (max-width: 651px) {
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 90%;
        height: auto;
    }
    #package_box p {
        width: 230px;
        font-size: 14px;
    }
    #package_box.package_color p {
        width: 80%;
        font-size: 14px;
    }
    [dir="rtl"] #package_box.package_color p {
        width: 80%;
        font-size: 14px;
    }
    [dir="rtl"] #package_box p {
        width: 230px;
        font-size: 14px;
    }
    [dir="rtl"] p {
        color: grey;
        font-size: 14px;
    }
    p {
        color: grey;
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    label img {
        height: 110px;
        width: 110px;
    }
    label {
        width: 110px;
        height: 110px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    [dir="rtl"] label {
        width: 110px;
        height: 110px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px;
    }
    .label_2 label {
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 85%;
        height: auto;
    }
    #package_box p {
        width: 210px;
        font-size: 12px;
    }
    [dir="rtl"] #package_box p {
        width: 210px;
        font-size: 12px;
    }
    p {
        color: grey;
        font-size: 12px;
        text-align: justify;
    }
    [dir="rtl"] p {
        color: grey;
        font-size: 12px;
        /* text-align: justify; */
    }
    #package_box.package_color p {
        width: 80%;
        font-size: 12px;
    }
    [dir="rtl"] #package_box.package_color p {
        width: 80%;
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    .img-shape-left {
        height: 250px;
        width: 250px;
        display: block;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .textAbout {
        font-size: 13px;
    }
    [dir="rtl"] .textAbout {
        font-size: 13px;
    }
    .fs-title {
        font-size: 18px;
        padding: 10px;
        text-align: justify;
    }
     :checked+label:before {
        content: "✓";
        background-color: #195170;
        transform: scale(1.1);
    }
    .label_2 label {
        /* border: 1px solid white; */
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 84%;
        height: auto;
    }
    button {
        font-family: "PRO-400-Regular";
        cursor: pointer;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: 32px;
        font-size: 14px;
        border-radius: 20px;
        color: white;
        border: none;
        margin-top: 15px;
    }
    .fs-title-2 {
        font-size: 18px;
        margin-left: 8%;
    }
    [dir="rtl"] .fs-title-2 {
        font-family: "DroidKufi-Regular";
        font-size: 18px;
        margin-right: 8%;
    }
    [dir="rtl"] .step2 input {
        font-family: "DroidKufi-Regular";
        width: 70%;
        height: 15px;
    }
    #step3title_1 textarea {
        font-family: "PRO-400-Regular";
        margin: 6px;
        font-size: 14px;
        padding: 15px;
        width: 85%;
        font-weight: 300;
        border: none;
        background-color: #e4e4e494;
        padding-left: 18px;
        border-radius: 10px;
        height: 70px;
    }
    #thanks_message h1 {
        font-size: 16px;
        padding: 10px;
    }
    [dir="rtl"] #regForm {
        margin: 0px auto;
        font-family: "DroidKufi-Regular";
        padding: 15px;
        border-radius: 10px;
    }
    #regForm {
        margin: 0px auto;
        font-family: "DroidKufi-Regular";
        padding: 15px;
        border-radius: 10px;
    }
}

@media (max-width: 500px) {
    #package_box.package_color {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #package_box {
        justify-content: center;
    }
    #package_box.package_color p {
        text-align: justify;
        width: 80%;
        font-size: 14px;
    }
    .step {
        height: 50px;
        width: 50px;
    }
    .fs-title {
        font-size: 16px;
        padding: 5px;
        text-align: justify;
    }
    label img {
        height: 180px;
        width: 180px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }
    label {
        width: 180px;
        height: 180px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
    }
    [dir="rtl"] label {
        width: 180px;
        height: 180px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
    }
    #package_box p {
        text-align: justify;
        width: 90%;
        font-size: 15px;
    }
    [dir="rtl"] #package_box p {
        text-align: justify;
        width: 90%;
        font-size: 15px;
    }
    #package_box.package_color p {
        width: 80%;
        font-size: 15px;
    }
    [dir="rtl"] #package_box.package_color p {
        width: 80%;
        font-size: 15px;
    }
    p {
        color: grey;
        font-size: 15px;
        text-align: justify;
    }
    [dir="rtl"] p {
        color: grey;
        font-size: 15px;
    }
    .label_2 label {
        /* border: 1px solid white; */
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 84%;
        height: auto;
    }
    .fs-title-2 {
        font-size: 16px;
        margin-left: 8%;
    }
    [dir="rtl"] .fs-title-2 {
        font-size: 16px;
        font-family: "DroidKufi-Regular";
        margin-right: 8%;
    }
    .step2 input {
        font-family: "PRO-400-Regular";
        width: 70%;
        height: 15px;
    }
    [dir="rtl"] .step2 input {
        font-family: "DroidKufi-Regular";
        width: 70%;
        height: 15px;
    }
    .fs-title a span {
        display: none;
    }
    a.wp {
        position: relative;
        background: #25D366;
        color: white;
        padding: 2px;
        padding-left: 9px;
        padding-right: 9px;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 50px;
        border: none;
    }
}

@media (max-width: 290px) {
    #regForm {
        margin: 0px auto;
        font-family: "PRO-400-Regular";
        padding: 0px;
        border-radius: 10px;
    }
    [dir="rtl"] #regForm {
        margin: 0px auto;
        font-family: "PRO-400-Regular";
        padding: 0px;
        border-radius: 10px;
    }
    .textAbout {
        width: 200px;
        font-size: 12px;
    }
    [dir="rtl"] .textAbout {
        width: 200px;
        font-size: 12px;
    }
    .fs-title {
        font-size: 14px;
        padding: 5px;
        text-align: justify;
    }
    label img {
        height: 120px;
        width: 120px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }
    label {
        width: 120px;
        height: 120px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
    }
    [dir="rtl"] label {
        width: 120px;
        height: 120px;
        padding: 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
    }
     :checked+label:before {
        content: "✓";
        background-color: #195170;
        transform: scale(1);
    }
    #package_box p {
        text-align: justify;
        width: 170px;
        font-size: 12px;
    }
    [dir="rtl"] #package_box p {
        text-align: justify;
        width: 90%;
        font-size: 12px;
    }
    [dir="rtl"] #package_box.package_color p {
        width: 80%;
        font-size: 12px;
    }
    #package_box.package_color p {
        width: 80%;
        font-size: 12px;
    }
    p {
        color: grey;
        font-size: 12px;
    }
    [dir="rtl"] p {
        color: grey;
        font-size: 12px;
    }
    .label_2 label {
        /* border: 1px solid white; */
        border-radius: 20px;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
        font-size: 0.5cm;
        width: 82%;
        height: auto;
    }
    #step3title_1 textarea {
        font-family: "PRO-400-Regular";
        margin: 6px;
        font-size: 14px;
        padding: 15px;
        width: 75%;
        font-weight: 300;
        border: none;
        background-color: #e4e4e494;
        padding-left: 18px;
        border-radius: 10px;
        height: 70px;
    }
}