:root {
  --mf-primary-color: #1673b2;
  --mf-altprimary-color: #10598b;
  --mf-secondry-color: #83b831;
  --mf-altsecondry-color: #699f15;
  --mf-txt-color: #393939;
  --mf-alttxt-color: #696969;
  --mf-fontfamily: "Poppins", sans-serif;
  --mf-fontsize: 1rem;
  --mf-sec-color: #efefef;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.btn-primary {
  background: var(--mf-secondry-color);
  color: #fff;
  border-color: var(--mf-secondry-color);
}
.btn-outline-primary {
  color: var(--mf-secondry-color);
  border-color: var(--mf-secondry-color);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: var(--mf-secondry-color);
  color: #fff;
  border-color: var(--mf-secondry-color);
}

.btn:hover {
  background: var(--mf-secondry-color);
  color: #fff;
  border-color: var(--mf-secondry-color);
}
.btn {
  border-color: var(--mf-secondry-color);
  font-weight: 500;
  padding: 0.6rem 1rem;
}

.btnbx .btn-primary a {
  color: #fff;
}
.btnbx .btn-outline-primary a {
  color: var(--mf-secondry-color);
  font-weight: 500;
}
.btnbx .btn-outline-primary:hover a {
  color: #fff;
}

p,
ul,
li,
a,
div,
input,
textarea,
label,
em {
  font-size: 1rem;
  font-weight: 400;
}

h1,
h2 {
  color: var(--mf-primary-color);
  margin: 0;
}

p {
  font-size: 1rem;
  color: var(--mf-txt-color);
}

body {
  background: url(../images/question/bg-bottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
  /* height: 100vh !important; */
  background-attachment: fixed;
}

#topheader .container-fluid {
  margin: 0;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
}

#topheader {
  position: relative; /*height: 340px;*/
}
.top_maxheight {
  height: 210px;
}
.top_minheight {
  height: 150px;
}

#topheader .header-container {
  padding: 1% 1.5%;
}

.topbnr-animate {
  position: absolute;
  top: 0;
}

.bnr-animate {
  width: 100%;
  text-align: center;
}
.bnr-animate img {
  width: 100%;
  height: 100%; /*object-fit: cover;*/
}
/* #topheader #click_advance {
    position: absolute;
    bottom: -15px;
    left: 10px;
} */
#topheader #click_advance {
  font-size: 2rem;
  color: #fff;
  justify-content: end;
  gap: 20px;
  position: absolute;
  right: 14%;
  top: 10%;
  transform: translate(-10% -14%);
}
.topbnr_bnrbird {
  width: 10%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.topbnr_bnrbird img {
  width: 100%;
}
.topbnr_face {
  width: 17%;
  position: absolute;
  bottom: -28px;
  left: 293px;
  z-index: 0;
  overflow: hidden;
  height: 200px;
}
.topbnr_face img {
  width: 100%;
  height: 100%;
}

.cloudanimate {
  position: absolute;
  top: 10%;
  left: 0;
  width: 82%;
  height: 100%;
}
.cloud_a {
  animation: move 5s infinite;
  position: absolute;
  top: 116px;
  left: 90px;
}
.cloud_b {
  animation: move 7s infinite;
  position: absolute;
  top: 100px;
  left: 500px;
}
.cloud_c {
  animation: move 4s infinite;
  position: absolute;
  top: 60px;
  left: 700px;
}
.cloud_d {
  animation: move 5s infinite;
  position: absolute;
  top: 130px;
  left: 900px;
}
.cloud_e {
  animation: move 6s infinite;
  position: absolute;
  top: 50px;
  right: -80px;
}
.cloud_f {
  animation: move 7s infinite;
  position: absolute;
  top: 90px;
  left: 155px;
}
.cloud_g {
  animation: move 7s infinite;
  position: absolute;
  top: 50px;
  right: 0px;
}

.coinbx {
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  padding: 0 12px;
  position: absolute;
  right: 18%;
  top: 15%;
  transform: translate(-15% -18%);
}

.coinbx span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  padding-right: 8px;
}

.cointag {
  width: 30px;
}

