/*header css*/

.fixed {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 70px;
}

.header {
  padding: 12px 0 11px;
  background-image: -webkit-gradient(linear, left top, right top, from(#602d6c), color-stop(#743882), color-stop(#71367f), color-stop(#b52456), to(#c81d4a));
  background-image: linear-gradient(to right, #602d6c, #743882, #71367f, #b52456, #c81d4a);
}

.header .input-group-text {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.header .form-control {
  border: 1px solid #fff !important;
  border-radius: 0;
  min-height: 35px;
  font-size: 14px;
  padding-left: 13px;
}

.sign-in {
  margin-top: 13px;
  padding-left: 10px;
  padding-right: 15px;
}

.sign-in svg {
  margin: -3px;
}

.sign-in a p {
  color: #fff;
  font-size: 18px;
  display: inherit;
  padding: 10px;
}

.btn-join {
  color: #fff;
  padding: 5px 9px;
  font-size: 13px;
  border: 1px solid #b87a8d;
  border-radius: 0;
}

.btn-join:hover {
  color: #fff;
  background-color: #f1f1f133;
  border: 1px solid #fff;
}

.header-buttons {
  gap: 10px;
}

.header-user-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-user-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.ui-menu .ui-menu-item {
  padding: 6px;
}

.ui-menu .ui-menu-item span {
  color: #d83a3a;
  font-size: 14px;
  padding-left: 10px;
}

.ui-widget-content a {
  color: #333333;
}

.ui-state-active {
  border: none;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  color: #602d6c !important;
  background: none !important;
}

.ui-autocomplete {
  position: fixed !important;
}

@media only screen and (max-width: 991px) {
  body.nav-on-left.overflow-hidden {
    position: fixed;
    width: 100%;
  }
}

> a::before {
  right: 15%;
}

.cd-primary-nav > .has-children > a {
  padding-right: 25px !important;
}

.cd-primary-nav > .has-children > a::after,
.cd-primary-nav > .has-children > a::before {
  width: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #2e3233;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width .3s, -webkit-transform .3s;
  transition: width .3s, -webkit-transform .3s;
  transition: width .3s, transform .3s;
  transition: width .3s, transform .3s, -webkit-transform .3s;
}

.cd-primary-nav > .has-children > a::before {
  right: 12px;
}

.cd-primary-nav > .has-children > a::after {
  right: 7px;
}

.cd-primary-nav > .has-children > a.selected::after,
.cd-primary-nav > .has-children > a.selected::before {
  width: 14px;
}

.cd-primary-nav > .has-children > a.selected::before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
}

.cd-primary-nav > .has-children > a.selected::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-secondary-nav > .has-children > a::after,
.cd-secondary-nav > .has-children > a::before {
  display: none;
}

.cd-primary-nav .go-back a {
  padding-left: 20px;
}

.cd-primary-nav .go-back a::after,
.cd-primary-nav .go-back a::before {
  left: 1px;
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0 .3s;
  transition: opacity .3s 0s, visibility 0 .3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: 0;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0 0;
  transition: opacity .3s 0s, visibility 0 0;
}

@media only screen and (min-width: 992px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }

  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.32);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0 .3s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 .3s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 .3s, transform .3s 0;
  transition: opacity .3s 0s, visibility 0 .3s, transform .3s 0, -webkit-transform .3s 0;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0 0s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 0s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 0s, transform .3s 0;
  transition: opacity .3s 0s, visibility 0 0s, transform .3s 0, -webkit-transform .3s 0;
}

@media only screen and (max-width: 991px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }

  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .header {
    height: 55px;
  }

  .cd-header-buttons {
    top: 5px;
  }

  .site-logo {
    position: absolute;
    top: 7px;
    left: 93px;
  }

  .header-search {
    position: absolute;
    right: 33px;
    height: 80px;
    top: 5px;
  }

  .header-buttons {
    display: none !important;
  }
}

input[type=search]::-ms-clear {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.cd-main-content,
.cd-main-header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 991px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-290px);
    transform: translateX(-290px);
  }

  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(290px);
    transform: translateX(290px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

.cd-main-content {
  min-height: 80vh;
  z-index: 2;
  margin-top: 106px;
}

.cd-main-header {
  height: 50px;
  background: #fff;
  z-index: 3;
  -webkit-box-shadow: 0 0 15px 0 #525252;
  box-shadow: 0 0 15px 0 #525252;
}

.sticky .cd-primary-nav {
  position: absolute;
  top: 6px;
}

@media only screen and (min-width: 992px) {
  .cd-main-header {
    height: 57px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }

  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-nav-icons li {
    background-color: #2e3233;
  }
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}

.cd-logo img {
  display: block;
}

@media only screen and (max-width: 991px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}

@media only screen and (min-width: 992px) {
  .cd-logo {
    top: 26px;
    left: 4em;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 5%;
}

.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 3%;
  }

  .cd-nav-icons li {
    background-color: #4eb3b9 !important;
    border: none;
  }

  .nav-on-left .cd-header-buttons li {
    float: right;
  }

  .join-now {
    display: none;
    width: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
    display: none;
  }
}

