@media (max-width:600px) {
    .logo12 {
        height: 54px;
        width: 110px;
        margin-left: 0px;
    }
    .demo1{
        position: relative;
        right: 0px;
        text-align: justify;
      }
      .demo2{
        position: relative;
        left: 0px;
        top: -27px;
      }
      .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        height: 400px;
      }
      .featured-top {
        margin-top: -47px;
    }
    .slider-text {
        height: 0px;
    }
    .slider-text h1 {
        font-size: 23px;
        color: #fff;
        line-height: 1.1;
        font-weight: 700; }
    .text{
        margin-top: 60px;
    }
    
}


@media (max-width: 768px) {
    .ftco-section.ftco-cart table,
    .ftco-section.ftco-cart table thead,
    .ftco-section.ftco-cart table tbody,
    .ftco-section.ftco-cart table th,
    .ftco-section.ftco-cart table td,
    .ftco-section.ftco-cart table tr {
        display: block;
    }
    
    .ftco-section.ftco-cart table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .ftco-section.ftco-cart table tr {
        margin-bottom: 15px;
    }
    
    .ftco-section.ftco-cart table td {
        border: none;
        position: relative;
        padding-left: 50%;
    }
    
    .ftco-section.ftco-cart table td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(1):before {
        content: "Type of Vehicle:";
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(2):before {
        content: "Slab:";
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(3):before {
        content: "Tariff:";
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(4):before {
        content: "Extra KM:";
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(5):before {
        content: "Extra Hrs:";
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(6):before {
        content: "Night:";
    }
    
    .ftco-section.ftco-cart table td:nth-of-type(7):before {
        content: "Outstation:";
    }
}