.footer-bottom {
    padding: 90px 0 23px 0;
    background-color: #F4F8FF;
    background-image: url(../../img/footer-4.png);
    background-repeat: no-repeat;
    background-size: auto 475px;
    background-position: bottom center;
    /* min-height: 730px; */
    position: relative;
}


/* .footer-bottom .copyright-row {
  position: absolute;
  width: 1130px;
  bottom: 10px;
} */


/* .footer-bottom .copyright-row {
    position: relative;
    top: 78px;
} */

.footer-menus {
    padding-bottom: 100px;
}

.copyright-row {
    padding: 130px 0 10px 0;
}


/* .footer-menus .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} */

.footer-menus .orange-chevron-right a {
    color: #2671FF;
    font-weight: 700;
    position: relative;
    margin-top: 22px;
}

#main-footer-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.footer-box-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.085em;
    color: #728799;
    padding: 0 9px;
    margin: 0 0 17px 0;
}

.menu-wrapper-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    color: #728799;
    padding: 0 7px;
    margin: 0;
}

.footer-menus .orange-chevron-right a:after {
    content: '';
    background: url(../../img/icons/chevron-right-blue.svg);
    background-size: 100%;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: 9px;
    background-repeat: no-repeat;
}

.footer-list li.orange-chevron-right a:hover {
    background: none;
}

.footer-list-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #728799;
    margin: 0 0 18px 11px;
}

.footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 14px 0;
}

.footer-list li {
    display: block;
    margin: 12px 0;
    margin: 0;
    line-height: 30px;
}

.footer-list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    padding: 6px 16px 7px 16px;
    border-radius: 3px;
    display: inline-block;
    margin-left: -8px;
}

.footer-list li a:hover {
    background: #EAEEF5;
}

#footer-menu-solutions li:nth-child(3) {
    position: relative;
}

#footer-menu-solutions li:nth-child(4) {
    margin-top: 20px;
}

#footer-menu-solutions li:nth-child(3):after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    border-bottom: 0.4px solid #ffffff52;
    height: 1px;
    width: 90%;
}

.copyright {
    /* float: left; */
}

.copyright p,
.copyright a {
    /* float: left; */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.64;
    display: block;
    margin: 0 30px 0 0;
}

.social-media-links {
    /* float: right; */
}

.social-media-links a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-size: auto 20px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.social-media-links .github {
    background-image: url(../../img/icons/github.svg);
}

.social-media-links .twitter {
    background-image: url(../../img/icons/twitter.svg);
}

.social-media-links .linkedin {
    background-image: url(../../img/icons/linkedin.svg);
}

.social-media-links .facebook {
    background-image: url(../../img/icons/facebook.svg);
}
.social-media-links .instagram {
    background-image: url(../../img/icons/instagram.svg);
}

.copyright .footer-links {
    display: inline-block;
}

.footer-menus {
    /* display: grid;
    grid-template-areas: "footer-box-1 footer-box-2 footer-box-3 footer-box-4 footer-box-5";
    justify-content: space-between; */
    display: flex;
    flex-direction: row;
}

.footer-menus #left-column {
    width: 60%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
}

.footer-menus #right-column {
    width: 40%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
}

.footer-menus #left-column .footer-box {
    width: 33.33%;
    max-width: 100%;
}

.footer-menus #right-column .footer-box {
    width: 50%;
    max-width: 100%;
}


/* .footer-box-1 {
    grid-area: footer-box-1;
}

.footer-box-2 {
    grid-area: footer-box-2;
}

.footer-box-3 {
    grid-area: footer-box-3;
}

.footer-box-4 {
    grid-area: footer-box-4;
} */

.menus-wrapper {
    display: grid;
    grid-template-areas: "menu-wrapper-1-1 menu-wrapper-1-4" "menu-wrapper-1-2 menu-wrapper-1-4" "menu-wrapper-1-3 menu-wrapper-1-4";
    justify-content: space-between;
}

.menu-wrapper-1-1 {
    grid-area: menu-wrapper-1-1
}

.menu-wrapper-1-2 {
    grid-area: menu-wrapper-1-2
}

