.postH1 {
margin: auto;   position: absolute;   top: 50%;    transform: translate(0, -50%);
}
hr3 {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #CCC, transparent);  
}
.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.3em; 
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 42px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #4179a0 !important;
}
.bg-success {
  background-color: #737e86 !important;
}
.bg-info {
  background-color: #78a0bd !important;
}
.bg-warning {
  background-color: #f3f5f7 !important;
}
.bg-danger {
  background-color: #e93a7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4179a0 !important;
  border-color: #4179a0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4179a0;
  border-color: #4179a0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4179a0 !important;
  border-color: #4179a0 !important;
}
.btn-primary:hover {
  background-color: #325e7c !important;
  border-color: #325e7c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary:hover {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78a0bd !important;
  border-color: #78a0bd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #78a0bd;
  border-color: #78a0bd;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #78a0bd !important;
  border-color: #78a0bd !important;
}
.btn-info:hover {
  background-color: #5688ac !important;
  border-color: #5688ac !important;
}
.btn-success,
.btn-success:active {
  background-color: #737e86 !important;
  border-color: #737e86 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #737e86;
  border-color: #737e86;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #737e86 !important;
  border-color: #737e86 !important;
}
.btn-success:hover {
  background-color: #5b646b !important;
  border-color: #5b646b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f3f5f7 !important;
  border-color: #f3f5f7 !important;
  color: #5e768d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5e768d !important;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5e768d !important;
  background-color: #f3f5f7 !important;
  border-color: #f3f5f7 !important;
}
.btn-warning:hover {
  background-color: #d4dce3 !important;
  border-color: #d4dce3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-danger:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4179a0;
  color: #4179a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #4179a0 !important;
  border-color: #4179a0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4179a0 !important;
  border-color: #4179a0 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #ff0000 !important;
  border-color: #ff0000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #78a0bd;
  color: #78a0bd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #78a0bd !important;
  border-color: #78a0bd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78a0bd !important;
  border-color: #78a0bd !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #737e86;
  color: #737e86;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #737e86 !important;
  border-color: #737e86;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #737e86 !important;
  border-color: #737e86 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f3f5f7;
  color: #f3f5f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5e768d !important;
  background: #f3f5f7 !important;
  border-color: #f3f5f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5e768d !important;
  background-color: #f3f5f7 !important;
  border-color: #f3f5f7 !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #f3f5f7 !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #4179a0 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #737e86 !important;
}
.text-info {
  color: #78a0bd !important;
}
.text-warning {
  color: #f3f5f7 !important;
}
.text-danger {
  color: #e93a7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #244257 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #444a4f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #446d8b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b6c2ce !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #aa134d !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: #737e86;
}
.alert-info {
  background-color: #78a0bd;
}
.alert-warning {
  background-color: #f3f5f7;
}
.alert-danger {
  background-color: #e93a7d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4179a0;
  border-color: #4179a0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #4179a0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8fb6d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7bdc1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cedce7;
}
.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: #fdf2f6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #4179a0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4179a0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4179a0;
  border-bottom-color: #4179a0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4179a0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rO7nNzZEVF {
  min-height: 101px !important;
  overflow: visible;
  background: #ffffff;
}
.cid-rO7nNzZEVF .col-lg-auto {
  position: static;
}
.cid-rO7nNzZEVF .nav-item,
.cid-rO7nNzZEVF .nav-link,
.cid-rO7nNzZEVF .navbar-caption {
  font-weight: normal;
}
.cid-rO7nNzZEVF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rO7nNzZEVF .nav-link {
  line-height: 40px;
}
.cid-rO7nNzZEVF .dropdown {
  position: static;
}
.cid-rO7nNzZEVF .dropdown .dropdown-item {
  margin: 0 !important;
}
.cid-rO7nNzZEVF .dropdown-toggle::after,
.cid-rO7nNzZEVF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-rO7nNzZEVF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rO7nNzZEVF .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: 0px;
  transform: rotate(225deg);
}
.cid-rO7nNzZEVF .dropdown-item {
  padding: 5px 15px !important;
  justify-content: center;
  font-weight: 400;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-rO7nNzZEVF li.dropdown > .dropdown-menu {
    width: 80%;
    height: calc(100vh - 83px);
    max-height: 476px;
    overflow: hidden;
    border-top: 2px solid #ebeaed;
    padding: 40px 15px 40px 0;
  }
  .cid-rO7nNzZEVF li.dropdown > .dropdown-menu:after {
    content: '';
    width: 50%;
    height: 75%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .cid-rO7nNzZEVF li.dropdown:nth-child(1) > .dropdown-menu:after {
    background-image: url("../../../assets/images/pharmacy9-1200x800.png");
  }
  .cid-rO7nNzZEVF li.dropdown:nth-child(2) > .dropdown-menu:after {
    background-image: url("../../../assets/images/pharmacy7-800x1200.png");
  }
  .cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-menu {
    top: 80px !important;
  }
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.cid-rO7nNzZEVF .dropdown .open {
  position: relative;
}
.cid-rO7nNzZEVF .dropdown .open .dropdown-menu .dropdown-submenu {
  position: absolute;
}
.cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-submenu {
  top: 0 !important;
  left: 0 !important;
}
.cid-rO7nNzZEVF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rO7nNzZEVF .btn__none {
  background-color: transparent !important;
  border: none !important;
}
.cid-rO7nNzZEVF .btn__none:hover {
  background-color: transparent !important;
  color: #78a0bd !important;
}
.cid-rO7nNzZEVF .nav-item:focus,
.cid-rO7nNzZEVF .nav-link:focus {
  outline: none;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rO7nNzZEVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rO7nNzZEVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rO7nNzZEVF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rO7nNzZEVF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rO7nNzZEVF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rO7nNzZEVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rO7nNzZEVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rO7nNzZEVF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  .cid-rO7nNzZEVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rO7nNzZEVF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rO7nNzZEVF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rO7nNzZEVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rO7nNzZEVF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rO7nNzZEVF .navbar.navbar-short .navbar-logo {
  margin-right: .8rem !important;
}
.cid-rO7nNzZEVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rO7nNzZEVF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rO7nNzZEVF .navbar-brand .navbar-caption {
  line-height: 40px !imporant;
}
.cid-rO7nNzZEVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rO7nNzZEVF .dropdown-item.active,
.cid-rO7nNzZEVF .dropdown-item:active {
  background-color: transparent;
}
.cid-rO7nNzZEVF .nav-dropdown .link .dropdown-toggle {
  transition: all 0.25s ease;
}
.cid-rO7nNzZEVF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rO7nNzZEVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rO7nNzZEVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rO7nNzZEVF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rO7nNzZEVF .navbar-buttons {
  text-align: center;
}
.cid-rO7nNzZEVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #919dab;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO7nNzZEVF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rO7nNzZEVF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rO7nNzZEVF .mbr-iconfont {
  font-size: inherit;
  color: #919dab;
  display: inline-flex;
}
.cid-rO7nNzZEVF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rO7nNzZEVF .social__link {
  line-height: 40px;
}
.cid-rO7nNzZEVF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rO7nNzZEVF .navbar {
    height: 77px;
  }
  .cid-rO7nNzZEVF .navbar.opened {
    height: auto;
  }
  .cid-rO7nNzZEVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rO7vJCtaTG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rO7vJCtaTG .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rO7vJCtaTG .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
  margin-top: 30px;
}
.cid-rO7vJCtaTG .mbr-section-btn {
  margin-top: 45px;
}
.cid-rO7vJCtaTG .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rO7vJCtaTG img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
.postH1 {
margin: auto;   
position: relative !important; 
padding: 15px;
}
  .cid-rO7vJCtaTG .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rO7vJCtaTG .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rO7vJCtaTG .mbr-text {
    margin-top: 10px;
  }
}
.cid-sV3yMrMBRC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sV3yMrMBRC .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
}
.cid-sV3yMrMBRC .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
}
.cid-sV3yMrMBRC .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sV3yMrMBRC .slide-content {
  justify-content: center;
  text-align: left;
}
.cid-sV3yMrMBRC .slide-content .media-container-row {
  flex-grow: 1;
}
.cid-sV3yMrMBRC .slide-content .slider__item {
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-sV3yMrMBRC .slide-content .slider__item:hover {
  border: 2px solid #737e86;
}
.cid-sV3yMrMBRC .slide-content .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-sV3yMrMBRC .slide-content .slider__item .slider__image {
  width: 100%;
}
.cid-sV3yMrMBRC .slide-content .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sV3yMrMBRC .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddebe9;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-sV3yMrMBRC .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-sV3yMrMBRC .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #737e86;
}
.cid-sV3yMrMBRC .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sV3yMrMBRC .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sV3yMrMBRC .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sV3yMrMBRC .link a {
  font-weight: 700;
}
.cid-sV3yMrMBRC .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sV3yMrMBRC .link:hover span {
  transform: translateX(9px);
}
.cid-sV3yMrMBRC .carousel-item.active,
.cid-sV3yMrMBRC .carousel-item-next,
.cid-sV3yMrMBRC .carousel-item-prev {
  display: flex;
}
.cid-sV3yMrMBRC .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sV3yMrMBRC .cloneditem-1,
.cid-sV3yMrMBRC .cloneditem-2,
.cid-sV3yMrMBRC .cloneditem-3,
.cid-sV3yMrMBRC .cloneditem-4,
.cid-sV3yMrMBRC .cloneditem-5 {
  display: none;
}
.cid-sV3yMrMBRC .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV3yMrMBRC .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sV3yMrMBRC .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sV3yMrMBRC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sV3yMrMBRC .carousel-inner.slides2 .cloneditem-1,
  .cid-sV3yMrMBRC .carousel-inner.slides2 .cloneditem-2,
  .cid-sV3yMrMBRC .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sV3yMrMBRC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sV3yMrMBRC .carousel-inner.slides3 .cloneditem-1,
  .cid-sV3yMrMBRC .carousel-inner.slides3 .cloneditem-2,
  .cid-sV3yMrMBRC .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-sV3yMrMBRC .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sV3yMrMBRC .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sV3yMrMBRC .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-sV3yMrMBRC .title__block {
    padding-left: 63px;
  }
  .cid-sV3yMrMBRC .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sV3yMrMBRC .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sV3yMrMBRC .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sV3yMrMBRC .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-sV3yMrMBRC .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sV3yMrMBRC .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sV3yMrMBRC .carousel-controls {
    display: none;
  }
}
.cid-sV3yMrMBRC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 34%;
}
@media (max-width: 1280px) {
  .cid-sV3yMrMBRC .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-sV3yMrMBRC .embla__slide {
    min-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-sV3yMrMBRC .embla__button--next,
.cid-sV3yMrMBRC .embla__button--prev {
  display: flex;
}
.cid-sV3yMrMBRC .embla__button {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sV3yMrMBRC .embla__button span {
  color: #003d59;
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-sV3yMrMBRC .embla__button {
    display: none;
  }
}
.cid-sV3yMrMBRC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sV3yMrMBRC .embla__button:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sV3yMrMBRC .embla__button:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sV3yMrMBRC .embla__button.embla__button--next,
.cid-sV3yMrMBRC .embla__button.embla__button--prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sV3yMrMBRC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sV3yMrMBRC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sV3yMrMBRC .embla__button {
    top: auto;
  }
}
.cid-sV3yMrMBRC .embla {
  position: relative;
  width: 100%;
}
.cid-sV3yMrMBRC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sV3yMrMBRC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sV3yMrMBRC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sV3yMrMBRC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-sV3yMrMBRC .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-sV3yMrMBRC .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-sV3yMrMBRC .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-rO7wOzv8Oo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rO7wOzv8Oo .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rO7wOzv8Oo .brand__text {
  margin-bottom: 0;
}
.cid-rO7wOzv8Oo .brand__text a {
  font-weight: 700;
}
.cid-rO7wOzv8Oo a:hover {
  color: #78a0bd !important;
}
.cid-rO7wOzv8Oo .mbr-text,
.cid-rO7wOzv8Oo .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rO7wOzv8Oo .menu {
  margin: 10px 0;
}
.cid-rO7wOzv8Oo .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-rO7wOzv8Oo .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #4179a0;
}
.cid-rO7wOzv8Oo .menu__items:last-child {
  margin-right: 0;
}
.cid-rO7wOzv8Oo .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-rO7wOzv8Oo .social {
  margin-top: 10px;
}
.cid-rO7wOzv8Oo .social a {
  margin: 0 15px;
}
.cid-rO7wOzv8Oo .social a:last-child {
  margin-right: 0;
}
.cid-rO7wOzv8Oo .social a:first-child {
  margin-left: 0;
}
.cid-rO7wOzv8Oo .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-rO7wOzv8Oo .privacy {
  color: #737e86;
}
.cid-rO7wOzv8Oo .mbr-text {
  color: #737e86;
}
.cid-rO7nNzZEVF {
  min-height: 101px !important;
  overflow: visible;
  background: #ffffff;
}
.cid-rO7nNzZEVF .col-lg-auto {
  position: static;
}
.cid-rO7nNzZEVF .nav-item,
.cid-rO7nNzZEVF .nav-link,
.cid-rO7nNzZEVF .navbar-caption {
  font-weight: normal;
}
.cid-rO7nNzZEVF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rO7nNzZEVF .nav-link {
  line-height: 40px;
}
.cid-rO7nNzZEVF .dropdown {
  position: static;
}
.cid-rO7nNzZEVF .dropdown .dropdown-item {
  margin: 0 !important;
}
.cid-rO7nNzZEVF .dropdown-toggle::after,
.cid-rO7nNzZEVF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-rO7nNzZEVF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rO7nNzZEVF .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: 0px;
  transform: rotate(225deg);
}
.cid-rO7nNzZEVF .dropdown-item {
  padding: 5px 15px !important;
  justify-content: center;
  font-weight: 400;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-rO7nNzZEVF li.dropdown > .dropdown-menu {
    width: 80%;
    height: calc(100vh - 83px);
    max-height: 476px;
    overflow: hidden;
    border-top: 2px solid #ebeaed;
    padding: 40px 15px 40px 0;
  }
  .cid-rO7nNzZEVF li.dropdown > .dropdown-menu:after {
    content: '';
    width: 50%;
    height: 75%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .cid-rO7nNzZEVF li.dropdown:nth-child(1) > .dropdown-menu:after {
    background-image: url("../../../assets/images/pharmacy9-1200x800.png");
  }
  .cid-rO7nNzZEVF li.dropdown:nth-child(2) > .dropdown-menu:after {
    background-image: url("../../../assets/images/pharmacy7-800x1200.png");
  }
  .cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-menu {
    top: 80px !important;
  }
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.cid-rO7nNzZEVF .dropdown .open {
  position: relative;
}
.cid-rO7nNzZEVF .dropdown .open .dropdown-menu .dropdown-submenu {
  position: absolute;
}
.cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-submenu {
  top: 0 !important;
  left: 0 !important;
}
.cid-rO7nNzZEVF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rO7nNzZEVF .btn__none {
  background-color: transparent !important;
  border: none !important;
}
.cid-rO7nNzZEVF .btn__none:hover {
  background-color: transparent !important;
  color: #78a0bd !important;
}
.cid-rO7nNzZEVF .nav-item:focus,
.cid-rO7nNzZEVF .nav-link:focus {
  outline: none;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rO7nNzZEVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rO7nNzZEVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rO7nNzZEVF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rO7nNzZEVF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rO7nNzZEVF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rO7nNzZEVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rO7nNzZEVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rO7nNzZEVF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  .cid-rO7nNzZEVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rO7nNzZEVF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rO7nNzZEVF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rO7nNzZEVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rO7nNzZEVF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rO7nNzZEVF .navbar.navbar-short .navbar-logo {
  margin-right: .8rem !important;
}
.cid-rO7nNzZEVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rO7nNzZEVF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rO7nNzZEVF .navbar-brand .navbar-caption {
  line-height: 40px !imporant;
}
.cid-rO7nNzZEVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rO7nNzZEVF .dropdown-item.active,
.cid-rO7nNzZEVF .dropdown-item:active {
  background-color: transparent;
}
.cid-rO7nNzZEVF .nav-dropdown .link .dropdown-toggle {
  transition: all 0.25s ease;
}
.cid-rO7nNzZEVF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rO7nNzZEVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rO7nNzZEVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rO7nNzZEVF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rO7nNzZEVF .navbar-buttons {
  text-align: center;
}
.cid-rO7nNzZEVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #919dab;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO7nNzZEVF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rO7nNzZEVF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rO7nNzZEVF .mbr-iconfont {
  font-size: inherit;
  color: #919dab;
  display: inline-flex;
}
.cid-rO7nNzZEVF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rO7nNzZEVF .social__link {
  line-height: 40px;
}
.cid-rO7nNzZEVF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rO7nNzZEVF .navbar {
    height: 77px;
  }
  .cid-rO7nNzZEVF .navbar.opened {
    height: auto;
  }
  .cid-rO7nNzZEVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV3siwz4Oq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sV3siwz4Oq {
    background-image: url("../../../assets/images/features15.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sV3siwz4Oq .row {
  align-items: center;
}
.cid-sV3siwz4Oq .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sV3siwz4Oq .image-wrapper {
    padding: 40px 1rem 1rem 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sV3siwz4Oq .image-wrapper {
    padding: 1rem 1rem 1rem 6rem;
  }
}
.cid-sV3siwz4Oq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sV3siwz4Oq .text-wrapper {
    padding-right: 115px;
  }
}
.cid-sV3siwz4Oq .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #111111;
}
.cid-sV3siwz4Oq .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sV3siwz4Oq .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sV3siwz4Oq .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sV3siwz4Oq .btn-container {
  width: 100%;
}
.cid-sV3siwz4Oq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sV3siwz4Oq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sV3siwz4Oq .mbr-section-btn .btn {
    width: 100%;
  }
}
 
