@import "../../@fortawesome/fontawesome-pro/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #F04F29;
  --black: #000000;
  --grey: #8E8E93;
  --white: #fff;
  --animate-delay: 0.5s;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: var(--black);
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* ===================================== TOAST ========================================== */
.toast {
  background: #F01A15;
  border: 0.0625rem solid rgba(48, 135, 233, 0.5);
  box-shadow: 0rem 0.25rem 0.9375rem rgba(17, 11, 51, 0.1);
  border-radius: 0.5rem;
  color: #ffffff;
}

.toast-warn .toast {
  background: #FEF7EA;
  border: 0.0625rem solid rgba(253, 192, 33, 0.5);
  box-shadow: 0rem 0.25rem 0.9375rem rgba(17, 11, 51, 0.1);
  border-radius: 0.5rem;
}

.toast-error .toast {
  background: #FAF0EA;
  border: 0.0625rem solid rgba(251, 87, 88, 0.5);
  box-shadow: 0rem 0.25rem 0.9375rem rgba(17, 11, 51, 0.1);
  border-radius: 0.5rem;
}

.toast .toast-body-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.625rem 0.3125rem;
}

.toast .toast-body-wrap i {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 1rem;
}

.toast-warn .toast .toast-body-wrap i {
  color: #FDC021;
}

.toast-error .toast .toast-body-wrap i {
  color: #FB5758;
}

.toast .toast-body-wrap h5 {
  font-size: 1rem;
  font-weight: 500;
}

.toast .toast-body-wrap p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}

.toast-info .toast .btn-close {
  background-image: none;
  font-size: 1rem;
  color: #fff;
  padding: 0;
}

.toast-container .toast {
  width: 24.375rem;
  border-radius: 0.5rem;
}

.toast-info .toast {
  background: #fff;
  border: 0.0625rem solid #F04F29;
  box-shadow: 0rem 0.25rem 0.9375rem rgba(17, 11, 51, 0.1);
}

.toast-container .toast-body {
  padding: 1.25rem;
}

.toast-container .toast-body-wrap h5 {
  color: #333333;
}

.toast-container .toast-body-wrap h5 {
  margin-bottom: 0.25rem;
}

.toast-info .toast-body-wrap i {
  color: #333333;
}

.toast-container .toast-body-wrap p,
.toast-info .toast-body-wrap .btn-close i {
  color: rgba(51, 51, 51, 0.75);
}

.toast-info .toast .btn-close i {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}

.toast-info .toast-body .toast-body-wrap .fa-circle-info {
  margin-right: 0.9375rem;
}

.toast-container .toast-body .toast-info-wrap {
  margin-right: 0.625rem;
}

.toast .toast-body-wrap button {
  margin-left: auto;
}

.toast-success .toast {
  background: #F1F9F4;
  border: 0.0625rem solid rgba(81, 220, 107, 0.5);
  box-shadow: 0rem 0.25rem 0.9375rem rgba(17, 11, 51, 0.1);
  border-radius: 0.5rem;
}

.toast-success .toast .toast-body-wrap i {
  color: #51DC6B;
}

/* ===================================== TOAST ========================================== */
/* ===================================== MEGA MENU STYLES ========================================== */
.universell_clone_header .navbar-brand {
  max-width: 160px;
}

.universell_clone_header .navbar {
  padding: 0;
}

.universell_clone_header .nav-link {
  padding: 36px 0px;
}

.universell_clone_header .nav-item {
  margin: 0 12px;
}

.universell_clone_header .nav-item:last-child {
  margin-right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.custom_mega_menu_wrap.dropdown.dropdown-mega .dropdown-menu {
  width: 72%;
  top: 95px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 75vh;
  overflow-y: auto;
}

.custom_mega_menu_wrap .dropdown-menu {
  top: 95px;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 0%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.universell_clone_header .dropdown:hover .dropdown-menu {
  display: block;
}

/* .universell_clone_header .navbar-nav{
  position: relative;
} */
.custom_mega_menu_wrap {
  display: flex;
  align-items: center;
}

.mega-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega_menu_list_wrapper_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mega_menu_list_li {
  width: 32%;
}

.mega_menu_list_li .accordion {
  border-color: none;
  --bs-accordion-border-color: none;
}

.mega_menu_list_li .accordion-button {
  border: 0;
  font-weight: 600;
  font-size: 18px;
}

.mega_menu_list_li .accordion-item:first-of-type .accordion-button {
  border: 0;
  background: none;
  color: var(--black);
  padding-bottom: 0;
  box-shadow: none;
}

.mega_menu_list_li .accordion-button::after {
  display: none;
}

.mega_menu_actual_link_li {
  padding: 10px;
}

.mega_menu_actual_link_li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
}

.mega_menu_last_link_li a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-color);
}

