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

@media (min-width : 1400px) and (max-width : 1599px) {
      h1 {
            font-size: 70px;
            line-height: 75px;
      }

      h2 {
            font-size: 40px;
            line-height: 42px;
      }

      /* .bite-details .steps-wrapper ul li::after {
            width: 115px;
      } */

      .common-btn {
            font-size: 18px;
      }


}

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

@media (max-width : 1366px) {
      .bite-details .steps-wrapper li.active::before {
            width: 162px;
      }

      .bite-details .steps-wrapper ul li::after {
            width: 162px;
      }

      h1 {
            font-size: 65px;
            line-height: 70px;
      }

      h2 {
            font-size: 40px;
            line-height: 42px;
      }

      /* .bite-details .steps-wrapper ul li::after {
            width: 115px;
      } */

      .common-btn {
            font-size: 18px;
      }

      .bite-details .bottom-area .right {
            padding: 50px;
      }

      .form-control {
            padding: 14px 15px;
      }
}

@media (max-width : 1280px) {
      h1 {
            font-size: 60px;
            line-height: 65px;
      }

      h2 {
            font-size: 36px;
            line-height: 40px;
      }

      input[type="checkbox"] {
            width: 24px;
            height: 24px;
      }

      input[type="checkbox"]:checked::before {
            top: -4px;
            left: 3px;
      }

      footer .footer-inner h5 {
            font-size: 16px;
            line-height: 20px;
      }
}

@media (max-width : 1024px) {
      .bite-details .steps-wrapper ul li::after {
            width: 120px;
      }

      .bite-details .steps-wrapper li.active::before {
            width: 120px;
            left: 40px;
      }


      h1 {
            font-size: 55px;
            line-height: 60px;
      }

      h2 {
            font-size: 34px;
            line-height: 40px;
      }

      .bite-details .top-area h2 {
            margin-bottom: 20px;
      }

      /* .bite-details .steps-wrapper ul li::after {
            width: 85px;
      } */


}

@media (max-width : 991px) {
      h1 {
            font-size: 42px;
            line-height: 47px;
      }

      .header-logo img {
            width: 160px;
            height: auto;
            display: block;
            overflow: hidden;
      }

      .home-banner .home-banner-inner p {
            max-width: 100%;
      }

      .home-banner .home-banner-inner {
            padding: 80px 0px;
      }

      .bite-details .top-area p {
            font-size: 16px;
            line-height: 25px;
            max-width: 100%;
      }

      .contact-btn {
            font-size: 16px;
            padding: 12px 40px;
      }

      .bite-details .bottom-area .right {
            padding: 40px 30px;
      }

      .common-btn {
            font-size: 16px;
      }

      /* .bite-details .steps-wrapper ul li::after {
            width: 85px;
            left: 40px;
      } */

      .bite-details .steps-wrapper li.active::before {
            width: 40px;
            left: 35px;
      }

      footer .footer-inner p {
            max-width: 100%;
      }
}

@media (max-width : 767px) {
      h1 {
            font-size: 35px;
            line-height: 40px;
      }

      .home-banner .home-banner-inner {
            padding: 60px 0px;
      }

      .bite-details .steps-wrapper ul li {
            width: 30px;
            height: 30px;
            font-size: 14px;
      }

      /* .bite-details .steps-wrapper ul li::after {
            width: 60px;
            left: 30px;
      } */

      .bite-details .steps-wrapper li.active::before {
            width: 30px;
            left: 30px;
      }

      input[type="checkbox"]:checked::before {
            top: -3px;
            left: 3px;
            font-size: 17px;
      }
}

@media (max-width : 540px) {
      .header-logo img {
            width: 140px;
      }

      .contact-btn {
            font-size: 16px;
            padding: 10px 30px;
      }

      h2 {
            font-size: 30px;
            line-height: 35px;
      }

      .bite-details {
            padding: 40px 0px;
      }

      .form-control {
            padding: 10px 12px;
      }

      .form-select {
            background-size: 12px !important;
      }

      input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-right: 12px;
            position: relative;
            top: 2px;
      }

      .common-btn {
            font-size: 16px;
            padding: 12px 30px;
      }

      footer .footer-inner h5 {
            font-size: 14px;
            line-height: 18px;
      }
}

@media (max-width : 430px) {
      .header-logo img {
            width: 120px;
      }

      h1 {
            font-size: 30px;
            line-height: 35px;
      }

      h2 {
            font-size: 25px;
            line-height: 30px;
      }

      .home-banner .home-banner-inner p {
            font-size: 14px;
            line-height: 24px;
      }

      /* .bite-details .steps-wrapper ul li::after {
            width: 40px;
            left: 30px;
      } */

      .bite-details .steps-wrapper li.active::before {
            width: 15px;
            left: 30px;
      }

      .bite-details .steps-wrapper {
            margin-bottom: 35px;
            padding-bottom: 30px;
      }

      header .header-inner {
            padding: 20px 0px;
      }
}

@media (max-width : 414px) {
      /* .bite-details .steps-wrapper ul li::after {
            width: 35px;

      } */
}

@media (max-width : 390px) {
      /* .bite-details .steps-wrapper ul li::after {
            width: 30px;

      } */

      .common-btn {
            font-size: 14px;
            padding: 10px 25px;
      }
}

@media (max-width : 375px) {
      /* .bite-details .steps-wrapper ul li::after {
            width: 30px;

      } */

      .bite-details .bottom-area .right {
            padding: 25px 15px;
      }
}

@media (max-width : 320px) {
      /* .bite-details .steps-wrapper ul li::after {
            width: 20px;

      } */

      .contact-btn {
            font-size: 15px;
            padding: 10px 25px;
      }
}

@media (max-width : 480px){
      .form-2 input[type="checkbox"]{
          width: 20px;
          height: 20px;
          margin-right: 12px;
          position: relative;
          top: 2px;
          flex: 0 0 5%;
      }
}

@media (max-width : 768px){
      .form-2 input[type="checkbox"]{
          width: 24px;
          height: 24px;
          margin-right: 12px;
          position: relative;
          top: 2px;
          flex: 0 0 5.5%;
      }
}