.cid-sV3rYE0KnL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sV3rYE0KnL img,
.cid-sV3rYE0KnL .item-img {
  width: 100%;
}
.cid-sV3rYE0KnL .item:focus,
.cid-sV3rYE0KnL span:focus {
  outline: none;
}
.cid-sV3rYE0KnL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sV3rYE0KnL .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sV3rYE0KnL .item-content {
  padding: 25px 1rem 0;
}
.cid-sV3rYE0KnL .item-content a:not(.btn):hover {
  color: #4179a0 !important;
  background-image: none !important;
}
.cid-sV3rYE0KnL .item-wrapper {
  background: transparent;
}
.cid-sV3rYE0KnL .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sV3rYE0KnL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sV3rYE0KnL .mbr-section-title,
.cid-sV3rYE0KnL .mbr-section-subtitle {
  color: #111111;
}
.cid-sV3rYE0KnL .mbr-text,
.cid-sV3rYE0KnL .mbr-section-btn {
  text-align: left;
}
.cid-sV3rYE0KnL .item-title {
  text-align: left;
}
.cid-sV3rYE0KnL .item-subtitle {
  text-align: center;
}
.cid-sV3rYE0KnL .item-img {
  overflow: hidden;
}
.cid-sV3rYE0KnL .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sV3rYE0KnL .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sV3rYE0KnL .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sV3rYE0KnL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-rO7wOzv8Oo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rO7wOzv8Oo .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rO7wOzv8Oo .brand__text {
  margin-bottom: 0;
}
.cid-rO7wOzv8Oo .brand__text a {
  font-weight: 700;
}
.cid-rO7wOzv8Oo a:hover {
  color: #78a0bd !important;
}
.cid-rO7wOzv8Oo .mbr-text,
.cid-rO7wOzv8Oo .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rO7wOzv8Oo .menu {
  margin: 10px 0;
}
.cid-rO7wOzv8Oo .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-rO7wOzv8Oo .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #4179a0;
}
.cid-rO7wOzv8Oo .menu__items:last-child {
  margin-right: 0;
}
.cid-rO7wOzv8Oo .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-rO7wOzv8Oo .social {
  margin-top: 10px;
}
.cid-rO7wOzv8Oo .social a {
  margin: 0 15px;
}
.cid-rO7wOzv8Oo .social a:last-child {
  margin-right: 0;
}
.cid-rO7wOzv8Oo .social a:first-child {
  margin-left: 0;
}
.cid-rO7wOzv8Oo .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-rO7wOzv8Oo .privacy {
  color: #737e86;
}
.cid-rO7wOzv8Oo .mbr-text {
  color: #737e86;
}
.cid-rO7nNzZEVF {
  min-height: 101px !important;
  overflow: visible;
  background: #ffffff;
}
.cid-rO7nNzZEVF .col-lg-auto {
  position: static;
}
.cid-rO7nNzZEVF .nav-item,
.cid-rO7nNzZEVF .nav-link,
.cid-rO7nNzZEVF .navbar-caption {
  font-weight: normal;
}
.cid-rO7nNzZEVF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rO7nNzZEVF .nav-link {
  line-height: 40px;
}
.cid-rO7nNzZEVF .dropdown {
  position: static;
}
.cid-rO7nNzZEVF .dropdown .dropdown-item {
  margin: 0 !important;
}
.cid-rO7nNzZEVF .dropdown-toggle::after,
.cid-rO7nNzZEVF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-rO7nNzZEVF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rO7nNzZEVF .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: 0px;
  transform: rotate(225deg);
}
.cid-rO7nNzZEVF .dropdown-item {
  padding: 5px 15px !important;
  justify-content: center;
  font-weight: 400;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-rO7nNzZEVF li.dropdown > .dropdown-menu {
    width: 80%;
    height: calc(100vh - 83px);
    max-height: 476px;
    overflow: hidden;
    border-top: 2px solid #ebeaed;
    padding: 40px 15px 40px 0;
  }
  .cid-rO7nNzZEVF li.dropdown > .dropdown-menu:after {
    content: '';
    width: 50%;
    height: 75%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .cid-rO7nNzZEVF li.dropdown:nth-child(1) > .dropdown-menu:after {
    background-image: url("../../../assets/images/pharmacy9-1200x800.png");
  }
  .cid-rO7nNzZEVF li.dropdown:nth-child(2) > .dropdown-menu:after {
    background-image: url("../../../assets/images/pharmacy7-800x1200.png");
  }
  .cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-menu {
    top: 80px !important;
  }
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.cid-rO7nNzZEVF .dropdown .open {
  position: relative;
}
.cid-rO7nNzZEVF .dropdown .open .dropdown-menu .dropdown-submenu {
  position: absolute;
}
.cid-rO7nNzZEVF .navbar .dropdown.open > .dropdown-submenu {
  top: 0 !important;
  left: 0 !important;
}
.cid-rO7nNzZEVF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rO7nNzZEVF .btn__none {
  background-color: transparent !important;
  border: none !important;
}
.cid-rO7nNzZEVF .btn__none:hover {
  background-color: transparent !important;
  color: #78a0bd !important;
}
.cid-rO7nNzZEVF .nav-item:focus,
.cid-rO7nNzZEVF .nav-link:focus {
  outline: none;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rO7nNzZEVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rO7nNzZEVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rO7nNzZEVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rO7nNzZEVF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rO7nNzZEVF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rO7nNzZEVF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rO7nNzZEVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rO7nNzZEVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rO7nNzZEVF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  .cid-rO7nNzZEVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rO7nNzZEVF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rO7nNzZEVF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rO7nNzZEVF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rO7nNzZEVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rO7nNzZEVF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rO7nNzZEVF .navbar.navbar-short .navbar-logo {
  margin-right: .8rem !important;
}
.cid-rO7nNzZEVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rO7nNzZEVF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rO7nNzZEVF .navbar-brand .navbar-caption {
  line-height: 40px !imporant;
}
.cid-rO7nNzZEVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rO7nNzZEVF .dropdown-item.active,
.cid-rO7nNzZEVF .dropdown-item:active {
  background-color: transparent;
}
.cid-rO7nNzZEVF .nav-dropdown .link .dropdown-toggle {
  transition: all 0.25s ease;
}
.cid-rO7nNzZEVF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rO7nNzZEVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rO7nNzZEVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rO7nNzZEVF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rO7nNzZEVF .navbar-buttons {
  text-align: center;
}
.cid-rO7nNzZEVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #919dab;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rO7nNzZEVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rO7nNzZEVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO7nNzZEVF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rO7nNzZEVF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rO7nNzZEVF .mbr-iconfont {
  font-size: inherit;
  color: #919dab;
  display: inline-flex;
}
.cid-rO7nNzZEVF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rO7nNzZEVF .social__link {
  line-height: 40px;
}
.cid-rO7nNzZEVF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rO7nNzZEVF .navbar {
    height: 77px;
  }
  .cid-rO7nNzZEVF .navbar.opened {
    height: auto;
  }
  .cid-rO7nNzZEVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV3zbcsiDw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sV3zbcsiDw .mbr-section-title {
  margin-bottom: 40px;
  color: #4179a0;
}
.cid-sV3zbcsiDw .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sV3zbcsiDw .block__product {
  margin: 30px 0;
}
.cid-sV3zbcsiDw .image {
  transition: all .25s;
}
.cid-sV3zbcsiDw .image:hover {
  opacity: .8;
}
.cid-sV3zbcsiDw .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-sV3zbcsiDw .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-sV3zbcsiDw .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-sV3zbcsiDw .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
  color: #78a0bd;
}
.cid-sV3zbcsiDw .title__block:hover {
  color: #4179a0;
}
.cid-sV3zbcsiDw .price__block {
  margin-bottom: 15px;
  color: #ff0000;
}
.cid-sV3zbcsiDw .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-sV3zbcsiDw .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sV3zbcsiDw .mbr-section-btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-sV3zbcsiDw .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #4179a0 !important;
  color: #4179a0 !important;
}
.cid-sV3zbcsiDw .mbr-text,
.cid-sV3zbcsiDw .mbr-section-btn {
  color: #737e86;
}
.cid-rO7wOzv8Oo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rO7wOzv8Oo .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rO7wOzv8Oo .brand__text {
  margin-bottom: 0;
}
.cid-rO7wOzv8Oo .brand__text a {
  font-weight: 700;
}
.cid-rO7wOzv8Oo a:hover {
  color: #78a0bd !important;
}
.cid-rO7wOzv8Oo .mbr-text,
.cid-rO7wOzv8Oo .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rO7wOzv8Oo .menu {
  margin: 10px 0;
}
.cid-rO7wOzv8Oo .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-rO7wOzv8Oo .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #4179a0;
}
.cid-rO7wOzv8Oo .menu__items:last-child {
  margin-right: 0;
}
.cid-rO7wOzv8Oo .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-rO7wOzv8Oo .social {
  margin-top: 10px;
}
.cid-rO7wOzv8Oo .social a {
  margin: 0 15px;
}
.cid-rO7wOzv8Oo .social a:last-child {
  margin-right: 0;
}
.cid-rO7wOzv8Oo .social a:first-child {
  margin-left: 0;
}
.cid-rO7wOzv8Oo .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-rO7wOzv8Oo .privacy {
  color: #737e86;
}
.cid-rO7wOzv8Oo .mbr-text {
  color: #737e86;
}