.universell_clone_header .nav-item.dropdown.dropdown-mega .dropdown-menu {
  max-height: 80vh;
  overflow: auto;
}

.custom_dropdown_link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.universell_clone_header .navbar-nav {
  align-items: center;
}

.universell_clone_header .nav-link.join_for_free_btn {
  padding: 8px 20px;
  background: var(--primary-color);
  border-radius: 30px;
  color: var(--white);
  border: 1px solid transparent;
  transition: .3s all linear;
}

.universell_clone_header .nav-link.join_for_free_btn:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: none;
}

.universell_clone_header .nav-link {
  border-bottom: 2px solid transparent;
}

.universell_clone_header .nav-link.active,
.universell_clone_header .nav-link:hover {
  border-bottom: 2px solid var(--primary-color);
}

.custom_mega_toggle {
  color: var(--black);
}

/* ===================================== MEGA MENU STYLES ========================================== */
/* ===================================== CTA FORM STYLES STARTS ========================================== */
.cta_section {
  position: relative;
  padding: 155px 0;
  background-position: center 18%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
}

.cta_section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.cta_inner h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.cta_inner p {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}

.get_started_btn.request_demo_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
}

.get_started_btn.request_demo_btn:hover {
  background: var(--primary-color);
  color: var(--white);
  letter-spacing: .5px;
}

/* ===================================== CTA FORM STYLES ENDS ========================================== */
/* ===================================== FOOTER SECTON STYLES STARTS ========================================== */
.footer_section {
  /* background: #333; */
  /* color: #fff; */
  border-top: 1px solid #E1E1E1;
  margin-top: 12.5rem;
}

.footer_top_wrap {
  padding: 56px 0 32px;
}

.footer_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_section li {
  /* margin-bottom: 24px; */
}

.footer_section li:last-child {
  margin-bottom: 0px;
}

.footer_section li a {
  color: #333;
  text-decoration: none;
  transition: .3s all linear;
}

.footer_section li a:hover {
  letter-spacing: .3px;
  color: var(--primary-color);
}

.footer_nav_links_wrap h5 {
  margin: 24px 0;
  color: var(--primary-color);
}

.footer_socail_links_wrap ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.footer_socail_links_wrap ul li {
  margin: 0;
}

.footer_socail_links_wrap ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer_bottom_wrap {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, .6);
  text-align: center;
}

/* ===================================== FOOTER SECTON STYLES ENDS ========================================== */
/* ============== CUSTOM LOADER STARTS ============== */
.loader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}

.custom-made {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.custom-load-animated-text-wrap p {
  font-size: 3.125rem;
  font-weight: 800;
  margin-top: 1.25rem;
  display: inline-block;
  width: 18.75rem;
  background: #111 -webkit-linear-gradient(left, #111, #fff) no-repeat 0 0/1.875rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: sweep 2.5s ease-in-out infinite;
  animation: sweep 2.5s ease-in-out infinite;
}

@-webkit-keyframes sweep {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes sweep {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

.light-sweep {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.light-sweep img {
  display: inline-block;
  width: 30%;
}

.light-sweep,
.lightSweep {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: size 2s ease-in-out infinite alternate;
}

.lightSweep {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-filter: brightness(2.8);
  -webkit-mask-size: 300% 100%;
  -webkit-mask-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 60%);
  -webkit-transition: -webkit-mask-position;
  -webkit-animation-timing-function: linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-filter: brightness(2.8);
  -moz-mask-size: 300% 100%;
  -moz-mask-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 60%);
  -moz-transition: -webkit-mask-position;
  -moz-animation-timing-function: linear;
  -moz-transform: translate3d(0, 0, 0);
  -o-filter: brightness(2.8);
  -o-mask-size: 300% 100%;
  -o-mask-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 60%);
  -o-transition: -webkit-mask-position;
  -o-animation-timing-function: linear;
  -o-transform: translate3d(0, 0, 0);
  filter: brightness(2.8);
  mask-size: 300% 100%;
  mask-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 60%);
  transition: -webkit-mask-position;
  animation-timing-function: linear;
  transform: translate3d(0, 0, 0);
  transition-duration: 3s;
  animation: move 2s linear infinite;
}

