@media (min-width: 1200px)
{
    /* Hover Effect */
    .primary_btn_:hover
    {
        background: transparent;
        color: #006838;
    }
    .secondary_btn_:hover
    {
        background: #006838;
        color: #fff;
    }
    .container {
        max-width: 1700px;
    }
}
@media (max-width: 992px)
{
.sliderRight > img {
    width: 472px;
}
.interested-list li {
    display: inline-block;
    margin-bottom: 15px;
    width: 46.33%;
}
}
@media (max-width: 768px)
{
    .inter-links {
        color: #6E7D8C;
        font-size: 15px;
        padding: 0;
        margin-right: 0;
    }
    .interested-list li {
        display: inline-block;
        margin-bottom: 15px;
        width: 49.33%;
    }
    .subhead_2 {
        font-size: 23px;
        color: #313131;
    }
    .subtitle_2 {
        font-size: 39px;
        color: #006838;
        letter-spacing: 6px;
        font-weight: bold;
    }
    .sliderRight > img {
        width: 355px;
    }
    .sliderFormBtn{
        padding:7px 27px;
    }
    .intrestedHeading {
        margin-left:0;
    }

}
@media (max-width: 576px)
{
    .feature_container {
        max-width:100% !important;
    }
    .sliderCol-2 {
        display: none;
    }
    .sliderCol-1 {
        width:100% !important;
    }
}