* {
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
}
@font-face {
    font-family: "micro-bold";
    src: url("../fonts/din-next-lt-w23-bold.ttf");
}
@font-face {
    font-family: "micro-regular";
    src: url("../fonts/din-next-lt-w23-regular.ttf");
}

:root {
    
    --main-color: #09189e;
    --sec-color: #e5f6ff;
}
/* 1 Custom CSS */
/* تحديد شكل مُنتقِل لإشارة التمرير */
::-webkit-scrollbar {
    width: 12px;
}

/* تصميم لون الخلفية لإشارة التمرير */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* تصميم إشارة التمرير (المُنتقَلة) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #cab04d, #cbbf95);
    border-radius: 6px;
}

/* تصميم حواف إشارة التمرير (المُنتقَلة) */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #cab04d, #cbbf95);
}

/* تصميم إشارة التمرير (المُنتقَلة) عند النقر عليها */
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(45deg, #cab04d, #cbbf95);
}
.navbar-toggler-icon {
    color: black;
}
.hidden {
    display: none;
}

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

h1 {
    text-align: center;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: var(--main-color);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--main-color);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: var(--main-color);
}

form input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
select {
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    outline: none;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

#WestBank-select {
    margin-top: -27px;
}

input::placeholder {
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    -moz-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -o-transform: translateX(-7px);
}
.phone-input {
    display: flex;
}

#country-code {
    width: 120px;
}

#phone-number {
    flex-grow: 1;
}

.phone-input input[type="text"] {
    margin-right: 4px;
}

form .cool label {
    margin-left: 7px;
    margin-right: -10px;
}

.top-top:not(:first-child) {
    margin-top: 20px;
}
form h1 {
    color: var(--main-color);
    font-weight: 600;
}

.span-label {
    color: red;
    font-size: 19px;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}

.download-pdf {
    color: black;
    text-decoration: inherit;
    font-size: 20px;
}

input[type="checkbox"]:checked {
    accent-color: var(--main-color);
}
a:hover {
    color: inherit;
    text-decoration: inherit;
}
a.usep {
    text-decoration: underline;
    color: blue;
}

.head-text {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 800;
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
}

#installment a {
    color: var(--main-color);
    background-color: inherit;
    text-decoration: inherit;
    font-size: 16px;
    font-weight: 600;
}

header {
    background-color: #09189e;
    width: 100%;
    height: 120px;
}

.container {
    width: 100%;
    height: 100%;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container .logo img {
    width: 96px;
    height: 116px;
    cursor: pointer;
}

header .container .hours {
    display: flex;
}
header .container .hours i {
    margin: 0 5px;
    color: white;
}

header .container .hours .headerText p {
    margin-bottom: -12px;
    font-size: 12px;
    font-weight: 800;
    font-size: "micro-regular";
    color: white;
}
header .container .hours .headerText h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "micro-bold";
    margin-bottom: -3px;
    color: white;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
    font-family: "micro-regular";
}

header .container .mail {
    color: white;
}
header .container .mail i {
    font-size: 38px;
}

.navbar-nav .nav-link {
    font-size: 19px;
    padding: 0.5rem 2rem;
    margin: 0px 0.2rem;
    font-family: "micro-regular";
}

/* dropdown menu */

.dropdown-item {
    font-size: 17px;
    font-family: "micro-regular";
}

.navbar-toggler {
    height: 2.7rem;
    padding: 0;
}
.navbar {
    z-index: 10;
    position: sticky;
    top: 0;
    background-color: white;
}
.st {
    background-color: var(--sec-color);
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.nav-item a.active {
    color: var(--main-color);
    background-color: transparent;
}
.langg {
    background-color: white;
    color: var(--main-color);
    padding: 10px 11px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 19px;
    font-family: "micro-regular";
    color: black;
    display: inline-block;
}
.navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.dropdown-menu .dropdown-item {
    margin-bottom: 10px;
    font-family: "micro-regular";
}
.dropdown-menu .dropdown-item:hover {
    color: var(--main-color);
}
header .container .mail {
    color: white;
}
header .container .mail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
header .container .mail a p {
    font-family: "micro-regular";
}
header .container .mail i {
    font-size: 38px;
}

footer {
    background-color: var(--main-color);
    width: 100%;
    height: 350px;
}

footer .container .row .logo img {
    width: 114px;
    height: 144px;
    cursor: pointer;
}
footer .container .row {
    color: white;
}

footer .container .row .nnav a {
    display: block;
    margin: 10px 10px;
    font-size: 15px;
    text-align: center;
    font-family: "micro-regular";
}
footer .container .row .privUse {
    font-family: "micro-regular";
}
footer .container .row .privUse p a {
    text-decoration: var(--sec-color) underline;
}
.full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
}