@keyframes move {
  from {
    -webkit-mask-position: 150% 0rem;
    -moz-mask-position: 150% 0rem;
    -o-mask-position: 150% 0rem;
    mask-position: 150% 0rem;
  }

  to {
    -webkit-mask-position: 0% 0rem;
    -moz-mask-position: 0% 0rem;
    -o-mask-position: 0% 0rem;
    mask-position: 0% 0rem;
  }
}

@keyframes size {
  from {
    transform: scale(90%);
  }

  to {
    transform: scale(100%);
  }
}

.spinner {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.5rem;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #f04f29 94%, #0000) top/0.4rem 0.4rem no-repeat,
    conic-gradient(#0000 30%, #f04f29);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 0.4rem), #000 0);
  animation: spinner-c7wet2 0.6s infinite linear;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}

.modal.select2modals {
  z-index: 1051;
}

/* ============== CUSTOM LOADER END ============== */

/****************** TERMS AND SERVICES MODAL START *******************/
.terms-services-modal .modal-body {
  padding: 0;
}

.terms-left {
  padding: 1rem;
  flex: 0 0 auto;
}

.terms-rht {
  border-left: 0.0625rem solid rgba(0, 0, 0, .2);
}

.terms-left button.nav-link {
  background: transparent;
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
  color: #333333;
  border-radius: 0;
}

.terms-left button.nav-link.active {
  background: transparent;
  color: #f04f29;
  font-weight: 700;
}

.terms-left button.nav-link:last-child {
  margin-bottom: 0rem;
}

.terms-content-check-wrap {
  background: rgba(51, 51, 51, 0.05);
  padding: 1rem;
}

.terms-top-heading {
  padding: 1rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.terms-top-heading h6 {
  font-weight: 600;
}

.terms-content-txt {
  padding: 1rem;
  height: 45vh;
  overflow: auto;
}

/****************** TERMS AND SERVICES MODAL END *******************/

.r-modal-btn {
  border: 0.0625rem solid #f04f29;
  border-radius: 0.4375rem;
  padding: 0.3125rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.1s all linear;
  display: inline-block;
  cursor: pointer;
  min-height: 2.25rem;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
  transition: .3s all linear;
}

.r-modal-btn,
.modal-content .r-modal-btn {
  color: #f04f29;
  background: transparent;
}

.modal-content .r-orange-btn {
  background: #f04f29;
  color: #fff;
}



.confirm_email_content .modal-body {
  padding: 2.5rem;
  text-align: center;
}

.confirm_email_top_wrap {
  margin-bottom: 2.5rem;
}

.confirm_email_top_wrap img {
  height: 15rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.confirm_email_top_wrap h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.confirm_email_content p {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

.confirm_email_content a {
  font-weight: 500;
  color: var(--global-orange);
  text-decoration: none;
}

.confirm_email_bottom_wrap a {
  text-decoration: underline;
}

.confirm_email_form_wrap {
  margin-bottom: 2.5rem;
}

.confirm_email_form_wrap .error_el {
  color: var(--error-color);
  text-align: left;
  font-size: 12px;
}

.confirm_email_form_wrap .primary_btn {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.confirm_email_content .modal-body {
  max-height: unset;
  text-align: center;
}


/* SIGNUP MAIN STYLE STARTS */

/* .signup_template_main {
  background: url(../images/signup_images/signup_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: left top;
} */

.signup_hero_top_wrap {
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.signup_logo_section {
  width: 245px;
  margin: 0 auto;
  margin-bottom: 62px;
}

.signup_header_section h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
  /* max-width: 834px; */
  margin: 0 auto;
  margin-bottom: 12px;
}

.signup_header_section p {
  font-size: 24px;
  line-height: 36px;
  color: var(--grey);
  max-width: 1100px;
  margin: 0 auto;
}

.signup_form_sub_title_wrap p {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 10px;
  background: rgba(240, 79, 41, 0.08);
  color: var(--primary-color);
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

.animate__animated {
  animation-fill-mode: both;
}

.signup_form_section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.signup_form_content_wrap {
  width: 58%;
  max-width: 720px;
}

.signup_form_content_wrap h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 34px;
}

.signup_slider_box {
  position: relative;
}

.slider_slide_1 .slider_card {
  width: 436px;
}

.slider_slide_3 .slider_card {
  width: 380px;
}

.slider_card {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--white);
  padding: 15px 20px;
  box-shadow: 0 0 14px 0 rgba(153, 135, 135, 0.3);
  z-index: 1;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.slider_card p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.slider_slide_1_card_1 {
  top: 64px;
  right: 30px;
}

.slider_slide_1_card_2 {
  top: 190px;
  right: 10px;
}

.slider_slide_1_card_3 {
  top: 320px;
  right: 30px;
}

.slider_slide_2_card_1 {
  right: auto;
  left: 20px;
  top: 25px;
}

.slider_slide_2_card_2,
.slider_slide_2_card_3 {
  width: 365px;
}

.slider_slide_2_card_2 {
  top: 110px;
  right: 20px;
}

.slider_slide_2_card_3 {
  top: 200px;
  right: 20px;
}

.slider_slide_3_card_1 {
  top: 6px;
  right: 50px;
}

.slider_slide_3_card_2 {
  top: 175px;
  right: -5px;
}

.slider_slide_3_card_4 {
  top: auto;
  bottom: 65px;
  right: -20px;
  align-items: start;
}

.slider_slide_3_card_3 {
  top: auto;
  bottom: 85px;
  right: -50px;
}

.slider_slide_4_card_3 {
  width: 400px;
  top: 10px;
  right: -150px;
}

.slider_slide_4_card_2 {
  width: 350px;
  top: auto;
  bottom: 100px;
  right: -150px;
}

.slider_slide_4_card_1 {
  width: 250px;
  top: 170px;
  right: -100px;
}

.signup_slider_wrap .autoplay-progress svg,
.signup_slider_wrap .autoplay-progress {
  stroke: var(--primary-color);
  color: var(--primary-color);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: transparent;
  display: flex;
  justify-content: start;
  align-items: center;
}

.signup_slider_img_wrap img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: left top;
}

.slider_card_img img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: top left;
  flex: 0 0 auto;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.signup_form_form_wrapper {
  width: 500px;
  margin-left: auto;
}

.signup_form_main_wrapper {
  padding: 30px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 20px;
}

.sign_up_form_head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.sign_up_form_head button {
  margin-right: 20px;
  background: transparent;
  border: none;
}

.signup_form_main_wrapper h2 {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
}

.signup_error_msg {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
}

.continue_w_email,
.signup_form_main_wrapper.email_form_show .social_login_w_email {
  display: none;
}

.signup_form_main_wrapper.email_form_show .continue_w_email {
  display: block;
}

.signup_form_main_wrapper input.form-control {
  min-height: 45px;
}

.signup_form_main_wrapper .input-group-text {
  width: 45px;
  padding: 0;
  justify-content: center;
}

.signup_form_main_wrapper .input-group-text img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.signup_form_main_wrapper .form-check {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

.signup_form_main_wrapper label {
  cursor: pointer;
}

.signup_form_main_wrapper .form-check .form-check-input {
  background-color: transparent;
  border-color: var(--white);
  cursor: pointer;
}

.signup_form_main_wrapper .form-check .form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.signup_form_main_wrapper .form-check a {
  color: var(--white);
}

.main_btn {
  color: var(--primary-color);
  background-color: var(--white);
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: .3s all linear;
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);
}

.main_btn:hover {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--white);
}

.social_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}

.social_btn span {
  flex: 1;
}

.social_btn img {
  margin-right: auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.social_btn:hover {
  scale: 1.02;
  color: var(--black);
  background-color: var(--white);
}

.or_wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}

.or_wrapper::after,
.or_wrapper::before {
  content: "";
  width: 44%;
  height: 1px;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.or_wrapper::before {
  left: auto;
  right: 0;
  transform: translate(0%, -50%);
}

.or_wrapper p {
  font-size: 20px;
  font-weight: 500;
}

.signup_footer_box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 73px 0 rgba(153, 135, 135, 0.2);
  text-align: center;
}

.signup_template_hero_section {
  margin-bottom: 54px;
}

.signup_footer_box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.signup_footer_box_img_wrap {
  margin-bottom: 20px;
}

.signup_footer_box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
}

.signup_footer_cta_wrap {
  padding: 50px 0 100px;
  text-align: center;
}

.signup_footer_cta_wrap h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
}

