[type=button], [type=reset], [type=submit], button {
    background-color: red;
    border-radius: 50%;
}
.slick-next, .slick-prev {
    font-size: 0;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    background-color: var(--white-color);
    z-index: 12;
    cursor: pointer;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100%;
    box-shadow: 0 0px 12px rgba(0,0,0,0.1);
}
.slick-next {
    left: auto;
    right: 5px;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
}
.slick-prev:hover, .slick-prev:focus, button.slick-prev{background: url(../images/left-arrow.png) no-repeat; background-size: 100%;}
.slick-next:hover, .slick-next:focus, button.slick-next{background: url(../images/right-arrow.png) no-repeat; background-size: 100%;}

.slick-next::before, .slick-prev::before{display: none;}
/* .customer-cards .slick-list{padding-top:60px;} */
/* .customer-cards .slick-next, .customer-cards .slick-prev{top: 62%;} */

.customer-cards ,.service-cards , .bndf{margin-right: -25px;}
.customer-cards .customer-card, .gallry-img .slick-slide , .service-cards .cards, .bndf .bndf-img{margin-right: 25px;}
.gallry-img .slick-list{padding: 0 70px;}

.base-font{
    font-family: 'Lobster', cursive;
}
p, input, button, textarea{
    font-family: 'Slabo 13px', serif !important;
}
p{font-size: 14px;}
.wall{
    background-size: cover !important;
}


/* before and after */
.container {
    max-width: 800px;
  }
  
  .comparison {
    width: 100%;
    padding-bottom: 90%;
    overflow: hidden;
    position: relative;
  }
  
  figure {
    position: absolute;
    /* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-before.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    
  }
  
  .divisor {
    /* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-after.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
  }
  .divisor::before, .divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  .divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
  }
  .divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
  }
  
  .handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .handle::before, .handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  .handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  .handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
  
  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
  }
  input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
  }
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  }
  
  input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
  }
