@media screen and (max-width: 375px) {
  .container {
    width: 320px;
    margin: auto;
  }

  .top-nav {
    padding: 0px 0px;
    margin-top: 15px;
  }

  .header-top .top-nav .logo-part {
    width: 47%;
  }

  .header-top .top-nav .logo-part img {
    width: 150px;
  }

  .header-top .top-nav .middle-space-part {
    width: 18%;
    height: 30px;
  }

  .header-top .top-nav .right-part {
    width: 35%;
  }

  .header-top .top-nav .right-part img {
    height: 12px;
    margin: auto 0px;
    margin-right: 10px;
  }

  .header-top .top-nav .right-part h5 {
    font-size: 13px;
  }

  /*=================Top Nav Done!===========*/

  .menu-desktop {
    display: none;
  }

  .menu-mobile {
    background-color: #a7c936;
    width: 100%;
    height: 44px;
    position: relative;
  }

  .menu-mobile ul {
    width: 64%;
    height: 230px;
    background-color: #000;
    text-align: right;
    display: none;
    position: absolute;
    top: 7;
    right: 70px;
    bottom: 0;
  }

  .menu-mobile ul li {
    display: block;
    padding: 14px 10px;
    margin-right: 0px;
    border-bottom: 1px solid #fff;
  }

  /*=================Top Nav Mobile!===========*/

  .header-banner {
    background-image: url(../img/Ellipse.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }

  .header-banner .banner img {
    margin-top: 270px;
    display: none;
  }

  .header-banner .banner .message-form {
    display: none;
  }

  .header-banner-bottom p {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .about-us {
    background-size: cover;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us .left-about-us {
    width: 100%;
    margin: 200px auto 0px;
    text-align: center;
  }

  .about-us .left-about-us h4 {
    margin-top: 15px;
    text-align: center;
  }
  .about-us .left-about-us p {
    text-align: justify;
    padding: 10px 0px 10px 0px;
    font-size: 17px;
    font-family: 'Myriad Pro';
  }

  .about-us .right-about-us {
    background-size: cover;
    width: 100%;
    float: none;
  }

  /*============Featured Product Start============*/
  .featured-products {
    height: auto;
  }
  .featured-title {
    padding: 15px 0px 10px;
    margin-bottom: 8px;
  }

  .featured-title h1 {
    font-size: 30px;
  }

  .fp-container {
    width: 100%;
    display: block;
  }

  .featured-products-list {
    position: relative;
    width: 100%;
    float: none;
  }

  .featured-products-list:nth-child(2) {
    margin: 60px 0px;
  }

  /* ===========Featured Products End=========== */

  .portfolio-title {
    margin: 15px 0px;
  }

  .portfolio-details {
    margin-bottom: 0px;
  }

  .portfolio-details .portfolio-1 {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    height: 250px;
  }

  .portfolio-details .portfolio-2 {
    width: 100%;
    float: none;
    height: 266px;
    margin-bottom: 20px;
  }

  .portfoilio-learn-more {
    margin-bottom: 24px;
  }

  /*========Testimonials=========*/
  .testimonials .clients-feedback {
    width: 100%;
    padding: 0px;
    /*background-color: red;*/
  }

  .testimonials .testimonials-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 20px 0px;
  }

  .testimonials .testimonials-title hr {
    width: 100px;
  }
  .testimonials .testimonials-title h3 {
    font-size: 25px;
  }

  .testimonials .clients-feedback .clients-left {
    width: 100%;
    /*background-color: yellow;*/
    float: none;
    padding-bottom: 20px;
  }

  .testimonials .clients-feedback .clients-left .left-img .clients-common {
    width: 168px;
    height: 140px;
  }

  .testimonials .clients-feedback .clients-left .left-img .clients-2 {
    height: 165px;
    width: 218px;
  }

  .testimonials
    .clients-feedback
    .clients-left
    .left-img
    .clients-common
    .name {
    margin-top: 13px;
    height: 30px;
  }

  .testimonials
    .clients-feedback
    .clients-left
    .left-img
    .clients-common
    .name
    h4 {
    font-size: 12px;
  }

  .testimonials .clients-feedback .clients-right {
    width: 100%;
    float: none;
  }

  .testimonials .clients-feedback .clients-right p {
    font-size: 14px;
  }

  .testimonials .clients-feedback .clients-right p i {
    font-size: 15px;
  }

  .testimonials .clients-feedback .clients-right h5 {
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .footer-desktop {
    display: none;
  }

  .footer-mobile .common {
    width: 100%;
    float: none;
    border: none;
    display: block;
    padding: 0px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }

  .footer-mobile .footer-top {
    margin-bottom: 20px;
    display: block;
  }
  .contact-info {
    padding-bottom: 20px;
  }

  .sign-up {
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }

  .sign-up input {
    width: 100%;
    padding: 7px 5px;
    border-radius: 5px;
    margin: 10px 0px;
  }

  .social-media {
    width: 100%;
    display: block;
  }
  .social-media:after {
    content: '';
    display: block;
    clear: both;
  }

  .social-media .sm-left {
    width: 50%;
    float: left;
  }

  .social-media .sm-right {
    width: 50%;
    float: right;
  }

  .social-media .sm-right .icon {
    text-align: right;
  }

  .footer .social-media img {
    width: 100%;
    padding-bottom: 0px;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {
  .footer-mobile {
    display: none;
  }

  .nav-menu{
    display: none !important;
  }
}
