@font-face {
    font-family: 'muli';
    src: url('../fonts/muli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-bold';
    src: url('../fonts/muli-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-bolditalic';
    src: url('../fonts/muli-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-extralight';
    src: url('../fonts/muli-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-extralightItalic';
    src: url('../fonts/muli-extralightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-italic';
    src: url('../fonts/muli-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-light';
    src: url('../fonts/muli-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-lightitalic';
    src: url('../fonts/muli-lightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-semibold';
    src: url('../fonts/muli-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-semi-bolditalic';
    src: url('../fonts/muli-semi-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'muli';
}

.arabic-label {
    float: right;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
span {
    color: inherit;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    margin: 0;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.container-fluid {
    padding: 0 80px;
}

.header-logo img {
    max-width: 50%;
}

.header-row {
    padding: 20px 0;
}

.banner-rows h1 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #1C134D;
    /* font-family: 'muli-semibold'; */
}

.banner-rows {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-rows p {
    color: #1C134D;
    font-size: 16px;
}

.banner-btn img {
    max-width: 130px;
    margin-right: 10px;
}

.top-banner {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bannerimg.png');
}

.banner-content {
    height: calc(100vh - 120px);
}

.banner-content div {
    height: 100%;
}

.banner-rows div {
    height: auto;
}

.need-help {
    padding: 50px 0;
}

.center-title h3 {
    color: #1C134D;
    margin-bottom: 10px;
}

.center-title p {
    color: #676e7c;
}

.locations-store {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.location-column {
    width: calc(100% / 4);
    padding: 15px 15px;
    /* box-shadow: 1px 3px 8px 7px rgb(0 0 0 / 9%); */
}

.location-section {
    text-align: center;
    box-shadow: 1px 3px 8px 7px rgb(0 0 0 / 9%);
    padding: 20px 10px;
    border-radius: 5px;
}

.location-section img {
    margin: 0 auto;
}

.location-section h4 {
    color: #1C134D;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.location-section p {
    color: #676e7c;
    font-size: 14px;
}

.appointments-section {
    background-color: #1C134D;
    padding: 10px 0 30px 0;
}

.appointments-section .row {
    align-items: center;
}

.appointments-content h2 {
    color: #fff;
    margin-bottom: 20px;
}

.appointments-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.appointments-content ul li {
    color: #fff;
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 35px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
}

.appointment-img img {
    max-width: 80%;
    margin: 0 auto;
}

.map-section {
    padding: 50px 0;
}

.map-section .row {
    align-items: center;
}

.map-content h2 {
    color: #1C134D;
    margin-bottom: 20px;
    font-weight: 600;
}

.map-content p {
    color: #1C134D;
}

.general-field {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #1C134D;
    color: #1C134D;
    padding-right: 20px;
}

.btn-search {
    background-color: #1C134D;
    color: #fff;
    padding: 6px 20px;
    margin-top: 20px;
}

.searc-form {
    max-width: 500px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1C134D;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1C134D;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #1C134D;
}

.newsletter-row {
    background-color: #1C134D;
    border-radius: 20px;
    padding: 30px;
}

.newsletter {
    padding: 50px 0;
}

.newsletter-title {
    text-align: center;
}

.newsletter-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.newsletter-title p {
    color: #fff;
}

.newsletter-forms {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.news-row {
    display: flex;
    justify-content: center;
}

.btn-send {
    background-color: #1C134D;
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}

.main-field {
    background-color: transparent;
    border: none;
    width: calc(100% - 160px);
}

.copyright p {
    margin: 0;
    color: #1C134D;
    font-weight: 400;
}

.footer-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-list ul li {
    padding-left: 12px;
}

.footer-list ul li a {
    color: #1C134D;
    text-decoration: underline;
}

footer {
    padding-bottom: 15px;
}

.arabic .searc-form {
    margin-right: auto;
}

.arabic .arabic-label{
    float: left;
}

.arabic .appointments-content {
    text-align: right;
}

.arabic .appointments-content ul li {
    background-position: right top 2px;
    padding-left: 0;
    padding-right: 35px;
}

.arabic .copyright P {
    text-align: right;
}

.arabic .banner-rows {
    text-align: right;
}

.arabic .header-logo {
    text-align: right;
}

@media (max-width: 1152px) {
    .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .location-column {
        width: calc(100% / 3);
    }

}

@media (max-width: 767px) {
    .header-logo a {
        display: block;
    }

    .header-logo img {
        margin: 0 auto;
    }

    h2 {
        font-size: 25px;
    }

    .newsletter-title h3 {
        font-size: 20px;
    }

    .news-row {
        flex-wrap: wrap;
    }

    .main-field {
        width: 100%;
    }

    .newsletter-forms {
        padding: 10px;
    }

    .main-field {
        padding: 10px;
    }

    .footer-list ul {
        justify-content: center;
    }

    .location-column {
        width: 100%;
    }
}

#mapbox {
    width: auto;
    height: 500px;
}

.arabic-label {
    font-weight: 700;
    font-size: x-large;
    color: #1C134D;
    /*margin: 0 0 0 100px;*/
}


.site-header .site-header-bottom-right .sh-component:last-child, .site-header .site-header-main-right .sh-component:last-child, .site-header .site-header-top-right .sh-component:last-child {
    margin-right: 0 !important;
}

.site-header.style7 .kl-cta-ribbon {
    margin-bottom: -5px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/*@media (min-width: 768px) {*/
.site-header-main-right .sh-component {
    margin-left: 20px;
    margin-right: 20px;
}

.kl-cta-ribbon {
    background-color: #0194ca;
}

/*}*/

.kl-cta-ribbon strong {
    font-size: 17px;
    font-weight: 900;
    display: block;
}

.kl-cta-ribbon .trisvg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
}

svg:not(:root) {
    overflow: hidden;
}

.kl-cta-lined, .kl-cta-ribbon {
    position: relative;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 10px 5px;
    border-radius: 2px;
    margin-left: 20px;
    z-index: 1;
}
