@media (min-width: 1200px) and (max-width: 1400px) {

    header {
        padding: 18px 0px;
    }

    #slide_bg {
        height: 100%;
    }

    .banner-style-six h2 {
        font-size: 3.2rem;
    }

    #slide_bg .main-title {
        font-size: 2rem;
    }

    .navbar-brand>img {
        display: block;
        height: auto;
        max-width: 102px;
    }

    .contact-form-style-one input,
    .contact-form-style-one textarea {
        padding: 10px 22px;
        font-size: 1rem;
    }
    .contact-form-style-one button {        
        font-size: 17px;
        padding: 10px;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {

    .navbar.validnavs.navbar-default .navbar-nav li a {
        font-size: 12px !important;
        padding: 8px !important;
        font-weight: 500;
    }

    #slide_bg .main-title {
        font-size: 2rem;
        color: #000;
        font-weight: 700;
    }

    .banner-style-six h2 {
        font-size: 2.5rem;
        margin-bottom: 0;
        line-height: 1.5;
    }

    section#facing_challenges {
        padding: 15px;
    }

    section#facing_challenges ul li {
        margin: 0 2px 0;
        font-size: 2rem;
    }


}


@media screen and (max-width:1024px) {

    .banner-style-six h2 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    #comprehensive_dashboard li .li_container {
        padding: 0 5%;
        grid-template-columns: 1fr;
    }

    #comprehensive_dashboard li:hover .li_container h3 {
        transform: translateX(0px);
    }

    #comprehensive_dashboard li .li_container h3 {
        font-size: 2.2rem;
        max-width: 100%;
        text-align: center;
    }

    #comprehensive_dashboard li .li_container p {
        text-align: center;
    }

    .banner-area.auto-height {
        padding-bottom: 0;
    }

    .contact-form-style-one {
        margin-top: 0;
    }
}

@media screen and (max-width:991px) {

    .banner-area.double-items.bottom-thumb .content {
        padding: 0;
    }

    #slide_bg .main-title {
        font-size: 2rem;
        text-align: center;
    }

    .banner-style-six h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .banner-style-six h4 {
        font-size: 18px;
        margin: 0;
    }

    .banner-area.auto-height {
        padding-top: 25px;
    }

    section#facing_challenges ul li {
        font-size: 2.3rem;
    }

    section#facing_challenges ul li i {
        font-size: 2rem;
    }

    .comp_dashboard h2 {
        font-size: 36px;
    }

    #comprehensive_dashboard li .li_container h3 {
        font-size: 27px;
    }

    #comprehensive_dashboard li .li_container p {
        text-align: center;
        font-size: 18px;
    }

    .mututal_bene h2 {
        font-size: 36px;
    }

    .mututal_bene p {
        font-size: 19px;
        line-height: 1.5;
    }

    .contact-form-style-one {
        margin-top: 20px;
    }

}


@media screen and (max-width:767px) {

    #slide_bg .main-title {
        font-size: 24px;
        font-weight: 600;
    }

    #slide_bg {
        height:auto;
        display: block;
        padding: 50px 0;
    }

    .contact-form-style-one {
        margin-top: 0px;
    }

    .banner-style-six h2 {
        font-size: 22px;
        line-height: 1.2;
        text-transform: capitalize;
    }

    .contact-form-style-one .heading {
        font-size: 20px;
        text-align: center;
    }

    .site-heading p {
        font-size: 16px;
    }

    .service-six-item div {
        display: block;
    }

    .mental_crucial .service-six-item h4 {
        text-align: center;
    }

    .mental_crucial .service-six-item p {
        line-height: 1.5;
        font-size: 15px;
        text-align: center;
    }

    .mental_crucial .service-six-item {
        padding: 30px;
    }

    .comp_dashboard h2 {
        font-size: 26px;
    }

    #comprehensive_dashboard li .li_container h3 {
        font-size: 24px;
        font-weight: 500;
    }

    #comprehensive_dashboard li .li_container p {
        font-size: 17px;
    }

    .banner-style-six h4 {
        font-size: 18px !important;
        margin: 0;
    }

    #facing_challenges {
        background: #e1555a;
        /* background-image: radial-gradient(circle, #46aa88, #72a057, #9f8f33, #c77534, #e1555a); */
    }

    .tikker {
        grid-template-columns: repeat(1, 1fr);
        display: block;
    }
    .tikker .headline::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        left: 17px;
        top: unset;
        bottom: -20px;
    }
    .tikker .headline {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:640px) {

    section#facing_challenges {
        padding: 40px 0 10px;
    }

    section#facing_challenges ul li {
        font-size: 24px;
    }

    .mututal_bene h2 {
        font-size: 28px;
    }  
    .testimonial-style-one-item .quote-icon img {
        top: 45px;
    }

}