@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body,
html{
font-family: "Montserrat", serif;
}

* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;

}



.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* overflow: hidden; */
  margin: 20px 0;
}
.progress-bar1 {
  height: 30px;
  width: 0;
  background-color: #0f9557 !important;
  text-align: center !important;
  line-height: 64px !important;
  color: #111fd9 !important;
  transition: width 3.8s !important;
}

.chat-popup .container p {
    font-size: 14px;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

div#case_list_dv h3 {
  color: #d8271f;
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
}

div#random_img img {
  animation: pulse-animation 4s infinite;
  width: 100%;
  max-width: 100px;
  left: auto;
  right: 100px;
  top: 50px;
}

div#random_img img {
  animation: pulse-animation 4s infinite;

}

@keyframes pulse-animation {
  to {
    transform: scale(1.4);
  }
}


ul.project-list-details {
  padding: 10px 0 20px;
}

body {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.modal-content .error {
  text-align: center;
}

p.info {
  color: #333;
  margin: 10px 0;
  font-weight: 400;
}

ul.header-logo {
  position: absolute;
  z-index: 9;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  vertical-align: middle;
}

.intl-tel-input {
  width: 100%;
}

li.lest-connect a {
  background: #f7193f;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  font-weight: 500;
  text-decoration: none;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background: transparent !important;
}

li.lest-connect {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.header-logo img {
  width: 100px;
  margin: 15px 0 20px;
  cursor: pointer;
}

li.lest-connect a:hover {
  background: #f7193f;
  transition: ease all .3s;
}

section.guide-humonoide .container {
  z-index: 9;
}

ul.header-logo {
  position: absolute;
  z-index: 9999;
  list-style: none;
}


section.guide-humonoide video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  object-position: center center;
  right: 0;
}

.main-container {

  margin: 0 auto;

  width: 100%;

  height: 100%;

  max-width: 500px;

  padding: 20px 0;

}

#chatbot-container {

  width: 95%;

  height: 350px;

  margin: 10px auto;

  padding: 10px 5px;

  overflow-y: auto;

  background: #f3f3f3;

  display: flex;

  display: -ms-flexbox;

  display: inline-flex;

  display: -webkit-flex;

  flex-direction: column;

  border-radius: 10px;

}

.speech::first-letter,

.recorder::first-letter {

  text-transform: capitalize;

}

#chatbot-container .recorder {

  color: #fff;

  background: #78f;

  border-radius: 5px;

  padding: 8px;

  margin: 4px 0;

  max-width: 250px;

  align-self: flex-start;

  flex-shrink: 0;


}

#chatbot-container .speech {

  color: #fff;

  background: #1c8;

  border-radius: 5px;

  padding: 8px;

  margin: 4px 0;

  flex-shrink: 0;

  align-self: flex-end;

  max-width: 250px;

}

button {

  border: none;

  outline: none;

  background: none;

}

.fa-telegram-plane {

  font-size: 36px;

  width: 15%;

  padding: 8px 12px;

  line-height: 30px;

  cursor: pointer;

  display: inline-block;

}

.fa-telegram-plane:hover {

  color: #78f;

}

#btn {

  background: #78f;

  color: whiteSmoke;

  padding: 10px 25px;

  font-size: 22px;

  font-weight: 600;

  display: block;

  box-shadow: 0 3px 10px #a7f;

  margin: 0 auto;

  transition: 0.5s;

}

#btn:hover {

  padding-right: 30px;

  background: #6a7;

  transition: 0.5s;

}

#form {

  width: 100%;

  text-align: center;

  margin-bottom: 8px;

}

.chat-bot img {
  max-width: 40%;
  margin: 0 auto;
}

body,
.chat-bot {
  background: #fff;
  text-align: center;
}

.chat-bot {
  position: relative;
}

button#start-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  height: 40px;
  background: #52392a;
  color: #53aa54;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  animation: pulsate infinite 1.5s;

  border: 2px solid #53aa54
}

#form #botvalue {

  padding: 8px 10px;

  border-radius: 6px;

  outline: none;

  width: calc(100% - 18%);

  line-height: 30px;

  border: 1px solid #555;

  font-size: 17px;

  font-weight: normal;

}

div#chatPopup {
    flex-direction: column;
    height: 100%;
    max-height: 400px;
}

