/*
* This file consists of css used on website
*/

/*** Homepage css ***/

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
}

.container {
  max-width: 1140px;
  margin: 0px auto;
  width: 100%;
  padding: 0px !important;
}
#wpadminbar {
  position: fixed !important;
  top: 0px !important;
}

.site-content {
  padding: 0px 20px !important;
}
.hp-link:hover {
  color: #ff247d;
}
.hp-link:hover i {
  color: #ff247d;
}
.widget_categories li.current-cat > a {
  color: #ff247d;
}
.widget_categories li.current-cat::before {
  color: #ff247d;
}
.widget_categories li:hover::before {
  color: #ff247d;
}
.widget_categories li:hover > a {
  color: #ff247d;
}
.hp-status--draft span,
.hp-status--trash span,
.hp-status--wc-refunded span {
  color: #ff247d;
  border-color: #ff247d;
}
.tagcloud a:hover {
  border-color: #ff247d;
  color: #ff247d;
}
.post__details a:hover {
  color: #ff247d;
}
.pagination .nav-links > a:hover {
  color: #ff247d;
}
.comment__details a:hover {
  color: #ff247d;
}
.post-navbar__link:hover i {
  color: #ff247d;
}
.hp-menu--tabbed .hp-menu__item a:hover {
  color: #ff247d;
}
.hp-menu--tabbed .hp-menu__item--current::before {
  background-color: #ff247d;
}
.hp-menu--tabbed .hp-menu__item--current a {
  color: #ff247d;
}
.post--archive {
  border-width: 1.5px;
  border-color: #ff247d;
}
p {
  line-height: 1.34;
}
/******************** Header Start *******************************/
body {
  position: relative;
  top: 97.5px;
}
.site-header .header-navbar {
  padding: 0px !important;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.admin-bar .site-header .header-navbar {
  top: 32px;
}
.site-header .header-navbar .header-top-section {
  max-width: 1180px;
  margin: 0px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.site-header .header-navbar__actions {
  display: none;
}
.site-header .header-navbar__start {
  margin: 0px !important;
  width: 230px !important;
}
.site-header .header-navbar__end {
  width: calc(100% - 250px) !important;
}
.site-header .header-navbar__menu {
  margin: 0px !important;
}
.site-header .header-navbar__menu ul li {
  padding: 0px !important;
}
.site-header .header-navbar__menu ul li:hover::after {
  color: #ff247d;
}
.site-header .header-navbar__menu ul li::before {
  display: none;
}
.site-header .header-navbar__menu #menu-header-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.site-header .header-navbar__menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
  padding: 8px 10px;
}
.site-header .header-navbar__menu ul li a:hover {
  color: #fff !important;
  background-color: #565656;
}

.site-header .header-navbar__menu ul li.current-menu-item > a {
  color: #000;
  font-weight: 600;
}

.site-header .header-navbar__menu ul li ul {
  padding: 20px 10px !important;
  width: 650px;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .header-navbar__menu ul li:hover ul {
  display: flex;
  flex-wrap: wrap;
}
.site-header .header-navbar__menu ul li:last-child ul {
  width: fit-content;
  left: 0%;
  transform: translateX(0%);
}
.site-header .header-navbar__menu ul li ul li {
  width: 33.33%;
}
.site-header .header-navbar__menu ul li:last-child ul li {
  width: 100%;
}
.site-header .header-navbar__menu ul li.header-blog-menu ul {
  width: fit-content;
}
.site-header .header-navbar__menu ul li.header-blog-menu ul li {
  width: 100%;
}
.site-header .header-navbar__menu ul li ul li a {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 100%;
}
.site-header .header-navbar__menu ul li ul li:hover a {
  background-color: #ff247d !important;
  color: #fff !important;
}
.site-header .header-navbar__burger > a i {
  color: #000 !important;
}
.logged-in .site-header .header-navbar__burger > ul::before {
  color: #000 !important;
  top: 15px;
}
.logged-in .site-header .header-navbar__burger > ul {
  padding-top: 45px;
}
.site-header .menu-item--user-login a {
  padding: 8px 15px !important;
  background-color: #ff247d;
  color: #fff !important;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.site-header .header-navbar__menu ul li.menu-item--user-login a:hover {
  background-color: #ca1961;
  color: #fff !important;
}
.site-header .menu-item--user-login a i {
  margin-left: 8px;
  color: #fff !important;
}
.site-header .header-navbar__burger {
  margin-right: 0px !important;
}
.site-header .hp-link:hover i {
  color: #fff;
}
/* Home Banner Start */
.header-hero {
  background-image: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 50px 20px 50px 20px;
}
.home .header-hero {
  padding: 132px 20px 100px 20px;
  background-color: #e7e5e5;
}
.header-hero::after {
  display: none !important;
}
.header-hero br {
  display: none;
}
.header-hero .home-banner-content {
  max-width: 615px;
  width: 100%;
}
.header-hero h1,
.listing-section-header h1 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
  font-family: "Geologica", sans-serif;
  margin: 0px !important;
  margin-bottom: 16px !important;
  max-width: 100%;
  width: 100%;
}
.home .header-hero h1 {
  margin: 0px auto !important;
  margin-bottom: 16px !important;
  text-align: center;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.1;
}

.header-hero h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin: 0px !important;
  margin-bottom: 20px !important;
  max-width: 100%;
  width: 100%;
  font-family: "Inter", sans-serif !important;
}
.home .header-hero h2 {
  margin: 0px auto !important;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 40px;
}
.header-hero h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin: 0px !important;
  margin-bottom: 30px !important;
  max-width: 100%;
  width: 100%;
  font-family: "Inter", sans-serif !important;
}
.home .header-hero h3 {
  margin: 0px auto !important;
  margin-bottom: 30px !important;
  text-align: center;
}
.header-hero form {
  position: relative;
  max-width: 521px;
  width: 100%;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  margin: 0px auto;
}
.header-hero .hp-form__fields {
  margin: 0px !important;
}
.header-hero .hp-form__fields input {
  border: 1px solid #9b9b9b !important;
  /* box-shadow: 0px 0px 7px 0px #0000004d; */
  width: 100%;
  padding: 18px 60px 18px 39px !important;
  border-radius: 60px;
  background-color: #fff;
  font-size: 15px !important;
  line-height: 25px !important;
  color: #414040;
  font-weight: 400;
  outline: none;
  height: unset !important;
  min-height: auto !important;
  font-family: "Inter", sans-serif !important;
}
.header-hero .animate-text {
  font-size: 55px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  /* height: 70px; */
}
.header-hero .animate-text h2 {
  font-size: 55px;
  font-weight: 500;
}
.header-hero .hp-form__footer button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff247d !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  padding: 0px;
  background-image: none;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.header-hero .hp-form__footer button:hover {
  background-color: #ca1961 !important;
}
.header-hero .hp-form__footer button::before {
  content: url(https://zoftware.io/wp-content/uploads/2025/06/search.svg) !important;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: static;
  opacity: 1;
  background-color: transparent;
}

/* Home Categrory Start */

.categories-title {
  padding-top: 80px;
  margin: 0px !important;
  margin-bottom: 30px !important;
}

h2.categories-title {
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  font-family: "Geologica", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.categeory-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ff247d;
}

.categeory-box-wrapper {
  width: calc(20% - 16px);
  padding: 25px 18px;
  border-radius: 10px;
  border: 1px solid rgba(7, 36, 86, 0.075);
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  transition: all 0.3s ease-in-out;
}
.categeory-box-wrapper:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.3);
}
.categeory-image {
  margin-bottom: 20px;
}
.categeory-image img {
  width: 40px;
  height: 40px;
  transition: all 0.4s ease-in-out;
}
.categeory-box-wrapper:hover .categeory-image img {
  filter: invert(19%) sepia(89%) saturate(5600%) hue-rotate(330deg)
    brightness(102%) contrast(101%);
}
.categeory-heading {
  margin-bottom: 15px;
}

