@import url(https://fonts.googleapis.com/css?family=Poppins:300,
 400,
500,
600,
700);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,
 300i,
400,
400i,
500,
500i,
700,
700i,
900,
900i);

body {
  font-family: "Heebo";
  font-size: 16px;
  font-style: regular;
  line-height: 1.5;
  direction: rtl;
  color: #009966;
  text-align: right;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.display-1 {
  font-size: 3.2rem;
}

.display-2 {
  font-size: 2rem;
}

.display-4 {
  font-size: 20px;
}

.display-5 {
  font-size: 1rem;
}

.display-7 {
  font-size: 1rem;
}

.popup-opened {
  /*position: fixed;*/
  overflow-y: scroll;
}

.tab-show {
  display: none !important;
}

.login-register-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.login-register-popup.active {
  opacity: 1;
  visibility: visible;
}

#login-main-div,
#register-main-div {
  position: relative;
}

.login-close {
  position: absolute;
  cursor: pointer;
  left: -25px;
  top: -25px;
}

.login-details-div {
  background: #fff;
  border-radius: 15px;
  height: 577px;
  width: 426px;
  float: right;
  position: relative;
}

.login-register-popup .login-text-div {
  width: 426px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-text-div>div {
  width: 100%;
  max-width: 258px;
  text-align: right;
}

.login-heading {
  font-size: 24px;
  text-align: center;
  color: #009966;
  font-weight: bold;
}

.login-heading img {
  max-width: 90px;
}

.input-field {
  margin-bottom: 20px;
}

.input-field label {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 0;
  display: block;
}

.input-field input {
  height: 40px;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  width: 100%;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
}

#login_check {}


.remember_me_label {
  font-size: 16px;
  color: #707070;
  vertical-align: middle;
}

.login-submit-btn input[type="submit"] {
  height: 40px;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #009966;
  border-color: #009966;
  cursor: pointer;
  margin-top: 10px;
  outline: none;
}

.login-popup-bg {
  width: 344px;
  float: left;
  height: 577px;
  margin-right: -40px;
  background-color: #fff !important;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-small-black-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-left: 20px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-right: 60px;
}

.login-small-black-bg h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.register-logo {
  position: absolute;
  width: 80px;
  left: 25px;
  top: 15px;
}

.black-bg-btn {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  cursor: pointer;
  outline: none;
}

#register-popup .login-popup-bg {
  float: right;
  margin-left: -40px;
  margin-right: 0;
}

#register-popup .login-small-black-bg {
  margin-right: 20px;
  margin-left: 60px;
}

#register-popup .login-text-div>div {
  padding-left: 25px;
  padding-right: 25px;
  max-width: none;
}

#register-popup .login-heading {
  margin-bottom: 20px;
}

.remember_me_label a {
  color: #009966;
  text-decoration: underline;
}

.input_error {
  font-size: 16px;
  color: #b01116;
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.g-recaptcha>div {
  width: 100% !important;
}

.rc-anchor-normal {
  width: auto !important;
}

.g-recaptcha iframe {
  width: 100%;
}

.search-bar {
  position: fixed;
  top: 0;
  z-index: 999999999;
  background: #fff;
  left: 0;
  right: 0;
  transform: translateY(-80px);
  transition: 0.5s all;
}

.search-bar.active {
  transform: translateY(0px);
  transition: 0.5s all;
}

.search-bar .container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-bar input[type="text"] {
  height: 40px;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  width: 100%;
  outline: none;
  padding: 0 15px;
  max-width: 400px;
  font-size: 16px;
}

.btn-search {
  background: transparent;
}

.btn-search img {
  width: 25px;
}

.search-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc(1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 1.6rem;
    font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.68rem;
    font-size: calc(0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}

.hide {
  display: none;
}

/* Buttons */

/* .btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s, 0.3s, 0.3s, 2s;
  transition-timing-function: ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
} */

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

/* .btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: "";
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
} */

/* .btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
} */

.note-popover .btn:after {
  display: none;
}

@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}

.top-header-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}

.bg-primary {
  background-color: #66458e !important;
}

.bg-success {
  background-color: #fff !important;
}

.bg-info {
  background-color: #e96188 !important;
}

/* .bg-warning {
    background-color: #fac769 !important;
} */

.bg-danger {
  background-color: #b2ccd2 !important;
}

/* .btn-primary,
.btn-primary:active,
.btn-primary.active {
    background-color: #66458e !important;
    border-color: #66458e !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff !important;
    background-color: #412c5b !important;
    border-color: #412c5b !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #412c5b !important;
    border-color: #412c5b !important;
} */

.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}

.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}

.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}

.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}

.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}

.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}

.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #352449;
  color: #352449 !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #66458e;
  border-color: #66458e;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #66458e !important;
  border-color: #66458e !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d !important;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #e96188;
  border-color: #e96188;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.text-primary {
  color: #66458e !important;
}

.text-secondary {
  color: #ca4336 !important;
}

.text-success {
  color: #009966 !important;
}

.text-info {
  color: #e96188 !important;
}

.text-warning {
  color: #fac769 !important;
}

/* .text-danger {
    color: #b2ccd2 !important;
} */

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #4d4d4d !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #352449 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #c81c4d !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}

/* .alert-success {
    background-color: #365c9a;
}

.alert-info {
    background-color: #e96188;
}

.alert-warning {
    background-color: #fac769;
}

.alert-danger {
    background-color: #b2ccd2;
} */

.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.8s;
  transition-timing-function: ease-in-out;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.mbr-gallery-filter li a {
  border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #66458e;
  border-color: #66458e;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

.nav-tabs .nav-link {
  border-radius: 100px !important;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

a,
a:hover {
  /* color: #66458e; */
  color: inherit;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a68cc7;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}

/* Scroll to top button*/

.scrollToTop_wraper {
  opacity: 0 !important;
}

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}

/* Others*/

.note-check a[data-value="Rubik"] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }

  .lower-menu,
  .sidebar.col-md-3.pull-right {
    display: none !important;
  }

  .btn-search {
    padding: 0;
    margin: 0 10px;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  /* color: #ffffff; */
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #66458e;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

/* Forms */

.mbr-form .btn {
  margin: 0.4rem 0;
}

.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}

.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.special-form {
  border-radius: 100px !important;
}