/* CSS for the chat dialog */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 2px #eee;
  z-index: 9999;
  background-color: #fff;
  max-width: 400px;
  width: calc(100% - 40px);
  min-height: 480px;
}

.chat-model input {
  flex: 0 0 80%;
}

.chat-model {
  display: flex;
}

.chat-popup input[type="submit"] {
  flex: 0 0 20%;
}

.chat-popup .header {
  background: #edf3f8;
  color: #fff;
  padding: 0px;
  border-radius: 0px;
  font-weight: 800;
  display: flex;
}

.chat-popup .container {
  padding: 10px;
  overflow-y: scroll;
  height: 100%;
}

.chat-popup input[type="text"] {
  width: calc(100% - 20px);
  padding: 10px;
  outline: none;
  border-radius: 4px;
  background: #edf3f8;
  border: none;
}

div#chatContainer>div:nth-child(odd) {
  text-align: left;
  background: #dc351c;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
  width: fit-content;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
}

div#chatContainer>div:nth-child(odd) p {
  color: #fff;
  margin: 0;
}

div#chatContainer>div:nth-child(even) {
  text-align: left;
  background: #e8e8e8;
  padding: 15px;
  margin: 10px 0;
  color: #2d2d2d;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  margin-left: 100px;
}

div#chatContainer>div:nth-child(even) p {
  color: #2d2d2d;
  margin: 0;
}

.chat-popup input[type="submit"] {
  width: 100%;
  background: #edf3f8;
  color: #333;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
}

.col-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chat-popup .header h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    color: #dc351c;
}

.close {
  color: #2d2d2d;

}

/* Close button */
.close {
  cursor: pointer;
  /*position: absolute;
            right: 20px;
            top: 15px;*/
  font-size: 20px;
}

/* Open chat button */
.open-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(45deg, #d8271f, #d8271f, #f7c200);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.open-chat:hover {
  background-color: #f7c200;
}

.welcomo-meesage,
.guide-humonoide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  height: 100vh;
  color: #fff;
}

.welcomo-meesage h1 span {
  font-weight: bold;
}

.welcomo-meesage h1 {
  color: #000;
  font-weight: 300;
  font-size: 36px;
}

.yukti_form_data_lang {
  height: 20px;
}

.yukti_form_data input {
  background: transparent;
}

.click-con-hover h6 {
  color: #000;
  font-weight: 700;
  padding: 10px 0 0;
}

.welcomo-meesage p {
  color: #000;
  font-size: 14px;
}

.arrow-button.effect-8.hovicon img {
  max-width: 20px;
}


input#submitBtn,
.arrow-button.effect-8.hovicon {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin: 14px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  background: #d8271f !important;
  -webkit-transform: scale(.93);
  -moz-transform: scale(.93);
  -ms-transform: scale(.93);
  transform: scale(.93);
  color: #fff;
  -webkit-transition: -webkit-transform ease-out .1s, background .2s;
  -moz-transition: -moz-transform ease-out .1s, background .2s;
  transition: transform ease-out .1s, background .2s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  align-items: center;


}

@keyframes progres1 {
  0% {
    width: 0%
  }

  50% {
    width: 50%
  }

  100% {
    width: 100%
  }
}

.click-con-hover {
  position: relative;
}

.arrow-button.effect-8.hovicon {
  position: relative;
  padding-bottom: 4px;
}

div#submitBtn:after,
input#submitBtn:after,
div#skip-btn:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: pulsate infinite 1.5s;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 1px rgb(247 25 63 / 95%);
  opacity: 0;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
}

@keyframes sonarEffect {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(247, 25, 63, .1), 0 0 2px 2px #f7193f, 0 0 0 1px rgba(247, 25, 63, .5)
  }

  100% {
    box-shadow: 0 0 0 2px rgba(247, 25, 63, .1), 0 0 5px 5px #f7193f, 0 0 0 2px rgba(247, 25, 63, .5);
    transform: scale(1.2);
    opacity: 0
  }
}

.clik-to-enter-box {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 99;
  background: #000;
}

section.clik-to-enter-box button {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
  background: transparent;
  border: none;
  z-index: 99;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.circle-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
}

/* This is the thin inner line */
.circle-zero:before {
  content: "";
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 168px;
  height: 2px;
  left: -60%;
  top: 50%;
  transform: rotate(45deg);
  z-index: -2;
}

