/*********************************
          basic css
  *********************************/
/*@import url('https://allfont.net/allfont.css?fonts=comic-sans-ms');*/
@font-face {
  font-family: "Calibri";
  src: url("../custom_fonts/Calibri-BoldItalic.woff2") format("woff2"),
  url("../custom_fonts/Calibri-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../custom_fonts/Calibri-Italic.woff2") format("woff2"),
  url("../custom_fonts/Calibri-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../custom_fonts/Calibri-Light.woff2") format("woff2"),
  url("../custom_fonts/Calibri-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../custom_fonts/Calibri-Bold.woff2") format("woff2"),
  url("../custom_fonts/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../custom_fonts/Calibri-LightItalic.woff2") format("woff2"),
  url("../custom_fonts/Calibri-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../custom_fonts/Calibri.woff2") format("woff2"),
  url("../custom_fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
.pushwrap {
  /*overflow: hidden;*/
}
body {
  font-family: "Calibri" !important;
}
/*inner pagers bg*/
body.body_bg {
  /*    background-image: url('../images/db_leaf_bg_full.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
  overflow-x: hidden;
  background-color: #fff;
}
.sticky-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  transition: all ease 0.5s;
}
.fixed-btns {
  bottom: 44px;
  transition: all ease 0.5s;
}
/*body.body_bg:before{
      content: '';
      background-image: url('../images/vagitable_lady.png');
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      height: 350px;
      bottom: 0;
      left: 0px;
      width: 245px;
      z-index: -1;
  }*/
/* body.body_bg:after{
      content: '';
      background-image: url('../images/fruit_lady.png');
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      height: 410px;
      bottom: 0;
      right: 0px;
      width: 234px;
      z-index: -1;
  } */
h2,
h3 {
  font-weight: bold;
}
a {
  display: inline-block;
  text-decoration: none;
}
p {
  color: #696969;
  font-size: 16px;
}
.btn,
.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none;
}
img {
  max-width: 100%;
}
.mt_250 {
  margin-top: 150px;
}

.class {
  -webkit-animation: rotation 5s infinite linear;
  -moz-animation: rotation 5s infinite linear;
  -ms-animation: rotation 5s infinite linear;
  -o-animation: rotation 5s infinite linear;
  animation: rotation 5s infinite linear;
}
.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 15px !important;
  width: 100%;
  background: #fff;
  z-index: 5;
  box-shadow: 0px 0px 10px #eee;
  transition: all ease 2s;
}
.sect_head h2 {
  font-size: 50px;
  font-weight: bold;
  color: #0d1f4b;
}
.sect_head p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.sect_head_bg h2 {
  position: relative;
}
.sect_head_bg h2:before {
  position: absolute;
  content: "";
  left: 40px;
  top: -30px;
  width: 626px;
  height: 230px;
  background: url("../images/heading_blue_bg.png");
  z-index: -1;
}
.form-control::placeholder {
  color: #787878 !important;
}
.form-control {
  box-shadow: none;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 6px;
  color: #000;
  border-color: #3b8a9e !important;
  font-size: 14px;
  font-weight: 700;
  background-color: #f1f1f1;
}
.form-control:focus {
  background-color: #f1f1f1;
  box-shadow: none;
  border: none;
  outline: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 25px;
  height: inherit;
  border-color: #3b8a9e;
  padding: 14px 18px;
  outline: none;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  /*color: #fff;*/
  font-size: 15px;
  font-weight: bold;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
}
.select2-container {
  width: 100% !important;
}
select.form-control:not([size]):not([multiple]) {
  height: inherit;
}
.form-control:focus {
  border-color: #2d768e;
}
.btn {
  /*background: #006941;*/
  background: #007600;
  color: #fff;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
}
.login-btn .btn {
  max-width: 200px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff !important;
  padding: 14px 38px !important;
  font-size: 16px !important;
  font-weight: bold;
  border-radius: 50px !important;
}
.btn img {
  max-width: inherit;
  margin-left: 15px;
}
.wrapper {
  /*min-height: 100vh;*/
}
/*css start*/
.btn-cmn {
  background: linear-gradient(154deg, #10ab51, #055f26) !important;
  cursor: pointer;
  border: none !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 8px 35px !important;
}

header {
  background: #fff;
  transition: all ease 0.2s;
}
header ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
}
header ul li {
  display: flex;
  align-items: center;
}
header .header_nav {
  padding: 30px 0px;
}
header .header_nav.sticky {
  padding: 15px 0px;
}
header ul li img {
  margin-right: 16px;
}
header ul li a,
header ul li span {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
header ul li span {
  margin-right: 3px;
}
header ul li a i {
  color: #000;
  font-size: 20px;
}
header .header_nav ul li a {
  color: #000;
  text-transform: uppercase;
}
.bg_bland_black {
  background-color: #000000 !important;
}
header ul li a:hover,
header ul li.active a {
  color: #007600;
  text-decoration: none;
}
header ul li a:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 0px;
  background: #000;
  transition: all ease 0.1s;
}
header ul li a:hover:before,
header ul li.active a:before {
  height: 2px;
}
header ul li:first-child {
  margin-left: 0px;
}
header ul li:last-child {
  margin-right: 0px;
}
header .head_contact_info ul li:first-child {
  border-right: 2px solid #fff;
  /*padding-right: 15px;*/
}
header .head_contact_info ul .signed {
  border-right: none !important;
  padding-right: 0px !important;
}
header .logo {
  /*border-left: 1px solid #e9eaeb;
      border-right: 1px solid #e9eaeb;*/
  padding: 0px 10px;
  text-align: center;
}
header .logo img {
  max-height: 42px;
  width: auto;
}
header ul li .dropdown-menu {
  border: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  margin-top: 10px;
}
header ul li .dropdown-item {
  font-size: 14px;
  font-weight: bold;
  color: #0d1f4b;
}
header ul li .dropdown-item:hover {
  background: #0d1f4b;
  color: #fff;
}
header ul li .dropdown-toggle::after {
  vertical-align: unset;
}
header ul li.notifications_bell {
  position: relative;
}
header ul li.notifications_bell span {
  position: absolute;
  content: "";
  background: red;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -15px;
  border-radius: 50%;
  padding: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.notification-count {
  position: relative;
}
.notification-count span {
  position: absolute;
  content: "";
  background: red;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -15px;
  border-radius: 50%;
  padding: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.button-listing h3 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 4px #000;
  margin-bottom: 20px;
}
.button-listing ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.button-listing ul li {
  border-radius: 100px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border: 1px solid rgb(85, 85, 85);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 20px;
}
.button-listing ul li a {
  font-weight: 500;
  color: rgb(56, 56, 56);
  font-size: 20px;
}
.button-listing ul li:hover {
  background: #2d768e;
}
.button-listing ul li:hover a {
  color: #fff;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}
/**********************************
      banner css start
  **********************************/

.banner {
  padding: 50px 0px;
  min-height: 500px;
  display: flex;
  align-items: center;
  /*background-size: cover !important;
      background-position: center center !important;*/
}
.popover {
  width: 280px !important;
}
.banner_sign {
  display: flex;
}
.head_login .btn {
  width: 100%;
  background: #2d768e;
  color: #fff;
  min-height: 53px;
  line-height: 53px;
  border-radius: 10px;
  padding-top: 0px;
  border: 2px solid transparent;
  padding-bottom: 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease 1s;
}
.head_login .btn:hover {
  border-color: #2d768e;
  color: #2d768e;
  background: transparent;
}
.banner_sign .btn {
  margin-left: 30px;
}
.head_login .form-control {
  border-color: rgb(0 0 0 / 20%);
  min-height: 54.5px;
  line-height: 54.5px;
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.head_login {
  /*margin-top: 45px;*/
  margin-bottom: 22px;
}
.head_login label,
.member_head p,
.member_head p a {
  font-size: 20px;
  color: #2b343b;
  font-weight: bold;
  text-decoration: none;
}
.member_head p a {
  color: #0b359a;
  text-transform: uppercase;
}
/**********************************
      Supportive Software css start
  **********************************/

.supportive_software {
  padding: 70px 0px;
  background-size: cover !important;
  background-position: right center !important;
}
.supportive_software h2 {
  color: #fff;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 15px;
}
.supportive_software p {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.supportive_software p:last-child {
  margin-bottom: 0px;
}
/**********************************
      go figure sect
  **********************************/
/*#show_date{
      background: transparent !important;
      padding: 5px 0px 0px 10px !important;
      margin: 0px !important;
      border-radius: 0px !important;
      color: black !important;
      font-size: 14px !important;
  }*/
.go_figure_sect {
  padding: 100px 0px;
  position: relative;
  background: url("../images/f_bg.png") left center no-repeat;
  /*background-size: 60%;*/
}
.go_figure_sect:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 200px;
  background-image: url("../images/gofigure_bg11.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1680px;
  background-position: right;
  background-size: 60%;
}
.go_figure_sect:after {
  content: "";
  position: absolute;
  left: 14%;
  top: 20px;
  background: url("../images/g_bg.png") no-repeat;
  width: 197px;
  height: 218px;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.figure_icon {
  margin-bottom: 20px;
}
.figure_content_box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0d1f4b;
}
.figure_content_box p {
  margin-bottom: 0px;
}
.figure_content_box {
  margin-bottom: 37px;
}
/**********************************
      go figure how work
  **********************************/

.go_figure_how_work {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/pattern_bg.png") no-repeat center right;
  position: relative;
}
.go_figure_how_work:before {
  /*content: '';*/
  position: absolute;
  left: 0px;
  top: 20px;
  background: url("../images/img.png") left no-repeat;
  width: 100%;
  height: 842px;
  background-size: 40%;
}
.figure_work_content {
  max-width: 560px;
}
.figure_work_content .sect_head h2 {
  margin-bottom: 25px;
}
/**********************************
      achieve your dream
  **********************************/

.achieve_your_dream {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/achieve_dream_bg.png") center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.achieve_your_dream .sect_head h2 {
  max-width: 700px;
  margin-left: auto;
}
.achieve_your_dream .sect_head h2:before {
  left: -270px;
  top: 75px;
  background: url("../images/heading_white_bg.png");
  width: 523px;
  height: 168px;
  z-index: 1;
}
.sect_head_bg {
  margin-bottom: 170px;
}
.dream_box {
  max-width: 610px;
  padding-left: 140px;
  margin-bottom: 100px;
  min-height: 105px;
  position: relative;
  background-position: center left !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.small_box {
  max-width: 520px;
}
.first_box {
  margin-bottom: 150px;
}
.dream_box.first_box:after {
  content: "";
  position: absolute;
  left: -450px;
  bottom: -140px;
  width: 509px;
  height: 139px;
  background: url("../images/dotted_before_1_bg.png");
}
.dream_box.second_box:before {
  content: none;
}
.dream_box:before {
  content: "";
  position: absolute;
  left: 55px;
  top: -90px;
  width: 589px;
  height: 76px;
  background: url("../images/dotted_before_bg.png");
}
.dream_box:after {
  content: "";
  position: absolute;
  left: 55px;
  bottom: -90px;
  width: 589px;
  height: 78px;
  background: url("../images/dotted_after_bg.png");
}
.last_child:after {
  content: none;
}
.right_side {
  margin-left: auto;
}
.right_side:after,
.right_side:before {
  content: none;
}
.dream_box h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.dream_box p {
  font-size: 16px;
  color: #fff;
}
/**********************************
      connected figure
  **********************************/

.connected_figure {
  padding: 150px 0;
  background: url("../images/pattern_2_bg.png") no-repeat;
  position: relative;
  z-index: -1;
}
.connected_figure_head h2 {
  position: relative;
  margin-bottom: 100px;
}
.connected_figure_head h2:before {
  position: absolute;
  content: "";
  left: -195px;
  top: 40px;
  width: 382px;
  height: 149px;
  background: url("../images/small_heading_blue_bg.png");
  z-index: -1;
}
.connected_figure_content p {
  color: #696969;
  font-size: 20px;
}
.connected_figure_content ul {
  list-style: none;
  padding-left: 0px;
  margin: 38px 0px 45px;
}
.connected_figure_content ul li {
  font-size: 30px;
  font-weight: bold;
  color: #0d1f4b;
  margin-bottom: 10px;
}
.connected_figure_content ul li img {
  margin-right: 20px;
}
/**********************************
      sign_up
  **********************************/

.sign_up {
  background-color: #f3f9fa;
  background-repeat: no-repeat;
  padding: 60px 0px;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.sign_up_container {
  position: relative;
}
.sign_up_field {
  z-index: 2;
  position: relative;
}
.sign_up .sect_head {
  z-index: 1;
  position: relative;
}
.sign_up_container:before {
  content: "";
  position: absolute;
  right: 100px;
  top: 0px;
  background: url("../images/leaf.png");
  width: 248px;
  height: 271px;
  z-index: 1;
  -webkit-animation: zoomin 4s ease-in infinite;
  animation: zoomin 4s ease-in infinite;
  transition: all 0.5s ease-in-out;
}
.sign_up:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/sign_up_bg_flower.png");
  width: 332px;
  height: 195px;
  -webkit-animation: zoomin 4s ease-in infinite;
  animation: zoomin 4s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.sign_up_head h2 {
  margin-bottom: 0px;
  font-size: 40px;
}
.sign_up_field .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.member_sign_in p {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-left: 40px;
  margin-bottom: 0px;
}
.member_sign_in p a {
  color: #0d1f4b;
  text-decoration: none;
}
/**********************************
      contact_form
  **********************************/

.contact_form {
  padding: 115px 0;
}
.contact_form .sect_head {
  margin-bottom: 60px;
}
.contact_form .form-control {
  background: #f5f6fa;
}
.contact_form .btn {
  font-size: 20px;
}
.faqslink a {
  font-size: 22px;
  font-weight: bold;
  color: #0d1f4b;
  text-decoration: none;
  display: inline;
  border-bottom: 3px solid #0d1f4b;
}
/**********************************
      footer
  **********************************/

footer {
  background-image: url("../images/footer_bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.info_desc h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.info_desc p {
  color: #fff;
  margin-bottom: 0px;
}
.footer_logo {
  margin-bottom: 100px;
}
.info_icon {
  margin-bottom: 18px;
}
.border_l_r {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.border_r {
  border-right: 2px solid #fff;
}
.copy_right {
  margin-top: 80px;
}
.copy_right p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.copy_right ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0px;
  margin-bottom: 0px;
}
.copy_right ul li {
  margin: 0px 8px;
}
.copy_right ul li a {
  color: #fff;
  font-size: 18px;
}
/**********************************
      registration steps form css
  **********************************/

.cstmdisabled {
  opacity: 0.4;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  border-radius: 5px;
  background-color: #0f5870;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 9px 65px;
  border: 1px solid #0f5870;
  border-radius: 50px;
}
.wizard > .actions a:hover,
.wizard > .actions a:active,
.wizard > .actions a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.wizard > .steps {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.wizard > .actions .disabled {
  opacity: 1;
}
.wizard > .actions,
.wizard > .actions > ul {
  text-align: center;
}
.wizard ul,
.tabcontrol ul {
  text-align: center;
}
.wizard > .steps > ul > li {
  position: relative;
  min-height: 40px;
  width: 16.66%;
}
.wizard > .steps > ul > li:after {
  /*content: '';*/
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #c8c8c8;
  left: 87px;
  bottom: -1px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
}
.wizard > .steps > ul > li:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #c8c8c8;
  left: 87px;
  bottom: 5px;
  z-index: 1;
}
.wizard > .steps > ul > li:last-child:before {
  content: none;
}
.wizard > .steps > ul > li.filled:before {
}
.wizard > .steps > ul > li.filled:after {
  background-color: #0d1f4b;
}
.wizard > .steps > ul > li.filled:before,
.wizard > .steps > ul > li.last.done.current:before {
  background-color: #0d1f4b;
}
.wizard > .steps > ul > li a {
  color: #c8c8c8;
}
.wizard > .steps > ul > li.current a {
  font-weight: bold;
  color: #0d1f4b;
}
.wizard > .steps > ul > li.current a:hover {
  color: #0d1f4b;
}
.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.filled:after,
.wizard > .steps > ul > li.filled:before {
  background-color: #0d1f4b;
  border-color: #0d1f4b;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active,
.wizard > .steps .current a,
.wizard > .steps .current a:hover {
  color: rgb(0 0 0 / 80%);
  color: #c8c8c8;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}
.wizard > .steps .filled a,
.wizard > .steps .filled a:hover,
.wizard > .steps .filled a:active {
  background: transparent;
  font-weight: bold;
  color: #4a4a4a;
}
.wizard > .steps .done a,
.wizard > .steps .done.filled a:hover,
.wizard > .steps .done.filled a:active,
.wizard > .steps .done.filled a {
  color: #4a4a4a;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active,
.wizard > .steps .done a {
  background: transparent;
  font-weight: bold;
  color: #c8c8c8;
}
.wizard > .steps .number {
  display: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 2px;
  left: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  color: transparent;
}
.zafter_img {
  position: relative;
}
.zafter_img:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 19px;
  height: 19px;
  background: url("../images/date_bg.png");
}
.form_footer {
  margin-top: 30px;
}
.footer_cotent {
  background: #004054;
  padding: 10px 10px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.select_input {
  display: flex;
  border-radius: 25px;
  border: 1px solid #eaebee;
}
.select_input .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 25px 0px 0px 25px;
}
.wizard > .content > .body .select_input .form-control {
  border: none;
  border-radius: 0px 25px 25px 0;
  padding-left: 10px;
}
.select_input .select2-container {
  width: 100px !important;
}
.custom_steped_form p {
  font-size: 15px;
  font-weight: 400;
  color: #737980;
  margin-bottom: 0px;
  /*padding-left: 35px;*/
  margin-top: 3px;
}
.select_input
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  right: 0px;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  outline: none;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}
.select2-results__option {
  border-top: 1px solid rgb(0 0 0 / 5%);
  color: #737980;
  font-size: 15px;
  font-weight: bold;
}
.select2-dropdown {
  border-color: rgb(0 0 0 / 5%);
}
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0d1f4b;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgb(0 0 0 / 5%);
  outline: none;
}
.select2-container--default .select2-results__option--selected {
  background: #0d1f4b;
  color: #fff;
}
.custom_checkbox label,
.custom_radio label {
  position: relative;
  cursor: pointer;
  width: 100%;
  color: #737980;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px !important;
}
.custom_checkbox label {
  font-size: 20px;
  padding-left: 35px;
}
.custom_radio .just_label {
  padding-left: 35px;
  cursor: auto;
}
.custom_radio .marg_label {
  margin-bottom: 10px !important;
  margin-left: 10px;
  margin-top: 10px;
  cursor: auto;
}
.wizard > .content > .body .custom_checkbox input[type="checkbox"] {
  display: none;
}
.custom_checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid rgba(0 0 0 / 30%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
  inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 5px;
}
.custom_checkbox input:checked + label:before {
  background: #0d1f4b;
}
.custom_checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.radio_box {
  display: flex;
  align-items: center;
  /*justify-content: space-around;*/
  line-height: 57px;
}
.custom_radio:not(:last-child) {
  margin-right: 30px;
}
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #737980;
  margin-bottom: 0px;
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0 0 0 / 30%);
  border-radius: 100%;
  background: #fff;
}
.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #0d1f4b;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom_upload input[type="file"] {
  display: none !important;
}
.custom_upload label {
  background: #fff;
  display: table;
  color: #737980;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 25px;
  border: 1px solid #eaebee !important;
  font-size: 15px;
  font-weight: 700;
}
.custom_upload label img {
  margin-left: 20px;
}
.terms_phrase p {
  font-weight: bold;
  padding-left: 0px;
}
.terms_phrase a {
  color: #0d1f4b;
}
.custom_upload label.disabled {
  background: #e9ecef !important;
}

.datepicker {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.datepicker .table-condensed {
  width: 100%;
}
.datepicker .table-condensed .disabled {
  opacity: 0.5;
}
.datepicker .table-condensed span {
  margin: 0px 3px;
}

/*input[readonly] {
      background-color: #fff !important;
  }*/

.pricing_table {
  background: #f7f8fb;
  padding: 80px 0px 60px;
}
.pricing_plane_cont {
  margin-top: 40px;
}
.pricing_plane_box {
  padding: 10px;
  background: #ffffff;
  border: 2px solid #0d1f4b;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
.pricing_plane_box:hover {
  box-shadow: 0px 8px 57.4px 12.6px rgb(0 0 0 / 8%);
  border-color: transparent;
  background: rgb(13 31 75);
}
.price_title_box {
  background: rgb(13 31 75 / 50%);
  min-height: 150px;
  position: relative;
  padding-top: 15px;
  padding-left: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.pricing_plane_box:hover .price_title_box {
  background: #fff;
}
.price_month h4,
.price_month h6 {
  margin-bottom: 0px;
}
.mont_price_circle {
  position: absolute;
  top: 0;
  left: 0;
}
.price_month {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  border-top-left-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.pricing_plane_box:hover .price_month {
  background: #0d1f4b;
}
.pricing_plane_box:hover .price_month h4,
.pricing_plane_box:hover .price_month h6 {
  color: #fff;
}
.main_title_btn {
  text-align: center;
}
.main_title_btn h4 {
  color: #fff;
  font-size: 18px;
}
.pricing_plane_box:hover .main_title_btn h4 {
  color: rgb(13 31 75);
}
.main_title_btn .btn {
  background: #fff;
  color: #0d1f4b;
  padding: 5px 20px;
}
.pricing_plane_box:hover .main_title_btn .btn {
  background: #0d1f4b;
  color: #fff;
}
/**********************************
      dashboard css start
  **********************************/
.blue_bg_head {
  background: #0a566e;
  padding: 25px 140px 25px 10px;
  border-radius: 20px;
  position: relative;
  /*    min-height: 200px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
}
.blue_bg_head .potention-points {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* background: #3ca733; */
  /*    width: 100px;*/
  /*    height: 100%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*    border-radius: 50%;*/ /*
      border-bottom: 7px solid #3ca733;
      border-top: 7px solid #3ca733;*/
}

.blue_bg_head .potention-points h2 {
  font-size: 15px;
}
.blue_bg_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 5px rgb(0 0 0 / 50%);
  text-align: center;
}
.blue_bg_head .potention-points h2 span {
  display: block;
  color: #3ca733;
}
.head_with_30_size h4 {
  font-size: 30px;
  font-weight: bold;
  color: #0d1f4b;
}
.head_with_25_size h4 {
  font-size: 25px;
  font-weight: bold;
  color: #0d1f4b;
}
.head_with_20_size h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0d1f4b;
}
.phrase_with_20_size p {
  font-size: 20px;
  color: #0d1f4b;
}
.weignt_box_container {
  /*background: #f7f8fb;
      border: 2px solid #0d1f4b;
      padding: 40px;
      margin-bottom: 50px;
      border-radius: 30px;*/
}

#video-laptop {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
}

#video-laptop iframe {
  box-sizing: border-box;
  background: url("../images/laptop_video_bg.png") center center no-repeat;
  padding: 9% 13.5% 12.9% 13.5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.happy_colleages_box {
  margin: 30px 0px;
}
.footer_box {
  background: #0d1f4b;
  padding: 10px 0px;
  text-align: center;
}
.footer_box p {
  color: #fff;
}

.weignt_box {
}
.weignt_box h6 {
  font-size: 25px;
  font-weight: 500;
  /*    width: 75%;*/
}
.weignt_chart_box h4 {
  font-size: 30px;
  font-weight: bold;
}

.accordion_box_container .panel-default {
  border: 1px solid #0d1f4b;
  margin-bottom: 10px;
  background: #f7f8fb;
  position: relative;
  border-radius: 20px;
}
.border_bottom_gred {
  position: relative;
}
.border_bottom_gred:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f5f9+0,dfe2e9+50,f4f5f9+100 */
  background: #f4f5f9; /* Old browsers */
  background: -moz-linear-gradient(
          left,
          #f4f5f9 0%,
          #dfe2e9 50%,
          #f4f5f9 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
          left,
          #f4f5f9 0%,
          #dfe2e9 50%,
          #f4f5f9 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
          to right,
          #f4f5f9 0%,
          #dfe2e9 50%,
          #f4f5f9 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f9', endColorstr='#f4f5f9',GradientType=1 ); /* IE6-9 */
}
.accordion_box_container .panel-title {
  margin-bottom: 0px;
}
.panel-default > .panel-heading {
  color: #333;
  background: #f7f8fb;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 20px;
}

.panel-default > .panel-heading a {
  /*display: block;*/
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  font-size: 23px;
  font-weight: bold;
  color: #0d1f4b;
  text-decoration: none;
  border-radius: 20px;
}

.panel-default > .panel-heading a:after {
  content: "";
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 12px;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-section .mb-0 > a {
  display: flex;
  justify-content: space-between;
  font-size: 23px;
  font-weight: bold;
  color: #0d1f4b;
  text-decoration: none;
}
.faq-section .card-header {
  background: transparent;
  border: 1px solid #dedfe2;
  margin-top: 10px;
  border-radius: 5px;
}
.faq-section .card-body {
  border: 1px solid #dedfe2;
  border-radius: 5px;
}
.accordion_box_container .panel-body {
  padding: 30px 0;
  border-top: 2px solid #b0b6c6;
  margin: 0px 30px;
}
.chosen-container {
  width: 100% !important;
}
.chosen_multi_select_box {
  display: flex;
  align-items: center;
}
.custom_chosen_select .chosen-container-single .chosen-single {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 25px;
  color: #737980;
  border-color: #eaebee !important;
  font-size: 15px;
  background-image: none;
  font-weight: 700;
  line-height: 55px;
  background-color: #fff;
}
.chosen-container-single .chosen-single div {
  top: 16px;
}
/*.chosen_multi_select_box .head_with_20_size{
      width: 110px;
      margin-left: 15px;
  }*/
.custom_chosen_select .chosen-choices {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 25px;
  color: #737980;
  border-color: #eaebee !important;
  font-size: 15px;
  background-image: none;
  font-weight: 700;
}
.custom_chosen_select .chosen-container-multi .chosen-choices li.search-choice {
  background: #0d1f4b;
  color: #fff;
  border-radius: 25px;
  padding: 12px 30px 14px 10px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("../images/chosen-sprite_white.png") -42px 1px no-repeat;
  top: 13px;
}
.head_with_20_size .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.checkbox_list ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 50px;
}
.checkbox_list ul li {
  font-weight: 600;
  color: #11234b;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  line-height: normal;
  margin-bottom: 10px;
}
.list_check_box {
  display: inline-block;
  margin-right: 12px;
}
.list_check_box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.list_check_box label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}

.list_check_box label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #061d3c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
  inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.list_check_box input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #061d3c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.loose_weight_detail p {
  font-size: 20px;
  color: #061d3c;
}
.loose_weight_detail p:last-child {
  margin-bottom: 0px;
}

.weight_loss_text_box ol li {
  color: #11234b;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}

.thursday_weight h4 {
  text-align: right;
  border-bottom: 2px solid;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0px;
}
.top_secrat h4 {
  color: red;
}

.secret_thamb_img,
.fancybox-content {
  /*border: 5px solid #0d1f4b;*/
  box-shadow: 0 0 0 5px hsl(223deg 24% 45%), 0 0 0 10px hsl(223deg 25% 33%),
  0 0 0 15px hsl(223deg 70% 17%);
  margin: 10px;
}
.upload_image_btn label {
  margin-bottom: 0px;
}
.upload_image_btn input[type="file"] {
  display: none;
}
.image-desc p {
  font-weight: bold;
  color: #0d1f4b;
  font-size: 20px;
}
.document-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-button {
  display: inline-block;
  margin-left: 10px;
  color: #061d3c;
  font-weight: 600;
}
.video-box {
  position: relative;
}
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/**********************************
      keyframes
  **********************************/

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*rotateion*/

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*End of Zoom in Keyframes */

/* Zoom out Keyframes */

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
/*End of Zoom out Keyframes */

a.no-collapsable span {
  color: #777;
  font-weight: normal;
}
a.no-collapsable::after {
  color: #777 !important;
}
.jconfirm-box-container {
  padding: 0 15px;
}
.jconfirm .jconfirm-box {
  background: #fff !important;
  color: #000 !important;
  width: 100% !important;
  max-width: 350px;
}
.jconfirm-buttons .btn-default {
  color: #fff !important;
  background: linear-gradient(171deg, #10a74f, #066329) !important;
  background-color: transparent;
}
.modal-content {
  background-color: #fff !important;
}
.modal-title {
  color: #000;
}
.phaseDetails {
  border-radius: 30px;
}
.Password_links {
  display: grid;
  padding-left: 10px;
  margin-top: 10px;
}
.Password_links a {
  color: #fff;
}
.Password_links a:hover {
  color: #37a633;
}
.bottom_menu li {
  border-right: 1px solid #ffffff;
  padding-right: 20px;
}
.bottom_menu li:last-child {
  border-right: 0;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #0d1f4b;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(3, 8, 52, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

@keyframes brightness {
  0%,
  50%,
  100% {
    filter: blur(0px) brightness(120%)
    drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.1))
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.075))
    drop-shadow(0 0 7.5px rgba(255, 255, 255, 0.045))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.025));
  }
  25%,
  75% {
    filter: blur(0px) brightness(100%)
    drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.1))
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.075))
    drop-shadow(0 0 7.5px rgba(255, 255, 255, 0.045))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.025));
  }
}
@keyframes spin {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.spinningasset {
  text-align: left;
  transition: all 0.4s ease-out;
  cursor: pointer;
  animation: brightness 2.5s infinite linear;
}
/* .spinningasset::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    width: 11px;
    margin: auto;
    background-size: 100px 400%;
    background-position: center;
  } */
.spinningasset > div {
  position: relative;
  z-index: 2;
  perspective: 10000px;
  transform-style: preserve-3d;
  transform-origin: center;
  animation: spin 2.5s infinite linear;
}

.spinningasset > div {
  background-size: contain;
  background-image: url(https://res.cloudinary.com/gloot/image/upload/v1632752594/Marketing/202109_gloot2/Coins_side_front.svg);
}

.spinningasset.is-sm {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
.spinningasset.coin > div {
  width: 25px;
  height: 25px;
}

.app-download {
  display: flex;
  flex-direction: column;
  background: linear-gradient(154deg, #10ab51, #055f26);
  padding: 2px 9px;
  border-radius: 7px;
  margin-left: 10px;
  margin-right: 15px;
}
.app-download .amount {
  display: flex;
  align-items: center;
  margin-bottom: -3px;
}
.app-download:focus {
  outline: none;
}
.app-download label {
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.app-download label#first-title {
  font-size: 12px;
  margin-bottom: -5px;
}
.app-download label#second-title {
  position: relative;
  top: -1px;
  font-size: 24px;
}
.app-download .fa-mobile-phone {
  color: #fff;
  font-size: 2.5rem;
  width: 45px;
  height: 45px;
  display: flex;
  border: 2px dotted #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0.5rem 0;
  cursor: pointer;
}
.app-download .close-download-app {
  color: #fff;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  cursor: pointer;
}

.app-download-big {
  display: flex;
  flex-direction: column;
  background: linear-gradient(154deg, #10ab51, #055f26);
  padding: 2px 9px;
  border-radius: 7px;
  margin-right: 15px;
}
.app-download-big .amount {
  display: flex;
  align-items: center;
  /*margin-bottom: -3px;*/
}
.app-download-big label {
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
/* Styles for screens smaller than 768px (tablets and below) */
@media (max-width: 767px) {
  /* Reduce font size of label */
  .app-download-big label {
    font-size: 30px;
  }
  .weignt_box_container {
    padding: 0px !important;
  }
  /* Adjust height of app-download container */
  .app-download-big {
    /*height: auto;*/
    padding-top: 22px !important;
    padding-bottom: 3rem;
    margin-right: 44px;
    height: 6rem;

  }

  /* Center contents of amount container */
  .app-download-big .amount {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
  }

  /* Adjust margin between coin and label */
  .app-download-big .amount .coin {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  /* Adjust font size and positioning of label within amount container */
  .app-download-big .amount label {
    font-size: 28px;
    position: static;
  }
}
@media (max-width: 480px) {
  .app-download-big label {
    font-size: 17px;
  }
  .app-download-big .amount label {
    font-size: 36px;
  }
}

/* Styles for screens between 768px and 992px (small desktop screens) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Reduce font size of label */
  .app-download-big label {
    font-size: 40px;
  }
}

/* Styles for screens larger than 992px (desktop screens) */
@media (min-width: 992px) {
  /* Increase font size of label */
  .app-download-big label {
    font-size: 45px;
  }
  .app-download-big .amount {
    margin-bottom: 24px;
  }
  .app-download-big{
    height: 8rem;
  }
}

/*.bounce {
      animation: bounce 0.5s;
      animation-direction: alternate;
      animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
      animation-iteration-count: infinite;
      -webkit-animation-name: bounce;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-direction: alternate;
      -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
      -webkit-animation-iteration-count: infinite;
  }*/
/*@keyframes bounce {
      from {
          transform: translate3d(0, 0, 0);
      }
      to {
          transform: translate3d(0, 3px, 0);
      }
  }
  @-webkit-keyframes bounce {
      from {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }
      to {
          -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
      }
  }*/

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #0d1f4b;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

.meal_activity section {
  display: inline;
  margin: 0px 27px;
  text-align: center;
  justify-content: center;
}
.activity_logs .faq-section .mb-0 > a[aria-expanded="true"]:after,
.mb-0 > a:after {
  padding: 6px 12px !important;
  -webkit-border-radius: 10px !important;
}
.roundedTwo {
  width: 28px;
  height: 28px;
  align-items: center;
  display: inline-flex;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedTwo label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
  0px 1px 0px rgba(255, 255, 255, 1);
}

.roundedTwo label:after {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
  opacity: 0.3;
}

.roundedTwo input[type="radio"] {
  visibility: hidden;
}

.roundedTwo input[type="radio"]:checked + label:after {
  opacity: 1;
  background: linear-gradient(to top, #222 0%, #45484d 100%);
}

.roundedTwo input[type="radio"]:checked + label {
  background: linear-gradient(to top, #222 0%, #45484d 100%);
}

.append_data {
  min-height: 500px;
}
.nav-tabs .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #0d1f4b;
  border: 2px solid transparent;
  border-radius: 20px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 2px solid var(--primary-clr);
  background: #f7f8fb;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background: #0d1f4b;
  border-color: var(--primary-clr);
}

.images-content-box:not(:last-child) {
  border-bottom: 1px solid #0d1f4b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.notifications-box a {
  color: #0d1f4b;
  font-weight: 700;
}
.notifications-box a.visited {
  color: #9e0000;
}
.nav-tabs {
  border-bottom: none;
}
.tab-content {
  border: 2px solid var(--primary-clr);
  background: #f7f8fb;
  border-radius: 20px;
  min-height: 400px;
}
.tab-content p {
  word-break: break-all;
}
.cards-main-box > .row {
  margin-left: -7px;
  margin-right: -7px;
}
.cards-main-box > .row > div {
  padding-left: 7px;
  padding-right: 7px;
}
.cards-content-box {
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden;
}
.cards-content-box .text {
  padding: 30px 10px 10px;
}
.cards-content-box h5 {
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}
.cards-content-box .text span {
  font-size: 14px;
  font-weight: 500;
  color: #787878;
  position: relative;
  top: -5px;
}
.cards-content-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.cards-content-box p {
  font-size: 13px;
  font-weight: 500;
  color: #787878;
  margin: 0 0 5px;
}
.cards-bottom-btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cards-bottom-btn a {
  flex-grow: 1;
  text-align: center;
  text-transform: capitalize;
}
.cards-content-box a {
  display: inline-block;
  padding: 3px 17px;
  border-radius: 25px;
  border: 2px solid;
  color: #222;
  font-weight: bold;
}
.cards-content-box a:hover,
.cards-content-box .active {
  background: #3ca733;
  color: #fff;
  border-color: #3ca733;
}
.cardMedia {
  padding: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cardAvatar {
  height: 75px;
  width: 75px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -40px;
}
.cardAvatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.weignt_box_situation .d-inline-block {
  display: flex !important;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.weignt_box_container h1 {
  color: #000;
  font-size: 50px;
  margin-top: 30px;
}
.custom-slider .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: -50px;
  right: 0;
}
.custom-slider .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.weignt_box_container h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold !important;
}
.sticky-btn .btn {
  border-radius: 25px;
}
.weignt_box_situation img {
  border-radius: 10px;
}
.badge {
  position: relative;
  /*width: 216px;*/
  display: inline-block;
  /*margin: 40px;*/
}
.badge .title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.7em;
  position: absolute;
  top: -28px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  width: 100%;
  background: red;
  padding: 20px 0;
}
.badge .subtitle {
  position: absolute;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8em;
  width: 100%;
  text-align: center;
  color: white;
  position: absolute;
  top: 100px;
}
.badge .subtitle:after {
  content: "★ ★ ★";
  display: block;
  font-size: 0.4em;
  position: relative;
  margin: 15px 0 0;
  transition: all 0.3s;
}
.badge:hover .subtitle:after {
  word-spacing: 30px;
}
.red .title {
  background: #dc514e;
}
.red .subtitle:after {
  color: #dc514e;
}
.green .title {
  background: #2ecc71;
}
.green .subtitle:after {
  color: #2ecc71;
}
.gray .title {
  background: #95a5a6;
}
.gray .subtitle:after {
  color: #95a5a6;
}
.yellow .title {
  background: #f1c40f;
}
.yellow .subtitle:after {
  color: #f1c40f;
}
.blue .title {
  background: #3498db;
}
.blue .subtitle:after {
  color: #3498db;
}
/*.weignt_box_situation a,
  .weignt_box_situation a:hover{
      color: #fff;
  }*/
.weignt_box_situation h3 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.weignt_box_situation p {
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .button-listing {
    margin: 50px 0;
  }
  .app-download label#first-title {
    font-size: 10px;
    font-weight: 300;
  }
  header .logo img {
    max-height: 33px;
    width: auto;
  }
  .owl-carousel.custom-slider {
    position: relative;
    padding: 0px 20px;
  }
  .sliders-dash-borad .owl-next {
    right: -15px !important;
  }
  .sliders-dash-borad .owl-prev {
    left: -15px !important;
  }
  .subnavs {
    top: 56px !important;
  }
  .dotsHolder span {
    font-size: 13px !important;
  }
}
.dotsHolder .fa-question-circle {
  color: #007600;
  font-size: 42px;
  cursor: pointer;
}
/* NEW CSS */
header::after {
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  background: #e2e9f1;
}
.mainBox {
  display: flex;
}
header {
  z-index: 1026;
  position: sticky;
  top: 0;
  padding: 5px 10px 5px 0;
}
.mainBox .sidebar {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  padding: 0 0 15px 0;
  min-width: 220px;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
  z-index: 1026;
  gap: 10px;
  /* box-shadow: 6px 0px 3px -3px rgba(0,0,0,0.15); */
}
.mainBox .sidebar::after {
  height: 100%;
  right: 0;
  top: 0;
  width: 1px;
  content: "";
  position: absolute;
  background: #e2e9f1;
}
.mainBox .sidebar a {
  padding: 15px 20px 15px 15px;
  font-weight: 500;
  color: #000;
  font-size: 17px;
}
.mainBox .sidebar a:hover,
.mainBox .sidebar a.active {
  color: #fff;
  background-color: #007600;
}
.mainBox .sidebar a.active {
  font-weight: bold;
}
.mainBox .sidebar a i {
  font-size: 18px;
  min-width: 32px;
  text-align: center;
}
.mainBox .sidebar + div {
  width: calc(100% - 220px);
  padding: 0 0 20px;
}

.avatar {
  height: 42px;
  width: 42px;
  border-radius: 50px;
  position: relative;
  border: 2px solid #061d3c;
  padding: 2px;
}
.avatar img {
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.avatar .userDrop {
  position: absolute;
  top: calc(100% + 20px);
  right: 0px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 12px;
  min-width: 120px;
  border-radius: 0 0 7px 7px;
  box-shadow: 0px 12px 5px -5px rgb(0 0 0 / 20%);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.12s ease;
  z-index: 12;
}
.avatar .userDrop.show {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 10px);
}
.userDrop::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 10px;
  height: 0px;
  width: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dce0e5;
}
.avatar .userDrop a {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: 0.12s linear;
}
.avatar .userDrop a::before {
  display: none;
}
.avatar .userDrop a:hover,
.avatar .userDrop a:hover i {
  opacity: 1;
  color: #000;
}
.avatar .userDrop a:last-child i {
  position: relative;
  top: 1px;
}
.avatar .userDrop a:last-child,
.avatar .userDrop a:last-child i,
.avatar .userDrop a:last-child:hover,
.avatar .userDrop a:last-child:hover i {
  color: #ab1010;
  opacity: 1;
}
.avatar .userDrop a i {
  font-size: 16px;
  min-width: 25px;
}
.avatar .userDrop a ~ a {
  margin-top: 5px;
}
.btn-link {
  text-decoration: none !important;
}
.subnavs {
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  position: sticky;
  top: 60px;
  z-index: 1025;
}
@media (min-width: 991px) {
  .subnavs {
    gap: 30px;
  }
  .subnavs a {
    padding: 8px 20px 7px !important;
  }
}
.subnavs a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  padding: 8px 10px 7px;
  color: #000 !important;
  font-weight: 500;
}
.subnavs a:hover {
  opacity: 1;
  color: #007600 !important;
}
.arc-wrapper h4 {
  font-family: "Calibri" !important;
}
.dotsHolder span {
  font-size: 14px !important;
  font-weight: 600;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  line-height: 12px;
  padding: 7px 9px;
}
.dotsHolder {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px 10px;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  background: #e7eff4;
  /* border: 1px solid #ddd; */
  border-radius: 7px;
}
.dotsHolder .dott {
  position: relative;
}
.vl1,
.vl2,
.vl3,
.vl4,
.vl5,
.vl6,
.vl7,
.vl8 {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 25px;
  height: 42px;
  width: 42px;
}
.vl1 {
  background-color: transparent;
  border: 1px solid #ffc600;
  background: linear-gradient(to bottom, #ffe307, #f9a600);
}
.vl2 {
  border: 1px solid #00c137;
  background-color: transparent;
  background: linear-gradient(to bottom, #00d058, #00a022);
}
.vl3 {
  border: 1px solid #b80000;
  background-color: transparent;
  background: linear-gradient(to bottom, #d00000, #a00000);
}
.vl4 {
  border: 1px solid #19a4ff;
  background-color: transparent;
  background: linear-gradient(to bottom, #00c2ff, #00a3ff);
}
.vl5 {
  border: 1px solid #ff6d19;
  background-color: transparent;
  background: linear-gradient(to bottom, #ff7119, #ff5e00);
}
.vl6 {
  border: 1px solid #0835a7;
  background-color: transparent;
  background: linear-gradient(to bottom, #0f40be, #012ea1);
}
.vl7 {
  border: 1px solid #8819ff;
  background-color: transparent;
  background: linear-gradient(to bottom, #7700ff, rgb(114, 0, 228));
}
.vl8 {
  border: 1px solid #a6d000;
  background-color: transparent;
  background: linear-gradient(to bottom, #add800, #8eb100);
}
.arc-wrapper h4 {
  bottom: 6px !important;
}
.image {
  position: relative;
  padding-top: 56%;
}
.image img {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.arc-wrapper:before {
  background-color: transparent;
  /* background: linear-gradient(171deg, #10a74f, #066329) !important; */
  background: linear-gradient(171deg, #007a11, #004f1c) !important;
}
.commonTitle {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 25px;
}
.commonTitle.sm {
  font-size: 17px;
}
.arc-wrapper {
  margin-block: 30px !important;
}

.sliders-dash-borad {
  position: relative;
}
.sliders-dash-borad .owl-next {
  right: -30px;
}
.sliders-dash-borad .owl-prev {
  left: -30px;
}
.sliders-dash-borad .owl-prev.disabled,
.sliders-dash-borad .owl-next.disabled {
  opacity: 0.2 !important;
}
.sliders-dash-borad .owl-prev,
.sliders-dash-borad .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  margin: 0px !important;
  opacity: 1 !important;
  outline: none;
}

.sliders-dash-borad .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.darkOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000040;
  backdrop-filter: blur(5px);
  z-index: 1050;
}
.btn-toggler {
  border: none;
  outline: none !important;
  font-size: 13px;
  color: #000;
  padding: 6px 10px 5px;
  background: #e5e8eb;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.btn-toggler.active {
  color: #fff;
  background-color: #00a022;
}
header .head_info {
  padding: 0px;
}
.owl-carousel p {
  color: #696969;
  font-size: 14px;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
}
.owl-carousel h3 {
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 500;
}
.weignt_box_container {
  padding: 0 15px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
@media (max-width: 991px) {
  /* .subnavs {
      position: fixed;
      top: auto;
      bottom: 0px;
      left: 0px;
      width: 100%;
      background-color: #fff;
      z-index: 1265;
      margin-bottom: 0;
    }
    .subnavs::after {
      height: 1px;
      top: 0;
      left: 0;
      width: 100%;
      content: "";
      position: absolute;
      background: #e2e9f1;
    } */
  .sidebar a span {
    display: none !important;
  }
  .subnavs a {
    font-size: 13px;
    font-weight: 500;
  }
  .subnavs a i {
    font-size: 15px;
  }
  .mainBox .sidebar::after {
    display: none;
  }
  .mainBox .sidebar + div {
    width: 100%;
  }
  .mainBox .sidebar a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 13px 7px;
    white-space: nowrap;
    flex-grow: 1;
    align-items: center;
    font-size: 13px !important;
  }
  .mainBox .sidebar::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
    position: absolute;
  }
  .mainBox .sidebar::-webkit-scrollbar-thumb {
    background-color: #007600;
    border-radius: 5px;
    border: 1px solid #fff;
  }
  .mainBox .sidebar::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .mainBox .sidebar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    top: auto;
    flex-direction: row;
    padding: 0px;
    height: auto;
    overflow-x: overlay;
    gap: 0;
    /* max-width: 230px; */
    /* transform: translateX(-100%); */
    /* transition: transform .15s cubic-bezier(0.165, 0.84, 0.44, 1); */
  }
  /* .mainBox .sidebar.in
    {
      transform: translateX(0%);
    } */
}
.owl-carousel .owl-stage {
  padding-left: 0px !important;
}
button.owl-next img {
  transform: scale(-1);
}
.owl-prev img,
.owl-next img {
  width: auto;
  height: 100%;
}
.btn-cmn {
  margin-top: 0px !important;
}

/* Journal */
.groupBoard {
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(230px, 1fr));
  margin-bottom: 48px;
  border: 1px solid #eee;
  box-shadow: 0px 6px 3px -4px rgb(0 0 0 / 30%);
  border-bottom: 1px solid #00000052;
  gap: 2px;
}
@media (max-width: 991px) {
  /* .groupBoard
    {
      grid-template-columns: 1fr;
    } */
}
.aGroup {
  /* background-color:#f7f9fd; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.aGroup .groupTitle {
  background-color: #007600;
  /*background-color: #e0fdea;*/
}
/*.aGroup:nth-child(2) .groupTitle {*/
/*  !* background-color: #0076db; *!*/
/*  background-color: #fff7c3;*/
/*}*/
/*.aGroup:nth-child(3) .groupTitle {*/
/*  !* background-color: #da3d4c; *!*/
/*  background-color: #ffd7c2;*/
/*}*/
.groupTitle {
  padding: 5px 10px;
  /* color: #fff; */
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  font-size: 17px;
}
.groupScroll {
  padding: 5px 5px;
  height: 100%;
  max-height: 100px;
  min-height: 42px;
  background-color: #fff;
  overflow-y: overlay;
}
.groupScroll a {
  /* font-family: inherit; */
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  color: #111;
  font-weight: bold;
  padding: 5px;
  transition: 0.1s linear;
  font-family: inherit;
}
/* .aGroup:nth-child(1) .groupScroll {
    background-color: #e7fffc;
  }
  .aGroup:nth-child(2) .groupScroll {
    background-color: #e7f1ff;
  }
  .aGroup:nth-child(3) .groupScroll {
    background-color: #ffe7ea;
  } */
.groupScroll::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.groupScroll::-webkit-scrollbar-thumb {
  background-color: #0000004f;
  border-radius: 5px;
  border: 1px solid transparent;
}
.groupScroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.aGroup a,
.aGroup a:hover {
  color: #006941;
}
/*.aGroup:nth-child(2) a,*/
/*.aGroup:nth-child(2) a:hover {*/
/*  color: #e8bd00;*/
/*}*/
/*.aGroup:nth-child(3) a,*/
/*.aGroup:nth-child(3) a:hover {*/
/*  color: #ba5017;*/
/*}*/
.aGroup .shareLink {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #1f88ff;
  color: #fff !important;
  border-radius: 3px;
  display: inline-block !important;
  font-family: Calibri !important;
  padding: 3px 8px;
}
.aGroup .shareLink:hover {
  background-color: #0067dc;
  color: #fff !important;
}
/* Login */
.formBg {
  min-height: calc(100vh - 52px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.formBg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.45;
  z-index: 10;
}
.formBg form {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 500px;
  padding: 4vw;
  background-color: #fff;
  border-radius: 10px;
}
.formBg form h1 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin: 0 0 20px;
}
.formBg form p {
  text-align: center;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 19px;
}
.formBg form .investor-btn{
  color: white;
}

.formBg form .formText {
  text-align: center;
  margin-top: 20px;
}
.formBg form .formText p {
  font-weight: 500;
  font-size: 16px;
}
.formBg form .formText a {
  font-size: 16px;
  font-weight: bold;
  color: #007600 !important;
}
.formBg form .formText a:hover {
  text-decoration: underline !important;
}
/* SELECT 2 Customised */
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  background-color: #f1f1f1 !important;
  border: none !important;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--multiple {
  min-height: 45px;
  padding: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 5px 12px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}
.select2-container--default .select2-results__option--selected,
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background: #007600 !important;
  /* orignal: #447c20; */
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
  font-weight: 600;
  color: #fff;
  padding-right: 8px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #007600 !important;
  border: none !important;
  display: inline-flex;
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  border-right: none !important;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 0 8px 0 8px !important;
  position: relative;
  background-color: #00491b;
  color: #fff;
  outline: none;
  padding-right: 8px !important;
  margin-right: 6px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  background: #e80000 !important;
  color: #fff !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-left: 0px;
  margin-top: 0px !important;
}
/* END Select 2 */

.head_contact_info .dropdown {
  display: flex;
  align-items: center;
}

.dropdown .btn-link {
  position: relative;
  white-space: nowrap;
  padding: 0px;
}
.dropdown .btn-link .badge {
  position: absolute;
  top: -7px;
  right: 8px;
  z-index: 10;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  background: #da0000 !important;
  padding: 3px 0;
  text-align: center;
  box-shadow: none;
  font-size: 12px;
}
.weignt_box .input-group-text {
  padding: 4px;
  border-radius: 0px 5px 5px 0 !important;
  color: #007600;
  font-size: 36px !important;
}
.subnavs a i {
  position: relative;
}
.subnavs a .badge {
  background: #da0000 !important;
  border-radius: 30px;
  box-shadow: none;
  position: absolute;
  right: -12px;
  top: -7px;
  width: 18px;
  height: 18px;
  padding: 3px 0;
  font-size: 11px;
}
@media (max-width: 991px) {
  .subnavs a .badge {
    top: -8px !important;
    right: -10px !important;
    width: 15px;
    height: 15px;
    padding-block: 2px;
    font-size: 10px;
  }
}

.groupScroll a {
  position: relative;
  padding-right: 20px;
}
.groupScroll a .badge {
  background: #da0000 !important;
  border-radius: 30px;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  padding: 3px 0;
  font-size: 11px;
}

jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  color: #007600 !important;
  border-radius: 20px !important;
  padding: 20px 20px 5px !important;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  border-radius: 5px !important;
}
.weignt_box > h4 {
  background: #007600;
  padding: 5px 10px;
  display: inline-flex;
  color: #fff !important;
  border-radius: 7px;
}

.weignt_box > h5 {
  background: #007600;
  padding: 5px 10px;
  display: inline-flex;
  color: #fff !important;
  border-radius: 7px;
}

.aflex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.aflex h4 {
  color: #000;
}
@media (max-width: 450px) {
  .cards-bottom-btn {
    flex-direction: column;
  }
}

.toggler-holder {
  position: relative;
  margin-top: 20px;
}
.toggler-holder::after {
  content: "";
  height: 2px;
  width: 100%;
  top: 50%;
  transform: translateY(-1px);
  left: 0px;
  z-index: 1;
  position: absolute;
  background: #007600;
}
.toggler {
  border-radius: 5px !important;
  box-shadow: none !important;
  padding: 5px 10px !important;
  background: #007600 !important;
  margin: 0 !important;
  position: relative;
  z-index: 10;
  font-weight: 900;
}

/*.rlike {
    position: relative;
    top: -1px;
    right: 0px;
    padding: 0 5px;
  }
  .rlike label {
    font-size: 18px;
    color: #111;
  }
  .rlike input {
    display: none;
  }
  .rlike input:checked + label {
    color: #007600;
  }*/
.aflex .fa-edit {
  margin-left: auto !important;
}

#home_btn, #summary_btn{
  color: green !important;
}
#home_btn.on, #summary_btn.on{
  color: white !important;
}

.pills {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  justify-content: center;
  border:2px solid #007600;
  border-radius:10px;
  padding:1px;
}

.pills .btn-white
{
  background:#fff;
  border:none;
  box-shadow:none;
  margin:0px;
  width:100%;
  border-radius:8px;
  padding:10px;
}
.member_dashboard h4 {
  font-size: 17px;
  font-weight: 400 !important;
}
.pills .btn-white.on
{
  background:#007600 !important;
  color:#fff !important;
  box-shadow:none;
}

.whatisbuddyfor{
  color:white !important;
  text-transform: none !important;
  border-radius: 14px !important;
  padding: 36px !important;
}
.whatisbuddyforbody{

  font-size: 16px;
  display: flex;
  /*font-weight: bold;*/
  padding: 5px;
  font-family: Montserrat;
}
div:where(.swal2-container){
  z-index: 100000 !important;
}

element.style {
}
/*.rlike {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }*/

.chat-message.recieved .message p {
  color: #000;
}
.chat-message.recieved .message {
  background-color: #ffffff !important;
  box-shadow: inset 0px 0px 0px 1px #007600;
}
.avatar-c :hover{
  cursor: pointer;
}

.green-box{

}

/*Inestor Automate Presentation*/
/* === Auto Cursor === */
/*#auto-cursor {
  width: 20px;
  height: 20px;
  background: red;
  box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
  border: 2px solid black;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  pointer-events: none;
  display: none;
  transition: top 0.6s ease, left 0.6s ease;
}*/
#auto-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  z-index: 999999999;
  display: none;
}

/* --- ARROW HEAD --- */
#auto-cursor::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;

  /* Triangle head */
  border-left: 15px solid #111;     /* dark charcoal black */
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;

  /*transform: rotate(-15deg);*/

  /* glow */
  filter: drop-shadow(0 0 6px rgba(0, 170, 220, 0.55))
  drop-shadow(0 0 12px rgba(0, 170, 220, 0.35));
}

/* --- TAIL LINE (THE PART YOU'RE MISSING) --- */
#auto-cursor::after {
  content: "";
  position: absolute;

  width: 3px;              /* thin tail */
  height: 13px;            /* correct length */
  background: #111;
  border-radius: 2px;

  /* place it correctly so it matches screenshot */
  left: 5.5px;               /* aligns with triangle */
  top: 6px;

  transform: rotate(-32deg);

}






#blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dims the page with dark overlay */
  z-index: 1030; /* Below your .focus-highlight and #auto-cursor */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Show the overlay when blur-mode is active */
.blur-mode #blur-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* === Focused Section === */
.focus-highlight {
  position: relative;
  z-index: 1040;
  background-color: #ffffff; /* or whatever matches your design */
  box-shadow: 0 0 30px rgba(37, 203, 113, 0.7), 0 0 0 8px rgba(37, 203, 113, 0.3);
  border-radius: 16px;
  transform: scale(1.02);
  transition: all 0.4s ease;
}

/* === Click Pulse Animation === */
.clicked-effect {
  animation: pulseHighlight 1.3s ease-in-out;
}

@keyframes pulseHighlight {
  0% {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(37, 203, 113, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 35px rgba(37, 255, 160, 0.9);
  }
  100% {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(37, 203, 113, 0.7);
  }
}



/* Wider modal */
.investor-popup {
  width: 700px !important;
  max-width: 90%;
  padding: 2rem;
  animation: fadeInSlow 1.0s ease forwards !important;
}

.swal2-hide {
  animation: fadeOutSlow 0.8s ease forwards !important;
}

/* Align the button to the right */
.swal-actions-right {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;         /* <== REQUIRED */
  margin-top: 1rem;
  padding: 0 1.5rem;
}

/* Custom styled confirm button */
.swal-next-btn {
  background-color: #007600 !important;
  color: white !important;
  border: none !important;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.swal2-html-container{
  line-height: 25px;
}


@keyframes fadeInSlow {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeOutSlow {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(0.95); }
}




@keyframes wordGlow {
  0%   { background-color: transparent; text-shadow: none; }
  50%  { background-color: rgba(255, 255, 150, 0.5); text-shadow: 0 0 10px rgba(37, 203, 113, 0.8); }
  100% { background-color: transparent; text-shadow: none; }
}

.word {
  display: inline; /* Keeps all words on the same line */
  border-radius: 4px;
  transition: all 0.3s ease;
}

.word.animate-glow {
  animation: wordGlow 0.6s ease-in-out;
}


.typing-cursor::after {
  content: '|';
  animation: blink 1s step-end infinite;
  margin-left: 2px;
  color: black;
}

@keyframes blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

/* .swal-wide {
    width: 50% !important;
    max-width: 600px;
  }*/

.scroll-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  color: #eaeaea;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  animation: fadeInOut 40s ease-in-out forwards;
  z-index: 9999;
}

.scroll-text {
  max-width: 700px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  white-space: pre-line;
  animation: scrollUp 35s linear forwards;
}

@keyframes scrollUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(-110%); }
}

