#hero-section-pto-type.type-pto-1{
    background-color: #F9FAFB;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0px;
}
.calculator{
    font-family: 'Poppins';
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(48, 40, 92, 0.18);
    border-radius: 10px;
    padding: 50px 50px 30px 50px;
    border: 1px solid #D7DFE9;
}
.calculator h2,
.p-flow,
.div-flow{
    font-weight: 400;
    font-size: 14px !important;
    line-height: 40px;
    color: #585858;
    display: inline;
}
#switch-wrap{
    /* display:flex;
    width: 341px;
    margin: 0 auto 22px;
    height: 44px;
    position: relative; */
    display: flex;
    flex-wrap: wrap;
}
.switch-text{
    width: 100%;
}
.switch-btns{
    width: 100%;
    display: flex;
    gap: 10px;
}
#switch-wrap h2,
.p-show-balance{
    line-height:42px !important;
    float:left;
    margin:0;
}
.switch-d-h{
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
}
.switch-d-h span{
    /* width: 99px; */
    width: 49%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: 1px solid #AFBACA;
    color: #455468;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
.switch-d-h span.active{
    border: 1px solid #AFBACA;
    background: #F9FAFB;
    color: #455468;
    pointer-events: none;
}
.hours-span{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none !important;
}
.days-span{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.switch-d-h img{
    cursor: pointer;
}
#tooltip-wrap{
    /* position: absolute;
    top: 0px;
    right: -27px; */
}
#tooltip-wrap img{
    width: 20px;
}
.tooltip {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.tooltip::before {
  width: 154px;
  text-align: center;
  content: attr(data-tooltip);
  font-size: 13px;
  position: absolute;
  left: -77px;
  bottom: 100%;
  background: rgb(41 41 41);
  padding: 5px 10px;
  opacity: 0;
  color: #fff;
  z-index: 5;
  border-radius: 5px;
  transition: 100ms opacity;
}
.tooltip::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 92%;
  width: 8px;
  height: 8px;
  background: rgb(41 41 41);
  opacity: 0;
  transform: rotate(45deg);
  transition: 50ms opacity;
}
.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
}
#accrue-per-year{
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
}
#accrual-freq{
    position: relative;
}
#accrual-freq::after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 42px;
    background: #DEDEDE;
    top: 0;
}
.calculator input, .calculator select{
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: right;
    padding: 0 14px !important;
    box-sizing: content-box;
    font-family: 'Poppins';
    font-weight: 500;
    color: #292929;
    font-size: 14px;
}
.calculator input:focus, 
.calculator select:focus {
    outline-color: #AFBACA;
}
.calculator select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('https://cdn.vacationtracker.io/wp-content/uploads/2022/11/07185157/select.svg') no-repeat right 14px center !important;
}
.calculator .clearfix{
    margin-bottom: 22px;
}
.calculator input::-webkit-outer-spin-button,
.calculator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.calculator input[type=number] {
    -moz-appearance:textfield;
}
#accrue-per-period{
    background: #FBFBFB;
    border-radius: 10px;
    padding: 20px 15px;
    transition: all .2s ease-in;
    display: none !important;
}
.reset #accrue-per-period{
    display: flex !important;
}
.active #accrue-per-period{
    background: #FDF0EC;
}
#accrue-per-period input{
    border: none;
    margin: 0;
    width: auto;
    float: none;
    background: none;
}
.calculate{
    /* line-height: 52px; */
    font-size: 16px;
    display: block;
    color: #8897AE;
    background: #D7DFE9;
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    transition: all .2s ease-in;
    width: fit-content;
    padding: 15px 30px;
}
.calculate:hover,
.active .calculate{
    background: #8897AE;
    color: #ffffff;
}
.reset-class{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #7F00FF;
    text-align: center;
    cursor: pointer;
    display: none;
    width: 75px;
    margin: 20px 0 0;
}
.reset .reset-class{
    display: block;
    height: 20px;
}
.reset-class img{
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 2px;
    margin-right: 13px;
}
.reset-class span{
    float: left;
}
#features{
    background: rgb(253 249 255);
    padding: 100px 15px;
    position: relative;
}
#features::before{
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 300%;
    height: 100%;
    background: rgb(253 249 255);
}
#features h2{
    font-weight: 600;
    font-size: 22px !important;
    line-height: 24px;
    color: #281853;
    margin-bottom: 20px;
}
/* #features .wpb_column{
    margin-bottom: 65px;
} */
#features p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #281853;
    opacity: 0.7;
    max-width: 85%;
}
@media (max-width: 1400px){
    #calculator input, #calculator select{
       width: 45%;
    }
}
@media (max-width: 1200px){
    #calculator input, #calculator select{
        width: 100%;
        box-sizing: border-box;
    }
    #accrual-freq::after{
        opacity:0;
        position: relative;
    }
}
@media (max-width: 1024px){
    #switch-wrap{
        width: 100%;
        height: auto;
        text-align: center;
        display: block;
    }
    #switch-wrap h2{
        float: none;
    }
    .calculator{
        padding: 15px;
    }
}

@media (max-width: 767px){
    #hero{
        max-width: 100%;
        margin-bottom: 50px !important;
    }
    .switch-d-h{
        margin: 0;
        display: block;
    }
    #switch-wrap{
        text-align: left;
    }
    /* .switch-d-h span{
        width: calc(100% - 2px);
    } */
    #calculator{
        padding: 25px;
    }
    #features{
        padding: 50px 15px;
    }
    #features {
        margin-bottom: 30px;
    }
    .reset-class{
        margin: 20px auto 0;
    }
}