.categeory-heading h4 {
  margin-bottom: 0px;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  font-family: "Inter", sans-serif !important;
}
/* .categeory-box-wrapper:hover .categeory-heading h4 {
  color: #FF247D;
} */
.categeory-dscription p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 400;
  color: #656565;
  font-family: "Inter", sans-serif !important;
}

/* Blog Start */
.blogs-title {
  margin: 0px !important;
  margin-bottom: 30px !important;
}

h2.blogs-title {
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  font-family: "Geologica", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.blog-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 80px;
}

.blog-box-wrapper {
  width: calc(25% - 15px);
  border: 1px solid #eff0f6;
  padding: 20px 20px 40px 20px;
  border-radius: 16px;
  background-color: #f8f7f6;
}
.blog-inner-wrapper.inner-blog-list {
  gap: 20px;
}
.inner-blog-list .blog-box-wrapper {
  width: calc(25% - 15px);
}
.inner-blog-list .blog-image img {
  height: 160px;
}
.blog-image {
  margin-bottom: 20px;
}

.blog-image img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0px 15px 35px 0px #676e7614, 0px 5px 15px 0px #0000001f;
}

.blog-heading {
  margin-bottom: 15px;
}

.blog-heading h4 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", sans-serif !important;
}

.blog-dscription {
  margin-bottom: 30px;
}

.blog-dscription p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 400;
  color: #656565;
  font-family: "Inter", sans-serif !important;
}

.blog-read-more a {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #ff247d;
  transition: all 0.4s ease-in-out;
}
.blog-read-more a:hover {
  background-color: #ca1961;
}

/* Update Start */

h6.update-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  max-width: 753px;
  width: 100%;
  margin: 0px auto !important;
  text-align: center;
  margin-bottom: 8px !important;
  font-family: "Inter", sans-serif !important;
}
h3.update-sub-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0px;
  font-family: "Geologica", sans-serif;
  max-width: 753px;
  width: 100%;
  margin: 0px auto !important;
  text-align: center;
  margin-bottom: 22px !important;
}

.update-search-input input {
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 21px 160px 21px 43px;
  border-radius: 70px;
  background-color: #f8f7f6;
  font-size: 15px;
  line-height: 1;
  color: #484848;
  font-weight: 400;
  outline: none;
  font-family: "Inter", sans-serif !important;
}

.update-seacrh-button {
  position: relative;
  max-width: 753px;
  width: 100%;
  margin: 0px auto !important;
  text-align: center;
  margin-bottom: 13px !important;
}

.update-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.update-search-icon a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 10px 26px;
  background-color: #696969;
  border-radius: 26px;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
}

.update-teg-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 37px;
  max-width: 753px;
  width: 100%;
  margin: 0px auto !important;
  text-align: center;
  padding-bottom: 37px;
}

.update-teg a {
  font-size: 15px;
  color: #656565;
  line-height: 1;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
}

.update-teg .update-svg {
  display: inline-block;
}

.update-teg .update-svg svg {
  width: 24px;
}

.site-footer {
  padding: 37px 20px 21px 20px;
  border: none !important;
  background-color: #e1e1e1;
}

.site-footer .footer-widgets {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 21px !important;
  padding-bottom: 39px !important;
  border: none !important;
  border-bottom: 1px solid #cdcdcd !important;
}
.site-footer .footer-widgets .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
  margin: 0px !important;
  justify-content: space-between;
}

.site-footer .footer-widgets .row .col-sm:nth-child(1) {
  width: 60% !important;
  padding: 0px !important;
  flex: unset !important;
  padding-right: 20px !important;
  border-right: 1px solid #cdcdcd !important;
}
.site-footer .footer-widgets .row .col-sm:nth-child(2) {
  width: 40% !important;
  padding: 0px !important;
  flex: unset !important;
  padding-left: 20px !important;
}

.site-footer .footer-widgets .row .col-sm:nth-child(1) img {
  max-width: 267px;
  width: 100%;
  margin-bottom: 20px;
}

.site-footer .footer-widgets .row .col-sm:nth-child(1) p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.34 !important;
  color: #656565;
  max-width: 330px;
  font-family: "Inter", sans-serif !important;
}
.site-footer .footer-widgets .row .col-sm:nth-child(1) p.footer-web-info {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34 !important;
  color: #656565;
  max-width: 100%;
  font-family: "Inter", sans-serif !important;
}
.site-footer .footer-widgets .row .col-sm:nth-child(1) p.footer-info {
  max-width: 100%;
}
.site-footer .footer-widgets .row .col-sm:nth-child(2) h5,
.site-footer .footer-widgets .row .col-sm:nth-child(3) h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 17px !important;
  font-family: "Inter", sans-serif !important;
}
.site-footer .footer-widgets .row .col-sm:nth-child(2) h5::before,
.site-footer .footer-widgets .row .col-sm:nth-child(3) h5::before {
  display: none;
}

