@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .whyusmiddle img {
        width: 100%;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
    .singleBox {
        width: 22%;
        height: 178px;
    }

    .whyusmiddle {
        margin-bottom: 30px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
     .singleBox {
        width: 31%;
        height: 150px;
    }
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #6d879b;
}
    .parnat-2nd-row {
        margin-left: 30px;
    }
    .largjstplay {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .justplaysingle {
        margin-bottom: 20px;
    }

    .subscribe-btn a {
        float: none;
        margin-top: 20px;
    }
    .footer-bottom {
        text-align: center;
    }
    .design {
        text-align: center;
        margin-top: 10px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .title h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 18px;
    }
    .face {
        padding: 20px;
    }
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #6d879b;
}
    .service .title h3 {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .service .title h3:after {
        bottom: -24px;
    }

    .whyusmiddle {
        margin-bottom: 30px;
    }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .title h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .singleBox {
        width: 46%;
        height: 150px;
    }

    .partnarWrap .partnarSingle, .parnat-2nd-row .partnarSingle {
        width: 100%;
        float: left;
         padding: 0px; 
    }

    .parnat-2nd-row {
        margin-left: 0px;
    }
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #6d879b;
}
    .whyusmiddle img {
    width: 100%;
    margin-bottom: 26px;
}
}