.get_started_btn {
  display: inline-block;
  width: auto;
  padding: 15px 24px;
  background-color: var(--primary-color);
  color: var(--white);
}

.get_started_btn:hover {
  background-color: var(--white);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.signup_form_info_text_wrap p {
  margin-top: 32px;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
}

/* CUSTOM CHAT BOT STYLES STARTS */
.custom_chat_bot_wrapper {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.custom_chat_bot_toggler {
  background: var(--primary-color);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  border: 0;
}

.custom_chat_bot_toggler img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.custom_chat_head_wrap {
  padding: 1rem;
  background: var(--primary-color);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.custom_chat_bot_inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.custom_chat_bot_body_wrap {
  margin-bottom: 2rem;
}

/* CUSTOM CHAT BOT STYLES ENDS */
/* TESTIMONIALS STYLES STARTS */
.testimonial_box {
  background-color: var(--white);
  padding: 2rem;
  border-radius: 1.25rem;
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2); */
  border: 1px solid rgba(225, 225, 225, 1);
  text-align: left;
  min-height: 21.5625rem;
}

.testimonials_head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.625rem;
  margin-bottom: 2rem;
}

.testimonials_head img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  object-fit: contain;
}

.testimonials_head h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  letter-spacing: -.3px;
  margin-bottom: 0.125rem;
}

