
body{
    font-family: Nunito;
}

.new-layout .contain{
    padding-left: 100px;
    padding-right: 100px;
}


.new-layout h3 {
    --my: 15px;
    text-align: left;
    line-height: 50px;
    color: #1a1b2d;
    font-family: Nunito,sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: var(--my);
    margin-top: var(--my);
}

@media only screen and (max-width: 1600px) and (min-width: 1025px){
    .new-layout .contain {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 768px) {
    .new-layout .contain {
        padding-left: 20px;
        padding-right: 20px;
    }
}

 /* Footer */

.footer-section {
    padding-top: 30px;
}

.new-layout .footer-middle {
    display: flex;
}

.new-layout .footer-middle > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.new-layout .fcontainer {
    flex: 2;
}

[dir=rtl] .new-layout .footer-middle .gmap_canvas {
    padding: 0 15px 30px 0;
}

.new-layout .footer-middle .gmap_canvas {
    padding: 0 0 15px 30px;
}

.new-layout .footer-middle .gmap_canvas iframe {
    border-radius: 20px;
}

.new-layout iframe {
    max-width: 100%;
}

.new-layout .footer-top .city-filter {
    display: none;
    min-width: 340px;
}

.new-layout .footer-top .help-section {
    display: flex;
    width: 100%;
}

.new-layout .footer-top .help-section .content {
    min-width: 235px;
}

.footer-section .new-layout .section-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.new-layout .footer-top .help-section .content p {
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
    color: #5C5F66;
}

.new-layout .footer-top .help-section .channels {
    width: 100%;
    height: 100%;
}

.new-layout .footer-top .help-section .channels ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    column-gap: 30px;
}

.new-layout .footer-top .help-section .channels a {
    list-style: none;
    color: #5C5F66;
    background: rgba(1, 88, 114, 0.05);
    padding: 25px 10px;
    display: flex;
    align-items: center;
    max-height: 40px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border-radius: 7.1px;
    padding-left: 15px;
    cursor: pointer;
    transition: all .7s ease;
}

[dir=rtl] .new-layout .footer-top .help-section .channels a .icon {
    margin-right: 5px;
    margin-left: 10px;
}

.new-layout .footer-top .help-section .channels a .icon {
    margin-right: 10px;
}

.new-layout .footer-top .help-section .channels a:hover, .new-layout .footer-middle .service-list a:hover {
    color: #f4a418;
}

[dir=rtl] .new-layout .footer-middle .service-list {
    padding: 15px 0 15px 15px;
}

.new-layout .footer-middle .service-list {
    display: flex;
    align-content: flex-start;
    gap: 12px;
    list-style: none;
    flex-wrap: wrap;
    padding: 15px 15px 15px 0;
    flex: 1;
    margin-bottom: 0;
}

.new-layout .footer-middle .service-list li {
    cursor: pointer;
    color: #5C5F66;
    border-radius: 50px;
    background: rgba(1, 88, 114, 0.05);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
    font-size: 14px;
    transition: all .7s ease;
}
.new-layout .footer-middle .service-list li a{
    color: #5C5F66;
    transition: all .7s ease;
}
.new-layout .footer-middle .service-list li a:hover {
    color: #f4a418;
}
.footer-section .new-layout.footer-bottom .wrapper {
    border-top: 1px solid #E6E6E6;
}

.footer-section .new-layout .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-layout .footer-block-logo {
    max-width: 147px;
}

.footer-section .new-layout .footer-section-menu {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    column-gap: 10px;
}

[dir=rtl].footer-section .new-layout .footer-section-menu li:not(:first-of-type)::before {
    padding-right: 0;
    padding-left: 13px;
    font-size: 17px;
}

.footer-section .new-layout .footer-section-menu li:not(:first-of-type)::before {
    content: '•';
    color: #4F4F4F;
    padding-right: 15px;
    font-size: 8px;
}

.new-layout .footer-block-link {
    font-family: tajawal,sans-serif!important;
}

.new-layout .footer-section-menu li {
    list-style: none;
}

.footer-section .new-layout .footer-section-menu li a {
    font-size: 13px;
    display: unset;
    font-family: Nunito, sans-serif;
    font-weight: 500;
    line-height: 34px;
    color: #3e4458;
    text-decoration: none;
    transition: all .7s ease;
}

.footer-section .new-layout .footer-section-menu li a:hover {
    color: #f4a418;
}

.footer-section .new-layout .social-networks {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
}

.new-layout .footer-block-social, .new-layout .footer-block-social svg {
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
}

.new-layout .footer-block-social {
    width: 37px;
    height: 37px;
    background: #f0f5f6;
    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;
    text-decoration: none;
}

.footer-section .new-layout .social-networks svg {
    transition: all .7s ease;
    cursor: pointer;
}

.new-layout .footer-block-social i {
    color: #045470;
}

.new-layout .footer-block-social:hover i {
    color: #fff;
}

