.main_header {
  color: white;
  /* margin-top: 110px; */
  background-image: url(../../webassets/images/landing/back.png);
  padding-top: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Add this line */
}

.light-bg {
  background: #f4f8ff !important;
}

.top_Imges {
  position: relative;
  margin-top: 50px;
}

.top_Imges .device_img {
  width: 100%;
  max-width: 100%;
}

.top_Imges .line_img {
  position: absolute;
  top: 0px;
  left: 110px;
}

.text_footer p {
  margin-bottom: 5px;
}

.text_footer .title {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
}

.text_footer .contect {
  font-size: 24px;
  font-weight: 600;
  color: #263077;
  text-decoration: underline;
}

.text_footer:nth-child(3) {
  font-size: 18px;
  font-weight: 600;
}

.text_footer:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
}

.subscribe_input {
  display: flex;
  gap: 0;
  justify-content: center;
  max-width: 500px;
  border-radius: 8px;
  margin: auto;
  padding: 3px;
  margin-top: 20px;
}

.subscribe_input input {
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  outline: none;
}

.subscribe_input button {
  text-wrap: nowrap;
}

.subscribe_input {
  border: 1px solid rgb(196, 196, 196);
}

.buttons-for-sec {
  align-items: center;
}

.buttons-for-sec .section-button:first-child {
  padding-left: 0;
}

.btn:focus {
  box-shadow: none;
}

.buttons-for-sec .section-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  padding: 10px;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.buttons-for-sec .section-button.active {
  border-bottom: 3px solid #263077;
  color: #263077;
}

.features-block .h4 {
  font-size: 16px;
  margin: 0;
}

.inner_wc {
  height: 200px;
}

.inner_box_row {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 15px !important;
}

.inner_box_row .icon {
  margin: 0 !important;
}

.features-block {
  margin-bottom: 0 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  max-width: 90%;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0px 5px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .cancleModal {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.modal-content .content {
  height: auto;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.modal-content .content img {
  max-width: 280px;
}

.modal-content .content .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-content .content .info h3 {
  color: #263077;
}

.Thanks {
  padding: 100px;
  /* max-height: 100vh; */
  background-color: #263077;
}

.Thanks .thanks-content {
  height: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Thanks .thanks-content .logo {
  width: 100%;
}

.Thanks .thanks-content .logo img {
  max-width: 100%;
}


.Thanks .thanks-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.Thanks .thanks-content .content img {
  /* max-width: 100%;
  max-height: 70vh;
  height: auto; */
}

.Thanks .thanks-content .content .info p {
  max-width: 750px;
}

.Thanks .thanks-content .content .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Thanks .thanks-content .content .info h3 {
  text-align: center;
  color: #263077;
}

@media only screen and (max-width: 767px) {

  .h1,
  .h1 {
    font-size: 26px;
  }

  .top_Imges {
    margin-top: 20px;
  }

  .headerSec {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .Thanks {
    padding: 50px;
    height: auto;
  }

  .modulButtons {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
  }

  .modulButtons .btn {
    width: 100%;
  }

  .Thanks .thanks-content .content .info h3 {
    font-size: 20px;
  }

  .modal-content {
    height: auto;
  }

  .modal-content .content {
    position: static;
    transform: translate(0%, 0%);
    padding: 0;
  }

  .cancleModal img {
    max-width: 150px;
  }

  .modal-content .content .info h3 {
    font-size: 20px;
  }

  .features-block.theme-three h4 {
    font-size: 16px;
  }

  .sp-card {
    height: 100%;
  }

  .inner_box_row {
    display: block;
    height: 100%;
    margin-bottom: 0;
  }

  .inner_box_row .icon {
    margin: 0px auto 18px !important;
  }

  .lead-text .btn {
    width: 100%;
  }

  .lead-text .btn:last-child {
    margin-top: 10px;
  }

  .heading-wrapper .h1 {
    font-size: 26px;
  }

  .heading-wrapper .lead-text p {
    font-size: 16px;
  }

  .buttons-for-sec .section-button {
    font-size: 13px;
  }

  .section-padding {
    padding: 20px;
  }

  .text-wrapper .lead-text {
    font-size: 16px;
  }

  .top_Imges .line_img {
    width: 60px;
    top: -15px;
    left: 45px;
  }

  .badgeImage {
    margin-top: -30px !important;
  }

  .btn+.btn {
    margin-left: 0;
    margin-top: 0;
  }

  .features-block.theme-three .h4 br {
    display: none !important;
  }

  .features-block {
    margin-bottom: 0;
  }

  .aro-overflow.home .subscribe_input button.btn {
    margin-top: 0 !important;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    padding: 15px;
  }

  .subscribe_input input {
    padding: 5px;
    border: none;
    font-size: 16px;
    width: 100%;
    border-radius: 8px 8px 8px 8px;
    outline: none;
  }
}