@media (max-width: 767px) {
  .btn {
    font-size: 0.75rem !important;
  }

  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

/* Social block */

.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #66458e;
  color: #232323;
  cursor: pointer;
  border-radius: 100px;
}

.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}

.btn-social:hover {
  color: #fff;
  background: #66458e;
}

.btn-social+.btn {
  margin-left: 0.1rem;
}

.input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}

.input-group-btn a.btn {
  border-radius: 100px !important;
}

/* Footer */

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
  padding-top: 38px;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.top-header-bar .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #e96188;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.top-header-bar .nav-item,
.top-header-bar .nav-link,
.top-header-bar .navbar-caption {
  font-weight: normal;
}

.top-header-bar .nav-item:focus,
.top-header-bar .nav-link:focus {
  outline: none;
}

@media (min-width: 992px) {
  .top-header-bar .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }

  .top-header-bar .nav-item .nav-link {
    position: relative;
    font-size: 18px;
    text-decoration: underline;
  }

  .nav-item .search {
    padding-top: 10px;
    font-size: 18px;
  }

  .top-header-bar .navbar-brand .navbar-logo img {
    width: 180px;
  }
}

.top-header-bar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.top-header-bar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.top-header-bar .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}

.top-header-bar .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}

.top-header-bar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}

.top-header-bar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.top-header-bar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.top-header-bar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.top-header-bar .navbar {
  min-height: 77px;
}

.top-header-bar .navbar.opened {
  transition: all 0.3s;
}

.top-header-bar .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}

.top-header-bar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  padding-top: 20px;
}

.top-header-bar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.top-header-bar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.top-header-bar .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}

.top-header-bar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.top-header-bar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.top-header-bar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}

.top-header-bar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.top-header-bar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.top-header-bar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .top-header-bar .navbar .nav-item .nav-link::before {
    display: none;
  }

  .top-header-bar .navbar.opened .dropdown-menu {
    top: 0;
  }

  .top-header-bar .navbar .dropdown-menu {
    background: transparent !important;
  }

  .top-header-bar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .top-header-bar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .top-header-bar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }

  .top-header-bar .navbar-brand .navbar-logo img {
    width: 110px;
  }

  .top-header-bar .navbar ul.navbar-nav li {
    margin: auto;
  }

  .top-header-bar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .top-header-bar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-top: 10px;
    display: inline-block;
    float: right;
  }

  /* body .top-header-bar .navbar-dropdown {
    position: relative !important;
  } */
  .top-header-bar .navbar .navbar-toggler {
    flex-basis: auto;
    margin-top: 12px;
  }

  .top-header-bar .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .menu-image-tab {
    position: absolute;
    background-image: linear-gradient(to right, #1ea59e, #04a87c);
    height: 100vh;
    top: 78px;
    opacity: 0;
    visibility: hidden;
    padding-top: 50px;
    width: 100vw;
    right: 0;
  }

  .basket-submenu {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    height: 100vh;
    top: 90px;
  }

  .basket-submenu.show {
    opacity: 1;
    visibility: visible;
  }

  .basket-active {
    text-align: right;
    width: auto !important;
  }

  .basket-submenu a.nav-link.link {
    font-size: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .back-arrow {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
  }

  .back-arrow i {
    float: none !important;
  }

  .basket-submenu .full-shadow {
    padding-top: 10px;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    padding-bottom: 90px;
    background: linear-gradient(to right, #1ea59e, #04a87c);
    max-width: 100%;
  }

  .basket-submenu ul li h4.col-head {
    font-size: 18px !important;
  }

  .login-section {
    margin-top: 30px;
  }

  .login-section .login-mb-bg {
    width: 100%;
  }

  .login-m-tag {
    color: #009966;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
  }

  .mb-login-div {
    text-align: right;
    margin-top: 20px;
    padding: 0px 20px;
    margin-bottom: 40px;
  }

  .input-field label {
    font-size: 20px;
  }

  .remember_me_label {
    font-size: 20px;
  }

  input[type="submit"] {
    font-size: 20px;
  }
}

.top-header-bar .navbar-dropdown {
  display: flex;
}

.top-header-bar .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.top-header-bar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.top-header-bar .navbar-brand .navbar-logo a {
  outline: none;
}

.top-header-bar .dropdown-item.active,
.top-header-bar .dropdown-item:active {
  background-color: transparent;
}

.top-header-bar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  margin-bottom: 0;
}

.top-header-bar .navbar-expand-lg .navbar-nav .nav-link:last-child {
  margin-left: 15px;
}

.top-header-bar .navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 12px;
}

.top-header-bar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.top-header-bar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.top-header-bar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}

.top-header-bar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}

.top-header-bar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.top-header-bar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.top-header-bar .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.top-header-bar ul.navbar-nav {
  flex-wrap: wrap;
}

.top-header-bar .navbar-buttons {
  text-align: center;
}

.top-header-bar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.top-header-bar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009966;
}

.top-header-bar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.top-header-bar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 10px;
  transition: all 0.15s;
}

.top-header-bar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 10px;
  transition: all 0.15s;
}

.top-header-bar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 20px;
  transition: all 0.2s;
}

.top-header-bar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.top-header-bar nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}

.top-header-bar nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.top-header-bar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.top-header-bar .navbar-dropdown {
  position: static !important;
}

.top-header-bar a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}

.top-header-bar .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}

.top-header-bar .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}

.top-header-bar .soc-item {
  margin: 0.5rem 0.3rem;
}

.top-header-bar .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .top-header-bar .navbar {
    height: 77px;
  }

  .top-header-bar .navbar.opened {
    height: auto;
  }

  .top-header-bar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-qIoWJUOnqf {
  padding-top: 100px;
}

.cid-qIoWJUOnqf .text-content {
  padding-bottom: 60px;
}

.cid-qIoWJUOnqf .content-container .btn-bgr {
  z-index: 0;
}

.cid-qIoWJUOnqf .box-item-text {
  color: #767676;
}

.cid-qIoWJUOnqf .box-item {
  padding: 2.5rem;
}

.cid-qIoWJUOnqf .box-item:first-child {
  background-color: #ffffff;
}

.cid-qIoWJUOnqf .box-item:nth-child(2) {
  background-color: #efefef;
}

.cid-qIoWJUOnqf .box-item:last-child {
  background-color: #ffffff;
}

.cid-qIoWJUOnqf .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.cid-qIoWJUOnqf .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}

