﻿
      .noHover{
     background-color: unset !important;
    color: unset !important;
}
       button:focus {
    border: none;
    outline: none; 
}
      .swiper-button-next:after, .swiper-button-prev:after {
          font-size:15px !important;
          font-weight:bolder
      }
      .lft{
 left:-20px; 
      }
         .rgt{
 right:-20px; 
      }
      .swiper {
    color: #a8a8a8;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
      box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15); 
    border-radius: 0 8px 8px 0;
        width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
   
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
}
     .nobackgroud {
         background-color:#ffffff !important
     }
    .panel-default2{
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    }
     .panel-default2 > .panel-heading2 {
         color: #2c3e50;
         background-color: #ffffff;
         padding: 8px 30px;
         min-height: 49px;
         font-size: 16px;
         line-height: 31px;
         white-space: nowrap;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         position: relative;
         border-radius: 8px;
     }
     .panel-heading2:after {
         position: absolute;
         bottom: 0;
         right: 20px;
         left: 20px;
         background-color: #dfdfdf;
         height: 1px;
         content: "";
         z-index: 0;
     }
     .thumbnail2 {
         display: block;
         padding: 4px;
         margin-bottom: 21px;
         line-height: 1.42857143;
         background-color: #fff;
         border: 1px solid #e6e8e8; 
         border-radius: 8px;
         -webkit-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
         -webkit-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
     }
     .panel-heading2 > span:after {
         content: "";
         position: absolute;
         width: 15px;
         height: 1px;
         background-color: #fff;
         bottom: 0;
         z-index: 1;
     }