a:hover{
    cursor: pointer;
}
a{
    text-decoration: none;
}
h1 {
    font-family: Chivo;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #3d3e3d;
  }
  
  .header-para {
    width: 380px;
    padding: 0 20px;
    margin: 0 auto;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
  }
  .lbl_select_category{
    font-family: Chivo;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;    
    color: #3D3E3D;
    position: absolute;
    bottom: 0;
  }
  .filters-section{
      margin-top:112px;
  }
.right-arrow {
    background: #013b2c;
    padding: 1px 75px;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.right-arrow::before {
    content: "";
    position: absolute;
    right: 0%;
    top: 4px;
    margin-top: -8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.parent-crops-list{
    margin-right: 0px;
    margin-left: 0px;
    min-width: 30px;
}
.yellow-circle-highlighetr{
    width: 50px;
    height: 50px;
    background: rgba(252, 219, 90, 0.8);
    position: absolute;
    border-radius: 50%;
    top: 17px;
    right: 10%;
    z-index: 3;
    display: none;
}
.parent-crop-name{
    font-family: Chivo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #3D3E3D;
    z-index: 5;
}
.parent-crops-list img{
    height:27px;
    width:27px;
    margin-bottom: 10px;
} 
.parent-crop-name-all{
    position: absolute;
    bottom: 0;
}
.child-crop-filters{
    margin-top:60px;
    position: relative;
}
.lbl_select_crop{
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 56px;
    color: #3D3E3D;
    float: right;
    margin-right: 180px;
}
#cb_child_crop_list{
    margin-left: 40px;
    width: 200px;
    height: 50px;    
    border: 1px solid #013B2C;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(61, 62, 61, 0.25);
    border-radius: 10px;
}
.success-stories-section{
    margin-top:60px;
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 64px;
}
.success-stories-div{
    padding-left:56px;
    padding-top:54px;
    padding-bottom:75px;
    padding-right:51px;
}
.story-card{
    background: #FFFFFF;
    box-shadow: 2px 2px 5px rgba(61, 62, 61, 0.6);
    border-radius: 10px;
    max-width: 339px;
    margin-left:29px;
    margin-right: 29px;
    margin-top:27px;
    margin-bottom:27px;
    display: inline-flex;
}

.story-details{
    padding-top:18px;
    padding-left:18px;
    padding-bottom:27px;
    padding-right:18px;
    text-align: left;
    position: relative;    
}
.story-owner{
    font-family: Chivo;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #3D3E3D;
}
.story-owner-type{
    font-family: Chivo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #013B2C;
    margin-top:5px;
}
.story-hr{
    width: 48px;
    border: 1px solid #FCDB5A;
    color: #FCDB5A;
    height: 1px;
    opacity:1;
}
.story-desc{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #3D3E3D;  
    margin-top:20px;  
}
.story-view-details{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #3D3E3D;    
    margin-top:22px;
}
.story-details .right-arrow {
    padding: 1px 30px;
    right: unset;
    bottom: 40px;
    left: 142px;
}
.story-details .yellow-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(252, 219, 90, 0.3);
    position: absolute;
    bottom: 14px;
    left: 106px;
}
.parent-crop-filter-a-0{
    min-width: 50px;
}
.parent-crop-filter-a .parent-crops-list.active,
.parent-crop-filter-a-0.parent-crops-list.active{
    background-image: url(/wp-content/themes/hello-elementor/assets/images/focusCircle.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.parent-crop-filter-a-0.parent-crops-list.active{
    height:50px;
}
.story-img img{
    border-radius: 5px 5px 0px 0px;
    border: 5px solid white;
    height: 195px;
    width: 100%;
    object-fit: cover;
}
select{
    -webkit-appearance: none; 
    background: url(/wp-content/uploads/2021/05/select-arrow-icon.svg) no-repeat ;
    background-position:
    calc(100% - 25px) calc(1em + 5px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
    background-color: white;
  }
  select:hover{
    background-color: white;
    color:black;
  }
  #splide-parent-crop-filters {
    padding-left: 60px;
  }
 
  #splide-parent-crop-filters .splide__arrows{
      display:none;
  } 
  
 
@media(min-width:600px){
    .story-details{
        min-height: 279px;
        max-height: 279px;
    }
    .story-view-details{
        position: absolute;
        bottom: 29px;
    }
    .child-crop-filters .right-arrow{
        bottom: 28px;
      }
}
@media(max-width:1024px){
    .container{
        max-width: calc(100% - 60px);
    }
    h1 {
        font-size: 26px;
        line-height: 31px;
    }
    .lbl_select_category{
        font-family: Chivo;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 31px;
    }
    .parent-crop-filters .right-arrow{
       padding: 1px 25px;
        right: 10px;
    }
    .parent-crop-filters-div{
        margin-top:33px;
    }
    .parent-crops-list {
        margin-right: 5px;
        margin-left: 5px;
    }
    .parent-crop-name{
        font-size: 14px;
        line-height: 17px;
    }
    .lbl_select_crop{
        float: left;
        margin-right: 0px;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 32px;
    }
    .child-crop-filters .right-arrow{
        padding: 1px 30px;
        position: absolute;
        right: unset;
        top: 10px;
        left: 142px;

    }
    #cb_child_crop_list{
        width: 100%;
        margin:auto;
    }
    .header-para {
        width: 100%;
        padding: 0px 0px;
        margin: 0 auto;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
    .story-owner{
        font-size: 18px;
        line-height: 21px;
    }
    .story-owner-type{
        font-size: 14px;
        line-height: 17px;
    }
    .story-desc{
        font-size: 14px;
        line-height: 19px;
    }
    .story-view-details{
        font-size: 12px;
        line-height: 16px;
    }
    .success-stories-div {
        padding-left:45px;
        padding-top: 36px;
        padding-bottom: 36px;
        padding-right: 45px;
    }
    .story-card {
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .story-img img{
        width:100%;
        height:166px;
    }
    #splide-parent-crop-filters {
        padding-left: 0px;
        margin-right: -20px;
        padding-right: 0px;
        margin-left: 0px;
    }
    .story-details .right-arrow{
        bottom: 35px;
    }
    #splide-parent-crop-filters li{
        margin-right: 8px !important;
    }
    #splide-parent-crop-filters .splide__track{
        margin-right: -20px;
    }
    .story-details .yellow-circle {
        width: 16px;
        height: 16px;
        bottom: 27px;
        left: 80px;
    }
    .story-details .right-arrow {
        padding: 1px 17px;
        right: unset;
        left: 92px;
    }
}
@media(min-width:600px) and (max-width:1024px) {
    .parent-crop-filters .right-arrow {
        padding: 1px 13px;
    }
    .lbl_select_crop{
        margin-top:23px;
    }
    .child-crop-filters .right-arrow {      
        top: 35px;
        bottom: 68px;        
    }
    .success-stories-div {
        padding-left: 20px;
        padding-right: 20px;
    }
    .story-card {
        margin-left: 20px;
        margin-right: 20px;
    }
    .story-details {
        min-height: 246px;
        max-height: 279px;
    }
}
