@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  padding: 0;
  margin: 0;
  overflow: auto;
  
}

* {
  box-sizing: border-box;
}

.red-style{ color:red;}

img {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.thank-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 34px);
}

.cheq-swift-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}
.cheq-swift-wrapper .cheq-swift {
  flex: 1 1 45%;
}
.cheq-swift-wrapper .cheq-swift .cheq-heading {
  position: absolute;
  font-family: "Montserrat";
  font-weight: 400;
  top: 7%;
  color: #fff;
  font-size: 24px;
  left: 4%;
  max-width: 284px;
  width: 100%;
}
.cheq-swift-wrapper .cheq-swift-content {
  margin-top: 40px;
  flex: 1 1 55%;
}
.cheq-swift-wrapper .cheq-swift-content h2 {
  margin: 0 !important;
  padding: 0;
  color: #0C74BA;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.cheq-swift-wrapper .cheq-swift-content p {
  margin-bottom: 23px;
  margin-top: 0px;
  padding: 0;
  color: #656565;
  font-style: italic;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.cheq-swift-wrapper .main-form {
  display: grid;
  flex-wrap: wrap;
  column-gap: 25px;
  grid-template-columns: 1fr;
}
.cheq-swift-wrapper .input-style {
  width: 100%;
  border: 1px solid #BBBBBB;
  outline: none;
  margin-bottom: 8px;
  padding: 11px 7px;
}
.cheq-swift-wrapper .input-box {
  margin-bottom: 10px;
}
.cheq-swift-wrapper .form {
  width: calc(100% - 50px);
}
.cheq-swift-wrapper .form .label-name {
  color: #0F0F0F;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
.cheq-swift-wrapper .form .input-group:first-child {
  flex: 1 1 100%;
}
.cheq-swift-wrapper .form .input-group {
  flex: 1 1 50%;
}
.cheq-swift-wrapper .form .input-group .input-style {
  flex: 1 1 40%;
}
.cheq-swift-wrapper .book-my-demo {
  background-color: #0C74BA;
  margin-top: 22px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.cheq-swift-wrapper .book-my-demo {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
.cheq-swift-wrapper .book-my-demo:hover {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  background-color: #3E8FC6;
  transition: 0.2s;
}

.heading-thanks {
  text-align: center;
}
.heading-thanks h2 {
  font-size: 42px !important;
  font-weight: 700;
}
.heading-thanks p {
  font-size: 22px !important;
  max-width: 492px;
  margin-bottom: 72px !important;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

.text-decoration {
  text-decoration: none;
}

.style-error{ color: red; font-size: 16px;  font-family: "Montserrat", sans-serif;}

@media (max-width: 767px) {
  .cheq-swift-wrapper .main-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
  }
  .logo-cheqswift p {
    margin: 0;
  }
  .thank-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 0px);
  }
  .form {
    width: calc(100% - 0px) !important;
  }
  body {
    overflow-y: scroll;
  }
  .img-full {
    height: 100%;
    object-fit: cover;
  }
  .cheq-swift-wrapper .cheq-swift .cheq-heading {
    max-width: 304px;
    top: 2%;
  }
  .cheq-swift-wrapper {
    gap: 35px;
  }
  .cheq-swift-wrapper .cheq-swift-content {
    margin-top: 0px;
    flex: 1 1 55%;
    padding: 0px 20px;
    margin-bottom: 40px;
  }
  .cheq-swift-wrapper {
    grid-template-columns: 1fr;
  }
  .cheq-swift-wrapper .cheq-swift-content h2 {
    font-size: 22px;
  }
  .cheq-swift-wrapper .cheq-swift-content p {
    font-size: 14px;
  }
  .cheq-swift-wrapper .form .label-name {
    font-size: 14px;
  }
}