@media (min-width: 1400px) {
    .mg-tp-2em {
        margin-top: 3em !important;
    }
    .bottom--68 {
        bottom: 0px !important;
    }
}

@media (max-width: 480px) {
    .mg-tp-2em {
        margin-top: 8px !important;
    }
}

@media (min-width: 767px) {
    .image img{
       height: 100px;
        margin-bottom: 10px;
      }

      .height-big-400
      {
       height:400px;
      }

}

@media (max-width: 1200px) {}

@media (max-width: 767px) {
     
  .height-small-200
  {
  height:200px;    
  }

    .image {
        overflow: hidden;
        height: 143px;
        font-size: 11px;
        margin-bottom: 27px;
    }
    .image img{
    height:70px;
    width:auto !important
    }

    #downloadnow
    {
     position: relative;
     bottom: 0px;
     margin-top: 50px;
    }

    .height-small-170
    {
    height: 143px !important;
    }

    .f-size-small-20
    {
    font-size: 20px;
    }

    .content {
        height: 322px;
    }

    .slick-prev {
        left: -6px !important;
    }

    .slick-slide
    {
        padding-left:0px !important;
    }
    #search {
        width: 196px;
        margin: auto;
    } 

    .menu li {
    font-size:11px; 
    }

    body {
        padding-bottom: 118px !important;
    }

    .slick-next:before,.slick-prev:before {
        background-size: 16px;
        background-position-y: center;
    }

    #footer-container {
        /* position: relative; */
        float: left;
        margin-top: 38px;
    }
    .menu {
        text-align: center;
    }
    .menu li {
        float: none;
        display: inline-block;
    }
}