html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  margin: 0;
  padding: 0 !important;
  font-family: "Kaspersky Sans Display";
  font-weight: 400;
  color: #1d1d1b;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

p {
  font-size: 18px;
  line-height: normal;
  color: #1d1d1b;
  margin: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: 0;
  background: #eabb06;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

#myBtn:hover {
  background-color: #555;
}

a,
a:focus,
a:hover {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
}

a {
  color: #83c495;
}

a:hover {
  color: #224b74;
}

button:focus {
  box-shadow: none !important;
}

ul {
  margin: 0;
}

img {
  max-width: 100%;
  transition: ease-in-out 0.3s;
  width: auto;
  height: auto;
}

::placeholder {
  color: rgb(29 29 27 / 50%) !important;
}

button:focus {
  outline: 0 !important;
}

.black_txt {
  color: #000 !important;
}

.blackL_txt {
  color: #073251 !important;
}

.white_txt {
  color: #fff !important;
}

.green_txt {
  color: #83c495 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1b;
  font-weight: 600;
  line-height: normal;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.header_sec {
  transition: ease-in-out 0.2s;
  width: 100%;
}

.header_sticky {
  /* position: fixed; */
  z-index: 991;
  top: 0;
  left: 0;
}

.social_icon {
  display: flex;
}

.social_icon a {
  width: 48px;
  height: 48px;
  display: flex;
}

.header_sec .navbar {
  background: #fff !important;
  padding: 30px 50px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  min-width: 180px;
  max-width: 180px;
}

.header_sec .navbar .nav-item {
  transition: ease-in-out 0.3s;
}

.header_sec .navbar .navbar-nav .nav-link {
  font-size: 20px;
  color: #606060;
  padding: 5px 0;
  font-weight: 400;
}

.header_sec .navbar .navbar-nav .active .nav-link {
  border-bottom: 3px solid #01a88d;
  color: #1d1d1b;
}

.header_sec .navbar .navbar-nav .nav-link:hover {
  color: #01a88d;
}

.sticky-header {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  transition: all 3s ease;
}

.sticky-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 0;
}

.btn_group {
  margin-top: 38px;
}

