.whatsapp_chatbot_block {
  background-color: #475569;
  display: block;
  overflow: hidden;
  color: #fff;
  margin: 30px auto;
  border-radius: 5px;
  width: 66%;
}

.whatsapp_chatbot_block .info_area {
  padding: 30px;
  background-color: #26333e;
}

.whatsapp_chatbot_block h2,
.whatsapp_chatbot_block .h2 {
  color: #fff;
  font-weight: 300;
  margin-top: 0;
  font-size: 20px;
}

.container .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}

.whatsapp_chatbot_block .list-checked {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.whatsapp_chatbot_block .list-checked li {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: none !important;
}

.whatsapp_chatbot_block .list-checked li:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #1ebea5;
  position: absolute;
  left: 0;
  top: 0.2px;
}

.whatsapp_chatbot_block .list-checked li span {
  color: #1ebea5;
  font-size: 18px;
  font-weight: 700;
}

.whatsapp_chatbot_block .form_area {
  background: url(https://www.wishfin.com/blog/wp-content/plugins/whatsapp_chatbot/assets/img/pl_wa_image.jpg)
    no-repeat bottom left #2f3f4d;
  padding: 30px 0px;
}

#creditcardswhatsapp {
  /* margin: 30px 0px; */
}

@media (min-width: 992px) {
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
}

.help-block {
  display: none;
  font-size: 12px;
  color: red;
}

.has-error .help-block {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .col-md-8 {
    width: 66.66666667%;
  }
}

.whatsapp_chatbot_block .form-group .add-on {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  margin-top: 38px;
  font-size: 16px;
  line-height: 18px;
  margin-left: 0;
}

input:not([type]).valid,
input:not([type]):focus.valid,
input[type="date"].valid,
input[type="date"]:focus.valid,
input[type="datetime-local"].valid,
input[type="datetime-local"]:focus.valid,
input[type="datetime"].valid,
input[type="datetime"]:focus.valid,
input[type="email"].valid,
input[type="email"]:focus.valid,
input[type="number"].valid,
input[type="number"]:focus.valid,
input[type="password"].valid,
input[type="password"]:focus.valid,
input[type="search"].valid,
input[type="search"]:focus.valid,
input[type="tel"].valid,
input[type="tel"]:focus.valid,
input[type="text"].valid,
input[type="text"]:focus.valid,
input[type="time"].valid,
input[type="time"]:focus.valid,
input[type="url"].valid,
input[type="url"]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}

.whatsapp_chatbot_block .whatsapp-alert {
  overflow: hidden;
  letter-spacing: -0.3px;
}

.whatsapp_chatbot_block .alert {
  border-radius: 0;
}

.whatsapp_chatbot_block .form-group {
  position: relative;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 15px;
}

.whatsapp_chatbot_block .form-group label {
  color: #fff;
  font-size: 12px;
  display: block;
}

.whatsapp_chatbot_block .check_show {
  margin-bottom: 20px;
  display: flex;
}

.check_show a {
  color: #39b54a;
  text-decoration: none;
}

.form-group label {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  font-weight: 400;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
}

.whatsapp_chatbot_block .form-group .add-on + input {
  padding-left: 40px !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  height: 30px;
  width: 50%;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: 0.3s;
}

.whatsapp_chatbot_block .form-group.has-error .add-on + input {
  border-bottom: 1px solid red;
}

.whatsapp_chatbot_block .form-group input {
  color: #fff;
  box-sizing: border-box;
  margin-right: 5px;
}

.form-group input {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 26px;
}

form .form-control,
form .select-wrapper input.select-dropdown {
  height: 30px !important;
  line-height: 30px !important;
}

.fa-spinner,
.fa-circle-o-notch {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 16px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 0.8;
}