.circle-zero {
  background: #2c3e50;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0.7px rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  height: 78px;
  width: 78px;
  position: absolute;
  top: 35%;
  left: 35%;
}

.circle-one {
  border: 15px solid;
  border-color: rgba(105, 138, 172, 0.8) rgba(105, 138, 172, 0.8) transparent transparent;
  border-radius: 50%;
  box-sizing: content-box;
  height: 98px;
  width: 98px;
  position: absolute;
  top: 25%;
  left: 25%;
  z-index: -1;
  animation: circle-move 10s ease infinite;
}

.circle-two {
  background: rgba(0, 0, 0, 0.017);
  border: 25px solid;
  border-color: rgba(233, 30, 99, 0.4) transparent transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.65);
  box-sizing: content-box;
  height: 90px;
  width: 90px;
  position: absolute;
  top: 22%;
  left: 22%;
  z-index: -2;
  animation: circle-move 14s ease infinite;
}

.circle-three {
  background: rgba(0, 0, 0, 0.012);
  border: 2px solid;
  border-color: #e91e63 transparent;
  border-radius: 50%;
  box-sizing: content-box;
  height: 168px;
  width: 168px;
  position: absolute;
  z-index: -3;
  top: 15%;
  left: 15%;
  animation: circle-move 15s ease infinite;
}

/* This is the thin line to centre */
.circle-four:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 220px;
  height: 2px;
  left: 0%;
  top: 50%;
  transform: rotate(-45deg);
  z-index: -2;
}

.circle-four {
  background: rgba(0, 0, 0, 0.012);
  border: 10px solid;
  border-color: #2c3e50 #8aa4be;
  border-radius: 50%;
  box-sizing: content-box;
  height: 220px;
  width: 220px;
  position: absolute;
  z-index: -3;
  top: 1%;
  left: 1%;
  animation: circle-spin 10s ease infinite;
}

.circle-five {
  background: rgba(0, 0, 0, 0.012);
  border: 4px dotted;
  border-color: #2c3e50 #8aa4be;
  border-radius: 50%;
  box-sizing: content-box;
  height: 203px;
  width: 203px;
  position: absolute;
  z-index: -3;
  top: 7%;
  left: 7%;
  animation: circle-spin 15s linear infinite;
}

.circle-six {
  background: rgba(0, 0, 0, 0.012);
  border: 1px none;
  border-radius: 50%;
  box-sizing: content-box;
  height: 249px;
  width: 249px;
  position: absolute;
  z-index: -3;
  top: -1%;
  left: -1%;
  box-shadow: 0px 10px 20px 0.7px rgba(0, 0, 0, 0.4);
}

@keyframes circle-move {
  0% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes circle-spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes flicker {
  0% {
    opacity: 0.85;
  }

  100% {
    opacity: 1;
  }
}

.circle-wrapper {
  margin: 0 auto;
}

/* landing page animation */
.error {
  color: #ff3737 !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  margin: 0;
  text-align: left;
}


/* button css */

.button-animation {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  color: #03e9f4;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 4px;
  transition: 0.5s;
  width: fit-content;
  margin: 0 auto;
  transition: ease all .8s;
}

.dialog-prompt ul li:first-child a {
  background: transparent;
  color: #000;
}

.dialog-prompt ul li {
  flex: 0 0 50%;
  width: 100%;
  display: grid;
}

.dialog-prompt ul li:last-child {
  margin-bottom: 0px;
}

.dialog-prompt ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.dialog-prompt {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.13), -4px -4px 8px 0px rgba(255, 255, 255, 0.59);
  width: 45%;
}

.button-animation span {
  position: absolute;
  display: block;
}

.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}


button#resend-otp {
  color: #d32720;
  font-size: 14px;
  border-radius: 0px;
  padding: 5px 20px;
  background: transparent;
  border: 2px solid #d32720;
  font-weight: 500;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

.landscape-responsive img {
  width: 100px;
  margin: 0 auto;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

.button-animation:hover {
  background-color: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 100px #03e9f4;
  ;
}

/* button css end */


.modal {
  background: #000000c2 !important;
}

.form-select:focus,
form#myForm input:hover,
form#myForm input:active,
form#myForm input:focus,
form#myForm input:visited {
  box-shadow: none !important;
}

