.navbar-light .navbar-brand img{
    width: 200px;
}
.display-1{
    font-size: 4.2rem;
}
.bg-dark{
    background-color: #000000 !important;
}

.navbar #mainNavigation .nav-link {
    font-size: 1.5rem;
    margin-left: 20px;
}

#breadcrumb{
    margin-top: 120px !important;
}
.page-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: inherit;
    background-size: cover;
}
#breadcrumb{
    background: #5CE1E6;
}
#breadcrumb-headding, #breadcrumb li.active{
    text-transform: capitalize;
    color: #000000;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #000000;
}
.breadcrumb-item a{
    color: #000000;
}
.contactHeadding{
    color: #000000;
}
.how-it-works-page #breadcrumb p,
.how-it-works-page #breadcrumb li,
.how-it-works-page #breadcrumb li a{
    color: #000000;
}

.accordion-header .accordion-button{
    color: #13D0DD;
}
.table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
    border-bottom-width: 1px;
}

.accordion-button {
    padding: 2rem 1.25rem;
}
#hero_wrap .content-area{
    top: 25% !important;
}
#hero_wrap{
    background: #32d5de;
}


/* Media query for screens between below 1400 */
@media screen and (max-width: 1399px) {
    #hero_wrap{
        padding-top: 100px !important;
    }

    #hero_wrap .content-area {
        top: 25% !important;
    }

    #hero_wrap .content-area p{
        font-size: 1.3rem !important;
        margin-bottom: 10px !important; 
    }

    #hero_wrap .content-area h2 {
        font-size: 3rem !important;
        margin-bottom: 20px !important;
    }

    #hero_wrap .content-area h3 {
        font-size: 2rem !important;
        margin-bottom: 10px !important;
    }

    #hero_wrap .content-area a.btn {
        font-size: 1.2rem !important;
        padding: 10px 20px !important;
    }
}

/* Media query for screens between below 1025px */
@media screen and (max-width: 1024px) {
    #hero_wrap{
        padding-top: 120px !important;
    }

    #hero_wrap .content-area {
        top: 30% !important;
    }

    #hero_wrap .content-area p{
        font-size: 1rem !important;
        margin-bottom: 10px !important; 
    }

    #hero_wrap .content-area h2 {
        font-size: 2.6rem !important;
        margin-bottom: 10px !important;
    }

    #hero_wrap .content-area h3 {
        font-size: 1.5rem !important;
        margin-bottom: 20px !important;
    }

    #hero_wrap .content-area a.btn {
        font-size: 1.2rem !important;
        padding: 6px 12px !important;
    }
}

/* Media query for screens below 768px */
@media screen and (max-width: 767px) {
    #hero_wrap{
        padding-top: 120px !important;
    }

    #hero_wrap .content-area {
        top: 35% !important;
    }

    #hero_wrap .content-area p{
        font-size: 0.9rem !important;
        margin-bottom: 5px !important; 
    }

    #hero_wrap .content-area h2 {
        font-size: 1.25rem !important;
        margin-bottom: 10px !important;
    }

    #hero_wrap .content-area h3 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }

    #hero_wrap .content-area a.btn {
        font-size: 1rem !important;
        padding: 6px 12px !important;
    }
}

/* Media query for screens below 576px */
@media screen and (max-width: 575px) {
    #hero_wrap{
        padding-top: 150px !important;
    }
    .display-1 {
        font-size: 1.25rem;
    }

    #hero_wrap .content-area {
        top: 30% !important;
    }

    #hero_wrap .content-area h2 {
        font-size: 1.25rem !important;
        margin-bottom: 10px !important;
    }

    #hero_wrap .content-area h3 {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
    }

    #hero_wrap .content-area a.btn {
        font-size: 0.9rem !important;
        padding: 6px 12px !important;
    }
}