.taskoit_subs_main .subs_left .witr_section_title_inner h2 {
  font-size:clamp(24px, 2.5vw, 48px);
}

.taskoit_subs_main .subs_left .witr_section_title_inner p {
  width: 100%;
  margin-top: 1rem;
}
.taskoit_subs_main .subs_right form {
  position: relative;
}
.taskoit_subs_main .subs_right input {
  width: 100%;
  margin-top: 1rem;
  font-size: 18px;
  line-height: 32px;
  outline: 0;
  padding: 24px 21px 22px 21px;
  height: 64px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
}
.taskoit_subs_main .subs_right .active{
  border: 1px solid var(--color-primary);
}
.taskoit_subs_main  .crmFormVali-error {
  position: relative;
  top: 6px;
  left: 0;
}

.taskoit_subs_main .subs_right button {
  width: 200px;
  height: 64px;
  display: block;
  margin: 1rem auto;
  border-radius: 32px;
  border: none;
  outline: 0;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.5s;
  background: linear-gradient(4deg, var(--color-primary) -20.94%, var(--color-second) 120.94%);;
  color: #ffffff;
  font-family: var(--title-font-family);
}

.taskoit_subs_main .subs_right button:hover {
  background: var(--color-second);
}
.taskoit_subs_main .subs_right button:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}

.taskoit_subs_main .subs_right {
  margin: 40px auto 0;
  width: 100%;
  max-width: 800px;
}

.taskoit_subs_main .subs_right p {
  position: relative;
  line-height: 27px;
  margin-bottom: 22px;
}

.taskoit_subs_main {
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
/* Subscribe area end */


@media (min-width: 992px) and (max-width: 1199px) {
  .taskoit_subs_main .subs_left {
    padding: 0 0 0 30px;
  }
  .taskoit_subs_main .subs_right {
    margin: 20px 30px 0px 80px;
  }
}

@media (min-width: 992px) {
  .taskoit_subs_main .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(80, 80, 80, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
}
.form-message__title {
  font-size: 36px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 16px;
  border-radius: 10px;
}
.form-message__text {
  font-size: 18px;
  margin-bottom: 24px;
}
.form-message__close {
  width: 165px;
  height: fit-content;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 45px;
  border-radius: 90px;
  background: linear-gradient(90deg, #48C093 0%, #90D12D 100%);
  cursor: pointer;
}

.form-message__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 497px;
  max-width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background: #FFF;
}


@media (min-width: 768px) and (max-width: 991px) {

  .taskoit_subs_main .subs_left {
    padding: 0 0px 0 10px;
  }

  .taskoit_subs_main .witr_section_title_inner p {
    font-size: 18px;
  }

  .taskoit_subs_main .subs_right {
    margin: 20px auto 0
  }
}

@media (max-width: 767px) {
  .taskoit_subs_main .subs_left .witr_section_title_inner h3 {
    font-size: 25px;
  }

  .taskoit_subs_main .witr_section_title_inner p {
    font-size: 18px;
  }

  .taskoit_subs_main .subs_right input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    outline: 0;
    padding: 24px 10px 22px 10px;
    height: 60px;
  }

  .taskoit_subs_main .subs_right button {
    width: 100%;
    position: inherit;
    padding: 18px 30px;
  }

  .taskoit_subs_main .subs_right {
    margin: 0 auto;
  }
  
}

