@media screen and (max-width: 1200px) and (min-width: 991px) {
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media screen and (max-width: 1200px) {
  .hero .text-box h1 {
    font-size: 55px;
  }
  .hero .text-box p {
    font-size: 22px;
  }
  .solution {
    padding: 60px 0 30px;
  }
  .solution .solution-box {
    padding: 30px;
  }
  .trusted {
    padding: 30px 0 60px;
  }
  .launching .launching_soon {
    padding: 40px 60px;
}
.launching .launching_soon .text-box h4 {
  font-size: 30px;
}
.launching .launching_soon .text-box h3 {
  margin-bottom: 25px;
  font-size: 28px;
}
.launching .launching_soon .grid-box h5 {
  font-size: 45px;
}
.launching .launching_soon .grid-box {
  margin-top: 40px;
  column-gap: 50px;
}
.launching .launching_soon .btn {
  width: 350px;
  height: 55px;
  font-size: 20px;
  margin-top: 45px;
}
.contact {
  padding: 60px 0;
}
.contact .contact-box h2 {
  font-size: 65px;
}
.contact .contact-box .grid-box {
  padding: 40px 0;
  column-gap: 25px;
}
.contact .form-box label {
  font-size: 20px;
}
.contact .form-box input {
  margin-bottom: 20px;
  height: 60px;
}
.contact .form-box textarea {
  height: 150px;
}
.contact .form-box .btn {
  height: 55px;
  border-radius: 10px;
  font-size: 20px;
}
}

@media screen and (max-width: 991px) {
  header .header-box p {
    font-size: 20px;
  }
  header .header-box .img-box img {
    width: 60%;
  }
  header {
    padding: 7px 0;
  }
  .hero .text-box h1 {
    font-size: 42px;
  }
  .hero .text-box p {
    font-size: 18px;
  }
  .hero .text-box .label {
    height: 38px;
    width: 130px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .hero {
    height: calc(100vh - 54px);
  }
  .solution {
    padding: 40px 0 20px;
  }
  .solution .head-box h2 {
    font-size: 38px;
  }
  .solution .head-box {
    margin-bottom: 30px;
  }
  .solution .solution-box {
    padding: 20px;
  }
  .solution .solution-box h3 {
    font-size: 20px;
  }
  .solution .solution-box ul li {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .solution .solution-box p {
    margin-bottom: 25px;
  }
  .solution .solution-box ul li::before {
    width: 16px;
    height: 18px;
    background-size: 8px;
  }
  .solution .solution_grid {
    gap: 20px;
  }
  .trusted {
    padding: 20px 0 40px;
  }
  .launching .launching_soon {
    padding: 40px 50px;
}
.launching .launching_soon .text-box h4 {
  font-size: 23px;
}
.launching .launching_soon .text-box h3 {
  font-size: 22px;
}
.launching .launching_soon .img_box img {
  width: 50%;
}
.launching .launching_soon .grid-box h5 {
  font-size: 40px;
}
.launching .launching_soon .grid-box ul li {
  font-size: 15px;
  margin-bottom: 20px;
  background-size: 18px;
  line-height: 20px;
  padding-left: 26px;
  min-height: 60px;
}
.launching .launching_soon .btn {
  width: 350px;
  height: 50px;
  font-size: 18px;
  margin-top: 40px;
}
.upper-footer ul li a {
  font-size: 15px;
}
.upper-footer {
  padding: 40px 0px;
}
.contact {
  padding: 40px 0;
}
.contact .contact-box h2 {
  font-size: 55px;
}
.contact .contact-box .grid-box {
  padding: 30px 0;
  column-gap: 20px;
}
.contact .contact-box .grid-box .address-box, .contact .contact-box .grid-box .email-box {
  padding: 15px;
}
.contact .contact-box .grid-box .email-box .contact-detail a {
  font-size: 15px;
  margin-top: 5px;
  line-height: 18px;
}
.contact .contact-box .grid-box .address-box p {
  font-size: 15px;
}
.contact .contact-box .social {
  margin-top: 20px;
  column-gap: 15px;
}
.contact .contact-box .social a {
  font-size: 22px;
}
.contact .form-box {
  padding: 30px 20px;
}
.contact .form-box label {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact .form-box input {
  margin-bottom: 15px;
  height: 50px;
}
.contact .form-box textarea {
  height: 130px;
}
.contact .form-box .btn {
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact .form-box p {
  font-size: 16px;
}
.upper-footer .footer_heading {
  font-size: 20px;
  margin-bottom: 15px;
}
}

@media screen and (max-width: 767px) {
  header .header-box .img-box img {
    width: 100%;
  }
  header .header-box p {
    font-size: 14px;
  }
  .hero {
    height: 100%;
    padding: 30px 0;
  }
  .hero .text-box h1 {
    font-size: 36px;
  }
  .hero .text-box .label {
    height: 35px;
    width: 120px;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .hero .text-box p {
    font-size: 16px;
  }
  .hero .img-box {
    text-align: center !important;
  }
  .hero .img-box img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .solution {
    padding: 30px 0 15px;
  }
  .solution .head-box h2 {
    font-size: 28px;
  }
  .solution .head-box {
    margin-bottom: 20px;
  }
  .solution .solution_grid {
    grid-template-columns: 1fr;
  }
  .solution .solution-box p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .solution .solution-box::before {
    transition: 0.1s;
  }
  .trusted{
    padding: 15px 0 30px;
  }
  .launching .launching_soon {
    padding: 25px 20px;
}
.launching .launching_soon .text-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.launching .launching_soon .text-box h4 {
  font-size: 20px;
}
.launching .launching_soon .img_box img {
  width: 80%;
}
.launching .launching_soon .grid-box {
  margin-top: 30px;
  column-gap: 0;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.launching .launching_soon .grid-box h5 {
  font-size: 35px;
  margin-bottom: 15px;
}
.launching .launching_soon .btn {
  width: 100%;
  margin-top: 30px;
}
.upper-footer {
  padding: 30px 0px;
}
.lower-footer {
  padding: 10px;
}
.lower-footer p{
  font-size: 14px;
}
.upper-footer ul li {
  margin-top: 15px;
}
.upper-footer ul li a {
  font-size: 15px;
}
.contact {
  padding: 30px 0;
}
.contact .contact-box h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.contact .contact-box .grid-box {
  padding: 20px 0;
  column-gap: 15px;
}
.contact .contact-box .social a {
  font-size: 20px;
}
.upper-footer .footer_heading {
  margin-top: 20px;
}
.contact .form-box {
  padding: 20px 20px;
  margin-top: 30px;
}
.solution .solution-box img {
  height: auto;
}
.launching .launching_soon .grid-box ul li {
  min-height: auto;
}
}

@media screen and (max-width: 375px) {
  header .header-box p {
    font-size: 13px;
  }
}
