/**
* Website Name:bmobile
* Author: Infant Jerome
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #47b2e4;
    text-decoration: none;
}

    a:hover {
        color: #73c5eb;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    /**/
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #37517e;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #71bf44;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6bc1e9;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    /* z-index: 997;*/
    padding: 15px 0;
}

    #header.header-scrolled, #header.header-inner-pages {
        background: rgba(40, 58, 90, 0.9);
        padding: 0;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            /* max-height: 40px; height: 110px;*/
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #71bf44;
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #47b2e4;
        font-weight: 600;
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            color: #fff;
            background: #31a9e1;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 20px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #71bf44;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        /* top: 100%; */
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.getin_teach {
    font-size: 24px;
    line-height: 1.5;
}

.get_font {
    color: #156db7;
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
}

h4.follow_text {
    font-size: 18px;
    margin-top: 20px;
}

.get_session #footer {
    background: transparent;
}

    .get_session #footer .footer-top {
        padding: 0;
        background: transparent;
    }

#footer .footer-top .custom_contact a {
    padding: 0 !important;
    background: transparent !important;
    width: auto !important;
    font-size: 14px !important;
    margin-right: 0 !important;
}

.margin_auto {
    margin: 0 auto;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #37517e;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #47b2e4;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #37517e;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #47b2e4;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background: #37517e;
}

    #hero .container {
        padding-top: 72px;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background: #47b2e4;
    }

        #hero .btn-get-started:hover {
            background: #209dd8;
        }

    #hero .btn-watch-video {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 0 0 25px;
        color: #fff;
        line-height: 1;
    }

        #hero .btn-watch-video i {
            line-height: 0;
            color: #fff;
            font-size: 32px;
            transition: 0.3s;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover i {
            color: #47b2e4;
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #37517e;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #47b2e4;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 12px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.1);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-left: 28px;
        position: relative;
    }

        .about .content ul li + li {
            margin-top: 10px;
        }

    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #47b2e4;
        line-height: 1;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

    .about .content .btn-learn-more:hover {
        background: #47b2e4;
        color: #fff;
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 100px;
}

    .why-us .content h3 {
        font-weight: 400;
        font-size: 34px;
        color: #37517e;
    }

    .why-us .content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }

    .why-us .content p {
        font-size: 15px;
        color: #848484;
    }

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

    .why-us .accordion-list ul {
        padding: 0;
        list-style: none;
    }

    .why-us .accordion-list li + li {
        margin-top: 15px;
    }

    .why-us .accordion-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
    }

    .why-us .accordion-list a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-right: 30px;
        outline: none;
        cursor: pointer;
    }

    .why-us .accordion-list span {
        color: #47b2e4;
        font-weight: 600;
        font-size: 18px;
        padding-right: 10px;
    }

    .why-us .accordion-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .why-us .accordion-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .why-us .accordion-list .icon-show {
        display: none;
    }

    .why-us .accordion-list a.collapsed {
        color: #343a40;
    }

        .why-us .accordion-list a.collapsed:hover {
            color: #47b2e4;
        }

        .why-us .accordion-list a.collapsed .icon-show {
            display: inline-block;
        }

        .why-us .accordion-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1024px) {
    .why-us .content, .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

    .skills .content ul li {
        padding-bottom: 10px;
    }

    .skills .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #47b2e4;
    }

.skills .content p:last-child {
    margin-bottom: 0;
}

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        color: #37517e;
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal;
        }

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

    .services .icon-box .icon {
        margin-bottom: 10px;
    }

        .services .icon-box .icon i {
            color: #47b2e4;
            font-size: 36px;
            transition: 0.3s;
        }

    .services .icon-box h4 {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #37517e;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        transform: translateY(-10px);
    }

        .services .icon-box:hover h4 a {
            color: #47b2e4;
        }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #47b2e4;
            border: 2px solid #47b2e4;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        margin: 10px 5px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        transition: all 0.3s;
        padding: 8px 20px;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            background: #47b2e4;
            color: #fff;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-img {
        overflow: hidden;
    }

        .portfolio .portfolio-item .portfolio-img img {
            transition: all 0.6s;
        }

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 15px;
        bottom: 0;
        z-index: 3;
        right: 15px;
        transition: all 0.3s;
        background: rgba(55, 81, 126, 0.8);
        padding: 10px 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #f9fcfe;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #fff;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #47b2e4;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item:hover .portfolio-img img {
        transform: scale(1.15);
    }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #47b2e4;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #47b2e4;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

    .team .member .pic {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover {
        transform: translateY(-10px);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #37517e;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #cbd6e9;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #eff2f8;
        }

            .team .member .social a i {
                color: #37517e;
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #47b2e4;
            }

                .team .member .social a:hover i {
                    color: #fff;
                }

            .team .member .social a + a {
                margin-left: 8px;
            }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
}

.pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    margin-bottom: 25px;
}

    .pricing h4 sup {
        font-size: 28px;
    }

    .pricing h4 span {
        color: #47b2e4;
        font-size: 18px;
        display: block;
    }

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

    .pricing ul li {
        padding: 10px 0 10px 30px;
        position: relative;
    }

    .pricing ul i {
        color: #28a745;
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

    .pricing .buy-btn:hover {
        background: #47b2e4;
        color: #fff;
    }

.pricing .featured {
    border-top-color: #47b2e4;
}

    .pricing .featured .buy-btn {
        background: #47b2e4;
        color: #fff;
    }

        .pricing .featured .buy-btn:hover {
            background: #23a3df;
        }

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #47b2e4;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #37517e;
        transition: 0.3s;
    }

        .faq .faq-list a.collapsed:hover {
            color: #47b2e4;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

    .contact .info i {
        font-size: 20px;
        color: #47b2e4;
        float: left;
        width: 44px;
        height: 44px;
        background: #e7f5fb;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #37517e;
    }

    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #6182ba;
    }

    .contact .info .email p {
        padding-top: 5px;
    }

    .contact .info .social-links {
        padding-left: 60px;
    }

        .contact .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

            .contact .info .social-links a:hover {
                background: #47b2e4;
                color: #fff;
            }

    .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
        background: #47b2e4;
        color: #fff;
    }

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form .form-group {
        margin-bottom: 20px;
    }

    .contact .php-email-form label {
        padding-bottom: 8px;
    }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #47b2e4;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #47b2e4;
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #209dd8;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #4668a2;
            content: "/";
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #000;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #f3f5fa;
        text-align: center;
        font-size: 15px;
        color: #444444;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
            color: #37517e;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: left;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #47b2e4;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #209dd8;
                }

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #222;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 28px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                text-transform: uppercase;
                font-weight: 600;
                color: #fff;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 20px;
            font-weight: bold;
            color: #71bf44;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top h5 {
            font-size: 15px;
            font-weight: bold;
            color: #0085cd;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #71bf44;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 5px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #71bf44;
                    }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #47b2e4;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #209dd8;
                color: #fff;
                text-decoration: none;
            }

    #footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }

    #footer .copyright {
        float: left;
    }

    #footer .credits {
        float: right;
        font-size: 13px;
    }

        #footer .credits a {
            transition: 0.3s;
        }

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright, #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

.carousel-item h3, .carousel-item p {
    position: absolute;
    z-index: 222;
}

.carousel-item h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.carousel-item p {
    width: 100%;
    font-size: 20px;
}

.slider_session {
    position: absolute;
    z-index: 222;
    color: #fff;
    top: 13rem;
    left: 6rem;
}
/*custom style*/
.carousel-item h3, .carousel-item p {
    position: relative !important
}

.btn-primary {
    background: #f60 !important;
    padding: 10px 15px !important;
    border: none;
    font-size: 16px;
    background: #01b1e0 !important;
}

.carousel-item img {
    height: 50%;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 222 !important;
}

body {
    font-family: Poppins !important;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.ttf);
}

.margin_auto {
    margin: 0 auto;
}

section#tenets h2 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
}

    section#tenets h2:after {
        content: '';
        border: 2px solid #05b2e4;
        height: 0;
        display: block;
        width: 15%;
        margin: 0 auto;
    }

h2.after_none:after {
    content: '';
    border: none !important;
}

h2.after_none {
    text-align: left !important;
    color: #06b2e4;
    margin-bottom: 1rem;
}

.clients_list ul li {
    list-style: none;
    margin: 0;
    line-height: 42px;
}

.clients_list ul {
    padding: 0;
}

    .clients_list ul li a {
        color: #ff6600;
    }

.session_bottom {
    margin-bottom: 5rem;
}

.paddingbottom_zero {
    padding-bottom: 0 !important;
}

ul.social_media {
    list-style: none;
    padding: 0;
}

    ul.social_media li {
        display: inline-block;
    }

        ul.social_media li a i {
            font-size: 18px;
            background: #000;
            padding: 10px 10px;
            color: #fff;
            border-radius: 5px;
        }

input[type="text"] {
    font-size: 14px;
}

.copyright {
    text-align: center;
}

.carousel-indicators [data-bs-target] {
    width: 50px;
}

.margin_auto p {
    font-size: 18px;
}

#header.header-scrolled ul li a.nav-link {
    color: #425b62 !important;
}

#header.header-scrolled {
    background: #fff !important;
    border-bottom: 3px solid #05679d;
    height: 95px;
}

    #header.header-scrolled .navbar a {
        color: #425b62 !important;
    }



.header-scrolled a img.img_hide {
    /* display: block !important; */
    /* position: absolute; */
    /* top: 20px; */
    display: block !important;
    position: relative;
    /* top: 20px; */
    /* width: 75%; */
    top: 0rem;
    width: 60%;
    height: auto !important;
}

.img_hide {
    display: none;
}

#header .logo img.img_hide {
    height: 90px;
}

.fixed-top img.img_show {
    width: 90%;
    position: relative;
    /* bottom: 1rem; */
}

.fixtop_custom.header-scrolled a img.img_show {
    top: 12px;
    position: relative;
}
/*sub page style*/

.banner_session {
    background: url("../../assets/img/industries-banner.png");
    /* background: unset; */
    margin-top: 6rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    display: flex;
    align-items: center;
}
.send-message{
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    display: none;
}

.error-message{
    color: #ff4e4e;
    border: 1px solid #e51212;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    display: none;
}
.show {
    display: block !important;
}

.route_accounting {
    background: url("../../assets/img/route_accounting.png");
    margin-top: 4.7rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    background-position: bottom center;
    display: flex;
    align-items: center;
}


.fixtop_custom nav.navbar ul li a {
    color: #000;
}

    .fixtop_custom nav.navbar ul li a.active {
        color: #71bf44;
    }

.banner_session h1, .banner_session p {
    color: #fff;
}

.banner_session h1 {
    font-size: 42px;
    margin-bottom: 1.5rem;
}

.hr-devide {
    width: 100%;
    display: inline-block;
    clear: both;
}

    .hr-devide hr {
        width: 70px;
        float: left;
        border-top: 3px solid #0070c1;
        margin: 1% 0;
        opacity: 1;
    }

.feature_data h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.Analytics h2 {
    text-align: center !important;
    color: #000;

}

.Analytics img {
    margin-bottom: 10px;
}

.Analytics p {
    margin-bottom: 0;
}

