html {
  scroll-behavior: smooth;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 920px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1124px;
  }
}

@media (min-width: 1537px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1314px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 575px) {
  .px-mob {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.registration > *,
.registration > span::before,
.registration > span::after,
.registration::before,
.registration::after {
  pointer-events: none;
}

/*Page Title*/

.page-title {
  background-color: #fff7f8;
  padding: 70px 0px;
}

.page-title__content {
  max-width: 650px;
}

.page-title__content h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.11;
  color: #111827;
  margin-bottom: 0px;
}

.page-title__content p {
  font-size: 16px;
  line-height: 1.5;
  color: #6b7280;
  margin-top: 11px;
}

.page-title__content p:last-of-type {
  margin-bottom: 0;
}

.section-mx {
  margin-left: 113px;
  margin-right: 113px;
}

.section-px {
  padding-left: 113px;
  padding-right: 113px;
}

@media only screen and (max-width: 1536px) {
  .section-mx {
    margin-left: 102px;
    margin-right: 102px;
  }

  .section-px {
    padding-left: 102px;
    padding-right: 102px;
  }
}

@media only screen and (max-width: 1440px) {
  .page-title__content h1 {
    font-size: 32px;
  }

  .section-mx {
    margin-left: 82px;
    margin-right: 82px;
  }

  .section-px {
    padding-left: 82px;
    padding-right: 82px;
  }

  .page-title__content p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1366px) {
  .section-mx {
    margin-left: 62px;
    margin-right: 62px;
  }

  .section-px {
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media only screen and (max-width: 1280px) {
  .page-title__content h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-mx {
    margin-left: 42px;
    margin-right: 42px;
  }

  .section-px {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-mx {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-px {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding: 50px 0px;
  }

  .page-title__content h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title__content h1 {
    font-size: 24px;
  }

  .page-title__content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title {
    padding: 38px 8px 38px 8px;
  }

  .page-title__content h1 {
    font-size: 22px;
  }

  .page-title__content p {
    font-size: 12px;
  }

  .section-mx {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*Default Template*/

.default-page {
  margin: 65px 0px 145px 0px;
}

.default-page__sidebar {
  border-radius: 12px;
  border: 1px solid #fddfe3;
  padding: 24px 0px 32px 0px;
  position: sticky;
  top: 100px;
}

.default-sidebar__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  padding-right: 26px;
}

.default-content__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 70%;
}

.default-page__sidebar__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  padding: 0px 30px;
  text-transform: uppercase;
}

#default-page__sidebar__input {
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 16px;
  width: calc(100% - 30px);
  display: inline-block;
  border: 1px solid rgba(239, 57, 78, 0.1);
  border-radius: 8px;
  padding: 8px 18px;
  outline: none;
  font-size: 15px;
  color: #183b56;
  line-height: 1;
}

.default-page__sidebar__list {
  margin: 0;
  padding: 0 14px;
  list-style: none;
  overflow-y: auto;
  max-height: calc(100vh - 230px);
}

.default-page__sidebar__list::-moz-selection {
  background: #ef394e96;
  color: #fff;
}

.default-page__sidebar__list::selection {
  background: #ef394e96;
  color: #fff;
}

.default-page__sidebar__list::-webkit-scrollbar {
  width: 5px;
}

.default-page__sidebar__list::-webkit-scrollbar-track {
  background: rgb(246, 246, 246, 0.1);
}

.default-page__sidebar__list::-webkit-scrollbar-thumb {
  background: #ef394e96;
  border-radius: 5px;
}

.default-page__sidebar__list::-webkit-scrollbar-thumb:hover {
  background: #ef394e96;
}

.default-page__sidebar__item {
  margin-bottom: 2px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 8px;
}

.default-page__sidebar__item.active,
.default-page__sidebar__item:hover {
  background: rgba(239, 57, 78, 0.1);
  text-shadow: 0px 0px 1px #183b56;
}

.default-page__sidebar__item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #183b56;
}

.default-page__sidebar__item a {
  text-decoration: none;
  color: #183b56;
  padding: 14px 18px;
  display: inline-block;
  width: 100%;
}

.default-page__content p,
.default-page__content li,
.default-page__content ul,
.default-page__content ol {
  font-size: 16px;
  line-height: 1.75;
}

.default-page__content ul,
.default-page__content ol {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 24px;
}

.default-page__content h2,
.default-page__content h3,
.default-page__content h4,
.default-page__content h5 {
  margin-top: 40px;
  line-height: 1.45;
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-weight: 500;
}

.default-page__content li:not(:last-of-type) {
  margin-bottom: 8px;
}

.default-page__content * {
  color: #183b56;
}

.default-page__content p {
  margin-bottom: 28px;
}

.default-page__content a {
  text-decoration: none;
  color: #ef394e;
}

.default-page__content h2 {
  font-size: 32px;
}

.default-page__content h3 {
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
}

.default-page__content .wp-block-columns h3 > a {
  position: relative;
  margin-left: 12px;
}

.default-page__content .wp-block-columns h3 > a::before {
  content: "";
  background-image: url("../img/link.png");
  width: 22px;
  height: 22px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.default-page__content h4 {
  font-size: 20px;
}

.default-page__content h5 {
  font-size: 18px;
}

.default-page__content h6 {
  font-size: 16px;
}

.default-page__content .wp-block-columns {
  margin-bottom: 0;
}
.share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-box .share-sm-text {
  background: #f7f7f7;
  border-radius: 32px;
  font-size: 13px;
  line-height: 20px;
  color: #1a1a1a;
  padding: 4px 25px;
  margin: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 1280px) {
  .default-page__content p {
    margin-bottom: 18px;
  }

  .default-page__content h2,
  .default-page__content h3,
  .default-page__content h4,
  .default-page__content h5 {
    margin-top: 30px;
  }

  .default-page__sidebar__item {
    font-size: 14px;
    line-height: 1.2;
  }

  .default-page__content h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .default-sidebar__col {
    width: 100%;
    padding-right: 12px;
    margin-bottom: 60px;
  }

  #default-page__sidebar__input {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 28px);
  }

  .default-content__col {
    width: 100%;
  }

  section.default-page {
    margin: 35px 0px 100px 0px;
  }

  .default-page__sidebar {
    position: relative;
    top: auto;

    padding: 0 0 24px 0;
  }

  .default-page__sidebar__list {
    overflow-y: scroll;
    max-height: 160px;
  }

  .default-page__sidebar__title {
    position: sticky;
    top: 0;
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px 30px;
    border-radius: 12px;
  }

  .default-page__sidebar__list {
    padding-left: 12px;
    padding-right: 12px;
  }

  .default-page__content h2 {
    font-size: 26px;
  }

  .default-page__content h3 {
    font-size: 21px;
  }

  .default-page__content h4 {
    font-size: 19px;
  }

  .default-page__content h5 {
    font-size: 17px;
  }

  .default-page__content h6 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .default-page__content p,
  .default-page__content li,
  .default-page__content ul,
  .default-page__content ol {
    font-size: 14px;
  }

  .default-page__content p {
    margin-bottom: 12px;
  }

  .default-page__sidebar__item a {
    padding: 12px 14px;
  }

  .default-sidebar__col {
    margin-bottom: 40px;
  }

  .default-page__content h2 {
    font-size: 24px;
  }

  .default-page__content ul,
  .default-page__content ol {
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 575px) {
  section.default-page {
    margin: 20px 8px 90px 8px;
  }
  .default-page__content h2 {
    font-size: 22px;
  }

  .default-page__content h3 {
    font-size: 20px;
  }

  .default-page__content h4 {
    font-size: 18px;
  }

  .default-page__content h5 {
    font-size: 16px;
  }

  .default-page__content h6 {
    font-size: 14px;
  }
}

/* //////////////////////////////////////////////////////BLOG/SINGLE BLOG/////////////////////////////////////////////////////////////////////// */
section.blog-section {
  padding-top: 45px;
  padding-bottom: 100px;
}
img.left-recomended-img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.recomended-blog-right-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
p.recomended-pretitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #b2b2b2;
  margin: 0;
}
h2.recomended-title {
  font-weight: 500;
  font-size: 31px;
  line-height: 48px;
  letter-spacing: -0.64px;
  color: #000000;
  margin: 0 0 28px 0;
}
p.recomended-text {
  font-size: 16px;
  line-height: 24px;
  color: #6b7c93;
  letter-spacing: -0.14px;
}
.recomended-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
p.read-time {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.03em;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
p.read-time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}
a.read-more-recomended {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #ef394e;
}
.text-content-recomended {
  padding-bottom: 40px;
}
section.blog-section .container-fluid {
  border-bottom: 1px solid #fddfe3;
}
.recomended-blog {
  padding-bottom: 50px;
}
.recomended-blog-right-content {
  padding-left: 20px;
}
.category-blog-mobile {
  display: none;
}
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-item {
  margin-right: 15px;
  margin-top: 24px;
}
.category-list a.red-bckg-cat {
  padding: 6px 19px;
  text-decoration: none;
  background: #ef394e;
  border-radius: 44px;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}
.category-list a {
  padding: 6px 19px;
  background: rgba(239, 57, 78, 0.1);
  border-radius: 44px;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ef394e;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category-list a:hover {
  background: #ef394e;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-list-boxes {
  padding-top: 85px;
}
.blog-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px 22px 0px 0px;
  -o-object-position: top;
  object-position: top;
}
.blog-list-img {
  height: 240px;
}
.blog-list-boxes .col-lg-4 {
  padding: 20px;
}
.blog-list-content,
.subscription-box {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #fddfe3;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-list-text {
  border-radius: 0px 0px 22px 22px;
  padding: 20px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h4.blog-list-title {
  margin: 0 0 10px 0;
}
h4.blog-list-title a {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1a1a1a;
  text-decoration: none;
}
.blog-list-dscp p {
  font-size: 16px;
  line-height: 22px;
  color: #6b7c93;
  /* -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}
.blog-list-dscp {
  padding-top: 0;
}
#search {
  height: 46px;
  background: #ffffff;
  border: 1px solid #ef394e;
  border-radius: 7px;
  position: relative;
  padding-left: 45px;
  width: 100%;
  outline: none;
}
.search-form {
  padding-top: 30px;
  position: relative;
}
img.search-icon {
  position: absolute;
  top: 45px;
  left: 20px;
  cursor: pointer;
}
body.page-template-blog {
  background: #fff;
}
.subscription-box {
  padding: 30px 25px;
}
p.subscription-pre-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-bottom: 10px;
}
h4.subscription-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.64px;
  color: #1a1a1a;
  margin: 0 0 22px 0;
}
p.subscription-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.14px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.subscription-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-input-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.subscription-input-text input {
  margin-bottom: 15px;
}

.subscription-input-text p {
  margin-bottom: 0;
}

.subscription-input-text p:first-of-type {
  margin-bottom: 12px;
}
.subscription-input-text input {
  margin-bottom: 0;
  height: 60px;
  border-radius: 45px;
  border: 1px solid #fddfe3;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #808080;
  width: 100%;
}
.subscription-input-text input.wpcf7-form-control.wpcf7-submit {
  height: 60px;
  background: #ef394e;
  border-radius: 45px;
  border: none;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  cursor: pointer;
}
.subscription-input-text input.wpcf7-form-control.wpcf7-submit:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  background-color: rgba(239, 57, 78, 0.85);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-list-content:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recomended-blog-left-content {
  height: 480px;
}

.recomended-blog a {
  text-decoration: none;
}
/* h4.blog-list-title {
  min-height: 80px;
} */
/* ////load more */
.load-more-blog {
  text-align: center;
}
.load-more-blog a {
  padding: 21px 61px;
  text-decoration: none;
  background: #ef394e;
  border: 2px solid rgba(239, 57, 78, 0.2);
  border-radius: 36px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.load-more-blog {
  margin-top: 60px;
}
.subscription-box .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
}
/* ////// */
.search-title h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 77px;
}
@media only screen and (max-width: 1300px) {
  .subscription-input-text input,
  .subscription-input-text input.wpcf7-form-control.wpcf7-submit {
    height: 50px;
  }
  .blog-list-text {
    padding: 10px 10px;
  }
  .recomended-blog-right-content {
    padding-left: 0px;
  }
  .blog-list-boxes .col-lg-4 {
    padding: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .category-list {
    display: none;
  }
  .category-blog-mobile {
    display: inline-block;
  }

  #search {
    font-size: 15px;
  }

  /* ////////////// */
  .dropdown label.dropdown--label {
    position: relative;
    height: 45px;
    width: 300px;
    line-height: 46px;
    display: inline-block;
  }
  .dropdown label.dropdown--label .dropdown--checkbox {
    position: absolute;
    /* left: -2000000px; */
    appearance: none;
  }
  .dropdown label.dropdown--label .dropdown--text {
    cursor: pointer;
    border: none;
    border-radius: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    background: #ef394e;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dropdown label.dropdown--label .dropdown--text .dropdown--arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    position: relative;
    top: -2px;
  }
  .dropdown label.dropdown--label .dropdown--list {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    /* box-shadow: 0px 14px 43px 0px #dee5ff; */
    background: #fef7f8;
    border-radius: 22px;
    overflow: hidden;
  }
  .dropdown label.dropdown--label .dropdown--list ul {
    max-height: 300px;
    overflow-y: scroll;
  }
  .dropdown label.dropdown--label .dropdown--list ul::-webkit-scrollbar {
    width: 5px;
  }
  .dropdown label.dropdown--label .dropdown--list ul::-webkit-scrollbar-track {
    background: #fff;
    /* border-left: 1px solid #dee5ff; */
  }
  .dropdown label.dropdown--label .dropdown--list ul::-webkit-scrollbar-thumb {
    background: #ef394e;
    border-radius: 5px;
  }
  /* .dropdown label.dropdown--label .dropdown--list::-webkit-scrollbar-thumb:hover {
    background: #FEF7F8;
  } */
  .dropdown label.dropdown--label .dropdown--list ul {
    padding: 0;
    margin: 0;
  }
  .dropdown label.dropdown--label .dropdown--list ul li a {
    white-space: nowrap;
    text-decoration: none;
    color: #ef394e;
    display: block;
    padding: 5px 20px;
  }

  .dropdown
    label.dropdown--label
    .dropdown--checkbox:checked
    ~ .dropdown--list {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  .dropdown
    label.dropdown--label
    .dropdown--checkbox:checked
    ~ .dropdown--text
    .dropdown--arrow {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 5px;
  }
  .link {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .link a {
    color: #ef394e;
    text-decoration: none;
    font-weight: bold;
  }

  /* /////////////// */

  .pre-list-box {
    padding-top: 40px;
  }
  .search-form {
    position: relative;
  }
  .search-form {
    padding-top: 0px;
    position: relative;
  }
  img.search-icon {
    position: absolute;
    top: 15px;
    left: 17px;
    cursor: pointer;
  }
  .recomended-blog-left-content {
    height: 300px;
  }
  .blog-list-text {
    padding: 10px 20px 18px 20px;
  }
  h4.subscription-title {
    font-size: 26px;
    line-height: 42px;
  }
}
.search-icon.search-icon-mob {
  display: none;
}

@media only screen and (max-width: 1536px) {
  h2.recomended-title,
  h4.subscription-title {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 991px) {
  h2.recomended-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .search-title h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
  }

  .blog-list-dscp p {
    min-height: auto;
    margin-bottom: 42px;
  }
  input#search {
    width: 0;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    color: #fff;
  }
  input#search.expanded {
    width: 100%;
    color: #fff;
  }
  .search-icon {
    display: none;
  }
  .search-icon.search-icon-mob {
    display: block;
    z-index: 3;
  }
  input#search {
    border-radius: 90px;
    background: #ef394e;
  }
  .dropdown label.dropdown--label {
    position: relative;
    height: 42px;
    width: 100%;
    line-height: 42px;
    display: inline-block;
  }

  .dropdown label.dropdown--label .dropdown--list {
    font-size: 14px;
  }

  .dropdown
    label.dropdown--label
    .dropdown--checkbox:checked
    ~ .dropdown--text
    .dropdown--arrow {
    top: 2px;
  }

  .dropdown label.dropdown--label .dropdown--list ul {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown--list ul li {
    line-height: 28px;
  }

  .dropdown label.dropdown--label .dropdown--text .dropdown--arrow {
    width: 7px;
    height: 7px;
  }
  input#search.expanded::-webkit-input-placeholder {
    color: #fff;
  }
  input#search.expanded::-moz-placeholder {
    color: #fff;
  }
  input#search.expanded:-ms-input-placeholder {
    color: #fff;
  }
  input#search.expanded::-ms-input-placeholder {
    color: #fff;
  }
  input#search.expanded::placeholder {
    color: #fff;
  }
  .category-blog-mobile {
    display: inline-block;
    width: 100%;
  }
  .dropdown label.dropdown--label .dropdown--text {
    padding: 0px 20px;
    font-size: 14px;
  }

  #search {
    font-size: 14px;
    height: 42px;
    padding-left: 42px;
  }
  .search-form {
    padding-top: 0;
  }
  img.search-icon {
    position: absolute;
    top: 14px;
    left: 15px;
    cursor: pointer;
  }
  .recomended-blog-left-content {
    height: 300px;
  }
  .recomended-blog-right-content {
    padding-top: 20px;
  }
  h2.recomended-title {
    font-size: 26px;
    line-height: 40px;
  }
  p.recomended-text {
    margin: 0;
  }

  .recomended-blog .recomended-details {
    display: none;
  }
  .text-content-recomended {
    padding-bottom: 0;
  }
  .pre-list-box {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-list-boxes {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  h4.blog-list-title a {
    font-size: 18px;
    line-height: 23px;
  }
  .blog-list-dscp p {
    font-size: 14px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 575px) {
  .pre-list-box .col-lg-9.col-md-6.col-sm-6,
  .pre-list-box .col-lg-3.col-md-6.col-sm-6 {
    width: 50%;
    padding: 2px;
  }

  .dropdown label.dropdown--label .dropdown--text {
    font-weight: 400;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }
  input#search.expanded {
    font-size: 12px;
  }

  .dropdown label.dropdown--label {
    height: 34px;
    line-height: 34px;
  }

  #search {
    font-size: 12px;
    height: 34px;
    padding-left: 34px;
  }

  img.search-icon {
    top: 10px;
    left: 11px;
  }

  .search-form {
    margin-left: 10px;
  }

  .dropdown label.dropdown--label .dropdown--list {
    font-size: 11px;
  }

  .dropdown--list ul li {
    line-height: 20px;
  }

  .dropdown label.dropdown--label .dropdown--list ul {
    max-height: 200px;
  }

  .dropdown label.dropdown--label .dropdown--list ul li a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 550px) {
  .recomended-blog-left-content {
    height: 200px;
  }
}