.site-footer .footer-widgets .row .col-sm:nth-child(2) ul,
.site-footer .footer-widgets .row .col-sm:nth-child(3) ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  padding: 0px;
}

.site-footer .footer-widgets .row .col-sm:nth-child(2) ul li,
.site-footer .footer-widgets .row .col-sm:nth-child(3) ul li {
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
.site-footer .footer-widgets .row .col-sm:nth-child(2) ul li::before,
.site-footer .footer-widgets .row .col-sm:nth-child(3) ul li::before {
  display: none;
}

.site-footer .footer-widgets .row .col-sm:nth-child(2) ul li a,
.site-footer .footer-widgets .row .col-sm:nth-child(3) ul li a {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #484848;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.site-footer .footer-widgets .row .col-sm:nth-child(2) ul li a:hover,
.site-footer .footer-widgets .row .col-sm:nth-child(3) ul li a:hover {
  color: #ff247d;
}
.site-footer .footer-widgets .row .col-sm:nth-child(4) h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 8px !important;
  font-family: "Inter", sans-serif !important;
}
.site-footer .footer-widgets .row .col-sm:nth-child(4) h5::before {
  display: none;
}
.site-footer .footer-widgets .row .col-sm:nth-child(4) ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px;
}

.site-footer .footer-widgets .row .col-sm:nth-child(4) ul li {
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
.site-footer .footer-widgets .row .col-sm:nth-child(4) ul li::before {
  display: none;
}

.site-footer .footer-widgets .row .col-sm:nth-child(4) a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0px;
}
.site-footer .footer-widgets .row .col-sm:nth-child(4) li a::before {
  content: url();
  width: 20px;
  height: 20px;
  display: inline-block;
}
.site-footer
  .footer-widgets
  .row
  .col-sm:nth-child(4)
  li.facebook-icon
  a::before {
  content: url(https://zoftware.io/wp-content/uploads/2025/06/Facebook.svg);
  width: 10px;
}
.site-footer
  .footer-widgets
  .row
  .col-sm:nth-child(4)
  li.twitter-icon
  a::before {
  content: url(https://zoftware.io/wp-content/uploads/2025/06/Twiter.svg);
}
.site-footer
  .footer-widgets
  .row
  .col-sm:nth-child(4)
  li.linkedin-icon
  a::before {
  content: url(https://zoftware.io/wp-content/uploads/2025/06/Instagram.svg);
}

.site-footer .footer-navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row !important;
  gap: 30px;
}

.site-footer .footer-navbar__copyright {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
  font-family: "Inter", sans-serif !important;
}

.site-footer .footer-navbar__menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
.site-footer .footer-navbar__menu ul li {
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1;
}
.site-footer .footer-navbar__menu ul li {
  position: relative;
}
.site-footer .footer-navbar__menu ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.site-footer .footer-navbar__menu ul li:last-child::before {
  display: none;
}
.site-footer .footer-navbar__menu ul li a {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.site-footer .footer-navbar__menu ul li a:hover {
  color: #000;
}
.site-footer .footer-navbar__start {
  margin-bottom: 0px !important;
}
/* Setting Page Start */
.hp-template--user-edit-settings-page .hp-page {
  padding-bottom: 50px;
}
.hp-page__sidebar nav li.current-menu-item::before {
  color: #ff247d;
}
.hp-page__sidebar nav li:hover::before {
  color: #ff247d !important;
}
.hp-page__sidebar nav li.current-menu-item a {
  color: #ff247d;
}
.hp-page__sidebar nav li:hover a {
  color: #ff247d !important;
}
.hp-page__content .hp-page__title::before {
  background-color: #ff247d;
}
.hp-page__content .hp-form__footer .hp-form__button {
  background-color: #ff247d;
  transition: all 0.4s ease-in-out;
  background-image: none;
}
.hp-page__content .hp-form__footer .hp-form__button:hover {
  background-color: #ca1961;
}
.hp-page__content .hp-form__footer .hp-form__button::before {
  display: none !important;
}
.hp-page__content .hp-form__actions a:hover,
.hp-page__content .hp-form__actions a:hover i {
  color: #ff247d;
}
.search .hp-page {
  padding-top: 50px;
}
.search-no-results .hp-no-results {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff7fa;
  margin-bottom: 30px;
  border: 1px solid #ca1961;
  text-align: left;
  color: #000;
}
.search-no-results .header-hero form {
  margin-left: 0px;
}
.search-no-results .header-hero {
  padding: 0px;
}
/*********************** Category Details Page Start *******************/
.no-result-section {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff7fa;
  border: 1px solid #ca1961;
  color: #000;
}

.tax-hp_listing_category .hp-no-results {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff7fa;
  margin-bottom: 70px;
  border: 1px solid #ca1961;
  color: #000;
}
.tax-hp_listing_category .header-hero__content .row {
  margin: 0px !important;
}
.tax-hp_listing_category .header-hero {
  background-image: none;
  background-color: transparent;
}
.tax-hp_listing_category .header-hero__content .col-sm-8 {
  margin: 0px !important;
  padding: 0px !important;
  text-align: left !important;
}
.tax-hp_listing_category .header-hero__content .hp-listing-category__item-count,
.listing-section-header .hp-listing-category__item-count {
  background-color: #ff247d;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  margin-bottom: 16px;
}
.tax-hp_listing_category
  .header-hero__content
  .hp-listing-category__item-count:hover,
.listing-section-header .hp-listing-category__item-count:hover {
  background-color: #ca1961;
  color: #fff;
}
.tax-hp_listing_category
  .hp-listing-category--view-page
  .hp-listing-category__header {
  align-items: flex-start;
}
.tax-hp_listing_category
  .hp-listing-category--view-page
  .hp-listing-category__description,
.tax-hp_listing_category
  .hp-listing-category--view-page
  .hp-listing-category__name {
  text-align: left;
}
.tax-hp_listing_category
  .hp-listing-category--view-page
  .hp-listing-category__description
  p,
.listing-section-header .hp-listing-category__description p {
  margin-bottom: 0px !important;
  color: #000;
}
.tax-hp_listing_category .hp-listings,
.search-results .hp-listings {
  padding: 50px 0px;
  padding-top: 0px;
  margin: 0px !important;
}

.tax-hp_listing_category .hp-listings .hp-row,
.search-results .hp-listings .hp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px;
  padding: 0px;
}
.tax-hp_listing_category .hp-listings .hp-grid__item,
.search-results .hp-listings .hp-grid__item {
  padding: 0px;
  margin: 0px;
  width: calc(20% - 16px) !important;
  flex: none;
  max-width: 100%;
}
.tax-hp_listing_category .hp-listings .hp-listing,
.search-results .hp-listings .hp-listing {
  padding: 15px;
  height: 100%;
}
.tax-hp_listing_category
  .hp-listings
  .hp-listing--view-block
  .hp-listing__image
  img,
.search-results .hp-listings .hp-listing--view-block .hp-listing__image img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 0px;
  border-radius: 0px;
}
.tax-hp_listing_category .hp-listings .hp-listing__categories,
.search-results .hp-listings .hp-listing__categories {
  display: none;
}
.tax-hp_listing_category .hp-listings .hp-listing__header,
.search-results .hp-listings .hp-listing__header {
  padding-bottom: 15px;
}
.tax-hp_listing_category .hp-listings .hp-listing__content,
.search-results .hp-listings .hp-listing__content {
  padding: 0px;
  padding-bottom: 8px;
}
.tax-hp_listing_category .hp-listings .hp-listing__footer,
.search-results .hp-listings .hp-listing__footer {
  padding: 0px;
  border: none;
}
.tax-hp_listing_category .hp-listings .hp-listing__attribute,
.search-results .hp-listings .hp-listing__attribute {
  font-size: 15px;
  line-height: 1.34;
}
.tax-hp_listing_category .hp-listings .hp-listing__attribute i,
.search-results .hp-listings .hp-listing__attribute i {
  font-size: 14px;
}
.tax-hp_listing_category
  .hp-listings
  .hp-listing--view-block
  .hp-listing__categories
  a,
.search-results .hp-listings .hp-listing--view-block .hp-listing__categories a {
  background-color: #ff247d;
  color: #fff;
}
.tax-hp_listing_category .hp-listings .hp-listing__title a,
.search-results .hp-listings .hp-listing__title a {
  font-size: 20px;
  line-height: 1.34;
  font-family: "Geologica", sans-serif;
}
.tax-hp_listing_category .hp-listings .hp-listing:hover,
.search-results .hp-listings .hp-listing:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.2) !important;
}
/*********************** Contact Us Start *******************/

