.background-cover {
  width: 100%;
  background-color: rgb(236, 239, 241);
  position: relative;
  overflow: hidden;
}

.share-holder {
  width: 100%;
  height: 54px;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  padding: 8px 430px;
}

.share-holder .share-holder-sharetext {
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  margin: 10px 16px;
  font-weight: bold;
}

.share-holder .share-icons {
  width: 40px;
  height: 40px;
}

.share-holder .bookmark-button-react {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.share-banner-subscribe {
  display: none;
}

.share-holder .share-banner-subscribe {
  position: absolute;
  top: 10px;
  right: 392px;
  border: 1px solid #ef1c74;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #ef1c74;
  font-size: 18px;
  padding: 10px 24px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.share-holder .share-banner-subscribe:hover {
  background: rgba(239, 28, 116, 0.3);
  border-color: transparent;
}

.share-holder .subscribe-banner {
  display: none;
}

.subscribe-banner {
  text-align: center;
  display: block;
  color: #ef1c74;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #ef1c74;
}

.subscribe-banner:hover {
  background: rgba(239, 28, 116, 0.3);
  border-color: transparent;
}

@media (max-width: 800px) {
  /* .site-header .container {
    position: fixed;
    top: 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    padding: 16px 10px;
    justify-content: space-between;
    background: #fff;
    height: 56px;
  } */

  .share-holder {
    height: 48px;
    padding: 0;
    padding-left: 12px;
  }

  .share-holder .share-holder-sharetext {
    font-size: 10px;
    margin: 20px 8px;
  }

  .share-holder .share-icons {
    width: 40px;
    height: 50px;
    margin-left: -4px;
  }

  .share-banner-subscribe {
    display: none;
  }

  .share-holder .share-banner-subscribe {
    top: 10px;
    right: 12px;
    font-size: 12px;
    padding: 8px 4px;
  }

  .share-holder .bookmark-button-react {
    padding-top: 6px;
  }
}

.background-cover .cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  -webkit-filter: blur(160px);
  filter: blur(160px);
  background-attachment: fixed;
}

.center {
  text-align: center;
}

.google-ads {
  padding: 10px 0;
}

/*----------Blog----------------*/

.blog-container {
  width: 65%;
  background-color: white;
  margin: 0 auto;
  z-index: 9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  min-width: 800px;
  max-width: 1400px;
}

.blog-container .blog-cover {
  width: 100%;
  display: inherit;
  border: solid 1px #d8dae1;
  border-bottom: none;
}

@media (max-width: 800px) {
  .blog-container .blog-cover {
  }
}

.blog-container .blog-details-holder {
  position: relative;
  width: 100%;
  background: rgb(239, 28, 116);
  background: linear-gradient(
    135deg,
    rgba(239, 28, 116, 1) 0%,
    rgba(46, 0, 146, 1) 100%
  );
  border-bottom: none;
  border-top: none;
}

.blog-details-holder .category {
  position: absolute;
  left: 0px;
  top: -16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  padding: 4px 8px;
  text-align: left;
  background-color: #000000;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  text-decoration: underline;
}

.category a {
  color: white;
  cursor: pointer;
}

.blog-details-holder .blog-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding: 16px;
  padding-bottom: 8px;
}

.blog-details-holder .blog-author {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
  padding: 0 16px;
  margin-bottom: 8px;
}

.blog-author span {
  font-weight: normal;
}

.blog-details-holder .blog-date {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  padding: 16px;
  padding-top: 0;
}

.blog-date .bookmark-button-react {
  position: relative;
  top: 12px;
  left: 12px;
  display: inline-block;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.blog-details-holder .time-to-read {
  float: right;
}

.blog-container .voucher-banner-holder {
  position: relative;
  width: 100%;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.voucher-banner-holder .banner-image {
  width: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  height: 190px;
  padding: 0;
  margin: 0;
}

.voucher-banner-holder .buy-vouchers-cta {
  position: absolute;
  bottom: 20px;
  left: 46px;
  background: rgba(0, 0, 0, 0.57);
  color: #fff;
  border-radius: 4px;
  padding: 10px 12px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
}

.buy-vouchers-cta::before {
  position: absolute;
  content: "";
  top: 0;
  transform: skewX(-30deg);
  width: 32px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.63) 40%,
    rgba(255, 255, 255, 0.63) 60%,
    rgba(255, 255, 255, 0.13) 100%
  );
  -webkit-animation: shimmereffect 1.5s infinite;
  animation: shimmereffect 1.5s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@keyframes shimmereffect {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes shimmereffect {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}

.blog-container .blog-content {
  padding: 16px;
  border-top: 0;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 16px;
}

.blog-content .image-courtesy-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 300;
  text-align: right;
}

.blog-container .infographic-content {
  padding: 8px;
}

.blog-content .share-icons {
  text-align: center;
}

.blog-content .tags {
  margin: 16px 0;
  font-weight: bold;
  display: block;
}

@media (max-width: 800px) {
  .blog-container {
    width: 100%;
    border-radius: 0;
    min-width: initial;
    max-width: 100%;
  }

  .blog-details-holder .blog-title {
    font-size: 24px;
  }

  .blog-details-holder .blog-author,
  .blog-container .blog-content {
    font-size: 18px;
    border-radius: 0;
  }

  .blog-content .image-courtesy-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.38);
    text-align: right;
    font-weight: 300;
  }

  .blog-date .bookmark-button {
    top: 10px;
  }

  .voucher-banner-holder .banner-image {
    height: auto;
  }

  .voucher-banner-holder .buy-vouchers-cta {
    bottom: 12%;
    left: 22px;
    right: auto;
    padding: 6px 12px;
    font-size: 12px;
  }
}

/*-----------Tinymce content-------------------*/

.blog-content a {
  text-decoration: none;
  color: rgba(239, 28, 116, 1);
}

.blog-content p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
}

.blog-content strong {
  font-weight: bold;
}

.blog-content em {
  font-style: italic;
}

.blog-content h1 {
  font-weight: bold;
  font-size: 28px;
  padding: 4px 0;
}

