.icon{
    display: inline-block;
}
.plan.card{
    padding-left: 0;
    padding-right: 0;
}
.plan.card .primary-cta{
    position: relative;
    background-color: #3368fa;
    border-color: #3368fa;
    font-weight: 600;
    color: #fff;
}
.plan.card .primary-cta.blue:hover{
    background-color: #002ca6;
    border-color: #002ca6;
    color: #fff;
}
.plan.card .points{
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.plan.card .plan-title{
    color: #002ca6;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
}
.plan.card p{
    font-size: 14px;
    line-height: 18px;
}
.plan-desc.free{
    background: #f5f8ff;
}
.plan-desc.essentials{
    background: #e0ffef;
}
.plan-desc.pro{
    background: #fff7e5;
}
.plan-desc.premier{
    background: #f5f8ff;
}
.plan-desc{
    padding: 12px 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px 3px 0 0;
}
.plan.card .pricing{
    margin-top: 0px;
    border: 0;
}
.plan.card .pricing h3{
    font-size: 20px;
}
.page-id-338 .icon{
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
    background-color: #e0ffef;
    border-radius: 50%;
} 
.page-id-338  .plan.card .points li{
    display: flex;
    flex-direction: row;
}
.page-id-338  .fa.fa-sym{
    color: #23bf6e;
    width: 8px;
    height: 8px;
    margin-left: 5px;
}
.page-id-338  li.text{
    border-bottom: 1px dashed #3368fa;
    font-size: 16px;
    /* color: ; */
}
.page-id-338  .fa-times.fa-sym{
    color: #d82a68;
    margin-left: 6px;
}
.page-id-338  .icon.times{
    background: #ffeff5;
}
.page-id-338  .note.mb0{
    margin-bottom: 0;
}
.page-id-338  .api-table{
    margin: 0 auto;
}
.page-id-338  .anchor-link{
    text-decoration: underline;
    cursor: pointer;
    color: #212529;
}
.page-id-338  .anchor-link:hover{
    text-decoration: underline;
    color: #212529;
}


/* range slider */
.hidden .values-count, .hidden .range-control{
    visibility: hidden;
}
.range-control {
    position: relative;
    width: 85%;
    margin: 0px auto;
}
.values-count{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: .7rem;
    line-height: 18px;
}    
.range{
    margin:30px 0 20px 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: #3ed4a3;
    height: 5px;
    width: 100%;
    margin: 10px auto;
}

/* .range:focus{
    outline:none;
}

.range::-webkit-slider-runnable-track {
    padding: 2px 4px 2px 4px;
    height: 6px;
    transition: all .2s ease;
    width: 100%;
    background: #3ed4a3;
}

.range::-moz-range-track {
    padding: 2px 4px 2px 4px;
    transition: all .2s ease;
    width: 100%;

    background: #3ed4a3;
    height: 3px;
}

.range::-ms-track {
    padding: 2px 4px 2px 4px;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-width: (20 / 2) 0;
    height: 6px;
}
  
.range::-ms-thumb{
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    background: #3ed4a3;
    border-radius: 50%;
    cursor: -moz-grab;
    border: 4px solid #cfd8dc;
    cursor: -ms-grab; 
    margin-top: 1.5px;
}

.range::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 12px;
    border: 4px solid #cfd8dc;
    cursor: -moz-grab;
    cursor: -webkit-grab; 
    margin-top: 1.5px;
}

.range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border: 4px solid #cfd8dc;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    cursor: -webkit-grab;
} */

/* .range{
-webkit-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
background-color: #3ed4a3;
height: 6px;
width: 100%;
margin: 10 0;
} */
  
  .range:focus{
    outline:none;
  }

  .range::-webkit-slider-runnable-track {
    padding: 2px 4px 2px 4px;
    transition: all .2s ease;
    width: 100%;
  }
  
  .range::-moz-range-track {
    padding: 2px 4px 2px 4px;
    transition: all .2s ease;
    width: 100%;
    background: #3ed4a3;
    height: 3px;
  }
  
  .range::-ms-track {
    padding: 2px 4px 2px 4px;
    /* height: 6px; */
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-width: (20 / 2) 0;
    height: 3px;
  }
  
  .range::-ms-thumb{
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    background: #3ed4a3;
    border-radius: 50%;
    cursor: -moz-grab;
    border: 4px solid #3ed4a3;
    cursor: -ms-grab; 
    margin-top: 1.5px;
  }
  
  .range::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 12px;
    border: 4px solid #3ed4a3;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  
  .range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border: 4px solid #3ed4a3;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    cursor: -webkit-grab;
  }

.blueCls{
    font-weight: bold;
    color: #3368fa;
}
#val-range{
    margin-bottom: 0;
    /* color: #3368fa; */
    font-weight: bold;
}
/* range slider */



@media only screen and (max-width: 1000px) {
    .plan-desc {
        padding: 12px ;
    }
    .plan.card .plan-title {
        font-size: 20px;
    }
    .plan.card .pricing h3 {
        font-size: 18px;
    }
}