footer .container .row input {
    display: block;
    margin: 20px 0;
}
footer .container .row input[type="email"] {
    background-color: transparent;
    outline: none;
    border: 1px solid white;
    padding: 5px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: white;
}
footer .container .row input::placeholder {
    color: white;
    font-size: 14px;
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    font-family: "micro-regular";
}
footer .container .row input[type="submit"] {
    padding: 8px 29px;
    background-color: white;
    color: var(--main-color);
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border: 2px solid transparent;
    font-family: "micro-regular";
}
footer .container .row input[type="submit"]:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

/* ff Start */
.ff {
    width: 100%;
    height: 47px;
    background-color: #131d72;
    color: white;
}
.ff .container {
    width: 100%;
    height: 100%;
}

.ff .container p {
    font-size: clamp(1rem, 1.1vw, 1.8rem);
    margin-top: 20px;
}

.banner-form {
    width: 100%;
    height: calc(100vh - 70px);
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.321),
            rgba(62, 17, 222, 0.103)
        ),
        url(../images/new/meet.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form .container p {
    font-size: 45px;
    color: white;
    font-weight: 500;
    margin-top: 93px;
    font-family: "micro-bold";
}

/* header */

@media (max-width: 991.5px) {
    /* 01 Navbar CSS */
    .navbar-nav .nav-link {
        padding: 0.4rem 0.3rem;
        margin-bottom: 1rem;
    }
    .dropdown-menu .dropdown-item {
        background-color: transparent;
    }
    .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
    }
}

/* laptop for page 1 */
@media (max-width: 991.5px) {
    .navbar-nav .dropdown-menu {
        border: none;
    }
}
/*end laptop for page 1 */

/* ipad for page 1 */
@media (min-width: 480px) and (max-width: 769px) {
    header {
        height: 125px;
    }
    header .container .logo img {
        width: 75px;
        height: 75px;
    }

    header .container .hours {
        margin-right: 20px;
    }

    header .container .hours .headerText p {
        margin-bottom: -14px;
        font-size: 9px;
    }
    header .container .hours .headerText h3 {
        font-size: 13px;
        margin-bottom: 0px;
    }

    header .container .mail a i {
        font-size: 25px;
    }
    header .container .mail a p {
        font-size: 14px;
    }
    .langg {
        padding: 6px 7px;
    }

    header .container .lann {
        margin-right: 28px;
    }

    header .container .lann .langu {
        padding: 6px 15px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        margin-top: 16px;
        font-size: 11px;
    }
    header .container .lann .langu li {
        font-size: 13px;
        font-family: "micro-regular";
    }

    .langu .dropdownn {
        background-color: white;
        padding: 1em 0;
        position: absolute; /*WITH RESPECT TO PARENT*/
        display: none;
        border-radius: 8px;
        top: 28px;
        left: -20px;
        z-index: 99;
        font-weight: 500;
    }
    .langu .dropdownn a {
        color: black;
        font-family: "micro-bold";
    }
}
/*end ipad for page 1 */