.ball img {
  width: 90%;
}
.ball {
  /* width: 40px; */
  height: 40px;
  border-radius: 50%;
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from {
    transform: translate3d(0, -10px, 0);
  }

  to {
    transform: translate3d(0, 4px, 0);
  }
}

.icon {
  padding: 0px;
  animation: flipInY 1.5s ease-in infinite;
  /*   animation: flipOutY 0.75s ease-out infinite;   */
  backface-visibility: visible;
}

@keyframes flipInY {
  0% {
    transform: scale3d(1, 1, 1) perspective(400px) rotate3d(0, 1, 0, 90deg);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1) perspective(400px);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9) perspective(400px)
      rotate3d(0, 1, 0, -20deg);
  }

  60% {
    transform: scale3d(1.03, 1.03, 1.03) perspective(400px)
      rotate3d(0, 1, 0, 10deg);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97) perspective(400px)
      rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: scale3d(1, 1, 1) perspective(400px);
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }

  50%,
  55% {
    transform: scale3d(1.1, 1.1, 1.1) perspective(400px);
  }

  to {
    transform: scale3d(1, 1, 1) perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

.progresssec {
  justify-content: end;
  gap: 20px;
  position: absolute;
  right: 38%;
  top: 34%;
  transform: translate(-30% -35%);
}

.progress_area {
  position: absolute;
  /*      width: 270px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.progress,
.progress-stacked {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}

.progress-bar {
  height: 8px;
  border-radius: 100px;
  position: relative;
  top: 4px;
  left: 5px;
  animation: progress 1.5s ease-in-out forwards;
  background: #000;
}

.title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.progress_aea .progress-bar {
  background-color: var(--mf-primary-color);
}

.progress_value {
  background: url(../images/question/mind-icon-01.svg);
  color: #fff;
  position: absolute;
  right: -25px;
  background-size: 80%;
  background-repeat: no-repeat;
  width: 70px;
  height: 60px;
  top: -20px;
  padding: 15px 20px 15px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress_value h5 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.question_area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.kbc_questionbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  display: none;
}

.kbc_questionbx .headingbx {
  padding: 3rem 0 1rem;
}

.kbc_questionbx.active {
  display: flex;
}

.question_area .slidebtns {
  /* position: absolute;
    bottom: 10%;
    right: 10%; */
  text-align: right;
}

.question_area .slidebtns button {
  border: none;
  filter: drop-shadow(0em 0.5em 0px rgba(0, 0, 0, 0.11));
  transition: all 0.2s ease;
  width: 100px;
}

.question_area .slidebtns button img {
  width: 100%;
}

/* .question_area .slidebtns button.btn.prev{transform: rotate(180deg); filter:drop-shadow(0em -0.45em 0px  rgba(0, 0, 0, 0.11));} */

.question_area .slidebtns .btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none;
  background: none;
}

.question_area .slidebtns button.btn:active {
  filter: drop-shadow(0em 0em 0px rgba(0, 0, 0, 0.11));
  transform: translateY(6px);
}

.services_area {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: center;
  /* padding: 4rem 0; */
}

.services_box {
  width: 300px;
  border: 3px solid #efefef;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  padding: 1rem 2rem;
  /* background: rgba(255, 255, 255, 0.658); */
}

.services_box p {
  font-size: 0.8rem;
}

.services_box img {
  margin: auto;
}
.services_box:hover {
  border: 3px solid var(--mf-secondry-color);
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 18px #00000026;
}
.services_box:hover h3,
.services_box:hover p {
  color: var(--mf-secondry-color);
}

.titlebx h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--mf-alttxt-color);
}
.titlebx p {
  font-size: 0.8rem;
}

.choose_servicesbx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.services_chooseoption {
  text-align: center;
  justify-content: center;
  padding: 0rem;
}

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

.radio_txt_box {
  display: flex;
  width: 13.125rem;
  height: 5.125rem;
  padding: 1.25rem 3.125rem;
  justify-content: space-between;
  align-items: center;
}

.radio_txt_box p {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--mf-alttxt-color);
}

input[type="radio"] {
  transform: scale(2);
}