.Analytics .col-md-6.form-group {
    margin-bottom: 5rem;
}

    .Analytics .col-md-6.form-group.mb_zero {
        margin-bottom: 3rem;
    }

.Trianz_bg {
    background: url("../../assets/img/cloud-footer-img.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
}

.datascience_trianzbg {
    background: url(../../assets/img/Data-Science-Footer.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
}

.Trianz_bg h3, .Trianz_bg p {
    color: #fff;
}

.Trianz_bg p {
    margin-bottom: 20px;
}

.fixtop_custom.header-scrolled img.img_show {
    width: 75% !important
}

.fixtop_custom.header-scrolled nav.navbar {
    position: relative;
    top: 17px;
}

.fixtop_custom nav.navbar ul li a:hover {
    color: #71bf44 !important;
}

nav.navbar ul li a {
    text-transform: uppercase;
}

nav.navbar ul li.dropdown ul li a {
    text-transform: uppercase;
}

.fixtop_custom a img.img_show {
    position: relative;
    bottom: 0rem !important;
    /* width: 75%; */
    width: 37% !important;
}

.fixtop_custom.header-scrolled a img.img_show {
    /* top: 15px !important; */
    top: 10px !important;
    width: 90% !important;
}

.custom_contact a i.bx {
    font-size: 20px;
    color: #71bf44;
}

header.fixed-top.fixtop_custom {
    background: #fff;
    border-bottom: 3px solid #05679d;
}

.Analytics img {
    width: 100px;
}

.carousel-indicators a {
    margin: 0 11px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.carousel-indicators [data-bs-target] {
    width: 200px !important;
}

.bannercloud_session {
    background: url(../../assets/img/Cloud-banner-img.png) !important;
    margin-top: 5rem;
    padding: 5rem;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    height: 400px;
}

.digital-transformationbanner {
    background: url(../../assets/img/Digital-Transformation-home-banner.png) !important;
    margin-top: 5.6rem;
    padding: 5rem;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

p {
    font-weight: 300;
}

    p b {
        font-weight: 600;
    }

.input-group h5.isc-frm-title-s1 {
    width: 100%;
}
/* tab full section */
/**
 * Tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
    /* make sure it wraps */
}

    .tabs label {
        order: 1;
        /* Put the labels first */
         display: block;
        padding: 1rem 2rem;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #90CAF9;
        font-weight: bold;
        transition: background ease 0.2s;
    }

    .tabs .tab {
        order: 99;
        /* // Put the tabs last  */
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label {
            background: #fff;
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }

    padding: 2.5rem 5.9rem 4rem !important;

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.tabs input[type="radio"]:checked + label {
    padding: 4.5rem 8.9rem 4rem;
    border: 0;
    box-shadow: none;
    color: #71bf44;
}

label.tabone {
    padding: 4.5rem 7.9rem 4rem !important;
    height: -webkit-fill-available;
    color: #000;
}

label.tabtwo {
    padding: 4.5rem 8.9rem 4rem !important;
    height: -webkit-fill-available;
    color: #000;
}

label.tabthree {
    padding: 4.5rem 8.9rem 4rem !important;
    height: -webkit-fill-available;
    color: #000;
}

.tabs label {
    border: 0;
    background: #f9f9f9;
    box-shadow: 0 2px 9px 0 rgb(35 31 24 / 20%);
    font-size: 18px;
    font-weight: 700;
    margin: 1px 11.6px 0 0;
}

.tabs input#tabthree label {
    margin: 0 !important;
}

.tab_bgcolor {
    background: #f7f7f7;
    padding: 2rem;
    margin-top: 2rem;
}

.tabs label.tabthree {
    margin: 0;
}

.tabs input[type="radio"]:checked + label:after {
    content: '';
    border: 0px solid #fff;
    display: block;
    margin-bottom: 2.5rem;
}

/*arrow*/
.toggle-btn {
    position: relative;
    /* display: block;*/
    background: #3890b3;
    color: white;
    /* width: 300px;*/
    padding: 10px;
    text-decoration: none;
    margin-bottom: 5px;
}

.arrow {
    /* position: absolute;
            top: 20px;
            right: 20px;*/
}

    .arrow::before,
    .arrow::after {
        position: relative;
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background: #000;
        transition: 0.3s ease-in-out;
    }

    .arrow::before {
        transform: rotate(45deg);
        color: #71bf44;
        position: relative;
        left: 2rem;
        top: 1rem;
    }

    .arrow::after {
        left: 6px;
        top: 15px;
        transform: rotate(-45deg);
        color: #71bf44;
        position: relative;
        left: 2.5rem;
    }


.toggle-btn {
    background: #13749a;
}

    .toggle-btn.active .arrow::before {
        transform: rotate(-45deg);
    }

    .toggle-btn.active .arrow::after {
        transform: rotate(45deg);
    }

.tabs .tab {
    padding: 40px 50px;
}

label.tabone, label.tabtwo, label.tabthree {
    display: flex;
    justify-content: center;
    padding: 4.5rem 4.1rem 4rem !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 32.6%;
}

.header-scrolled ul li a.free-trial:hover {
    color: #fff !important;
}
@media (min-width: 320px) and (max-width: 1024px) {
.patch_section span{    font-size: 0.9rem !important;}
}
@media (min-width: 320px) and (max-width: 576px) {
    .tabs .tab {
        padding: 1rem;
    }

    #homeModal .modal-dialog {
        width: 93% !important;
        margin-top: 2rem !important;
    }

    .fixtop_custom a img.img_show {
        width: 45% !important;
    }

    header.fixtop_custom {
        height: auto !important;
    }

    .nav-toggle:before {
        /* background-color: #000 !important;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !important;*/
    }

    span.submit__error, span.submit__error--empty {
        position: relative !important;
    }

    span.validation {
        width: 100%;
        text-align: left !important;
    }

    .index_banner h3 {
        font-size: 33px !important;
    }

    form.custom_form_width {
        width: 100% !important;
    }

    .iframe_width iframe {
        width: 385px;
    }

    .index_banner {
        padding: 0 !important;
        height: 550px !important;
    }

    .about_part_section .d-grid button.common_btn_style {
        margin-bottom: 1rem;
    }

    .new-layout-bg {
        height: 800px !important;
    }

    .top_bavbar {
        overflow: visible;
        position: relative;
        z-index: 999;
    }

    .fixed_position {
        position: relative !important;
    }

    .form_customwidth, .container_width {
        width: 100% !important;
    }

    .iframe_width iframe {
        width: 100%;
    }

    a.read_morebtn {
        position: relative !important;
        bottom: 0 !important;
    }

    div#n2-ss-2 .n2-ss-slider-3 {
        height: 174px;
    }

    .n2-ss-slider .n2-ss-slide-background-image img {
        height: auto !important;
    }

    .ct-section-inner-wrap img.skip-lazy {
    }

    .col-md-6.align_self {
        align-self: baseline;
    }

    .carousel_butnposition .carousel-caption button.button_one {
        right: 13rem !important;
        top: -1rem;
        float: left !important;
    }

    .carousel-inner.carousel_butnposition {
        margin-top: 0 !important;
    }

    .carousel-indicators.indicators_list {
        margin-bottom: 1rem !important;
    }

    .carousel_butnposition .carousel-caption button.button_two {
        float: left !important;
        right: 14.3rem !important;
        top: 0 !important;
    }

    .carousel_butnposition .carousel-caption button {
        position: relative !important;
        bottom: 0.2rem !important;
        border-radius: 91px !important;
        /* padding: 7px 15px !important; */
        background: #0085cd !important;
        min-width: 159px;
        min-width: 109px;
        font-size: 9px;
    }

        .carousel_butnposition .carousel-caption button.button_one {
            min-width: 134px;
        }

    .carousel_butnposition .carousel-caption {
        left: 15rem;
        right: 0;
        bottom: 0rem;
    }

    .landing_pagbtn {
        margin-top: 0 !important;
        padding: 5px !important;
    }

    .landing_bg {
        padding: 0.5rem !important;
    }

    ul.blink_list li span {
        text-align: center !important;
    }

    .bg_background {
        position: relative;
        background: #10203a;
        padding: 1rem;
        width: 100%;
        z-index: 2;
    }

        .bg_background .carousel-inner {
            margin-top: 0 !important;
        }

    .main_header_area {
        /*margin-top: 5.4rem !important;*/
    }

    ul li a.free-trial {
        color: #fff !important;
    }

    .top_bavbar {
        display: inherit !important;
    }

    .route_accounting h1 {
        font-size: 36px !important;
    }

    .HP_banner {
        position: relative !important;
        right: 0rem;
        min-width: 100% !important;
    }

    .four_section p {
        width: 100% !important;
    }

    .fixtop_custom.header-scrolled .nav-toggle {
        margin-top: -14px !important;
    }

    .new-layout-bg button.request-demo-btn {
        color: #fff !important;
        margin: 0 !important;
    }

    .banner_session h1 {
        margin-bottom: 0.5rem;
        font-size: 26px;
    }

    .fixtop_custom .nav-toggle::before {
        background-color: #000;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
    }

    header.fixtop_custom.header-scrolled {
        min-height: 95px;
    }

    ul li a.request_demobtn {
        color: #fff !important;
    }

    .footer-top .col-lg-3 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    ul.order_list li {
        display: flex;
        margin-bottom: 0.5rem;
        line-height: 26px;
        font-size: 14px;
        width: 100% !important;
    }

    .carousel-inner {
        margin-top: 5rem;
    }

    .carousel-item h3 {
        margin-bottom: 0.5rem;
    }

    .btn-primary.custom_primary {
        margin-top: 0 !important;
    }

    section {
        padding: 30px 0;
    }

    header#header {
        padding: 10px !important;
    }

    .fixed-top img.img_show {
        width: 50% !important;
    }

    .header-scrolled a img.img_hide {
        width: 50% !important;
        top: 0;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 0 !important;
    }

    .HP_banner {
        margin: 0 !important;
    }

    ul.megamenu-list {
        padding-left: 0 !important;
    }

        ul.megamenu-list li.hidden_element {
            display: none
        }

    nav#navigation1.navigation {
        padding: 0 !important;
    }

    .header-scrolled .nav-toggle {
        margin-top: 0 !important;
        display: flex !important;
        align-items: center;
    }

    #header.header-scrolled {
        height: 70px !important;
    }

    .header-scrolled .nav-toggle::before {
        background-color: #000;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
    }

    .tabs .tab p.tab_center {
        width: 100% !important;
        text-align: left !important;
    }

    .tabs .tab p.tab_right {
        width: 100% !important;
        float: left !important;
    }

    .tabs .tab p {
        width: 100% !important;
    }

    .tabs input[type="radio"]:checked + label:after {
        bottom: 4.3rem !important;
    }

    .tab_bgcolor {
        /* padding: 0rem !important; */
    }

    .tabs input[type="radio"]:checked + label {
        padding: 2.5rem 0rem 0rem !important;
        font-size: 16px;
    }

        .tabs input[type="radio"]:checked + label::after {
            border-width: 15px 8px 0 !important;
        }

    label.tabone, label.tabtwo, label.tabthree {
        width: 100%;
        padding: 2.5rem 0rem 4rem !important;
        display: flex;
        justify-content: center;
    }

    .tabs label {
        margin: 1px 0px 0 0 !important;
        font-size: 16px;
    }

    .header-scrolled .mobile-nav-toggle {
        color: #000;
    }

    ul.custom_tab li a.active {
        padding: 0.5rem 0.9rem 1rem !important;
    }

    ul.custom_tab li a {
        padding: 0.5rem 0.9rem 1rem !important;
    }

    ul.custom_tab li {
        margin: 0 0rem 0 0 !important;
        min-width: 95px;
    }

    .nav-tabs .nav-link {
        font-size: 16px !important;
    }

    .fa-angle-up {
        font-size: 20px !important;
    }

    #header.header-scrolled #navbar.navbar {
        position: relative;
        top: 1.5rem !important;
    }

    .contact_banner {
        height: 170px !important;
    }

    .carousel-indicators a {
        display: none;
    }
    
    .banner_session {
        background: url("../../assets/img/Analytics-Banner_2.png");
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bannercloud_session {
        background: url(../../assets/img/Cloud-banner-img.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .fixtop_custom.header-scrolled a img.img_show {
        top: 18px !important;
        /* width: 80% !important; */
        width: 60% !important;
    }

    .fixtop_custom a img.img_show {
        /* width: 80% !important; */
        width: 60% !important;
    }

    .header-scrolled img.img_hide {
        width: 75%;
    }

    .fixed-top img.img_show {
        /* top: -2rem; */
        top: 0rem;
        position: relative;
        height: auto !important;
    }

    #header.header-scrolled img.img_show {
        display: none;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        display: block !important;
    }

    .slider_session {
        top: 6rem !important;
        left: 1rem !important;
    }

    .carousel-item h3 {
        font-size: 10px !important;
        width: 90%;
    }

    .slider_session_heigh-fix {
        /* top: 5rem !important; */
        top: 2.2rem !important;
        left: 1rem !important;
    }

    .slider_session button {
        font-size: 12px;
    }

    .carousel-item p {
        font-size: 6.5px;
        width: 52%;
        margin-bottom: 5px !important;
    }

    .btn-primary {
        /* padding: 0 !important; */
        /* background: transparent !important; */
        /* font-size: 12px; */
        padding: 5px !important;
        font-size: 11px;
        margin-top: 1rem;
        background: #01b1e0 !important;
    }

    .header-scrolled a img.img_hide {
        display: block !important;
        position: absolute;
        height: auto !important;
        /* top: 0; */
    }

    .img_hide {
        display: none;
    }

    #header .logo img.img_hide {
        /* height: 110px;  */
    }
    /* #header.header-scrolled{height: auto;} */
    form button.btn {
        /* padding: 10px 15px !important; */
        /* background: #01b1e0 !important; */
    }

    .fixtop_custom a img.img_show {
        position: relative;
    }

    .fixtop_custom i.mobile-nav-toggle {
        color: #000;
    }

    .banner_session {
        margin-top: 3.7rem;
        padding: 1rem !important;
    }

    .Trianz_bg {
        background-position: inherit !important;
        background-size: auto 100%;
    }

    .banner_session button.btn-primary {
        padding: 10px 15px !important;
        background: #01b1e0 !important;
        margin-bottom: 10px;
    }

    .contact_banner {
        background: url(../../assets/img/Contact-banner.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: auto !important;
    }
}

@media (min-width: 540px) and (max-width: 720px) {
    .bg_background {
        margin-top: 7rem !important;
    }

    .col-md-6.align_self {
        align-self: baseline;
    }
}

@media (min-width: 567px) and (max-width: 768px) {
    footer#footer .col-md-8, footer#footer .col-md-4 {
        width: 100%;
    }

    #homeModal .modal-dialog {
        width: 100% !important;
        margin-top: 2rem !important;
    }

    .slider_session {
        top: 5rem !important;
        left: 2rem !important;
    }

    .col-md-6.align_self {
        align-self: baseline;
    }

    .HP_banner {
        position: relative !important;
        right: 0rem;
        min-width: 100% !important;
    }

    .four_section p {
        width: 100% !important;
    }

    .footer-top .col-lg-3 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .tabs .tab {
        padding: 1rem;
    }

    .contact_banner {
        height: 170px !important;
    }

    .bannercloud_session {
        background: url(../../assets/img/Cloud-banner-img.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .header-scrolled .mobile-nav-toggle {
        color: #000;
    }
    .banner_session {
        background: url("../../assets/img/Analytics-Banner_2.png");
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .carousel-indicators a {
        display: none;
    }

    .slider_session {
        top: 5rem !important;
        left: 2rem !important;
    }

    .carousel-item h3 {
        font-size: 11px;
    }

    .carousel-item p {
        font-size: 9px;
        width: 100%;
        margin-bottom: 0;
    }

    .btn-primary {
        padding: 0 !important;
        background: transparent !important;
        font-size: 12px;
    }

    .contact_banner {
        background: url(../../assets/img/Contact-banner.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider_session_heigh-fix {
        position: absolute !important;
        z-index: 222;
        color: #fff;
        top: 6rem !important;
        left: 5rem !important;
    }

    #homeModal .modal-dialog {
        width: 100% !important;
        margin-top: 2rem !important;
    }

    footer#footer .col-md-8, footer#footer .col-md-4 {
        width: 100%;
    }

    .HP_banner {
        position: relative !important;
    }

    .col-md-6.align_self {
        align-self: baseline;
    }

    .HP_banner {
        margin: 0 !important;
        margin-bottom: 2rem !important;
    }

    label.tabone, label.tabtwo, label.tabthree {
        width: 32.1% !important;
        font-size: 12px !important;
    }

    label.tabone {
        width: 32.1% !important;
        font-size: 12px !important;
    }

    label.tabtwo {
        width: 32.1% !important;
        font-size: 12px !important;
    }

    .tabs input[type="radio"]:checked + label:after {
        border-width: 10px 10px 0 !important;
    }

    .footer-top .col-lg-3 {
        flex: 0 0 auto !important;
        width: 33% !important;
    }

    h4.responsive_hidden {
        display: none !important;
    }

    .header-scrolled .nav-toggle::before {
        background-color: #000;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
    }

    .fixtop_custom .nav-toggle:before {
        background-color: #000;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
    }

    .route_accounting {
        height: auto;
        margin-top: 0;
    }

    .fixed-top img.img_show {
        max-width: 206px !important;
        /* width: 60% !important;*/
        width: 45% !important;
        top: 1rem;
    }

    .nav-toggle:before {
        /* background-color: #000 !important;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !important;*/
    }

    .header-scrolled a img.img_hide {
        width: 25% !important;
        top: 0;
    }

    .fixtop_custom a img.img_show {
        width: 80%;
    }

    .fixtop_custom.header-scrolled a img.img_show {
        top: 0 !important
    }

    .header-scrolled .mobile-nav-toggle {
        color: #000;
    }

    .header-scrolled a img.img_hide {
        top: 0 !important;
    }

    .fixed-top img.img_show {
        /* bottom: 3rem; */
        bottom: 0rem;
    }

    #header .logo img.img_hide {
        /* height: 90px !important; */
        width: 75%;
    }

    .contact_banner {
        height: 170px !important;
    }

    .contact_banner {
        background: url(../../assets/img/Contact-banner.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: auto !important;
    }
    .banner_session {
        background: url("../../assets/img/industries-banner.png");
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fixed-top.fixtop_custom i.mobile-nav-toggle {
        color: #000;
    }

    .carousel-indicators a {
        /* display: none; */
    }

    .slider_session {
        top: 9rem !important;
        left: 5rem !important;
    }

    .carousel-item h3 {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .btn-primary {
        padding: 10px 15px !important;
        border: none;
        font-size: 16px;
        background: #01b1e0 !important;
    }

    .carousel-item p {
        font-size: 12px;
        width: 100%;
        margin-bottom: 1rem !important;
        width: 90%;
    }
}

form.custom_formstyle label {
    font-size: 16px;
}

form.custom_formstyle .col-md-6.form-group {
    margin-bottom: 1rem;
}

.teach_bar hr {
    margin: 0 auto !important;
    float: inherit !important;
    margin-bottom: 1rem !important;
}

.contact_formbg {
    padding: 0.9375rem;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%); */
    /* border: 1px solid #d7cfcf; */
}

section.overflow_vissible {
    overflow: visible !important;
}

.footer-top p {
    color: #fff;
    line-height: 26px;
}

.contact_session h3 {
    font-weight: 600;
}

.contact_session p {
    margin-bottom: 1rem;
}

.bxs-envelope {
    vertical-align: sub;
}

.contact_session img {
    width: 15%
}

.contact_banner {
    background: url(../../assets/img/Contact-banner.png) !important;
    margin-top: 5rem;
    padding: 5rem;
    background-repeat: no-repeat;
    background-size: 100% 115% !important;
    height: 400px;
}

@media (min-width: 1680px) and (max-width: 1920px) {
    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        top: 20rem;
        left: 16rem;
    }
}

@media (min-width: 900px) and (max-width: 1600px) {
    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        /* top: 15rem; */
        top: 9rem;
        left: 13rem;
    }
}

@media (min-width: 700px) and (max-width: 1920px) {

    #header.header-scrolled img.img_show {
        /* width: 75% !important; */
        width: 37% !important;
        display: none;
    }

    .col-md-6.align_self {
        align-self: baseline;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        display: block !important;
    }

    .fixed-top img.img_show {
        width: 100%;
    }
}