@keyframes fadeInOut {
  0% { opacity: 0; }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0; }
}



.floating-video-wrapper {
  position: fixed;
  bottom: 5px;
  right: 5px;
  /*width: 300px;*/
  height: 224px;
  /*background: #000;*/
  overflow: hidden;
  z-index: 9999;
  /*box-shadow: 0 5px 25px rgba(0,0,0,0.3);*/
  /*border-radius: 112px;*/
}

.floating-video-wrapper video {
  width: 100%;
  height: 100%;     /* or the container height */
  object-fit: cover;
}






/* Fade-in animation */
.reflexino-box, .reflexino-box-magic {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInBox 0.6s ease-out forwards;

  border-top: 9px solid #dcdcdc;
  border-bottom: 9px solid #dcdcdc;
  border-right: 20px solid #dcdcdc;
  border-left: 20px solid #dcdcdc;

  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border-radius: 52px;
  padding: 30px;
  margin-top: 35px;

  /* Shadow */
  box-shadow:
          0 4px 10px rgba(0, 0, 0, 0.2),
          0 8px 25px rgba(0, 0, 0, 0.3)
}

/* Keyframes */
@keyframes fadeInBox {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutBox {
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

.slide-out {
  animation: slideOutBox 0.6s ease-out forwards;
}
.slide-in {
  animation: fadeInBox 0.6s ease-out forwards;
}

/* Button */
.reflexino-btn, .reflexino-btn-magic {
  background: #2f5f34;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  /*font-size: 14px;*/
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Hover */
.reflexino-btn:hover, .reflexino-btn-magic:hover {
  background: #244c29;
  transform: translateY(-2px);
}

.reflexino-content, .reflexino-content-magic {
  text-align: center;
}

/* Image */
.reflexino-img, .reflexino-img-magic {
  width: 164px;
  height: auto;
}

.reflexino-title, .reflexino-title-magic {
  font-weight:800;
}

.reflexino-subtitle, .reflexino-subtitle-magic {
  font-weight: 500;
  font-size: 22px;
}

/* .floating-video-wrapper {
    position: relative;
} */

/* .continue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(5px);
    cursor: pointer;
    transition: opacity 0.4s ease;
    z-index: 20;
}

.continue-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.overlay-content {
    text-align: center;
    color: white;
    animation: scaleIn 0.5s ease both;
}

.play-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    position: relative;
}

.play-icon::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 22px solid black;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

@keyframes scaleIn {
    0% { transform: scale(0.7); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
} */


/* ===================== */
/* Full Screen Overlay   */
/* ===================== */
/* .continue-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.continue-overlay.hidden {
    opacity: 0;
    pointer-events: none;
} */

/* ===================== */
/* Center Card           */
/* ===================== */
.continue-card {
  background: rgba(255,255,255,0.12);
  padding: 40px 60px;
  border-radius: 20px;
  text-align: center;
  color: white;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  animation: floatUp 0.6s ease both;
}

@keyframes floatUp {
  0% { transform: translateY(40px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ===================== */
/* Play Button           */
/* ===================== */
/* .play-ring {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
} */

/* .play-icon {
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
} */

/* ===================== */
/* Text                  */
/* ===================== */
.continue-card h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}

.continue-card p {
  font-size: 15px;
  opacity: 0.8;
}


body.locked * {
  pointer-events: none;
}

body.locked .reflexino-btn-1,
body.locked .reflexino-btn-1 * {
  pointer-events: auto;
}

body.locked .reflexino-btn-2,
body.locked .reflexino-btn-2 * {
  pointer-events: auto;
}

body.locked .floating-video-wrapper,
body.locked .floating-video-wrapper * {
  pointer-events: auto;
}


.goback-btn {
  background: #2f5f34;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  /* font-size: 14px; */
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.goback-btn:hover {
  color:white;
}



/* ----------------------------------
   📱 RESPONSIVE (mobile)
----------------------------------- */
@media (max-width: 600px) {
  .reflexino-box, .reflexino-box-magic {
    flex-direction: column !important;
    text-align: center;
    padding: 25px;
  }

  .reflexino-img, .reflexino-img-magic {
    width: 147px;
  }

  .reflexino-title, .reflexino-title-magic {
    font-size: 22px;
  }
  .reflexino-subtitle, .reflexino-subtitle-magic {
    font-size: 17px;
  }
  .floating-video-wrapper{
    height: 118px !important;
  }

}