.blog-content h2 {
  font-weight: bold;
  font-size: 28px;
  padding: 4px 0;
  color: rgba(0, 0, 0, 0.87);
}

.blog-content h3 {
  font-weight: bold;
  font-size: 22px;
  padding: 4px 0;
}

.blog-content h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
}

.blog-content img {
  display: block;
  margin: 8px auto;
  padding: 8px;
  max-width: 100%;
  /* height: auto; */
  cursor: pointer;
}

.infographic-content img {
  margin: 0px auto;
  padding: 0;
}

.blog-content ol {
  list-style-type: decimal;
  margin-left: 42px;
  font-size: 18px;
}

.blog-content ul {
  list-style-type: initial;
  margin-left: 42px;
}

.tags h3 {
  font-weight: normal;
  display: inline-block;
  background-color: #f7f7fa;
  border: 1px solid #d8dae1;
  border-radius: 16px;
  font-size: 12px;
  padding: 4px 16px;
  margin: 4px;
  margin-left: 0;
}

.tags .related-text {
  font-size: 24px;
}

.tags a {
  color: #3e5561;
}

.blog-content li {
  font-size: 18px;
}

@media (max-width: 800px) {
  .blog-content p,
  .blog-content div {
    font-size: 16px;
  }

  .blog-content div > p,
  .blog-content div > div,
  .blog-content div > h2 {
    padding: 0px;
  }

  .blog-content p strong {
    padding: 0;
  }

  .blog-content img {
    width: 100%;
    padding: 0;
    margin-left: -16px;
    max-width: 100vw;
    height: auto;
  }

  /* .blog-content iframe {
    height: 100%;
    width: 100%;
  } */

  .collectionCards .cover {
    margin-left: 0px;
  }

  .blog-content h1 {
    padding: 0;
    font-size: 22px;
  }

  .blog-content h2 {
    padding: 0;
    font-size: 18px;
  }

  .blog-content h3 {
    padding: 4px 8px;
    font-size: 12px;
  }

  .blog-content h4 {
    padding: 0;
    font-size: 16px;
  }

  .blog-content li {
    font-size: 16px;
  }
}

/*--------Pagination-----*/

.pagination {
  width: 65%;
  margin: 0 auto;
  position: relative;
  min-height: 64px;
  margin-bottom: 16px;
}

.pagination .arrow-left {
  position: absolute;
  left: 8px;
}

.pagination .arrow-right {
  position: absolute;
  right: 8px;
}

@media (max-width: 800px) {
  .pagination {
    width: 100%;
  }
}

/*--------------- Ratings Box -------------*/

.ratings-container {
  width: 65%;
  background-color: white;
  margin: 0 auto;
  z-index: 10;
  border-radius: 8px;
  color: #3e5561;
  position: relative;
  margin-bottom: 16px;
}

.ratings-container .rating-block-holder {
  list-style-type: none;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
}

.rating-block-holder .rating-block {
  display: inline-block;
  height: 32px;
  width: 10%;
  cursor: pointer;
  text-align: center;
  border: 1px solid white;
  background-color: #cdcdcd;
}

.rating-block-holder .rating-block:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rating-block-holder .rating-block:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ratings-container .rating-value {
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  color: white;
}

.ratings-container .rating-question {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.17;
  margin: 12px;
  padding-top: 32px;
  padding-left: 32px;
  margin-bottom: 0px;
}

.rating-question .subscribe {
  text-decoration: underline;
  cursor: pointer;
}

.ratings-container .rating-bar-container {
  width: 90%;
  margin: 0 auto;
}

.ratings-container .suggestions-container {
  padding-bottom: 12px;
  position: relative;
}

.suggestions-container .ratings-submit-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  padding: 10px 40px;
  cursor: pointer;
  margin-left: 44px;
  margin-bottom: 24px;
  border: none;
  display: inline-block;
  background-color: #338aed;
  border-radius: 4px;
  width: 142px;
}

@media (max-width: 800px) {
  .ratings-container {
    width: 100%;
  }
  .ratings-container .rating-question {
    padding-left: 8px;
    font-size: 16px;
  }
  .suggestions-container .ratings-submit-btn {
    margin-left: 20px;
  }
  .ratings-container .rating-value {
    font-size: 20px;
  }

  .blog-content .icon {
    width: 100%;
    max-width: fit-content;
  }
}

/*----------------- Subscribe Box ----------------*/

.subscribe-box-holder .subscribe-box {
  height: 310px;
  background-color: #338aed;
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.subscribe-box .subscribe-text {
  text-align: center;
  color: white;
}

.subscribe-text p:first-child {
  font-size: 48px;
  line-height: 1.17;
  margin-bottom: 24px;
}

.subscribe-text p:last-child {
  font-size: 24px;
  line-height: 0.83;
  margin-bottom: 40px;
}

.subscribe-box .subscribe-input {
  text-align: center;
}

.subscribe-input .subscriber-email {
  border-radius: 4px;
  text-align: left;
  font-size: 16px;
  padding: 10px 8px;
  border: none;
  width: 400px;
}

.subscribe-input .subscribe-btn {
  font-size: 16px;
  line-height: 1.25;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 16px;
  margin-left: 12px;
  width: 126px;
}

@media (max-width: 800px) {
  .subscribe-text p:first-child {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 700;
  }
  .subscribe-text p:last-child {
    font-size: 20px;
    line-height: 1.17;
    padding: 0 4px;
    font-weight: 500;
  }
  .subscribe-input .subscriber-email {
    margin-bottom: 16px;
    width: 340px;
  }
  .subscribe-box-holder .subscribe-box {
    padding: 40px 0;
  }
}

/*---------Subscribe Widget----------*/
.subscribe-widget {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 32px 60px;
  background: #444a62;
  position: relative;
}

.subscribe-widget .subscribed-text {
  padding: 0 20px;
  color: #fff;
  margin-top: 24px;
}

.subscribe-widget .widget-image {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 156px;
  margin: 0;
  padding: 0;
  cursor: auto;
}

.subscribe-widget .subscribe-widget-text {
  padding: 0 20px;
}

.subscribe-widget-text p:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 50%;
}