.contact-desc {
  max-width: 700px;
  margin-bottom: 25px !important;
}
.contact-form-wrapper {
  max-width: 700px;
  width: 100%;
  /* margin: 0px auto; */
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  color: #000;
  font-size: 16px;
  border: 1px solid #cdcdcd;
}
.contact-form-wrapper textarea {
  height: 80px;
  width: 100%;
}
.contact-form-wrapper .contact-form-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form-wrapper .contact-form-two-column .field-wrapper {
  width: calc(50% - 10px);
}
.contact-form-wrapper .company-wrapper {
  margin-bottom: 20px;
}
.contact-form-wrapper .submit-wrapper p {
  position: relative;
}
.contact-form-wrapper .submit-wrapper .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
}
.contact-form-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.contact-form-wrapper .submit-wrapper input {
  background-color: #ff247d;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.contact-form-wrapper .submit-wrapper input:hover {
  background-color: #ca1961;
}
.page-id-264 .wpcf7-response-output {
  max-width: 700px;
  margin: 0px auto !important;
  margin-top: 20px !important;
  text-align: center;
  border-radius: 4px;
}
/***************************** Details Page Start ******************/
.single-hp_listing .hp-row.hp-listing.hp-listing--view-page {
  padding: 0px;
  padding-top: 50px;
  margin: 0px !important;
}
.single-hp_listing
  .hp-row.hp-listing.hp-listing--view-page
  .hp-page__content
  .hp-listing__details.hp-listing__details--primary {
  display: none;
}
.single-hp_listing .hp-listing__title .hp-listing__images img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.single-hp_listing .hp-listing__title .hp-listing__images {
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-hp_listing .hp-page__topbar {
  display: none;
}
.single-hp_listing
  .hp-block.hp-listing__attributes.hp-listing__attributes--primary {
  display: none;
}
.single-hp_listing .hp-listing--view-page .hp-listing__categories {
  margin: 0px !important;
}
.single-hp_listing .hp-listing--view-page .hp-listing__categories a {
  background-color: #c1c8d5;
  color: #fff;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0px;
  display: inline-block;
}
.single-hp_listing .hp-listing--view-page .hp-listing__categories a:hover {
  background-color: #a4a4a4;
}
.single-hp_listing .hp-listing__actions .hp-external-link,
.single-hp_listing .hp-page__content .hp-external-link {
  border: none;
  background-color: transparent;
  color: transparent;
  height: unset;
  margin: 0px;
  padding: 0px;
  margin-bottom: 18px;
}
.single-hp_listing .hp-listing__actions .hp-external-link a,
.single-hp_listing .hp-page__content .hp-external-link a {
  background-color: #ec3f7c;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.single-hp_listing .hp-listing__actions .hp-external-link a:hover,
.single-hp_listing .hp-page__content .hp-external-link a:hover {
  background-color: #d12260;
}
.single-hp_listing .hp-listing__actions .hp-external-link a i,
.single-hp_listing .hp-page__content .hp-external-link a i {
  display: none;
}
.single-hp_listing .hp-listing__title {
  margin-bottom: 50px !important;
}
.single-hp_listing .top-section {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  padding-left: 180px;
  flex-direction: column;
  position: relative;
  min-height: 150px;
  gap: 15px;
}
.single-hp_listing .top-section .hp-product-title {
  font-size: 25px;
  font-family: "Geologica", sans-serif;
  line-height: 1.34;
}
.single-hp_listing .top-section .hp-tagline-sec {
  font-size: 18px;
  line-height: 1.34;
}
.single-hp_listing .top-section .hp-tagline-sec i {
  font-size: 14px;
}
.single-hp_listing .hp-page__sidebar .hp-vendor .hp-vendor__header {
  display: none;
}
.single-hp_listing .hp-vendor--view-block .hp-vendor__content {
  padding: 20px;
}
.single-hp_listing .hp-page__footer .hp-section__title::before {
  background-color: #ff247d;
}
.single-hp_listing
  .hp-page__content
  .hp-listing__attributes--secondary
  .hp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 0px;
  margin: 0px;
}
.single-hp_listing
  .hp-page__content
  .hp-listing__attributes--secondary
  .hp-col-lg-6 {
  width: calc(50% - 10px);
  padding: 0px;
  margin: 0px;
  flex: none;
}
.single-hp_listing .hp-listings {
  padding-bottom: 50px;
  margin: 0px;
}

.single-hp_listing .hp-listings .hp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px;
  padding: 0px;
}
.single-hp_listing .hp-listings .hp-grid__item {
  padding: 0px;
  margin: 0px;
  width: calc(33.33% - 14px) !important;
  flex: none;
  max-width: 100%;
}
.single-hp_listing .hp-listings .hp-listing {
  padding: 25px 20px;
  height: 100%;
}
.single-hp_listing .hp-listings .hp-listing--view-block .hp-listing__image img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 0px;
  border-radius: 0px;
}
.single-hp_listing .hp-listings .hp-listing__categories {
  display: none;
}
.single-hp_listing .hp-listings .hp-listing__header {
  padding-bottom: 15px;
}
.single-hp_listing .hp-listings .hp-listing__content {
  padding: 0px;
  padding-bottom: 8px;
}
.single-hp_listing .hp-listings .hp-listing__footer {
  padding: 0px;
  border: none;
}
.single-hp_listing .hp-listings .hp-listing__attribute {
  font-size: 15px;
  line-height: 1.34;
}
.single-hp_listing .hp-listings .hp-listing__attribute i {
  font-size: 14px;
}
.single-hp_listing
  .hp-listings
  .hp-listing--view-block
  .hp-listing__categories
  a {
  background-color: #ff247d;
  color: #fff;
}
.single-hp_listing .hp-listings .hp-listing__title a {
  font-size: 20px;
  line-height: 1.34;
  font-family: "Geologica", sans-serif;
}
.single-hp_listing
  .hp-page__footer
  .hp-block.hp-listing__attributes.hp-listing__attributes--primary {
  display: block;
}
.single-hp_listing
  .hp-listing--view-page
  .hp-listing__attributes--secondary
  .hp-listing__attribute {
  margin-bottom: 0px;
  padding-left: 28px;
  position: relative;
}
.single-hp_listing
  .hp-listing--view-page
  .hp-listing__attributes--secondary
  .hp-listing__attribute
  i {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #ff247d;
}
.single-hp_listing
  .hp-listing--view-page
  .hp-listing__attributes--secondary
  .hp-listing__attribute
  p {
  line-height: 1.34;
}
.single-hp_listing .hp-page__content .hp-listing__description p {
  line-height: 1.34;
}
.single-hp_listing .hp-page__content {
  width: 100%;
  flex: none;
  max-width: 100%;
  padding: 0px !important;
}
.single-hp_listing .hp-page__sidebar {
  display: none;
}
.single-hp_listing .hp-related-blogs {
  padding-top: 50px;
}
.single-hp_listing .product-info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #ff247d;
}
.single-hp_listing .product-info-section .product-embed-video-section {
  width: calc(40% - 10px);
}
.single-hp_listing .product-info-section .product-embed-video-section iframe {
  border-radius: 10px;
}
.single-hp_listing .product-info-section .product-desc-section {
  width: calc(60% - 10px);
}
/******************************* Single Post Start ***********************/
.single-post .header-hero {
  background-image: none;
}
.single-post .post__categories a,
.single-books_listing .post__categories a {
  background-color: #ff247d;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.single-post .post__categories a:hover,
.single-books_listing .post__categories a:hover {
  background-color: #ca1961;
  color: #fff;
}
.single-post .post__details *,
.single-books_listing .post__details * {
  color: #000;
}
.single-post .post__details a:hover {
  color: #ca1961 !important;
}
.single-post .post__header--cover .post__details > *:not(:last-child)::after {
  background-color: #000;
}
.header-hero__content .row {
  margin: 0px !important;
}
.single-post .header-hero__content .col-sm-8,
.single-books_listing .header-hero__content .col-sm-8 {
  margin: 0px !important;
  padding: 0px !important;
  text-align: left !important;
}
.single-post .post--single .post__header,
.single-books_listing .post--single .post__header {
  align-items: flex-start;
}
.single-post .post--single .post__categories,
.single-post .post--single .post__details,
.single-books_listing .post--single .post__categories,
.single-books_listing .post--single .post__details {
  justify-content: flex-start;
}
.single-post .post--single .post__title,
.single-books_listing .post--single .post__title {
  text-align: left;
}
.single-post .site-content .row {
  margin: 0px !important;
}
.single-post .blog-top-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.single-post .blog-top-section .post__img {
  width: 250px;
}
.single-post .blog-top-section .post__text {
  width: calc(100% - 270px);
}
.single-post .site-content main {
  padding: 50px 0px;
  padding-top: 0px;
  margin: 0px auto;
}
.single-post .site-content .col-sm-8 {
  padding: 50px 0px;
  padding-top: 0px;
  margin: 0px auto;
}
.single-post .site-content #comments h2::before {
  background-color: #ff247d;
}
.single-post .site-content #comments .form-submit input {
  background-color: #ff247d;
  transition: all 0.4s ease-in-out;
  color: #fff;
  background-image: none;
}
.single-post .site-content #comments .form-submit input:hover {
  background-color: #ca1961;
  color: #fff;
}
.single-post .site-content blockquote,
.single-post .site-content .wp-block-quote,
.single-post .site-content .comment.bypostauthor .comment__image img {
  border-color: #ff247d;
}
/****************** Category Sales CRM *************/

