@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
/*font-family: 'Nunito', sans-serif;*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  background: transparent;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5c5d61;
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cf {
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #729db6;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

a:hover {
  color: #ff4040;
}

.title {
  margin-bottom: 30px;
}

h1 {
  font-size: 40px;
  color: #4a4a4a;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

h2 {
  font-size: 36px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

h3 {
  font-size: 30px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

h4 {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

h5 {
  font-size: 18px;
  color: #4a4a4a;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 5px;
}

h6 {
  font-size: 16px;
  color: #646464;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 5px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
}

.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

b,
strong {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

hr {
  width: 100%;
  height: 2px;
  margin: 30px 0;
  border: 0;
  background: #e0e4eb;
}

ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 20px;
}

ul:last-child {
  margin-bottom: 0;
}

ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}

ul.li-mb-10 li {
  margin-bottom: 10px;
}

ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.container {
  width: 1270px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.container.small-container {
  width: 1070px;
}

.container.extra-small-container {
  width: 870px;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.align-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.align-start {
  align-items: start;
  -webkit-align-items: start;
  -ms-align-items: start;
}

.align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}

.space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.row .col,
.row [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.w-100 {
  width: 100%;
}

.hide {
  display: none !important;
}

/* Form css start */
.form-list {
  margin: 0 -5px;
  font-size: 0;
}

.form-list li {
  width: calc(50% - 10px);
  vertical-align: middle;
  margin: 5px 5px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
}

.form-list li.full {
  width: calc(100% - 10px);
  display: inline-block;
  text-align: center;
}

.form-list.style-2 {
  margin: 0 -7px;
}

.form-list.style-2 li.full {
  width: calc(100% - 14px);
}

.form-list.style-2 li {
  width: calc(50% - 14px);
  margin: 0 7px 30px 7px;
}

.form-list.style-2 li:last-child {
  margin-bottom: 0;
}