.cid-qIoWJUOnqf .box-list li:last-child {
  border-bottom: none;
}

.cid-qIoWJUOnqf .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}

.cid-qIoWJUOnqf .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}

@media (min-width: 992px) {
  .cid-qIoWJUOnqf .media-container-row {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {

  .cid-qIoWJUOnqf .mbr-section-subtitle,
  .cid-qIoWJUOnqf .mbr-section-title,
  .cid-qIoWJUOnqf .mbr-text,
  .cid-qIoWJUOnqf .mbr-section-btn,
  .cid-qIoWJUOnqf .icon-block-top,
  .cid-qIoWJUOnqf .box-item-title,
  .cid-qIoWJUOnqf .box-item-text {
    text-align: center !important;
  }

  .login-section {
    margin-top: 10px;
  }

  .login-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  input[type="submit"] {
    border-radius: 8px;
  }
}

.cid-qIoWJUOnqf .mbr-section-subtitle {
  color: #efefef;
}

.cid-qIp7KFGlXe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-qIp7KFGlXe .mbr-section-subtitle {
  color: #767676;
}

.cid-qIp0qVn2Fg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-qIp0qVn2Fg .row-element,
.cid-qIp0qVn2Fg .image-element {
  padding: 0;
}

.cid-qIp0qVn2Fg .image-element {
  display: flex;
  justify-content: center;
}

.cid-qIp0qVn2Fg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cid-qIp0qVn2Fg .text-content {
  padding: 3rem;
}

@media (max-width: 767px) {
  .cid-qIp0qVn2Fg .text-content {
    padding: 2rem 1rem;
  }

  .cid-qIp0qVn2Fg .mbr-title,
  .cid-qIp0qVn2Fg .mbr-text,
  .cid-qIp0qVn2Fg .mbr-section-btn {
    text-align: center !important;
  }
}

.cid-qIp0qVn2Fg .mbr-text,
.cid-qIp0qVn2Fg .mbr-section-btn {
  color: #767676;
}

.cid-qIp0qVn2Fg .mbr-title {
  color: #e96188;
}

.cid-qIp0uk8TbN {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-qIp0uk8TbN .main {
  flex-direction: row-reverse;
}

.cid-qIp0uk8TbN .row-element,
.cid-qIp0uk8TbN .image-element {
  padding: 0;
}

.cid-qIp0uk8TbN .image-element {
  display: flex;
  justify-content: center;
}

.cid-qIp0uk8TbN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cid-qIp0uk8TbN .text-content {
  padding: 3rem;
}

@media (max-width: 767px) {
  .cid-qIp0uk8TbN .text-content {
    padding: 2rem 1rem;
  }

  .cid-qIp0uk8TbN .mbr-title,
  .cid-qIp0uk8TbN .underline,
  .cid-qIp0uk8TbN .mbr-text,
  .cid-qIp0uk8TbN .mbr-section-btn {
    text-align: center !important;
  }
}

.cid-qIp0uk8TbN .mbr-text,
.cid-qIp0uk8TbN .mbr-section-btn {
  color: #232323;
}

.cid-qIp0uk8TbN .mbr-title {
  color: #e96188;
}

.cid-qIoZwj9I6L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/izzie-r-418251-1920x1920.jpg");
}

.cid-qIoZwj9I6L .content-row {
  flex-direction: row-reverse;
}

.cid-qIoZwj9I6L .title {
  position: relative;
  display: flex;
  align-items: center;
}

.cid-qIoZwj9I6L .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 4rem;
  width: 100%;
}

.cid-qIoZwj9I6L .title .card-title {
  z-index: 1;
  width: 100%;
}

.cid-qIoZwj9I6L .card-text {
  margin-top: 2rem;
  color: #ffffff;
}

.cid-qIoZwj9I6L .card-box {
  margin-bottom: 1rem;
}

.cid-qIoZwj9I6L .num {
  color: #767676;
}

@media (max-width: 767px) {

  .cid-qIoZwj9I6L .num,
  .cid-qIoZwj9I6L .card-title,
  .cid-qIoZwj9I6L .mbr-text,
  .cid-qIoZwj9I6L .mbr-title,
  .cid-qIoZwj9I6L .mbr-section-subtitle,
  .cid-qIoZwj9I6L .mbr-section-btn {
    text-align: center !important;
  }

  .cid-qIoZwj9I6L .content-column {
    margin-bottom: 2rem;
  }
}

.cid-qIoZwj9I6L .mbr-section-text,
.cid-qIoZwj9I6L .mbr-section-btn {
  color: #ffffff;
}

.cid-qIoZwj9I6L .card-title,
.cid-qIoZwj9I6L .card-img {
  color: #ffffff;
}

.cid-qIoZsmrGyp {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}

.cid-qIoZsmrGyp .mbr-section-title {
  margin-bottom: 0;
}

.cid-qIoZsmrGyp .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}

.cid-qIoZsmrGyp .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}

.cid-qIoZsmrGyp .mbr-iconfont:hover {
  color: #66458e;
}

.cid-qIoZsmrGyp .image-wrap {
  position: relative;
}

.cid-qIoZsmrGyp .image-wrap img {
  width: 100%;
  z-index: 0;
}

.cid-qIoZsmrGyp .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}

.cid-qIoZsmrGyp .card-wrap {
  margin-bottom: 3rem;
}

.cid-qIoZsmrGyp .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}

.cid-qIoZsmrGyp .card-wrap:hover .img-overlay {
  opacity: 1;
}

.cid-qIoZsmrGyp .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.cid-qIoZsmrGyp .social-media ul {
  margin: 0;
  padding: 0;
}

.cid-qIoZsmrGyp .social-media ul li {
  margin: 0.1rem;
  display: inline-block;
}

.cid-qIoZsmrGyp .img-overlay {
  background: linear-gradient(transparent, #bcc2d8);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.cid-qIoZsmrGyp .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}

.cid-qIoZsmrGyp .mbr-text {
  color: #767676;
}

.cid-qIpcXer6tV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/nathan-dumlao-314124-1920x1280.jpg");
}

.cid-qIpcXer6tV .mbr-section-title {
  text-align: center;
}

.cid-qIpcXer6tV .mbr-section-subtitle {
  text-align: center;
}

.cid-qIpf9Jg0yJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}

.cid-qIpf9Jg0yJ .card {
  display: flex;
  position: relative;
  justify-content: center;
}

