body {
  margin: 0;
  padding: 0;
}

@media(min-width:1201px) {
.search_section  .container {
      max-width: 996px;
  }
}
p:empty{
  display: block !important;
}
.header .search-input label, .header .search-input input{
  width: 100%;
}
.pagination .page-numbers {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: unset !important;
  width: 40px;
  height: 40px;
  padding: 7px 16px;
  color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination{
  padding-top: 40px;
  justify-content: center;
}
span.page-numbers.current {
  font-weight: 700;
  background: #DE3E28;
  border-radius: 50%;
  color: #fff;
}
.result_div:last-child{
  border-bottom: none;
}
a.next.page-numbers, a.prev.page-numbers{
  background-image: url(../images/right-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1px;
}
a.prev.page-numbers{
  transform: rotate(180deg);
}
.arrow-left, .arrow-right{
  display: none;
}
.posts-detail-image img {
   width: 282px;
   max-width: 282px ;
   height: 220px;
  object-fit: cover;
}
.search_section .search-overlay{
position: unset;
}
.search_section .search-box{
padding-bottom: 28px;
}
.search_section .search-input{
margin: 0;
}
.search_section .search-header h2{
margin-bottom: 30px;
}
.search_section {
  background: #F6F2EE;
  padding-bottom: 80px;
  padding-top: 96px;
}
.search_section .page, .search_section .arrow{
color: #000;
}
.result_div {
  display: flex;
  border-bottom: 1px solid var(--Gray_40, #D5D5D5);
  padding-bottom: 32px;
  padding-top: 32px;
  gap: 24px;
}
.result_div .vidW{
  max-width: 282px;
  max-height: 220px;
}
.result_div .vidW iframe {
  height: 100%;
  max-width: 282px;
}

.search-result-exrept{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.result_div_1 {
  display: flex;
  border-bottom: 1px solid var(--Gray_40, #D5D5D5);
  padding-bottom: 32px;
  padding-top: 32px;
}

.result_content {
  /* padding-left: 24px; */
  padding-top: 44px;
  padding-bottom: 44px;
}

.result_content h3,.result_content_1 h3 {
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #121212;
  margin-bottom: 12px;
}
.result_content h3:hover{
  color: #DE3E28;
}

.result_content p,.result_content_1 p {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #404040;
}

.result_content a,.result_content_1 a {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  color: #606060;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.result_content a:hover, .result_content_1 a:hover {
  color: #DE3E28;
} 

.search_section h2{

font-family: "Manrope";
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #222222;

}
.search_section .search-input input{
  padding: 0;
}
@media (max-width:1024px){
  .search_section {
    padding-top: 86px;
  }
}
@media(max-width: 767px){
  .search_section {
    padding-top: 26px;
  }
  .search-input input{
    padding: 0;
  }
  .search_section .search-box {
    max-width: 100%;
  }
  .search_section .search-overlay{
    justify-content: space-between;
  }
.result_div{
  flex-direction: column;
}
.search_section .search-header h2{
  font-size: 28px;
  line-height: 40px;
}
.search_section .search-box{
  padding: 40px 0 28px 0;
}
.search_section .search-input{
  padding-bottom: 16px;
}
.search_section h2{
  font-size: 14px;
  line-height: 20px;
}
.result_div img{
  padding-right: 27px;
}
.result_content{
  padding: 24px 0 0 0;
}
.result_content h3, .result_content_1 h3{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
.result_content p, .result_content_1 p{
  font-size: 14px;
  line-height: 20px;
}
.result_content a, .result_content_1 a
{
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
}