/* mobail for page 1 */
@media (min-width: 320px) and (max-width: 480px) {
    header {
        height: 200px;
    }
    header .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    header .container .logo img {
        width: 67px;
        height: 85px;
    }

    header .container .hours {
        margin-right: -13px;
    }

    header .container .hours .headerText p {
        margin-bottom: -14px;
        font-size: 9px;
    }
    header .container .hours .headerText h3 {
        font-size: 13px;
        margin-bottom: 0px;
    }
    header .container .mail {
        margin-right: -47px;
        margin-top: -15px;
    }
    header .container .mail a {
        flex-direction: row;
        justify-content: initial;
    }
    header .container .mail a i {
        font-size: 22px;
        margin-right: 39px;
        margin-bottom: 0px;
    }
    header .container .mail a p {
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .langg {
        margin: auto;
        padding: 5px 5px;
        font-size: 16px;
    }
    .dropdown {
        margin: auto;
    }

    header .container .lann {
        margin: auto;
    }

    header .container .lann .langu {
        padding: 6px 15px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        margin-top: 16px;
        font-size: 11px;
    }
    header .container .lann .langu li {
        font-size: 13px;
        font-family: "micro-regular";
    }

    .langu .dropdownn {
        background-color: white;
        padding: 1em 0;
        position: absolute; /*WITH RESPECT TO PARENT*/
        display: none;
        border-radius: 8px;
        top: 20px;
        left: -20px;
        z-index: 99;
        font-weight: 500;
    }
    .langu .dropdownn a {
        color: black;
        font-family: "micro-bold";
    }
}


    .social1{
        width: 40px;
        height: 40px;
        border-radius:50% ;
        -webkit-border-radius:50% ;
        -moz-border-radius:50% ;
        -ms-border-radius:50% ;
        -o-border-radius:50% ;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .6rem ;
        border: 1px solid var(--sec-color);
        background-color: transparent;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .social1 i{ color: white; font-size: 24px; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s;
    }
    
    .social1:hover{
        background-color: var(--sec-color);
        border: transparent;
        transform:translateY(-4px) ;
        -webkit-transform:translateY(-4px) ;
        -moz-transform:translateY(-4px) ;
        -ms-transform:translateY(-4px) ;
        -o-transform:translateY(-4px) ;
    }
    .social1:hover i{
        color: var(--main-color);
    
    }
/* Footer Start */

footer {
    background-color: var(--main-color);
    width: 100%;
    height: 370px;
}

footer .container .row .logo img {
    width: 114px;
    height: 144px;
    cursor: pointer;
}
footer .container .row {
    color: white;
}

footer .container .row .nnav a {
    display: block;
    margin: 10px 10px;
    font-size: 15px;
    text-align: center;
    font-family: "micro-regular";
}
footer .container .row .privUse {
    font-family: "micro-regular";
}
footer .container .row .privUse p a {
    text-decoration: var(--sec-color) underline;
}
.full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
}

footer .container .row input {
    display: block;
    margin: 20px 0;
}
footer .container .row input[type="email"] {
    background-color: transparent;
    outline: none;
    border: 1px solid white;
    padding: 5px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: white;
}
footer .container .row input::placeholder {
    color: white;
    font-size: 14px;
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    font-family: "micro-regular";
}
footer .container .row input[type="submit"] {
    padding: 8px 29px;
    background-color: white;
    color: var(--main-color);
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border: 2px solid transparent;
    font-family: "micro-regular";
}
footer .container .row input[type="submit"]:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

@media (min-width: 768px) and (max-width: 1185px) {
    footer .container .row input[type="email"] {
        padding: 5px 0px;
    }
    footer .container .row input::placeholder {
        transform: translateX(-8px);
        -webkit-transform: translateX(-8px);
        -moz-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        -o-transform: translateX(-8px);
    }
}

@media (min-width: 767.9px) and (max-width: 992px) {
    footer {
        height: 450px;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    footer {
        height: 1060px;
    }
    footer .container .logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nnav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 320px) and (max-width: 575.9px) {
    footer {
        height: 1110px;
    }
    footer .container .logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nnav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}



/*@media (min-width: 768px) and (max-width: 1185px) {*/
/*    footer .container .row input[type="email"] {*/
/*        padding: 5px 0px;*/
/*    }*/
/*    footer .container .row input::placeholder {*/
/*        transform: translateX(-8px);*/
/*        -webkit-transform: translateX(-8px);*/
/*        -moz-transform: translateX(-8px);*/
/*        -ms-transform: translateX(-8px);*/
/*        -o-transform: translateX(-8px);*/
/*    }*/
/*}*/

/*@media (min-width: 767.9px) and (max-width: 992px) {*/
/*    footer {*/
/*        height: 407px;*/
/*    }*/
/*}*/

/*@media (min-width: 576px) and (max-width: 767.9px) {*/
/*    footer {*/
/*        height: 1010px;*/
/*    }*/
/*    footer .container .logo {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*    .nnav {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/

/*@media (min-width: 320px) and (max-width: 575.9px) {*/
/*    footer {*/
/*        height: 1075px;*/
/*    }*/
/*    footer .container .logo {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*    .nnav {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/

/* Footer End */