.cid-qIpf9Jg0yJ .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}

.cid-qIpf9Jg0yJ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.cid-qIpf9Jg0yJ .card .card-wrapper .card-img img {
  transition: all 0.5s;
}

.cid-qIpf9Jg0yJ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: 0.6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}

.cid-qIpf9Jg0yJ .card .card-wrapper .card-img .img-text span {
  display: block;
}

.cid-qIpf9Jg0yJ .card .card-wrapper .card-box {
  padding: 1.5rem;
}

.cid-qIpf9Jg0yJ .mbr-card-text {
  margin: 0;
}

.cid-qIpf9Jg0yJ .mbr-section-btn {
  padding-top: 1rem;
}

.cid-qIpf9Jg0yJ .mbr-section-title {
  text-align: center;
}

.cid-qIoZa8EtE9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cid-qIoZa8EtE9 .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}

.cid-qIoZa8EtE9 .carousel-item.active,
.cid-qIoZa8EtE9 .carousel-item-next,
.cid-qIoZa8EtE9 .carousel-item-prev {
  display: flex;
}

.cid-qIoZa8EtE9 .carousel-controls a {
  width: 10%;
  transition: opacity 0.5s;
  font-size: 1.2rem;
}

.cid-qIoZa8EtE9 .carousel-controls a span {
  position: absolute;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}

.cid-qIoZa8EtE9 .carousel-controls a:hover span {
  opacity: 1;
}

.cid-qIoZa8EtE9 .signature,
.cid-qIoZa8EtE9 .desk {
  margin: 0;
}

.cid-qIoZa8EtE9 .mbr-text,
.cid-qIoZa8EtE9 .mbr-section-subtitle {
  color: #cccccc;
}

.cid-qIoZa8EtE9 .signature,
.cid-qIoZa8EtE9 .desk {
  color: #ffffff;
}

@media (min-width: 992px) {
  .cid-qIoZa8EtE9 .carousel-item {
    padding: 0 5rem;
  }
}

@media (min-width: 768px) {
  .cid-qIoZa8EtE9 .carousel-controls a {
    width: 5%;
  }
}

.cid-qIoZa8EtE9 .mbr-section-subtitle {
  color: #efefef;
}

.cid-qIpiCNOGSw {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-qIpiCNOGSw .mbr-section-subtitle {
  color: #767676;
}

.cid-qIpiCNOGSw .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-facebook:after {
  border-color: #3e5b98;
}

.cid-qIpiCNOGSw .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-twitter:after {
  border-color: #4da7de;
}

.cid-qIpiCNOGSw .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}

.cid-qIpiCNOGSw .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}

.cid-qIpiCNOGSw .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}

.cid-qIpiCNOGSw .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-pinterest:after {
  border-color: #c92619;
}

.cid-qIpiCNOGSw .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}

.cid-qIpiCNOGSw .socicon-bg-mail:after {
  border-color: #134785;
}

.cid-qIpiCNOGSw .btn-social {
  border: none !important;
}

.cid-qIpiCNOGSw [class^="socicon-"]:before,
.cid-qIpiCNOGSw [class*=" socicon-"]:before {
  line-height: 44px;
}

@media (max-width: 767px) {
  .cid-qIpiCNOGSw .btn {
    font-size: 20px !important;
  }
}

.cid-qIpj9qVZg6 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-qIpj9qVZg6 *:focus {
  outline: none;
}

.cid-qIpj9qVZg6 .input-wrap {
  padding-bottom: 1rem;
}

.cid-qIpj9qVZg6 .form-control,
.cid-qIpj9qVZg6 .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #232323;
}

.cid-qIpj9qVZg6 .form-control:focus,
.cid-qIpj9qVZg6 .field:focus {
  outline: none;
}

.cid-qIpj9qVZg6 input::-webkit-input-placeholder {
  color: #232323;
}

.cid-qIpj9qVZg6 input::-moz-placeholder {
  color: #232323;
}

.cid-qIpj9qVZg6 textarea::-webkit-input-placeholder {
  color: #232323;
}

.cid-qIpj9qVZg6 textarea::-moz-placeholder {
  color: #232323;
}

.cid-qIpj9qVZg6 .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}

.cid-qIpj9qVZg6 .soc-item:hover {
  opacity: 0.5;
}

.cid-qIpj9qVZg6 .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}

.cid-qIpj9qVZg6 .days-column,
.cid-qIpj9qVZg6 .hours-column {
  display: inline-block;
}

.cid-qIpj9qVZg6 .days-column span,
.cid-qIpj9qVZg6 .hours-column span {
  display: block;
}

.cid-qIpj9qVZg6 .input-group-btn {
  display: block;
}

@media (max-width: 767px) {
  .cid-qIpj9qVZg6 .days-column {
    padding-right: 0 !important;
  }

  .cid-qIpj9qVZg6 .hours-column {
    max-width: 50% !important;
  }

  .cid-qIpj9qVZg6 .opening-hours {
    padding-bottom: 48px !important;
  }
}

.cid-qIpj9qVZg6 .follow-title,
.cid-qIpj9qVZg6 .social-list {
  text-align: center;
}

img.header-banner {
  display: inline-block;
  width: 100%;
}

.details {
  text-align: center;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

img.inner-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mbr-black {
  padding-top: 40px;
}

section.header7 {
  padding-bottom: 0px;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-bottom: 15px;
  background: white;
  margin-top: 5px;
  height: 100%;
  position: relative;
}

.benefit-gallery {
  position: relative;
}


.shadow .sale-strip,
.benefit-gallery .sale-strip {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.benefit-gallery .sale-strip{max-width: 50%;}


button.actioni-shop {
  border-radius: 7px;
  border: 2px solid #009966;
  color: #009966;
  background-color: white;
  max-width: 172px;
  width: 100%;
  font-weight: bold;
  height: 47px;
  line-height: 45px;
  padding: 0;
}

.checked button.actioni-shop {
  max-width: 120px;
  font-size: 16px;
}

.box-item {
  margin-bottom: 30px;
  direction: rtl;
}

section#content7-8 {
  padding-bottom: 30px;
  padding-top: 10px;
  /*background-image: linear-gradient(to right, #33A3B9, #04A87B);*/
  background-image: linear-gradient(to right, #def0f1, #dbf1ed);
}

.align-right {
  text-align: right;
}

.header-banner {
  background-image: url(../images/header1.png);
  background-size: cover;
  opacity: 1;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
}

.container.align-center.view-more {
  padding-top: 25px;
}

.heading.col-md-6 {
  font-size: 20px;
  letter-spacing: 0px;
  color: #393939;
  opacity: 1;
}

.home-slider .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
}

.heading-image.col-md-6 {
  color: white;
  font-size: 50px;
  font-weight: bold;
}

#carousel-example-1z .carousel-item img,
#carousel-example-2z .carousel-item img {
  width: 100%;
}