.modal-content {
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}

form#myForm select option,
form#myForm select,
form#myForm input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

form#myForm select option {
  color: #000 !important;
}

.input-data {
  width: 65%;
  margin: 0 auto;
  max-width: 600px;
}

.form-head h3 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.btm-data-container p {
  font-size: 12px;
}

.btm-data-container p span {
  font-weight: 700;
}

.btm-data-container {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0;
}

/*input#submitBtn {
  background: #000 !important;
  border: 2px solid #03e9f4 !important;
  color: #fff !important;
  padding: 6px 20px !important;
}


*/
.welcomo-meesage .form-check {
  font-size: 12px;
}

.welcomo-meesage .form-check a {
  color: #0000EE;
}

.modal-body.form-box-mode {
  background: #fff;
  border-radius: 10px;
}

.modal-backdrop {
  background: transparent;
}

section.guide-humonoide1 img,
section.guide-humonoide1 gif {
  width: 14%;
  position: absolute;
  bottom: 20px;
  left: 200px;
  z-index: 1;
}

section.guide-humonoide1 {
  background: url('img/banner.png') no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;

}

.micro-btn {
  border: none;
  padding: 0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 2em;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #d8271f;
  position: absolute;
  z-index: 999;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  bottom: 15px;
  right: 170px;
}

.pulse-ring {
  content: '';
  width: 60px;
  height: 60px;
  /* background: #189BFF; */
  border: 5px solid #d8271fc4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: pulsate infinite 1.5s;
}

#animated-svg2 {
  animation: pulsate infinite 15s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
  }
}

.continue-btn {
  position: absolute;
  bottom: 80px;
  right: 20px;
}

.dialog-prompt ul li a {
  padding: 10px 20px;
  text-decoration: unset;
}

.dialog-prompt ul li a,
button#continue {
  background: #d8271f;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #fff;
}

.fa-microphone {
  height: 100%;
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 0;
  left: 0;
}

.generative-date {
  position: absolute;
  height: auto;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.microphone-data {
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 80px;
  z-index: 999;
}

.contact-us-btn a {
  color: #fff;
  text-decoration: none;
  background: #d8271f;
  padding: 5px 10px;
  border-radius: 50px;
}

.contact-us-btn {
  position: absolute;
  bottom: 100px;
  right: 100px;
}

.generative-date img {
  max-width: 200px;
}

.microphone-data img {
  max-width: 100px;
}

.stop-btn {
  z-index: 9999;
  position: absolute;
  bottom: 25px;
  right: 85px;
}

p.error-message-email,
p.error-message-name {
  text-align: left;
  color: #f7193f;
  font-size: 12px;
}

section.video-class {
  position: absolute;
  top: 8%;
  right: 2%;
}

video#video-case-study {
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  padding: 25px 30px;
}

::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2) !important;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .08) !important;
}

.form-control:active,
.form-control:visited,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}

.contact-form {
  width: 50%;
  position: absolute;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  top: 0px;
  right: 0px;
  padding: 25px;
  color: #000;
  overflow-y: scroll;
}

.contact-form label {
  color: #495057;
}

.get-a-qoute {
  text-align: justify;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.get-a-qoute .close-icon {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
}

.form-group {
  text-align: justify;
}

.contact-form .form-select,
.contact-form input.form-control,
.contact-form textarea.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

a#submitContactForm {
  color: #fff;
}

section.privacy-data {
  padding-top: 100px;
  text-align: left;
}

a.btn-submit-form-yukti {
  text-decoration: none;
  font-size: 18px;
  background: #d8271f;
  padding: 10px 40px;
  color: #fff;
}

