.hd-search-form,
.newsleter-form {
  margin: 0px;
}

.cls-icon {
  display: none;
}

.shareBtn-show .shareIcon .share-icon {
  display: none;
}

.shareBtn-show .shareIcon .cls-icon {
  display: block;
}

.blog-banner-content {
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.blog-banner {
  background: #000000;
  padding: 84px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 9;
}

.blog-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.blog-banner-content h4 {
  color: #fff;
  /* margin-bottom: 24px;*/
}

.blog-banner-content h4+p {
  margin-top: 24px;
}

.blog-banner-content p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

.blog-listing-wrapper {
  padding-top: 88px;
  padding-bottom: 88px;
}

.post-items-wrapper {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.post-items-wrapper .post-item {
  width: calc(50% - 44px);
  margin-bottom: 78px;
}

.post-item-image {
  margin-bottom: 30px;
  position: relative;
  max-height: 322px;
  overflow: hidden;
}

.post-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-item-image a {
  display: block;
  padding-top: 53%;
}

.post-title {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.post-title>a {
  color: #000000;
}

.post-date {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.post-header-meta-info .post-date {
  margin-bottom: 0px;
}

.post-content {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}

.post-content p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.post-item-content {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  color: #000000;
}

.read-more-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.read-more-btn>a {
  color: inherit;
  text-transform: uppercase;
}

.read-more-btn>a svg {
  margin-left: 1px;
}

.blog-post-pegination .ct-pegination {
  padding-top: 0;
}

.pegination-container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

ul.ct-pegination>li.disable {
  display: none;
}

.catalog-pegination {
  display: flex;
  justify-content: right;
}

ul.ct-pegination,
ul.page-numbers {
  padding: 16px 0px 0px;
  margin: 0;
  list-style: none;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-left: auto;
}

ul.ct-pegination>li,
ul.page-numbers>li a,
ul.page-numbers>li span {
  padding: 7px 10px;
  cursor: pointer;
  margin: 0px 4px;
  border-radius: 9px;
}

ul.page-numbers>li a,
ul.page-numbers>li span {
  display: block;
  color: #000;
}

ul.page-numbers>li .current {
  background-color: #EAEAEA;
}

ul.page-numbers>li .prev,
ul.page-numbers>li .next {
  position: relative;
}

ul.page-numbers>li .prev:after,
ul.page-numbers>li .next:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

ul.page-numbers>li a:hover,
ul.page-numbers>li span:hover {
  background-color: #EAEAEA;
}

ul.page-numbers>li .prev,
ul.page-numbers>li .next {
  background-color: transparent !important;
}

.bp-container-x {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.post-header-title {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
}

.body-container-wrapper.blog-post {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #EAEAEA;
}

.post-header-content {
  margin-bottom: 30px;
}

.post-header-meta-info {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

ul.ph-icons {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

ul.ph-icons>li {
  margin-left: 30px;
}

.ph-icon {
  cursor: pointer;
}

.ph-date>span {
  display: flex;
  align-items: center;
}

.ph-date>span>img,
.ph-date>span>svg {
  margin-right: 16px;
}

.blog-post-container {
  width: 90%;
  max-width: 1356px;
  margin: 0 auto;
}

.blog-post-image {
  margin-bottom: 50px;
}

.blog-post-image>img {
  width: 100%;
  max-width: 1356px;
}


.ph-image-width-caption p {
  margin: 20px 0;
}

.ph-image-width-caption {
  /* border-bottom: 1px solid #EAEAEA; */
  margin: 50px 0px;
}

.blog-post-content {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  margin-bottom: 100px;
}

.ph-image-width-caption img {
  width: 100%;
}

.blog-post-content p {
  margin-bottom: 12px;
}

.blog-post-content p a {
  color: inherit;
  text-decoration: underline;
}

.blog-post-content>* {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.two-col-image {
  display: flex;
  justify-content: space-between;
  max-width: 1080px !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

.two-col-image img {
  width: calc(50% - 8px);
  height: 542px;
  object-fit: cover;
  object-position: center;
}

.two-col-image>div,
.two-col-image>img {
  width: calc(50% - 8px);
}

.similar-articles {
  border-top: 1px solid #EAEAEA;
  padding-top: 80px;
  max-width: 1220px;
  margin: 0 auto;
}

.blog-section-header .title {
  padding-left: 0;
}

.blog-section-header .view-all {
  padding-right: 0;
}

.blog-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.blog-section-header h3 {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.similar-article-item {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 30px;
}

.similar-article-item .post-item {
  width: calc(33.333% - 10px);
  min-width: 300px;
  margin-right: 20px;
}

.similar-article-item .post-item:last-child {
  margin-right: 0px;
}

.similar-article-item .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}


.similar-article-item::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}


.similar-article-item::-webkit-scrollbar-track {
  background: #f1f1f1;
}


.similar-article-item::-webkit-scrollbar-thumb {
  background: #888;
}


.similar-article-item::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.similar-article-item .post-content,
.similar-article-item .read-more-btn {
  display: none;
}

.similar-article-item .post-item:nth-child(4) {
  display: none !important;
}


.blog-post-content h2 {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.blog-post-content h3 {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.blog-post-content h4 {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}


/*share css below*/
.share-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
  height: 16px;
}

.shareIcon {
  cursor: pointer;
}

ul.share_share_icons {
  position: absolute;
  right: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  line-height: 1;
  background: #fff;
  transition: .2s ease-in;
}

.shareBtn-show ul.share_share_icons {
  visibility: visible;
  opacity: 1;
}

ul.share_share_icons>li {
  margin-right: 15px;
}

ul.share_share_icons a {
  background: #000;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  border-radius: 100%;
}

ul.share_share_icons a {
  background-color: transparent;
  width: 20px;
  height: 20px;
}

ul.share_share_icons a svg path {
  fill: black;
}

ul.share_share_icons>li {
  margin-right: 10px;
}

ul.share_share_icons>li:last-child {
  margin-right: 20px;
}

ul.share_share_icons>li:first-child svg {
  width: 9px;
}

ul.share_share_icons>li:nth-child(2) svg {
  width: 18px;
  margin-right: 4px;
}

ul.share_share_icons>li:nth-child(3) svg {
  width: 14px;
}

.post-item .cls-icon {
  width: 12px;
}

.post-item .shareIcon img {
  width: 12px;
}

.blog-banner-content h4 {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-post .post-header-meta-info {
  margin-bottom: 41px;
}

.blog-post-content h2+h3 {
  margin-top: 8px;
}

.blog-post-content h3+h4 {
  margin-top: 8px;
}

.blog-post-content h2+p,
.blog-post-content h3+p,
.blog-post-content h4+p {
  margin-top: 16px;
}

.blog-post-content p+h4,
.blog-post-content p+h3,
.blog-post-content p+h2 {
  margin-top: 32px;
}

.post-item ul.share_share_icons>li:first-child svg {
  width: 13px;
}

.post-item ul.share_share_icons>li:nth-child(2) svg {
  width: 16px;
}

.post-item ul.share_share_icons>li:nth-child(4) svg {
  width: 13px;
  position: relative;
  top: -1px;
}





@media (max-width: 1024px) {
  .post-items-wrapper .post-item {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
}

@media (max-width: 860px) {
  ul.page-numbers {
    margin: 0 auto;
  }
}


@media (max-width: 767px) {

  .similar-article-item .post-content,
  .similar-article-item .read-more-btn {
    display: block;
  }

  .post-items-wrapper .post-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .post-item-image {
    margin-bottom: 27px;
  }

  .blog-post-pegination ul.ct-pegination {
    padding: 0;
  }

  .body-container-wrapper.blog-post {
    padding-top: 46px;
    padding-bottom: 60px;
  }

  .two-col-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ph-image-width-caption {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .similar-articles {
    padding-top: 60px;
  }

  .blog-post-content {
    margin-bottom: 70px;
  }

  ul.ph-icons>li {
    margin-left: 24px;
  }

  .blog-post-container {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }

  .blog-listing-wrapper {
    padding-top: 55px;
  }

  .blog-post-pegination {
    margin-top: 20px;
  }

  .post-header-content {
    margin-bottom: 50px;
  }

  .blog-post-image {
    margin-bottom: 40px;
  }

  .blog-section-header h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .similar-article-item {
    overflow-x: hidden;
    flex-flow: wrap;
  }

  .similar-article-item .post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .similar-article-item .post-item-image img {
    width: 100%;
  }

  .blog-section-header .view-all a {
    font-size: 12px;
    line-height: 15px;
  }

  .similar-article-item .post-item:last-child {
    margin-bottom: 0;
  }

  .two-col-image img {
    height: 234px;
  }
}