p.para2 {
  background-color: #009966;
  text-align: right;
  padding: 0px 20px;
  margin-bottom: 0;
  width: max-content;
}

p.para1 {
  background-color: #009966;
  text-align: right;
  padding: 0px 20px;
  margin-bottom: 0;
  width: max-content;
}

.main-para {
  background-color: #ffffffde;
  text-align: right;
  padding-right: 15px;
  border-radius: 10px;
  width: 320px;
  height: 37px;
  margin-bottom: 10px;
  line-height: 37px;
  float: left;
}

.head-part {
  display: inline-block;
  color: #009966;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-brand h3 {
  font-size: 30px;
  font-weight: bold;
}

.home-slider .row .heading-image {
  margin-bottom: -150px;
}


#carousel-example-1z .carousel-indicators li {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #096;
  border-radius: 100%;
  cursor: pointer;
}

#carousel-example-1z .carousel-indicators li.active {
  background: #096;
}

#carousel-example-1z .carousel-indicators li:before,
#carousel-example-1z .carousel-indicators li:after {
  display: none;
}

#carousel-example-1z .carousel-indicators {
  bottom: 0px;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .container {
    max-width: 1210px;
  }
}

section.shadow-head-1 {
  background: linear-gradient(270deg, #04a87b 0%, #33a3b9 100%);
  height: 200px;
  height: auto;
  display: inline-block;
  width: 100%;
  top: 17px;
}

@supports (position: sticky) {
  section.shadow-head-1 {
    position: sticky;
    top: 77px;
    z-index: 10;
  }
}

.shadow-head-1.fixed {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
}

.zindexc {
  z-index: 50;
}

section.shadow-head-1.fixed,
.basket-fixed-heading.fixed {
  position: fixed;
  top: 75px;
  z-index: 9999;
  left: 0;
  right: 0;
}

.basket-fixed-heading.fixed .basket {
  display: none;
}

.lower-menu .basket {
  display: none !important;
}

.lower-menu.fix_left_pull_list-tab .row {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.lower-menu .row {
  margin-left: 0;
  margin-right: 0;
}

.basket-fixed-heading.fixed {
  top: 190px;
}

.sidebar.pull-right.fix_fun_sidebar>div {
  position: FIXED;
  top: 340px;
}

.lower-menu h4 {
  margin-top: 8px;
  color: #009966;
  font-size: 20px;
}

@supports (position: sticky) {
  .lower-menu.fix_left_pull_list-tab {
    position: fixed;
    /* top: 165px; */
    z-index: 1;
    left: 0;
    right: 0;
    padding-top: 0;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
  }
}

/* .lower-menu.fix_left_pull_list-tab .pull-left {
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.11);
} */

.lower-menu.fix_left_pull_list-tab.lower-menu ul {
  text-align: center;
  margin: 0;
}

.lower-menu.fix_left_pull_list-tab .basket {
  display: block;
}

.basket-fixed-heading.fixed .normal {
  display: none;
}

.container.shadow-head ul li {
  color: white;
  text-align: center;
}

.container.shadow-head>ul>li>a>span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  /* border-right: 1px solid #fff; */
  line-height: 18px;
  min-height: 35px;
}

.container.shadow-head ul li:first-child span {
  border-right: none;
}

.container.shadow-head>ul>li {
  list-style: none;
  /* float: right; */
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  margin: 0 5px;
  padding: 20px 2px;
  /* border-bottom: 10px solid transparent; */
  transition: all 0.35s ease;
  width: 90px;
}

.container.shadow-head>ul>li.active {
  background-color: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
  padding: 20px 10px;
}

.container.shadow-head>ul>li:first-child {
  margin-right: -30px;
}

.container.shadow-head>ul>li:last-child {
  margin-left: -30px;
}

.shadow-head .shadow-head-dropdown:hover,
.basket-menu-drop.active {
  border-color: #fff !important;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.11);
}

.shadow-head-dropdown i {
  margin-right: 5px;
}

.shadow-head li .fa {
  transition: all 0.35s ease;
}

.shadow-head li:hover .fa {
  transform: rotateZ(360deg);
}

.container.shadow-head>ul>li>a {
  /* display: block;
  padding: 20px 0 10px; */
}

.container.shadow-head>ul>li.active>a {
  color: #04a87b !important;
}

.shadow-head {
  position: unset;
}

.shadow-head-1__inner {
  display: flex;
  flex-direction: row-reverse;
}

.shadow-head-sub-menu {
  position: absolute;
  top: 112px;
  right: 50%;
  transform: translateX(50%) translateY(0px) perspective(1000px) rotateX(90deg);
  min-width: 212px;
  background: #fff;
  z-index: 99;
  padding: 20px;
  box-shadow: 0px 3px 20px #a5a5a5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.shadow-head-sub-menu li a {
  position: relative;
}

.shadow-head-sub-menu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #009966;
  transition: all 0.2s ease;
}

.shadow-head-sub-menu li:hover a {
  font-weight: 700;
  color: #009966;
}

.shadow-head-sub-menu li:hover a::after {
  width: 100%;
}

.shadow-head-dropdown {
  position: relative;
}

.shadow-head-dropdown:hover .shadow-head-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0px) perspective(1000px) rotateX(0);
}

.shadow-head-sub-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shadow-head-sub-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.shadow-head-sub-menu a {
  font-size: 18px;
  color: #000000;
  display: block;
  position: relative;
}

img.component {
  max-width: 70px;
  margin-bottom: 10px;
}

.full-shadow-1 ul {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f2faf75e;
}

.blog-first-section {
  background: #f3fbf9;
  padding-top: 20px;
}

.blog-secton-title {
  font-size: 30px;
  color: #009966;
}

.blog-first-section .shadow {
  box-shadow: 0px 3px 20px #a5a5a5;
  margin-top: 5px;
  margin-bottom: 30px;
}

