/* style for media screen max-width: 1200px*/
@media only screen and (max-width: 1200px){
 .img-up p {
        width: 303px;
    }
    body p.p1, body p.p2 {
        padding-left: 108px;
    }
}




/* style for media screen  max-width: 992px*/
@media only screen and (max-width: 992px){
    .img-up p {
        width: 230px;
    }
    body p.p1, body p.p2 {
        padding-left: 68px;
    }
    .navbar-nav:last-child {
        padding-left: 0;
    }
    body .navbar-wrapper .navbar {
        height: auto;
    }
    .pull-right {
        float: left!important;
    }

}





/* style for media screen  max-width: 768px*/
@media only screen and (max-width: 768px){
    .img-up p {
        width: 351px;
    }
    .before-footer .col-sm-4
    {
        margin-top: 33px;
    }
    .partner-list .col-sm-4  {
        padding-top: 15px;
    }
    body p.p1, body p.p2 {
        padding-left: 108px;
    }
    body .under-menu .carousel-caption {
        bottom: 696px !important;
    }
    .under-menu p.txt-img {
        font-size: 24px;
    }
    body .carousel, body .carousel .item, body .carousel-inner > .item > img
    {
        height: 300px;
    }
    body .carousel-caption
    {
        bottom: 20px;;
    }
    body .carousel-caption h2
    {
        font-size: 26px;
    }
    body .carousel-caption h4
    {
        letter-spacing: .5px;
    }
}


/* style for media screen max-width: 400px*/
@media only screen and (max-width: 400px){
    .img-up p {
        width: 100%;
    }


}
/* style for media screen min-width: 1280 */
@media (min-width:1290px){
    body .under-menu .carousel-caption {
        bottom: 71%;
    }
    body .carousel, body .carousel .item, body .carousel-inner > .item > img {
        height: 616px;
    }
}

