@media only screen and (max-width: 480px) {
  #imgABOUT{
    width: 100%;
  }

   .abtmobile{
   padding: 5px;
   
  }

    #imgslide{
    width: 100%;
    height:280px;
  }

       #cnt{
      padding-top: 20px;
    min-height: 120px;
      }

  #h1cvd{
      color: #fff;line-height: 2rem;
      }

    
    }
     
 .abtmobile2{
     padding: 50px;
    }


    p, h1, h2, h3, h4, h5, span, td {
        font-family: Poppins;
       
    }
    .span_footer{
      font-family: Poppins;
        font-size: 14px;
    }

    h3 {
        font-weight: 700;
    }

    .fa-2x {
        color: grey !important;
    }
    .always-top {
        z-index: 999999 !important;
    }
    .select2-container--default .select2-selection--single {
      background-color: #fff !important;
      border: none !important;
      border-radius: 0px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: 5PX;
      right: -10px;
      width: 20px;
    }
    #image_dozer {
        max-width: 75%;
    }

   @media (max-width: 767px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    /* medium and up screens */
    @media (min-width: 768px) {
        
        .carousel-inner .carousel-item-end.active,
        .carousel-inner .carousel-item-next {
          transform: translateX(25%);
        }
        
        .carousel-inner .carousel-item-start.active, 
        .carousel-inner .carousel-item-prev {
          transform: translateX(-25%);
        }
    }

    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start { 
      transform: translateX(0);
    }

    .cycle-slideshow img{width:100%;height:auto;}
    .cycle-slideshow  div{float:none;}

    /*If using Jquery Enhanced*/
    .cycle-carousel-wrap{top:0 !important;}
    div.col-xs-2{
      padding:0px;
    }

    #bg-static {
        background: url('../../assets/fronts/img/bg-aboutus.jpg');
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right; 
    }

    .card-items {
        background-color: #fff;
    }

    .slick-prev:before, .slick-next:before {
        color: #fd0000 !important;
    }

    .slider {
        width: 80%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 10px 20px;
    }

    .slick-slide img {
        width: 100%;
        transform: scale(0.9);
    }

    .slick-current > div > div > img {
        transform-origin: left top;
        animation: scale 500ms ease-in-out forwards;
    }
    @keyframes  scale {
      to {
        transform: scale(1.3);
      }
    }
    .select2-container--open {
        z-index: 9999999 !important;
    }
    .brand-slider-full {
        width: 100% !important;
        padding: 0 !important;
    }

    #main-container {
        position: fixed;
        background-color: #fff;
        z-index: 9999999;
        top: 0;
        -webkit-box-shadow: 0 4px 6px -6px #222;
        -moz-box-shadow: 0 4px 6px -6px #222;
        box-shadow: 0 4px 6px -6px #222;
    }

    #post-container {
        padding-right: 35px;
        padding-left: 35px;
        padding-top: 25px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #logo-humpus {
        max-height: 75px;
    }

    #footer-copyright {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fd0000;
    }

    .fa-brands-footer {
        background-color: blue;
        border-radius: 5px;
        font-size: 1em;
    }

    .footer-div {
        padding-left: 2em;
        padding-right: 2em;
    }

    .footer-icons {
        margin-right: 5px;
    }

    .separator-diagonal {
        position: relative;
        width: 100%;
       height: 100px;
margin-top: -125px;
margin-bottom: 50px;
    }

    #vision-mission-bg {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 75px;
        margin-bottom: 0px;
    }

    #chistory {
        background: url('../../assets/fronts/img/bg-aboutus.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
    }

    a.accordion-link {
        color: #000;
        font-size: 18px;
    }

    a.accordion-link:hover {
        color: rgba(0, 0, 0, 0.8);
    } #imgkotak {
  border-radius: 8px;
}

     #imgABOUT {
  border-radius:0px;
}