#header.header-scrolled #navbar.navbar {
    position: relative;
    top: 0.5rem;
}

@media screen and (orientation:landscape)and (min-device-width: 600px) and (max-device-width: 1024px) {
    #header.header-scrolled ul li a.nav-link {
        font-size: 14px;
    }
}

.fixed-top img.img_show {
    /* width: 75% !important; */
    width: 75% !important;
    top: 0.5rem;
}

@media (min-width: 2160px) and (max-width: 3840px) {
    .new-layout-bg {
        height: 710px !important;
    }
}

@media (max-width: 1080px) {
    .slider_session {
        top: 7rem;
        left: 9rem;
    }

    .carousel-indicators {
        margin-bottom: 3rem !important;
    }

    .slider_session h3 {
        font-size: 32px;
    }
    /* .header-scrolled a img.img_hide{width: 86%;} */
    /* .fixed-top img.img_show { */
    /* width: 100% !important; */
    /* } */
    /* #header.header-scrolled img.img_show{width: 100% !important;} */

}

@media (min-width: 2256px) and (max-width: 2560px) {
    .slider_session {
        top: 30rem;
    }

    #header.header-scrolled img.img_show {
        display: none;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        display: block;
        width: 60% !important;
    }
}

.carousel-indicators {
    margin-bottom: 1rem;
}

.slider_session_heigh-fix {
    position: absolute;
    z-index: 222;
    color: #fff;
    /*top: 10rem;*/
    top: 5rem;
    left: 8rem;
}

section#why-us {
    margin-top: 30px;
}

.tabs .tab p {
    width: 50%;
}

    .tabs .tab p.tab_center {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .tabs .tab p.tab_right {
        width: 50%;
        margin: 0 auto;
        float: right;
    }

@media (min-width: 1400px) and (max-width: 2560px) {
    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        top: 15rem;
        left: 15rem;
    }

    .index_banner {
        height: 600px !important;
        padding: 0 !important;
    }

    .carousel-indicators.indicators_list {
        height: 3% !important;
    }

    .carousel_butnposition .carousel-caption button {
        position: relative;
        bottom: 2.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #0085cd !important;
    }

    .bg_background {
        background: #10203a;
        padding: 0.6rem;
        width: 100%;
        /*margin-top: 5.1rem !important;*/
    }

    label.tabone, label.tabtwo, label.tabthree {
        padding: 4.5rem 5.9rem 4rem !important;
        width: 32.5%;
    }

    .tabs label {
        margin: 1px 15.2px 0 0 !important;
        margin-right: 0px !important;
    }

    .col-md-5.align_media {
        align-self: normal;
    }

    .col-md-6.align_media {
        align-self: normal;
    }

    .tabs label.tabthree {
        margin: 0 !important;
    }

    .contact_session .row {
        display: flex;
        align-items: inherit !important;
    }

    .carousel-indicators {
        /* height: 10%; */
        height: 13%;
    }

    .slider_session_heigh-fix {
        position: absolute;
        z-index: 222;
        color: #fff;
        /* top: 11rem !important;*/
        top: 5rem !important;
        left: 4rem;
    }

    .header-scrolled a img.img_hide {
        width: 60% !important;
        top: 0 !important;
    }

    .row {
       /* display: flex; */
       /* align-items: center; */
    }

    #header.header-scrolled {
        /* height: 95px; */
        /* height: 125px;*/
    }
}

.carousel_butnposition .carousel-caption button {
    position: relative;
    bottom: 2.4rem;
    border-radius: 91px;
    padding: 7px 29px !important;
    background: #0085cd !important;
}

@media (min-width: 1920px) {
    .slider_session_heigh-fix {
        position: absolute;
        z-index: 222;
        color: #fff;
        /*  top: 20rem !important;*/
        /*top: 10rem !important;*/
        top: 5rem !important;
        left: 18rem;
    }

    .drs_responsive .col-md-4 {
        align-self: normal !important;
    }

    .col-lg-3.align_self {
        align-self: normal;
    }

    .col-md-6.align_self {
        align-self: normal !important;
    }

    a.read_morebtn {
        position: relative !important;
    }

    .fixed_position {
        position: relative !important;
    }

    .fixtop_custom a img.img_show {
        width: 60% !important;
    }

    .index_banner {
        height: 75px !important;
        padding: 0 !important;
        min-height: 750px !important;
    }

    .carousel_butnposition .carousel-caption button.button_two {
        position: relative;
        bottom: 7.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #1a214d !important;
        float: left;
        right: 13.3rem !important;
        top: -13rem;
    }

    .carousel_butnposition .carousel-caption button.button_one {
        position: relative;
        bottom: 14.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #fff !important;
        float: left;
        right: 7rem !important;
        top: -15rem;
    }

    .carousel-indicators.indicators_list {
        height: 5% !important;
    }

    .carousel_butnposition .carousel-caption button {
        position: relative;
        bottom: 5.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #0085cd !important;
    }

    .bg_background {
        position: relative;
        background: #10203a;
        z-index: 9;
        padding: 1rem !important;
        width: 100%;
        /*margin-top: 5.1rem !important;*/
    }

    .box_part {
        min-height: 315px;
    }

    .box_section a {
        position: absolute;
        bottom: 15px;
    }

    .align-self-col-six {
        align-self: baseline;
    }

    .col-md-5.align_media {
        align-self: baseline;
    }

    label.tabone, label.tabtwo, label.tabthree {
        padding: 4.5rem 5.9rem 4rem !important;
        width: 32.5%;
    }

    .tabs label {
        margin: 1px 15.2px 0 0 !important;
        margin-right: 0px !important;
    }

    .header-scrolled a img.img_hide {
        width: 60% !important;
        top: 5px !important;
    }

    .banner_session, .bannercloud_session {
        background-size: cover !important;
        /* background-position: center !important; height: 552px;*/
        height: 680px;
    }

    .contact_banner h1 {
        display: flex;
        vertical-align: middle;
        height: 500px;
        align-items: center;
    }

    .banner_session {
        display: flex;
        align-items: center;
    }

    .digital-transformationbanner {
        background-size: 100% auto !important;
        background-position: inherit !important;
    }

    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        top: 15rem;
        left: 18rem;
    }

    .carousel-indicators {
        /* height: 30%; */
        height: 25%;
    }

    .img-height {
        height: 338px;
        width: 100%;
    }

    #header.header-scrolled {
        /* height: 102px; */
        /* height: 125px;*/
    }

    .megamenu-panel .col-xl-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

.carousel-indicators ul {
    list-style: none;
    display: inline-flex;
}

    .carousel-indicators ul li {
        color: #fff;
        margin: 0 1.6rem 0 0;
    }

.carousel-indicators p {
    display: inline;
    color: #fff;
}

.carousel-indicators [data-bs-target] {
    background: transparent;
    opacity: 1 !important;
}

    .carousel-indicators [data-bs-target] button {
        background: #fff;
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
    }

.slider_bar {
    border: 2px solid #fff;
    border-bottom: 0px solid transparent;
    position: relative;
    top: 1.5rem;
}

@media (min-width: 2256px) {
    .slider_session_heigh-fix, .slider_session {
        left: 30rem !important;
    }

    .carousel-indicators {
        left: 8rem;
    }
}


/*tab*/
ul.custom_tab li, ul.custom_tab i {
}

    ul.custom_tab li a {
        padding: 4.5rem 8.9rem 4rem;
        box-shadow: 0 2px 9px 0 rgb(35 31 24 / 20%);
        font-size: 18px;
        font-weight: 700;
    }

.tab_bg {
    background: #f7f7f7;
    padding: 2rem;
    margin-top: 2rem;
}

ul.custom_tab li {
    margin: 0 1.1rem 0 0;
}

.tab-content > .active {
    background: #fff;
}

.nav-tabs .nav-link {
    border: 0;
    background: #f9f9f9;
    box-shadow: 0 2px 9px 0 rgb(35 31 24 / 20%);
    font-size: 18px;
    font-weight: 700;
}

    .nav-tabs .nav-link:hover {
        border-color: transparent;
        -webkit-font-smoothing: antialiased;
    }

.tab-content > .tab-pane {
    padding: 40px 120px;
}

ul.custom_tab li a.active {
    padding: 4.5rem 8.9rem 4rem;
}

ul.custom_tab li a {
    text-align: center;
    color: #000;
}

ul.custom_tab li:nth-child(3) {
    margin: 0 !important;
}

ul.custom_tab li.nav-item a.active:after {
    content: '';
    border: 1px solid #fff;
    margin-bottom: 0.8rem;
    display: block;
}

.nav-tabs .nav-link.active {
    box-shadow: none;
}

.tab-content h3 {
    font-size: 22px;
}

.fa-angle-up {
    width: 100%;
    font-size: 26px;
    text-align: center;
    color: #71bf44;
    font-weight: 900;
}

ul.custom_tab li a:hover {
    color: #000;
}

header.fixtop_custom {
    height: 100px;
}

.form-group {
    margin-bottom: 3rem;
}

h2.toggle_child:after {
    border: none !important;
}

.taggle_bar {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.padding_bottonzero {
    padding-bottom: 0;
}

.tabs input[type="radio"]:checked + label .arrow::before {
    border: 1px solid red;
    display: none;
}

.tabs input[type="radio"]:checked + label .arrow::after {
    border: 1px solid red;
    display: none;
}

.arrow::before, .arrow::after {
    display: none;
}

.tabs input[type="radio"]:checked + label:after {
    color: #222222;
    content: "";
    position: relative;
    bottom: 0;
    border-width: 15px 11px 0;
    border-style: solid;
    border-color: #adda93 transparent;
    display: block;
    width: 0;
    top: 8px;
    left: 9px;
}

form.custom_formstyle .form-group {
    margin-bottom: 0rem;
}

nav.navbar ul li.dropdown ul li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

nav.navbar ul li.dropdown ul li.disabled {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none
}

footer ul li.disabled {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

    footer ul li.disabled a {
        opacity: 0.5;
        cursor: not-allowed;
    }


/* main navbar design start   */
.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    padding: 15px;
    transition: all 0.5s
}

.fixed-top .megamenu-list > li.megamenu-list-title > a {
    font-weight: 600;
    color: #71bf44 !important;
}

.header-scrolled nav ul li a:hover {
    color: #fff;
}

#mysticky-nav.wrapfixed .myfixed .navigation {
    padding: 15px 30px;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
/*.navigation-portrait {
            height: 48px;
        }*/
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    position: relative;
}

.navigation-portrait .nav-header {
    width: 100%
}

.nav-header img {
    max-width: 336px !important;
}

.nav-header .logo-black {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    display: none;
    cursor: pointer;
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
    }

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
        left: 0;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
        left: auto;
        right: 0;
    }

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

    .navigation-landscape .nav-menu.nav-menu-centered > li {
        float: none;
    }

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0;
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    padding: 27px 9px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: var(--bs-white);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: capitalize;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
    color: var(--bs-dark);
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.nav-search-button:hover {
    color: #75c646;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search { /*
            height: 70px;*/
    float: right;
    z-index: 19998;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 23px;
    color: var(--bs-white);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-family: var(--heading-font);
    text-transform: uppercase;
    padding: 13px 0 5px 20px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #ffffff;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .nav-search-icon:after,
    .nav-search-icon:before {
        content: "";
        pointer-events: none;
    }

    .nav-search-icon:before {
        width: 2px;
        height: 11px;
        top: 11px;
        position: absolute;
        left: 50%;
        border-radius: 0 0 1px 1px;
        box-shadow: inset 0 0 0 32px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.nav-search-button:hover .nav-search-icon {
    color: var(--bs-red);
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-search-inner input[type="text"],
    .nav-search-inner input[type="search"] {
        height: 70px;
        width: 100%;
        margin: 0;
        padding: 0 12px;
        font-size: 26px;
        text-align: center;
        color: #343a40;
        outline: none;
        line-height: 70px;
        border: none;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    transform: translate(0%, -50%);
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

    .nav-button:hover,
    .nav-button:focus {
        color: #fff;
        text-decoration: none;
    }

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px;
    }

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 16px 20px;
        display: inline-block;
        text-decoration: none;
        float: left;
        font-size: 13px;
        color: #343a40;
        background-color: #fdfdfd;
    }

    .nav-dropdown > li:hover > a,
    .nav-dropdown > li.focus > a {
        color: var(--bs-red);
    }

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent var(--bs-red) var(--bs-red) transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

    .nav-dropdown-horizontal .nav-dropdown-horizontal {
        width: 100%;
        top: 100%;
        left: 0;
    }

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.header-scrolled nav ul li a {
    color: #425b62 !important;
}


.menu-desc h4 {
    text-transform: uppercase;
    color: var(--black-color);
    font-weight: 800 !important;
}

.menu-desc p {
    color: var(--black-color);
    font-size: 19px;
}

.submenu-indicator {
    display: none;
}


.megamenu-panel {
    width: 100%;
    padding: 15px 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    background: var(--bs-white);
    border: 1px solid #ccc;
}

    .megamenu-panel:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 34px);
        background-color: rgb(253 253 253 / 70%);
        z-index: -8;
    }

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

    .megamenu-tabs-pane.active {
        display: block;
    }

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 5px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

    .megamenu-list > li > a:hover {
        background-color: rgba(0,0,0,0.03);
        color: #71bf44 !important;
    }

