.footer__subscription-input {

    color: black;
}
.slider-round .noUi-handle {
  left: -9px !important;
  right: auto !important;
}
.slider-round .noUi-handle {

  left: -9px !important; /* half the width */
  right: auto !important;
}
input{

    color: #f4f5f7!important;
}
.package__title-wrap{
    display:flex;
    flex-direction:column;
    gap:.375rem;
}
.package__detail-icon{
    display:inline-block;
    height:1rem;
    width:1rem;
    background-color:#8d99ae;
}
.package__detail-icon--calendar{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='14' height='13' rx='2' stroke='%238d99ae' stroke-width='1.5'/%3E%3Cpath d='M3 8H17' stroke='%238d99ae' stroke-width='1.5'/%3E%3Cpath d='M7 2.5V5.5' stroke='%238d99ae' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 2.5V5.5' stroke='%238d99ae' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='14' height='13' rx='2' stroke='%238d99ae' stroke-width='1.5'/%3E%3Cpath d='M3 8H17' stroke='%238d99ae' stroke-width='1.5'/%3E%3Cpath d='M7 2.5V5.5' stroke='%238d99ae' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 2.5V5.5' stroke='%238d99ae' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size:contain;
    mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-position:center;
    mask-position:center;
}