body  {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #838383;
}
a  {
  color: #E87EA8;
  text-decoration: underline;
}
a:hover  {
  color: #AEC93F;
}
.top-header {
  margin-top: 25px;
}
.social {
  display: flex;
  margin: 0;
  padding: 0;
}
.social li {
  list-style: none;
}
.social li img {
  width: 40px;
}

.menu-header {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.menu-header li {
  list-style: none;
  padding: 0 15px;
}
.menu-header li a{
  color: #838383;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.start-search {
  position: absolute;
  right: 5px;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  top: 5px;
}
.search {
  display: flex;
  justify-content: end;
}

.search img {
  width: 30px;
}
.open-search {
  cursor: pointer;
}

.search-bar {
  position: absolute;
  right: 165px;
  top: 15px;
}
.search-bar-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #D81F83;
  padding: 5px 15px;
  font-size: 15px;
  color: #D81F83;
}
.search-bar-input:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #D81F83;
  outline: none;
}
.menu {
  margin: 25px 0;
  padding: 0;
  background: #838383;
}
.menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.menu li {
  list-style: none;
  padding: 15px 25px;
}
.menu li a{
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.index-beet-life  {
  font-size: 20px;
}

.index-beet-life h2 {
  font-weight: 600;
  font-size: 24px;
}

.home-card {
  background: #AEC93F;
  padding: 15px 25px;
  text-align: left;
  margin-bottom: 10px;
}
.related-card {
  background: #E87EA8;
  padding: 15px 25px;
  text-align: left;
  margin-bottom: 10px;
}
.home-card h4,
.related-card h4 {
  font-size: 25px;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}
.beet-life-top-article img {
  border: none;
}

.beet-life-top-article h5 {
  min-height: 80px;
}
.beet-life-top-article h5,
.beet-life-top-article a {
  font-size: 14px;
  color: #6F496A;
  font-weight: 600;
  text-align: justify;
  text-decoration: none;
}
.beet-life-top-article h5.pink {
  color: #E87EA8;
}
.category-container {
  padding: 0 12px;
}

.beet-life-category {
  position: relative;
}
.beet-life-category img {
  width: 100%;
}
.beet-life-category b {
  text-orientation: mixed;
  position: absolute;
  font-size: 22px;
  color: #FFF;
  right: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1000;
  left:0;
}

.newsletter-vertical {
  background: #838383;
  padding: 15px;
  color: #FFF;
  margin-top: 70px;
  text-align: center;
}

.newsletter-register {
  background: #D81F83;
  text-align: center;
  padding: 20px;
}
.newsletter-register .title {
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 35px;
}
.newsletter-register .sub-title {
  font-size: 19px;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 25px;
}
.newsletter-form {
  color: #FFF;
  font-size: 15px;
}
.button-newsletter {
  background: #FFF;
  padding: 6px 20px;
  color: #838383;
  font-size: 14px;
  border: none;
  border-radius: 6px;
}

.newsletter-register .after-text {
  margin-bottom: 25px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}

.newsletter-register .send-contact-div {
  margin-top: 40px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.beet-community {
  background: #FFF;
  border: 5px solid #838383;
  padding: 17px 35px;
  margin-top: 45px;
  text-align: center;
}

.beet-community img {
  width: 100%;
}

.co-working {
  background: #838383;
  border: 5px solid #838383;
  padding: 15px;
  margin-top: 45px;
  color: #FFF;
  text-align: center;
}

.co-working a {
  text-decoration: none;
  color: #FFF;
}
.beet-community a {
  text-decoration: none;
  color: #838383;
}

.co-working h5{
  font-size: 25px;
}

footer {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #838383;
  margin-top: 50px;
  padding: 0 15px;
}
footer .container {
  position: relative;
}
footer .footer-link {
  margin-top: 50px;
  padding-bottom: 20px;
  color: #C1C1C1;
}
footer .footer-link li {
  list-style: none;
}
footer .footer-link a {
  color: #C1C1C1;
  list-style: none;
  text-decoration: none;
}
footer .link-footer-left {
  margin: 60px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: left;
}

footer .link-footer-left li {
  padding: 0 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

footer .link-footer-left li:first-child {
  padding-left: 0;
}

footer .link-footer-right {
  margin: 60px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: right;
}

footer .link-footer-right li {
  padding: 0 15px;
}
.social-footer  {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social-footer li {
  padding: 0 !important;
}
.social-footer li img {
  width: 35px;
}

.whatsapp {
  position: absolute;
  bottom: 40%;
  right: 2%;
}
.whatsapp img {
  width: 50px;
}
.trustpilot-div {
  position: relative;
}
.trustpilot-button {
  background: #4EB37F;
  color: #FFF;
  font-size: 15px;
  padding: 10px 2px;
  text-align: center;
  display: block;
  width: 63%;
  left: 19%;
  position: absolute;
  text-transform: uppercase;
}
.beetlife-category-page .banner img {
  max-height: 250px;
}

.beetlife-category-page .category  {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 250px;
}
.beetlife-category-page .category b {
  font-size: 45px;
  color: #FFF;
  text-transform: uppercase;
}

.container {
  max-width: 1680px;
}

.banner {
  padding: 0 15px;
  margin-bottom: 10px;
}

.pagination {
  justify-content: center;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #D81F83;
  border-color: #D81F83;
}

.page-link {
  color: #D81F83;
  font-size: 15px;
}
.page-link:hover {
  color: #D81F83;
}
.button-article {
 display: flex;
  justify-content: end;
}
.button-article button {
  padding: 1px 15px;
  background: #E87EA8;
  color: #FFF;
  font-size: 11px;
  border-radius: 4px;
  border: none;
}

.breadcrumb {
  font-size: 15px;
  padding: 0px 5px;
}
.breadcrumb a {
  color: #D81F83;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "|");
}

.article-beet-life h1 {
  color: #E87EA8;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-top: 45px;
}
.article-beet-life h2 {
  color: #E87EA8;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 45px;
}
.article-beet-life .button-newsletter {
  color: #E87EA8;
}

.article-beet-life .newsletter-register .custom-checkbox input:checked ~ .checkmark {
  background-color: #E87EA8;
}

.beetlife-category-page .button-newsletter {
  color: #AEC93F;
}
.beetlife-category-page .newsletter-register .title {
  font-size: 35px;
  margin-bottom: 0;
}
.beetlife-category-page .newsletter-register .sub-title {
  margin-top: 5px;
  margin-bottom: 0;
}
.beetlife-category-page .newsletter-register .after-text {
  text-align: left;
}
.beetlife-category-page .newsletter-register .custom-checkbox input:checked ~ .checkmark {
  background-color: #AEC93F;
}

.article-beet-life img {
  width: 100%;
  border: none;
}

.share {
  display: flex;
  justify-content: center;
}
.share-box {
  border: 8px solid #AEC93F;
  width: 280px;
  font-size: 15px;
  border-radius: 10px;
  padding: 0 10px;
}
.share-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.share-box ul li {
  list-style: none;
}
.share-box ul li img {
  width: 45px;
}
.navigation {
  margin: 20px 0;
  font-size: 15px;
}
.navigation a {
  color: #E87EA8;
}
.navigation img {
  width: auto;
}
.navigation .last {
  text-align: right;
}
.send-newsletter-response .alert {
  margin: 0;
  padding: 2px 16px;
  font-size: 14px;
}


.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 15px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #FFF;
  border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #AEC93F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-popup {
  width: 1225px;
  height: 750px;
  max-width: 1225px;
}
.modal-popup .modal-body{
  background: none !important;
}
.popup .design{
  position: relative;
}

.popup .design img{
  width: 100%;
}

.popup-welcome .design .cta{
  position: absolute;
  bottom: 131px;
  right: 52px;
}
.popup-promotional .design .cta{
  position: absolute;
  bottom: 123px;
  right: 238px;
}

.popup-welcome .design .cta .button-service,
.popup-promotional .design .cta .button-service {
  padding: 20px 90px !important;
  font-size: 28px !important;
  border: none;
  border-radius: 40px;
  color: #D81F83;
}
.popup-promotional .design .cta .cta-promotional {
  min-width: 362px;
}
.popup-newsletter .design .form-newsletter{
  position: absolute;
  bottom: 285px;
  right: 10px;
  width: 50%;
}


.popup-newsletter .design .form-newsletter .button-newsletter {
  color: #D81F83;
}
.popup-newsletter .design .form-newsletter .send-contact-div {
  align-content: space-between;
  justify-content: space-between;
}
.popup-newsletter .design .form-newsletter .send-newsletter-response {
  width: auto !important;
}
.popup-newsletter .design .form-newsletter .send-newsletter-response .alert{
  font-size: 12px;
  padding: 5px 10px;
}

.popup-newsletter .design .form-newsletter .mt-2,
.popup-newsletter .design .form-newsletter .mt-3
{
  margin: 0 !important;
}
.popup-welcome .design .cta{
  position: absolute;
  bottom: 131px;
  right: 52px;
}
.popup-promotional .design .cta{
  position: absolute;
  bottom: 123px;
  right: 238px;
}

.popup-welcome .design .cta .button-service,
.popup-promotional .design .cta .button-service {
  padding: 20px 90px !important;
  font-size: 28px !important;
  border: none;
  border-radius: 40px;
  color: #D81F83;
}
.popup-promotional .design .cta .cta-promotional {
  min-width: 362px;
}
.popup-newsletter .design .form-newsletter{
  position: absolute;
  bottom: 285px;
  right: 10px;
  width: 50%;
}


.popup-newsletter .design .form-newsletter .button-newsletter {
  color: #D81F83;
}
.popup-newsletter .design .form-newsletter .send-contact-div {
  align-content: space-between;
  justify-content: space-between;
}
.popup-newsletter .design .form-newsletter .send-newsletter-response {
  width: auto !important;
}
.popup-newsletter .design .form-newsletter .send-newsletter-response .alert{
  font-size: 12px;
  padding: 5px 10px;
}

.popup-newsletter .design .form-newsletter .mt-2,
.popup-newsletter .design .form-newsletter .mt-3
{
  margin: 0 !important;
}

.menu-header-mobile-div {
  position: relative;
}
.menu-header-mobile-div .menu-hamburger{
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
}
.menu-header-mobile-div .menu-hamburger img{
  width: 30px;
  cursor: pointer;
}
.menu-header-mobile {
  display: none;
}
