@media only screen and (max-width: 768px) {
  .outer {
    padding: 1rem;
  }

  .navbar{
    height: auto;
  }

  .slider{
    margin-top: 60px !important;
  }

  .slider .slick-next {
    right: 10px;
  }

  .navbar ul li.loginbtn {
    margin-left: 0 !important;
  }

  .item1 {
  color: #404040;
}

.feature{
  margin-top: 90px;
}

.blog h5{
  margin: 1rem auto; 
}

  .dropdown-menu.show.show1 {
    position: static !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: .25rem;
    padding: 0;
  }

  .show1 a.item1.active {
    color: #2aaff4;
  }

  .show1 .item1 {
    display: block;
  }

  .slider .slick-prev {
    left: 10px;
  }

  .slider {
    height: 300;
  }

  .outer h1 {
    font-size: 34px;
  }

  .slider p {
    width: 100%;
    text-align: justify;
  }

  .navbar-nav {
    margin-top: 1rem;
  }

  .navbar-brand {
    width: 150px;
  }

  .car-img {
    margin: auto;
    width: 100% !important;
  }

  .img-text {
    width: auto;
  }


  .brdr-right {
    padding-bottom: 70px;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .banner1 h1 {
    padding: 0.5rem;
    font-size: 26px;
  }

  .talk-icons-border {
    padding: 0;
    border: none;
  }

  .banner1 {
    margin-top: 61px;
  }

  section {
    padding: 1rem;
    margin: 2rem auto;
  }

  .section-5 .col-sm-6:nth-child(even) h5 {
    color: #2aaff4 !important;
  }

  .section-5 .col-sm-6:nth-child(odd) h5 {
    color: #404040 !important;
  }

  .section-5 ion-icon {
    font-size: 60px;
  }

  .section-7 {
    height: auto;
  }

  .comment {
    width: 80%;
  }

  .comment:before {
    top: -15px;
    left: -15px;
  }

  .comment:after {
    bottom: -10px;
    right: -10px;
  }

  .talk{
    margin-top: 61px;
  }

  .section-5 .col-sm-6 h3 {
    font-size: 22px;
  }

  .heading2 {
    font-size: 30px;
  }

  footer [class*=col-sm-] {
    margin-bottom: 1rem;
  }

}

@media (min-width: 660px) and (max-width: 768px) {
  footer [class*=col-sm-] {
    margin-bottom: 0;
  }

  footer h4 {
    font-size: 20px;
  }

  .heading1 {
    font-size: 26px;
  }

  footer [class*=col-sm-] {
    margin-bottom: 2rem;
  }

  footer p {
    text-align: justify;
    font-size: 12px;
  }

  .icons span {
    font-size: 22px;
    margin: 0 5px;
  }

}