.cd-nav-trigger,
.cd-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  background: unset;
  outline: none;
  border: none;
}

.cd-search-trigger::after,
.cd-search-trigger::before {
  content: '';
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}

.cd-search-trigger::after {
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::after,
.cd-search-trigger span::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::after,
.cd-search-trigger.search-is-visible::before {
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::after,
.cd-search-trigger.search-is-visible span::before {
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 30px;
  background: #fff;
}

.cd-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background .3s .3s;
  transition: background .3s .3s;
}

.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s .3s;
  transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s;
  transition: transform .3s .3s, -webkit-transform .3s .3s;
}

.cd-nav-trigger span::before {
  top: -9px;
}

.cd-nav-trigger span::after {
  top: 9px;
}

.cd-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::after,
.cd-nav-trigger.nav-is-visible span::before {
  background: #fff;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(3px) rotate(-45deg);
  transform: translateX(4px) translateY(3px) rotate(-45deg);
}

@media only screen and (min-width: 992px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav,
.cd-primary-nav ul {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 290px;
  background: #602d6c;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 50;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  line-height: 28px;
  padding: 0 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.cd-primary-nav ul.is-hidden,
.cd-primary-nav.is-hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav ul.moves-out > li > a,
.cd-primary-nav.moves-out > li > a {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.cd-primary-nav .see-all a {
  color: #62c878;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (max-width: 991px) {
  .cd-primary-nav {
    display: none;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
  }

  .cd-primary-nav.nav-is-visible {
    display: block;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
  }
}

@media only screen and (min-width: 992px) {
  .cd-primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 65px;
    height: 40px;
    width: 100%;
    float: right;
    overflow: visible;
    z-index: -1;
    background: #fff;
    -webkit-transition: top .6s linear;
    transition: top .6s linear;
    -webkit-box-shadow: 0 2px 11px 0 #999999;
    box-shadow: 0 2px 11px 0 #999999;
  }

  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav.moves-out > li > a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: 0 0;
    overflow: visible;
    z-index: 3;
  }

  .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-primary-nav ul.moves-out > li > a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav > li {
    float: left;
    margin: .188em 1em;
    padding-right: 25px;
  }

  .cd-primary-nav > li:last-child {
    border-right: none;
  }

  .cd-primary-nav > li > a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 15px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: top 5s ease;
    transition: top 5s ease;
    text-transform: uppercase;
  }

  .cd-primary-nav > li > a:hover {
    color: #602d6c;
  }

  .cd-primary-nav > li > a.selected {
    color: #69aa6f;
    -webkit-box-shadow: inset 0 -2px 0 #69aa6f;
            box-shadow: inset 0 -2px 0 #69aa6f;
  }

  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }

  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons,
  .cd-primary-nav .cd-secondary-nav {
    position: absolute;
    top: 31px;
    width: 90%;
    margin: 0 70px;
    background: #fff;
    padding: 20px 62px 80px;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0 0;
    transition: opacity .3s 0s, visibility 0 0;
  }

  .cd-primary-nav .cd-nav-gallery::after,
  .cd-primary-nav .cd-nav-icons::after,
  .cd-primary-nav .cd-secondary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav .cd-nav-gallery.is-hidden,
  .cd-primary-nav .cd-nav-icons.is-hidden,
  .cd-primary-nav .cd-secondary-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    transition: opacity .3s 0s, visibility 0 .3s;
  }

  .cd-primary-nav .cd-nav-gallery > .see-all,
  .cd-primary-nav .cd-nav-icons > .see-all,
  .cd-primary-nav .cd-secondary-nav > .see-all {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .cd-primary-nav .cd-nav-gallery > .see-all a,
  .cd-primary-nav .cd-nav-icons > .see-all a,
  .cd-primary-nav .cd-secondary-nav > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #e2e3df;
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color .2s, background .2s, border .2s;
    transition: color .2s, background .2s, border .2s;
  }

  .cd-primary-nav .cd-nav-gallery > .see-all a:hover,
  .cd-primary-nav .cd-nav-icons > .see-all a:hover,
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#60adbb), color-stop(#44b6b8), color-stop(#34beab), color-stop(#42c495), to(#62c878));
    background-image: linear-gradient(to right, #60adbb, #44b6b8, #34beab, #42c495, #62c878);
    border-color: #2e3233;
    color: #fff;
    text-decoration: none;
  }

  .cd-primary-nav .cd-secondary-nav > li {
    height: 340px;
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    margin-right: 0;
    border-right: none;
  }

  .cd-primary-nav .cd-secondary-nav > li > a {
    color: #69aa6f;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }

  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f;
  }

  .cd-primary-nav .cd-secondary-nav ul {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-primary-nav .cd-secondary-nav ul ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .cd-primary-nav .cd-nav-gallery li {
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }

  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: 700;
    padding: 0 .4em;
  }

  .cd-primary-nav .cd-nav-icons li {
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }

  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    color: #69aa6f;
    border-bottom: none;
    height: 40px;
    line-height: 1.2;
    padding: 10px;
    background-color: #fff;
    position: relative;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#3dbab2), color-stop(#44b6b8), color-stop(#34beab), color-stop(#42c495), to(#51c687));
    background-image: linear-gradient(to right, #3dbab2, #44b6b8, #34beab, #42c495, #51c687);
    text-decoration: none;
    color: #fff;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

.go-back a,
.has-children > a {
  position: relative;
}

.go-back a::after,
.go-back a::before,
.has-children > a::after,
.has-children > a::before {
  content: '';
  position: absolute;
  top: 28%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-back a::before,
.has-children > a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.go-back a::after,
.has-children > a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-nav-icons li {
  border: 1px solid #d8d8d8;
  background-color: #fff !important;
}

@media only screen and (min-width: 992px) {
  .go-back a::after,
  .go-back a::before,
  .has-children > a::after,
  .has-children > a::before {
    background: #c9cbc4;
  }

  .go-back a:hover::after,
  .go-back a:hover::before,
  .has-children > a:hover::after,
  .has-children > a:hover::before {
    background: #69aa6f;
  }
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::after,
.has-children > a::before {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

.cd-primary-nav .go-back a::after,
.cd-primary-nav .go-back a::before {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.site-logo a {
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .go-back a::after,
  .go-back a::before,
  .has-children > a::after,
  .has-children > a::before {
    top: 45%;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item,
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    height: 50px;
    line-height: 50px;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    display: none;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 22px;
  }

  .cd-nav-icons li {
    border: 1px solid #60adbb;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    display: none;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 20px;
  }

  .cd-primary-nav .see-all a {
    color: #fff;
  }

  .site-logo {
    padding-bottom: 12px;
  }

  .header-search {
    padding: 0 15px !important;
  }

  .site-logo a {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .site-logo {
    padding-bottom: 12px;
  }

  .site-logo img {
    margin-right: auto;
    margin-left: auto;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .has-children > a::before,
  .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    top: 45%;
  }
}

/*start jquery-ui*/

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  position: relative;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  background-color: #f2f2f2;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  padding: 10px;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #d83a3a;
  border: 2px solid #602d6c;
  border-radius: 20px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* End Jquery-ui */

.cd-primary-nav .current-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cd-primary-nav .event-img {
  padding-right: 5px;
}

/* Smartphones Devices */

@media (min-width: 320px) and (max-width: 479px) {
  .header {
    background-image: -webkit-gradient(linear, left top, right top, from(#602d6c), color-stop(#743882), color-stop(#71367f), color-stop(#743882), to(#602d6c));
    background-image: linear-gradient(90deg, #602d6c, #743882, #71367f, #743882, #602d6c);
  }

  .cd-main-content {
    margin-top: 66px;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
    padding-top: 14px;
  }
}

/* Smartphones Devices In (Landscape Mode) */

@media (min-width: 480px) and (max-width: 767px) {
  .cd-main-content {
    margin-top: 16px;
  }

  .cd-main-header .header .container .row {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .cd-main-header .header .container {
    max-width: 565px;
    margin: 0 15px 0 auto;
  }

  .site-logo {
    padding-bottom: 0;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
    padding-top: 21px;
  }
}

/* Tablet/iPad Devices */

@media (min-width: 768px) and (max-width: 1200px) {
  .cd-main-content {
    margin-top: 4px;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .cd-header-buttons {
    top: 5px;
  }

  .btn-join {
    padding: 6px 8px !important;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
    padding-top: 10px;
  }

  .header .form-control {
    background-clip: unset;
  }
}

/* Tablet/iPad Devices (Landscape) Mode */

@media (min-width: 992px) and (max-width: 1200px) {
  .cd-main-content {
    margin-top: 106px;
  }

  .cd-primary-nav > li:first-child {
    padding-left: 12px;
  }
}

/* Footer css */

.footer-sec {
  border-top: 1px solid #cfcfcf;
}

.footer-bottom {
  font-size: 11px;
  padding: 5px;
  background: #c81d4a;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  font-size: 11px;
}

.social-links {
  position: absolute;
  bottom: 0;
}

/* Back to top */

#btnTop {
  display: inline-block;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 0;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 9px 0;
  border-radius: 7px 0 0 7px;
}

#btnTop:active {
  background-color: #555;
}

#btnTop.show {
  opacity: 1;
  visibility: visible;
}

/*
how it works*/

.hiw {
  position: fixed;
  top: 210px;
  right: -54px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn-hiw {
  display: block;
  background-color: #585cc9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 140px;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.hiw-modal .modal-content {
  width: 660px;
}

.hiw-modal .modal-dialog {
  max-width: 680px;
  margin-top: 17px;
}

.hiw-modal .modal-header {
  background: #c81d4a;
  padding: 15px;
  border-bottom: 7px solid #e0e0e0;
}

.hiw-modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: 100;
  text-shadow: none;
  padding: 15px;
}

.hiw-modal .modal-header h5 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.hiw-steps {
  padding: 30px 10px 5px 50px;
}

.hiw-steps h4 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  padding: 5px;
}

.hiw-steps p span {
  font-size: 18px;
  font-weight: 600;
  color: #555;
}

.hiw-steps p {
  color: #555;
  padding: 5px;
}

.hiw-nl {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 14px;
}

.hiw-nl p {
  font-size: 19px;
  text-align: center;
  color: #333;
  font-weight: 600;
  padding: 15px;
  display: inline;
  text-transform: uppercase;
}

.hiw-nl button {
  display: inline;
  background: #23272a;
  color: #fff;
  padding: 7px 60px;
  margin-left: 20px;
  border: none;
}

.hiw-img {
  padding: 30px 50px 20px 0;
  float: right;
}

.contact-txt {
  padding: 0 0 0 55px;
  position: absolute;
  bottom: 4px;
  font-size: 12px;
}

.contact-txt a {
  color: #c81d4a;
}

.wrapper {
  width: 75%;
  margin: 0 auto;
}

.card {
  border: none;
}

#accordion:last-child .card .card-header {
  border-bottom: none;
}

.card-header {
  background-color: #fff;
  border: none;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.style-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.down-arrow {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.card-body {
  line-height: 26px;
  font-size: 14px;
}

.new-ctry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-ctry li {
  width: 25%;
  padding: 15px;
}

.new-ctry li a:hover {
  color: #c81d4a;
}

.new-ctry li img {
  position: relative;
  top: 4px;
}

.new-pop-brnds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-pop-brnds li {
  padding: 5px;
  width: 25%;
}

.new-pop-brnds li a:hover {
  color: #c81d4a;
}

.btn-link {
  font-size: 20px;
  line-height: 1.25;
  color: #c81d4a !important;
}

.footer-list li {
  font-size: 15px;
  padding: 10px 0;
}

.footer-list li a {
  padding: 5px 0;
}

.dsclmr {
  position: fixed;
  bottom: 0;
  background: #602d6c;
  color: #fff;
  padding: 15px 30px;
  border-top: 3px solid #c81e4b;
  width: 100%;
  display: block;
  z-index: 9;
  font-size: 16px;
  line-height: 30px;
}

.dsclmr a {
  display: inline;
  color: #fff;
  text-decoration: underline;
  outline: none;
}

.btn-dsclmr {
  background: #c71d4a;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
  padding: 3px 6px;
  margin: 0 6px;
}

.dsclmr-close {
  background: #c71d4a;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
  padding: 3px 6px;
}

.email-signup-sec {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.email-signup-sec .nnl-txt {
  margin-right: 10px;
}

.email-signup-sec .nnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe-modal .modal-content .modal-body .row .nnl-form .form-group {
  margin-bottom: 1.5rem;
}

.signin-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.signup-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.couponcode-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hiw-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  .has-children > a::after,
  .has-children .footer-list li {
    font-size: 12px;
    padding: 7px 0;
  }
}

/* Footer mobile version */

@media (max-width: 575.98px) {
  .footer-bottom-mobile ul li a {
    font-size: 14px;
  }

  .new-pop-brnds li {
    width: 50%;
    padding: 8px 0;
    font-size: 15px;
  }

  .new-ctry li {
    width: 50%;
    padding: 15px;
  }

  .cp-title {
    font-size: 18px;
    line-height: 22px;
  }

  .subscription .form-group .form-control {
    font-size: 13px;
    height: 40px !important;
    width: 100% !important;
  }

  .nnl {
    width: 100% !important;
    margin: auto;
  }

  .nnl-popup {
    padding: 20px 15px;
  }

  .nnl-form {
    padding: 20px 15px;
  }

  .nnl-form h5 {
    padding-bottom: 15px;
  }

  .nnl-popup h5 {
    padding-bottom: 10px;
  }

  .icon-box {
    margin-bottom: 10px;
  }

  .popover {
    top: -50px !important;
  }
}

/* Accordion for new pop stores*/

@media (max-width: 992px) {
  .wrapper {
    width: 100%;
  }
}

/* Coupon popup */

.modal-header {
  border: none;
}

.cp-brand-img {
  padding: 5px 15px 5px 51px;
}

.cp-form input {
  width: 360px !important;
  height: 40px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cp-code input {
  border-radius: 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 26px;
  width: 80% !important;
  color: #bebebe;
}

.cp-btn div {
  font-size: 14px;
  color: #fff;
  background-color: var(--primary-color);
  border: none;
  margin-left: 10px;
  padding: 0 40px;
  height: 36px;
  line-height: 10;
  border-radius: 30px;
  position: relative;
  left: -150px;
  top: 9px;
}

.cp-details-txt {
  font-size: 12px;
}

.cp-pri-txt {
  font-size: 12px;
}

.modal-body {
  padding: 0;
}

.cp-title {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

.cp-nl-area {
  background-color: #b52456;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 13px 0 0 0;
}

.cp-nl-area p {
  padding-bottom: 13px;
}

.cp-cpy-txt {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0 14px;
  text-align: center;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--primary-color);
}

.no-code-txt {
  font-size: 14px;
  width: 80%;
  border-radius: 30px;
  border: 1px solid #bebebe;
  padding: 25px;
  font-weight: 600;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.popup {
  padding: 50px 84px 30px;
}

.newsltr-hdng {
  font-weight: 600;
  padding: 60px 0 10px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

button.close {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 1;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 700px;
  }
}

.d-icon {
  font-size: 135px;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.newsltr-hdng a {
  color: var(--primary-color);
}

.newsltr-input {
  height: 55px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 30px;
  padding: 20px;
  font-size: 16px;
  color: #bebebe;
}

.btn-subscribe {
  height: 50px;
  min-width: 50%;
  display: block;
  background-color: var(--primary-color);
  margin: 15px auto;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
}

.cp-cpy-txt a {
  font-size: 18px;
  color: var(--primary-color);
  text-decoration: underline;
}

.cp-cpy-txt span {
  position: relative;
  top: 7px;
}

.cp-sl {
  border: 1px solid #b763ca;
}

.cp-sl .share-heading {
  background: #b763ca;
}

.cp-p-5 {
  padding: 25px 40px 25px 20px;
}

.cp-p-4 {
  padding: 25px 20px 20px 34px;
}

.code-area {
  background-color: #fff !important;
  border: 1px solid #eee;
}

.subscribe-area {
  background: #f9f9f9;
  padding: 0 30px 30px 30px;
}

.popup .input-group {
  width: 100%;
}

@media (max-width: 600px) {
  .popup,
  .subscribe-area {
    padding: 30px 15px;
  }

  .cp-title {
    font-size: 24px;
  }

  .cp-code input {
    font-size: 13px;
    width: 90% !important;
  }

  .newsltr-hdng {
    font-size: 20px;
    padding: 20px 0 10px;
  }

  .newsltr-input {
    height: 54px;
    font-size: 13px;
    max-width: 90%;
  }

  .btn-subscribe {
    height: 36px;
    min-width: 45%;
  }
}

/*
newsletter popup*/

.nnl-popup {
  background-color: #b52456;
  padding: 45px 15px;
  text-align: center;
  color: #fff;
}

.nnl-form {
  padding: 45px 25px;
  text-align: center;
  color: #555;
}

.nnl-popup h5 {
  padding-bottom: 30px;
  font-size: 22px;
}

#signup .nnl-popup h5 {
  padding-bottom: 65px;
}

.nnl-form h5 {
  padding-bottom: 35px;
  font-size: 22px;
}

.nnl-popup p {
  font-size: 13px;
  line-height: 16px;
}

.signup-form label {
  padding-bottom: 5px;
}

.signup-form .form-check-label {
  font-size: 12px;
}

.signup-form .login-text {
  font-size: 16px;
}

.login-text span {
  color: #b52456;
  cursor: pointer;
}

#signup .nnl-popup h3 {
  padding-bottom: 65px;
}

#signup .nnl-form {
  padding: 45px 25px 30px;
}

.sign-in-btn {
  cursor: pointer;
}

.btn.focus,
.btn:focus,
.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.desk-mb .pb-3 {
  font-weight: 600;
}

button:focus {
  outline: unset;
}

.footer-list-mobile {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

/* Smartphones Devices */

@media (min-width: 320px) and (max-width: 479px) {
  .dsclmr {
    padding: 20px 16px;
  }

  .dsclmr p {
    line-height: 26px;
  }

  #btnTop {
    width: 38px;
    height: 38px;
    bottom: 15px;
  }

  #btnTop svg {
    height: 14px;
    width: 22px;
  }

  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
    font-size: 13px;
    line-height: 1.25;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  .subscribe-modal .modal-content .modal-body .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe-modal .modal-dialog {
    width: 100%;
  }

  /* Mobile CSS (only for google bot) start */

  .desk-mb .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .desk-mb .footer-logo {
    margin-bottom: 20px;
  }

  .desk-mb .social-links {
    position: unset;
    margin-bottom: 20px;
  }

  .desk-mb .col-7 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .desk-mb .col-7 .col {
    margin-bottom: 20px;
  }

  .desk-mb .col-7 .col:last-child {
    margin-bottom: 0;
  }

  /* Mobile CSS (only for google bot) end */
}

/* Smartphones Devices In (Landscape Mode) */

@media (min-width: 480px) and (max-width: 767px) {
  .dsclmr {
    padding: 12px 16px;
  }

  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  #btnTop {
    bottom: 15px;
  }
}

/* Tablet/iPad Devices */

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  #btnTop {
    bottom: 15px;
  }

  .icon-box {
    margin-bottom: 10px;
  }

  .subscription .form-group .form-control {
    width: 100% !important;
  }

  .modal-dialog {
    max-width: 600px !important;
    width: 600px !important;
  }
}

/* Tablet/iPad Devices */

@media (min-width: 992px) and (max-width: 1200px) {
  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  #btnTop {
    bottom: 15px;
  }
}

/* ==========================================
   Auth Modal
   ========================================== */

.auth-modal .modal-backdrop,
.auth-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-modal-dialog {
  max-width: 460px;
  width: 100%;
  margin: 1rem;
}

.auth-modal-content {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.auth-modal-body {
  padding: 36px 40px 32px !important;
  position: relative;
  overflow: visible;
}

/* ==========================================
   Modal Close Button
   ========================================== */

.auth-modal button.close,
.auth-modal .auth-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  float: none;
  margin: 0;
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 300;
  color: #999;
  opacity: 1;
  line-height: 1;
  z-index: 2;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auth-modal button.close:hover,
.auth-modal button.close:focus,
.auth-modal .auth-modal-close:hover,
.auth-modal .auth-modal-close:focus {
  color: #333;
  opacity: 1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ==========================================
   Auth Typography
   ========================================== */

.auth-modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2e3233;
  margin-bottom: 24px;
}

.auth-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* ==========================================
   Auth Forms
   ========================================== */

.auth-form {
  text-align: left;
  /* Error message */
  /* Error label */
  /* Success message */
  /* Success label */
}

.auth-form label {
  font-size: 14px;
  font-weight: 600;
  color: #2e3233;
  margin-bottom: 6px;
  display: block;
}

.auth-form .form-control {
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px !important;
  padding: 8px 14px;
  color: #333;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  /* Default / normal focus */
  /* Validation error */
  /* Validation success */
}

.auth-form .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.auth-form .form-control:-ms-input-placeholder {
  color: #aaa;
}

.auth-form .form-control::-ms-input-placeholder {
  color: #aaa;
}

.auth-form .form-control::placeholder {
  color: #aaa;
}

.auth-form .form-control:focus {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.auth-form .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
}

.auth-form .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.auth-form .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
}

.auth-form .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.auth-form .invalid-feedback,
.auth-form .jquery-validation-error {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.auth-form .form-group.has-error > label {
  color: #dc3545;
}

.auth-form .valid-feedback,
.auth-form .jquery-validation-success {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.auth-form .form-group.has-success > label {
  color: #28a745;
}

/* ==========================================
   Auth Label Row
   ========================================== */

.auth-label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.auth-label-row label {
  margin-bottom: 0;
}

/* ==========================================
   Password
   ========================================== */

.auth-password-wrap {
  position: relative;
  /* Keep eye-button spacing for validation states */
}

.auth-password-wrap .form-control {
  padding-right: 44px;
}

.auth-password-wrap .form-control.is-invalid,
.auth-password-wrap .form-control.is-valid {
  padding-right: 44px;
  background-image: none;
}

.auth-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.auth-password-toggle .password-eye {
  display: block;
  width: 20px;
  height: 20px;
}

.auth-password-toggle .password-eye-hide {
  display: none;
}

.auth-password-toggle.is-visible .password-eye-show {
  display: none;
}

.auth-password-toggle.is-visible .password-eye-hide {
  display: block;
}

.auth-password-toggle:hover,
.auth-password-toggle:focus {
  color: #2e3233;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* ==========================================
   Remember Me
   ========================================== */

.auth-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 16px 0 20px;
  padding-left: 0;
}

.auth-remember .form-check-input {
  position: static;
  float: none;
  margin: 3px 0 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 0;
}

.auth-remember .form-check-input:checked {
  background-color: #c81d4a;
  border-color: #c81d4a;
}

.auth-remember .form-check-label {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  padding-left: 0;
  margin: 0;
  line-height: 1.4;
  cursor: pointer;
}

/* ==========================================
   Primary Button
   ========================================== */

.auth-btn-primary {
  width: 100%;
  height: 46px;
  background-color: #71367f;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.auth-btn-primary:hover,
.auth-btn-primary:focus {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #602d6c;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* ==========================================
   Links
   ========================================== */

.auth-link {
  color: #2e3233;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.auth-link:hover {
  color: #71367f;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* ==========================================
   Footer Text
   ========================================== */

.auth-footer-text {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 0;
}

/* ==========================================
   Password Hint
   ========================================== */

.auth-hint {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}

/* ==========================================
   Terms
   ========================================== */

.auth-terms {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}

.auth-terms a {
  color: #2e3233;
  font-size: 12px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.auth-terms a:hover {
  color: #71367f;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* ==========================================
   Bootstrap-style Auth Alert
   ========================================== */

.auth-alert {
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 6px;
}

.auth-validation-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 14px;
}

/* Bootstrap 4.5 Danger Alert */

.auth-validation-alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Bootstrap 4.5 Success Alert */

.auth-validation-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* ==========================================
   Auth Pages
   ========================================== */

.auth-page-body {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.auth-page-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#602d6c), color-stop(#743882), color-stop(#71367f), color-stop(#b52456), to(#c81d4a));
  background-image: linear-gradient(to right, #602d6c, #743882, #71367f, #b52456, #c81d4a);
  padding: 18px 0;
}

.auth-page-logo img {
  height: 35px;
}

.auth-page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 16px;
  min-height: calc(100vh - 71px);
}

.auth-card {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 36px 40px 32px;
  width: 100%;
  max-width: 460px;
}

/* ==========================================
   Responsive
   ========================================== */

@media (max-width: 575.98px) {
  .auth-modal-body,
  .auth-card {
    padding: 28px 20px 24px !important;
  }

  .auth-modal-title {
    font-size: 20px;
  }

  .auth-form .invalid-feedback,
  .auth-form .jquery-validation-error,
  .auth-form .valid-feedback,
  .auth-form .jquery-validation-success {
    font-size: 12px;
  }
}

/* common css */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  font-size: 1.4rem !important;
}

.btn-dark {
  font-size: 16px;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
}

* {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

button,
input,
select,
textarea {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

body {
  color: #2e3233;
  font-weight: 400;
  font-size: 1.6rem;
  overflow-y: scroll;
  background-color: #fff;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: 'Inter', sans-serif;
}

h1,
h2 {
  font-weight: 700;
}

h4,
h5,
h3 {
  font-weight: 500;
}

h6 {
  font-weight: 400;
}

.snippet-heading {
  font-weight: 500;
}

.ltr-box {
  font-weight: 500;
}

.offer-heading {
  font-weight: 700;
}

.coupons-heading {
  font-weight: 700;
}

.c-title a {
  font-weight: 700;
}

.review-area p span {
  font-weight: 700;
}

.table-snippet thead td {
  font-weight: 700;
}

.store-desc-text h3,
.store-desc-text h2 .store-desc-text p strong {
  font-weight: 700;
}

.store-desc-text h3 span[style] .store-desc-text h2 span[style],
.store-desc-text p strong[style] {
  font-weight: 700;
}

.sb-store-desc h3 span[style],
.sb-store-desc h2 span[style] {
  font-weight: 700;
}

.sb-store-desc h3,
.sb-store-desc h2,
.sb-store-desc h1,
.sb-store-desc h4,
.sb-store-desc h5,
.sb-store-desc h6 {
  font-weight: 700;
}

.ref-title {
  font-weight: 700;
}

.ref-title-2 {
  font-weight: 700;
}

.cp-title {
  font-weight: 700;
}

.all-store-nav li {
  font-weight: 700;
}

.review-area h2 span {
  font-weight: 700;
}

.sbh-1 {
  font-weight: 700;
}

.sbh-2 {
  font-weight: 700;
}

.comment-area span {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .dg-container-xl {
    max-width: 1250px !important;
  }
}

.widget-design {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #FFFFFF;
}

.widget-design .sec-hdg {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.row-gap-20 {
  row-gap: 20px;
}

.reveal-coupon {
  cursor: pointer;
}

.widget-nav .pagination {
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-nav .pagination .page-item .page-link {
  height: 34px;
  color: #c81d4a;
  padding: 6px 12px;
}

.widget-nav .pagination .page-item .page-link:focus {
  -webkit-box-shadow: 0 0 0 .2rem #a60e8540;
          box-shadow: 0 0 0 .2rem #a60e8540;
}

.widget-nav .pagination .disabled .page-link {
  color: #6c757d;
}

.widget-nav .pagination .disabled:not(:first-child):not(:last-child) .page-link {
  border: none;
  padding: 0 3px;
  line-height: 1.5;
  background: transparent;
}

.widget-nav .pagination .active .page-link {
  color: #FFFFFF;
  border-color: #a60e85;
  background-color: #a60e85;
}

.author-widget-page {
  position: relative;
  padding-top: 130px;
  background-color: #f4f6ff;
}

.author-widget-page .banner-bg {
  top: 0;
  right: 0;
  width: 310px;
  height: 120px;
  position: absolute;
  margin-right: 100px;
}

.author-widget-page .author-profile-sec {
  padding-top: 24px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.author-widget-page .author-profile-sec .my-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  margin-top: -70px;
}

.author-widget-page .author-profile-sec .my-bio .author-img {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(/assets/images/author-bg.png);
}

.author-widget-page .author-profile-sec .my-bio .author-img img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.author-widget-page .author-profile-sec .my-bio .author-data {
  row-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 144px);
}

.author-widget-page .author-profile-sec .my-bio .author-data h1 {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.author-widget-page .author-profile-sec .my-bio .author-data .author-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.author-widget-page .author-profile-sec .my-bio .author-data .author-job .author-txt {
  font-size: 14px;
  font-weight: 400;
  color: #666666FF;
  line-height: 16px;
}

.author-widget-page .author-profile-sec .my-bio .author-data .author-job .author-txt:nth-child(even) {
  padding-left: 12px;
  border-left: 1px solid #e5e5e5;
}

.author-widget-page .author-profile-sec .author-bio p {
  font-size: 15px;
  font-weight: 400;
  color: #666666FF;
  line-height: 1.25;
}

.author-widget-page .author-profile-sec .sticky-me {
  right: 0;
  top: 85px;
  position: -webkit-sticky;
  position: sticky;
}

.author-widget-page .author-profile-sec .loving-brands {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.author-widget-page .author-profile-sec .loving-brands .single-brand {
  width: 92px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #e6e6e6;
}

.author-widget-page .author-profile-sec .loving-brands .single-brand .brand-photo {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.author-widget-page .author-profile-sec .loving-brands .single-brand .brand-photo img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.author-widget-page .author-profile-sec .our-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-widget-page .author-profile-sec .our-team .team-img {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(/assets/images/author-bg.png);
}

.author-widget-page .author-profile-sec .our-team .team-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.author-widget-page .author-profile-sec .our-team .team-data {
  row-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 70px);
}

.author-widget-page .author-profile-sec .our-team .team-data .hdg-15 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.author-widget-page .author-profile-sec .our-team .team-data .hdg-15:hover {
  color: #602d6c;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.author-widget-page .author-profile-sec .our-team .team-data .author-txt {
  font-size: 14px;
  font-weight: 400;
  color: #666666FF;
  line-height: 16px;
}

.author-widget-page .author-profile-sec .fresh-cpn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
}

.author-widget-page .author-profile-sec .fresh-cpn .cpn-img {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  border-right: none;
  padding-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.author-widget-page .author-profile-sec .fresh-cpn .cpn-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.author-widget-page .author-profile-sec .fresh-cpn .curve-circle {
  width: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.author-widget-page .author-profile-sec .fresh-cpn .curve-circle:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background-size: cover;
  background-position: 0 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-image: url(/assets/images/curve.png);
}

.author-widget-page .author-profile-sec .fresh-cpn .curve-circle:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background-size: cover;
  background-position: 0 0;
  background-image: url(/assets/images/curve.png);
}

.author-widget-page .author-profile-sec .fresh-cpn .curve-circle .dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #FFFFFF;
}

.author-widget-page .author-profile-sec .fresh-cpn .curve-circle .dot:after {
  top: 6px;
  left: 50%;
  width: 3px;
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 14px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: repeat-y;
  background-image: url(/assets/images/dot.svg);
}

.author-widget-page .author-profile-sec .fresh-cpn .cpn-data {
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  border-left: none;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 100px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.author-widget-page .author-profile-sec .fresh-cpn .cpn-data .hdg-13 {
  color: #602d6c;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

.author-widget-page .author-profile-sec .fresh-cpn .cpn-data .hdg-17 {
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.author-widget-page .author-profile-sec .fresh-cpn .cpn-data .cpn-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.author-cat {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.author-cat p {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
}

.author-success {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.author-success .single-success {
  row-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 16px 32px;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fafafa;
}

.author-success .single-success .count {
  font-size: 18px;
  font-weight: 600;
}

.author-success .single-success .title {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 250px) and (max-width: 767px) {
  .widget-design {
    padding: 15px;
  }

  .author-widget-page .banner-bg {
    margin-right: 0;
  }

  .author-widget-page .author-profile-sec .my-bio {
    row-gap: 12px;
    margin-top: -35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background-color: #FFFFFF;
  }

  .author-widget-page .author-profile-sec .my-bio .author-data {
    width: 100%;
  }

  .author-widget-page .author-profile-sec .my-bio .author-data .author-job {
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .author-widget-page .author-profile-sec .my-bio .author-data .author-job .author-txt:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }

  .author-widget-page .author-profile-sec .loving-brands .single-brand {
    width: 85px;
    height: 85px;
  }

  .author-widget-page .author-profile-sec .loving-brands .single-brand .brand-photo {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .author-widget-page .banner-bg {
    margin-right: 24px;
  }
}