.testimonials_head p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #7B7F8A;
  letter-spacing: -.2px;
}

.testimonials_text_wrap {
  position: relative;
  /* padding: 34px 0; */
  margin-bottom: 1.5rem;
}

/* .testimonials_text_wrap::before,
.testimonials_text_wrap::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  background: url('https://universal.mybmr.com/assets/admin_new/images/signup_images/quote.svg') no-repeat;
  background-size: contain;
  background-position: center;
} */

.testimonials_text_wrap::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  rotate: 180deg;
}

.testimonials_text_wrap {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.testimonials_section {
  /* padding: 3rem 0 2.5rem; */
  background: url('../images/signup_images/BG-Testimonials.png') no-repeat;
  background-size: cover;
  background-position: top center;
}

.testimonials_section h2 {
  color: #191A15;
  /* font-size: 36px; */
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

/* TESTIMONIALS STYLES ENDS */
/* NEW SIGNUP DESIGN STYLES STARTS */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.heading_highlight {
  color: #FB4E48;
}

.common_btn {
  background-color: #000000;
  border-radius: 50px;
  padding: 1rem 3.125rem;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: .3s all linear;
  display: inline-block;
}

.common_btn:hover {
  background-color: #202020;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.common_heading_txt {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.header_underline::after {
  content: "";
  width: 40%;
  max-width: 16.75rem;
  height: 0.3125rem;
  background-color: #F04F29;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}

.header_content_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 0;
}

.header_btn {
  background: linear-gradient(94.18deg, #FF6B3A -4.68%, #FFC700 120.28%);
  padding: 0.5rem 1.25rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  gap: 0.625rem;
  transition: .3s all linear;
}

.header_btn:hover {
  background: linear-gradient(274deg, #FF6B3A -4.68%, #FFC700 120.28%);
  color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .3);
}

.hero_section {
  padding: 3.75rem 0;
  text-align: center;
  background: url('../images/signup_images/HeroSectionNew.png') no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero_section h1,
h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5625rem;
  margin-bottom: 1.5rem;
}

.hero_img_wrap {
  height: 22.5rem;
  margin-bottom: 1.5rem;
}

.hero_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero_section p {
  color: #111111;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 3rem;
}

.hero_section h2,
h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 57px;
}

.common_section {
  padding: 60px 0;
  position: relative;
}

.why_universell_section {
  background: url('../images/signup_images/BG-WhyChoose.png') no-repeat;
  background-size: cover;
  background-position: top center;
}

.common_heading_wrap {
  text-align: center;
  margin-bottom: 50px;
}

.common_heading_wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.why_universell_grid_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 1.5rem;
  list-style-type: none;
  margin-bottom: 3.125rem;
}

.why_universell_grid_ul li {
  padding: 1.5rem;
  border: 0.0625rem solid #E1E1E1;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.why_universell_grid_ul li img {
  width: 3.125rem;
  height: 3.125rem;
}

.why_universell_grid_ul li span {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.common_section_footer {
  text-align: center;
}

.common_section_footer p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.everthing_section {
  background: linear-gradient(94.18deg, #FF6B3A -4.68%, #FFC700 120.28%);
}

.white_heading {
  color: #fff;
}

.white_heading.header_underline::after {
  background-color: #fff;
}

.everthing_grid_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  list-style-type: none;
}

.everthing_grid_ul li {
  background-color: #FFF6F4;
  border-radius: 10px;
  padding: 1.5rem;
}

.everthing_box_top_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.everthing_box_top_wrap img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
}

.everthing_box_top_wrap h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.everthing_grid_ul li p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #7B7F8A;
}

