
@media(max-width:767PX){
   .images img{
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      width: 100%;
  
   }

   .handled-bx p {
      font-size: 20px;
      font-weight: 500;
      color: black;
      padding-top: 50px;
      margin-bottom: 0;
      
  }
  .handled-bx {
   border: 1px solid #808080e6;
   text-align: center;
   margin: 5px 2px;
}
.u-text {
   font-size: 14px;
   padding-bottom: 3px;
}
.img-bx {
   height: 112px;
}
.handled-bx p {
   font-size: 14px;


}

button.c_btn {
   padding: 8px 10px;
   border: none;
   border-radius: 5px;
   background: #2266cc;
   color: white;
   font-size: 14px;
}
.c_btn1 {
   width: 100%;
   padding: 0px 0px;
}

}

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