/* BANNER */
.home section.page-banner .banner-content{
    padding-top: 170px;
    padding-bottom: 160px;
}
.home section.page-banner .banner-content .heading{
    margin-bottom: 0px;
}
.home section.page-banner .banner-content .heading h1 {
    font-size: 3.8rem;
}
.home section.page-banner .banner-content .sub-heading {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400 ! Important;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 769px) {}
@media only screen and (max-width: 576px) {
    .home section.page-banner .banner-content .heading h1 {
        font-size: 3.5rem;
    }
}

/* MIDDLE CONTENT */
.home section.middle_content .heading {
    font-size: 40px;
    font-weight: 500!important;
    text-align: center;
    max-width: 695px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {
    .home section.middle_content .heading {
        max-width: 600px;
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 769px) {}
@media only screen and (max-width: 576px) {}

/* TWO CARD ROW*/
/* overrides */
.home section.two-card-row .btnS.white-bg{
    border: solid 1px #057c35;
    color: #057c35;
    background: #ffffff!important;
}
.home section.two-card-row .btnS.white-bg:hover{
    background: #057c35!important;
    color: #ffffff !important;
} 
/* info card */
.home section.two-card-row .info-card{ 
    padding: 35px 58px;
    overflow: hidden;
}
.home section.two-card-row .info-card img{ 
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.95);
    transform: scale(1);
    transition: .3s all ease-in-out;
}
.home section.two-card-row .info-card:hover img {
    transform: scale(1.1);
}
.home section.two-card-row .info-card .content_box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 100%;
}
.home section.two-card-row .info-card .content_box .heading{
    color: white ! Important;
    margin-top: 200px;
    font-size: 2.3rem;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}

/* LEFT RIGHT CONTENT */
.home section.right-left-section .right-left-img img{
    border-radius: 0px;
}

/* DEAL CARDS */
.home section.deal-cards .heading p{
    color: #057c35;
}
.home section.deal-cards .heading p strong {
    color: #14ca5e;
}