.subscribe-widget-text p:last-child {
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
  width: 62%;
  line-height: 1.4;
  font-weight: 500;
}

.subscribe-widget .subscribe-input {
  margin-top: 14px;
  width: 350px;
  display: block;
  position: relative;
  margin-top: 24px;
}

.subscribe-input .subscribe-widget-btn {
  background: #444a62;
  font-size: 16px;
  line-height: 1.25;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  padding: 8px 12px;
  margin-left: 12px;
  width: 30px;
  border: none;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 0;
}

.subscribe-widget-btn .button-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  margin: 0;
  padding: 0;
  width: auto;
}

.subscribe-input .subscriber-widget-email {
  width: 98%;
  margin-right: 16px;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  height: 40px;
  border: none;
  padding-left: 14px;
  margin-left: 20px;
}

@media (max-width: 800px) {
  .subscribe-widget {
    width: auto;
    padding: 16px 16px 0;
  }

  .subscribe-widget .subscribe-widget-text {
    padding: 0;
  }

  .subscribe-input .subscriber-widget-email {
    margin-right: 0;
    margin-left: 0;
  }

  .subscribe-input .subscribe-widget-btn {
    margin-left: 0;
    right: 12px;
  }

  .subscribe-widget .subscribe-input {
    width: 90%;
    margin-bottom: 20px;
  }

  .subscribe-widget-text p:first-child {
    font-size: 22px;
    width: 60%;
  }

  .subscribe-widget-text p:last-child {
    font-size: 12px;
  }

  .subscribe-widget .widget-image {
    width: 28%;
    right: 10px;
    top: 14px;
    transform: none;
  }

  .subscribe-widget .subscribed-text {
    padding-left: 0;
    margin-bottom: 18px;
  }
}
/*------Recommendation------*/

.other-blogs .related-blogs-holder {
  max-width: 1400px;
  min-width: 800px;
  margin: 0 auto;
}

.related-blogs-holder .blog-card-holder {
  display: inline-block;
  padding: 0 8px;
}

.other-blogs {
  padding: 16px 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.other-blogs .related-blogs-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 16px;
  margin-bottom: 8px;
}

.related-blogs-header p {
  display: inline;
}

.other-blogs .blog-card {
  width: 320px;
  background-color: #fff;
  margin: 16px 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.other-blogs .blog-card:hover {
  box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.12);
}

.other-blogs .blog-cover-holder {
  height: 160px;
}

.blog-card .other-blog-cover {
  width: 100%;
  height: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  object-fit: cover;
  transition: 0.4s all;
}

.blog-card .other-blog-cover:hover {
  transform: scale(1.1);
}

.blog-card .blog-details {
  position: relative;
  text-align: left;
}

.blog-details .blog-title {
  padding-bottom: 0;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
}

.blog-details .blog-description {
  font-size: 16px;
  margin-bottom: 12px;
}

.blog-details .date {
  padding-top: 2px;
}