.form-check-label {
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 6.25rem;
  border: 2px solid var(--sec-color2, #efefef);
}

.form-check-input:checked + .form-check-label {
  background-color: #83b831 !important;
}

.form-check-input:checked {
  background-color: #83b831 !important;
  border-color: #83b831;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #82b8316d;
}

.select .active {
  border: 2px solid #83b831;
  color: #83b831;
  border-radius: 50px;
}

.select .active p {
  color: #83b831;
}

.active p a {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--mf-secondry-color);
}

.question_sechead {
  padding: 2rem 1rem;
  border-radius: 100px;
}

.question_sechead h3 {
  color: var(--mf-txt-color);
  font-weight: 700;
  font-size: 1.3rem;
}
.question_sechead h6 {
  color: var(--mf-alttxt-color);
}

.question_ansbx {
  width: 76%;
}

.question_ansbx p {
  color: var(--mf-alttxt-color);
  margin-top: 3rem;
}

.question_bxpnl {
  width: 91%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 75vh;
  justify-items: start;
  margin: auto;
}
.question-boardbx {
  width: 600px;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 2rem;
  box-shadow: 0px 0px 40px #0000001c;
  position: relative;
  right: 50px;
  margin-bottom: 70px;
}

.question-boardbx .question_ansbx {
  width: 100%;
}
.question-boardbx .kbc_questionbx .headingbx {
  padding: 0 0 1rem 0;
}

.notsbx {
  position: absolute;
  bottom: -64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0 1rem;
}
.notsbx p {
  font-size: 0.8rem;
}
.animatebx {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.answare {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  height: auto;
  /* overflow:hidden;
    overflow-y: auto;
    max-height:446px; */
  padding: 1rem 0 2rem;
}

.answare button {
  width: 240px;
  /* max-width:max-content; */
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mf-txt-color);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  padding: 1rem 0.4rem;
  border: 3px solid var(--mf-sec-color);
  display: flex;
  align-content: flex-start;
  justify-content: center;
}

.answare .form-control:focus {
  background-color: var(--mf-secondry-color);
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
  justify-content: center;
  /* padding-right: 5rem; */
  text-align: center;
  z-index: 9999;
}

/* .answare button:focus::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 2rem;
    font-weight: 100;
    margin: auto;
    color: #000;
    position: absolute;
    right: 10%;
    top: 14px;
    color: #fff;
    justify-content: center;
    z-index: 9999;
}
 */