.new-layout .footer-block-social svg {
    fill: #045470;
}

.new-layout .footer-block-social:hover {
    background: #f4a418;
}

.new-layout .footer-block-social:hover svg {
    fill: #fff;
}

.new-layout .footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #5C5F66;
    column-gap: 10px;
    padding: 10px 0;
}

.new-layout .payment-methods {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    column-gap: 10px;
}

.new-layout .payment-methods li {
    list-style: none;
}

.new-layout .footer-block-second-payment-icon-out {
    border: none;
    border-radius: 1.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0 5px;
    min-height: 29.6px;
    max-height: 29.6px;
}

.new-layout .footer-block-second-payment-icon {
    width: 40px;
    height: auto;
    vertical-align: middle;
}

.new-layout /* Coming soon download app section */

.app-download-section-wrapper.normal {
    margin-top: 4%;
}

.new-layout .app-download-section-wrapper {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
}

.new-layout .normal .app-download-section-main {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

.new-layout .normal .app-download-section-content {
    width: 65%;
    height: 100%;
}

.new-layout .app-download-section-title {
    width: 100%;
    color: rgba(53, 53, 53, 1);
    font-size: 32px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0px;
}

.new-layout .app-download-section-text {
    width: 100%;
    color: rgba(53, 53, 53, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}

.new-layout .normal .app-download-section-store-icon {
    margin-top: 3%;
    display: flex;
    flex-direction: row;
    gap: 1%;
}

.new-layout .normal .app-download-section-store-icon img {
    height: 65px;
    width: 167px;
}

.new-layout .normal .app-download-section-image {
    width: 35%;
    height: 100%;
    text-align: right;
}

[dir="rtl"] .new-layout .normal .app-download-section-image img {
    right: unset !important;
    left: 4.5%;
}

.new-layout .normal .app-download-section-image img {
    position: absolute;
    width: 450px;
    height: auto;
    top: -50%;
    right: 90px;
}

[dir=rtl] .new-layout .footer-copyright .copyright-text {
    font-family: tajawal;
}

@media (max-width: 480px) {
    .footer-section .new-layout {
        padding-top: 10px;
    }

    .footer-section .new-layout .wrapper {
        align-items: flex-start;
    }

    .new-layout .footer-top > div {
        /* padding-top: 25px; */
        padding-bottom: 10px;
    }

    .new-layout .footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-section .new-layout .social-networks {
        column-gap: 10px;
        margin: 0 auto;
        padding: 25px 0;
    }

    .footer-section .new-layout .footer-top > div, .footer-section .new-layout .footer-top .help-section, .footer-section .new-layout .footer-middle .container, .footer-section .new-layout .wrapper, .footer-section .new-layout .footer-copyright {
        flex-direction: column;
    }

    .new-layout .footer-section-menu {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }

    .new-layout .footer-section-menu li {
        height: 20px;
    }

    .new-layout .footer-copyright .copyright-text {
        font-size: 10px;
        text-align: center;
        line-height: 1.8;
    }

    .new-layout .footer-block-logo {
        max-width: 120px;
        margin-bottom: 0;
    }

    .new-layout .footer-middle .map {
        display: none;
    }

    .new-layout .help-section .content {
        margin: 10px 0;
    }

    .new-layout .help-section .section-title {
        margin-bottom: 0;
    }

    .new-layout .footer-top .help-section .content p {
        margin-bottom: 1rem;
    }

    .new-layout .footer-top .help-section .channels ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .new-layout .footer-top .help-section .channels a {
        width: 48%;
        font-size: 12px;
        line-height: 1.2;
    }

    .new-layout .footer-middle .service-list {
        row-gap: 10px;
    }

    .new-layout .app-download-section {
        margin-top: 0 !important;
    }

    .new-layout .app-download-section-image {
        display: none;
    }

    .new-layout .app-download-section-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .new-layout .app-download-section-text {
        font-size: 14px;
        line-height: normal;
    }

    .new-layout .normal .app-download-section-content {
        width: 100%;
    }

    .new-layout .normal .app-download-section-store-icon {
        justify-content: center;
    }

    .new-layout .app-download-section-store-icon img {
        height: auto !important;
        width: 143px !important;
    }
}
.new-layout #breadcrumb {
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
}
@media(max-width:768px) {
    .new-layout #breadcrumb {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1599px) {
    .new-layout #breadcrumb {
        max-width: 1200px;
        padding: 0 80px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1727px) {
    .new-layout #breadcrumb {
        max-width: 1380px;
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1728px) {
    .new-layout #breadcrumb {

        padding: 0 25px;
        margin: 0 100px;
    }
}


@media (max-width: 768px) {


    /* for new layout */
    .new-layout.app-download-section {
        margin-top: 0px !important;
    }

    /* for old layout */
    .app-download-section {
        margin-top:0px !important;
    }
}