@media only screen and (max-width: 600px) {
   .body-wrapper{
      padding: 5px 20px 5px 20px;
   }
   .hero-section h1{
    font-size: 35px;
   }
   .footer{
   padding-top:60vh;
    background-position: 40% 55%;;
   }
   .search-box{
    margin-bottom: 1em;
   }
   .up-arrow{
    margin-bottom: 0vh !important;
   }
   .form-col{
      background-color: rgba(255, 255, 255, 0.5);
      padding: 30px;
     border-radius: 30px;
     margin-bottom: 10vh;
   }
   .loc-col{
      position: relative;
      padding: 30px;
     border-radius: 30px;
   
   }
   .icon-contact{
      position: absolute;
      top: -5vh;
      right: -2vw;
      width: 90px;
   }
   .no-pad{
       padding-left:10px !important;
       padding-right:10px !important;
   }
  .th{
   text-align: center !important;
  }
  .social_icons{
  text-align: center;
 
  }
  .logo{
   text-align: center !important;
   align-items: center;

  }
  .logo img{
   margin-bottom: 5%;
  }
  .link1  , .form_div{
   text-align: start;
  }
  .link2{
   text-align: start;
   margin-top: -4%;
  }
  .cc{
   text-align: center;
  }
  .cc1{
   font-size: 14px;
  }
  .sidebar-blogs{
   background-color: white;
   margin-top: 18px;
   min-width: 100%;
   box-shadow: 0 0 5px 5px rgba(0,0,0, 0.05);
   margin-bottom: 18px;
 
}
.search-bar{
   width: 100%;
   border-radius: 30px;
   padding: 10px;
}
.blog-section{
   display: flex;
   flex-direction: column;
   min-height: 20vh;
   flex-basis:49%;
   box-shadow: 0 0 5px 5px rgba(0,0,0, 0.05);
   margin-bottom: 18px;
   margin-top: 18px;
}
.date{
   font-size: 12px;
}
.blog-detail-container{
   padding: 0px 30px 0px 30px;
}
.coments{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-bottom: 18px;
}
.thumb{
   flex-basis: 14%;
}
.field{
   flex-basis: 60%;
}
.total-cmt{
   display: flex;
   flex-direction: row;
   justify-content: end;
   align-items: center;
   flex-basis: 14%;
}
.total-cmt small{
   font-size: 6px;
}

.input-comment{
   width: 100%;
}
.testimonial-box{
   flex-basis: 100%;
   min-height: 20vh;
   box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
   background-color: white;
   padding: 20px;
   margin-bottom: 50px;
}
.avatar{
   margin-bottom: -30%;
 }
  }
  @media only screen and (max-width: 1350px) {
.hero-section h1{
font-size: 40px;
}
  }