.header_underline_switch.header_underline::after {
  left: auto;
  right: 0;
}

.real_results_section {
  background: url('../images/signup_images/Background-whatresultlooklike.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.real_results_grid_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  list-style-type: none;
  text-align: center;
}

.real_results_grid_ul li {
  padding: 1.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);
}

.real_results_box_img_wrap {
  margin-bottom: 1rem;
}

.real_results_box_img_wrap img {
  width: 4.375rem;
  height: 4.375rem;
  object-fit: contain;
}

.real_results_grid_ul li h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(94.18deg, #FF6B3A -4.68%, #FFC700 120.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: .75rem;
}

.real_results_grid_ul li h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #333333;
}

.real_results_grid_ul li p {
  color: #7B7F8A;
  font-size: 1rem;
  line-height: 1.25rem;
}

.get_started_section {
  background: url('../images/signup_images/BG-Getstartedinminutes.png') no-repeat;
  background-size: cover;
  background-position: top center;
}

.get_started_content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.get_started_content_rht {
  width: 60%;
  max-width: 50rem;
}

.get_stared_content_timeline_ul li {
  display: flex;
  gap: 1.125rem;
  margin-bottom: 2.1875rem;
  position: relative;
}

.get_stared_content_timeline_ul li::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #F04F29;
  position: absolute;
  bottom: -35px;
  left: 19px;
}

.get_stared_content_timeline_ul li:last-child:after {
  background-color: transparent;
}

.get_started_content_number {
  background-color: #F04F29;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #ffffff;
  flex: 0 0 auto;
}

.get_started_content_text_wrap h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #333333;
}

.get_started_content_text_wrap p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #333333;
}

.get_started_content_wrap {
  margin-bottom: 3.75rem;
}

.testimonail_quote_wrap {
  text-align: right;
}

.testimonail_quote_wrap img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  margin-bottom: -1rem;
}

.testimonials_star_wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.4375rem;
}

.testimonials_star_wrap img {
  width: 1.3125rem;
  height: 1.3125rem;
  object-fit: contain;
}

.testimonials_footer_wrap h4 {
  font-size: 20px;
  font-weight: 700;
  color: #7B7F8A;
  letter-spacing: -.3px;
  margin-bottom: 0;
}

.testimonials_footer_wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: #7B7F8A;
}

.join_today_section {
  background: url('../images/signup_images/BG-BonusOfferSection.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.5rem 0;
}

.join_today_inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: space-between;
}

.join_today_lft {
  width: 50%;
  /* max-width: 34.375rem; */
}

.join_today_rht {
  width: 50%;
}

.join_today_rht h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.free_resource_section,
.essential_section {
  background-color: rgba(240, 79, 41, 0.15);
}

.free_resource_content_wrap,
.essential_content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
}

.free_resource_lft,
.free_resource_rht,
.essential_lft,
.essential_rht {
  width: 50%;
}

.free_resource_content_wrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 1.5rem;
}

.common_list_ul {
  margin-bottom: 1.5rem;
}

.common_list_ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.common_list_ul li:last-child {
  margin-bottom: 0rem;
}

.free_resource_list_txt {
  font-size: 1.25rem;
  font-weight: 400;
}

.free_resource_lft p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 1rem;
}

.essential_lft p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.essential_lft h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #333333;
  margin-bottom: 1.5rem;
}

.faq_content_wrap .accordion-item {
  margin-bottom: 1.375rem;
  border: 1px solid #E1E1E1;
  border-radius: 0.625rem;
  overflow: hidden;
}