.agrremen-box {
  background: #f2f4f6;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 7px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

p.agrremen-box span img {
  width: 20px;
  padding-right: 5px;
}

.be-more-tv-box video {
  width: 100%;
}

.hidden-box-list ul li {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden-box-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.hidden-box-list-question ul {
  right: 0;
  left: auto;
  position: absolute;
  border-radius: 10px;
  max-height: 400px;
  overflow: auto;
  bottom: 0;
  width: 100%;
  top: 0;
}

.hidden-box-list-question ul>li a {
  color: #333;
}

.hidden-box-list-question ul>li {
  background: rgb(255 255 255 / 33%);
  /*  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

ul#ul-case-study>li a {
  color: #333;
}

.hidden-box-list-question ul {
  padding: 10px;
  list-style: none;
  font-size: 14px;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: 40px;
}

.be-more-tv-box {
  position: absolute;
  max-width: 550px;
  z-index: 0;
  width: 100%;
  background-size: 100% 100%;
  padding: 3px 3px 11px 3px;
  height: auto;
  margin-top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.center-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  vertical-align: middle;
}

div#case_list_dv2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto 20px;
}

.hidden-box-list-question ul li,
.hidden-box-list ul li {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 8px;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  z-index: 1;
}

.be-more-tv-box img {
  width: 100% !important;
  height: auto;
  position: relative !important;
  left: 0 !important;
}

.be-more-tv-box img {
  top: 0;
}

.be-more-tv-box img.bg-banner-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  object-fit: contain;
}

.center-box-product {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.be-more-tv-box img#case_bg_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  margin: 0 auto;
  padding: 15px;
  margin-top: -7px;
}

.dialog-prompt h3 {
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 0 0 20px;
  line-height: 22px;
}

.get-a-qoute p {
  font-size: 14px;
  line-height: unset;
  color: #333;
}

.get-a-qoute h3 {
  color: #f7193f;
  font-size: 28px;
}

.welcomo-meesage .form-check {
  color: #000;
}

input.form-check-input:checked[type=checkbox] {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e) !important;
}

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

.form-group a {
  color: #000;
}

video#random_video {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 95%;
  height: calc(100% - 34px);
  object-fit: cover;
  margin-top: -7px;
}

input.form-check-input {
  background-color: #fff !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, .25) !important;
  border-radius: 4px !important;
}

div#case_list_dv {
  position: absolute;
  bottom: 20px;
  right: 190px;
  width: 60%;
}

.hidden-box-list ul li:hover {
  background: #d8271f;
  transition: ease all .3s;
  color: #fff;
}

p.agrremen-box span img {
  left: 30px;
  top: 6px;
}


.privacy-data h2 {
  font-size: 28px;
  color: #333;
  padding: 10px 0;
  margin: 0;
}

.privacy-data p span {
  color: #d8271f;
}

.privacy-data h3 {
  font-size: 22px;
  color: #333;
  padding: 10px 0;
  margin: 0;
}

.privacy-data p {
  font-size: 15px;
}

.landscape-responsive {
  display: none;
}

video#case_bg_img {
  width: 95%;
  margin: 0 auto;
  height: 86%;
  object-fit: cover;
}

div#case_list_dv {
  position: absolute;
  top: 15px;
  width: 95%;
  left: 0;
  right: 0;
  height: 90%;
  margin: 0 auto;
  background: url('img/pulp-screen-bg.png');
  overflow: hidden;
}

.chat-bot-icon img {
    max-width: 70px !important;
    padding: 10px 15px;
    width: 100% !important;
}

.chat-bot-icon {
  display: flex;
  flex: 0 0 15%;
}
.header .col-btn {
    flex: 0 0 15%;
    padding-right: 10px;
}
.chat-box-details {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.chat-bot-icon img {
  position: relative !important;
}

.chat-bot-icon {
  display: flex;
  height: 100% !important;
}

.chat-bot-icon img {
  left: 0 !important;
  top: 0;
}


@media screen and (min-device-width: 320px) and (max-device-width: 767.9px) and (orientation : landscape) {

  .microphone-data,
  .generative-date,
  .continue-btn {
    bottom: 120px;
  }

  .hidden-box-list-question ul {
    right: 0;
    margin: 0;
  }

  .hidden-box-list-question ul li,
  .hidden-box-list ul li {
    font-size: 14px;
    background: #fff;
    padding: 5px;
  }


  .landscape-responsive {
    display: flex;
  }

  .landscape-responsive {
    position: absolute;
    height: 100vh;
    z-index: 99999;
    display: flex;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
  }

  .landscape-responsive h2 {
    color: #333;
    width: 80%;
    margin: 0 auto;
  }
}

@media(max-width:1367px) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 175px;
  }
}

@media(max-width:1024px) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    width: 35%;
    left: 50px;
  }

}

@media (max-width:991.9px) {
  .be-more-tv-box {
    right: 50px;
    margin-top: 0;
    max-width: 400px;
  }

  .hidden-box-list ul {
    display: block;
  }

  p.agrremen-box span img {
    left: 8px;
    right: auto;
    bottom: 20px;
  }

  p.agrremen-box span {
    position: relative !important;
    margin-right: 25px;
  }

  p.agrremen-box span img {
    top: 0;
    left: auto;
  }

  body {
    height: calc(100vh - calc(100vh - 100%))
  }

  .dialog-prompt {
    width: 80%;
  }


  .hidden-box-list ul {
    display: block;
  }

  /*div#case_list_dv {
    right: 20px;
    z-index: 9;
    bottom: 80px;
    width: 80%;
    left: 0;
    margin: 0 auto;
  }

*/
  .hidden-box-list-question ul {
    padding: 0px 10px;
  }

  .contact-form {
    width: 100%;
  }

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 100px;
  }

  .welcomo-meesage h1 {
    font-size: 28px;
  }

  .welcomo-meesage p {
    font-size: 12px;
  }

  .micro-btn {
    right: 60px;
  }

  section.video-class {
    position: absolute;
    top: 17%;
    right: 3%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991.9px) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 33px;
    width: 35%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991.9px) and (orientation : landscape) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 120px;
    width: 18%;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation : landscape) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 100px;
    width: 22%;
  }
}

