* {
  margin: 0;
  padding: 0;
}

.slider-image {
background: url("https://abrahamassostg.wpenginepowered.com/wp-content/themes/abraham-child-theme/review-slider/assets/background.png");
background-color: #000000;
  background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sub-contain h3 {
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.sub-contain h1 {
  color: #fff;

  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 160.256%; /* 160.526% */
  letter-spacing: 0.5px;
}
.product-slider p {
  color: #eaedf6;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 162%; /* 32.4px */
  letter-spacing: 0.1px;
}

.slide-user ul li {
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}

.slide-user ul li span {
  color: #adb7c7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%; /* 25.92px */
}

.slide-user ul 
::marker {
    color: #01ADC3;
}
.users-reviews .slide-user ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divider-sec::before{
    position: absolute;
    content: "";
    display: block;
    left: 34%;
    text-align: center;
    width: 34%;
    top: -2px;
    height: 5px;  
    background-color: #01ADC3;  
}
.slick-prev:before, .slick-next:before {
    font-family: monospace !important;
    font-size: 44px !important;
   
}
.custom-size{
    width: 50%;
}
  

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .divider-sec::before {
        position: absolute;
        content: "";
        display: block;
        left: 0%;
        text-align: center;
        width: 100%;
        top: -2px;
        height: 2px;
        background-color: #01ADC3;
    }
    .custom-size{
        width: 100%;
    }
    .sub-contain h3 {
      
        font-size: 16px;
       
    }
    .sub-contain h1{
        font-size: 18px;
    }
    .product-slider p{
        font-size: 14px;
    }
    .slide-user ul li {
       
        font-size: 14px;
        
    }
    .slide-user ul li span {
     
        font-size: 14px;
        

}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 600px)   {
    .divider-sec::before {
        position: absolute;
        content: "";
        display: block;
        left: 0%;
        text-align: center;
        width: 100%;
        top: -2px;
        height: 2px;
        background-color: #01ADC3;
    }
    .sub-contain h3 {
      
        font-size: 16px;
       
    }
    .sub-contain h1{
        font-size: 18px;
    }
    .product-slider p{
        font-size: 14px;
    }
    .slide-user ul li {
       
        font-size: 14px;
        
    }
    .slide-user ul li span {
     
        font-size: 14px;
        

}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
