.vnt-processes {
  margin: 30px 0;
}
.grid_processes{
   display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) ;
    grid-gap: 30px;
}
.grid_processes:after{
  display: block;
  content: '';
  clear: both;
}
.grid_processes .item{
   
}

.processes  .item .w-item{
  width: 100%;
  position: relative;
  padding: 20px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.processes .item .w-item .i-image{
  overflow: hidden;
}
.processes .item .w-item .i-image a{
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
.processes .item .w-item .i-image img{
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
   

   -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.processes .item .w-item:hover .i-image img{
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.processes .item .i-title{
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.processes .item .i-title::after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #39b54a;
  height: 2px;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;

}

.processes .item .i-title h3{
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}


.the-content {
  padding: 15px 0;
}


/*================BEGIN : MY TOOLS=================*/
.myTools {
  padding: 10px 0;
  margin-bottom: 15px;
}
.myTools .share{
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.myTools .share .txt{
  margin-right: 10px;
}
.myTools .share ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.myTools .share ul li{
  margin-right: 5px;
}
.myTools .share ul li a{
  display: block;
  width: 35px;
  height: 35px;
  background: #eeeeee;
  border-radius: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333333;
}
.myTools .share ul li a:hover{
  border-radius: 0;
}
.myTools .share ul li a i, .myTools .share ul li a img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.myTools .share ul li {
  float: left;
  margin-right: 15px;
}
.myTools .download{
  float:right;
  margin-top: 5px;
}


.myTools  a.btn-download {
  display: inline-block;
  background: #39b54a;
  padding: 5px 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;

  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.box-price {
    margin: 15px 0 30px;
}
.box-price .p-title {
    font-size: 18px;
    line-height: 25px;
    color: #39b54a;
    font-weight: bold;
    margin-bottom: 15px;
}
.box-price form {
    max-width: 430px;
}
.box-price button {
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border:none;
    background:#39b54a;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box-price button:hover {
    background: #333333;
}
.box-price .div-result {
    color: #39b54a;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
}

.sliderOrther  {

}

.sliderOrther .item {
  margin: 0px 10px;
}

.sliderOrther .slick-arrow{
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #cccccc;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.sliderOrther .slick-arrow:hover{
    color: #ffffff;
    background: #39b54a;
    border-color: #39b54a;
}
.sliderOrther .slick-arrow:after{
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 35px;
    line-height: 35px;
    padding: 0 1px;
}

.sliderOrther .slick-prev:after{
    content: '\f104';
}
.sliderOrther .slick-next:after{
    content: '\f105';
}

.sliderOrther .slick-prev{
    left: -45px;
}
.sliderOrther .slick-next{
    right: -45px;
}








@media screen and (max-width: 1024px){
     
}
@media screen and (max-width: 767px){
    

}

@media screen and (max-width: 479px){
    .grid_processes  {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) ;
         grid-gap: 20px;
    }
}
@media screen and (max-width: 360px){
    
}