.faq_content_wrap .accordion-button {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.faq_content_wrap .accordion-button::after {
  background-image: url('../images/signup_images/arrow_down_grey.svg');
}

.faq_content_wrap .accordion-button:not(.collapsed) {
  background-color: #feeeea;
  color: #000;
  box-shadow: none;
}

.footer_top_wrap {
  background: url('../images/signup_images/Footer-BG.png');
  background-size: cover;
  color: #fff;
  padding: 5rem;
  text-align: center;
  border-radius: 1.25rem;
  margin-top: -200px;
  margin-bottom: 7.875rem;
}

.footer_cta_wrap h2 {
  font-size: 2rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  max-width: 700px;
  line-height: 2.375rem;
}

.footer_cta_wrap p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.white_btn {
  background-color: #fff;
  color: #000;
}

.white_btn:hover {
  background-color: #fff;
  color: #000;
}

.footer_bot_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.footer_bot_wrap_lft img {
  width: 10rem;
}

.footer_bot_wrap_rht ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer_copyright_wrap {
  border-top: 1px solid #E1E1E1;
  padding: 2rem 0;
  text-align: center;
  color: #333;
}

/* NEW SIGNUP DESIGN STYLES ENDS */

@media (max-width:1500px) {
  .custom_mega_menu_wrap.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
  }
}

@media (max-width:1399.98px) {
  .signup_form_form_wrapper {
    width: 468px;
    margin: 0 auto;
    text-align: center;
  }

  .signup_form_main_wrapper h2 {
    font-size: 23px;
  }

  /* .signup_form_main_wrapper {
    width: 450px;
  } */

  .signup_slider_img_wrap img {
    width: 86%;
  }

  .slider_slide_3_card_1 {
    right: 70px;
  }

  .slider_slide_3_card_2 {
    top: 170px;
    right: 35px;
  }

  .slider_slide_3_card_3 {
    right: 10px;
  }

  .slider_slide_4_card_2 {
    right: -140px;
  }

  .slider_slide_4_card_3 {
    right: -140px;
  }

  .signup_footer_box h3 {
    font-size: 16px;
    line-height: 25px;
  }

  .signup_form_info_text_wrap p {
    margin-top: 28px;
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width:1199.98px) {
  .signup_form_section {
    flex-direction: column-reverse;
    gap: 48px;
  }

  .signup_form_content_wrap {
    width: 100%;
    max-width: 100%;
  }

  .signup_header_section h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 700px;
  }

  .signup_header_section p {
    font-size: 18px;
    line-height: 26px;
    max-width: 800px;
  }

  .signup_form_main_wrapper h2 {
    font-size: 22px;
  }

  .main_btn {
    padding: 8px 12px;
    font-size: 16px;
  }

  .signup_form_main_wrapper input.form-control {
    min-height: 40px;
  }

  .social_btn img {
    margin-right: auto;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .signup_footer_box img {
    width: 45px;
    height: 45px;
  }

  .signup_footer_cta_wrap h4 {
    font-size: 26px;
    line-height: 36px;
  }

  .custom_mega_menu_wrap.dropdown.dropdown-mega .dropdown-menu {
    width: 97%;
  }

  .mega_menu_list_li .accordion-button {
    font-size: 16px;
  }

  .mega_menu_last_link_li a {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .signup_footer_box {
    padding: 16px;
  }

  .signup_footer_box h3 {
    line-height: 20px;
    margin-bottom: 10px;
  }

  .signup_footer_cta_wrap {
    padding: 50px 0 50px;
  }

  .signup_form_main_wrapper .input-group-text {
    width: 40px;
  }

  .signup_hero_top_wrap {
    margin-bottom: 32px;
  }

  .universell_clone_header .dropdown:hover .dropdown-menu {
    display: none;
  }

  .universell_clone_header .dropdown:hover .dropdown-menu.show {
    display: block;
  }

  .custom_mega_menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .custom_mega_menu_wrap .dropdown-menu {
    width: 100%;
  }

  .custom_mega_menu_wrap.dropdown.dropdown-mega .dropdown-menu {
    transform: translate(0, 0);
    width: 100%;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
  }

  .custom_mega_menu_wrap.dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
  }

  .custom_mega_menu_wrap .container-fluid {
    padding: 0;
  }

  .universell_clone_header .nav-item {
    width: 100%;
  }

  .universell_clone_header .nav-link {
    padding: 8px 0px;
  }

  .custom_mega_toggle.show {
    rotate: -180deg;
  }

  .custom_mega_toggle {
    padding: 8px 0;
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
  }

  .mega_menu_list_li {
    width: 100%;
  }

  .mega_menu_list_li .accordion-item:first-of-type .accordion-button {
    border: initial;
    background: none;
    color: var(--black);
    padding-bottom: initial;
    padding: 12px 10px 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    border-radius: 0;
  }

  .mega_menu_list_li .accordion-button::after {
    display: block;
  }

  .universell_clone_header .nav-link,
  .universell_clone_header .nav-link.active,
  .universell_clone_header .nav-link:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    width: 100%;
  }

  .universell_clone_header .dropdown .nav-link {
    width: calc(100% - 40px);
  }

  .universell_clone_header .mega_menu_list_wrapper_outer {
    background-color: #f4f4f4;
  }

  .universell_clone_header .accordion-item {
    background-color: transparent;
  }

  .universell_clone_header .accordion-body {
    padding: 0;
  }

  .mega_menu_actual_link_li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    /* background-color: #eb826a1c !important; */
  }

  .mega_menu_actual_link_li a,
  .custom_mega_menu_wrap .dropdown-item {
    padding: 12px 10px 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    background-color: #eb826a1c !important;
  }

  .mega_menu_actual_link_li:last-child a {
    border-bottom: 0;
  }

  .universell_clone_header .nav-link.join_for_free_btn {
    width: auto;
    display: inline-block;
    margin: 16px 0;
  }

  .universell_clone_header .navbar-nav {
    max-height: 75vh;
    overflow: auto;
  }

  .mega_menu_list_li .accordion-item:first-of-type .accordion-button {
    font-size: 14px;
    font-weight: 400;
  }

  .universell_clone_header .nav-item {
    margin: 0;
  }

  /* NEW SIGNUP PAGE DESIGN */
  .hero_section h1,
  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .header_underline::after {
    display: none;
  }

  .hero_section h2,
  h2 {
    font-size: 2rem;
    line-height: 2.8125rem;
  }

  .why_universell_grid_ul li span {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .everthing_grid_ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .common_heading_wrap {
    margin-bottom: 2rem;
  }

  .everthing_box_top_wrap h3 {
    font-size: 1rem;
  }

  .real_results_grid_ul li h3 {
    font-size: 1.625rem;
  }


  .join_today_rht h2 {
    font-size: 2rem;
  }

  .footer_top_wrap {
    padding: 3rem;
  }

  /* NEW SIGNUP PAGE DESIGN */

}

