.w-1 {
  width: 8.16%;
}

.w-2 {
  width: 16.33%;
}

.w-3 {
  width: 25%;
}

.w-4 {
  width: 33.33%;
}

.w-5 {
  width: 41.16%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.33%;
}

.w-8 {
  width: 66.66%;
}

.w-9 {
  width: 75%;
}

.w-10 {
  width: 83.33%;
}

.w-11 {
  width: 91.66%;
}

.w-12 {
  width: 100%;
}

@media (max-width:1400px) {
  .w-xxl-1 {
    width: 8.16%;
  }

  .w-xxl-2 {
    width: 16.33%;
  }

  .w-xxl-3 {
    width: 25%;
  }

  .w-xxl-4 {
    width: 33.33%;
  }

  .w-xxl-5 {
    width: 41.16%;
  }

  .w-xxl-6 {
    width: 50%;
  }

  .w-xxl-7 {
    width: 58.33%;
  }

  .w-xxl-8 {
    width: 66.66%;
  }

  .w-xxl-9 {
    width: 75%;
  }

  .w-xxl-10 {
    width: 83.33%;
  }

  .w-xxl-11 {
    width: 91.66%;
  }

  .w-xxl-12 {
    width: 100%;
  }
}

@media (max-width:1200px) {
  .w-xl-1 {
    width: 8.16%;
  }

  .w-xl-2 {
    width: 16.33%;
  }

  .w-xl-3 {
    width: 25%;
  }

  .w-xl-4 {
    width: 33.33%;
  }

  .w-xl-5 {
    width: 41.16%;
  }

  .w-xl-6 {
    width: 50%;
  }

  .w-xl-7 {
    width: 58.33%;
  }

  .w-xl-8 {
    width: 66.66%;
  }

  .w-xl-9 {
    width: 75%;
  }

  .w-xl-10 {
    width: 83.33%;
  }

  .w-xl-11 {
    width: 91.66%;
  }

  .w-xl-12 {
    width: 100%;
  }
}

@media (max-width:992px) {
  .about-img-right {
    text-align: center;
    padding: 10px 20px;
  }

  .icon-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .w-lg-1 {
    width: 8.16%;
  }

  .w-lg-2 {
    width: 16.33%;
  }

  .w-lg-3 {
    width: 25%;
  }

  .w-lg-4 {
    width: 33.33%;
  }

  .w-lg-5 {
    width: 41.16%;
  }

  .w-lg-6 {
    width: 50%;
  }

  .w-lg-7 {
    width: 58.33%;
  }

  .w-lg-8 {
    width: 66.66%;
  }

  .w-lg-9 {
    width: 75%;
  }

  .w-lg-10 {
    width: 83.33%;
  }

  .w-lg-11 {
    width: 91.66%;
  }

  .w-lg-12 {
    width: 100%;
  }
}

@media (max-width:768px) {
  .home-content {
    text-align: center;
  }

  .btn {
    text-align: center;
  }

  .home-content h2 {
    font-size: 3rem;
    line-height: 60px
  }

  .home-image {
    height: 250px;
    text-align: center;
  }

  .heading {
    font-size: 3rem;
  }

  .heading span {
    font-size: 1.5rem;
  }


  .w-md-1 {
    width: 8.16%;
  }

  .w-md-2 {
    width: 16.33%;
  }

  .w-md-3 {
    width: 25%;
  }

  .w-md-4 {
    width: 33.33%;
  }

  .w-md-5 {
    width: 41.16%;
  }

  .w-md-6 {
    width: 50%;
  }

  .w-md-7 {
    width: 58.33%;
  }

  .w-md-8 {
    width: 66.66%;
  }

  .w-md-9 {
    width: 75%;
  }

  .w-md-10 {
    width: 83.33%;
  }

  .w-md-11 {
    width: 91.66%;
  }

  .w-md-12 {
    width: 100%;
  }
}

@media (max-width:576px) {

  nav {
    display: none;
  }

  form {
    padding: 50px;
  }

  .fa-bars {
    display: block !important;
  }

  .w-sm-1 {
    width: 8.16%;
  }

  .w-sm-2 {
    width: 16.33%;
  }

  .w-sm-3 {
    width: 25%;
  }

  .w-sm-4 {
    width: 33.33%;
  }

  .w-sm-5 {
    width: 41.16%;
  }

  .w-sm-6 {
    width: 50%;
  }

  .w-sm-7 {
    width: 58.33%;
  }

  .w-sm-8 {
    width: 66.66%;
  }

  .w-sm-9 {
    width: 75%;
  }

  .w-sm-10 {
    width: 83.33%;
  }

  .w-sm-11 {
    width: 91.66%;
  }

  .w-sm-12 {
    width: 100%;
  }
}