.step_btn {
  position: fixed;
  bottom: 4%;
  right: 12%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.step_btn button {
  border: none;
  background: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.question_slider .owl-nav {
  width: 200px;
  position: fixed;
  bottom: 4%;
  right: 12%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background: none;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
  width: 100%;
}

.prev:hover {
  animation: bounce-left 1s infinite;
}

.next:hover {
  animation: bounce-left 1s infinite;
}

.coinicon {
  position: absolute;
  width: 40px;
  height: 40px;
  animation: 0.8s animateOpacity;
  background: url(../images/question/coin_icon.svg) 0 0 no-repeat;
}

@keyframes animateOpacity {
  from {
    opacity: 0;
  }

  5% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  95% {
    opacity: 0.6;
  }

  to {
    opacity: 0;
  }
}

.bubbly-button {
  cursor: pointer;
  transition: transform ease-in 0.1s;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(
      circle,
      var(--mf-secondry-color) 20%,
      transparent 20%
    ),
    radial-gradient(
      circle,
      transparent 20%,
      var(--mf-secondry-color) 20%,
      transparent 30%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--mf-secondry-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(
      circle,
      var(--mf-secondry-color) 20%,
      transparent 20%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--mf-secondry-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  transform: scale(0.9);
  background-color: var(--mf-primary-color);
}

.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* bof:animate */
.anicommon {
  position: relative;
  display: flex;
  justify-content: center;
}
.ani_one {
  display: flex;
  align-items: center;
  text-align: center;
  animation: float 7.5s infinite ease-in-out;
}
.anicommon img.progressani {
  width: 18%;
  position: absolute;
  top: 20px;
  left: 180px;
  animation: rotation infinite 18s linear;
}
.anicommon img.progressanismall {
  width: 14%;
  position: absolute;
  top: 48px;
  left: 122px;
  animation: revrotation infinite 15s linear;
}
img.useranimate {
  width: 74%;
}

.messagebx {
  position: absolute;
  width: 220px;
  background: url(../images/question/messge-bg.svg) no-repeat;
  background-size: cover;
  height: 170px;
  z-index: 9;
  top: -142px;
  left: 110px;
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
  padding: 12% 10% 0;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
@keyframes revrotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* .cloud_a {
    background: rgba(255, 255, 255);
    width: 300px;
    height: 100px;
    border-radius: 150px;
    box-shadow: 10px 10px rgba(0,0,0,0.2);
    animation: move 3s infinite;

  }*/

/* .cloud_a:after {
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -50px;
    left: 50px;
  }

  .cloud_a:before {
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 170px;
    height: 150px;
    border-radius: 50%;
    top: -90px;
    right: 40px;
  }
   */
@keyframes move {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-40px);
  }
}

/* bof:animated-01 */
.robotani_a {
  position: relative;
}
.robbody {
  position: relative;
  width: 220px;
  height: 300px;
  margin-top: 30px;
  animation: robbody 7.5s infinite ease-in-out;
}
.robbody-shadow {
  position: absolute;
  width: 140px;
  height: 10px;
  border-radius: 100%;
  background: #0000001e;
  bottom: 0;
  left: 44px;
  animation: robbody-shadow 7.5s infinite ease-in-out;
  transform: translate(0, -44px);
}

.rob-body {
  width: 150px;
  position: absolute;
  top: 0px;
  left: 24px;
}
img.rob-lhand {
  width: 46px;
  position: absolute;
  top: 164px;
  right: 0;
}
img.rob-rhand {
  width: 46px;
  position: absolute;
  top: 164px;
  left: 0;
  animation: rob_rhand 1.7s alternate infinite;
  transform: rotate(0deg) translateY(-4%);
  transform-origin: 40px 3px;
}

@keyframes robbody {
  0% {
    transform: translate(0);
  }
  12.5% {
    transform: translate(0, 5%);
  }
  25% {
    transform: translate(0);
  }
  37.5% {
    transform: translate(0, 5%);
  }
  50% {
    transform: translate(0);
  }
  62.5% {
    transform: translate(0, 10%);
  }
  75% {
    transform: translate(0);
  }
  87.5% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes robbody-shadow {
  0% {
    transform: scale(0.8) translate(0, 0%);
  }
  12.5% {
    transform: scale(1) translate(0, 0%);
  }
  25% {
    transform: scale(0.8) translate(0, 0%);
  }
  37.5% {
    transform: scale(1) translate(0, 0%);
  }
  50% {
    transform: scale(0.8) translate(0, 0%);
  }
  62.5% {
    transform: scale(1) translate(0, 0%);
  }
  75% {
    transform: scale(0.8) translate(0, 0%);
  }
  87.5% {
    transform: scale(1) translate(0, 0%);
  }
  100% {
    transform: scale(0.8) translate(0, 0%);
  }
}

@keyframes rob_rhand {
  0% {
    transform: rotate(120deg) translateY(-4%);
  }
  12.5% {
    transform: rotate(100deg) translateY(-5%);
  }
  25% {
    transform: rotate(120deg) translateY(-4%);
  }
  37.5% {
    transform: rotate(90deg) translateY(-5%);
  }
  50% {
    transform: rotate(120deg) translateY(-4%);
  }
  62.5% {
    transform: rotate(90deg) translateY(-5%);
  }
  75% {
    transform: rotate(120deg) translateY(-4%);
  }
  87.5% {
    transform: rotate(90deg) translateY(-5%);
  }
  100% {
    transform: rotate(120deg) translateY(-4%);
  }
  /*
      0% {
        transform: rotate(90deg) translateY(-4%);

    }

    50% {
        transform: rotate(120deg) translateY(-4%);

    }
    75% {
        transform: rotate(90deg) translateY(-4%);

    }

    100% {
        transform: rotate(120deg) translateY(-4%);

    } */
}

.eye1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 25px;
  bottom: 150px;
  margin: auto;
  height: 10px;
  width: 15px;
  background: repeating-linear-gradient(blue 70%, #002966 80%, blue);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: blink 1s linear 2;
  transition: 0.3s;
}
.eye2 {
  position: absolute;
  top: 0;
  left: 25px;
  right: 0;
  bottom: 150px;
  margin: auto;
  height: 10px;
  width: 15px;
  background: repeating-linear-gradient(blue 70%, #002966 80%, blue);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: blink 1s linear 2;
  transition: 0.3s;
}
@keyframes blink {
  0% {
    height: 10px;
  }
  25% {
    height: 6px;
  }
  50% {
    height: 1px;
  }
  75% {
    height: 6px;
  }
  100% {
    heigth: 10px;
  }
}

/* eof:animate */
/*
@media(min-width:1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1000px;
    }
} */

/* Media Queries style */
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    min-width: 1240px;
  }
}

@media (min-width: 767) {
  .services_area {
    grid-template-columns: repeat(1, 1fr);
  }
}

:root {
  --mf-primary-color: #1673b2;
  --mf-altprimary-color: #10598b;
  --mf-secondry-color: #83b831;
  --mf-altsecondry-color: #699f15;
  --mf-txt-color: #393939;
  --mf-alttxt-color: #696969;
  --mf-fontfamily: "Poppins", sans-serif;
  --mf-fontsize: 1rem;
  --mf-sec-color: #efefef;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.btn-primary {
  background: var(--mf-secondry-color);
  color: #fff;
  border-color: var(--mf-secondry-color);
}
.btn-outline-primary {
  color: var(--mf-secondry-color);
  border-color: var(--mf-secondry-color);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: var(--mf-secondry-color);
  color: #fff;
  border-color: var(--mf-secondry-color);
}

.btn:hover {
  background: var(--mf-secondry-color);
  color: #fff;
  border-color: var(--mf-secondry-color);
}
.btn {
  border-color: var(--mf-secondry-color);
  font-weight: 500;
  padding: 0.6rem 1rem;
}

.btnbx .btn-primary a {
  color: #fff;
}
.btnbx .btn-outline-primary a {
  color: var(--mf-secondry-color);
  font-weight: 500;
}
.btnbx .btn-outline-primary:hover a {
  color: #fff;
}

p,
ul,
li,
a,
div,
input,
textarea,
label,
em {
  font-size: 1rem;
  font-weight: 400;
}

h1,
h2 {
  color: var(--mf-primary-color);
  margin: 0;
}

p {
  font-size: 1rem;
  color: var(--mf-txt-color);
}

/* body {
  background: url(../images/question/bg-bottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
  height: auto !important;
} */

#topheader .container-fluid {
  margin: 0;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
}

#topheader {
  position: relative; /*height: 340px;*/
}
.top_maxheight {
  height: 210px;
}
.top_minheight {
  height: 150px;
}

#topheader .header-container {
  padding: 1% 1.5%;
}
     
 
@keyframes flipInY {
  0% {
    transform: scale3d(1, 1, 1) perspective(400px) rotate3d(0, 1, 0, 90deg);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1) perspective(400px);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9) perspective(400px)
      rotate3d(0, 1, 0, -20deg);
  }

  60% {
    transform: scale3d(1.03, 1.03, 1.03) perspective(400px)
      rotate3d(0, 1, 0, 10deg);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97) perspective(400px)
      rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: scale3d(1, 1, 1) perspective(400px);
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }

  50%,
  55% {
    transform: scale3d(1.1, 1.1, 1.1) perspective(400px);
  }

  to {
    transform: scale3d(1, 1, 1) perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

.progresssec {
  justify-content: end;
  gap: 20px;
  position: absolute;
  right: 38%;
  top: 34%;
  transform: translate(-30% -35%);
}

.progress_area {
  position: absolute;
  width: 270px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.progress,
.progress-stacked {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}

/* .progress-bar {
    border-radius: 100px;
    position: relative;
    top: 4px;
    left: 5px;
    animation: progress 1.5s ease-in-out forwards;
    background: #000;
} */

.title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.progress_aea .progress-bar {
  background-color: var(--mf-primary-color);
}

.progress_value {
  background: url(../images/question/mind-icon-01.svg);
  color: #fff;
  position: absolute;
  right: -25px;
  background-size: 80%;
  background-repeat: no-repeat;
  width: 70px;
  height: 60px;
  top: -20px;
  padding: 15px 20px 15px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress_value h5 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.question_area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.kbc_questionbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  display: none;
}

.kbc_questionbx .headingbx {
  padding: 3rem 0 1rem;
}

.kbc_questionbx.active {
  display: flex;
}

.question_area .slidebtns {
  /* position: absolute;
    bottom: 10%;
    right: 10%; */
  text-align: right;
}

.question_area .slidebtns button {
  border: none;
  filter: drop-shadow(0em 0.5em 0px rgba(0, 0, 0, 0.11));
  transition: all 0.2s ease;
  width: 100px;
}

.question_area .slidebtns button img {
  width: 100%;
}

/* .question_area .slidebtns button.btn.prev{transform: rotate(180deg); filter:drop-shadow(0em -0.45em 0px  rgba(0, 0, 0, 0.11));} */

.question_area .slidebtns .btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none;
  background: none;
}

.question_area .slidebtns button.btn:active {
  filter: drop-shadow(0em 0em 0px rgba(0, 0, 0, 0.11));
  transform: translateY(6px);
}

.services_area {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: center;
  /* padding: 4rem 0; */
}

.services_box {
  width: 300px;
  border: 3px solid #efefef;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  padding: 1rem 2rem;
  /* background: rgba(255, 255, 255, 0.658); */
}

.services_box p {
  font-size: 0.8rem;
}

.services_box img {
  margin: auto;
}
.services_box:hover {
  border: 3px solid var(--mf-secondry-color);
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 18px #00000026;
}
.services_box:hover h3,
.services_box:hover p {
  color: var(--mf-secondry-color);
}

.titlebx h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--mf-alttxt-color);
}
.titlebx p {
  font-size: 0.8rem;
}