.megamenu-list > li.megamenu-list-title > a {
    font-weight: 600;
    color: #71bf44;
}

    .megamenu-list > li.megamenu-list-title > a:hover {
        background-color: transparent;
    }


.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

    .nav-dropdown > li > a:hover,
    .nav-dropdown > li > a:focus {
        color: #71bf44;
    }

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

ul.megamenu-list li img {
    width: 19px;
}

@media (min-width: 1200px) {
    ul.megamenu-list.col-xl-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

ul.megamenu-list li {
    list-style: none;
}

    ul.megamenu-list li.megamenu-list-title a {
        font-size: 15px;
    }

    ul.megamenu-list li.hidden_element {
        visibility: hidden;
    }
/* main navbar design End   */
/*menu disable*/
nav.navbar ul li.dropdown ul li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

nav.navbar ul li.dropdown ul li.disabled {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none
}

ul.megamenu-list li.disabled {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none
}

    ul.megamenu-list li.disabled a.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.megamenu-lists .col-xl-3 {
    align-self: baseline;
}

.megamenu-lists .col-xl-4 {
    align-self: baseline;
}

.megamenu-lists .col-xl-6 {
    align-self: baseline;
}

.megamenu-panel .form-group {
    margin-bottom: 1rem !important
}

.fixtop_custom .navigation {
    padding: 0 !important;
}

.fixtop_custom a img.img_show {
    width: 60% !important;
    top: 0rem;
}

#header.fixtop_custom.header-scrolled img.img_show {
    width: 60% !important;
    top: 0.8rem !important;
}

.fixtop_custom nav ul.nav-menu li a {
    color: #425b62 !important;
}

.fixtop_custom ul.nav-menu {
    padding: 2px 0px;
}

.fixtop_custom.header-scrolled ul.nav-menu {
    padding: 13px 0px;
}

#footer .footer-top .col-lg-3 {
    align-self: baseline !important;
}

.border-accent-color {
    width: 20%;
    border-style: solid;
    border-top-width: 5px;
    border-color: #1bb761;
    height: 0;
    margin: 0;
    opacity: 1;
}

.distribution_section {
    background-image: linear-gradient(90deg,#055a89 0%,#0085cd 100%) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .distribution_section p {
        color: #fff;
        margin-top: 1rem;
        font-weight: 600;
    }

    .distribution_section h2 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 3rem;
    }

.box_part {
    padding: 30px;
    height: 100%;
    background: #fff;
    margin: 0 10px 0 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
    box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
    min-height: 315px;
    border: 1px solid #e3e1e1;
}

    .box_part:hover {
        box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
        transition: 0.2s ease;
        cursor: pointer;
    }

.box_section img {
    max-width: 26px;
    width: 100%;
    max-height: 26px;
}

.box_part h4 {
    font-weight: 500;
    font-size: 1.1052631579em;
    color: #2b2b2b;
    position: relative;
    z-index: 2;
    line-height: 1;
    padding-top: 5px;
    margin-bottom: 1em;
}

.box_section a {
    color: #71bf44;
    display: block;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8571428571em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
}

    .box_section a:hover {
        color: #0085cd;
    }

.m_auto {
    margin: 0 auto;
}

.HP_banner {
    margin-top: 8rem;
}

section.four_section h2 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.four_section svg {
    width: 80px;
    height: 80px;
    margin-bottom: 2rem
}

h2.software_section {
    text-align: center;
    font-size: 2rem !important;
    margin-bottom: 5rem;
}

.border-accent-color-center {
    margin: 0 auto;
    margin-bottom: 5rem;
}

.Leverage_bg {
    background-image: linear-gradient(90deg,#ffffff 0%,#fbfbfb 100%);
    border: 1px solid #f5efef;
    background-image: url("../../assets/img/Leverage_bgimg.jpg")
}

.box_section {
    margin-top: 3rem;
}

.distribution_section i {
    font-size: 3rem;
    color: #fff;
}

.small_text {
    font-size: 13px;
}

.distribution_section img {
    width: 23%;
}

.menu_border {
    /* border: 1px solid #efefef; */
}

.box_section .col-md-6 {
    align-self: baseline;
}

.four_section img {
    width: 70px;
    margin-bottom: 2rem;
}

.four_section .col-md-3:hover {
    background: #33a94d08;
    border-radius: 5px;
    cursor: pointer;
}

.custom_primary {
    background: #71bf44 !important;
}


ul li a.request_demobtn {
    background: #0085cd;
    padding: 10px;
    border-radius: 5px;
    top: 1rem;
    position: relative;
    color: #fff;
    margin-left: 15px;
}

    ul li a.request_demobtn:hover {
        color: #fff;
    }

.header-scrolled ul li a.request_demobtn {
    color: #fff !important;
    background: #71bf44;
}

.new-layout-bg {
    position: relative;
    background-image: linear-gradient(90deg,#055a89 0%,#0085cd 100%) !important;
    height: 650px;
    background-image: none;
    margin-top: 0 !important;
}

.uncode-divider-wrap {
    height: 150px;
    bottom: -1px;
    z-index: 0;
}

.uncode-divider-wrap {
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -1px;
    z-index: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
}

    .uncode-divider-wrap svg {
        width: 100%;
        bottom: -1px;
        height: 100%;
        left: 50%;
        position: absolute;
        transform: translatex(-50%);
    }

.request-demo-btn {
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    outline: 0;
    border-radius: 8px;
    color: #1bb761 !important;
    background-color: #fff !important;
    border-color: #fff;
    border-width: 1px;
    font-size: 15px;
    padding: 16px 39px !important;
    text-transform: uppercase;
    font-weight: 600;
    border: none !important;
}

    .request-demo-btn:hover {
        background: #107ab5 !important;
        color: #fff !important;
        border: none;
        cursor: pointer;
        transition: 0.5s ease;
    }

.fixtop_custom nav ul.nav-menu li a.request_demobtn {
    background: #0085cd;
    padding: 10px;
    border-radius: 5px;
    top: 1rem;
    position: relative;
    color: #fff !important;
}

.fixtop_custom.header-scrolled ul li a.request_demobtn {
    color: #fff !important;
    background: #71bf44 !important;
}

.icon_img {
    width: 70px;
    margin-bottom: 2rem;
}

.section_font h2 {
    font-size: 22px;
    margin-bottom: 2rem;
}
.section_font h3{
    margin-bottom: 25px;
}
.section_font h4{
    text-align: center;
    margin-bottom: 25px;
}
.section_font p{
    text-align: center;
}
.section_font h2, .section_font h4{
    font-weight: 600;
}
.section_demo {
    margin-bottom: 1px;
    border-width: 1px;
    color: #fff !important;
    background-color: #71bf44 !important;
    border-color: transparent !important;
    padding: 14px 39px !important;
    margin-top: 3rem;
}

    .section_demo:hover {
        background-color: transparent !important;
        border: 1px solid #1bb761 !important;
        color: #fff !important;
    }

.subpage_headings_border {
    margin-bottom: 3rem;
}

.section_para p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.header_area.fixed-top {
    background: #021433;
    padding: 0 !important;
    overflow: visible;
}

.header_area.fixed-top {
    position: relative;
}

.header-scrolled {
    position: fixed !important;
}

.header_area.fixed-top .navigation {
    padding: 10px;
}

.carousel-inner {
    background: #021433;
}

.custom_primary:hover {
    background: #4eb711 !important;
    transition: 0.2s ease;
}

.header-scrolled ul li a.request_demobtn:hover {
    background: #4eb711 !important;
    transition: 0.2s ease;
}

ul.order_list {
    list-style: none;
    padding: 0;
}

    ul.order_list li i:before {
        color: #71bf44;
        padding: 10px;
        position: relative;
        top: 5px;
        padding-left: 0;
    }

    ul.order_list li {
        display: flex;
        margin-bottom: 0.5rem;
        line-height: 26px;
        font-size: 16px;
        width: 85%;
    }

        ul.order_list li:last-child {
            margin-bottom: 0rem !important;
        }

.section_font .col-md-4:hover {
    background: #d7ddd30f;
    border-radius: 5px;
    cursor: pointer;
}

    .section_font .col-md-4:hover ul.order_list li i:before {
        color: #71bf44 !important;
    }

    .section_font .col-md-4:hover h2 {
        color: #71bf44;
    }

    .section_font .col-md-4:hover ul.order_list li i:before {
        color: #0085cd !important;
    }

form h2 {
    color: #1bb761;
    font-size: 27px;
}

form i.fa-star {
    color: red;
    font-size: 7px;
}

.hs-input:not([type="file"]) {
    background-color: #f5f8fa;
}

form label {
    font-size: 14px;
}

.form_btn {
    background: #71bf44 !important;
    padding: 10px 25px !important;
}

.input_height {
    height: 40px;
}

.footer-top .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}

.four_section p {
    width: 87%;
}

.align_self {
    align-self: baseline;
}

.get_in {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0.3rem !important;
}

ul.contact_lists {
    list-style: none;
    padding: 0;
}

    ul.contact_lists li {
        display: flex;
        margin-bottom: 0.5rem;
    }

        ul.contact_lists li i {
            margin: 0 0.5rem 0 0;
            font-size: 22px;
            color: #71bf44;
        }

        ul.contact_lists li a {
            color: #000;
        }

button.custom_primary::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #327a08;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

button.custom_primary:hover:after {
    width: 100%;
}

button.custom_primary {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.request-demo-btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #107ab5;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.5s ease-out;
}

.request-demo-btn:hover:after {
    width: 100%;
}

.request-demo-btn {
    position: relative;
    background: #107ab5;
    z-index: 1;
    transition: all 0.5s ease-out;
}

a.section_demo::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #66cb2c;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
    border: transparent;
}

a.section_demo:hover:after {
    width: 100%;
}