.category .site-content .row,
.blog .site-content .row {
  padding: 50px 0px;
}
.category .posts .post--archive .post__header,
.blog .posts .post--archive .post__header {
  position: relative;
  min-height: 150px;
  padding-left: 170px;
}
.category .posts .post--archive .post__image,
.blog .posts .post--archive .post__image {
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  position: absolute;
  left: 0px;
  top: 12px;
  max-width: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.category .posts .post--archive .post__image a,
.blog .posts .post--archive .post__image a {
  display: flex;
  height: 100%;
}
.category .posts .post--archive .post__image a::after,
.blog .posts .post--archive .post__image a::after {
  display: none;
}
.category .post--archive .post__header--cover .post__categories,
.blog .post--archive .post__header--cover .post__categories {
  position: static;
  padding: 0px !important;
}
.category .post--archive .post__header--cover .post__title,
.blog .post--archive .post__header--cover .post__title {
  position: static;
  padding: 0px !important;
}
.category .post--archive .post__header--cover .post__subtitle,
.blog .post--archive .post__header--cover .post__subtitle {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 18px;
  color: #000;
}
.category .post--archive .post__header--cover .post__title a,
.blog .post--archive .post__header--cover .post__title a {
  color: #000;
  font-size: 22px;
  display: inline-block;
}
.category .post--archive .post__header--cover .post__categories a,
.blog .post--archive .post__header--cover .post__categories a {
  background-color: #ff247d;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.category .post--archive .post__header--cover .post__categories a:hover,
.blog .post--archive .post__header--cover .post__categories a:hover {
  background-color: #ca1961;
  color: #fff;
}
/*************************** Listing Edit Page *******************/
.hp-template--listings-edit-page .site-content .hp-row,
.hp-template--listing-edit-page .site-content .hp-page__content {
  padding: 50px 0px;
}
/***************************** Terms And Privacy And Disclaimer Start *********************************/
.page-id-264 .header-hero__content .row {
  margin: 0px !important;
}

.page-id-284 .header-hero h1,
.page-id-288 .header-hero h1,
.page-id-3 .header-hero h1,
.page-id-264 .header-hero h1 {
  margin-bottom: 0px !important;
  max-width: 100%;
  text-align: left;
}
.page-id-284 .site-content,
.page-id-288 .site-content,
.page-id-3 .site-content,
.page-id-264 .site-content {
  padding: 50px 20px !important;
  padding-top: 0px !important;
}
.page-id-284 .header-hero__content .col-sm-8,
.page-id-288 .header-hero__content .col-sm-8,
.page-id-3 .header-hero__content .col-sm-8,
.page-id-264 .header-hero__content .col-sm-8 {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  max-width: 100%;
  flex: none;
}
/********************************* Single Book Listing Start ************************/
.single-books_listing .site-content .row {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px !important;
}
.post__details {
  margin: 0px !important;
  margin-bottom: 10px !important;
  color: rgba(15, 23, 39, 0.45);
}
.single-books_listing .site-content .col-sm-12 {
  padding: 0px !important;
}
.single-books_listing .hp-external-link,
.single-books_listing .hp-external-link,
.single-post .hp-external-link {
  border: none;
  background-color: transparent;
  color: transparent;
  height: unset;
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
}
.single-books_listing .hp-external-link a,
.single-books_listing .hp-external-link a,
.single-post .hp-external-link a {
  background-color: #ff247d;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.single-books_listing .hp-external-link a:hover,
.single-books_listing .hp-external-link a:hover,
.single-post .hp-external-link a:hover {
  background-color: #ca1961;
}
.single-books_listing .hp-external-link a i,
.single-books_listing .hp-external-link a i,
.single-post .hp-external-link a i {
  display: none;
}
.single-books_listing .books-top-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
}
.single-books_listing .books-top-section .post__img {
  width: 250px;
}
.single-books_listing .books-top-section .post__text {
  width: calc(100% - 280px);
}
.single-books_listing .books-detail-page {
  margin-bottom: 20px;
}
.single-books_listing .books-detail-page ul {
  margin-left: 16px !important;
}
.single-books_listing .books-detail-page ul li {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.post-type-archive-books_listing .row,
.tax-books-category .row {
  padding: 50px 0px;
}
.post-type-archive-books_listing .post__header,
.tax-books-category .post__header {
  position: relative;
  min-height: 150px;
  padding-left: 170px;
}
.post-type-archive-books_listing .posts .post__image,
.tax-books-category .posts .post__image {
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  position: absolute;
  left: 0px;
  top: 12px;
  max-width: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.post-type-archive-books_listing .post__header--cover .post__title,
.tax-books-category .post__header--cover .post__title {
  position: static;
  padding: 0px !important;
}
.post-type-archive-books_listing .post__header--cover .post__title a,
.tax-books-category .post__header--cover .post__title a {
  color: #000;
  font-size: 22px;
  display: inline-block;
}
.post-type-archive-books_listing .posts .post__image a,
.tax-books-category .posts .post__image a {
  display: flex;
  height: 100%;
}
.post-type-archive-books_listing .posts .post__image a::after,
.tax-books-category .posts .post__image a::after {
  display: none;
}
/* .post-type-archive-books_listing .posts  .post__image a img, .tax-books-category .posts .post__image a img{
  object-fit: contain;
} */
.listing-section-header {
  padding-bottom: 50px;
}
.listing-section-header .hp-listing-category__description p {
  margin-bottom: 0px;
}
.books-listing-page {
  color: #000;
}
.books-listing-page ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  list-style: none;
  margin: 0px !important;
}
.books-listing-page ul li {
  margin: 0px !important;
  /* display: flex;
    flex-wrap: wrap;
    align-items: center; */
  gap: 5px;
}
.books-listing-page ul .dashicons {
  color: #ff247d;
}
.books-listing-page ul .bratings .dashicons,
.books-detail-page ul .bratings .dashicons {
  color: #de7921;
}
.desc-section {
  margin: 20px 0;
  color: #000;
}
/************************* Updated Design Start **************************/
.tax-books-category .col-sm-8,
.category .col-sm-8,
.blog .col-sm-8 {
  flex-basis: 75%;
  max-width: 75%;
}
.tax-books-category .col-sm-4,
.category .col-sm-4,
.blog .col-sm-4 {
  flex-basis: 25%;
  max-width: 25%;
}
.more-link,
.list {
  border: none;
  background-color: transparent;
  color: transparent;
  height: unset;
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
}
.list::after,
.list i {
  display: none !important;
}
.more-link a {
  background-color: #ff247d;
  color: #fff !important;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.more-link a:hover {
  background-color: #ca1961;
}
.list a {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
  font-size: 12px;
  padding: 5.5px 15px;
  border-radius: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif !important;
  transition: all 0.4s ease-in-out;
}
.list a:hover {
  background-color: #000;
  color: #fff !important;
}
.post-template-default .header-hero__content .col-sm-8 {
  flex-basis: 100%;
  max-width: 100%;
}
.post-template-default .header-hero__content .post__title {
  font-size: 30px;
}
.post-template-default .blog-top-section {
  gap: 30px;
}
.post-template-default .blog-top-section .post__text {
  width: calc(100% - 280px);
}
.post-template-default #comments .title {
  text-align: left;
}
.post-template-default #comments .title::before {
  left: 0px !important;
  margin-left: 0px;
}
.post-template-default .post__text p {
  line-height: 1.7;
}
.testimonial-container {
  padding-top: 80px;
}
.testimonial-container .testimonial-heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family: "Inter", sans-serif !important;
}