.custom_btn {
  color: #000 !important;
  background: #67f042;
  background: -webkit-linear-gradient(45deg, #67f042, #11b481 80%);
  border: none;
  text-align: center;
  display: inline-block;
  padding: 15px 50px;
  transition: ease-in-out.3s;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
}

.custom_btn:hover {
  background: -webkit-linear-gradient(45deg, #11b481, #67f042 80%);
}

/* Banner CSS Start here */
.bnr_sec {
  background: url(../images/bnr_bg.webp) no-repeat center/cover;
}

.bnr_box {
  padding: 80px 0 150px;
}

.gtxt {
  background: -webkit-linear-gradient(45deg, #11b481, #67f042 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Kaspersky Sans Display Exbold";
  margin: 0;
}

.heading_h1 {
  font-size: 70px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 400;
  max-width: 500px;
  margin: 30px 0;
}

.bnr_box p {
  font-size: 26px;
  color: #ffffff;
  font-weight: 300;
  max-width: 520px;
}

.bnr_box .btn_group {
  margin-top: 60px;
}

.bnr_box .custom_btn {
  background: -webkit-linear-gradient(45deg, #11b481, #67f042 80%);
  font-family: "Kaspersky Sans Display Exbold";
  font-weight: 700;
  min-width: 250px;
  border-radius: 0;
}

/* Banner CSS End here */

/* DATA CSS Start here */
.data_sec {
  padding: 90px 0;
  background: url(../images/data_bg.webp) no-repeat center/cover;
  background-position: center left;
}

.head_box {
  margin-bottom: 40px;
}

.head_box {
  margin: 0 0 80px;
}

.head_box h2 {
  font-size: 58px;
  margin: 0;
  color: #1d1d1b;
}

.head_box p {
  margin-top: 25px;
  color: #1d1d1b;
  font-size: 32px;
  font-weight: 500;
}

.data_box h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 30px 0 0;
}

.data_box img {
  max-width: 450px;
  width: 100%;
}

/* DATA CSS End here */

/* Perfo CSS Start here */
.perfo_sec {
  padding: 150px 0;
}

.perfo_box h3 {
  font-size: 36px;
  margin: 50px 0 20px;
}

.perfo_box p {
  font-size: 24px;
}

.perfo_box img {
  margin: auto;
  max-height: 130px;
}

/* Perfo Expertise  CSS End here */
/* quiz_sec  CSS Start here */
.quiz_sec {
  background: url(../images/quiz_bg.png) no-repeat center/cover;
  padding: 120px 0 60px;
}

.quiz_box {
  max-width: 850px;
  margin: 0 auto;
}

.quiz_box h2 {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
}

.quiz_box h2 span {
  background: -webkit-linear-gradient(45deg, #82fc41, #4d9627 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.quiz_box h2:before,
.quiz_box h2:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background: #7dff34;
  vertical-align: middle;
  margin: 0 10px;
}

.quiz_box h3 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}

.quiz_box p {
  font-size: 30px;
  color: #fff;
  margin: 40px 0 50px;
}

.quiz_box p strong {
  font-weight: 600;
  display: block;
}

.quiz_box .custom_btn:not(:hover) {
  background: -webkit-linear-gradient(45deg, #82fc41, #4d9627 80%);
}

.how_play {
  margin-top: 100px;
}

.how_play h5,
.how_play li {
  color: #fff;
  font-size: 26px;
}

.how_play ul {
  padding-left: 16px;
}

.how_play li {
  font-size: 20px;
  font-weight: 400;
}

/* quiz_sec  CSS End here */

/* Contact CSS Start here */
.contact_sec {
  padding: 100px 0 20px 20px;
}

.contact_sec .head_box h2 {
  font-weight: 500;
  max-width: 1000px;
}

.contact_sec .head_box h2 span {
  font-weight: 600;
  color: #39cf66;
}

.form_box .row {
  margin: 0 -8px;
}

.form_box .row > div {
  padding: 0 8px;
}

.form_box .form-group {
  margin-bottom: 10px;
}

.form_box .form-control {
  padding: 12px 15px;
  border: 1px solid #1d1d1b;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(29 29 27);
}

.form_box textarea.form-control {
  height: 140px;
}

.form_box .form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #1d1d1b;
}

.form_box .custom_btn {
  font-size: 24px;
}

.form_box .custom_btn {
  font-size: 22px;
  padding: 14px 55px;
}

.otp_box .head_box {
  margin-bottom: 50px;
}

.otp_box .head_box h2 {
  font-family: "Kaspersky Sans Display Exbold";
  font-size: 46px;
}

.otp_box label {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
}

.resend_code p {
  font-size: 28px;
  color: #68c934;
  font-weight: 600;
  cursor: pointer;
}

.otp_box .form_btn {
  margin-top: 100px;
}

.otp_box label span {
  font-size: 32px;
  color: #01a88e;
  font-weight: 600;
  margin: 0 20px;
}

.otp_box label img {
  vertical-align: text-bottom;
}

/* Contact CSS End here */

.prod_sec {
  padding: 110px 0 0 0;
  position: relative;
  background: #fff url(../images/prod_bg.webp) no-repeat;
  background-position: right bottom;
}

.prod_shape {
  position: absolute;
  left: 0;
  top: -60px;
}

.prod_box {
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px;
  /* height: 670px; */
}

.prod_img img {
  margin: auto;
  max-height: 330px;
}

.prod_txt {
  margin: 40px 0 20px;
  text-align: center;
}

.prod_txt h3 {
  color: #01a88d;
  font-weight: 600;
  font-size: 24px;
}

.prod_txt p {
  font-size: 20px;
  color: #000;
  text-wrap: auto;
}

.prod_txt p span {
  display: block;
  color: #696969;
  margin: 17px 0;
}

.prod_btn {
  text-align: center;
  color: #01a88d;
  border: 2px solid #01a88d;
  display: block;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px;
}

/* Blog CSS Start here */
.blog-font {
  font-family: "Kaspersky Sans Display";
}

/* Blog CSS End here */

/* Footer CSS Start here */
.footer_sec {
  background: #f8f8f8;
  padding: 80px 0;
}

.footer_sec h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}

.footer_sec h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0;
}

.footer_sec ul {
  padding-left: 20px;
  list-style: circle;
}

.footer_sec li {
  color: #606060;
  font-size: 16px;
}

/* Footer CSS end here */

.milston_sec {
  background: #000;
  padding: 30px 0;
  position: relative;
}

.qus_head h2 {
  color: #7dff34;
  font-size: 54px;
  font-family: "Kaspersky Sans Display Exbold";
}

.qus_head p {
  color: #fff;
  font-size: 26px;
  margin: 30px 0;
}

.qus_head p span {
  color: #7dff34;
}

.milston_check .form-check-input {
  background: none;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.form-check-input:checked[type="radio"] {
  background: #7dff34 url(../images/check.svg) no-repeat;
  border-color: #7dff34;
}

.milston_check .form-check {
  margin-bottom: 10px;
}

.milston_check .form-check label {
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
  vertical-align: text-bottom;
}

.milston_check .form-check-input:checked[type="radio"] ~ label {
  color: #7dff34;
}

.next_btn {
  padding: 10px 30px;
  background: #fff;
  border-radius: 8px;
  font-size: 22px;
  color: #1d1d1b;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  margin: 20px 0 30px;
}

.milston_check p {
  font-size: 22px;
  color: #7dff34;
}

.step_bar {
  background: url(../images/step_bg.webp) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.step_icon {
  height: 170px;
  background: url(../images/gray_icon.png) no-repeat;
  background-position: center bottom;
}

.step_icon:not(:last-child) {
  margin-right: 80px;
}

.step_icon span {
  display: flex;
  width: 108px;
  height: 100px;
  background: #838383;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 30px;
}

.completed {
  background: url(../images/green_icon.png) no-repeat;
  background-position: center bottom;
}

.completed span {
  background: #7dff34;
}

.qus_head p span {
  font-weight: 600;
}

/*toggle class css start here*/

.toggle-class {
  margin-top: 60px;
  text-align: left;
  padding: 0 10px;
}

.toggle-class .accordion-item {
  border: 0;
}

.toggle-class tbody {
  border-top: 1px solid #8233ff;
}

.toggle-class td:before,
.toggle-class th:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  opacity: 0.1;
  left: -10px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.toggle-class td:last-child:after,
.toggle-class th:last-child:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  opacity: 0.1;
  right: -10px;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.toggle-class tbody tr:last-child {
  position: relative;
}

.toggle-class tbody tr:last-child:after {
  content: "";
  position: absolute;
  bottom: -6px;
  opacity: 0.1;
  width: 100%;
  height: 10px;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.toggle-class td,
.toggle-class th {
  position: relative;
  max-width: 33.333%;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.toggle-class .accordion-button {
  font-weight: 700;
  font-size: 17px;
  color: #1d1d1b !important;
  background-color: transparent !important;
  box-shadow: unset !important;

  font-family: var(--bs-font-sans-serif);
  position: relative;

  padding: 20px;
  border-radius: 0;
  padding-left: 70px;
}

.toggle-class .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s !important;
}

.toggle-class .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.toggle-class .accordion-button::after {
  transition: all 0.5s;
}

.toggle-class .accordion-button::after {
  width: 32px;
  height: 32px;
  z-index: 999;
  text-align: center;
  background-position: center;
  box-shadow: 0 2px 4px rgba(130, 51, 255, 0.24);
  background-size: contain;
  position: absolute;
  left: 20px;
}

.toggle-class .accordion-button:not(.collapsed)::after {
  background-color: rgb(130, 51, 255) !important;
}

.toggle-class .accordion-button:not(.collapsed)::after {
  transform: inherit;
}

.toggle-class .accordion-button:not(.collapsed),
.accordion-collapse.collapse.show {
  background-color: rgb(249 245 255) !important;
}

.toggle-class .accordion-button:not(.collapsed) {
  border-top: 2px solid rgba(130, 51, 255, 0.32);
  border-radius: 0;
}

.toggle-class .accordion-item p {
  font-size: 16px;
}

.contact-us .form_box .form-group {
  margin-bottom: 30px;
}

.collapse.show {
  visibility: visible;
}
