.main-nav {
    background-color: #2AB34B !important;
}

.green {
    color: #2CB34C !important;
}

.blue {
    color: #1375BC !important;
}

.frame-one li {
    display: inline-block !important;
}

.home-custom-para{
    font-weight: 500;
    text-transform: none;
}

.white {
    color: #fff !important;
}

.btn-start-green:hover{
    background: #2CB34C !important;
    border: none !important;
}

.btn-start-blue:hover{
    background: #1375BC !important;
    border: none !important;
}

/*
.about-info {
    text-align: justify !important;
}
*/

.why-us{
    background: #1375B6;
    color: white;
    padding: 2%;
    border-radius: 2%;
    margin-bottom: 4%;
}

.pricing-head{
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 4%;
}

.pricing {
    padding: 30px 0 !important;
}

.why-us-para{
    margin:  0 0 8% 0;
}

.heading-custom{
    padding-bottom: 30px !important;
}

.navbar-brand{
    padding: 0 !important;
}

#footer {
    background: #fff !important;
}

.footer-bottom {
    background: #1375BC !important;
    color: white !important;
    padding: 1% !important;
}

/*Services*/

.learn-more-button {
    margin-top: auto; /* This pushes the button to the bottom */
}