.hero-section {
    background-color: #007BFF;
    border-radius: 10px;
    margin: 15px 0 40px 0;
    padding: 20px;
}

.hero-section .navbar {
    background-color: #FFFFFF24;
    border: 1px solid #E5E7EB33;
    border-radius: 10px;
    padding: 5px 0;
    margin-bottom: 50px;
}

.hero-section .navbar .navbar-brand {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.hero-section .navbar .nav-item .nav-link {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}

.hero-section .navbar .nav-item .btn-get-started,
.hero-section .left .btn-get-started,
.experience-btn {
    background-color: #FFFFFF;
    color: #007BFF;
    font-size: 12px;
    font-weight: 500;
}

.hero-section .navbar .nav-item .btn-get-started i,
.hero-section .left .btn-get-started i {
    margin-left: 3px;
}

.hero-section .left .tag {
    background-color: #FFFFFF1A;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
}

.hero-section .left h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
    margin: 15px 0;
    line-height: 48px;
}

.hero-section .left span.info {
    display: block;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.hero-section .left .btn-get-started {
    padding: 10px;
    font-size: 14px;
}

.hero-section .right {
    position: relative;
}

.hero-section .right img {
    width: 100%;
    border-radius: 10px;
    /* position: absolute; */
}

.hero-section .right img.hero-desk {
    height: 300px;
    width: 530px;
    margin-left: -20px;
    position: relative;
    z-index: 1;
}

.hero-section .right img.hero-mob {
    height: 270px;
    width: 135px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 2px 16px 0px #00000040;
}

.hero-section .cards {
    margin-top: 100px;
}

.hero-section .cards .card-item i {
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 22px;
}

.hero-section .cards .card-item h6 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.hero-section .cards .card-item span {
    display: block;
    color: #FFFFFF;
    padding-right: 150px;
}

.heading {
    margin-bottom: 100px;
}

.heading h1 {
    color: #1F2937;
    font-size: 32px;
    font-weight: 600;
}

.heading span {
    color: #6C757D;
}

.steps {
    margin-bottom: 150px;
    padding: 0 100px;
}

.steps .left .mobile-box img {
    height: auto;
    max-width: 470px;
    border-radius: 16px;
}

.steps .left .mobile-box img.mobile-content {
    width: 240px;
    top: 100px;
    left: 140px;
}

.steps .right h6 {
    color: #6B7280;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.steps .right h1 {
    color: #1F2937;
    font-size: 32px;
    font-weight: 600;
}

.steps .right span {
    display: block;
    color: #6C757D;
    /* padding-right: 270px; */
    margin-bottom: 10px;
}


.main-pills .nav-link {
    color: #6B7280;
    font-size: 12px;
    font-weight: 500;
}

.main-pills .active {
    background-color: #F9FAFB !important;
    color: #007BFF !important;
}

.main-pills .nav-link i {
    margin-right: 3px;
    color: #D1D5DB;
}

.main-pills .active i {
    color: #007BFF;
}

.experience {
    background-color: #F9FAFB;
    border-radius: 20px;
    padding-top: 50px;
    margin-bottom: 20px;
}

.experience img {
    display: block;
    margin: auto;
    width: 50%;
}

.experience-btn {
    background-color: #007BFF;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 100px;
    border-radius: 10px;
}

.experience-btn i {
    margin-left: 5px;
}

.result-cards .card-item {
    background-color: #F9FAFB;
    padding: 20px;
    border-radius: 20px;
}

.result-cards .card-item img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.result-cards .card-item h6 {
    color: #212529;
    font-size: 18px;
    font-weight: 600;
}

.result-cards .card-item span {
    display: block;
    color: #6C757D;
}

.result-cards .card-item span.name {
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.result-cards .card-item span.title {
    color: #6C757D;
    font-size: 14px;
    margin-bottom: 5px;
}

.pricing {
    background-color: #007BFF;
    border-radius: 20px;
    padding: 20px 250px;
    margin-bottom: 50px;
}

.pricing h6 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.pricing h1{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.pricing span.info {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.pricing .plan {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
}

.pricing .plan .plan-heading {
    color: #292524;
    font-weight: 700;
}

.pricing .plan .plan-info {
    color: #78716C;
    font-size: 14px;
}

.pricing .plan .price h3 {
    color: #292524;
    font-size: 36px;
    font-weight: 700;
    margin-right: 3px;
}

.pricing .plan .price span {
    color: #78716C;
}

.pricing .plan .active {
    margin-bottom: 4px;
}

.pricing .plan .active i {
    color: #007BFF;
    font-size: 14px;
}

.pricing .plan .active span {
    color: #212529;
    font-size: 14px;
}

.pricing .plan .non-active i {
    color: #D1D5DB;
}

.pricing .plan .non-active span {
    color: #6C757D;
}

.pricing .plan button {
    background-color: #007BFF;
    border: 1px solid #007BFF;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    color: #FAFAF9;
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
}

.accordion {
    max-width: 728px;
    margin: auto;
}

.accordion .accordion-button {
    color: #292524;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
    background-color: transparent;
    padding-bottom: 20px;
}

.accordion .accordion-body {
    color: #78716C;
    padding: 10px 0;
    border-bottom: none;
}

/* Footer */

.footer {
    background-color: #F9FAFB;
    padding: 50px;
}

.footer .footer-brand {
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .footer-brand span {
    color: #212529;
    font-weight: 700;
}

.footer .left span.footer-info {
    color: #6C757D;
}

.footer .right h6 {
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer .right a {
    display: block;
    text-decoration: none;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    /* white-space: nowrap; */
}

.footer .separator {
    width: 100%;
    height: 1px;
    background-color: #E5E7EB;
    margin: 20px 0;
}

.footer .copyright-text {
    color: #6C757D;
}


@media screen and (max-width: 768px) {
    .hero-section {
        margin-bottom: 20px;
    }
    .hero-section .navbar {
        margin-bottom: 10px;
    }
    .navbar-toggler {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF
    }
    .navbar-toggler-icon {
        height: 1rem;
        width: 1rem;
    }
    .hero-section .left h1 {
        font-size: 24px;
        line-height: 39px;
    }
    .hero-section .cards {
        margin-top: 30px;
    }
    .hero-section .cards .card-item  {
        margin-bottom: 10px;
    }
    .hero-section .cards .card-item span {
        padding-right: 0;
    }
    .heading {
        margin-bottom: 30px;
    }
    .heading h1 {
        font-size: 24px;
    }
    .steps {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .steps .left .mobile-box img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .steps .left,
    .steps .right {
        padding: 0;
    }
    .steps .right h6 {
        font-weight: 700;
    }
    .steps .right h1 {
        font-size: 24px;
    }
    .main-pills {
        justify-content: center;
    }
    .experience {
        padding-top: 20px;
    }
    .experience img {
        width: 100%;
    }
    .experience-btn {
        margin-bottom: 30px;
    }
    .pricing {
        padding: 35px;
    }
    .pricing h6 {
        margin-bottom: 15px;
    }
    .pricing h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .pricing span.info {
        margin-bottom: 20px !important;
    }
    .accordion {
        padding: 0 10px;
        margin-bottom: 20px !important;
    }
    .footer {
        padding: 20px;
    }
    .footer .copyright-text {
        text-align: left !important;
    }
}