.whatsapp_chatbot_block .btn {
  border-radius: 0.2px;
  padding-left: 3px;
  padding-right: 3px;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover,
.not-found-wrapper a.btn,
.not-found-wrapper a.btn:active,
.not-found-wrapper a.btn:focus,
.not-found-wrapper a.btn:hover {
  height: 40px;
  background-color: #39b54a;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  border: 0;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0 !important;
  margin-bottom: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 400;
}

.info_area p:first-child .wtsup,
.info_area p:first-child {
  /* display: flex; */
  align-items: center;
  font-size: 20px;
}

.info_area p:first-child strong {
  font-weight: 700;
  padding: 0px 5px;
}

.info_area p:first-child .wtsup img {
  padding: 0px 5px;
  display: inline-block;
  max-width: 21px;
}

.banner-mobile {
  display: none;
}

.whatsapp_chatbot_block .btn {
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover,
.not-found-wrapper a.btn,
.not-found-wrapper a.btn:active,
.not-found-wrapper a.btn:focus,
.not-found-wrapper a.btn:hover {
  height: 40px;
  background-color: #39b54a;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  border: 0;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0 !important;
  margin-bottom: 2px;
}

@media screen and (max-width: 1280px) {
  .whatsapp_chatbot_block {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .whatsapp_chatbot_block {
    width: 100%;
  }

  .col-md-offset-4 {
    margin-left: 13%;
  }

  .whatsapp_chatbot_block .form_area {
    background-image: none;
  }
}

@media screen and (max-width: 767.5px) {
  .banner-mobile {
    display: block;
  }

  .info_area p:first-child,
  .hidden-xs {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .col-md-offset-4 {
    margin-left: 10%;
  }

  .whatsapp_chatbot_block .check_show {
    width: 80%;
  }

  .whatsapp_chatbot_block .form-group .add-on + input {
    width: 75%;
  }

  .whatsapp_chatbot_block .info_area {
    padding: 30px 15px;
  }

  .whatsapp_chatbot_block .list-checked li {
    font-size: 13px;
  }

  .whatsapp_chatbot_block .list-checked li span {
    font-size: 16px;
  }
}

/* whatsap */
.whatsappMainDiv {
  padding: 24px 24px 0px 24px;
  margin: 30px auto;
  background-color: #eee;
  width: 66%;
  display: block !important;
  border-radius: 5px;
}

.row.whatsappMainDiv {
  margin-left: auto;
  margin-right: auto;
}

.whatsappMainDiv .form-section .form-group {
  margin-bottom: 15px;
  position: relative;
}

.whatsappMainDiv .form-section .form-group label {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 5px;
}

.whatsappMainDiv .country-code {
  position: absolute;
  float: left;
  left: 0;
  top: -6px;
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  margin-left: 0;
}

.whatsappMainDiv #WhatsappMobileNumber {
  left: 0px;
  position: relative;
  max-width: 80%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  height: 30px !important;
  line-height: 30px !important;

  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  width: 100%;
  margin: 0 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: 0.3s;
  padding-left: 40px;
}

.whatsappMainDiv img.loader-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 25px;
  position: relative;
  float: right;
  top: -56px;
  right: 15%;
  display: none;
  height: auto;
}

.whatsappMainDiv #submit_whatsapp {
  height: 40px;
  background-color: #39b54a;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  border: 0;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0 !important;
  margin-bottom: 20px;
  color: #fff;
}

.whatsappMainDiv .main-content .single-post a {
  color: #39b54a;
  text-decoration: none;
}

.whatsappMainDiv label i {
  display: inline-block;
  height: 25px;
  position: relative;
  top: 2px;
  color: #565454;
}

.whatsappMainDiv .check_show,
form label {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 5px;
}

.whatsappMainDiv .form-section {
  margin: 24px auto;
  display: flex;
}

@media (min-width: 768px) {
  .whatsappMainDiv .col-sm-4 {
    width: 33.33333333%;
  }
}

.whatsappMainDiv .single-post img {
  height: auto;
  width: auto;
}

.whatsappMainDiv .whatsapp-cibil {
  margin: 10px -40px 0 -40px;
  border-radius: 5px;
}

.whatsappMainDiv .col-sm-8 {
  width: 50%;
}

@media (max-width: 1280px) {
  .whatsappMainDiv {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .whatsappMainDiv {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .whatsappMainDiv {
    width: 100%;
    padding-left: 20px;
  }

  .whatsappMainDiv.row {
    margin-left: 0;
    margin-right: 0;
  }

  .whatsappMainDiv .col-sm-8 {
    width: 100%;
  }

  .whatsappMainDiv .whtsapp-img-sec {
    display: none;
  }
}

/* hl */
.hl_chatbot_block .info_area p:first-child .wtsup img {
  max-width: 25px;
}

.hl_chatbot_block .info_area p {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
  list-style: none !important;
}

.hl_chatbot_block .info_area p:first-child .wtsup,
.hl_chatbot_block .info_area p:first-child {
  display: block;
  font-size: 20px;
}

@media (max-width: 768px) {
  .hl_chatbot_block .info_area p:first-child {
    display: none;
  }
}