#entertainment-section {
  padding-top: 20px;
}

li.head-down {
  text-align: center;
  width: 20%;
  list-style: none;
  float: right;
  padding: 0 10px;
}

.shadow-head ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.full-shadow-1 ul li img {
  width: 100%;
  max-height: 150px;
}

.full-shadow-1 {
  background-color: white;
  padding-top: 21px;
}

h4.fassion {
  font-size: 16px;
  font-weight: bold;
  color: #393939;
}

h6.price {
  font-size: 20px;
  font-weight: bold;
  color: #393939;
}

p.description {
  font-size: 14px;
  color: #393939;
  line-height: 24px;
}

h2.mbr-section-title {
  font-size: 40px;
  color: white;
}

.container.align-center.view-more {
  font-size: 18px;
  color: #009966;
  text-decoration: underline;
  padding-bottom: 25px;
  padding-top: 0;
}

section#content7-8 .shadow {
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 30px;
}

button.actioni-shop {
  max-width: 120px;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
}

.details .blog-date {
  font-size: 10px;
  color: #009966;
  max-width: 52px;
  position: absolute;
  bottom: 0;
  margin-bottom: 5px;
}

section#content-11-1 {
  background: linear-gradient(93deg, #04a87b17 0%, #33a3b926 100%);
}

h2.mbr-section-title span {
  font-size: 40px;
  color: green;
}

.col-md-4.footer-text-1,
.footer-text-2 {
  text-align: right;
}

a.links {
  color: white !important;
}

footer.footer-sec.col-md-12 ul {
  color: white;
  list-style: none;
}

li.foot-sec-1,
.foot-sec-2 {
  line-height: 38px;
}

section.footer-1 a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  line-height: normal;
}

.details .fassion,
.details .description {
  height: 50px;
}

section.footer-1 {
  background-color: #393939;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  padding: 10px 0 0;
}

.powered-footer {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  background: #000000;
  padding: 10px 0;
  font-size: 14px;
  padding-top: 18px;
}

.desk-banner .normal {
  display: inline-block;
  float: none;
  margin-top: 10px;
}

.desk-banner .basket {
  font-size: 34px;
  font-weight: bold;
}

.desk-banner .basket img {
  margin-top: -5px;
  width: 48px;
}

.container.banner img {
  width: 100%;
}

.normal {
  float: left;
  color: #009966;
}

.basket {
  float: right;
  text-align: right;
  white-space: nowrap;
  color: #009966;
}

.container.desk-banner {
  padding-top: 10px;
}

.basket i.fa.fa-shopping-basket {
  font-size: 40px;
}

.lower-menu ul li {
  display: inline-block;
  padding: 0 11px;
  border-right: 1px solid #009966;
  height: 20px;
  line-height: 20px;
  color: #009966;
  font-size: 20px;
}

.lower-menu ul {
  list-style: none;
  text-align: center;
  margin: 0;
}

.lower-menu {
  padding-top: 15px;
}

.lower-menu {
  display: inline-block;
  width: 100%;
}

.sidebar.col-md-3.pull-right,
.col-md-3.right-column {
  color: #009966;
  padding-top: 20px;
  font-size: 20px;
  text-align: right;
  z-index: 1;
}

.col-md-3.right-column {
  padding: 0;
}

.sidebar.col-md-3.pull-right li {
  line-height: 34px;
}

.sidebar.col-md-3.pull-right input[type="checkbox"] {
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
  width: 25px;
  height: 25px;
}

input[type="checkbox"] {
  position: relative;
}

.sidebar ul li input[type="checkbox"]:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 19px;
  position: absolute;
  color: #fff;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 2px;
  z-index: 9;
  opacity: 0;
}

.sidebar ul li input[type="checkbox"]:checked:before {
  opacity: 1;
}

.sidebar ul li input[type="checkbox"]:checked:after {
  background: #009966;
  border-color: #009966;
}

h2.banner-title {
  font-size: 30px;
  color: #009966;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 30px;
}

ul.side-1,
ul.side-2 {
  padding-top: 20px;
}

ul.side-2 li {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}

ul.side-3 li {
  display: inline-block;
}

ul.side-3 li span {
  font-size: 10px;
}

ul.side-3 li span {
  display: block;
}

.lower-menu ul li:first-child {
  border-right: 0;
}

section.grey {
  background-color: #5dbbb024;
}

.container.checked {
  padding-bottom: 50px;
}

li.sider:first-child {
  text-decoration: none;
}

li.sider {
  text-decoration: underline;
}

section.sec-shadow1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h4.col-head-1 {
  padding: 7px;
  color: #000000;
}

.container.align-center.view-more.special {
  font-size: 18px;
  color: #009966;
  text-align: center;
  text-decoration: underline;
}

section#content7-8 .view-more.special {
  padding-bottom: 0;
}

section#content7-8 .view-more.special a {
  color: #009966;
}

.col-12.col-md-12.align-right {
  padding-top: 15px;
}

.container.align-center.view-more.struct {
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline;
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .top-header-bar .navbar-brand .navbar-logo img {
    width: 150px;
  }

  .navbar-brand h3 {
    font-size: 26px;
  }

  .heading-image.col-md-6 {
    font-size: 40px;
  }

  img.component {
    max-width: 60px;
  }

  .container.shadow-head>ul>li>a>span {
    font-size: 16px;
  }

  .blog-secton-title,
  h2.mbr-section-title {
    font-size: 34px;
  }

  .shadow-head-sub-menu {
    top: 110px;
  }

  button.actioni-shop {
    max-width: 130px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }

  /* button.actioni-shop {
        max-width: 90px;
        font-size: 13px;
    } */
  .box-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-first-section .shadow,
  section#content7-8 .shadow {
    margin-bottom: 20px;
  }

  .basket-fixed-heading.fixed {
    top: 185px;
  }

  .lower-menu.fix_left_pull_list-tab {
    top: 258px;
  }
}

