html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  padding: 0.5rem;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.main-section {
  background: #eee;
  height: 100vh;
}

.outer-box {
  width: 40%;
  height: 47rem;
  right: 5rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.19), 0px 2px 2px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.19), 0px 2px 2px rgba(0, 0, 0, 0.23);
  border: 1px solid #bbbaba;
  background: #fff;
  position: absolute;
}

.outer-box .heading-bg {
  width: 100%;
  height: 18rem;
  background: linear-gradient(123.75deg, #f5821f 1.87%, #ff5c00 120.46%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
}

.outer-box .heading-bg .heading-text-box {
  position: absolute;
  top: 3rem;
  left: 5rem;
  color: #fff;
  font-weight: 700;
}

.outer-box .heading-bg .heading-text-box h1 {
  font-size: 1.9rem;
}

.outer-box .heading-bg .heading-text-box h2 {
  font-size: 1.4rem;
}

.outer-box .heading-bg .heading-text-box p {
  font-size: 1.2rem;
  font-weight: 400;
}

.outer-box .bot-icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  top: 12rem;
  left: 4rem;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7600), to(#ff5c00));
  background: linear-gradient(180deg, #ff7600 0%, #ff5c00 100%);
  border-radius: 5rem;
}

.outer-box .question-bg {
  position: absolute;
  width: 90%;
  height: 30rem;
  left: 5%;
  top: 14rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.outer-box .question-bg .question-heading {
  position: absolute;
  top: 3rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2d2d2d;
}

.outer-box .question-bg .question-heading .question-icon {
  margin-left: 0.8rem;
  font-size: 0.7rem;
  width: 1.2rem;
  height: 1.2rem;
}

.outer-box .question-bg .question-icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 2rem;
  background: #f5831f26;
  color: #ff5c00;
}

.outer-box .question-bg .single-question-box {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}

.outer-box .question-bg .single-question-box p {
  font-size: 0.9rem;
  color: #2d2d2d;
}

.outer-box .question-bg .single-question-box .question-icon {
  margin-right: 0.8rem;
  font-size: 0.55rem;
  width: 1rem;
  height: 1rem;
}

.outer-box .question-bg .question1 {
  position: absolute;
  top: 6rem;
  left: 5%;
}

.outer-box .question-bg .question2 {
  position: absolute;
  top: 10.5rem;
  left: 5%;
}

.outer-box .question-bg .question3 {
  position: absolute;
  top: 15rem;
  left: 5%;
}

.outer-box .question-bg .question4 {
  position: absolute;
  top: 19.5rem;
  left: 5%;
}

.outer-box .question-bg .question-btn {
  position: absolute;
  top: 25rem;
  left: 4rem;
}

.outer-box .question-bg .question-btn button {
  padding: 0.9rem 2rem;
  background: #fff;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6rem;
  font-size: 1rem;
  font-weight: 500;
}

.outer-box .question-bg .question-btn button .fas {
  padding-right: 0.5rem;
  color: #555555;
}

.outer-hide {
  display: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.closeBot {
  -webkit-animation: 5s fadeOut;
          animation: 5s fadeOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    border: 2px solid green;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    border: 2px solid green;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30);
            transform: translateY(-30);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30);
            transform: translateY(-30);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.heading-bg-animation {
  -webkit-animation: moveInBottom 2s ease-out 0.5s;
          animation: moveInBottom 2s ease-out 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.heading-text-box-animation {
  -webkit-animation: moveInBottom 1.5s ease-out 1.5s;
          animation: moveInBottom 1.5s ease-out 1.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.bot-icon-animation {
  -webkit-animation: moveInBottom 0.5s ease-out 1.5s;
          animation: moveInBottom 0.5s ease-out 1.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.bot-icon-animation1 {
  -webkit-animation: moveInBottom 0.5s ease-out 3s;
          animation: moveInBottom 0.5s ease-out 3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.question-bg-animation {
  -webkit-animation: moveInBottom 1s linear 2.5s;
          animation: moveInBottom 1s linear 2.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.question1-animation {
  -webkit-animation: moveInBottom 1s linear 3.5s;
          animation: moveInBottom 1s linear 3.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.question2-animation {
  -webkit-animation: moveInBottom 1s linear 4.5s;
          animation: moveInBottom 1s linear 4.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.question3-animation {
  -webkit-animation: moveInBottom 1s linear 5.5s;
          animation: moveInBottom 1s linear 5.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.question4-animation {
  -webkit-animation: moveInBottom 1s linear 6.5s;
          animation: moveInBottom 1s linear 6.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.btn-animation {
  -webkit-animation: moveInBottom 1s linear 7s;
          animation: moveInBottom 1s linear 7s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.openBot {
  -webkit-animation: moveInBottom 5s linear;
          animation: moveInBottom 5s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.popup-close-btn {
  background: transparent;
  font-size: 1.5rem;
  border: none;
  outline: none;
  color: #fff;
  position: absolute;
  z-index: 99;
  right: 1rem;
  top: 1rem;
}

.popup-open-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 1;
  float: right;
  background: #ff5c00;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1rem;
  padding-top: 2rem;
  border: 2px solid #555;
  -webkit-clip-path: polygon(30% 28%, 81% 29%, 100% 28%, 100% 78%, 100% 99%, 0 100%, 0 79%, 0 27%, 0 0);
          clip-path: polygon(30% 28%, 81% 29%, 100% 28%, 100% 78%, 100% 99%, 0 100%, 0 79%, 0 27%, 0 0);
}

.refresh-btn {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  cursor: pointer;
  z-index: 1;
  font-size: 18px;
  background: #fff;
  color: red;
  border: 1px solid tomato;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.refresh-btn:hover {
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .outer-box {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }
  .outer-box {
    width: 100%;
    height: 44rem;
    right: 0;
  }
  .outer-box .question-heading p {
    font-size: 14px;
  }
  .outer-box .question-bg {
    width: 95%;
    left: 2.5%;
    height: 27rem;
  }
  .outer-box .question-bg .single-question-box {
    width: 95%;
  }
  .outer-box .question-bg .single-question-box p {
    font-size: 12px;
  }
  .outer-box .question-bg .question1 {
    left: 2.5%;
    top: 5.5rem;
  }
  .outer-box .question-bg .question2 {
    left: 2.5%;
    top: 9.5rem;
  }
  .outer-box .question-bg .question3 {
    left: 2.5%;
    top: 13.5rem;
  }
  .outer-box .question-bg .question4 {
    left: 2.5%;
    top: 17.5rem;
  }
  .outer-box .question-bg .question-btn {
    width: 90%;
    left: 10%;
    top: 22rem;
  }
  .outer-box .question-bg .question-btn button {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */