@import url("./root.css");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  line-height: 1.75;
  font-family: "Poppins", sans-serif !important;
  scroll-padding-top: 6rem;
}

html {
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}

.text-orange {
  color: var(--theme-orange);
}

.text-blue {
  color: var(--theme-blue);
}

.text-pink {
  color: var(--theme-pink);
}

.bg_green {
  background-color: var(--bg_green);
}

@font-face {
  font-family: "funky-font";
  src: url("../fonts/BTTTRIAL.TTF");
}

.funky_font {
  font-family: "funky-font";
}

.poppins_regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.header_ul a,
.poppins_medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.cta a span,
.poppins_semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.poppins_bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.poppins_extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

@media (min-width: 1199px) {
}

.offcanvas {
  background-color: #ffffffe8 !important;
}

@media (max-width: 1199px) {
  .offcanvas {
    width: 100vw;
    height: 100vh;
  }
  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 0px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
}

header {
  transition: 0.3s;
  background-color: var(--navbar-sky);
}

::-webkit-scrollbar {
  width: 1px;
}

.course_tabs_gallery::-webkit-scrollbar {
  width: 1px;
  height: 3px;
}

.course_tabs_gallery::-webkit-scrollbar-track {
  background-color: var(--white);
}

.course_tabs_acc_box::-webkit-scrollbar {
  width: 3px;
}

.course_tabs_acc_box::-webkit-scrollbar-track {
  background-color: var(--white);
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(87, 87, 87);
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgb(73, 73, 73);
}
.cust_gred_btn {
  color: #fff;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 100% 100%;
  border-radius: 50px;
  background-image: red;
  /* box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
        */
}

section {
  padding: 1.85rem 0;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.logo {
  height: 3.5rem;
  z-index: 3;
}

header {
  z-index: 99;
}

.navbar-nav .nav-item {
  position: relative;
}

.dropdown-menu li a,
.navbar-nav .nav-link {
  /* text-transform: uppercase; */
}

footer a {
  transition: 0.3s;
}

.navbar-toggler {
  --hw: 2rem;
  height: var(--hw);
  width: var(--hw);
}

.dropend .dropdown-menu {
  background-color: var(--theme-blue);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.mobile_dropdown_Arrow {
  position: absolute;
  height: 2.8rem;
  width: 2rem;
  right: 0;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  color: var(--theme-orange);
  top: 9px;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
  box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
}

.progress-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg {
  /* transition: stroke-dashoffset 10ms linear 0s;*/
  stroke-dasharray: 307.919, 307.919;
  stroke-width: 4px;
  stroke-dashoffset: 310;
  fill: var(--input-color);
  stroke: var(--theme-blue);
}

.arrow_btm {
  height: 1rem;
}

.up_down_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-blue);
}

.dropdown-menu .dropdown-menu,
.dropdown-menu {
  /* border-radius: 0; */
  background-color: var(--white);
}

.dropdown-menu a {
  /* color: var(--white); */
  padding: 0.65rem 1.5rem;
  border: none;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover {
}

.navbar-nav > .nav-item {
  padding: 10px 10px;
}

.dropdown-toggle::after,
.dropend .dropdown-toggle::after {
  position: absolute;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 0.8rem;
  top: 1rem;
  transition: 0.3s;
  /* transform: translateY(-50%); */
  /* margin-left: 0.35rem; */
  right: 0.5rem;
}

.dropdown-toggle::after {
  top: 1.3rem;
  transform: translateY(0%);
  margin-left: 0.35rem;
  right: auto;
}

.dropdown-menu li,
.dropdown-menu li a {
  transition: 0.3s !important;
  border-bottom: 1px dashed #ef661c;
}

.dropdown-menu li a:hover {
  color: white;
  background-color: var(--theme-blue);
}

.dropdown-menu {
  animation: dropdown_inner 0.1s linear alternate;
}

@keyframes dropdown_inner {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.dropdown-menu a {
  /* color: var(--theme-orange); */
}

/*
#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: var(--theme-blue);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999999999999999999999999999;
}

#cursor-border {
    --size: 30px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--theme-orange);
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999999999999999999999999999999;
}*/

a {
  text-decoration: none;
}

.header_trans {
  animation: smoothScroll 0.6s forwards;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: var(--white);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-50rem);
  }
  100% {
    transform: translateY(0px);
  }
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
  box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.cta a i,
.cta a span {
  font-size: 0.9rem;
}

.cta a span {
  color: var(--black);
}

.cta a img {
  height: 1.2rem;
}

/* .tagline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
} */

.location_sec,
.banner_box {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_box {
  /* background-image: url("../img/banner-bg.png"); */
}

.location_sec {
  background-image: url("../img/location-bg.png");
  background-position: center;
  background-attachment: fixed;
}

::placeholder,
select,
option {
  color: var(--placeholder-clr);
}

/* form .cust_gredient_blue, */

form input,
form select {
  height: 3rem;
}

.cust_gredient_blue {
  background-color: var(--theme-blue);
  /* background: var(--blue-btn-gredient); */
  border-radius: 0.25rem;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}

.cust_gredient_blue:hover {
  background-color: var(--theme-orange);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* .cust_gredient_blue:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
} */

.btn_bg_gred {
  /* background: var(--blue-btn-gredient); */
  border-radius: 20rem;
}

.text_border_orange::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--theme-orange);
  left: 0;
  bottom: 4px;
  height: 1px;
  width: 100%;
  z-index: 3;
}

.text_border_orange_off {
  border-bottom: 1px solid var(--theme-orange);
}

.mix_heading {
  line-height: 2rem;
}

.banner_form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search_location_header_form {
  z-index: 2;
  position: relative;
}

.search_location_header_form {
  margin-top: 2rem !important;
}

.swiper-pagination-bullet {
  background-color: var(--theme-blue);
  transition: 0.3s;
  border-radius: 20rem;
  height: 0.3rem;
  width: 0.3rem;
}

.swiper-pagination-bullet-active {
  width: 2rem;
}

.cust_gredient_blue {
  padding: 0.6rem 2rem;
  border-radius: 30rem;
}

.about_read_more_btn_box {
  margin: 1rem 0 0rem 0rem;
}

.three_box img {
  height: 9rem;
  margin-top: -7rem;
  /* filter: drop-shadow(5px 5px 21px #a8a8a8); */
  z-index: 99;
}

.white-border-btn,
.three_box a {
  border: 1px solid var(--white);
  border-radius: 0.2rem;
  color: var(--white);
  transition: 0.3s;
  padding: 0.5rem 1rem;
}

.blue_three_box a:hover {
  background-color: var(--theme-orange);
  border-color: var(--theme-orange);
}

.blue_three_box {
  background-color: var(--theme-skyblue);
}

.bg_orange,
.orange_three_box {
  background-color: var(--theme-orange);
}

.white-border-btn:hover,
.orange_three_box a:hover {
  background-color: var(--theme-skyblue);
  border-color: var(--theme-skyblue);
}

.testimonials_sec {
  background-image: url("../img/testimonial-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.bg_skyblue {
  background-color: var(--theme-skyblue);
}

.testimonials_slider .swiper-slide .mx-auto {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cta_box_img {
  margin-top: -4rem;
  z-index: 999;
}

.cta_box_img img {
  height: 9rem;
}

.bg_second {
  background-color: var(--btn-second);
}

.icon_btn {
  transition: 0.3s;
}

.icon_btn a:hover {
  background-color: var(--theme-blue);
}

thead * {
  background-color: #ababab !important;
  color: var(--white) !important;
}

.location_table i {
  color: var(--theme-orange);
}

footer {
  background-color: #f5f5f5;
}

.footer_logo_box * {
  position: relative;
  z-index: 1;
}

.copyright {
  background-color: var(--copyright);
}

.footer_links_ul {
  list-style: none;
}

.footer_links_ul li a {
  position: relative;
}

.footer_links_ul li a::before {
  position: absolute;
  height: 2px;
  width: 1rem;
  left: -1.4rem;
  top: 5px;
  /* transform: translateY(-50%); */
  content: "";
  /* background-color: var(--theme-orange); */
  --hw: 0.8rem;
  height: var(--hw);
  width: var(--hw);
  background-image: url(../img/footer_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_links_ul li a:hover {
  margin-left: 0.2rem;
}

/* quiz css */

#quizzie ul {
  list-style: none;
  display: block;
  width: auto;
  overflow: auto;
  display: none;
  /* Step Questions and Answer Options */
}

#quizzie ul.current {
  display: block;
}

#quizzie ul li {
  overflow: auto;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

#quizzie ul li.quiz-answer .answer-wrap {
  cursor: pointer;
}

#quizzie ul li.question,
#quizzie ul li.results-inner {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  margin: 0;
}

#quizzie ul li.results-inner {
  padding: 1rem 0;
}

#quizzie ul li.results-inner img {
  width: 250px;
}

#quizzie ul li:last-child {
  margin-right: 0;
}

#quizzie .question-wrap,
#quizzie .answer-wrap {
  display: block;
}

/* quiz css */

.quiz_dots div {
  margin-right: 8px;
  margin-bottom: 8px;
}

/*
.quiz_dots div {
    position: relative;
}  */

/* .quiz_dots div.actives::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 70%;
    background-color: var(--black);
    top: 50%;
    left: 50%;
    border-radius: 30rem;
    transform: translate(-50%, -50%);
} */

.quiz_sec {
  background-image: url("../img/quiz-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.answer-wrap {
  border: 2px solid #fff;
  color: var(--white);
}

/* sohel quiz css START */

.slider {
  width: 60%;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}

.question-container {
  width: 600%;
  /* Adjusted width for six questions */
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.question {
  width: 16.66667%;
  /* Adjusted width for each question */
  /* background-color: white; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  display: none;
}

button {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}

#result {
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  display: none;
}

/* .active {
    background-color: red;
    display: block !important;
} */

.button-group {
  display: flex;
  justify-content: space-between;
}

.numbered-div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.numbered-div div {
  width: 16.66667%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

/* sohel quiz css END */

.testimonials_slider .swiper-button-prev img,
.testimonials_slider .swiper-button-next img {
  height: 2.5rem;
}

.border_bottom_cust {
  position: relative;
}

.border_bottom_cust::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
}

.text-orange.border_bottom_cust::before {
  background-color: var(--theme-orange);
}

.text-pink.border_bottom_cust::before {
  background-color: var(--theme-orange);
}

.banner_boy_box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

table .btn {
  background-color: var(--light_grey-clr);
}

table .btn:hover {
  background-color: var(--theme-orange);
}

footer p,
footer a,
footer .footer_head {
  color: var(--light_grey-clr);
}

.dropdown-menu {
  overflow: hidden;
}

.bg_gred {
  background: var(--blue-btn-gredient_sec);
}

.bg_yellow {
  background-color: var(--theme-yellow);
}

.blue_btn {
  color: var(--white);
  transition: 0.3s;
  padding: 0.5rem 1rem;
  background-color: var(--theme-blue);
}

.blue_btn:hover {
  background-color: var(--theme-orange);
}

.btn_hover_blue:hover {
  background-color: var(--theme-blue);
}

/* .other_banner {
    padding: 1rem 0;
} */

.faqs_box .nav-link,
.faqs_box .nav-link.active {
  padding: 1rem 1rem !important;
  margin-bottom: 1rem;
  background-color: var(--theme-orange);
  position: relative;
  border-radius: 2rem;
}

.faqs_box .seven_tabs {
  --hw: 2rem;
  height: var(--hw);
  width: var(--hw);
  background-color: var(--theme-blue);
  border: 2px solid var(--white);
  border-radius: 40rem;
  position: absolute;
  left: auto;
  top: 50%;
  right: -1rem;
  display: grid;
  place-content: center;
  font-size: 0.85rem;
  transform: translateY(-50%);
}

.faqs_box .seven_tabs {
  border-color: var(--white);
}

.faqs_box .nav-link span {
  /* display: none; */
  transition: 0.3s;
  opacity: 0;
}

.seven_tabs_ul .nav-link.active span {
  /* display: grid; */
  opacity: 1;
}

.faqs_main_boxes .accordion button {
  background-color: var(--white) !important;
  border: 0;
  line-height: 1.6rem;
  font-weight: 700;
}

.faqs_main_boxes .accordion .accordion-item {
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}

.faqs_main_boxes .accordion .accordion-item button:focus {
  box-shadow: none;
}

/* .other_banner {
    --bg: #0000006b;
    background: linear-gradient(var(--bg), var(--bg)), url(../img/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    }

.journey-banner,
.what-is-mathello-banner {
    background: linear-gradient(var(--bg), var(--bg)), url(../img/what-is-mathello-banner.png);
} */

.faq-banner {
  background: linear-gradient(var(--bg), var(--bg)), url(../img/faq-banner.jpg);
}

.breadcrumb_title_box .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb_title_box .breadcrumb-item.active,
.breadcrumb_title_box * {
  color: var(--white);
}

.breadcrumb_title_box .breadcrumb-item.active {
  /* color: var(--theme-orange); */
}

.faqs_main_boxes .tab-pane > .accordion-header > .accordion-button,
.faqs_main_boxes
  .tab-pane
  > .accordion-header
  > .accordion-button:not(.collapsed) {
  color: var(--white);
  border-bottom: 1px solid var(--theme-orange);
  border-radius: 20rem;
  margin-bottom: 1rem;
  background-color: var(--theme-orange);
}

.faqs_main_boxes .tab-pane > .accordion-header > .accordion-button {
  background-color: var(--theme-blue);
  border-bottom: 1px solid transparent;
}

.g-recaptcha {
  transform: scale(0.9);
  transform-origin: center bottom;
}

.cont_box a:hover span,
.cont_box a i,
.cont_box a {
  color: var(--black);
  transition: 0.3s;
}

.contact_form {
}

.cont_box a:hover span,
.cont_box a:hover i {
  color: var(--theme-orange);
}
.cont_box a i,
.cont_box a:hover {
  color: var(--theme-orange);
}

.contact_form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.map {
  height: 20rem;
}

.point_ul li {
  list-style: none;
}

.point_ul li {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 0 50rem 50rem;
}

.point_ul li .point_no {
  --hw: 2rem;
  height: var(--hw);
  width: var(--hw);
  display: grid;
  place-content: center;
  background-image: var(--blue-btn-gredient_sec);
  /* background: var(--blue-btn-gredient); */
  border-radius: 50rem 50rem;
  color: var(--white);
}

.bg_light_sky {
  background-color: #d7e1ff;
}

.advantage_box i {
  font-size: 2.5rem;
  color: var(--theme-orange);
}

.advantage_box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s;
  border-radius: 3rem;
}

.advantage_box:hover {
  transform: translateY(-0.5rem);
}

.bg_gred .text_border_orange_off {
  border-color: white;
}

.eligi_card {
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.story_box {
  position: relative;
}
.success_str_box_tab .story_box::after,
.success_str_box > div:nth-child(odd) .story_box::after {
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  content: "";
  inset: 0;
  width: 120%;
  height: 100%;
  right: 0;
  left: auto;
  z-index: -1;
  border-radius: 3rem;
}

.success_str_box > div:nth-child(even) .story_box::after {
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  content: "";
  inset: 0;
  width: 120%;
  height: 100%;
  right: auto;
  left: 0;
  z-index: -1;
  border-radius: 3rem;
}
.success_str_box_tab .tab-pane {
  background-color: transparent;
}

.eligi_card:hover {
  transform: translateY(-0.5rem);
}

.stories_main_box .story_box {
  position: relative;
}

.bg_blue {
  background-color: var(--theme-blue);
}

.stories_main_box .bg_blue::before,
.stories_main_box .bg_orange::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  right: 3rem;
  height: 1.5rem;
  width: 1.5rem;
  background-color: var(--theme-orange);
  transform: rotate(45deg);
}

.stories_main_box .bg_blue::before {
  bottom: -0.5rem;
  right: auto;
  left: 3rem;
  background-color: var(--theme-blue);
}

/* timeline css */

.main-timeline {
  position: relative;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 50%;
  margin: 0 0 20px 20px;
  float: right;
}

.main-timeline .timeline-content {
  color: #000;
  background: #fff;
  text-align: center;
  min-height: 125px;
  padding: 30px 20px 30px 45px;
  border-radius: 15px;
  border: 2px solid #000;
  display: block;
  position: relative;
}

.title {
  text-align: left;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: #fff;
  background-color: var(--theme-orange);
  font-size: 37px;
  line-height: 65px;
  height: 75px;
  width: 75px;
  border: 6px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -38px;
  top: 50%;
}

.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after {
  content: "";
  background-color: #000;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -12px;
}

.main-timeline .timeline-icon:after {
  top: calc(100% + 6px);
}

.main-timeline .title {
  color: var(--theme-orange);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  font-size: 1rem;
  color: #777;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  float: left;
  margin: 0 20px 20px 0;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 30px 45px 30px 20px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: -39px;
  left: auto;
}

.main-timeline .timeline:nth-child(odd) .timeline-icon {
  background-color: var(--theme-blue);
}

.main-timeline .timeline:nth-child(odd) .title {
  color: var(--theme-blue);
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
    padding-top: 40px;
  }
  .main-timeline .timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 45px 20px 20px;
  }
  .main-timeline .timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 28px;
    left: 50%;
    top: -39px;
    right: auto;
    transform: translateY(0) translateX(-50%);
  }
  .main-timeline .timeline .timeline-icon:before,
  .main-timeline .timeline .timeline-icon:after {
    top: 50%;
    left: -12px;
    transform: translateY(-50%) translateX(0);
  }
  .main-timeline .timeline .timeline-icon:after {
    left: calc(100% + 6px);
  }
}

@media screen and (max-width: 576px) {
  .main-timeline .title {
    font-size: 18px;
  }
  p {
    text-align: center;
  }
}

/* timeline css */

/* benefits box css */

.serviceBox {
  color: var(--theme-orange);
  /* font-family: 'Source Sans Pro', sans-serif; */
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 0 0 3rem 3rem;
  position: relative;
  z-index: 1;
}

.serviceBox:before,
.serviceBox:after,
.serviceBox .service-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.serviceBox:before,
.serviceBox .service-icon:before {
  background: var(--blue-btn-gredient);
  width: 100%;
  height: 65%;
  border-radius: 0 0 3rem 3rem;
  bottom: 0;
  left: 0;
}

.serviceBox:after {
  background: #fff;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border-radius: 2.5rem 2.5rem;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

.serviceBox .service-icon {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 15px;
}

.serviceBox .service-icon:before {
  height: 100px;
  border-radius: 3rem 3rem;
  bottom: auto;
  top: 0;
}

.serviceBox .title {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.serviceBox .description {
  color: #aaa;
  margin: 0;
}

.serviceBox.orange {
  --main-color: #fe9600;
  --dark-color: #c06001;
}

.serviceBox.orange:before,
.serviceBox.orange .service-icon:before {
  background: linear-gradient(to right, #fe5984, #b02340);
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 0 2.5rem;
  }
}

/* benefits box css */

/* steps css */

.ps-timeline-sec {
  position: relative;
  /* background: #fff; */
}

.ps-timeline-sec .container {
  position: relative;
}

@media screen and (max-width: 767px) {
  /* .ps-timeline-sec .container ol:before {
        background: var(--theme-blue);
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }
    .ps-timeline-sec .container ol:after {
        background: var(--theme-blue);
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    } */
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid var(--theme-blue);
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(2)
    .img-handler-bot
    img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec
    .container
    ol.ps-timeline
    li:last-child
    .img-handler-bot
    img {
    width: 100%;
  }
  /* .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    } */
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}

/* 
.ps-timeline-sec .container ol:before {
    background: var(--theme-blue);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: -100%;
}

.ps-timeline-sec .container ol:after {
    background: var(--theme-blue);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: -100%;
} */

.ps-timeline-sec .container ol.ps-timeline {
  margin: 13rem 0;
  padding: 0;
  /* border-top: 2px solid var(--theme-blue); */
  border: 3px solid transparent;
  border-image: var(--gredient-opposite);
  /* Adjust gradient colors as needed */
  border-image-slice: 1;
  list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid var(--theme-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 1.3rem;
  font-style: normal;
  display: grid;
  place-content: center;
  position: absolute;
  top: -26px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: var(--theme-blue);
  width: 2px;
  height: 50px;
  background: var(--theme-blue);
  position: absolute;
  top: -50px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: var(--theme-blue);
  width: 8px;
  height: 8px;
  background: var(--theme-blue);
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: var(--theme-blue);
  width: 2px;
  height: 50px;
  background: var(--theme-blue);
  position: absolute;
  bottom: -50px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: var(--theme-blue);
  width: 8px;
  height: 8px;
  background: var(--theme-blue);
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}

/* steps css */

@media (max-width: 767px) {
  .ps-timeline-sec .container ol.ps-timeline li span {
    top: 0;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    top: auto;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    border: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: inherit !important;
    width: 100% !important;
  }
  .img-handler-bot,
  .img-handler-top {
    display: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 80% !important;
    float: none !important;
    right: 0;
    top: auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: inherit;
    margin-top: 0;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: inherit;
    margin-top: 0;
    margin-left: 3rem;
  }
  .ps-timeline li:nth-child(odd) {
    display: flex;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 0;
    position: relative;
  }
  .ps-timeline li:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: inherit;
    bottom: auto;
    margin-bottom: 0;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 80% !important;
    float: none !important;
    right: auto;
    top: 0;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 0rem 0 !important;
    margin-left: 0px;
    border-left: 2px solid var(--theme-blue);
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: auto;
    float: none !important;
    width: inherit !important;
    margin-bottom: 3rem;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 87% !important;
    float: left !important;
    right: auto;
    top: 0;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    border-left: 0px solid var(--theme-orange);
  }
  .ps-timeline-sec .container ol.ps-timeline {
    padding-top: 0 !important;
  }
}

.key_box img {
  height: 3rem;
}

.ser_box {
  background-color: var(--white);
  border-radius: 2rem;
  overflow: hidden;
}

.services_box_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brain_o_icon {
  height: 1rem;
}

.faq-02__icon {
  position: absolute;
  left: 0;
  top: 0px;
}

.faq-02__item {
  position: relative;
  padding-right: 40px;
  padding-left: 35px;
  margin-bottom: 70px;
}

.faq-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  /* width: 50%; */
}

.point_no {
  --hw: 1.55rem;
  height: var(--hw);
  width: var(--hw);
  display: grid;
  place-content: center;
  background-image: var(--blue-btn-gredient_sec);
  /* background: var(--blue-btn-gredient); */
  border-radius: 50rem 50rem;
  color: var(--white);
  font-size: 0.9rem;
}

.faq-02__question_heading {
  color: var(--theme-orange);
}

.franch_form ol li,
.franch_form label {
  font-weight: 500;
}

.advantage_box img {
  height: 2rem;
  margin-right: 0.6rem;
}

.step_no_box {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid var(--theme-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  color: #df8625;
  font-size: 1.3rem;
  font-style: normal;
  display: grid;
  place-content: center;
  position: relative;
  margin: auto;
}

.step_no_box_main {
  padding: 4rem 0;
}

.step_no_box:before {
  content: "";
  color: var(--theme-blue);
  width: 2px;
  height: 50px;
  background: var(--theme-blue);
  position: absolute;
  top: -50px;
  left: 50%;
}

.step_no_box:after {
  content: "";
  color: var(--theme-blue);
  width: 8px;
  height: 8px;
  background: var(--theme-blue);
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}

.step_main p {
  margin-bottom: 0;
}

.even_step:before {
  content: "";
  color: var(--theme-blue);
  width: 2px;
  height: 50px;
  background: var(--theme-blue);
  position: absolute;
  bottom: -50px;
  left: 50%;
  top: 100%;
}

.even_step:after {
  content: "";
  color: var(--theme-blue);
  width: 8px;
  height: 8px;
  background: var(--theme-blue);
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.border_main_step_mbl {
  margin: 0;
  z-index: 0;
  padding: 0;
  border-top: 2px solid var(--theme-blue);
  border: 3px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image: var(--gredient-opposite);
  border-image-slice: 1;
  list-style: none;
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}

.bg_light_orange {
  background-color: #ffc3a3;
}

.bg_light_blue {
  background-color: #a7bdff;
}

.three_new_btn li button {
  padding: 2rem 1rem;
}

.three_btn_main .accordion-button.collapsed,
.three_new_btn li button {
  background: var(--white);
  border: 2px solid var(--theme-orange) !important;
  transition: 0.3s !important;
  color: var(--black) !important;
}

.three_btn_main .accordion-button,
.three_new_btn li button:hover,
.three_new_btn li button.active {
  background: var(--blue-btn-gredient);
  color: var(--white);
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  color: var(--white) !important;
}

.three_btn_main .accordion-button:focus {
  box-shadow: none;
}

.accordion-body:focus-visible {
  border: 0;
  box-shadow: none;
}

.blogs_box_list {
  border-radius: 1rem;
  overflow: hidden;
}

.blogs_box_list {
  background-color: #f1f1f1;
}

.blogs_box_img {
  height: auto;
  width: 100%;
  object-fit: inherit;
}

.blogs_box_list .blog_cat p {
  color: var(--theme-orange);
}

.blog_cat p {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 80%;
}

.blogs_box_list .blog_title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: var(--black);
  -webkit-box-orient: vertical;
}

.blog_date i,
.blog_date {
  color: rgb(141 141 141);
  scale: 0.85;
  transform: translateX(-8%);
}

.blog_readmore {
  color: var(--theme-orange);
}

.popup_form_main .cont_form_box .form-control:focus {
  box-shadow: none;
}

.popup_form_main .cont_form_box .form-control:focus::after {
  display: block;
}
textarea,
.navbar .nav-item .dropdown-menu {
  border-radius: 0;
}
.dropdown-menu a {
  color: var(--white);
}

.navbar .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: #ea5809;
}
.about_img_slider_box swiper-slide,
.about_img_slider_box img {
  border-radius: 3rem;
}
label.error {
  color: #f50000;
  font-size: 0.8rem;
}
.faqs_main_boxes .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--theme-orange);
}
.testi_content {
  height: 14rem;
  overflow: auto;
}
.contact_form_map_box .modal-body,
.popup_form_main .modal-body {
  border-radius: 2rem;
  overflow: hidden;
}
.success_story_cont_box {
  height: 10rem;
  overflow: auto;
}
.success_story_cont_box p {
  padding-right: 0.8rem;
}
.search_location_header_form {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem;
}
.thank_you_main {
  height: 22rem;
  background-color: #e7edff;
}
@media (max-width: 991px) {
  .success_str_box_tab .story_box::after,
  .success_str_box > div:nth-child(odd) .story_box::after {
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
    z-index: -1;
    border-radius: 3rem;
  }
}
.side_box {
  position: fixed;
  z-index: 99999;
  right: 1rem;
  height: 2rem;
  width: 9.5rem;
  /* top: calc(90vh - 0px); */
  top: 65%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  background: #0e4aff;
  text-align: center;
  color: white;
  transition: 0.3s;
  border-radius: 0 0 0.3rem 0.3rem;
}
.side_box:hover {
  background: #e95607;
}
@media (max-width: 575px) {
  .success_str_box_tab .story_box::after,
  .success_str_box > div:nth-child(odd) .story_box::after {
    box-shadow: none;
  }
}

.suc_stories {
  border: 1px solid #c5d3ff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.success_str_box .swiper-slide img {
  /* height: 23rem; */
  aspect-ratio: 3 / 2;
  width: 85%;
  height: auto;
  object-fit: contain;
}

.success_str_box_tab .testimonials_slider.no_image .story_box::after,
.success_str_box
  > div:nth-child(odd)
  .testimonials_slider.no_image
  .story_box::after {
  width: 100%;
}
.d-ruby {
  display: ruby;
}
.three_prog {
  background-color: white;
  padding: 1.25rem;
  border-radius: 1rem;
  transition: 0.3s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.three_prog:hover {
  transform: translateY(-0.5rem);
}
.three_prog p {
  text-align: center !important;
}
.three_prog p {
  margin-bottom: 0 !important;
}
.program_list li {
  list-style: none;
  position: relative;
}
.program_list li::before {
  position: absolute;
  content: "";
  left: -1.5rem;
  top: 5px;
  height: 1rem;
  width: 2rem;
  background-image: url(../img/bullet-point-icon.png);
  background-repeat: no-repeat;
}
.three_prog_core::before {
  position: absolute;
  top: -17rem;
  left: -7rem;
  background-color: var(--white);
  content: "";
  width: 23rem;
  height: 20rem;
  z-index: 0;
  transform: rotate(-18deg);
}
.prog_stage_mini_cont::before {
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 20rem;
  width: 2.5rem;
  bottom: -1rem;
  left: 0;
  background: var(--blue-btn-gredient_sec);
}
.three_prog_core * {
  z-index: 1;
}
.three_core_bg {
  background-image: url("../img/program-stages-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 450px) {
  header .logo {
    height: 2.4rem;
  }

  .grd_btn_lnd {
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
  }
}
.avail_sec .mini_about_trai {
  left: auto !important;
  right: 3rem !important;
}

.cta_box{
    background-color: #1A1717;
}

.inv_sec .mini_about_trai{
    top: auto;
    left: auto;
    bottom: -2rem;right: 3rem;
}
[disabled] {
    cursor: no-drop;
    opacity: .5;
}

.float_whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5rem;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float_whatsapp .my-float{
	margin-top:16px;
}