@media (max-width: 991.98px) {
.hero-section { padding: 70px 0; }
.provider-card { margin: 45px auto 0; }
.top-bar .contact-info { justify-content: center !important; text-align: center; }
.discovery-strip { padding: 30px 22px; text-align: center; }
.why-item { border-right: 0; border-bottom: 1px dashed rgba(36,92,37,.2); }
.inner_bnr h1 {font-size: 36px;}
.footer .row, .about_sec .row {
    row-gap: 20px;
}
.map_box {
    margin-top: 20px;
}
}
@media (min-width: 768px) {
.mission-vision-values .mvv-item:not(:last-child) {
    border-right: 1px dashed rgba(36, 92, 37, .25);
}
}
@media (min-width: 992px) {
.why-section h2 {
    text-align: left;
    font-size: 36px;
}
.footer .row > div:not(:last-child) {
    border-right: 1px dotted #72a048;
}
}

@media (max-width: 767.98px) {
.top-bar a {
    font-size: 0;
}
.top-bar a i {
    font-size: 18px;
    margin: 0 !important;
}
.blog-card {
    flex-direction: column;
}
.blog-card img, .blog-content {
    width: 100%;
}
.blog-card .featured-image {
    min-width: 100%;
    max-width: 100%;
}
.cta_bnr{padding: 30px;}
.btn-green, .btn-outline-green {
    width: 100%;
}
.hero-section {
	text-align: center;
	background-position: center left !important;
}
.hero-section p{font-size: 16px;}
.pricing-card h4 {
    min-height: inherit;
}
.section-subtitle {
    margin: 0 auto 25px;
}
.section-padding {
    padding: 60px 0;
}
.why-section, .why-section .text-start {
    text-align: center !important;
}
.copy_right {
    justify-content: center !important;
	text-align: center;
}
.profile_img {
    padding: 20px 20px 0 0;
}
	
}