@media (max-width:767px) {
    html {
        overflow-x: hidden;
    }
    .ProductsPane {
        background: #effbfd;
        padding-bottom: 115px;
    }
    .Fleft>div+div {
        background: #f8f8f8;
        padding: 40px 20px;
        margin-bottom: -80px;
        text-align: justify;
    }
    .sliderTop h4 {
        color: #807f7f;
        font-size: 13px;
        text-align: justify;
        line-height: 2.2;
        padding: 0 30px;
    }
    .FLine {
        text-align: center;
        font-size: 15px;
    }
    .CntCertificates>div>div {
        text-align: center;
    }
    .CntCertificates>div>div:nth-child(1),
    .CntCertificates>div>div:nth-child(2),
    .CntCertificates>div>div:nth-child(3),
    .CntCertificates>div>div:nth-child(4),
    .CntCertificates>div>div:nth-child(5),
    .CntCertificates>div>div:nth-child(6),
    .CntCertificates>div>div:nth-child(7),
    .CntCertificates>div>div:nth-child(8) {
        margin-bottom: 20px;
    }
    .FiftyP>div:last-child {
        padding-right: 0;
    }
    .UCThumbnail img {
        display: block;
        max-width: 90%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .LI-EServices li a {
        color: rgba(157, 157, 157, 1);
        font-size: 13px;
        transition: .4s all ease-in-out;
    }
    .SNMPCMoreDate {
        position: absolute;
        left: 0;
        bottom: -25px;
    }
    .LI-EServices li::before {
        content: "";
        bottom: 11px;
    }
    .UCTitle {
        text-align: justify;
        padding-right: 16px;
        padding-left: 16px;
    }
    .UCRoTitle {
        padding: 0 16px;
    }
    .UCRedLine {
        margin-right: 16px !important;
    }
    .IconTitle {
        padding-right: 20px;
    }
    .IMGProducts .TxtImgPro {
        position: absolute;
        bottom: 0;
        right: 15px;
        background: #c4f0f6;
        padding: 10px 10px;
        font-size: 19px;
        color: #7e8788;
    }
    .sliderTop .carousel-control {
        top: 102% !important;
        width: 13% !important;
        color: #adadad !important;
        position: absolute;
    }
    .sliderTop .carousel-control.right {
        left: auto;
        right: 30%;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: unset !important;
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        z-index: 2;
    }
    .sliderTop .carousel-control.left {
        right: auto;
        left: 30%;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: unset;
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        z-index: 2;
    }
    .sm-default li>a span {
        color: #fff !important;
        font-size: 14px !important;
    }
    .tenderRow>.col-xs-8 {
        width: 100%;
    }
    .tenderRow>.col-xs-4 {
        display: none;
    }
}