.testimonial-container .testimonial-content {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 400;
  color: #656565;
  font-family: "Inter", sans-serif !important;
}

.testimonial-container .testimonial-link-text a.wp-block-button__link::before {
  background-color: transparent !important;
}
.testimonial-container .testimonial-link-text a.wp-block-button__link {
  cursor: default;
}
.testimonial-container .testimonial-link-text a.wp-block-button__link {
  padding: 0px;
  margin-bottom: 15px;
}
.testimonial-container .testimonial-col {
  width: calc(20% - 16px);
  padding: 25px 18px;
  border-radius: 10px;
  border: 1px solid rgba(7, 36, 86, 0.075);
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  transition: all 0.3s ease-in-out;
}
.testimonial-container .testimonial-col:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.3);
}
.blog-top-section .wp-block-heading {
  font-size: 20px;
}

/****************************  Responsive Start *********************/

@media screen and (max-width: 1024px) {
  .header-hero {
    padding: 40px 20px 40px 20px;
  }
  .home .header-hero {
    padding: 100px 20px 100px 20px;
  }
  .header-hero h1,
  .listing-section-header h1 {
    font-size: 40px;
  }
  .home .header-hero h1 {
    font-size: 50px;
  }
  .header-hero h2 {
    font-size: 20px;
  }
  .listing-section-header {
    padding-bottom: 40px;
  }
  h2.categories-title {
    font-size: 30px;
    padding-top: 70px;
  }
  .header-hero .animate-text h2 {
    font-size: 40px;
    /* height: 49px; */
  }

  .categeory-box-wrapper {
    width: calc(33.33% - 14px);
  }

  .categeory-inner-wrapper {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .blog-section {
    padding: 0px 20px 70px 20px;
  }

  h2.blogs-title {
    font-size: 30px;
  }

  .blog-inner-wrapper {
    gap: 20px;
    padding-bottom: 70px;
  }

  .blog-box-wrapper {
    padding: 20px 20px 30px 20px;
    width: calc(33.33% - 15px);
  }

  .blog-image {
    margin-bottom: 15px;
  }

  .blog-image img {
    height: 140px;
  }

  .blog-heading h4 {
    font-size: 16px;
  }

  .blog-dscription {
    margin-bottom: 20px;
  }

  .blog-read-more a {
    font-size: 14px;
  }
  .update-teg-wrapper {
    padding-bottom: 30px;
  }

  h3.update-sub-title {
    font-size: 35px;
  }
  .site-footer {
    padding: 30px 20px 21px 20px;
  }
}

@media screen and (max-width: 991px) {
  .tax-hp_listing_category .hp-listings .hp-grid__item,
  .search-results .hp-listings .hp-grid__item {
    width: calc(33.33% - 14px) !important;
  }

  .single-hp_listing
    .hp-page__content
    .hp-listing__attributes--secondary
    .hp-row {
    gap: 10px;
  }
  .blog-box-wrapper {
    width: calc(33.33% - 14px);
  }
  .inner-blog-list .blog-box-wrapper {
    width: calc(33.33% - 14px);
  }

  .tax-books-category .col-sm-8,
  .category .col-sm-8,
  .blog .col-sm-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .tax-books-category .col-sm-4,
  .category .col-sm-4,
  .blog .col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .admin-bar .site-header .header-navbar {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .logged-in .site-header .header-navbar__burger > ul::before {
    color: #000 !important;
    top: 22px;
  }
  .logged-in .site-header .header-navbar__burger > ul {
    padding-top: 50px;
  }
  .listing-section-header {
    padding-bottom: 30px;
  }
  .header-hero {
    padding: 30px 20px 30px 20px;
  }
  .home .header-hero {
    padding: 80px 20px 80px 20px;
  }
  .header-hero h1,
  .listing-section-header h1 {
    font-size: 35px;
  }
  .header-hero .animate-text h2 {
    font-size: 35px;
    /* height: 43px; */
  }
  .home .header-hero h1 {
    font-size: 40px;
  }
  .header-hero h2 {
    font-size: 18px;
  }

  .header-hero .hp-form__fields input {
    padding: 12px 50px 12px 30px !important;
  }

  .header-hero .hp-form__footer button {
    width: 40px;
    height: 40px;
    right: 8px;
  }

  .header-hero .hp-form__footer button::before {
    width: 16px;
    height: 16px;
  }

  h2.categories-title {
    font-size: 25px;
    padding-top: 50px;
  }

  .categeory-box-wrapper {
    width: calc(50% - 10px);
  }

  .categeory-heading {
    margin-bottom: 12px;
  }

  .categeory-heading h4 {
    font-size: 18px;
  }

  .categeory-dscription p {
    font-size: 14px;
  }
  h2.blogs-title {
    font-size: 25px;
  }

  .blog-box-wrapper {
    width: calc(50% - 10px);
  }
  .blog-inner-wrapper {
    padding-bottom: 50px;
  }
  .categeory-inner-wrapper {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  h6.update-title {
    font-size: 16px;
  }

  h3.update-sub-title {
    font-size: 30px;
  }

  .update-search-input input {
    padding: 15px 130px 15px 30px;
    border-radius: 50px;
    font-size: 14px;
  }

  .update-search-icon {
    right: 10px;
  }

  .update-search-icon a {
    font-size: 14px;
    padding: 8px 22px;
    border-radius: 22px;
  }

  .update-teg-wrapper {
    gap: 25px;
  }

  .update-teg a {
    font-size: 14px;
  }

  .update-teg .update-svg svg {
    width: 20px;
  }

  .update-title {
    margin-bottom: 18px;
  }

  .update-teg-wrapper {
    padding-bottom: 25px;
  }
  .site-footer {
    padding: 25px 20px 21px 20px;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(1) {
    width: 100% !important;
    padding-right: 0px !important;
    padding-bottom: 20px !important;
    border-right: none !important;
    border-bottom: 1px solid #cdcdcd !important;
    margin-bottom: 0px !important;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(2) {
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
  }

  .site-footer .footer-widgets .row .col-sm:nth-child(1) p {
    margin: 0px auto;
    text-align: center;
  }
  .site-footer .footer-widgets {
    margin-bottom: 20px !important;
  }
  .tax-hp_listing_category .hp-listings .hp-grid__item,
  .search-results .hp-listings .hp-grid__item {
    width: calc(50% - 10px) !important;
  }
  .single-hp_listing .hp-listings .hp-grid__item {
    width: calc(50% - 10px) !important;
  }
  .single-hp_listing .hp-listing__title .hp-listing__images img {
    width: 100px;
    height: 100px;
  }
  .single-hp_listing .top-section {
    padding-left: 115px;
    min-height: 100px;
  }
  .single-hp_listing .top-section .hp-product-title {
    font-size: 20px;
  }
  .single-hp_listing .top-section .hp-tagline-sec {
    font-size: 16px;
  }
  .inner-blog-list .blog-box-wrapper {
    width: calc(50% - 10px);
  }
  .single-hp_listing
    .hp-page__content
    .hp-listing__attributes--secondary
    .hp-col-lg-6 {
    width: 100%;
  }
  .single-hp_listing .hp-related-blogs {
    padding-top: 30px;
  }
  .single-post .blog-top-section .post__img {
    width: 100%;
  }
  .single-post .blog-top-section .post__text {
    width: 100%;
  }
  .single-hp_listing .product-info-section .product-embed-video-section {
    width: 100%;
  }
  .single-hp_listing .product-info-section .product-desc-section {
    width: 100%;
  }
  .site-footer .footer-navbar {
    justify-content: center;
    flex-direction: column !important;
    gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .categeory-box-wrapper {
    width: 100%;
  }

  .blog-box-wrapper {
    width: 100%;
  }

  h6.update-title {
    font-size: 14px;
  }

  h3.update-sub-title {
    font-size: 25px;
  }

  .update-teg-wrapper {
    gap: 10px;
  }
  .site-footer .footer-navbar {
    flex-direction: column !important;
    gap: 10px;
  }
  .site-footer .footer-navbar__copyright {
    font-size: 14px;
    text-align: center;
  }
  .site-footer .footer-navbar__menu ul li a {
    font-size: 14px;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(2) h5,
  .site-footer .footer-widgets .row .col-sm:nth-child(3) h5 {
    font-size: 18px;
    margin-bottom: 13px !important;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(4) h5 {
    font-size: 18px;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(2) ul,
  .site-footer .footer-widgets .row .col-sm:nth-child(3) ul {
    gap: 7px;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(2) ul li a,
  .site-footer .footer-widgets .row .col-sm:nth-child(3) ul li a {
    font-size: 14px;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(1) img {
    margin-bottom: 14px;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(1) p {
    font-size: 14px;
  }
  .tax-hp_listing_category .hp-listings .hp-grid__item,
  .search-results .hp-listings .hp-grid__item {
    width: 100% !important;
  }
  .contact-form-wrapper .contact-form-two-column .field-wrapper {
    width: 100%;
  }
  .contact-form-wrapper .text-wrapper {
    margin-bottom: 22px;
  }
  .single-hp_listing .hp-listings .hp-grid__item {
    width: 100% !important;
  }
  .inner-blog-list .blog-box-wrapper {
    width: 100%;
  }
  .category .posts .post--archive .post__image,
  .blog .posts .post--archive .post__image {
    width: 120px;
    height: 100px;
    position: static;
    margin-bottom: 20px;
    transform: translate(0px);
  }
  .category .posts .post--archive .post__header,
  .blog .posts .post--archive .post__header {
    padding-left: 0px;
    min-height: auto;
  }
  .single-hp_listing .hp-listing__title .hp-listing__images {
    position: static;
  }
  .single-hp_listing .top-section {
    padding-left: 0px;
    min-height: auto;
  }
  .site-footer .footer-widgets .row .col-sm:nth-child(1) p.footer-web-info {
    font-size: 16px;
  }
  .home .header-hero h1 {
    font-size: 35px;
  }
  .single-books_listing .books-top-section .post__img {
    width: 100%;
  }
  .single-books_listing .books-top-section .post__text {
    width: 100%;
  }
  .single-books_listing .books-top-section {
    gap: 20px;
  }
  .post-type-archive-books_listing .post__header,
  .tax-books-category .post__header {
    padding-left: 0px;
    min-height: auto;
  }
  .post-type-archive-books_listing .posts .post__image,
  .tax-books-category .posts .post__image {
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
    position: static;
    left: 0px;
    top: 50%;
    transform: translateY(0px);
    max-width: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  .category .posts .post--archive .post__header,
  .blog .posts .post--archive .post__header {
    padding-left: 0px;
    min-height: auto;
  }
  .category .posts .post--archive .post__image,
  .blog .posts .post--archive .post__image {
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
    position: static;
    left: 0px;
    top: 50%;
    transform: translateY(0px);
    max-width: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
}

h4.hp-product-overview {
  font-weight: 600;
  text-transform: uppercase;
}

a.hp-listing__action.hp-listing__action--review.hp-link {
  font-size: 16px;
  color: #ff247d;
}

a.hp-listing__action.hp-listing__action--review.hp-link i {
  color: #de7921;
}
.quotes {
  display: none;
}
.single div#reviews {
  padding-bottom: 50px;
}

.listing-section-header .hp-listing-category__description {
  border-bottom: 1px solid #e7e7e7cc;
  padding-bottom: 20px;
}