@media (max-width: 991px) {
  .tab-hide {
    display: none !important;
  }

  .tab-show {
    display: flex !important;
  }

  .action {
    margin-left: 20px;
    margin-top: 17px;
  }

  .cart-count {
    font-size: 14px;
    /* color: #EE2722; */
    margin-left: 3px;
  }

  .top-header-bar {
    box-shadow: 0px 0px 5px #c1c1c1;
  }

  .box-item.col-md-3,
  .box-item.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sidebar.col-md-3.pull-right li {
    font-size: 15px;
  }

  .search img {
    max-width: 23px;
  }

  .basket-fixed-heading.fixed,
  .lower-menu.fix_left_pull_list-tab,
  .sidebar.pull-right.fix_fun_sidebar>div {
    position: relative;
    top: 0;
    z-index: 0;
  }

  .inner-wrapper-sticky {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }

  /* .checked button.actioni-shop {
        max-width: 90px;
        font-size: 14px;
    } */
  .details .blog-date {
    right: 3%;
  }

  .heading-image.col-md-6 {
    font-size: 30px;
  }

  li.foot-sec-1,
  .foot-sec-2 {
    line-height: 36px;
  }

  section.footer-1 a {
    font-size: 15px;
  }

  section.top-header-bar.desktop {
    display: none;
  }

  .head-part {
    color: #009966;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
  }

  .mobile-menu-toggle-fixed-btn {
    display: block !important;
  }

  .powered-footer {
    padding-bottom: 80px;
  }

  .menu-close-img {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }

  .menu-close-img span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    border-right: 5px;
    top: 10px;
    background-color: #fff;
  }

  .menu-close-img span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-close-img span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  body.overflow-hidden {
    position: fixed;
    width: 100%;
  }

  .menu-image-tab.show {
    opacity: 1;
    visibility: visible;
  }

  .container.shadow-head ul li {
    list-style: none;
    width: 32%;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .container.shadow-head ul {
    text-align: center;
    direction: ltr;
  }

  .details img {
    max-width: 30px;
  }

  .details .blog-date {
    font-size: 8px;
    right: 3% !important;
  }

  button.actioni-shop {
    max-width: 90px;
    height: 36px;
    line-height: 34px;
    font-size: 11px;
  }

  button.actioni-shop {
    max-width: 70px;
    font-size: 9px;
  }

  .details .blog-date {
    font-size: 8px;
    max-width: 41px;
    right: 2% !important;
  }

  p.description {
    font-size: 12px;
  }

  body .top-header-bar a.nav-link {
    justify-content: center;
    display: flex;
    align-items: center;
    color: white !important;
    display: block;
  }

  .container.shadow-head ul li span {
    font-size: 11pt;
  }

  .top-header-bar a.nav-link i {
    font-size: 25px;
  }

  .shadow-head-1.desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .head-part {
    padding-top: 33px;
  }

  section.top-header-bar.mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  section.header7.mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .header7.desktop {
    display: none;
  }

  .mobile-menu-toggle-fixed-btn {
    z-index: 99;
  }

  .mobile-menu-toggle-fixed-btn i.fa {
    margin-right: 10px;
  }

  .top-header-bar .navbar .navbar-toggler {
    margin-left: 15px;
  }

  div#carousel-example-1z {
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
  }

  #carousel-example-1z .carousel-indicators {
    bottom: -70px;
    margin-bottom: 20px;
  }

  #carousel-example-1z .carousel-indicators li {
    width: 17px;
    height: 17px;
    margin: 0 15px;
  }

  .header-banner {
    background-image: url(../images/header2.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 160%;
    display: inline-block;
    width: 100%;
  }

  .heading-image.col-md-6 {
    float: right;
    padding-top: 1px;
    padding-right: 0;
    color: white;
    padding-bottom: 25px;
    font-size: 46px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }

  p.para1,
  p.para2 {
    background-color: rgba(0, 153, 102, 0.85);
    margin-bottom: 1px;
  }

  .heading.col-md-6 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px;
    letter-spacing: 0px;
    color: #393939;
    opacity: 1;
    height: 300px;
    position: unset;
  }

  .main-para {
    background-color: #ffffffde;
    text-align: right;
    padding-right: 11px;
    border-radius: 10px;
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .para-drop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(57, 57, 57, 0.9);
    z-index: 99999;
    padding: 20px;
  }

  .menu-bg-close {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
  }

  p.main-para.menu-toggle i {
    font-size: 23px;
    padding-top: 7px;
    padding-left: 10px;
    float: left;
    color: #a5a5a5;
  }

  .powered-footer {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  button.actioni-shop {
    max-width: 157px;
    height: 43px;
    line-height: 42px;
    font-size: 18px;
    border-radius: 8px;
    border-width: 1px;
  }

  .box-item.col-md-3,
  .box-item.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desk-banner .basket {
    font-size: 24px;
  }
  

  .top-header-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999;
  }

  p.description {
    font-size: 18px;
  }

  .details img {
    max-width: 70px;
    left: 12%;
  }

  .details .blog-date {
    right: 10% !important;
  }

  .details .blog-date {
    right: 10% !important;
  }

  .blog-first-section .shadow,
  section#content7-8 .shadow {
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {
  .header-banner {
    background-size: 100% 100%;
    background-position: left center;
  }

  .details .blog-date {
    right: 8% !important;
  }

  .details .blog-date {
    right: 4% !important;
  }

  .details img {
    left: 4%;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .header-banner {
    background-size: 100% 120%;
    background-position: left center;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .header-banner {
    background-size: 100% 160%;
    background-position: left center;
  }
}

@media (min-width: 769px) {
  .header-banner {
    background-image: url(../images/header1.png);
    background-size: cover;
    opacity: 1;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    background-position: bottom center;
  }
}

.sec-shadow ul li.head-down {
  width: auto;
}

.full-shadow {
  background: linear-gradient(to right, #33a3b9, #04a87b);
  padding-top: 15px;
  clear: both;
  position: absolute;
}

.basket-active {
  width: 15%;
}

.back-arrow i {
  font-size: 20px;
  float: left;
  color: white;
}

.basket-active {
  width: 25%;
}

.basket-active {
  width: 45%;
  display: block;
}

.full-shadow.container.sec-shadow.active {
  display: inline-block;
  width: 100%;
}

section.sec-shadow1 {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  button.actioni-shop {
    font-size: 12px;
  }

  h4.fassion {
    font-size: 17px;
  }

  h6.price {
    font-size: 18px;
  }

  p.description {
    font-size: 14px;
  }
}

.full-shadow.container.sec-shadow ul {
  display: inline-block;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 20px #a5a5a5;
  transition: all 0.8s;
  transform: translateY(0px) perspective(1000px) rotateX(90deg);
  opacity: 0;
  visibility: hidden;
}

.full-shadow.container.sec-shadow.active ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) perspective(1000px) rotateX(0);
}

::i-block-chrome,
.full-shadow.container.sec-shadow ul {
  padding-bottom: 60px;
}

li.head-down img {
  width: 100%;
}

li.head-down a {
  color: #000000;
}

li.head-down a:hover {
  font-weight: 700;
  color: #009966;
}

.view-more a {
  color: #009966;
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .search {
    width: 7%;
  }
}

@media (min-width: 1024) {
  .search {
    width: 25%;
  }
}

@media (max-width: 375px) {
  .heading-image.col-md-6 {
    font-size: 44px;
  }

  #carousel-example-1z .carousel-indicators,
  #carousel-example-2z .carousel-indicators {
    bottom: -15px;
  }
}