a.section_demo {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

button.form_btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #55bd18;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

button.form_btn:hover:after {
    width: 100%;
}

button.form_btn {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.HP_banner {
    position: absolute;
    right: 0rem;
    min-width: 535px;
}

.request_demobtn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #0778b5;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.request_demobtn:hover:after {
    width: 100%;
}

.request_demobtn {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.header-scrolled .request_demobtn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #66cb2c;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.header-scrolled .request_demobtn:hover:after {
    width: 100%;
}

.header-scrolled .request_demobtn {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.inventrybanner_session {
    background: url(../../assets/img/Inventory-main-Banner.png);
    margin-top: 6rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    display: flex;
    align-items: center;
}

    .inventrybanner_session h1 {
        font-size: 42px;
        margin-bottom: 1.5rem;
        color: #fff !important;
    }

    .inventrybanner_session p {
        color: #fff;
    }

.route_accounting h1 {
    font-size: 42px;
    margin-bottom: 1.5rem;
    color: #fff !important;
}

.route_accounting p {
    color: #fff;
}

ul li a.free-trial {
    background: #71bf44;
    padding: 10px;
    border-radius: 5px;
    top: 1rem;
    position: relative;
    color: #fff;
    margin-left: 15px;
}

.header-scrolled ul li a.free-trial {
    color: #fff !important;
    background: #0085cd !important;
}
/*header stop nav*/
.top_bavbar {
    display: flex;
    justify-content: space-between;
}

    .top_bavbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .top_bavbar ul li {
            display: inline-flex;
            color: #fff;
            font-size: 12px;
            margin: 0 10px 0 0;
        }

            .top_bavbar ul li span.fa {
                margin: 0 6px 0 0;
                align-self: center;
                color: #71bf44;
            }

.topnav_bg {
    background: #021940;
    padding: 10px;
    position: relative;
}

.top_bavbar a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

    .top_bavbar a:after {
        content: '';
        border: 1px solid #123570;
        margin: 0 10px 0 10px;
    }

    .top_bavbar a:hover {
        color: #71bf44;
        transition: 0.2s ease;
    }

ul li a.free-trial:hover {
    color: #fff !important;
}

.top_bavbar a.last_chils:after {
    border: none !important;
}

.free-trial:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #0778b5;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.fixtop_custom nav ul.nav-menu li a.free-trial {
    color: #fff !important;
}

.col-lg-5.align_self {
    align-self: baseline;
}

ul.nav-dropdown li.disabled {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background: #fdfdfd;
}

    ul.nav-dropdown li.disabled a.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

ul.nav-dropdown {
    border: 1px solid #ccc;
}

ul.nav-submenu li a:hover {
    color: #71bf44 !important;
}

.header-scrolled nav ul li a:hover {
    /* color: #71bf44 !important; */
}

.fixtop_custom nav ul.nav-menu li a:hover {
    /* color: #71bf44 !important; */
}

.carousel_butnposition .carousel-caption button:hover {
    background: #71bf44 !important;
    transition: 0.3s ease;
}

.carousel_butnposition .carousel-caption button.button_one {
    position: relative;
    bottom: 9.4rem !important;
    border-radius: 91px;
    padding: 7px 29px !important;
    background: #fff !important;
    float: left;
    right: 5rem;
}

    .carousel_butnposition .carousel-caption button.button_one a {
        color: #4b97c6;
    }

.carousel_butnposition .carousel-caption button.button_two {
    position: relative;
    bottom: 7.4rem !important;
    border-radius: 91px;
    padding: 7px 29px !important;
    background: #1a214d !important;
    float: left;
    right: 9.3rem;
}

.carousel_butnposition .carousel-caption button.button_two {
    color: #fff;
}

ul.nav_style li a {
    display: inline-flex;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    font-weight: 400;
}
/* blog style */
.main_blog {
    background: url(../img/main-blog-banner.png) !important;
    background-size: cover !important;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
background-position:center !important;
}

    .main_blog h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 2rem;
    }

.gray_bg {
    background-color: #eee;
    padding: 1rem;
    text-align: center;
}

    .gray_bg button {
        background-color: #1780ca !important;
    }

.blog_box img {
    width: 100%;
    height: 220px;
}

.blog_tag {
    background: #818a91;
    color: #fff;
    font-size: 12px;
    padding: 0.6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
    position: absolute;
    right: 0;
    top: 2rem;
    text-transform: uppercase;
}

.blog_box {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.content {
    padding: 0 30px;
    margin-top: 20px;
}

    .content h3 {
        margin-bottom: 25px;
    }

        .content h3 a {
            font-size: 21px;
            color: #333;
        }

    .content p {
        margin: 0;
        line-height: 1.5em;
        font-size: 14px;
        color: #777;
        margin-bottom: 40px;
    }

a.read_morebtn {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    position: absolute;
    bottom: 2.4rem;
}

.under_bar {
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
}

.mb-20 {
    margin-bottom: 20px;
}

.date_format {
    padding: 15px 30px;
    margin-bottom: 0;
}

    .date_format span {
        line-height: 1.3em;
        font-size: 12px;
        color: #adadad;
    }

.fixed_position {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.display_flexpagenation {
    display: flex;
    justify-content: center;
}

form {
    background: #fff;
    padding: 1rem;
    border: 1px solid #e9e4e4;
    border-radius: 5px;
}

.padding_right_zero {
    padding-right: 0;
}

form .form-control {
    padding: 0.475rem 0.75rem;
}

label.submit__control {
    position: relative;
}

span.validation {
    position: absolute;
    left: 0 !important;
    bottom: -1.6rem !important;
    top: auto;
}
/*media style*/
.main_media {
    background: /* top, transparent red, faked with gradient */ linear-gradient(rgb(102 184 243 / 86%), rgb(56 96 219 / 78%), #309ddc), url(../img/bmobile-route-boise-industries-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
}

    .main_media h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 2rem;
    }

.position_top {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 3rem;
}

    .position_top p {
        font-size: 18px;
    }

.margin_topvalue {
    margin-top: 5rem;
}

    .margin_topvalue p {
        margin-bottom: 5px;
    }
/* support style*/
.main_support {
    background: /* top, transparent red, faked with gradient */ linear-gradient(rgb(102 184 243 / 86%), rgb(56 96 219 / 78%), #309ddc), url(../img/bmobile-route-boise-industries-support.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
}

    .main_support h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
    }

.container_width {
    width: 64%;
    margin: 0 auto;
}

    .container_width .grid_button button {
        font-size: 20px;
        text-transform: uppercase;
        background-color: #1780ca !important;
        margin-bottom: 20px;
    }

    .container_width p {
        margin-top: 2rem;
        margin-bottom: 2rem;
        line-height: 26px;
        font-size: 16px;
    }

    .container_width h4 {
        font-size: 20px;
        color: #333;
        line-height: 32px;
    }

    .container_width strong {
        font-weight: 600;
    }

form sup {
    top: -.5em !important;
}

.support_design h3 {
    font-size: 24px;
    color: #333;
    line-height: 38px;
    color: #333333;
    font-weight: 700;
}

.about_us p {
    line-height: 26px;
    font-size: 16px;
    color: #333;
}

.about_us h3 {
    font-size: 24px;
    color: #333;
    line-height: 38px;
    font-weight: 600;
}

img.float_image {
    float: left;
    margin: 0 20px 2px 0;
}

.about_us h4 {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: 600;
}

button.common_btn_style {
    font-size: 20px;
    text-transform: uppercase;
    background-color: #1780ca !important;
}

.font_h2 h2 {
    font-size: 30px;
    color: #333;
    line-height: 48px;
    font-weight: 600;
}

.contact_address h2 {
    font-size: 30px;
    color: #333;
    line-height: 48px;
    font-weight: 600;
}

.contact_address div {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 300;
}

.contact_address a {
    color: #333;
}

.self_align {
    align-self: center;
}

.social_list a.fa {
    padding: 10px;
    font-size: 19px;
    width: 39px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    text-align: center;
}

.social_list .fa:hover {
    opacity: 0.7;
}

.social_list .fa-facebook {
    background: #3B5998;
    color: white;
}

.social_list .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social_list .fa-youtube {
    background: #bb0000;
    color: white;
}

.form_customwidth {
    width: 70%;
    margin: 0 auto;
}

.industries_bg {
    background: #055b8b;
    height: 400px;
}

.industries_bg {
    background: #055b8b;
    justify-content: center;
    height: 400px;
    display: flex;
    align-items: center;
}

.bred_button button h2 {
    margin-bottom: 0;
    padding: 20px 0 20px 0;
    background-color: #67c252;
    font-size: 30px;
    font-weight: 600;
}

.bred_button button.btn-primary {
    background-color: #67c252 !important;
}

.industries_part h2 {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 48px;
    color: #333333;
    margin-bottom: 15px;
}

.industries_part p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.align_selfcenter {
    align-self: center;
}

.common_para_style p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.font_h3 h3 {
    font-size: 24px;
    color: #333;
    line-height: 38px;
    font-weight: 600;
}

.font_h3 p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.font_h2 h2 {
    font-size: 18px !important;
    line-height: 36px;
    color: ##333333;
    font-weight: 600 !important;
}

.set_icon_size i.fa.common_icon {
    font-size: 70px;
    margin-bottom: 2rem;
    color: #33a94d;
}

.font_h3 a {
    color: #000;
}

.font_h3 strong {
    font-weight: 600;
}

.font_h4 h4 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
}

select.form-select {
    background-color: #f5f8fa;
    font-size: 14px;
}
/*14/10/2022*/
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #37517e;
}

/*      .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #47b2e4;
            bottom: 0;
            left: calc(50% - 20px);
        }
       .content p {
        margin: 0;
        line-height: 1.5em;
        font-size: 14px;
        color: #777;
        margin-bottom: 40px;
    }

*/

.paraSub {
    width: 60%;
    margin: 0 auto;
}

.Written_para {
    padding: 0px 0;
}



/* / bhoechie tab / */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5796ba;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #5796ba;
                background-image: #5796ba;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #5796ba;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.col-lg-9.bhoechie-tab {
    padding-left: 0px;
}

.list-group-item {
    border: none !important;
}

.tabtitle {
    font-size: 18px;
    text-align: left;
}

.section_border {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}

.para-content {
    color: #333 !important;
    text-align: justify;
    font-size: 16px !important;
    line-height: 26px !important;
}

.pd-top {
    padding-top: 25px;
}

.mr-top {
    margin-top: 30px;
}

.vertical-align-content {
    height: 360px;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
}

.img-ht {
    height: 67vh;
}

.text-inherit {
    text-align: inherit;
}

.remove_padding_top {
    padding-top: 0;
}

.banner_session .col-md-12.col-lg-6 {
    align-self: center;
}

.topnav_bg {
}
.ecom-banner h1, .ecom-banner p{
    color: #fff;
}
.ecom-banner{
    background-color: #001320;
}
.ecom-banner-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
.ecom-banner-img img{
width: 500px;
}
.ul-b2b{
    list-style-type: none;
    padding-left: 0px;
}
.ul-b2b li{
    list-style-type: none; /* Remove the default list style */
    background-image: url("../img/Group.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px; /* Adjust the size as needed */
    background-position: 0 4px; /* Position the image vertically centered */
    padding-left: 24px; /* Adjust padding to make space for the image */
    padding-bottom: 5px;
    font-weight: 300;
}
.index_banner {
    background-image: url("../../assets/img/main-bannetr2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 3rem;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 515px;
}

    .index_banner h3 {
        color: #fff;
        font-size: 42px;
        margin-bottom: 2rem;
        font-weight: 600;
    }

    .index_banner p {
        width: 100%;
        font-size: 20px;
        color: #fff;
    }

.fleet-management-banner {
    background: url(../../assets/img/FleetManagement-banner.png) !important;
    margin-top: 6rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 485px;
    display: flex;
    align-items: center;
}

    .fleet-management-banner h1 {
        font-size: 42px;
        margin-bottom: 1.5rem;
    }

    .fleet-management-banner h1, .fleet-management-banner p {
        color: #fff;
    }

.erp_support {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/ERP-Accounting-Integration-banner.jpg) !important;
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
    background-position: center !important;
}

.about_us h2 {
    font-size: 28px;
    color: #333;
    line-height: 38px;
    font-weight: 600;
}

.logo_slider i.fa {
    font-size: 2rem;
    background: #e7e3e3;
    padding: 0.5rem 1.2rem;
    border-radius: 50%;
    border: 1px solid #f5f1f1;
    cursor: pointer;
}

img.float_left_img {
    float: left;
}

.netsuite_banner {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/netsuite-logo-980x420-1-banner.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .netsuite_banner h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
    }

.quick_banner_main {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/QuickBooks-Logo_Horz-home-banner.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .quick_banner_main h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
    }

.main_title {
    color: #333;
    line-height: 38px;
    font-weight: 600;
}

.edi_main_banner {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/bmobile-route-boise-industries-104-1024x473-edi.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .edi_main_banner h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
    }

.set_log_slider_width img {
    width: 160px !important;
    height: 114px !important;
}

#footer .footer-top h5 a {
    color: #0085cd;
}

