#topbar {
    background: #2e3191;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
}
#topbar .contact-info i {
    color: #ffffff;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
}
.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #00e32a;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
    color: white;
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
}

.appointment-btn {
    margin-left: 0;
    background: #2e3191;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

/* .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #458300;
    bottom: 0;
    left: calc(50% - 20px);
} */
.services .icon-box {
    text-align: center;
    border: 1px solid #458300;
    border-radius: 5px;
    padding: 40px 20px;
    transition: all ease-in-out 0.3s;
}
.services .icon-box:hover {
    /* background: #1977cc; */
    background: #2e3191;
    border-color: #1977cc;
}
.services .icon-box:hover .appointment-btn {
    /* background: #1977cc; */
    background: #2e3191;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.726);
    /* border-color: #1977cc; */
}
.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #2e3191;
    border-radius: 50px;
    transition: 0.5s;
}

.about .icon-box .icon i {
    color: #2e3191;
    font-size: 32px;
}

.about .icon-box:hover .icon {
    background: #2e3191;
    border-color: #2e3191;
}
#footer {
    color: #ffffff;
    font-size: 14px;
    background: #2e3191;
}
#footer .footer-top {
    color: #ffffff;
    padding: 60px 0 30px 0;
    background: #2e3191;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

/* #hero_section_home {
    background: url(frontend_assets/common/hero/1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
} */
.inner_page_hero {
    margin-top: 100px;
}
@media (min-width: 1024px) {
    .inner_page_hero {
        margin-top: 110px;
    }
}
.inner-box {
    background-color: #2e3191;
    padding: 15px 0px;
    border-radius: 10px;
    width: 20%;
    margin-top: 30px;
    /* position: absolute; */
    /* bottom: -35px; */
}
@media (max-width: 768px) {
    .inner-box {
        width: 70%;
    }
}
.carousel-caption {
    position: absolute;
    width: 50vw;
    right: 15%;
    top: 35%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-caption h2 {
    color: #fff !important;
    font-size: 35px !important;
    font-weight: bold !important;
}
.carousel-caption p {
    color: #dbff00 !important;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.41);
    font-size: 25px !important;
}

@media (max-width: 768px) {
    .carousel-caption {
        width: 100vw;
        right: 0;
        top: 35%;
        left: 0;
        padding: 18px;
    }
    .carousel-caption h2 {
        font-size: 18px !important;
    }
    #hero h2 {
        margin-bottom: 0 !important;
    }
    .carousel-caption p {
        font-size: 15px !important;
    }
}
@media (max-width: 992px) and (min-width:769px) {
    .carousel-caption {
        width: 100vw;
        right: 0;
        top: 35%;
        left: 0;
        padding: 18px;
    }
    .carousel-caption h2 {
        font-size: 25px !important;
    }
    #hero h2 {
        margin-bottom: 0 !important;
    }
    .carousel-caption p {
        font-size: 20px !important;
    }
}
