@media screen and (max-width: 1280px) {
  .t-txt p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .t-box {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .t-icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
  .t-txt {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .t-txt h5 {
    margin-bottom: 14px;
  }

  .new-box h5 {
    font-size: 26px;
  }

  .t-form {
    clip-path: none;
    height: auto;
    padding: 20px 7px 36px 7px;
  }

  .map {
    margin-top: 0%;
  }

  .btn-1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 912px) {
  .t-txt p {
    margin: 0 auto;
    width: 60%;
  }

  .t-box {
    margin-bottom: 30px;
  }

  .input-div {
    background-image: none;
  }

  .btn-1 {
    margin-left: 78%;
    width: 50%;
  }
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 786px) {
}

@media screen and (max-width: 712px) {
  .form-parent {
    flex-wrap: wrap;
  }

  .input-div {
    margin-bottom: 0px;
  }

  .right-div {
    display: none;
  }

  .left-div {
    width: 100%;
  }

  .btn-1 {
    margin-left: 0%;
    width: 38%;
  }
}

@media screen and (max-width: 600px) {

  .banner {
    height: 400px;
  }
}

@media screen and (max-width: 540px) {
  .t-txt h5 {
    font-size: 18px;
  }
  .new-box h5 {
    font-size: 24px;
  }
  .t-icon {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }
}

@media screen and (max-width: 430px) {
  .t-txt p {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 412px) {
.others-con{
      flex-direction: column;
    align-items: center;
  }

  .others-area{
    width: 90%;
  }

  .direct-area{
        flex-direction: column;
    align-items: center;
    height: auto;
  }

  .img-box{
    width: 100%;
    height: auto;
  }

  .others .gbl_heading{
    font-size: 24px;
  }

  .box-1 h2{
        padding: 8px;
  }
  .other-add{
    gap: 0px;
  }
}

@media screen and (max-width: 393px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}
