
.cta-btn {
    min-width: 140px;
    max-width: 200px;
    border-radius: 40px !important;
    font-weight: 600 !important;
    background: #005f9a !important;
    color: #fff !important;
    -webkit-transition: background-color .3s,color .3s !important;
    transition: background-color .3s,color .3s !important;
    margin: 0 auto;
    margin-top: 30px;
    border: 2px solid #005f9a !important;
    padding: 10px 20px 10px !important;
    font-size:16px !important;
}
.cta-btn:hover, .cta-btn:active{
background-color: #fff !important;
    color: #005f9a !important;
    border-color: #005f9a !important;
    text-decoration: none !important;
}
.card-header a:hover {
    text-decoration: none !important;
}
/* /////////// Price Cards Start /////////////////////*/
.slider-module .card-body {
  padding: 2.25rem;
  padding-top: 15px;
}
.card.box-shadow {
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.slider-module {
  padding-top: 0px;
  margin-bottom: 20px;
}
.slider-module .card-header {
  background: #fff;
  border: none;
  padding: 0px 0px 30px 0px;
}
.slider-module .card-header p.text {
  padding: 10px
}
.justify-content-md-center {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.slider-module h2 {
  font-size: 32px;
  color: #3E4E56;
  margin: 0px 0;
  padding: 0;
  text-transform: none !important;
  text-align: center;
}
h5.card-title.pricing-card-title {
  font-size: 65px;
  margin: 0.0em 0 !important;
  font-weight: 800;
  color: #3E4E56 !important;
  padding-top: 20px;
}
h5.card-title.pricing-card-title sup {
  font-size: 24px;
  top: -0.9em;
  left: -0.2em;
  font-weight: normal;
}
h5.card-title.pricing-card-title small {
  font-size: 20px;
  padding-left: 4px;
}
.slider-module .card-deck h4 {
  font-size: 28px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: #f37223 !important;
  padding: 20px 20px;
  border-radius: 10px 10px 0px 0px;
}
.card-deck .card {
  border: 0px solid #fff;
  border-radius: 10px;
  min-width: 360px;
}
.mb-2, .my-2 {
  margin-bottom: 0rem !important;
}
.includes-basic {
  min-height: 320px;
}
.includes-extra {
  min-height: 60px;
}
.includes {
  padding-top: 20px;
  color: #3E4E56;
}
.includes .divader {
  background: #808285;
  height: 1px;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top:30px;
}
.includes h5 {
  margin-bottom: 20px !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}
.text {
  text-align: center;
  font-size: 16px;
  color: #3E4E56 !important;
  font-weight: 800;
}
.description {
  text-align: center;
  font-size: 16px;
  color: #3e4e56 !important;
  padding: 20px 20px 0px;
  max-width: 360px;
  margin: 0 auto;
  min-height: 100px;
}
.additional-text {
  text-align: center;
  font-size: 16px;
  color: #3e4e56 !important;
  padding: 0px 20px 20px;
  max-width: 360px;
  margin: 0 auto;
  min-height: 100px;
}
.text-muted {
  color: #6c757d !important;
  font-size: 14px;
}
.slider-module .card-body {
  background: #ECEEEF;
  border-radius: 0px 0px 10px 10px;
}
.slider-module .card-body .includes ul.fa-ul {
  margin-bottom: 0px !important;
  padding: 0px;
  margin-left: 30px !important;
}
.slider-module .card-body .includes ul.fa-ul li {
  font-size: 17px;
  color: #3E4E56;
  text-align: left;
}
.slider-module .card-body .includes ul.fa-ul li span {
  color: #F26726;
}
/* ie tooltip fix */
input[type=range]::-ms-tooltip {
    display: none;
}

/* //////////////////////// MEDIA QUERIES /////////////////////////*/
@media screen and (max-width: 1024px) {
  .html-inupt-range .tooltip {
    text-align: center;
    padding: 0px 0px !important;
    width:31%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .html-input-range-custom .hir-tracker-thumb::after {
    content: '';
    z-index: 2;
    top: -12px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
  .slider.html-input-range-custom.html-inupt-range {
    width: 100%;
    margin: 0 auto;
}
  .intro-txt p {
    width: 100%;
  }
  .html-inupt-range {
    margin: 30px 0px;
  }
  .html-inupt-range .tooltip {
    top: -50px;
    font-size: 16px !important;
    padding: 0px 0px !important;
    text-align: center;
    width: 27%;
  }
  .card-deck .card {
    margin-bottom: 40px !important;
  }
  .col-auto {
    width: 100% !important;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  
  .card-deck .card {
    margin-bottom: 40px !important;
  }
  .col-auto {
    width: 100% !important;
  }
  .col.screen-vs {
    display: none;
  }
  .justify-content-md-center {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .intro-txt {
    padding-bottom: 10px;
  }
  .mob-padding {
     padding: 30px 20px 40px 20px;
  }
 
  .slider-module {
    margin-bottom: 0px;
  }
  .col-auto {
    width: 100% !important;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px

*/
@media (min-width: 320px) and (max-width: 480px) {
  .html-input-range-custom .hir-tracker-thumb::after {
    content: '';
    z-index: 2;
    top: -12px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
  
  .card-deck .card {
    margin-bottom: 30px !important;
  }
 
  .card-deck .card {
    margin-bottom: 40px !important;
  }
  .justify-content-md-center {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
 
  .card-deck .card {
    min-width: auto;
  }
  .slider-module {
    margin-bottom: 0px;
  }
  
  .col.screen-vs {
    display: none;
  }
  .col-auto {
    width: 100% !important;
  }
}