@media only screen and (max-width: 380px) {
  .dropdown label.dropdown--label .dropdown--text,
  #search,
  input#search.expanded {
    font-size: 10px;
  }
}

@media only screen and (max-width: 340px) {
  .dropdown label.dropdown--label .dropdown--text,
  #search,
  input#search.expanded {
    font-size: 9px;
  }

  .dropdown label.dropdown--label .dropdown--text .dropdown--arrow {
    width: 5px;
    height: 5px;
    border-width: 1px;
  }
  img.search-icon {
    top: 11px;
    left: 13px;
    width: 13px;
  }
}

/* single blog */
body.post-template-default.single.single-post {
  background: #fff;
}
section.single-blog {
  padding-top: 80px;
  padding-bottom: 140px;
}
h1.single-blog-title {
  max-width: 800px;
  font-weight: 500;
  font-size: 52px;
  line-height: 77px;
  margin: 0;
  text-align: center;
  letter-spacing: -2.56px;
  color: #1a1a1a;
}
.single-blog-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}
.single-blog-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
li.single-category a {
  padding: 10px 20px;
  background: rgba(239, 57, 78, 0.1);
  border-radius: 44px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ef394e !important;
}
li.single-category {
  margin-right: 15px;
}
.author-share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #fddfe3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  margin-top: 40px;
}
.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.36px;
  color: #808080;
}
.author-name span {
  font-weight: 600;
  color: #333333;
}
.author-avatar img {
  width: 53px;
  height: 53px;
  border-radius: 100px;
}
.author-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-image-box {
  padding-top: 30px;
}
.feature-image-box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
section.single-blog .container {
  padding: 0 70px;
}
.single-blog-text-content {
  max-width: 900px;
}
.single-box-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-blog-text-content p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin: 0;
  padding: 15px 0;
}

