.chatbot {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .chatbot {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .chatbot {
    margin-top: -70px;
  }
}
@media (min-width: 1901px) {
  .chatbot .grid-container {
    max-width: 130rem !important;
  }
}
.chatbot.with-before {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  display: block;
}
.chatbot.with-before .grid-container {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.chatbot.with-before .leftwrap {
  display: block;
  max-width: 946px;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot.with-before .leftwrap {
    max-width: 425px;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .chatbot.with-before .leftwrap {
    max-width: 507px;
  }
}
.chatbot.with-before .leftwrap .with-bg {
  display: block !important;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.chatbot.with-before .leftwrap .with-bg.dkimg {
  display: block;
}
@media (max-width: 460px) {
  .chatbot.with-before .leftwrap .with-bg.dkimg {
    display: none !important;
  }
}
.chatbot.with-before .leftwrap .with-bg.mobileimg {
  display: none !important;
}
@media (max-width: 460px) {
  .chatbot.with-before .leftwrap .with-bg.mobileimg {
    display: block !important;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    top: 10px;
    position: relative;
    left: 16px;
  }
}
.chatbot.without-before {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  display: block;
}
.chatbot.without-before .grid-container {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.chatbot.without-before .leftwrap {
  display: block;
  max-width: 946px;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot.without-before .leftwrap {
    max-width: 425px;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .chatbot.without-before .leftwrap {
    max-width: 507px;
  }
}
.chatbot.without-before .leftwrap .without-bg {
  display: block !important;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.chatbot.without-before .leftwrap .without-bg.dkimg {
  display: block;
}
@media (max-width: 460px) {
  .chatbot.without-before .leftwrap .without-bg.dkimg {
    display: none !important;
  }
}
.chatbot.without-before .leftwrap .without-bg.mobileimg {
  display: none !important;
}
@media (max-width: 460px) {
  .chatbot.without-before .leftwrap .without-bg.mobileimg {
    display: block !important;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    top: 10px;
    position: relative;
    left: 16px;
  }
}
.chatbot .wraps {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.chatbot .wraps .leftwrap {
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot .wraps .leftwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .leftwrap {
    width: 49%;
  }
}
@media screen and (min-width: 77.5em) {
  .chatbot .wraps .leftwrap {
    width: 50%;
  }
}
.chatbot .wraps .rightwrap {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot .wraps .rightwrap {
    margin-right: 15px;
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap {
    width: 48.5%;
    max-width: 690px;
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap {
    width: 48.5%;
    margin-top: 38px;
  }
}
@media screen and (min-width: 77.5em) {
  .chatbot .wraps .rightwrap {
    width: 49%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 87.5em) {
  .chatbot .wraps .rightwrap {
    width: 49%;
    margin-top: 130px;
  }
}
@media screen and (min-width: 431px) and (max-width: 767px) {
  .chatbot .wraps .rightwrap {
    margin-top: 65px;
  }
}
.chatbot .wraps .rightwrap .content {
  min-height: 177px;
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot .wraps .rightwrap .content {
    padding: 20px 10px 15px 15px;
    width: 100%;
    border: 3px solid #012169;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: grid;
    border-top-left-radius: 44px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .chatbot .wraps .rightwrap .content {
    width: 75%;
  }
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap .content {
    min-height: 269px;
    padding: 30px 10px 30px 25px;
    border: 5px solid #012169;
    border-bottom-left-radius: 126px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap .content {
    min-height: 272px;
    padding: 30px 10px 40px 60px;
    border-bottom-left-radius: 140px;
  }
}
@media screen and (min-width: 85em) {
  .chatbot .wraps .rightwrap .content {
    min-height: 376px;
    padding: 50px 10px 40px 80px;
    border-bottom-left-radius: 190px;
  }
}
.chatbot .wraps .rightwrap .content h2 {
  color: #012169;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap .content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .chatbot .wraps .rightwrap .content h2 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap .content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 35px;
  }
}
@media screen and (min-width: 77.5em) {
  .chatbot .wraps .rightwrap .content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 45px;
  }
}
@media screen and (min-width: 85em) {
  .chatbot .wraps .rightwrap .content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.chatbot .wraps .rightwrap .content p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #2D2D2D;
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap .content p {
    font-size: 24px;
    margin-bottom: 28px;
    line-height: 30px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .chatbot .wraps .rightwrap .content p {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap .content p {
    font-size: 24px;
    margin-bottom: 28px;
    line-height: 30px;
  }
}
@media screen and (min-width: 85em) {
  .chatbot .wraps .rightwrap .content p {
    font-size: 32px;
    margin-bottom: 38px;
    line-height: 35px;
  }
}
.chatbot .wraps .rightwrap .content input {
  width: 325px;
  padding-left: 25px;
  border-radius: 20px;
  margin-bottom: 0px;
  height: 40px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  background-color: #E7EDF1;
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap .content input {
    width: 390px;
    height: 43px;
    border-radius: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 85em) {
  .chatbot .wraps .rightwrap .content input {
    width: 541px;
    height: 60px;
    font-size: 24px;
  }
}
.chatbot .wraps .rightwrap .content .ctabtn {
  background: #E7EDF1;
  border-color: #E7EDF1;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 28px;
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap .content .ctabtn {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap .content .ctabtn {
    font-size: 20px;
    line-height: 20px;
    padding: 16px 25px;
  }
}
@media screen and (min-width: 85em) {
  .chatbot .wraps .rightwrap .content .ctabtn {
    font-size: 24px;
    line-height: 24px;
    padding: 17px 31px;
  }
}
.chatbot .wraps .rightwrap .content:before {
  position: absolute;
  content: "";
  height: 38px;
  width: 38px;
  background-size: contain;
  background-color: transparent;
  border: 5px solid #D19F59;
  border-radius: 50%;
  display: inline-block;
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot .wraps .rightwrap .content:before {
    left: 8%;
    height: 24px;
    width: 24px;
    border: 3px solid #D19F59;
    top: -65px;
  }
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap .content:before {
    bottom: 5px;
    left: -80px;
    height: 27px;
    width: 27px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap .content:before {
    height: 28px;
    left: -86px;
    bottom: 15px;
    width: 28px;
  }
}
@media screen and (min-width: 87.5em) {
  .chatbot .wraps .rightwrap .content:before {
    height: 38px;
    left: -110px;
    bottom: 58px;
    width: 38px;
  }
}
@media screen and (min-width: 1880px) {
  .chatbot .wraps .rightwrap .content:before {
    left: -90px;
  }
}
.chatbot .wraps .rightwrap:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-color: transparent;
  border-radius: 50%;
  border: 5px solid #D19F59;
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .chatbot .wraps .rightwrap:before {
    left: -40px;
    bottom: 0px;
    height: 55px;
    width: 55px;
  }
}
@media print, screen and (min-width: 64em) {
  .chatbot .wraps .rightwrap:before {
    left: -46px;
    bottom: 8px;
  }
}
@media screen and (min-width: 87.5em) {
  .chatbot .wraps .rightwrap:before {
    bottom: 50px;
    left: -64px;
    height: 77px;
    width: 77px;
  }
}
@media screen and (min-width: 1880px) {
  .chatbot .wraps .rightwrap:before {
    left: -34px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .chatbot .wraps .rightwrap:before {
    left: 2%;
    height: 40px;
    border: 3px solid #D19F59;
    width: 40px;
    top: -40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .chatbot .wraps .rightwrap:before {
    left: 11%;
  }
}
/*# sourceMappingURL=chatbot.css.map */