.choose_servicesbx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.services_chooseoption {
  text-align: center;
  justify-content: center;
  padding: 0rem;
}

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

.radio_txt_box {
  display: flex;
  width: 13.125rem;
  height: 5.125rem;
  padding: 1.25rem 3.125rem;
  justify-content: space-between;
  align-items: center;
}

.radio_txt_box p {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--mf-alttxt-color);
}

input[type="radio"] {
  transform: scale(2);
}

.form-check-label {
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 6.25rem;
  border: 2px solid var(--sec-color2, #efefef);
}

.form-check-input:checked + .form-check-label {
  background-color: #83b831 !important;
}

.form-check-input:checked {
  background-color: #83b831 !important;
  border-color: #83b831;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #82b8316d;
}

.select .active {
  border: 2px solid #83b831;
  color: #83b831;
  border-radius: 50px;
}

.select .active p {
  color: #83b831;
}

.active p a {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--mf-secondry-color);
}

.question_sechead {
  padding: 2rem 1rem;
  border-radius: 100px;
}

.question_sechead h3 {
  color: var(--mf-txt-color);
  font-weight: 700;
  font-size: 1.3rem;
}
.question_sechead h6 {
  color: var(--mf-alttxt-color);
}

.question_ansbx {
  width: 76%;
}