.custom_section_width {
    width: 233px !important;
}

.expand_collapse .card-header a {
    width: 100%;
    text-align: left;
}
/*collapse style*/
/* Custom style */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

form.custom_form_width {
    width: 70%;
    margin: 0 auto;
}

.addins {
    background: /* top, transparent red, faked with gradient */ linear-gradient(rgb(102 184 243 / 86%), rgb(56 96 219 / 78%), #309ddc), url(../img/bmobile-route-boise-industries-104-1024x473.jpg) !important;
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
}

    .addins h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
    }

.card-body a {
    color: #05679d;
    font-weight: 600;
    font-size: 14px;
}

span.submit__error, span.submit__error--empty {
    margin-top: 0.5rem !important;
    width: 100% !important;
}

span.validation {
    text-transform: initial !important;
}
/*pagnation style*/
ul.pagination li span.prev {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

ul.pagination li span.next {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#error-container p {
    font-size: 16px;
    color: red;
    text-align: center;
    border: 1px solid red;
    padding: 0.5rem;
}

.terms_policy h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.terms_policy h2 {
    font-size: 20px;
    font-weight: 600;
}

.terms_policy p {
    line-height: 29px;
    margin-bottom: 2rem;
}

a {
    color: #429ac3;
    text-decoration: none;
}

form.contactForm p a {
    font-weight: 600;
}

span.msg-error.error {
    color: red;
}

#captcha-error-message {
    color: red;
    font-size: 14px;
}
/*blog style*/
.blog_section .col-md-9 {
    border-right: 1px solid #ddd;
}

.blog_post {
    background: #f4f4f4;
    padding: 1rem;
    border-radius: 5px;
    font-style: italic;
}

.blog_section h3 {
    font-size: 24px;
    color: #253584;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog_part_two a {
    color: #333;
    font-weight: 600;
}

    .blog_part_two a:hover {
        color: #1780ca;
        text-decoration: none;
    }

.blog_part_two .blog_date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}

.blog_part_two .blog_para p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}

.blog_part_two i {
    font-size: 12px;
    font-weight: 700;
}

.read_more_btn {
    font-size: 12px;
    font-weight: 700;
}

.blog_para {
    margin-bottom: 1rem;
}

.blog_part_two h4 {
    margin-bottom: 1rem;
}

.blog_section .form-group i {
    position: relative;
}

.blog_social_list a {
/*    width: 100%;*/
    margin-bottom: 0.5rem;
}

.blog_social_list .fb {
    background-color: #3B5998;
    color: white;
}

.blog_social_list .twitter {
    background-color: #55ACEE;
    color: white;
    margin-left: 10px;
}

.blog_social_list .linkedin {
    background-color: #0077b5;
    color: white;
     margin-left: 10px;
}

.blog_social_list .google {
    background-color: #dd4b39;
    color: white;
}

.blog_social_list a:hover {
    opacity: 1;
}

.blog_social_list a {
    text-align: center;
    font-size: 14px;
}

    .blog_social_list a.btn {
        padding: 0.675rem 0.75rem;
    }