.menu-wrapper-1-3 {
    grid-area: menu-wrapper-1-3
}

.menu-wrapper-1-4 {
    grid-area: menu-wrapper-1-4
}

.menu-wrapper-1-4 {
    margin: 0 0 0 90px;
}

@media (max-width: 992px) {
    .footer-bottom {
        padding: 80px 0 40px 0;
        background-size: 100% auto;
        background-position: 70% bottom;
        /* border-bottom: 40px solid #4082ff; */
        background-image: url(../../img/footer-mobile.png);
        /* background-size: 392px auto; */
        background-size: auto 392px;
    }
    .footer-menus {
        padding-bottom: 50px;
        padding-bottom: 24px;
    }
    .copyright-row {
        padding: 180px 0 0 0;
    }
    .menu-wrapper-1-4 {
        margin: 0 0 0 20px;
    }
    .copyright p,
    .copyright a {
        font-size: 13px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 768px) {
    .menus-wrapper {
        display: grid;
        grid-template-areas: "menu-wrapper-1-1" "menu-wrapper-1-2" "menu-wrapper-1-3" "menu-wrapper-1-4";
        justify-content: space-between;
    }
    .menu-wrapper-1-4 {
        margin: 0;
    }
    .footer-menus {
        /* display: grid;
        grid-template-areas: "footer-box-1 footer-box-2 footer-box-3 footer-box-4 footer-box-5";
        justify-content: space-between; */
        display: flex;
        flex-direction: row;
    }
    .footer-menus #left-column {
        width: 50%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer-menus #right-column {
        width: 50%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer-menus #left-column .footer-box {
        width: 100%;
        max-width: 100%;
    }
    .footer-menus #right-column .footer-box {
        width: 100%;
        max-width: 100%;
    }
    #main-footer-inner {
        padding: 0 15px;
    }
    #main-footer-inner .social-media-links {
        margin: 0 0 16px 0;
    }
    #main-footer-inner .separator {
        width: 1px;
        height: 13px;
        background-color: #fff;
        opacity: 0.64;
    }
    #main-footer-inner .copyright {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    #main-footer-inner .footer-links {
        justify-content: space-between;
        max-width: 260px;
        margin: 0 auto;
        width: 100%;
    }
    #main-footer-inner .copyright a {
        font-size: 13px;
        line-height: 15px;
        margin: 0;
    }
    #main-footer-inner .copyright p {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
        margin: 0 0 8px 0;
        text-align: center;
    }
    #main-footer-inner .social-media-links a {
        background-size: contain;
    }
    .footer-list li {
        position: relative;
    }
    #footer-menu-product-inner a .tag {
        position: absolute;
        top: 7px;
        min-width: 102px;
        left: 100%;
    }
    #main-footer-inner .menu-wrapper-title {
        font-size: 14px;
        letter-spacing: -0.01em;
    }
}

#footer-menu-product-inner .tag {
    position: relative;
}

#footer-menu-product-inner a .tag {
    /* content: "WE’RE HIRING!"; */
    display: inline-block;
    color: #FF8F24;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    /* background: rgba(255, 172, 6, 0.3); */
    background-color: #F7E1B4;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

@media (max-width: 768px) {
    .footer-list li a {
        position: relative;
        padding: 6px 2px;
        margin-left: 7px;
    }
    .footer-list li a:hover {
        background: transparent;
    }
    #footer-menu-product-inner a .tag {
        line-height: 19px;
        font-size: 10px;
        min-width: 88px;
        margin: -2px 0 0 10px;
    }
    .footer-menus .orange-chevron-right a {
        padding-right: 16px;
    }
}
/* .footer-list li.roadmap a {
    background-image: url(../../img/icons/roadmap-icon.svg);
} */
.footer-list li.roadmap a {
    position: relative;
    padding-right: 40px;
    /* text-indent: 30px; */
}

.footer-list li.roadmap a:after {
    content: '';
    background: url(../../img/icons/roadmap-icon.svg);
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 7px;
    top: 4px;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .footer-list li.roadmap a:after {
        right: 6px;
        top: 4px;
    }
}