@media(max-width:767.9px) {
  .stop-btn {
    z-index: 9999;
    position: absolute;
    bottom: 200px;
    right: 25px;
  }

  .be-more-tv-box {
    margin-top: 0px;
    left: 0;
    right: 0;
  }

  .be-more-tv-box {
    left: 0;
    margin: 0 auto;
    top: 10%;
    right: 0;
    width: 90%;
  }

  section.guide-humonoide1 {
    background: url('img/resp-background.png') no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100vh;
    background-size: cover
  }

  section.guide-humonoide1 img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  ul.header-logo {
    position: absolute;
    margin-bottom: 0;
    padding: 0px 15px;
  }

  div#case_list_dv {
    height: 86%;
  }

  .btm-data-container {
    width: 80%;
    margin: 0 auto;
    right: 0;
  }

  .be-more-tv-box {
    left: 0;
    margin: 0 auto;
    top: 10%;
    right: 0;
    width: 95%;
  }

  .input-data {
    width: 100%;
  }

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 0;
    right: 0;
    width: 45%;
    margin: 0 auto;
    bottom: 75px;
  }

  section.video-class {
    position: absolute;
    top: 7%;
    right: 4%;
  }
}

@media(max-width:520px) {

  section.video-class {
    position: absolute;
    top: 14%;
    right: 0%;
    width: 100%;
  }

  video#case_bg_img {
    width: 90%;
    height: 80%;
  }
}

.title {
  max-width: 400px;
  margin: auto;
  color: #000;

  text-align: center;
  font-family: "Montserrat", serif;

  h3 {
    font-weight: bold;
  }

  p {
    font-size: 12px;
    color: #118a44;

    &.msg {
      color: initial;
      text-align: initial;
      font-weight: bold;
    }
  }
}

.modal-body.form-box-mode p {
  text-align: center;
}

canvas#doughnut {
  padding: 20px;
}

p.msg {
  margin: 5px 0 10px;
}

.otp-input-fields {
  margin-bottom: 5px;
}

.title h3 {
  color: #333;
  margin: 0;
  padding: 15px 0 5px;
  font-size: 24px;
}

/*.otp-input-fields{
  margin: auto;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  
  input{
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    text-align: center;
    outline: none;
    font-size: 16px;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

   
    &[type=number] {
      -moz-appearance: textfield;
    }
    &:focus{
      border-width: 2px;
      border-color: darken(#2f8f1f, 5%);
      font-size: 20px;
    }
  }
}*/
.otp-input-fields {
  margin: auto;
  /*background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;*/
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}

.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #29791b;
  /* Adjusted to a hardcoded color instead of darken function */
  font-size: 20px;
}

.result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;

  p {
    font-size: 24px;
    font-family: "Montserrat", serif;
    opacity: 1;
    transition: color 0.5s ease;

    &._ok {
      color: green;
    }

    &._notok {
      color: red;
      border-radius: 3px;
    }
  }
}

button#stop_btn {
  background: #d8271f;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #fff;
}