body {
    font-family: 'Cairo', sans-serif;
}

.navbar-semi-light .navbar-header,
.header-navbar .navbar-wrapper,
.header-navbar.navbar-with-menu .navbar-container,
body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {
    background: #2f4858;
    box-shadow: none;
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand {
    color: #e1e6ea;
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand.active {
    color: #fff;
    text-decoration: revert;
    text-decoration-color: #e7b000;
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand.sign-in {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    color: #000;
    margin-top: 36%;
}

section.slider {
    position: relative;
    background: #2f4858;
    height: 240px;
    border-radius: 0 0 25px 25px;
}

section.slider .slider-content {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

section.slider .slider-content img {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}

section.slider .slider-content button {
    background: #e7b000;
    color: #000;
    padding: 5px 30px;
    border-radius: 7px;
}

section.services,
section.shops-getway {
    text-align: center;
    padding: 50px 0;
    font-family: 'Cairo', sans-serif;
}

section.services h2 {
    margin-bottom: 30px;
    font-weight: bolder;
    font-size: 39px;
    font-family: 'Cairo', sans-serif;
}

section.services .additional-services .card-box {
    width: calc(100% / 6);
    /* width: 13%; */
    margin: 0px 1%;
    display: inline-block;
}

section.services .additional-services .card-box h6 {
    margin-top: 10px;
    font-weight: bolder;
    font-size: 12px;
}

section.services .additional-services .card-box p {
    color: #000;
    font-size: 10px;
}

section.services .media-footer {
    padding: 20px;
}

section.shops-getway h2,
section.shops-getway h6 {
    font-weight: bold;
}

section.shops-getway .random-circles-box {
    /* background: #ccc;
    height: 400px; */
    width: 80%;
    margin: 20px auto;
}

section.shops-getway .random-circles-box .random-circles-parent {
    position: relative;
}

section.shops-getway .random-circle {
    display: inline-block;
    margin: 15px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 4px 4px #e1e1e1;
}

.random-circle.random-circle-1 {
    position: absolute;
    top: 25px;
    left: 2px;
}

.random-circle.random-circle-3 {
    position: absolute;
    top: 51px;
    right: 5px;
}

.how-work {
    margin: auto;
    /* width: 78%; */
    background: #2f4858;
    padding: 90px 50px;
    border-radius: 25px;
    color: #fff;
}

.how-work h2 {
    color: #fff;
    font-weight: bold;
}

.about-suitena {
    margin: 50px auto;
    /* width: 78%; */
    background: #fbfbfb;
    padding: 50px;
    border-radius: 25px;
}

.about-suitena h2 {
    margin-top: 60px;
    font-weight: bold;
}

.about-suitena .img-box {
    margin: 5px auto;
}

.trusted-partners .img-box {
    margin-bottom: 20px;
}

.trusted-partners .img-box img {
    max-width: 200px;
}

.trusted-partners {
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.trusted-partners h2 {
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 40px;
}

footer.landing-page-footer {
    background: #2f4858;
    border-radius: 15px 15px 0 0;
    padding: 50px;
    padding-bottom: unset;
    color: #cbd2d6;
    text-align: left;
}

footer.landing-page-footer ul {
    list-style-type: none;
    padding: 0;
}

footer.landing-page-footer .child-1 h6,
footer.landing-page-footer .child-2 h6 {
    color: #FFF;
}

footer.landing-page-footer .child-2 ul {
    margin: 2px 0;
}

footer.landing-page-footer .child-2 ul li a {
    color: #cbd2d6;
}

footer.landing-page-footer ul.social-icons {
    margin-top: 30px;
}

footer.landing-page-footer ul.social-icons li {
    display: inline-block;
    margin: 0 3px;
}

@media (max-width: 800px) {
    #navbar-mobile {}
}

@media (max-width: 650px) {
    section.services .additional-services .card-box {
        width: calc(100% / 4);
        display: inline-block;
    }
    footer.landing-page-footer ul.social-icons {
        text-align: center;
    }
    section.shops-getway .random-circle {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 50%;
        position: static;
    }
}

@media (max-width: 450px) {
    section.services .additional-services .card-box {
        width: 100%;
        display: block;
    }
}


/* sign-app-content */

.sign-app-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.graph {
    background: red;
    position: absolute;
    top: 177px;
    right: 0;
    width: 100%;
    height: 1px;
    transform: rotate( 302deg);
}

.graph-1 {
    background: #66646a;
    position: absolute;
    top: 180px;
    right: 0;
}

.graph-2 {
    background: #d0e8f6;
    position: absolute;
    top: 220px;
    right: 0;
}

.graph-3 {
    background: #66646a;
    position: absolute;
    top: 260px;
    right: 0;
}

.graph-4 {
    background: #d0e8f6;
    position: absolute;
    top: 300px;
    right: 0;
}

.sign-content-wrapper {
    background: #ccc;
    width: 70%;
    /* height: 70%; */
    margin: 100px auto;
}