.single-blog-text-content li {
  line-height: 32px;
}
figcaption.wp-element-caption {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #aab3bb;
}

.single-blog-text-content h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  padding-top: 30px;
}
.single-blog-text-content ul li,
.single-blog-text-content ol li {
  color: #333333;
  padding: 13px;
}
.single-blog-text-content ul li a,
.single-blog-text-content ol li a,
.single-blog-text-content a {
  text-decoration: none;
  color: #ef394e;
}
.single-blog-text-content img {
  margin: 20px 0 0 0;
  border-radius: 12px;
}
figcaption {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #aab3bb;
}
.single-box-content-wrapper {
  padding-top: 30px;
}
body.archive.category {
  background: #fff;
}

@media only screen and (max-width: 1300px) {
  .single-blog-text-content h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 992px) {
  h1.single-blog-title {
    max-width: 600px;
    font-size: 40px;
    line-height: 57px;
  }
  .single-blog-text-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .single-blog-text-content li {
    line-height: 26px;
  }
  .share-box .share-sm-text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section.single-blog .container {
    padding: 0 20px;
  }
  h1.single-blog-title {
    max-width: 600px;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    letter-spacing: -2.56px;
    color: #1a1a1a;
  }
}
@media only screen and (max-width: 575px) {
  section.single-blog {
    padding-top: 42px;
  }
  .single-blog-text-content li.single-category {
    margin-right: 0;
  }
  .single-blog-categories ul {
    padding-left: 0;
  }
  .author-share-box {
    padding: 8px 0;
  }
  .sm-icons img {
    width: 25px;
  }
  .author-name {
    font-size: 12px;
    padding-left: 5px;
  }
  .author-avatar img {
    width: 40px;
    height: 40px;
  }
}
/*Section Products CTA*/

