*{
    padding: 0;
    margin: 0;
}
.blog-content .banner{
         background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../blog-image/blog-bg.png);
        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.blog-content  .banner-h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.blog-content  .italic{
    font-style: italic;
}
.blog-content  .banner-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.blog-content  .blog-section{
    padding-top: 100px;
    padding-bottom: 99px;
}
.blog-content  .search-container{
    position: relative;
    display: inline-block;
}
.blog-content  .search{
    width: 674px;
    height: 56px;
    border: 1px solid #BEBEBE;
    background-color: #F8F8F8;
    padding-left: 27px;
    font-family: Arimo, sans-serif;
}
.blog-content  .search::placeholder{
    font-family: Arimo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E2E;
}
.blog-content  .search-img{
    position: absolute; 
    right: 219px;
     top: 50%;
      transform: translateY(-50%);
     color: gray;
}
.blog-content .filter{
     width: 277px;
    height: 56px;
    border: 1px solid #BEBEBE;
    background-color: #F8F8F8;
    padding-left: 27px;
     appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../blog-image/arrow.png') no-repeat right 17px center;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 2.5px;
  font-size: 18px;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.blog-content .image-section{
/* padding-top: 64px; */
padding-bottom: 70px;
}
.blog-content .img1{
    width: 100%;
    height: 308px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
    margin-top: 60px;
}
.blog-content .red-line {
position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
transform: skewX(-0deg);
}


.blog-content .blue-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 52px;
  background-color: #009FE3;
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 104%);

}
.blog-content .button{
    border: 1px solid #2E2E2E !important;
    border-radius: 55px !important;
    padding: 10px 16px !important;
    font-family: Raleway, sans-serif !important;
    font-weight: 500 !important;
    line-height: 100%;
    font-size: 14px !important;
    margin-bottom: 16px;
}
.blog-section .row{
    gap:21px;
}
.blog-content .blog-section-h1{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #2E2E2E;
}

.blog-content .blog-section-p{
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 127%;
    color: #494949;
    margin-bottom: 32px;
}
.blog-content .read-more{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #36A9E1;
    margin-bottom: 8px;
    text-decoration: none;
}
.blog-content .blog-btn{
    background: #36A9E1;
    color: #FFFFFF;
    border: none;
    padding: 16px 41px;
    border-radius: 27.48px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 17.47px;
}
.blog-content .col-lg-4{
    width: calc(33.333% - 20px);
    gap: 20px;
    padding: 0;
}

@media screen and (max-width: 1360px){
.blog-content .search-img{
    right: 99px;
}
}

@media screen and (max-width: 1024px){
.blog-content .search{
    width: 100%;
}
.blog-content .search-img{
    right: 25px;
}
.blog-content .blog-section{
    padding-top: 30px;
}

}
@media screen and (max-width: 768px){

.blog-content .blog-section{
    padding-top: 30px;
}
.blog-content .col-lg-4{
width: 100%
}
}
@media screen and (max-width: 576px){
    .blog-content .banner{
height: 277px
}
    .blog-content .blog-section{
        padding-top: 50px;
        padding-bottom: 30px;
    }

.blog-content .image-section{
   
    padding: 0 16px 30px 16px;
}
.blog-content .img1{
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 20px;
}
.blog-content .col-lg-4{
    width:100%;
    gap: 20px;
    padding-top: 20px;
}
.blog-content .img1{
  
    margin-top: 0px;
}
.blog-content .banner-h2{
    font-size: 20px;
    
}
.blog-content .banner-p{
    font-size: 12px;
}
.blog-content .banner-text{
padding: 0 16px;
}
.blog-content .blog-section-h1{
    font-size: 20px;
}
.blog-content .blog-section-p{
    font-size: 12px;
    margin-bottom: 10px;
}
.blog-content .button{
    font-size: 12px !important;
}
.blog-content .read-more{
    font-size: 12px;
}
.blog-content .blog-btn{
    font-size: 12px;
}
.blog-section .row{
gap: 0
}
.blog-section img{
width: 25%
}
.blog-content .blue-line{
z-index: 0;
height: 13.22px;
width: 70%
}
.blog-content .red-line{
height: 13.22px;
width: 30%
}
}