.question_ansbx p {
  color: var(--mf-alttxt-color);
  margin-top: 3rem;
}

  
.question-boardbx .question_ansbx {
  width: 100%;
}
.question-boardbx .kbc_questionbx .headingbx {
  padding: 0 0 1rem 0;
}

.notsbx {
  position: absolute;
  bottom: -64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0 1rem;
}
.notsbx p {
  font-size: 0.8rem;
}
.animatebx {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
/* .answare {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    padding: 1rem 0 2rem;

}

.answare button {
    width:240px;
    position: relative;
    font-size: .8rem;
    font-weight: 600;
    color: var(--mf-txt-color);
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 15px;
    padding:1rem 1rem;
    border: 3px solid var(--mf-sec-color);
    display: flex;
    align-content:flex-start;
    justify-content: center;
}

.answare .form-control:focus {
    background-color: var(--mf-secondry-color);
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    justify-content:center;

    text-align: center;
    z-index: 9999;
} */

/* .answare button:focus::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 2rem;
    font-weight: 100;
    margin: auto;
    color: #000;
    position: absolute;
    right: 10%;
    top: 14px;
    color: #fff;
    justify-content: center;
    z-index: 9999;
}
 */

.step_btn {
  position: fixed;
  bottom: 4%;
  right: 12%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.step_btn button {
  border: none;
  background: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.question_slider .owl-nav {
  width: 200px;
  position: fixed;
  bottom: 4%;
  right: 12%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background: none;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
  width: 100%;
}

.prev:hover {
  animation: bounce-left 1s infinite;
}

.next:hover {
  animation: bounce-left 1s infinite;
}

.coinicon {
  position: absolute;
  width: 40px;
  height: 40px;
  animation: 0.8s animateOpacity;
  background: url(../images/question/coin_icon.svg) 0 0 no-repeat;
}

@keyframes animateOpacity {
  from {
    opacity: 0;
  }

  5% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  95% {
    opacity: 0.6;
  }

  to {
    opacity: 0;
  }
}

.bubbly-button {
  cursor: pointer;
  transition: transform ease-in 0.1s;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(
      circle,
      var(--mf-secondry-color) 20%,
      transparent 20%
    ),
    radial-gradient(
      circle,
      transparent 20%,
      var(--mf-secondry-color) 20%,
      transparent 30%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--mf-secondry-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(
      circle,
      var(--mf-secondry-color) 20%,
      transparent 20%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--mf-secondry-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%),
    radial-gradient(circle, var(--mf-secondry-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  transform: scale(0.9);
  background-color: var(--mf-primary-color);
}

.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* bof:animate */
.anicommon {
  position: relative;
  display: flex;
  justify-content: center;
}
.ani_one {
  display: flex;
  align-items: center;
  text-align: center;
}
.anicommon img.progressani {
  width: 18%;
  position: absolute;
  top: 20px;
  left: 180px;
  animation: rotation infinite 18s linear;
}
.anicommon img.progressanismall {
  width: 14%;
  position: absolute;
  top: 48px;
  left: 122px;
  animation: revrotation infinite 15s linear;
}
img.useranimate {
  width: 74%;
}

.messagebx {
  position: absolute;
  width: 220px;
  background: url(../images/question/messge-bg.svg) no-repeat;
  background-size: cover;
  height: 170px;
  z-index: 9;
  top: -142px;
  left: 110px;
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
  padding: 12% 10% 0;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
@keyframes revrotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* .cloud_a {
    background: rgba(255, 255, 255);
    width: 300px;
    height: 100px;
    border-radius: 150px;
    box-shadow: 10px 10px rgba(0,0,0,0.2);
    animation: move 3s infinite;

  }*/

/* .cloud_a:after {
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -50px;
    left: 50px;
  }

  .cloud_a:before {
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 170px;
    height: 150px;
    border-radius: 50%;
    top: -90px;
    right: 40px;
  }
   */
@keyframes move {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-40px);
  }
}

/* bof:animated-01 */
.robotani_a {
  position: relative;
  animation: float 7.5s infinite ease-in-out;
}
@keyframes float {
  0% {
    bottom: 1px;
  }
  100% {
    bottom: 20%;
  }
}
.robbody {
  position: relative;
  width: 220px;
  height: 300px;
  margin-top: 30px;
  animation: robbody 7.5s infinite ease-in-out;
}
.robbody-shadow {
  position: absolute;
  width: 140px;
  height: 10px;
  border-radius: 100%;
  background: #0000001e;
  bottom: 0;
  left: 44px;
  animation: robbody-shadow 7.5s infinite ease-in-out;
  transform: translate(0, -44px);
}

.rob-body {
  width: 150px;
  position: absolute;
  top: 0px;
  left: 24px;
}
img.rob-lhand {
  width: 46px;
  position: absolute;
  top: 164px;
  right: 0;
}
img.rob-rhand {
  width: 46px;
  position: absolute;
  top: 164px;
  left: 0;
  animation: rob_rhand 1.7s alternate infinite;
  transform: rotate(0deg) translateY(-4%);
  transform-origin: 40px 3px;
}

@keyframes robbody {
  0% {
    transform: translate(0);
  }
  12.5% {
    transform: translate(0, 5%);
  }
  25% {
    transform: translate(0);
  }
  37.5% {
    transform: translate(0, 5%);
  }
  50% {
    transform: translate(0);
  }
  62.5% {
    transform: translate(0, 10%);
  }
  75% {
    transform: translate(0);
  }
  87.5% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes robbody-shadow {
  0% {
    transform: scale(0.8) translate(0, 0%);
  }
  12.5% {
    transform: scale(1) translate(0, 0%);
  }
  25% {
    transform: scale(0.8) translate(0, 0%);
  }
  37.5% {
    transform: scale(1) translate(0, 0%);
  }
  50% {
    transform: scale(0.8) translate(0, 0%);
  }
  62.5% {
    transform: scale(1) translate(0, 0%);
  }
  75% {
    transform: scale(0.8) translate(0, 0%);
  }
  87.5% {
    transform: scale(1) translate(0, 0%);
  }
  100% {
    transform: scale(0.8) translate(0, 0%);
  }
}

@keyframes rob_rhand {
  0% {
    transform: rotate(120deg) translateY(-4%);
  }
  12.5% {
    transform: rotate(100deg) translateY(-5%);
  }
  25% {
    transform: rotate(120deg) translateY(-4%);
  }
  37.5% {
    transform: rotate(90deg) translateY(-5%);
  }
  50% {
    transform: rotate(120deg) translateY(-4%);
  }
  62.5% {
    transform: rotate(90deg) translateY(-5%);
  }
  75% {
    transform: rotate(120deg) translateY(-4%);
  }
  87.5% {
    transform: rotate(90deg) translateY(-5%);
  }
  100% {
    transform: rotate(120deg) translateY(-4%);
  }
  /*
      0% {
        transform: rotate(90deg) translateY(-4%);

    }

    50% {
        transform: rotate(120deg) translateY(-4%);

    }
    75% {
        transform: rotate(90deg) translateY(-4%);

    }

    100% {
        transform: rotate(120deg) translateY(-4%);

    } */
}

.eye1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 25px;
  bottom: 150px;
  margin: auto;
  height: 10px;
  width: 15px;
  background: repeating-linear-gradient(blue 70%, #002966 80%, blue);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: blink 1s linear 2;
  transition: 0.3s;
}
.eye2 {
  position: absolute;
  top: 0;
  left: 25px;
  right: 0;
  bottom: 150px;
  margin: auto;
  height: 10px;
  width: 15px;
  background: repeating-linear-gradient(blue 70%, #002966 80%, blue);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: blink 1s linear 2;
  transition: 0.3s;
}
@keyframes blink {
  0% {
    height: 10px;
  }
  25% {
    height: 6px;
  }
  50% {
    height: 1px;
  }
  75% {
    height: 6px;
  }
  100% {
    heigth: 10px;
  }
}

/* eof:animate */
/*
@media(min-width:1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1000px;
    }
} */

/* Media Queries style */
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    min-width: 1240px;
  }
}

@media (min-width: 767) {
  .services_area {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 600px) {
  .services_area a{text-decoration: none;}   
  .logo{height: 30px;}
  .bnr-animate {background: #10598b; height: 170px; display: flex; position: relative;}
.top_maxheight {height: 140px;}
.bnr-animate img {background: #fffdfd;align-self: end;object-fit: cover; width: 100%; height: auto;}
.topbnr_face { width: 23%; bottom: -69px; left: 80px;}
#topheader #click_advance {font-size: 1rem; top: 22%;}
.cloud_a img, .cloud_b img, .cloud_c img, .cloud_d img, .cloud_e img, .cloud_f img, .cloud_g img{width:52%;}  
.cloud_a {top: 34px;left: 70px;}
.cloud_b {top: 74px; left: 10px;}
.cloud_c {top: 38px; left: 150px;}
.cloud_d {top: 54px; left: 218px;}
.cloud_e {top: 10px; right: -80px;}
.cloud_f {top: 90px; left: 170px;}
.cloud_g {top: 50px; right: -106px;}
.question_bxpnl{flex-direction: column-reverse; height: auto;}
.question-boardbx{width: 100%; height: auto; right: auto;}
.robotani_a{z-index: 999; top: -240px;}
.progress_area{width:120px;top: 10%;left: 50%;transform: translate(-50%, -10%);}
.progress_value {width: 50px; height: 46px;    top: -10px; }
.progress_value h5{font-size: .9rem;}
.notsbx{    flex-direction: column; justify-content: center;justify-items: center;}
.question_area .slidebtns { text-align: center;}
}