.products-cta {
  background-color: #ef394e;
  border-radius: 30px;
  position: relative;
  background-image: url("../img/cta-background.png");
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  margin-bottom: 15px;
}

.products-cta::after {
  content: "";
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  -webkit-filter: blur(27.1828px);
  filter: blur(27.1828px);
  border-radius: 2px;
  position: absolute;
  bottom: -30px;
  z-index: 1;
}

.products-cta__img {
  position: absolute;
  bottom: 0;
  right: 74px;
  width: 50%;
  text-align: right;
}

.products-cta__img img {
  display: block;
  margin: 0 0 0 auto;
}

.products-cta__content__img {
  margin-bottom: 48px;
}

.products-cta__content {
  color: #fff;
  padding: 96px 0px 107px 0px;
  max-width: 520px;
}

.products-cta__content h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin-bottom: 34px;
}

.products-cta__content p {
  font-size: 16px;
  line-height: 1.5;
  color: #fdfdfd;
  max-width: 450px;
  margin-bottom: 16px;
}

.products-cta__content__btn {
  margin-top: 56px;
}

.products-cta__content__btn a {
  padding: 22px 39px 22px 60px;
  border-radius: 36px;
  text-decoration: none;
  background-color: #fff;
  color: var(--clr-primary);
  font-weight: 500;
  border: 1px solid var(--clr-primary);
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  display: inline-block;
}

