* {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}
.display-7 {
    font-size: 6vw;
}
.display-8 {
    font-size: 5vw;
}
p {
    font-size: 4vw;
}
html, body {
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #093246;
}
button {
    font-weight: bold !important;
}

@media (min-width: 768px) {
    .display-7 {
        font-size: 1.9vw;
    }
    .display-8 {
        font-size: 1.6vw;
    }
    p {
        font-size: 1.3vw;
    }
}
@media (min-width: 1600px) {
    .display-7 {
        font-size: 2.8rem;
    }
    .display-8 {
        font-size: 2.2rem;
    }
    p {
        font-size: 1.6rem;
    }
}
@media (min-width: 2000px) {
    .display-7 {
        font-size: 3rem;
    }
    .display-8 {
        font-size: 2.4rem;
    }
    p {
        font-size: 1.8rem;
    }
}

/* ================================================================= */
/* ================================================================= */
header {
    position: fixed;
    width: 100vw;
    z-index: 100;
}
header.compact {
    position: sticky;
    top: 0;
}
header #language-bar {
    padding: 5px 5vw;
    background-color: white;
}
header #language-bar .language-btn {
    position: relative;
    background-color: white;
    border: 2px solid black;
    margin: 5px 0;
}
header #language-bar .language-btn.active,
header #language-bar .language-btn:hover {
    color: white;
    background-color: #123546;
}
header #language-bar .language-btn.en {
    border-radius: 25px;
    padding: 5px 10px;
    z-index: 1;
}
header #language-bar .language-btn.ar {
    left: -25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px 15px 5px 25px;
}
header #language-bar .btn {
    border: 2px solid white;
    padding: 5px 25px;
    border-radius: 25px;
    color: white;
    line-height: 28px;
}
header #language-bar .btn i {
    padding: 5px 0;
}
header #language-bar .appointment-btn {
    background-image: linear-gradient(65deg, #123546 40%, #078f9b 80%, #45c33a 100%);
    margin-right: 10px;
}
header #language-bar .branches-btn {
    background-color: #123546;
}
header #menu-bar {
    padding: 0 5vw;
    height: 10vw;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
}
header #menu-bar .logo {
    height: 5vw;
    transition: all 0.3s ease-out;
}
header #menu-bar #open_menu {
    width: 3vw;
    height: 3vw;
    margin-left: auto;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
header.compact #menu-bar,
header #menu-bar.scrolled {
    background-color: #123546;
    height: 4vw;
}
header.compact #menu-bar .logo,
header #menu-bar.scrolled .logo {
    height: 2.5vw;
}
header.compact #menu-bar #open_menu,
header #menu-bar.scrolled #open_menu {
    width: 2vw;
    height: 2vw;
}

@media (max-width: 767px) {
    header #menu-bar {
        height: 20vw;
    }
    header #menu-bar .logo {
        height: 10vw;
    }
    header #menu-bar #open_menu {
        width: 6vw;
        height: 6vw;
    }
    header.compact #menu-bar,
    header #menu-bar.scrolled {
        height: 10vw;
    }
    header.compact #menu-bar .logo,
    header #menu-bar.scrolled .logo {
        height: 6vw;
    }
    header.compact #menu-bar #open_menu,
    header #menu-bar.scrolled #open_menu {
        width: 4vw;
        height: 4vw;
    }
}

/* ================================================================= */
/* ================================================================= */

footer a {
    color: #093246;
    text-decoration: none;
}
footer .logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .logo img {
    width: 90%;
    margin: 20px 5%;
}
footer h3 {
    font-size: 1.8vw;
    font-weight: bolder;
    margin-bottom: 25px;
}
footer p.link {
    cursor: pointer;
}
footer #contact-us i {
    display: inline-block;
    border: 2px solid black;
    padding: 0.7vw;
    font-weight: 600;
    border-radius: 100%;
    font-size: 1.4vw;
    margin-right: 0.5vw;
}
footer #contact-us p {
    display: inline-block;
    margin-bottom: 2vw;
}
footer #contact-us #social-icons {
    margin-top: 2vw;
}
footer #copy-rights {
    background-color:  #123546;
    font-weight: bolder;
    color: black;
}

@media (max-width: 767px) {
    footer h3 {
        font-size: 5.5vw;
    }
    footer #contact-us i {
        font-size: 2vw;
        padding: 0.8vw;
        margin-right: 0.2vw;
    }
    footer #contact-us #social-icons i {
        font-size: 5vw;
        padding: 1vw;
        margin-right: 0.5vw;
    }
}

/* ================================================================= */
/* ================================================================= */

#site_menu {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100vw;
    height: 100svh;
    background-color: #093246;
    z-index: 99999999;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}
#site_menu .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#site_menu .logo {
    width: 100%;
}
#site_menu #close_menu {
    text-align: right;
}
#site_menu #close_menu i {
    cursor: pointer;
    opacity: 1;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease-out;
}
#site_menu .navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site_menu .navigation li {
    float: left;
    padding-right: 5vw;
    width: 50%;
}
#site_menu .navigation li a {
    display: block;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5vh;
    transition: all 0.3s ease-out;
}
#site_menu .navigation li a:hover {
    background-color: white;
    color: #093246;
}
@media (max-width: 991px) {
    #site_menu .navigation li {
        width: 100%;
    }
}
#site_menu .reach_us h5 {
    color: white;
    max-width: 500px;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
#site_menu .reach_us p {
    color: white;
    opacity: 0.6;
    font-size: 1.4rem;
}
#site_menu .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site_menu .social li {
    display: inline-block;
}
#site_menu .social li a {
    color: white;
    padding: 5px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

/* ================================================================= */
/* ================================================================= */

#paging {
    text-align: center;
    margin-top: 2rem;
    transition: all 0.3s ease-out;
}
#paging i {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    line-height: 3rem;
    cursor: pointer;
    color: white;
    background-color: #093246;
    text-align: center;
    font-size: 1.5rem;
    margin: 0.5rem;
}
#paging p {
    margin: 0;
    font-size: 1.5rem;
}