.blog-details .bookmark-button {
  display: inline-block;
  position: relative;
  top: 10px;
  background: #fff;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}

.bookmark:hover .bookmarktext {
  display: none;
}

@keyframes updown {
  0% {
    bottom: 130%;
  }
  50% {
    bottom: 110%;
  }
  100% {
    bottom: 130%;
  }
}

@-webkit-keyframes updown {
  0% {
    bottom: 130%;
  }
  50% {
    bottom: 110%;
  }
  100% {
    bottom: 130%;
  }
}

@keyframes pop {
  0% {
    transform: scale(0);
  }

  50% {
    top: 20%;
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes pop {
  0% {
    transform: scale(0);
  }

  50% {
    top: 20%;
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 800px) {
  .other-blogs {
    width: 100%;
  }
  .other-blogs .related-blogs-holder {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .other-blogs .related-blogs-header {
    font-size: 16px;
  }
  .related-blogs-header p {
    display: block;
  }
  .other-blogs .blog-card {
    margin: 8px 0px;
    width: 100%;
    max-width: 364px;
  }
}

/*---------Comments-------------*/

.comments-holder {
  text-align: center;
  margin: 16px;
}

.comments-holder h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  color: #3e5561;
  padding: 0 16px;
}

/*------------- Image Viewer --------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.modal .image {
  margin: auto;
  display: block;
  object-fit: contain;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.modal .close {
  position: fixed;
  width: 24px;
  top: 16px;
  right: 16px;
  color: #f1f1f1;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
  position: fixed;
}

@media (max-width: 800px) {
  .modal {
    padding-top: 0;
  }
  .modal .image {
    position: absolute;
    width: 100%;
    height: initial;
    top: 50%;
    transform: translateY(-50%);
  }
  @keyframes zoom {
    from {
      transform: scale(0) translateY(0%);
    }
    to {
      transform: scale(1) translateY(-50%);
    }
  }
}

/*------------- Suggested Blogs ------------*/

.blog-content .blog-banner-holder {
  display: none;
}

.blog-banner-holder .blog-banner {
  margin: 12px 8px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.blog-banner .header {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  margin: 12px;
}

.blog-banner .blogs-holder {
  padding: 0 8px;
}

.blog-banner .card-holder {
  width: 360px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  padding: 22px 22px;
  display: block;
  margin: 4px;
  margin-bottom: 32px;
  min-height: 344px;
  box-shadow: 2px 8px 16px rgba(24, 50, 115, 0.09);
  background-color: #eaeaea47;
}

.card-holder .blog-image {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  object-fit: cover;
  min-height: 172px;
  box-shadow: inset 2px 6px 18px rgba(26, 18, 93, 0.09);
}

.card-holder .title {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 24px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 22px;
}

.blogs-holder .slick-prev,
.blogs-holder .slick-next {
  padding: 0;
  height: 20px;
}

.progress-bar {
  background: #338aed;
  position: fixed;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 4px;
  top: 0;
  z-index: 100;
}

@media (max-width: 800px) {
  .blog-content .blog-banner-holder {
    padding: 0;
  }

  .blogs-holder div {
    padding: 0;
  }

  .blogs-holder .slick-prev,
  .blogs-holder .slick-next {
    display: none;
  }

  .blog-banner .card-holder {
    width: 88vw;
    min-height: 330px;
  }
  .blog-banner .blogs-holder {
    padding: 0px;
  }
}

/*--------- Image Slider ----------- */

.blog-content .image-slider-holder {
  position: relative;
}

.image-slider-holder .slick-next,
.image-slider-holder .slick-prev {
  padding: 0;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  z-index: 1;
}

.image-slider-holder .slick-dots {
  margin: 0;
}

.image-slider-holder .slick-prev {
  left: 20px;
}

.image-slider-holder .slick-next {
  right: 20px;
}

.image-slider-slick .image-holder {
  height: 640px;
}

.image-holder .slider-image {
  height: 100%;
  object-fit: contain;
  cursor: default;
}

@media (max-width: 800px) {
  .blog-content .image-slider-holder {
    padding: 0;
  }

  .image-slider-slick .image-holder {
    height: 300px;
  }

  .image-slider-holder .image-slider-slick {
    padding: 0;
  }

  .image-slider-holder div {
    padding: 0;
  }

  .image-holder .slider-image {
    margin-left: 0px;
  }
}

/*--------------- FB Comments ------------*/

.blog-content .comments-container {
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  margin-top: 16px;
}

/*--------------- Merchant CTA ------------*/

.blog-content .merchant-cta-holder {
  margin: 12px 8px;
}

.merchant-cta-holder .merchant-voucher-strip {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  background: rgba(51, 138, 237, 0.3);
}

.merchant-voucher-strip .voucher-strip-details {
  display: inline-block;
  color: rgba(51, 138, 237, 1);
  padding: 10px;
}

.merchant-voucher-strip .voucher-image {
  position: absolute;
  height: 38px;
  left: 200px;
  top: 0px;
  margin-top: 4px;
}

.merchant-voucher-strip .voucher-upto {
  display: inline-block;
  margin-left: 34px;
  color: #ff455f;
}

.merchant-voucher-strip .buy-now {
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  background: rgba(51, 138, 237, 0.8);
  display: inline-block;
  position: absolute;
  right: 0px;
}

.merchant-cta-holder .merchant-book-table {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  background: rgba(255, 117, 48, 0.3);
}

.merchant-book-table .book-table-detail {
  display: inline-block;
  color: #ff7530;
  padding: 10px;
}

.merchant-book-table .book-deal-button {
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  background: rgba(255, 117, 48, 0.8);
  position: absolute;
  right: 0;
}

.merchant-cta-holder .book-table {
  width: 50%;
  background-color: rgba(255, 117, 48, 0.3);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #ff7530;
  padding: 10px;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.merchant-cta-holder .book-a-table {
  width: 100%;
  background-color: rgba(255, 117, 48, 0.3);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #ff7530;
  padding: 8px;
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
}

.merchant-cta-holder .buy-vouchers {
  width: 50%;
  background-color: rgba(51, 138, 237, 0.3);
  text-align: center;
  font-size: 14px;
  padding: 2px;
  font-weight: 500;
  line-height: 1.43;
  color: rgb(51, 138, 237);
  display: inline-block;
  cursor: pointer;
}

.buy-vouchers .voucher-off {
  font-size: 12px;
  padding: 0px;
}

@media (max-width: 800px) {
  .blog-content .merchant-cta-holder {
    margin: 6px 16px;
    padding: 0px;
  }
}

/* ----------------MerchantWidget ------------- */
.merchant-widget-react {
  background: #fff;
  display: block;
  margin: 22px auto;
  border-radius: 8px;
  position: relative;
}

.merchant-widget-react .merchant-index {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  padding: 4px;
}

.merchant-widget-react .merchant-name {
  font-size: 30px;
  font-weight: bold;
  display: inline-flex;
  color: #ef1c74;
  gap: 4px;
  align-items: center;
}

.merchant-name .outlink-icon {
  padding: 0;
  margin: 0;
  height: 32px;
}

.merchant-widget-react .merchant-establishment {
  color: #ef1c74;
  margin-top: 6px;
  display: block;
}

.merchant-widget-react .rating-holder {
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding-top: 3px;
  vertical-align: top;
  margin-left: 24px;
  color: #fff;
  margin-top: 8px;
  padding-right: 8px;
}

.rating-holder .star {
  width: 12px;
  margin: 0;
  margin-left: 4px;
  display: inline-block;
  padding: 0;
  margin-right: 4px;
}

.merchant-widget-react .merchant-image-holder {
  width: 100%;
  height: auto;
  margin-top: 18px;
  position: relative;
}

.merchant-image-holder .merchant-image {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 8px;
}

.merchant-image-holder .offer-holder {
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: -14px;
  padding: 0 18px;
  padding-top: 8px;
}

.offer-holder .offer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.offer-holder .offer-detail {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.merchant-vouchers-holder {
  width: 100%;
  margin-top: 22px;
}

.merchant-vouchers-holder .merchant-vouchers {
  display: inline-block;
  border: 2px dashed rgba(0, 0, 0, 0.12);
  padding: 18px 10px;
  padding-left: 18px;
  width: 49%;
  margin-right: 2%;
  border-radius: 4px;
}

.merchant-vouchers .voucher-description-holder {
  display: inline-block;
}

.voucher-description-holder .voucher-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}

.voucher-description-holder .voucher-detail {
  vertical-align: middle;
  font-size: 12px;
}

.voucher-detail .voucher-icon {
  vertical-align: bottom;
  height: 28px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.voucher-detail .phonepe-icon {
  height: 24px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.merchant-vouchers .voucher-button-holder {
  display: inline-block;
  margin-left: 24px;
  vertical-align: top;
  float: right;
}

.voucher-button-holder .voucher-button {
  background: #458eff;
  color: #fff;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}

.merchant-vouchers-holder .merchant-booktable {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border: 1px solid;
  padding: 18px 10px;
  vertical-align: top;
  border: 2px dashed rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.merchant-vouchers-holder hr {
  border: none;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.12);
  margin: 16px 0;
}

.merchant-widget-react .merchant-details {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  margin-bottom: 8px;
}

.merchant-details.timings {
  display: block;
}

.merchant-details .timingDetails {
  color: #ef1c74;
}

.merchant-details .detail-heading {
  font-weight: bold;
}

.merchant-details .detail-title::after {
  content: ", ";
}

.merchant-details .detail-title:last-child::after {
  content: "";
}

.merchant-booktable .booktable-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}

.merchant-booktable .booktable-button {
  background: #ff9800;
  color: #fff;
  padding: 6px 16px;
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.merchant-widget-holder .get-directions {
  font-size: 16px;
  margin-left: 6px;
  text-decoration: underline;
}

.merchant-index-holder {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

@media (max-width: 800px) {
  .merchant-widget-react {
    width: 100%;
  }

  .merchant-vouchers-holder .merchant-vouchers {
    width: 100%;
    padding: 0;
    border: none;
  }

  .merchant-widget-holder .get-directions {
    font-size: 14px;
  }

  .merchant-widget-react .merchant-name {
    font-size: 18px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
  }

  .merchant-widget-react .merchant-index {
    font-size: 18px;
    padding: 0;
    overflow: hidden;
    margin-right: 4px;
  }

  .merchant-widget-react .merchant-establishment {
    font-size: 12px;
  }

  .merchant-widget-react .rating-holder {
    position: absolute;
    right: 16px;
    top: 14px;
    margin: 0;
  }

  .merchant-widget-react .merchant-image {
    width: 100vw;
    margin-left: -16px;
    border-radius: 0;
  }

  .voucher-description-holder .voucher-detail {
    font-size: 10px;
  }

  .merchant-vouchers .voucher-button-holder {
    margin-right: 0;
    margin-left: 16px;
    float: right;
    margin-top: 0;
  }

  .voucher-button-holder .voucher-button {
    font-size: 10px;
    padding: 10px 16px;
  }

  .merchant-vouchers-holder hr {
    margin: 10px 0;
  }

  .merchant-vouchers-holder .merchant-booktable {
    margin-top: 0;
    width: 100%;
    padding: 0;
    border: none;
  }

  .merchant-booktable .booktable-description {
    color: #ff9800;
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  .voucher-description-holder .voucher-description {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 0;
  }

  .merchant-booktable .booktable-button {
    float: right;
    font-size: 10px;
    padding: 10px 16px;
    width: 108px;
    text-align: center;
  }

  .merchant-widget-react .merchant-details {
    font-size: 14px;
    line-height: 1.5;
  }

  .merchant-name .outlink-icon {
    width: auto;
    height: 25px;
    margin-top: -2px;
  }
}

/*--------------- Voucher Dialog ----------*/

.voucher-dialog {
  width: 484px;
  height: 192px;
  z-index: 100;
  position: fixed;
  bottom: 60px;
  right: 8px;
  padding: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: width 2s;
  transition: width 2s;
  display: block;
  border-radius: 8px;
  padding-top: 0px;
  background-color: white;
}

.voucher-dialog .title {
  font-size: 20px;
  text-align: center;
  background-color: #ff9800;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  margin: 0 -8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.voucher-dialog .close-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  cursor: pointer;
}

.voucher-dialog .dialog-cover-holder {
  width: 172px;
  height: 104px;
  position: absolute;
  border-radius: 4px;
  margin-top: 4px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
}

.dialog-cover-holder .banner {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 36px;
  width: 100px;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 80%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.63) 40%,
    rgba(255, 255, 255, 0.63) 60%,
    rgba(255, 255, 255, 0.13) 100%
  );
  -webkit-animation: shimmereffect 2.5s infinite;
  animation: shimmereffect 2.5s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.dialog-cover-holder span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 16px;
  width: 86px;
  font-weight: bold;
  text-align: center;
}

.dialog-cover-holder .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.voucher-dialog .content-holder {
  margin-top: 12px;
}

.voucher-dialog .dialog-voucher-details {
  display: inline-block;
  padding-left: 184px;
  padding-top: 8px;
  position: relative;
  width: 100%;
  height: 112px;
}

.dialog-voucher-details .merchant-name {
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.87);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dialog-voucher-details .merchant-locality {
  font-size: 14px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.87);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 160px;
}

.dialog-voucher-details .voucher-min-val {
  font-size: 12px;
  line-height: 1.67;
  color: #458eff;
}

.voucher-min-val span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
}

.dialog-voucher-details .bought-icon {
  display: inline-block;
  vertical-align: top;
}

.dialog-voucher-details .bought {
  display: inline-block;
  font-size: 12px;
  padding-left: 4px;
}

.dialog-voucher-details .percent-off {
  position: absolute;
  right: 6px;
  bottom: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  color: #ff455f;
}

.dialog-voucher-details .percent-off span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.25;
}

.see-more-holder .see-more-text {
  margin: 40px auto;
  text-align: center;
  margin-bottom: 12px;
}

.see-more-holder .see-more-btn {
  text-align: center;
  display: block;
  margin: 0 auto;
  border: none;
  color: white;
  background: #338aed;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes shimmereffect {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes shimmereffect {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}

@media (max-width: 800px) {
  .voucher-dialog {
    width: 100%;
    height: 124px;
    bottom: 0;
    right: initial;
    padding-top: 8px;
    border-radius: 0;
  }

  .voucher-dialog .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    background-color: #fff;
    color: #ff9800;
    height: initial;
    text-align: left;
    margin-left: 0;
  }

  .voucher-dialog .close-icon {
    position: absolute;
    right: 8px;
    top: 2px;
  }

  .voucher-dialog .content-holder {
    margin-top: 0;
  }

  .voucher-dialog .dialog-cover-holder {
    width: 120px;
    height: 80px;
    border-radius: 4px;
  }

  .voucher-dialog .dialog-voucher-details {
    padding-left: 126px;
    padding-top: 0;
    height: initial;
  }

  .dialog-voucher-details .merchant-locality {
    width: initial;
  }

  .dialog-voucher-details .percent-off {
    font-size: 36px;
  }

  .see-more-holder .see-more-text {
    margin: 12px auto;
  }

  .see-more-holder .see-more-btn {
    padding: 8px 12px;
    font-weight: 500;
  }
}

.spotify-widget {
  text-align: center;
  margin: 12px 0;
}

/*--------------- Online Merchant Widget ----------*/

.collectionCard .voucherStickerTooltip {
  min-width: 200px;
  z-index: 1;
  white-space: normal;
}

.collectionCards .cover {
  filter: none;
  position: relative;
  padding: 0px;
}

.collectionCards .merchantName {
  color: rgba(0, 0, 0, 0.87);
}

.collectionCards .subCategory {
  color: rgba(0, 0, 0, 0.54);
}

.blog-content .merchantVoucherContainer {
  box-shadow: 1px 1px 10px 0 rgba(1, 1, 1, 0.12);
  margin: 16px 0px 16px 0px;
  padding: 12px 8px 8px 8px;
}

.online-merchant-widget .merchantVoucherContainer .viewAll {
  line-height: 30px;
}

.blog-content .icon {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.blog-content .subCategory {
  padding: 0px;
  font-weight: 500;
}

/*--------------- Online Merchant Widget End ----------*/

/*--------------- Blog CTA Button --------------------*/
.blog-cta-button-holder {
  position: relative;
  overflow: hidden;
}

.blog-cta-button-holder .blog-cta-button {
  background-color: #250b7d;
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin: auto;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 20px;
  border-radius: 40px;
  padding-right: 24px;
}

.blog-cta-button-holder .icon {
  height: 50px;
  width: 50px;
  margin: unset;
  padding: unset;
  border-radius: 50%;
}

.blog-cta-button .button-text {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 11;
  line-height: 26px;
  font-size: 18px;
  text-align: left;
  margin-left: 10px;
}

.blog-cta-button .white-button {
  height: 28px;
  width: 28px;
  background: white;
  border-radius: 50%;
  margin-left: 6px;
}

.white-button .right-arrow {
  height: 28px;
  width: 28px;
  margin: unset;
  padding: unset;
}

@media (max-width: 800px) {
  .blog-cta-button-holder {
    display: inline-block;
    margin: 0px -8px;
  }

  .blog-cta-button-holder {
    position: relative;
    overflow: hidden;
    margin: 0px -8px;
  }

  .blog-cta-button .white-button {
    right: 5%;
  }
}

/*--------------- App install Banner ----------*/

.app-install-widget .app_install_banner {
  width: 100%;
  padding: 8px 0px;
}

@media (max-width: 800px) {
  .app-install-widget .app_install_banner {
    width: 100vw;
  }

  .blog-content .one-click-online-widget {
    margin: 0 -12px;
  }
}

.alcohol-alert-bar,
.category-alert-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #eceef4;
  width: 100vw;
  padding: 10px 16px;
  display: block;
  box-shadow: 0 3px 14px 0 rgb(0 0 0 / 42%);
  padding: 16px;
}

.alcohol-alert-bar .alert-heading {
  color: #ff9800;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 22px;
}

.offer-holder .alcohol-offer-image,
.offer-container .alert-bar-image {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.offer-container .alert-bar-image {
  object-fit: cover;
}

.offer-holder .offer-text,
.offer-container .alert-bar-text {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  color: #ef1c74;
  font-weight: 500;
  line-height: 20px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 24px;
}

.offer-holder .arrow,
.offer-container .arrow {
  width: 44px;
  height: 44px;
  background: #ef1c74;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.category-seo-holder {
  background-color: lightgray;
}

.category-seo-holder .seo-content {
  width: 82%;
  margin: auto;
  padding: 30px 0;
}

/* BLOG HOME STYLES */

body {
  background-color: #f7f7fa;
}

.stuck {
  position: fixed;
  z-index: 11;
  width: 100%;
  top: 68px;
}

/*------------Header----------*/

.search-container .blog-search {
  width: 100%;
  position: relative;
}

.blog-search form {
  display: flex !important;
}

.blog-search .blog-search-input {
  float: left;
  width: 320px;
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  color: #3e5561;
  padding-left: 12px;
  font-size: 16px;
  background: #eceef4;
}

.blog-search .blog-search-input:focus {
  color: #3e5561;
}

.blog-search .blog-search-button {
  width: auto;
  border: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  background: #ef1c74;
  font-size: 12px;
  padding: 12px 20px;
  display: inline-block;
  margin-left: 8px;
}

.blog-search .blog-search-button:hover {
  background: #cd0b5b;
}

.blog-button-container .blog-search-mb {
  width: 100vw;
  position: absolute;
  display: none;
  top: 56px;
  left: 0;
  background: white;
  padding: 4px;
  z-index: 1000;
  font-size: 16px;
}

.blog-search-mb .blog-search-input {
  float: left;
  width: 100%;
  border: none;
  padding: 5px;
  height: 40px;
  color: #3e5561;
  padding-left: 36px;
  border: 1px solid #f7f7fa;
  margin-bottom: 4px;
  border-radius: 4px;
}

.blog-search-mb .blog-search-input:focus {
  color: #3e5561;
}

.blog-search-mb .blog-search-button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #f7f7fa;
  background: #f7f7fa;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

.blog-search-mb .search-icon {
  position: absolute;
  top: 10%;
  height: 28px;
}

.blog-search-mb .search-btn-mb {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #348aee;
  border: 0;
  padding: 12px 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 4px;
  width: 100%;
}

.header .header-menu {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
}

.blog-detail.site-header {
  padding: 2px 7.4% !important;
}

/* .site-header .container .header {
  display: inline-block;
  width: 60%;
  float: left;
  padding-top: 14px;
  height: 68px;
  padding-left: 80px;
  transition: 0.5s all;
  background: #fff;
} */

.header-blog .logo-holder {
  vertical-align: middle;
}

.blog-logo-container {
  display: flex;
  align-items: center;
  vertical-align: middle;
  column-gap: 5px;
}

.header .header-search {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.blog-button-container .subscribe-share {
  color: #ef1c74;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  border: solid 1px #ffffff;
  text-align: center;
  width: 110px;
  height: 42px;
  vertical-align: middle;
  line-height: 34px;
  position: initial;
  right: 276px;
  top: 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  top: 50%;
  /* transform: translateY(-50%); */
}

.subscribe-dialog {
  border-radius: 8px !important;
}

.blog-button-container .search {
  background: none;
  /* position: absolute; */
  /* top: 6px;
	right: 70px;
	line-height: 45px;
	padding: 6px 16px; */
  color: white;
  border: 0;
  /* font-size: 1.4em; */
  cursor: pointer;
  outline: none;
  z-index: 12;
  padding: 0;
}

.header .logo {
  height: 34px;
  cursor: pointer;
}

.container .blog-button-container {
  display: inline-block;
  /* position: relative; */
  /* width: 40%; */
  height: 68px;
  background: #fff;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.blog-button-container .user-holder {
  position: relative;
  padding: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 1;
  font-size: 12px;
  border-radius: 4px;
}

.user .user-icon {
  height: 24px;
  width: 24px;
}

.user .coin-info {
  bottom: -10px !important;
  right: -10px !important;
}

.blog-button-container .user {
  background: #ef1c74;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 18px;
  padding-bottom: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.user.logged-in {
  padding: 0;
}

.blog-button-container .user-menu {
  width: 100px;
  margin-top: 10px;
  padding: 16px 16px 16px 16px;
  box-shadow: 0 3px 6px 0 rgba(61, 85, 97, 0.5);
}

.profile-detail .hello {
  width: 100px;
  height: 16px;
  font-family: Roboto;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #333;
}

.profile-detail .user-name {
  width: 100px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #333;
}

.profile-detail .user-image-popover {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.user-menu .logout {
  width: 100%;
  font-family: Roboto;
  padding: 4px 4px 4px 0;
  color: #3e5561;
}

.user-menu .logout:hover {
  background: white;
}

.user-menu .detail-divider {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.blog-button-container .user-image {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.logged-in .desktop-balance {
  background: #e8e8e8;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 4px 12px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.view-bookmark .view-bookmarktext {
  display: none;
  width: 130px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 4px;
  position: absolute;
  line-height: 1.4;
  z-index: 12;
  top: 120%;
  left: 50%;
  margin-left: -68px;
  font-size: 14px;
}

.view-bookmark .view-bookmarktext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.view-bookmark img {
  height: 24px;
  width: 24px;
}

.view-bookmark:hover .view-bookmarktext {
  display: block;
}

.blog-button-container .view-bookmark {
  position: initial;
  width: auto;
  top: 50%;
  right: 220px;
  border-radius: 50%;
  cursor: pointer;
  /* transform: translateY(-50%); */
  padding: 8px 10px;
  transition: 0.5s background-color;
  z-index: 12;
}

.blog-button-container .view-bookmark:hover {
  background: rgba(0, 0, 0, 0.12);
}

.blog-button-container .hamburger-holder {
  background: none;
  position: initial;
  color: white;
  border: 0;
  padding: 0 4px;
  border-radius: 50%;
  transition: 0.5s background-color;
}

.blog-button-container .hamburger-holder:hover {
  background: rgba(0, 0, 0, 0.12);
}

.hamburger-holder .hamburger {
  background: none;
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  color: white;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  outline: none;
  z-index: 1;
}

.hamburger img {
  width: 24px;
  height: 24px;
}

.header .menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 150px;
  background: #ffffff;
  position: absolute;
  top: 56px;
  right: 5%;
  text-align: center;
  font-size: 12px;
  display: none;
  border: #dddddd 1px solid;
  border-radius: 8px;
}

.menu .header-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.header-menu li {
  display: block;
  color: #666;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.header-menu li:hover {
  display: block;
  background: #f1f1f1;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.header .blog-menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 150px;
  background: #ffffff;
  position: absolute;
  top: 56px;
  right: 5%;
  text-align: center;
  font-size: 12px;
  display: none;
  border: #dddddd 1px solid;
  border-radius: 8px;
}

.blog-menu .blog-header-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.blog-header-menu li {
  display: block;
  color: #666;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.blog-header-menu li:hover {
  display: block;
  background: #f1f1f1;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.user-holder.login {
  right: 0% !important;
}

@media (max-width: 800px) {
  /* .site-header {
    height: auto;
  } */

  /* .site-header .container .header {
    display: block;
    width: auto;
    float: none;
    height: auto;
    padding: 0;
  } */

  .header .logo {
    height: 26px;
    margin-top: 0;
  }

  .logged-in .coin-info {
    bottom: 0 !important;
  }

  .container .blog-button-container {
    margin-right: 0;
    padding-left: 0;
    width: fit-content;
    gap: 8px;
    height: auto;
  }

  .blog-button-container .user {
    font-size: 12px;
    padding: 4px 12px;
    padding-bottom: 6px;
    line-height: initial;
    position: inherit;
  }

  .user.logged-in {
    padding: 0;
  }

  .blog-button-container .view-bookmark {
    padding: 0;
  }

  .blog-button-container .hamburger-holder {
    background: none;
    /* position: absolute; */
    /* top: 50%; */
    /* right: 2px; */
    color: white;
    border: 0;
  }

  .hamburger-holder .hamburger {
    background: none;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    color: white;
    border: 0;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    z-index: 1;
  }

  .view-bookmark:hover .view-bookmarktext {
    display: none;
  }

  .blog-button-container .user-image {
    border-radius: 50%;
  }
}

/*------------Cover----------*/

.cover-image {
  width: 100%;
  max-height: 280px;
  height: 280px;
  display: block;
}

@media (max-width: 800px) {
  .cover-image {
    height: 200px;
    object-position: center;
    object-fit: cover;
  }
}

/*------------Main Navigation----------*/

.category-navigation {
  padding: 10px 0 0;
  text-align: center;
  margin: auto;
  background: white;
  overflow: auto;
  white-space: nowrap;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

.category-navigation.sticky-navigation {
  display: none;
  position: fixed;
  top: 68px;
  width: 100%;
  z-index: 2;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 12%);
}

.category-navigation a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: solid 4px #fff;
  padding: 12px 24px;
  cursor: pointer;
  text-transform: uppercase;
}

.category-navigation a:hover {
  color: #ef1c74;
  font-weight: 500;
}

.category-navigation a.active {
  color: #ef1c74;
  border-bottom: solid 4px #ef1c74;
  font-weight: 500;
}

/*------------- Blog Heading ---------------------*/

.blogs-container .headings {
  padding-left: 12px;
  margin-bottom: 8px;
}

.headings .blog-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87);
}

.headings .blog-subheading {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  text-transform: capitalize;
}

@media (max-width: 800px) {
  .headings .blog-heading {
    font-size: 20px;
  }
}

/*------------Blogs Container----------*/

.blogs-container {
  background-color: #f7f7fa;
  width: 90%;
  max-width: 1200px;
  margin: 12px auto;
  padding: 12px 0;
}

.blog-holder {
  padding: 12px;
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.blogs-container .blog {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
  max-width: 364px;
  margin: 0 auto;
}

.blogs-container .blog:hover {
  box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.12);
}

.blog-cover-holder {
  position: relative;
  height: 208px;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.blog-holder .pin-holder {
  position: relative;
}

.pin-holder .pinit {
  position: absolute;
  display: block;
  top: 4px;
  left: 6px;
  opacity: 0.4;
  z-index: 1;
}

.pin-holder .pinit:hover {
  opacity: 1;
}

.pinit .pinit-text {
  width: 30px;
}

.blog-cover-holder .blog-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.4s;
}

.blog-cover-holder .blog-cover:hover {
  transform: scale(1.1);
}

.blog-cover-holder h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 20px;
  background-color: #f77072;
  padding: 4px 8px;
}

.blog .blog-details {
  position: relative;
}

.blog-details .category {
  position: absolute;
  left: 0px;
  top: -16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33;
  padding: 4px 8px;
  text-align: left;
  background-color: #000000;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.blog-details .blog-title {
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  padding-top: 22px;
  margin-bottom: 12px;
  font-size: 24px;
  height: 84px;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 0px;
}

.blog-details .blog-description {
  font-size: 16px;
  padding: 0 16px;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.54);
}

.blog-description .read-more {
  color: #338aed;
}

.blog-details .tags {
  padding: 4px 16px;
  margin-top: 18px;
  /* height: 32px; */
  overflow: hidden;
}

.tags .tag-holder {
  padding: 4px 6px;
  background: white;
  margin-right: 4px;
  margin-bottom: 8px;
}

.tag-holder .tag-name {
  color: rgba(0, 0, 0, 0.54);
}

.blog-details .date {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
  padding: 16px;
  padding-top: 2px;
  display: inline-block;
}

.blog-details .share {
  position: absolute;
  right: 10px;
  bottom: 6px;
}

.blog-details .share-value {
  position: absolute;
  right: 48px;
  bottom: 16px;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.54);
}

.center {
  text-align: center;
}

@media (max-width: 800px) {
  .blogs-container {
    width: 100%;
  }

  .blogs-container .blog-holder {
    width: 100%;
    padding: 4px 8px;
    margin: 4px 0;
  }

  .pin-holder .pinit {
    opacity: 1;
  }
}

/*------------Pagination---------------*/

.pagination {
  display: block;
  text-align: center;
  padding: 16px;
}

.pagination a {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: none;
  padding: 0;
  border: none;
}

.pagination img {
  box-sizing: content-box;
  width: 100%;
}

.pagination .left-arrow {
  transform: rotate(180deg);
}

.pagination span {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
  padding: 16px;
  vertical-align: 14px;
}

/*---------Trending Blogs---------*/

.trending-banner {
  height: 140px;
  background: #fff;
}

.trending-blog-slider {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.trending-banner .trending-text {
  color: #ff9800;
  padding: 10px 16px;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}

.trending-banner .close {
  position: absolute;
  right: 4px;
  top: 12px;
  width: 20px;
}

.trending-banner .content-holder {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.content-holder .slick-prev {
  left: -8px;
  z-index: 10;
}

.content-holder .slick-next {
  right: -8px;
  z-index: 10;
}

.trending-blog {
  display: inline-block;
  position: relative;
}

.trending-blog .blog-image-holder {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  margin: 4px 24px;
  margin-right: 16px;
}

.blog-image-holder .blog-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.trending-blog .trending-blog-content {
  width: 100%;
  vertical-align: top;
  padding-left: 112px;
}

.trending-blog-content .content-heading {
  font-size: 16px;
  height: 50px;
  line-height: 1.3;
  padding: 8px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trending-blog-content .content-time {
  color: rgba(0, 0, 0, 0.54);
  padding: 8px;
  font-size: 14px;
}

/*----------blog Scroll----------*/

.scroll-top-btn {
  bottom: 148px;
  z-index: 20;
}

.best-offers-holder {
  bottom: 66px;
  z-index: 20;
}

/* Tooltip  */
.tooltip .tooltipText.login {
  left: -132% !important;
}

@media (max-width: 800px) {
  .tooltip .tooltipText.login {
    left: -168% !important;
  }

  .best-offers-holder.alcohol-blog {
    bottom: 116px;
  }

  .scroll-top-btn.alcohol-blog {
    bottom: 194px;
  }
}

.MuiDialog-container .subscribeDialog {
  background-image: url("http://static.magicpin.com/samara/static/images/blog/blog-subscribe-header.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 24px 16px;
  background-size: 100%;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .MuiDialog-container .subscribeDialog {
    background-image: url("http://static.magicpin.com/samara/static/images/blog/blog-subscribe-header-mobile.svg");
  }
}