@media (max-width: 767.98px) {
  .signup_header_section h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .signup_header_section p {
    font-size: 16px;
    line-height: 20px;
  }

  .signup_form_content_wrap h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .signup_form_main_wrapper {
    width: 100%;
    padding: 20px;
  }

  .signup_form_main_wrapper h2 {
    font-size: 18px;
  }

  .social_btn img {
    width: 20px;
    height: 20px;
  }

  .main_btn {
    font-size: 14px;
  }

  .signup_form_main_wrapper input.form-control {
    font-size: 14px;
  }

  .signup_form_main_wrapper .input-group-text img {
    width: 16px;
    height: 16px;
  }

  .signup_footer_box {
    margin-bottom: 16px;
  }

  .slider_card {
    position: static;
    padding: 8px 16px;
    gap: 8px;
    width: 95% !important;
    margin-bottom: 10px;
  }

  .signup_slider_img_wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .slider_card p {
    font-size: 14px;
    line-height: 18px;
  }

  .signup_form_form_wrapper {
    width: 100%;
  }

  .signup_form_info_text_wrap p {
    font-size: 20px;
    line-height: 1.2;
  }

  /* NEW SIGNUP PAGE DESIGN */
  .header_btn {
    font-size: .875rem;
    padding: 0.375rem 1rem;
  }

  .hero_section h1,
  h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .hero_section h2,
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .why_universell_grid_ul,
  .everthing_grid_ul,
  .real_results_grid_ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }

  .get_started_content_wrap,
  .free_resource_content_wrap,
  .essential_content_wrap {
    flex-wrap: wrap;
  }

  .get_started_content_lft,
  .get_started_content_rht,
  .free_resource_lft,
  .free_resource_rht,
  .essential_lft,
  .essential_rht {
    width: 100%;
  }

  .join_today_rht h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }

  .common_btn {
    padding: .5rem 2rem;
    font-size: 0.875rem;
  }

  .footer_cta_wrap h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.625rem;
  }

  .footer_top_wrap {
    margin-bottom: 2.875rem;
  }

  /* NEW SIGNUP PAGE DESIGN */
}

@media (max-width:575.98px) {
  .join_today_inner{
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .join_today_lft,
  .join_today_rht{
    width: 100%;
    text-align: center;
  }
  .footer_bot_wrap_rht ul,
  .footer_bot_wrapper{
    flex-wrap: wrap;
    gap: 1rem;
  }
}