.blog_mainbanner_one {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Ways-Route-Accounting-Software-Can-Help-You-Stand-Out-in-Bread-and-Bakery-Distribution-01-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_one h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_two {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Reasons-to-Consider-Route-Accounting-Software-for-Water-and-Beverages-Distribution-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_two h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_three {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Tips-for-Fleet-Managers-to-Drive-Impressive-Results-01.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_three h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_four {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/Evaluating-Your-Fleet-Management-KPIs-A-Simple-Guide-01-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_four h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_five {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/How-to-Cut-Fuel-Costs-with-Fleet-Management-Software-01-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_five h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_six {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/How-5G-Will-Improve-Fleet-Connectivity-01-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_six h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_seven {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Reasons-Fleet-Managers-Are-Swapping-Spreadsheets-for-Software-01.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

    .blog_mainbanner_seven h1 {
        display: flex;
        justify-content: center;
        color: #fff;
        position: relative;
        top: 3.5rem;
        font-size: 32px;
        text-align: center;
    }

.blog_mainbanner_eight {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(50 50 50 / 58%), rgb(46 45 45 / 58%)), url(../img/5-Fleet-Management-Trends-to-Out-For-in-2021-01.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_nine {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/How-Implementing-Route-Optimization-Increase-ROI-01-banner.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_ten {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Tips-on-How-to-Optimize-and-Control-Last-Mile-Delivery-Costs-01.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_leven {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/How-Route-Optimization-Enhances-Last-Mile-Delivery-01.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_tw {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Drive-Thrive-and-Develop-Your-Business-with-DSD-Route-Sales-Software.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Warrant {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Advantages-That-Warrant-the-Use-of-a-Delivery-Tracking-Solution-During-the-Pandemic.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_key {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/4-Key-Reasons-Why-You-Need-Route-Optimization.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Look {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/7-Things-You-Need-to-Lookout-For-when-Choosing-Your-DSD-Solution1-01.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Delivery {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Ways-a-Delivery-Management-Solution-Ensures-Food-Industry-Success-During-the-Pandemic1-01.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_route {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/5-Core-Functionalities-in-Route-Optimization-That-Every-Business-Needs-to-Be-Aware-Of-1-01.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_COVID {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/AdobeStock.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_deduction {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Taxes_Section.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_businesses {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/DSD-Technology-Cx-Expectations.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Delivery {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Holiday-Delivery-Scheduling-Photo.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Device {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Screen-shot.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Fleet {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Delivery-Woman-with-Tablet.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Commerce {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Snacks.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Holiday {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/5-Things-Route-Accounting-Blog-Photo.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Standardized {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-devices.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_is {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/laptop.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_right {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/salesman.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Field {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Uncertainty.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_During {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Gloved-Delivery.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_DSD {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Ecommerce.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Routes {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Route-Optimization-Handheld.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Using {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Walgreens-Blog.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Forecasting {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/AdobeStock-img.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Recovery {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/cybersecurity.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_IBIE {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-industries.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Walmart {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/dex-device.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Store {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-industriess.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Vendors {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Adobe-Stock-Wholesale.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Grow {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/phone-cases.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Made {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-industries-imgs.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Galaxy {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/active.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Cons {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Credit-Card-Processing-Monitor-and-Tablet.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_DEXX {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/dex-device.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Drivers {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-industries.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Team {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/sbt.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Controlling {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/AdobeStock1.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Thousand {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bMobile-Screenshot-With-Bread.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Helps {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bMobile-Devices.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_eCommerce {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-industries-img2.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Apps {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/AdobeStock_img.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Introducing {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/training-center-home.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_News {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Adobe-Stock-Truck-GPS.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Right {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/Map.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Been {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/bmobile-route-boise-industries-img3.jpg);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.blog_mainbanner_Printer {
    background: linear-gradient(rgb(19 20 20 / 50%), rgb(10 10 12 / 58%), rgb(8 8 8 / 58%)), url(../img/blog/rt43.png);
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
}

.common_blog_h1 h1 {
    display: flex;
    justify-content: center;
    color: #fff;
    position: relative;
    top: 3.5rem;
    font-size: 32px;
    text-align: center;
}

.blog_mainbanner_eight h1 {
    display: flex;
    justify-content: center;
    color: #fff;
    position: relative;
    top: 3.5rem;
    font-size: 32px;
    text-align: center;
}

.blog_section h4 {
    font-size: 21px;
    color: #253584;
}

.blog_section p {
    line-height: 29px;
}

.blog_section h2 {
    line-height: 48px;
}

.blog_section sup {
    top: 0 !important;
    vertical-align: super;
    font-size: smaller;
}

@media (min-width: 600px) and (max-width: 960px) {
    .fixtop_custom a img.img_show {
        width: 45% !important;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        width: 45% !important;
    }

    .header-scrolled a img.img_hide {
        display: block !important;
        position: absolute;
        height: auto !important;
        /* top: 0; */
    }

    .header-scrolled a img.img_hide {
        width: 37% !important;
        top: 0;
    }

    .fixed-top.header-scrolled img.img_show {
        display: none;
    }

    .fixtop_custom.header-scrolled img.img_show {
        display: block !important;
    }

    .header-scrolled .nav-toggle {
        margin-top: 0 !important;
        display: flex !important;
        align-items: center;
    }

        .header-scrolled .nav-toggle::before {
            background-color: #000;
            box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
        }

    .fixtop_custom .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #000 !important;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .fixtop_custom a img.img_show {
        width: 45% !important;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        width: 43% !important;
    }
}

@media (min-width: 810px) and (max-width: 1080px) {
    .fixed-top.header-scrolled img.img_hide {
        width: 37% !important;
        max-width: 200px !important;
    }
}

.site_map h5 a {
    font-size: 15px;
    font-weight: bold;
    color: #0085cd;
    position: relative;
    padding-bottom: 12px;
}

.site_map ul li a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 32px;
}

.site_map ul {
    padding: 0;
    margin: 0;
}

    .site_map ul li i {
        padding-right: 2px;
        color: #71bf44;
        font-size: 18px;
        font-weight: 600;
    }

.custom_footer {
    width: 240px !important;
}

    .custom_footer h5 {
        font-size: 15px;
        font-weight: bold;
        color: #0085cd;
        position: relative;
        padding-bottom: 12px;
    }

.site_map h4 {
    font-size: 20px;
    font-weight: bold;
    color: #71bf44;
    position: relative;
    padding-bottom: 12px;
}

ul.request_support_width {
    min-width: 136px;
}

.footer-links div, .footer-links a {
    color: #fff;
}

.footer_blog_list ul li a {
    line-height: 22px !important;
}

.map_list ul li {
    margin-bottom: 0.5rem;
}

.footer-links ul li {
    color: #fff;
}

.footer_blog_list ul li i {
    display: flex;
    align-self: baseline;
}

#footer .footer-top {
    padding: 40px 0 30px 0;
}

.support_img {
    background: linear-gradient(rgb(102 184 243 / 86%), rgb(56 96 219 / 78%), #309ddc), url(../img/site-map.svg) !important;
    background-repeat: no-repeat !important;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;
    background-position: center !important;
}

form.contactForm .spanerror {
    font-size: 16px !important;
    color: red;
}

#homeModal .spanerror {
    font-size: 14px !important;
    color: #ff4d4d;
}

.new_blog_space_betwen span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #71bf44;
}

.footer-links div, .footer-links a {
    color: #fff;
}
/* new blogs setion*/
.new_blogs h2 {
    color: #113b51 !important;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

    .new_blogs h2 a {
        color: #113b51 !important;
        font-family: Poppins;
    }
    .read-product-btn{
        background-color: #71BF44;
        color: #fff;
    }
    .read-product-btn:hover{
background-color: #52932c;
color: #fff;
    }
    .read-product-btn img{
width: 25px;
padding-left: 5px;
color: #fff;
    }

.publish_date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #71bf44;
    margin-bottom: 0.3rem
}

    .publish_date span {
        font-size: 13px;
        font-style: italic;
    }

.new_blogs a.read_morebtn {
    position: relative !important;
    bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

    .new_blogs a.read_morebtn i {
        margin: 0 0.3rem;
    }

    .new_blogs a.read_morebtn:hover {
        color: #71bf44;
        transition: 0.2s ease;
    }

.new_blog_space {
    margin-bottom: 5rem;
}

.new_blog_box {
    overflow: hidden;
    position: relative;
}

.new_blog_space_betwen {
    margin-bottom: 2rem;
}

    .new_blog_space_betwen .blog_tag {
        top: auto !important;
        background: #0085cd !important;
    }

.banner_patch{    background: #71bf44;padding: 0px}
.patch_section img {
    width: 35px;    position: relative;
    bottom: 2px;
}
.patch_section span {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
    top: 2px;
}
.patch_section a{cursor: pointer;}
#cyberModal input, #cyberModal textarea {
    background: rgba(259, 255, 255, 0.2) !important;
    border-color: rgba(259, 255, 255, 0.2)rgba(259, 255, 255, 0.2) !important;
    color: #fff;
}
#cyberModal .spanerror {
    font-size: 14px !important;
    color: #ff4d4d;
}
#cyberModal input, #cyberModal textarea {
    font-size: 14px;
}
#cyberModal .modal-dialog {
    width: 30%;
}
#cyberModal form label {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
/*08-12-2022  new layput design*/

.fixtop_custom .nav-menu > li > a {
    padding: 27px 5px !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1295px !important;
    }
}
.fixed-top .nav-menu > li > a.free-trial {
    padding: 10px !important;
}
.fixed-top .nav-menu > li > a {
    padding: 40px 5px !important;
}
.header_area.fixed-top .navigation {
    padding: 0px;
}
.fixed-top ul li a.free-trial {
    top: 2rem;
}
.header-scrolled a img.img_hide {
    top: 0.6rem;
}
.printer_width {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.fixtop_custom .nav-menu > li > a {
    padding: 27px 5px !important;
}
.fixtop_custom ul li a.free-trial {
    top: 1rem !important;
}
@media (min-width: 320px) and (max-width: 1024px) {
	.fixed-top .nav-menu > li > a
	{
		padding: 12px 15px 12px 26px !important;;
	}
	
}
.patch_section{text-align: center;}
.dex_divicesbanner{
background: linear-gradient(rgb(102 184 243 / 86%), rgb(56 96 219 / 78%), #309ddc), url(assets/img/Dex-Devices-banner.png) !important;
            background-size: cover !important;
            background-color: #1780ca;
            justify-content: center;
            height: 380px;
            display: flex;
            align-items: center;
            background-position: center;
}
.office_appsbanner{
background: linear-gradient(rgb(102 184 243 / 86%), rgb(56 96 219 / 78%), #309ddc), url(../img/Office Apps-Banner.png) !important;
    background-size: cover;
    background-color: #1780ca;
    justify-content: center;
    height: 380px;
    display: flex;
    align-items: center;

}
.isc-domain{
    border: unset;
    width: 74%;
    position: absolute;
    left: 150px;
    color: #495057;
    padding: 8px 10px 8px 12px !important;
    top: 27px;
}
.isc-domain-box{
    position: relative;
}
.isc-domain-box p{
    margin-bottom: unset;

}



/* 17-09-2024 */
.bmobile-app, .bmobile-DSD-router{
    background-image: url(../img/bmobile-app-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding: unset;
    position: relative;
}
.bmobile-app button{
    font-size: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bmobile-app img, .bmobile-DSD-router .logo-box img{
width: 250px;

}
.bmobile-app h1, .bmobile-DSD-router h1{
color: #000;
font-weight: 800;
}
.clr-blue{
    color: #379FFA;
}
.bmobile-app p, .bmobile-DSD-router p{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.bmobile-app-route-form .banner-button{
    background: #12b2e5;
}
.bmobile-app-route-form h2{
    color: #000;
    text-align: center;
}

.bmobile-app-route-form form{
   
    border-radius: 25px;
}
.bmobile-helps{
    background-color: #00553C;
}
.bmobile-helps h2{
text-align: center;
color: #fff;
font-size: 30px;
margin-bottom: unset;

}
.bmobile-helps .align_self>h2{
    
    margin-bottom: 20px;
    
    }
.bmobile-helps .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ABEFCF' stroke='%23ABEFCF' stroke-width='2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg) !important;
    color: #ABEFCF;
}
.bmobile-helps .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ABEFCF' stroke='%23ABEFCF' stroke-width='2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: scale(1) !important;
    color: #ABEFCF;
}
.bmobile-helps .accordion-header button, .bmobile-helps .accordion-body{
background: #00553C;

}
.bmobile-helps .accordion-header button{
    color: #ABEFCF;
    font-size: 20px;
    box-shadow: unset;
}
.bmobile-helps .accordion-header button:focus{
    box-shadow: unset;
    }
.bmobile-helps .accordion .accordion-item{
    border: unset;


    }
.green-btm-accordion{
    border-bottom: 0.5px solid #ABEFCF;
}
    .bmobile-helps .accordion-body{
        color: #fff;
    }
.stay-in-control h2, .stay-in-control p, .stay-in-control h3{
text-align: center;
}
.stay-in-control p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.stay-in-control h2{
    font-weight: 700;
}
.stay-in-control .stay-control-box{
background-color: #fff;
border-radius: 25px;
border-top: 5px solid #00553C;

}
.mrg-lft-80px{
    margin-left: 80px;
}
.mrg-rgt-80px{
    margin-right: 80px;
}
.stay-in-control h3{
    color: #00553C;
    font-size: 24px;
    padding: 20px 0px;
    font-weight: 600;
}
.stay-in-control{
    background-color: #E5F3FF;
}
.stay-control-box p{
padding: 0px 0px 20px 0px;
margin-top: 0px !important;
color: #000;
}
.stay-control-box h3{
    margin: unset;
}
.save-section h2{
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}
.save-spend-list {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
  }
  
  .save-spend-list li {
    position: relative;
    padding-left: 40px; /* Space for the image */
    margin-bottom: 25px;
    font-size: 18px;
  }
.save-spend-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px; /* Set the width of the image */
    height: 24px; /* Set the height of the image */
    background-image: url('../img/green-list-tick.png'); /* Replace with your image URL */
    background-size: contain; /* Make sure the image fits in the box */
    background-repeat: no-repeat;
  }
  .how-dsd-software li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px; /* Set the width of the image */
    height: 24px; /* Set the height of the image */
    background-image: url('../img/blue-list-tick.png'); /* Replace with your image URL */
    background-size: contain; /* Make sure the image fits in the box */
    background-repeat: no-repeat;
  }
  .save-section img{
width: 100%;
  }
  .improve-eff a, .improve-eff h3{
text-align: center;
  }
  .improve-eff{
    background-color: #F0F5F2;
  }
  .improve-eff button{
    font-size: 18px;
  }
  .bmobile-route-app{
    background-color: #0E0B52 !important;
  }
  .bmobile-route-app .copyright{
float: unset !important;
font-size: 18px;
  }

.bmobile-DSD-router .green-txt{
    color: #71BF44 !important;
}
.bmobile-DSD-router button, .feeling-dark button{
    background-color: #71BF44 !important;
}
.bmobile-DSD-router img{
    width: 100%;
}
.bmobile-DSD-router{
    height: 700px !important;
}
.improve-your-delivery{
    background-color: #E5F3FF;
}
.improve-your-delivery h2{
margin-bottom: 40px;
}
.improve-your-delivery .stay-control-box{
    border-top: 5px solid #379FFA;
    padding: 0px 20px;
    min-height: 280px;
    margin-top: 10px;
}
.improve-your-delivery .stay-control-box img{
margin-top: 40px;
}
.bmobile-helps.dsd{
    background-color: #DEF2EB;
}
.bmobile-helps.dsd p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.bmobile-helps.dsd h2{
color:#00553C;
}
.bmobile-helps.dsd .stay-control-box{
background-color: #fff;
border-radius: 25px;
border-top: 5px solid #00553C;
    padding: 0px 20px;
    min-height: 300px;
    height: 380px;
margin-top: 10px;
}
.bmobile-helps.dsd .stay-control-box img{
width: 40px;
margin-top: 30px;
margin-bottom: 20px;
}
.bmobile-helps.dsd .stay-control-box p{
    text-align: left;
    margin-top: 20px !important;
}
.bmobile-app-route-form.dsd h2{
font-size: 20px;
color: #000;
}
.bmobile-app-route-form.dsd button{
background-color: #00553C;
}
.bmobile-DSD-router button{
    border: unset;
    font-size: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.improve-eff.feeling-dark button{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 18px;
}

@media (min-width: 320px) and (max-width: 767px){
    .bmobile-app, .bmobile-DSD-router{
        height: auto !important;
    }
    .bmobile-DSD-router button{
margin-bottom: 10px;
    }
    .bmobile-helps.dsd .stay-control-box{
height: auto;
margin-top: 20px;
    }
    .improve-your-delivery .stay-control-box{
        margin-top: 20px;
    }
    .bmobile-app-route-form.dsd{
        margin-top: 20px !important;
    }
    .bmobile-DSD-router img{
        margin-bottom: 20px;
    }
    .bmobile-app button, .improve-eff button{
        margin-bottom: 20px;
        background-color: #01b1e0 !important;
        padding: 10px 15px !important;
    }
    .improve-eff.feeling-dark button{
        margin-bottom: 20px;
        background-color: #71BF44 !important;
        padding: 10px 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .bmobile-helps.dsd .stay-control-box{
        height: 620px;
    }
    .improve-your-delivery .stay-control-box{
        height: 340px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .bmobile-helps.dsd .stay-control-box{
        height: 515px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .bmobile-DSD-router .logo-box, .bmobile-app .logo-box{
        margin-left: 40px !important;
    }
}
@media (min-width: 300px) and (max-width: 767px){
    .bmobile-DSD-router .logo-box, .bmobile-app .logo-box{
        margin-left: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .bmobile-DSD-router .logo-box, .bmobile-app .logo-box{
        margin-left: 20px !important;
    }
}
.bmobile-app-route-form.dsd{
margin-top: 10px;
}
.bmobile-DSD-router .logo-box, .bmobile-app .logo-box{
    margin-left: 50px;
}
.sticky-buttons {
    position: fixed;
    right: 20px;
    top: 110px;
    display: none; /* Initially hidden */
    z-index: 1000;
}
.sticky-buttons.show {
    display: block; /* Show when class 'show' is added */
}
.sticky-buttons button{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.green-text{
    color: #247919;
    font-weight: 600;
    font-size: 18px;
    display: flex;
}

.dart-text{
    padding-left: 10px;
}
.dart-img img{
    width: 50px;
}