.products-cta__content__btn a::before {
  content: "";
  background-image: url("../img/icon/brendly.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 21px;
  position: absolute;
  left: 39px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.products-cta__content__btn a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.products-cta__content__mobile {
  display: none;
}

.author-share-mobile {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .products-cta {
    background-size: contain;
  }

  .products-cta .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1536px) {
  .products-cta__content h2 {
    font-size: 38px;
  }

  .products-cta__img {
    right: 62px;
  }

  .single-blog-text-content {
    max-width: 830px;
  }

  h1.single-blog-title {
    font-size: 46px;
    line-height: 1.48;
  }
}

@media only screen and (max-width: 1440px) {
  .products-cta__content {
    padding: 85px 0px 85px 0px;
  }

  .products-cta__content h2 {
    font-size: 36px;
  }

  h1.single-blog-title {
    font-size: 42px;
  }

  section.single-blog {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .products-cta__img {
    right: 5%;
  }

  .product-item__color li {
    width: 16px;
    height: 16px;
  }

  .product-item__color li span {
    width: 12px;
    height: 12px;
  }

  .product-item__thumb {
    min-height: 290px;
  }

  .product-item > a {
    height: 290px;
  }
  .products-cta__content {
    padding: 80px 0px 80px 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .products__sidebar {
    padding-right: 0;
  }

  .products-cta__content {
    padding: 70px 0px 70px 0px;
  }

  .products-cta__content h2 {
    font-size: 34px;
  }

  h1.single-blog-title {
    font-size: 38px;
  }

  section.single-blog {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .products-cta__img {
    width: 45%;
  }

  .product-item__thumb {
    min-height: auto;
  }
  .product-item > a {
    height: 100%;
  }

  .products-cta .container {
    padding-left: 40px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .products {
    margin: 35px 0px 100px 0px;
  }

  .products__load-more a {
    font-size: 14px;
    padding: 18px 55px;
  }
  .products-cta__content p {
    font-size: 14px;
    line-height: 2;
  }

  .products-cta__content__btn a {
    font-size: 14px;
  }

  .product-item__color li {
    margin: 3px;
  }

  .products-cta__content {
    padding: 46px 0px 60px 0px;
    max-width: 100%;
  }

  .products-cta__content__img {
    margin-bottom: 35px;
  }

  .products-cta__content h2 {
    font-size: 32px;
  }

  .products-cta__img {
    display: none;
  }

  .products__sidebar {
    max-width: 100%;
  }

  .products__sidebar__items {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }

  .products__sidebar__item {
    width: calc(50% - 12px);
    padding: 25px 30px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.02);
  }

  .products-cta .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .products-cta {
    background-position: left bottom;
  }

  h1.single-blog-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .products-cta__content h2 {
    font-size: 28px;
  }

  .products-cta__content__btn {
    margin-top: 41px;
  }

  .products-cta {
    text-align: center;
    background-image: none;
    border-radius: 15px;
  }

  .products-cta__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .products-cta__content p {
    max-width: 100%;
  }

  .products-cta__content__mobile {
    position: relative;
    left: -12px;
    width: calc(100% + 24px);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }

  .products-cta .container {
    overflow: hidden;
  }

  .products-cta__content__mobile img {
    display: block;
    width: 100%;
  }

  h1.single-blog-title {
    font-size: 34px;
  }

  li.single-category a {
    font-size: 11px;
    padding: 8px 15px;
  }

  .single-blog-text-content img {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .products-cta__content__mobile {
    display: block;
  }

  li.single-category a {
    font-size: 11px;
    padding: 6px 12px;
  }

  .author-share-desktop {
    display: none;
  }

  .author-share-mobile {
    display: flex;
    margin-top: 0;
    border-top: none;
  }

  .author-share-box {
    position: relative;
    left: -20px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-box {
    position: relative;
    left: -20px;
    width: 100vw;
  }

  .feature-image-box img {
    display: block;
    border-radius: 0;
  }

  .single-box-content-wrapper {
    padding-top: 23px;
  }

  .single-blog-text-content p,
  .single-blog-text-content li,
  .single-blog-text-content ol,
  .single-blog-text-content ul .single-blog-text-content a {
    font-size: 14px;
  }

  figcaption {
    font-size: 12px;
    line-height: 1.4;
  }

  .single-blog-text-content p {
    padding: 7px 0px;
  }

  section.single-blog {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 360px) {
  .sm-icons img {
    width: 23px;
  }
}

span.page-numbers.current {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ef394e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
}
a.page-numbers {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background: #d3d3d4;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
}
a.prev.page-numbers,
a.next.page-numbers {
  display: none;
}
.pagination-div {
  text-align: center;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* //////////////////////////////////////////////////////END------------BLOG/SINGLE BLOG//////////////////////////////////////////////////////// */

.search-title {
  background-color: #fff7f8;
  padding: 70px 0px;
  margin-bottom: 30px;
}
.search-title h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.11;
  color: #111827;
  margin-bottom: 11px;
}
section.search-section .col-lg-4.col-md-6 {
  margin-bottom: 20px;
}

/*CSS - not found page*/

.error404 {
  background-color: var(--bg-clr-primary);
}

.not-found {
  padding: 100px 0px 100px 0px;
}

.no-results.not-found {
  padding-top: 30px;
  text-align: center;
}

.not-found__content {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

.not-found__content h1 {
  font-size: 288px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--clr-primary);
}

.not-found__content p {
  color: #363940;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.6;
}

.btn-search-404 {
  padding: 17px 25px;
  width: 100%;
  max-width: 220px;
  margin: 40px auto 0 auto;
  display: inline-block;
}

@media only screen and (max-width: 1440px) {
  .not-found__content h1 {
    font-size: 228px;
  }

  .not-found__content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  h4.subscription-title {
    font-size: 25px;
    margin-bottom: 17px;
  }

  .blog-list-boxes .col-lg-4 {
    padding: 0px 12px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .not-found__content h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .not-found__content h1 {
    font-size: 192px;
    margin-bottom: 20px;
  }

  .not-found__content p {
    font-size: 18px;
  }

  .btn-search-404 {
    padding: 15px 20px;
    max-width: 180px;
    font-size: 13px;
  }
  .not-found {
    padding-left: 8px;
    padding-right: 8px;
  }

  .not-found__content {
    max-width: 500px;
  }

  span.page-numbers.current,
  a.page-numbers {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .not-found__content h1 {
    font-size: 152px;
  }
  .not-found__content {
    max-width: 450px;
  }

  .not-found__content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .not-found__content h1 {
    font-size: 122px;
  }

  .not-found__content p {
    font-size: 14px;
  }

  .not-found__content {
    max-width: 390px;
  }
}
