input#edit-consent {
    margin: 0px 5px 0 0;
    height: 18px;
    width: 89px;
}
.form-floating.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-consent.form-item-consent.form-no-label {
    margin-left: 5px;
}
.description {
    height: 55px !important;
    font-size: 10px;
    margin-top: 0px;
    line-height: normal;
}
input#edit-consent--2 {
    margin-top: 10px;
    height: 25px;
    width:60% !important;
    margin-right:5px;
}
#edit-consent--description {
    margin:0px !important;
    font-size:10px;
}

@media screen and (min-width:320px) and (max-width:990px){
    .description {
        height:130px !important;
    }
  input#edit-consent--2{
    margin-top:-4px !important;
  }
}
@media screen and (min-width:768px) and (max-width:990px){
    #edit-consent--description {
        font-size:10px;
    }
}
.key-benefits .left-img .img {
    height:auto;
}

.form-select option{ 
    color:#343741 !important;                
}          
 
.form-control.form-select{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.5em .43em .3125em;
    left: 1px;
    font-size: 1rem !important;
    -webkit-transition: opacity .1s ease-out 0s;
    transition: opacity .1s ease-out 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 3px;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer;
    outline: none;
    height: 3.125rem;
    border: 1px solid #919191;
    background-color: #fff;
    color: #fff !important;
    overflow: hidden;
    line-height: 22.4px;
    font-weight: 400;
    /*, &:not(:placeholder-shown) ~ label.float-label */

}
.form-control.form-select:has(option:checked:not([value=""])) {
    color: #343741 !important;
}
.form-control.form-select:has(option:checked:not([value=""])) ~ label.select-label, .form-control.form-select:focus ~ label.select-label {
    font-weight: 400!important;
    font-size: .75rem !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    line-height: 21.4px !important;
    //padding :0.3rem 0 0.3rem 0.65rem !important;
}
.form-control.form-select:has(option:checked:has([value=""])) ~ label.select-label {
    pointer-events: none;
    right: 8px;
    padding: 0;
    color: #707070;
    font-weight: 400;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 1rem;
    cursor:pointer;
    line-height: 19.2px;
    margin-top: -2px;
}
label.select-label{
    pointer-events: none;
    right: 8px;
    padding: 0;
    color: #707070 !important;
    font-weight: 300;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    position: absolute;
    top: 5px;
    left: 12px;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 1rem !important;
    cursor:pointer;
    line-height: 19.2px;
    margin-top: -2px;
}
