:root {
  --gray: #757575;
  --border-gray: #dfdfdf;
  --black: #2d2d2d;
  --primary: #fe4f70;
}
.section-padding {
  padding: 60px 0 60px;
}
.pointer {
  cursor: pointer;
}
.zoom-in {
  cursor: zoom-in;
}
.share-btn i {
  font-size: 24px;
}
.share-btn {
  border: none;
  background: no-repeat;
  height: 30px;
  padding: 0;
  line-height: 1;
}
.share-btn:hover {
  opacity: 0.4;
}
.preview {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.5);
  z-index: 1;
  top: 0;
}
.preview .number {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .preview .number {
    font-size: 30px;
  }
}
.login-container {
  max-width: 350px;
  margin: auto;
}
.login-right-image {
  height: 100svh;
  object-fit: cover;
  object-position: center;
}
.login-container .login-heading {
  width: 100%;
  text-align: left;
}
.login-container .login-heading h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
}
.login-container .login-heading p {
  font-size: 16px;
  color: var(--gray);
  font-weight: 600;
}
.google-btn {
  border: 2px solid var(--border-gray);
  border-radius: 6px;
  padding: 6px 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.google-btn .text {
  margin-left: 6px;
  font-weight: 600;
  font-size: 18px;
}
.google-btn .logo {
  position: relative;
  top: -3px;
  font-size: 24px;
}
.login-container .divider {
  position: relative;
  margin-bottom: 35px;
}
.auth-section {
  height: 100svh;
}
.login-container .divider:before,
.login-container .divider:after {
  content: "";
  border-top: 1px solid var(--border-gray);
  position: absolute;
  display: inline-block;
  width: 130px;
  top: 50%;
  transform: translateY(-50%);
}
.login-container .divider:before {
  left: -145px;
}
.login-container .divider:after {
  right: -145px;
}
.login-form-container form input {
  border: none;
  border-bottom: 2px solid var(--border-gray);
  width: 100%;
  font-style: normal;
  margin-bottom: 16px;
  padding: 6px 0;
  font-size: 16px;
}
.login-form-container form button {
  background-color: var(--black);
  color: #fff;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 18px;
}
.login-form-container form button:hover {
  background-color: var(--primary);
}
.login-text p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.login-text p a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  margin-left: 4px;
}
.login-text p a:hover {
  color: var(--black);
}
.slider-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  color: #fff;
}
.slider-text-container .slider-text {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.slider-text-container .rating {
  display: flex;
}
.slider-text-container .rating i {
  margin: 0 2px;
  font-size: 24px;
  color: #b7dd29;
  margin-bottom: 5px;
}
.slider-text-container .text-details {
  margin-top: 5px;
}
.slider-text-container .text-details .title {
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 6px;
}
.slider-text-container .text-details .sub-title {
  font-size: 14px;
}
.slider-right-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7) 30%, #fff0 70%);
  z-index: 1;
}
.slider-text-container {
  z-index: 99;
}
@media (max-width: 591px) {
  .login-container .login-heading h2 {
    font-size: 32px;
  }
  .login-container .login-heading p {
    font-size: 14px;
  }
  .google-btn {
    padding: 4px 30px;
  }
  .google-btn .text {
    font-size: 16px;
  }
  .google-btn .logo {
    position: relative;
    top: -2px;
    font-size: 22px;
  }
}
.auth-section .back-btn {
  position: fixed;
  top: 10px;
  left: 20px;
}
.auth-section .back-btn a i {
  position: relative;
  top: 0.6px;
  left: 2px;
  font-size: 26px;
}
.login-image-slider .splide__arrow svg {
  fill: #fff;
}
.login-image-slider .splide__arrow--next,
.login-image-slider .splide__arrow--prev {
  top: auto;
  transform: none;
  bottom: 30px;
  background: none;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
}
.login-image-slider .splide__arrow--next {
  right: 40px;
}
.login-image-slider .splide__arrow--prev {
  left: auto;
  right: 120px;
}
@media (max-width: 1600px) {
  .login-image-slider .splide__arrow--prev {
    left: auto;
    right: 100px;
  }
  .login-image-slider .splide__arrow--next,
  .login-image-slider .splide__arrow--prev {
    width: 40px;
    height: 40px;
  }
  .slider-text-container .slider-text {
    font-size: 28px;
  }
  .slider-text-container .text-details .title {
    font-size: 22px;
  }
  .slider-text-container .text-details .sub-title {
    font-size: 14px;
  }
  .slider-text-container .rating i {
    font-size: 16px;
  }
  .login-container .login-heading h2 {
    font-size: 32px;
  }
}
.top-bar-container {
  background-color: var(--primary);
  padding: 6px 0;
  color: #fff;
}
.top-bar-container .select-title {
  white-space: nowrap;
}
.top-bar-container .select-dropdown {
  background: #fff;
  color: #000;
  padding: 4px 12px;
  font-size: 14px;
  width: 100%;
  max-width: 250px;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.top-bar-container .select-dropdown i {
  position: relative;
  top: -1px;
  font-size: 14px;
  color: var(--primary);
}
.topbar-search.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.topbar-search.modal-container .modal-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.topbar-search .modal--content {
  position: relative;
  z-index: 999;
  margin: 40px auto 0;
  max-width: 850px;
}
.topbar-search .modal--content .modal-content-inner {
  position: relative;
  background-color: #fff;
  z-index: 999;
  border-radius: 14px;
  padding: 35px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.topbar-search .search-results .search-list {
  max-height: 40vh;
  overflow: auto;
}
.topbar-search .search-bar {
  position: relative;
}
.topbar-search .search-bar i {
  position: absolute;
  z-index: 9;
  top: 11px;
  left: 20px;
}
.topbar-search .search-bar input {
  width: 100%;
  border-color: var(--border-gray);
  border-radius: 50px;
  font-style: normal;
  padding: 12px 15px 12px 48px;
}
.topbar-search .search-bar input:focus {
  box-shadow: none !important;
}
.topbar-search .search-results .title {
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 16px;
  color: var(--primary);
}
.topbar-search .search-results .search-list div {
  margin-right: 14px;
  color: var(--gray);
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid var(--border-gray);
  padding: 2px 8px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.topbar-search .search-results .search-list div:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.topbar-search .modal--content .modal-content-inner .close-btn {
  position: absolute;
  top: 2px;
  right: 8px;
  z-index: 99;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.topbar-search .modal--content .modal-content-inner .close-btn:hover {
  color: var(--primary);
}
.top-bar-container .social-links a {
  margin-right: 10px;
  background: #fff;
  color: #fe4f70;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.top-bar-container .social-links a:hover {
  opacity: 0.9;
}
.header-search.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.header-search.modal-container .modal-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.header-search .modal--content {
  position: relative;
  z-index: 999;
  margin: 40px auto 0;
  max-width: 850px;
}
.header-search .modal--content .modal-content-inner {
  position: relative;
  background-color: #fff;
  z-index: 999;
  border-radius: 14px;
  padding: 35px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-search .search-bar {
  position: relative;
}
.header-search .search-bar i {
  position: absolute;
  z-index: 9;
  top: 11px;
  left: 20px;
}
.header-search .search-bar input {
  width: 100%;
  border-color: var(--border-gray);
  border-radius: 50px;
  font-style: normal;
  padding: 12px 15px 12px 48px;
}
.header-search .search-bar input:focus {
  box-shadow: none !important;
}
.header-search .search-results .title {
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 16px;
  color: var(--primary);
}
.header-search .search-results .search-list {
  max-height: 40vh;
  overflow: auto;
}
.header-search .search-results .search-list div {
  margin-right: 14px;
  color: var(--gray);
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid var(--border-gray);
  padding: 2px 8px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.header-search .search-results .search-list div:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.header-search .modal--content .modal-content-inner .close-btn {
  position: absolute;
  top: 2px;
  right: 8px;
  z-index: 99;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.header-search .modal--content .modal-content-inner .close-btn:hover {
  color: var(--primary);
}
.header-search .site-banner__search .category-container {
  padding: 13px 0;
  background: #fe4f70;
  color: #fff;
  margin-left: -20px;
  margin-right: 16px;
  border-radius: 40px 0 0 40px;
  padding-left: 16px;
}
.header-search .site-banner__search .select-category {
  cursor: pointer;
  color: #fff;
  min-width: 130px;
  border: none;
  background: none;
  font-weight: 600;
}
.header-search .site-banner__search .select-category i {
  position: relative;
  top: -3px;
  margin-right: 14px;
}
.header-search .site-banner__search .site-banner__search__input {
  line-height: 50px;
}
.header-search .site-banner__search.layout-02 .field-submit button {
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.header-search .text-content {
  margin-bottom: 24px;
}
.header-search .search-results {
  margin-top: 40px;
}
.header-search .text-content h2 {
  font-weight: 500;
  margin-bottom: 3px;
}
.header-search .text-content p {
  font-size: 14px;
}
.header-search .dropdown-list {
  position: absolute;
  top: calc(100% + -2px);
  padding-top: 6px;
  color: var(--black);
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 99;
}
.header-search .dropdown-list > div {
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.1);
  background-color: #fff;
  padding: 8px 0;
}
.header-search .dropdown-list > div div {
  padding: 8px 25px;
  color: #000;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}
.header-search .dropdown-list > div div i {
  position: relative;
  top: -3px;
  margin-right: 14px;
}
.header-search .dropdown-list > div div:hover,
.header-search .dropdown-list > div div:focus-visible {
  background-color: var(--primary);
  color: #fff;
}
.scroll-bar-style1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
  background-color: #f5f5f5;
}
.scroll-bar-style1::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-bar-style1::-webkit-scrollbar-thumb {
  background-color: var(--gray);
}
.auth-modal.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.auth-modal.modal-container .modal-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.auth-modal .modal--content {
  position: relative;
  z-index: 999;
  margin: 80px auto 0;
  max-width: 430px;
}
.auth-modal .modal--content .modal-content-inner {
  position: relative;
  background-color: #fff;
  z-index: 999;
  border-radius: 14px;
  padding: 35px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.auth-modal .modal--content .modal-content-inner .close-btn {
  position: absolute;
  top: 2px;
  right: 8px;
  z-index: 99;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.auth-modal .modal--content .modal-content-inner .close-btn:hover {
  color: var(--primary);
}
@media (max-width: 768px) {
  .hero-section .flex {
    flex-direction: column-reverse;
  }
  .hero-section .banner.slick-sliders {
    width: 100%;
  }
  .hero-section .banner.slick-sliders img {
    height: 500px;
  }
  .hero-section .banner-left {
    width: 100%;
    position: relative;
    height: 300px;
  }
  .hero-section .banner-left::after {
    background-size: contain;
    background-image: url(https://images.prismic.io/shaadibook/ZfFEUUmNsf2sHiV0_bg-top.png?auto=format,compress);
    width: 60px;
    height: 650px;
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    top: -7.7vw;
    bottom: 0;
    width: 100%;
  }
  .banner-wrap .banner-content {
    top: auto !important;
    bottom: 40px !important;
    transform: none !important;
    left: 20px !important;
    right: 20px !important;
  }
  .banner-wrap .banner-content h1 {
    font-size: 38px !important;
    max-width: 100% !important;
  }
  .banner-wrap .banner-content p {
    max-width: 100% !important;
  }
}
@media (max-width: 591px) {
  .banner-wrap .banner-content h1 {
    font-size: 26px !important;
  }
  .hero-section .banner-left {
    height: 300px !important;
  }
}
.site-header {
  box-shadow: rgb(0 0 0 / 0.05) 0 1px 5px 0;
}
.right-header > a > div.right-header__button.btn i {
  position: relative;
  font-size: 18px !important;
  top: 2px;
  margin-right: 4px;
}
.search-btn-header {
  border: 0;
  background-color: #fe4f70;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: -1px;
  transition: all 0.3s ease-in-out 0s;
}
.search-btn-header i {
  color: #fff;
  font-size: 22px;
  position: relative;
  top: -2px;
}
.search-btn-header:hover,
.site-banner__search.layout-02 .field-submit button:hover {
  opacity: 0.7;
}
.banner-wrap .banner-content p {
  max-width: 500px;
}
.row-gap30 {
  row-gap: 30px;
}
.featured-image-blog img,
.image-blog img {
  border-radius: 10px;
}
.meta_date {
  font-size: 14px;
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 10px;
}
.meta_date i {
  margin-right: 6px;
  position: relative;
  top: -2px;
  color: var(--primary);
}
.place-title.blog_title {
  font-size: 30px !important;
  line-height: 1.4 !important;
}
@media (max-width: 591px) {
  .place-title.blog_title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}
.blog_description p strong a {
  color: #fe4f70;
}
.blog_description p a strong {
  color: #fe4f70;
}
.blog_description p strong a:hover {
  color: #000;
}
.blog_description p a strong:hover {
  color: #000;
}
.blog_content {
  font-size: 18px;
  line-height: 1.7;
}
.blog_content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.blog_content p strong {
  font-weight: 700;
}
.blog_content p a,
.blog_content p a strong {
  color: var(--primary) !important;
  transition: all 0.3s ease-in-out 0s;
}
.blog_content p a:hover,
.blog_content p a:hover strong {
  color: var(--black) !important;
}
.blog_content h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 20px 0 15px 0;
}
.blog_content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 40px 0 15px 0;
}
.blog_content ul,
.blog_content ol {
  margin-left: 2rem;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
}
.blog_content ul li {
  list-style-type: circle;
  margin-bottom: 10px;
}
.blog_content ol li {
  margin-bottom: 10px;
}
.blog_content em {
  padding: 0.2em;
  background-color: #fcf8e3;
  font-style: normal;
  border-radius: 2px;
}
@media (max-width: 591px) {
  .blog_content {
    font-size: 16px;
    line-height: 1.7;
  }
  .blog_content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .blog_content h2 {
    font-size: 1.4rem;
  }
  .blog_content h3 {
    font-size: 1.2rem;
  }
  .blog_content ul {
    margin-left: 1.5rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
  }
  .blog_content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
  }
}
.image-blog {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 6px;
}
.image-blog figure div {
  height: 100%;
}
.image-blog.image-2 figure {
  width: calc(100% / 2);
  padding: 0 5px;
}
.image-blog.image-2 figure img {
  border-radius: 10px;
}
.image-blog.image-3 figure:first-child {
  width: 100%;
}
.image-blog.image-3 figure {
  width: calc(100% / 2);
  padding: 0 5px;
}
.image-blog.image-3 figure img {
  border-radius: 10px;
}
.image-blog.image-4 figure:first-child,
.image-blog.image-5 figure:first-child {
  width: 100%;
}
.image-blog.image-4 figure,
.image-blog.image-5 figure {
  width: calc(100% / 3);
  padding: 0 5px;
}
.image-blog.image-5 figure div {
  position: relative;
}
.image-blog.image-4 figure img,
.image-blog.image-5 figure img {
  border-radius: 10px;
}
.image-blog.image-5 figure > div.last-child > .more-image {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.5);
  z-index: 1;
  border-radius: 10px;
  font-size: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .image-blog.image-5 figure:last-child > div > .more-image {
    font-size: 30px;
  }
}
.post__thumb img {
  height: 230px !important;
}
.page-title--small {
  padding: 60px 0 40px;
  height: auto;
}
.skeleton .square {
  height: 80px;
  border-radius: 5px;
  background: rgb(130 130 130 / 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, rgb(130 130 130 / 0.2)),
    color-stop(18%, rgb(130 130 130 / 0.3)),
    color-stop(33%, rgb(130 130 130 / 0.2))
  );
  background: linear-gradient(
    to right,
    rgb(130 130 130 / 0.2) 8%,
    rgb(130 130 130 / 0.3) 18%,
    rgb(130 130 130 / 0.2) 33%
  );
  background-size: 800px 100px;
  animation: wave-squares 2s infinite ease-out;
}
.skeleton .line {
  height: 12px;
  margin-bottom: 6px;
  border-radius: 2px;
  background: rgb(130 130 130 / 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, rgb(130 130 130 / 0.2)),
    color-stop(18%, rgb(130 130 130 / 0.3)),
    color-stop(33%, rgb(130 130 130 / 0.2))
  );
  background: linear-gradient(
    to right,
    rgb(130 130 130 / 0.2) 8%,
    rgb(130 130 130 / 0.3) 18%,
    rgb(130 130 130 / 0.2) 33%
  );
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out;
}
@keyframes wave-lines {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes wave-squares {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
#nprogress .bar {
  top: 100px !important;
  z-index: 999999999999 !important;
}
@media (max-width: 575px) {
  #nprogress .bar {
    top: 92px !important;
  }
}
#nprogress .peg {
  display: none !important;
}
.copyright-text {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}
.upgrade-box h4 {
  max-width: 700px;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.upgrade-box ul {
  margin-left: 1.5rem;
  margin-top: 40px;
  margin-bottom: 43px;
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}
.upgrade-box ul li {
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  padding-left: 5px;
  position: relative;
  list-style: none;
}
.upgrade-box ul li::before {
  content: "";
  background: url(https://images.prismic.io/shaadibook/ZfxMhs68zyqdRop0_check-icon.png?auto=format,compress)
    no-repeat;
  background-size: contain;
  position: absolute;
  left: -22px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.upgrade-box img {
  top: auto;
  right: 10px;
  bottom: -28px;
  width: 450px;
}
.upgrade-box a {
  border-radius: 14px;
  text-transform: capitalize;
}
.upgrade-box .box {
  text-transform: capitalize;
}
.upgrade-box.blog-post img {
  bottom: -85px;
  width: 300px;
}
@media (max-width: 1200px) {
  .upgrade-box ul {
    margin-top: 30px;
    margin-bottom: 36px;
  }
  .upgrade-box a {
    width: max-content;
  }
  .upgrade-box img {
    bottom: -42px;
    width: 390px;
  }
  .upgrade-box.blog-post img {
    display: none;
  }
}
@media (max-width: 991px) {
  .upgrade-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .upgrade-box h4 {
    text-align: center;
  }
  .upgrade-box a {
    width: 60%;
  }
  .upgrade-box img {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .upgrade-box.blog-post {
    display: block;
    max-width: none;
  }
  .upgrade-box.blog-post h4 {
    text-align: left;
  }
  .upgrade-box.blog-post a {
    width: max-content;
  }
  .upgrade-box.blog-post img {
    display: block;
    bottom: -78px;
  }
}
@media (max-width: 768px) {
  .upgrade-box h4 {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .upgrade-box ul {
    margin-top: 30px;
    margin-bottom: 36px;
    font-size: 18px;
  }
  .upgrade-box ul li {
    margin-bottom: 12px;
  }
  .upgrade-box.blog-post a {
    width: max-content;
  }
}
@media (max-width: 575px) {
  .upgrade-box h4 {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .upgrade-box ul {
    margin-top: 20px;
    margin-bottom: 26px;
    font-size: 18px;
  }
  .upgrade-box a,
  .upgrade-box.blog-post a {
    width: 100%;
  }
}
.post__thumb.hover__box__thumb .square {
  height: 230px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .post__thumb img {
    height: 180px !important;
  }
  .post__thumb.hover__box__thumb .square {
    height: 180px !important;
  }
}
.faq-title {
  font-size: 20px !important;
}
.title-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .sidebar.fixed {
    top: 90px !important;
  }
}
@media (max-width: 383px) {
  .hero-section .banner-left {
    height: 330px !important;
  }
}
.title-wrap h2 strong {
  font-weight: 600 !important;
}
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600 !important;
}
img.site__brand__logo {
  width: 230px;
}
p a {
  color: var(--primary);
}
.splide {
  height: 100%;
}
.splide__track {
  height: 100%;
}
.faq-content ul li {
  list-style: symbols("•");
}

.place-item iframe {
  height: 350px;
  width: 100%;
  border-radius: 10px;
}
.meta_author {
  display: flex;
  gap: 5px;
}
.meta_author svg {
  color: var(--primary);
}