@media (max-width: 480px) {

  #carousel-example-1z .carousel-indicators,
  #carousel-example-2z .carousel-indicators {
    bottom: -30px;
    margin-bottom: 20px;
  }
}

.nav-item .search {
  padding-top: 11px;
  font-size: 14px;
  color: #4d4d4d;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.nav-item .search img {
  max-width: 20px;
}

section.gradient {
  background: linear-gradient(#04a87b17, #33a3b930);
}

/* .details img {
  position: absolute;
  left: 5%;
  bottom: -5px;
} */

.details .blog-date {
  font-size: 10px;
  color: #939393;
  max-width: 52px;
  position: absolute;
  bottom: 0;
  right: 4%;
  margin-bottom: 8px;
}

ul li h4.col-head {
  font-size: 15px;
  margin: 5px;
  float: right;
}

.mobile-menu-toggle-fixed-btn {
  position: fixed;
  bottom: 20px;
  z-index: 9;
  line-height: 38px;
  height: 38px;
  font-size: 20px;
  background: #009966;
  border-radius: 8px;
  /* display: block; */
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .topboxitem .shadow {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .topboxitem .shadow {
    margin-bottom: 0;
  }
}

#sidebar {
  position: sticky;
  top: 270px;
}

.search-hamburger-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.mobile-filters {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 15px;
  bottom: 100px;
  z-index: 150;
}

@media (min-width: 1000px) {
  .mobile-filters {
    display: none;
  }
}

.mobile-filter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  outline: none !important;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  position: relative;
  /* transition: all 0.3s ease; */
}

/* .mobile-filter-button__icon {
  transition: all 0.3s ease;
} */

.mobile-filter-button__icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transition: all 0.3s ease; */
  opacity: 0;
  visibility: hidden;
}

.mobile-filter-button.active {
  background-color: #fff;
}

.mobile-filter-button.active .mobile-filter-button__icon-close {
  opacity: 1;
  visibility: visible;
}

.mobile-filter-button.active .mobile-filter-button__icon {
  opacity: 0;
  visibility: hidden;
}

.mobile-filter-button-container {
  position: relative;
}

.mobile-filter-button-container:not(:last-child) {
  margin-bottom: 11px;
}

.mobile-filter-button__window {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 20px #020000e6;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 50px);
  padding: 28px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateX(-13%) translateY(13%);
}

.mobile-filter-button__window.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(0) translateY(0);
}

.mobile-filter-button__window-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.mobile-filter-button__window-header::before {
  content: "";
  width: 140%;
  height: 5px;
  background-color: #009966;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-filter-button__window-header-title {
  font-size: 24px;
  color: #039a66;
  margin-top: 12px;
  margin-bottom: 18px;
}

.mobile-filter-button__window-link {
  color: #000000;
  font-size: 20px;
}

.mobile-filter-button__window-link:hover {
  color: #009966;
  font-weight: 700;
}

.mobile-filter-button__window-list {
  text-align: center;
}

.mobile-filter-button__window-list li:not(:last-child) {
  margin-bottom: 13px;
}

.mobile-filter-button__window-checkbox-title {
  font-size: 20px;
  font-weight: 700;
  color: #039a66;
  margin-bottom: 20px;
}

.mobile-filter-button__window-checkbox-list {
  text-align: initial;
  color: #039a66;
  font-size: 20px;
}

.mobile-filter-button__window-checkbox-list li {
  display: flex;
  align-items: center;
}

.mobile-filter-button__window-checkbox-list li:not(:last-child) {
  margin-bottom: 7px;
}

a.carousel-item.no-link {
  cursor: unset;
}

.module-banner {
  margin: 20px 0;
  display: block;
}

.module-banner img{
  max-width: 100%;;
}

.send-tts
{
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

.main-menu
{
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  /* border: 1px solid #009966; */
}

.main-menu ul li
{
  /* float: right; */
  display: inline-block;
  padding:10px 30px;
  /* border-left: 1px solid; */
  font-weight: bold;;
  position: relative;
  list-style: none;
}

.main-menu > ul > li:after
{
  content: '';
  height: 50%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 22%;
  background-color: #000005;
}

.main-menu ul li:last-child::after
{
  width: 0px;
}

.main-menu ul li:last-child
{
  border:none;
}

.main-menu ul li:hover
{
  background-color: #009966;
}

.main-menu ul li:hover > a
{
  color: #fff !important;
}

.main-menu ul li:hover ul
{
  display: block;
}

.main-menu ul ul
{
  display: none;
  margin-right: -30px;
  margin-top: 10px;
  position: absolute;
  background-color: #fff;
  padding: 0;
}

.main-menu ul ul li
{
  float: none;
  border-bottom: 1px solid;
  border-left: none;
}

.navbar-toggler:focus{box-shadow: none;}
.navbar-toggler{border: none;}

.right-column .fixable {
  top: 180px;
}

.module .loader{display: block;margin: auto;}

.mobile-menu {
  position: absolute;
  top: 80px;
  right: 0;
  height: 100vh;
  overflow: auto;
  padding: 20px;
  width: 100%;
}


.mobile-menu ul li {
  display: block;
  width: 100% !important;
  text-align: right !important;
  margin: 0 !important;
  height: auto !important;
  line-height: normal;
  position: relative;
}


.mobile-menu ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #f2faf7;
}


.mobile-menu ul li .list-menu {
  position: absolute;
  left: 0;
  top:0;
}

.mobile-menu ul li span.list-menu.menu_open {
  transform: rotate(270deg);
}

.mobile-menu ul li .dropdown {
  display: none;
  padding-right: 20px;
}

