#sp-main-body {
    padding: 20px 0;
    background-color: #ffffff;
}
.sp-simpleportfolio {
    padding: 0;
}
.at-accordion-or-tabs.at-tabs {
    border: none;
}
.at-accordion-or-tabs {
    position: relative;
    margin: 24px auto;
    border: none;
    width: 100%;
    padding: 0;
    clear: both;
    /* visibility: hidden; */
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-items {
    margin: -15px;
}

.at-accordion-or-tabs.at-tabs > li {
    display: inline;
    border: none;
}
.at-accordion-or-tabs > li {
    list-style: none;
    padding: 0 !important;
    margin-bottom: 3px;
    border: 1px solid #999;
}
.bor {
    border: 1px solid #ccc;
    width: 209px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pricelist{
    text-align: center;
}
.pricelist a{
    border-top: 1px solid #ccc;
    display:inline-block;
    width: 100%; 
}
.pricelist img
{
    padding: 10px;
}
.Mt50
{
    margin-top: 20px;
}

.pricelist
{
position: relative;
overflow: hidden;
}
.tab-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
    padding: 1em;
    margin-bottom: 20px;
}

.simpleportfolio-overlay {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
}

.sp-simpleportfolio-btns a {
    display: inline-block;
    padding: 7px 12px;
    margin: 3px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.box {
  transition: box-shadow .3s;
   width: 209px;
   margin-top: 20px;
    margin-bottom: 30px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  /*transition: all 0.3s ease-in-out;*/
  
}
.box:hover {
  box-shadow: 0 15px 20px rgba(0,0,0,0.3); 
  /*background-color: #fff;*/
   background: #fff;
    border-radius: 10%;
}
.box::after {
 box-shadow: 0 15px 20px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