.form-list li.floating-label label {
  background: transparent;
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 0px;
  font-size: 16px;
  color: #b1b1b1;
  margin: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.form-list li.floating-label .text-field:focus + label,
.form-list li.floating-label .text-field.active + label {
  top: -15px;
  font-size: 14px;
  color: #5c5d61;
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.text-field {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #91b5ca;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5c5d61;
  text-align: left;
  padding: 11px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.text-field.active,
.text-field:focus,
.text-field:not(:placeholder-shown) {
  border-color: #2aa2ef;
  outline: none;
}

.input-error {
  -webkit-box-shadow: 0px 0px 1px 3px #ff0000;
  -moz-box-shadow: 0px 0px 1px 3px #ff0000;
  box-shadow: 0px 0px 1px 3px #ff0000;
  border-color: transparent;
}

.error-msg {
  color: #ff0000 !important;
  display: none;
  margin-top: 5px;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: left !important;
}

.btn {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #131313;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #131313;
  padding: 12px 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btn.primary-btn {
  color: #fff;
  padding: 8px 16px;
  background: #2aa2ef;
  border: 2px solid #2aa2ef;
  position: relative;
}

.btn.primary-btn:hover,
.btn.primary-btn:focus {
  background: #0093f1;
  border-color: #0093f1;
}

.btn-big {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
}

.btn:hover {
  color: #fff;
  background: #131313;
}

textarea {
  min-height: 100px;
  resize: none;
}

select,
button,
input {
  filter: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* Form css start */

.chat-area .container {
  width: 700px;
}
.chat-area form{
  width: 100%;
}

.chat-wrapper {
  height: 100vh;
  padding: 30px 0px 50px 0px;
  margin: 0 auto;
  background: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}
.top-online-block {
  /* display: none; */
}

.msg-box .row {
  margin-bottom: 8px;
  align-items: end;
}

.msg-box.right .row {
  align-items: end;
  justify-content: end;
}

.msg-box.right .msg-block {
  transition: all 0.3s ease-in-out;
  transform: translateX(20px);
  opacity: 0;
}
.msg-box.left .msg-block {
  /* animation: fadeLeft ease .5s; */
  transition: all 0.3s ease-in-out;
  transform: translateX(-20px);
  opacity: 0;
}
.msg-box.right .msg-block.anim,
.msg-box.left .msg-block.anim {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

.msg-box .msg-block:last-child {
  margin-bottom: 0;
}

.chat-area .btn-wrapper .btn {
  margin: 0 4px 0px 0;
}

.chat-area .btn-wrapper .btn:last-child {
  margin: 0;
}

.btn-w-200 .btn {
  min-width: 200px;
}

.chat-area .btn.btn-arrow {
  padding-right: 40px;
  text-align: left;
}

.chat-area .btn.btn-arrow:after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 13px;
  right: 25px;
  background: url(../images/arrow-right.svg) center center no-repeat;
  background-size: 100% auto;
}

.chat-area .btn-big {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
}

.hide {
  display: none !important;
}
.wave {
  position: relative;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.wave .dot {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  margin-right: 4px;
  margin-top: 5px;
  background: #ff4040;
  animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%,
  60%,
  100% {
    transform: initial;
  }
  30% {
    transform: translateY(-4px);
  }
}
.msg-box {
  /* margin-bottom: 24px; */
  /* display: none; */
}

.msg-box:last-child {
  margin-bottom: 0;
}

.msg-box.show {
  display: block;
}

.msg-box .avatar {
  max-width: 32px;
  opacity: 0;
  visibility: hidden;

  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.msg-box .avatar.show {
  opacity: 1;
  visibility: visible;
}

.msg-box .avatar .time {
  text-align: center;
}

.msg-box .avatar img {
  border-radius: 100%;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.msg-box .msg-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
}

.msg-box.right .msg-content {
  text-align: right;
  padding-left: 0;
  padding-right: 8px;
}

.msg-box .msg-content img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.msg-box .msg-content p {
  margin-bottom: 10px;
}

.msg-box .msg-content p:last-child {
  margin-bottom: 0;
}

.msg-box .msg-content .inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
  vertical-align: top;
  background: #eeeff2;
  font-size: 0px;
  color: #4a4a4a;
  padding: 12px;
  border-radius: 0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
}

.msg-box .msg-content .inner .chat-opt {
  margin-top: 15px;
}

.msg-box .msg-content .inner p {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: 22px;
}
.msg-content .content {
  display: none;
}
.msg-content.show .content {
  display: block;
  animation: fadeUp;
}
@keyframes fadeUp {
  0% {
    display: none;
  }

  100% {
    display: block;
  }
}

.msg-box.right .msg-content .inner {
  background: #2aa2ef;
  color: #fff;
  border-radius: 15px 15px 0px 15px;
  -webkit-border-radius: 15px 15px 0px 15px;
  -moz-border-radius: 15px 15px 0px 15px;
}

.msg-box.right .msg-content .inner p {
  color: #fff;
}

.msg-box .time {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #5c5d61;
}

.final-action {
  display: none;
  margin-top: 30px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 40px;
  max-width: 700px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-direction: column;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
}
.final-action span{
  margin: auto;
  margin-bottom: 16px;
  width: 70px;
  height:  70px;
  justify-content: center;
  background-color: #23c94b;
  border-radius:200px;
  -webkit-border-radius:200px;
  -moz-border-radius:200px;

}
.final-action span img{
  width: 40px;
}
.final-action h4{
  margin-top: 8px;
  margin-bottom: 8px;
}
.final-action p{
  max-width: 500px;
  margin: 0 auto;
  color: #155724;
}

.final-action.show {
  display: block;
}

.online-ping-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px 0;
}

.online-ping-wrapper__inner {
  display: inline-flex;
  height: 12px;
  position: relative;
  width: 12px;
}

@keyframes ping {
  75%,
  to {
    opacity: 0;
    transform: scale(2);
  }
}

.online-ping-wrapper .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.online-ping-wrapper .online-ping-ripple {
  background-color: #22c55e;
  border-radius: 9999px;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  width: 100%;
}

.online-ping-wrapper .online-ping {
  background-color: #1fa84c;
  border-radius: 9999px;
  height: 12px;
  position: relative;
  width: 12px;
}

.online-ping-wrapper .online-ping-title {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .msg-box {
    margin-bottom: 16px;
  }

  .chat-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .msg-box .msg-content .inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .msg-box .time {
    display: none;
  }
  .final-action{
    padding: 20px;
  }
  .final-action span{
    width: 50px;
    height: 50px;
  }
  .final-action span img {
    width: 25px;
  }
  .final-action p{
    font-size: 14px;
  }
}

@media screen and (max-width: 567px) {
  .chat-area .btn-wrapper .btn {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 6px 10px;
  }
  .moile-w-100 {
    width: 100%;
  }

  .chat-area .btn-wrapper .btn.moile-w-100 {
    margin-right: 0;
  }

  .msg-box .msg-content .inner {
    padding: 10px;
    max-width: calc(100% - 40px) ;
  }

  .chat-area .btn-big {
    font-size: 16px;
    padding: 12px 20px;
  }
  .form-list li.full {
    width: calc(100% - 10px);
  }
}
