body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 1.125rem;
}

@media (min-width: 1400px) {
  .main_title {
    font-size: 44px;
    font-weight: 800;
    line-height: 60px;
    color: #292d34;
  }
}

@media (max-width: 1399px) {
  .main_title {
    font-size: 37px;
    font-weight: 800;
    line-height: 55px;
    color: #292d34;
  }
}
@media (max-width: 460px) {
  .banner .main_title {
    font-size: 32px;
    line-height: 40px;
  }
}
.bg-soft-green {
  background-color: #f5faf5;
}
.bg-soft-ash {
  background-color: #303640;
}
.bg-white-smoke {
  background-color: #f3f2f2;
}
.rounded-20 {
  border-radius: 20px;
}
.hospital-hero-bg {
  background: linear-gradient(180deg, #ffffff 0%, #f4fff4 100%);
}
.news-portal-bg {
  background-image: url(img/black.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .portal-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: inherit;
    display: flex;
    align-items: center;
  }
  .portal-img img {
    /* height: 700px; */
    width: -webkit-fill-available;
  }
}
.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.lh_34 {
  line-height: 34px;
}

@media (min-width: 700px) {
  .py_100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .py_140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (max-width: 699px) {
  .py_100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py_140 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.max_wd420 {
  max-width: 420px;
}

.max_wd500 {
  max-width: 500px;
}

.max_wd570 {
  max-width: 570px;
}

.max_wd635 {
  max-width: 635px;
}
.w-27 {
  width: 27px;
}
.h-27 {
  height: 27px;
}

.text-black {
  color: #000;
}

.text_kellyGreen {
  color: #30b22e;
}

.text-ash {
  color: #616161;
}

.text_Zambezi {
  color: #5e5e5e;
}

.text_tangaroa {
  color: #122437;
}
.bg_kellyGreen {
  background-color: #44c642;
}
.bg_aliceBlue {
  background: #f3f5f7;
}

.bg_half {
  background: #f3f5f7;
  height: 50%;
}
.bg-soft-gradient {
  background: linear-gradient(109.98deg, #ffffff 9.32%, #dbf0db 134.22%);
}

@media (max-width: 767px) {
  .sec_title {
    color: #122437;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .sec_title {
    color: #122437;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
  }
}

.sub_text {
  font-size: 16px;
  line-height: 30px;
}

.sub_text2 {
  font-size: 16px;
  line-height: 26px;
}

.btn_getTouch {
  border-radius: 5px;
  background-image: linear-gradient(to right, #2bce70, #3de587 64%, #2cce72);
}
.btn_getTouch:focus,
.btn_getTouch:hover {
  background-color: #0a0a0a;
}
.btn_viewDemo {
  border-radius: 5px;
  border: 1px solid #dd8b00;
  background-color: #dd8b00;
  color: #fff;
}
.btn_viewDemo:focus,
.btn_viewDemo:hover {
  border: 1px solid #dd8b00;
  background-color: #dd8b00;
  color: #fff;
}

.badge_rotated {
  background: #122437;
  padding: 5px 25px;
  width: 200px;
  top: 16px;
  left: -70px;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Imperative features tabs CSS ==========
==================================*/
.solutions_pills .link_tabs {
  border-radius: 20px;
  border: 0px solid #dfdfdf;
  text-align: left;
  width: calc(100% - 12px);
  background-color: transparent;
  color: #fff;
}

.solutions_pills .link_tabs:focus,
.solutions_pills .link_tabs:hover {
  background: #313640;
  color: #fff;
}

.solutions_pills .link_tabs.active {
  background: #313640;
  color: #fff;
}

.featuresList li {
  font-size: 18px;
  line-height: 30px;
}

.tab_title {
  font-size: 20px;
  line-height: 30px;
}

/* Addons CSS ==========
==================================*/
.addons_area {
  padding: 110px 0px;
}

.addons_area .title_addons {
  margin-bottom: 60px;
}

.sec_title p,
.title_addons p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}

.purchase_btn_two {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  width: 100%;
  text-decoration: none;
}

/*========= Testimonial CSS
==================================*/

.review_text {
  min-height: 120px;
}

.owl-carousel.testimonial-carousel .owl-nav .owl-next,
.owl-carousel.testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}

@media (min-width: 660px) {
  .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    left: -50px;
  }
  .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
@media (max-width: 599px) {
  .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    left: 6px;
    font-size: 14px;
  }
  .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    right: 6px;
    font-size: 14px;
  }
}
/*========= FAQ CSS
==================================*/

.faq .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
}

.faq .accordion-button {
  padding: 22px 28px;
  font-size: 17px;
  font-weight: 500;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq .accordion-item {
  margin-bottom: 10px;
}

.license .contact-details {
  padding: 30px;
}

.btn-success {
  color: #fff;
  background-color: #35a000;
  border-color: #35a000;
}

.text-justify {
  text-align: justify;
}
.faq_bg {
  background: linear-gradient(180deg, rgb(255 248 249) 40%, rgba(255, 255, 255, 1) 65%);
}

.bg_1 {
  background-image: linear-gradient(140deg, #fff 0%, #dfe8fc 100%);
  background-color: transparent;
}

.h_75 {
  height: 75px;
}
.inner_shadow {
  -webkit-box-shadow: 0 2px 50px rgb(0 0 0 / 8%);
  box-shadow: 0 2px 50px rgb(0 0 0 / 8%);
}
.imgTranslateOnHover img,
.translateOnHover {
  transition-duration: 0.4s;
}
.translateOnHover:hover {
  transform: translateY(-10px);
}
.translateOnHover {
  transition-duration: 0.4s;
}
.translateOnHover:hover {
  transform: translateY(-10px);
}
.shadow_black::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-radius: 15px;
  background: rgb(0 0 0 / 65%);
}
.radious_15 {
  border-radius: 15px;
}
.ts_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0.2;
}
@media (min-width: 600px) and (max-width: 991px) {
  .mt_300 {
    margin-top: -170px;
  }
  .pb-130 {
    padding-bottom: 60px;
  }
}
@media (max-width: 599px) {
  .mt_300 {
    margin-top: -90px;
  }
  .pb-130 {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mt_300 {
    margin-top: -215px;
  }
  .pb-130 {
    padding-bottom: 130px;
  }
}
.banner_wrapper .addon {
  width: 300px;
  padding: 20px;
  bottom: 44px;
  right: -80px;
  font-size: 20px;
}
.banner_wrapper .addon,
.apps_feature_inner .addon {
  background: #122437;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.bg_bluish {
  background-color: #d4e2f6 !important;
}

.for_hover::before {
  content: "";
  background: rgb(45 205 114 / 87%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  transition-duration: 0.4s;
}

.for_hover:hover::before {
  height: 100%;
}

.hover_content {
  top: calc(100% + -20px);
  align-content: center;
  height: auto;
  transition-duration: 0.4s;
  transform: translateY(0);
}

.for_hover:hover .hover_content {
  transform: translateY(-50%);
  top: 50%;
}
.key-features:focus,
.key-features:hover {
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.key-features:focus img,
.key-features:hover img {
  transform: translateY(-8px);
}
.transition {
  transition-duration: 0.3s;
}

/*===============================
===========Package Css===========
=================================*/

.package-remove {
  opacity: 0.5;
}
.badge_all .addon {
  background: #627afe;
  padding: 20px 15px;
  top: -22px;
  right: -20px;
  width: 80px;
  height: 80px;
  line-height: 19px;
}
.blog-bg {
  background: linear-gradient(180deg, rgb(243 245 247) 40%, rgba(255, 255, 255, 1) 65%);
}
.shadow_1 {
  box-shadow: rgb(0 0 0 / 13%) 1px 1px 1rem !important;
}
.btn-success {
  color: #fff;
  background-color: #30b22e;
  border-color: #30b22e;
}
.btn-success:hover {
  background-color: #2bce70;
  border-color: #2bce70;
}
.btn-outline-success {
  color: #30b22e;
  border-color: #30b22e;
}
.btn-outline-success:hover {
  background-color: #30b22e;
  border-color: #30b22e;
  color: #fff;
}
.times-img {
  height: 215px;
  width: max-content;
}
.solutions-bg {
  background-image: url(img/solutions-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.demo-bg {
  background-image: url(img/demo-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.why_choose_sec .nav.nav-pills {
  gap: 19px;
  padding: 40px 0;
}

@media screen and (max-width: 820px) {
  .why_choose_sec .nav.nav-pills {
    padding: 0;
  }
}

.why_choose_sec .nav.nav-pills button {
  border-radius: 16px;
  padding: 25px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .why_choose_sec .nav.nav-pills button {
    padding: 18px 18px;
  }
}

@media screen and (max-width: 560px) {
  .why_choose_sec .nav.nav-pills button {
    padding: 15px 18px;
  }
}

.why_choose_sec .nav.nav-pills button.active {
  background: linear-gradient(109.98deg, #ffffff 9.32%, #dbf0db 134.22%);
}

.why_choose_sec .nav.nav-pills button.active div b {
  background: linear-gradient(180deg, #30b22e 0%, #e9f6e9 73.5%);
  --background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why_choose_sec .nav.nav-pills button span.pills-ico {
  min-width: 50px;
  width: 50px;
  height: 50px;
}

@media (max-width: 560px) {
  .why_choose_sec .nav.nav-pills button span.pills-ico {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}

.why_choose_sec .nav.nav-pills button span.pills-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why_choose_sec .nav.nav-pills button div {
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  position: relative;
  padding-right: 140px;
  color: #292d34;
  text-align: start;
}

@media (max-width: 560px) {
  .why_choose_sec .nav.nav-pills button div {
    font-size: 16px;
    padding-right: 90px;
  }
}

.why_choose_sec .nav.nav-pills button div b {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 600;
  margin: auto;
  font-size: 83px;
  background: linear-gradient(180deg, rgba(13, 35, 52, 0.188), transparent 80%);
  --background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 108px;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .why_choose_sec .nav.nav-pills button div b {
    font-size: 86px;
    line-height: 74px;
    height: 80px;
  }
}

@media screen and (max-width: 560px) {
  .why_choose_sec .nav.nav-pills button div b {
    font-size: 56px;
  }
}

.why_choose_sec .tab-content {
  padding: 33px;
  position: sticky;
  position: -webkit-sticky;
  top: 170px;
  z-index: 0;
}

.why_choose_sec .tab-content:after {
  content: "";
  width: 120%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: -1;
  border-radius: 15px;
}

@media screen and (max-width: 1199px) {
  .why_choose_sec .tab-content:after {
    width: 100%;
  }
}

.why_choose_sec .tab-content .content p b {
  font-weight: 600;
}

.logo-circle {
  height: 145px;
  width: 145px;
}
.features-bg-1 {
  background-color: #f9f5f9;
}
.features-bg-2 {
  background-color: #ecf4ee;
}
.features-bg-3 {
  background-color: #eff1f3;
}
.features-bg-4 {
  background-color: #f2f1e9;
}
.features-bg-5 {
  background-color: #f3eff1;
}
.features-bg-6 {
  background-color: #edf1f2;
}
.features-bg-7 {
  background-color: #f2e9e9;
}
.shadow_2 {
  box-shadow: 0px 0px 14px 0px #00000017;
}
.shadow_3 {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.h-90 {
  height: 90px;
}
.accordion-item {
  border-radius: 20px;
  background: #ffffff;
}
.accordion-item .accordion-button {
  border-radius: 20px;
  font-weight: 600;
  width: 100%;
  text-align: start;
  padding: 20px 75px 20px 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.accordion-item:first-of-type button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.accordion-button::after {
  margin-left: auto;
  background-color: #44c642;
  padding: 20px 20px;
  content: "";
  right: 25px;
  position: absolute;
  background-image: url(img/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4rem;
  transition: transform 0.2s ease-in-out;
  border-radius: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(img/faq-not.png) !important;
  transform: rotate(1deg);
  background-size: 0.7rem;
}
.faq .accordion-button:not(.collapsed) {
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
}

.faq .accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 15px 40px;
}
.hover1 {
  transition: all 0.3s linear;
}

.hover1:hover {
  box-shadow: rgb(21 80 10 / 18%) 0px 6px 14px 0px;
  transition: all 0.3s linear;
  background-color: white;
}

.hover2 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.hover2:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.25rem 1.25rem rgba(52, 63, 82, 0.1);
}
.hover3 {
  transition: all 0.3s linear;
}

.hover3:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
  background-color: white;
}
.hover4 {
  transition: all 0.3s linear;
}
.hover4:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
}

.btn:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}
.btn {
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

.z-six {
  z-index: 6;
}
.py-12 {
  padding: 12px 0px;
}
.pb-60 {
  padding-bottom: 59px;
}
.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-content {
  display: flex;
  gap: 2rem;
  animation: scroll-left 190s linear infinite;
  width: max-content;
}

@keyframes scroll-left {
  from {
    transform: translateX(1%);
  }
  to {
    transform: translateX(-100%);
  }
}
.marque-img {
  border-radius: 10px;
  height: 400px;
  width: 600px;
}

@media (min-width: 600px) {
  .features_scrollbar {
    max-height: 550px;
    overflow-y: scroll;
  }
  .modules_scrollbar {
    max-height: 570px;
    overflow-y: scroll;
  }
}
@media (max-width: 599px) {
  .features_scrollbar {
    max-height: 300px;
    overflow-y: scroll;
  }
  .modules_scrollbar {
    max-height: 300px;
    overflow-y: scroll;
  }
}
.features_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.features_scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.features_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgb(44 207 113);
}

.modules_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.modules_scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.modules_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgb(44 207 113);
}
.features_pills .link_tabs {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  text-align: left;
  width: calc(100% - 12px);
  background-color: #fff;
}

.features_pills .link_tabs:focus,
.features_pills .link_tabs:hover {
  color: rgb(0 0 0);
  background: rgb(44 207 113 / 7%);
}

.features_pills .link_tabs.active {
  background: rgb(44 207 113);
  color: #fff;
}

.featuresList li {
  font-size: 18px;
  line-height: 30px;
}

.tab_title {
  font-size: 20px;
  line-height: 30px;
}
.package_area .single-price {
  background: #fff;
  padding: 25px;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 12px 0px rgb(92 92 92 / 17%);
  border: 0;
}

.package_area .single-price:hover {
  transform: translateY(-15px);
}

.license .single-price .title {
  font-size: 21px;
  font-weight: 500;
  color: #2a2a48;
}

.license .price-details {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}

.license .buy-now-button .demo_btn {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #424242;
}

.buy-now-button .demo_btn {
  display: block;
  line-height: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
}

.license .buy-now-button .demo_btn:focus,
.license .buy-now-button .demo_btn:hover {
  border-radius: 0;
  background-color: #37a000;
  border: 1px solid #37a000;
  color: #fff;
}

.license .contact-details {
  box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
  background-color: #fff;
  padding: 30px;
}
.hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.vdo-link {
  background-image: linear-gradient(to right, #3dcb3b, #30b22e);
  top: 36%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 3;
  position: absolute;
  padding: 0;
  border-radius: 100% !important;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vdo-link::before {
  background-image: linear-gradient(to right, #3dcb3b, #30b22e);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.vdo-link::after {
  background-image: linear-gradient(to right, #3dcb3b, #30b22e);
  opacity: 0.6;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;

  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.banner_wrapper .addon,
.apps_feature_inner .addon {
  background: #122437;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.apps_feature_inner .addon {
  top: 16px;
  left: -70px;
  padding: 5px 25px;
  width: 200px;
}

.banner_wrapper .addon {
  width: 300px;
  padding: 20px;
  bottom: 44px;
  right: -80px;
  font-size: 20px;
}
