.content-wrap{
    margin-bottom: 0px;
    overflow: hidden;
}
#hero-section-pto-accruals-calculator{
    background-color: #F3F2F4;
    margin-top: 0px;
    padding-top: 150px;
    padding-bottom: 100px;
}
.row-hero{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.col-hero-text h1{
    /* font-size: 64px; */
    font-size: 4.44vw;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 50px;
}
.col-hero-text p{
    /* font-size: 20px; */
    font-size: 1.38vw;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
}
.col-hero-text p strong{
    font-weight: 500;
}
footer{
    position: relative;
    z-index: 2;
}
#hero-section-pto-accrual-calculator{
    background: var(--bg-color-hero);
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}
.col-image-hero::before {
    content: '';
    width: 400%;
    height: 300%;
    position: absolute;
    background: #fff;
    bottom: -287%;
    left: -150%;
    border-radius: 50%;
    z-index: -1;
}

/* #hero-section-pto-accrual-calculator:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 300%;
    margin-left: -100%;
    background: linear-gradient(180deg, #7F00FF 0%, #9021FF 100%);
} */
.row-wrap-hero-pto{

}
.col-title-hero{
    margin-bottom: 50px;
    text-align: center;
}
.col-title-hero h1{
    font-family: 'Poppins';
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 74px;
    margin: 0;
    margin-bottom: 25px;
}
.col-title-hero p{
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.col-image-hero{
    position: relative;
    z-index: 2;
    /* bottom: -10px; */
}
.col-image-hero img{
    position: relative;
    z-index: 2;
}
/******* Section-pto-accrual-text start *******/
#section-pto-accrual-text{
    position: relative;
    z-index: 2;
    margin-top: 100px;
}
.row-wrap-text-pto{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-text-title{
    width: 46%;
}
.col-text-content{
    width: 46%;
}
.col-text-title h2{
    font-family: 'Poppins';
    font-size: 42px;
    color: #292929;
    font-weight: 600;
    line-height: 63px;
    margin: 0;
}
.col-text-content p{
    font-family: 'Poppins';
    font-size: 16px;
    color: #585858;
    font-weight: 300;
}
.col-text-content p a{
    color: #ED6E44;
    text-decoration: none;
}
.col-text-content p a:hover{
    color: rgba(237, 110, 68, 0.7);
}
.col-text-content p:first-child{
    margin-bottom: 30px;
}
/******* Section-pto-accrual-text end *******/


/******* Section-calculator-bg start *******/
section#section-calculator-bg{
    /* background-color: #FAFAFA; */
    position: relative;
    z-index: 2;
    /* padding: 0 100px; */
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.col-calculator-bg-color h2{
    font-family: 'Poppins';
    font-size: 42px;
    color: #292929;
    font-weight: 600;
    line-height: 63px;
    text-align: center;
    margin: 0;
}
.row-calculator-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}
.block-calculator{
    width: 32%;
    border-radius: 20px;
    /* padding: 20px; */
    position: relative;
    height: 300px;
    cursor: pointer;
}
.block-calculator:first-child{
    background-color: #F5F1FE;
}
.block-calculator::before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 250px;
    z-index: 1;
    border-radius: 20px;
}
.block-calculator:first-child::before{
    background: url(../img/pto-accruals-calculator/pto-calculator-1.png) no-repeat right/contain;
}
.block-calculator:nth-child(2){
    background-color: #F06644;
}
.block-calculator:nth-child(2)::before{
    background: url(../img/pto-accruals-calculator/pto-calculator-2.png) no-repeat right/contain;
}
.block-calculator:nth-child(3){
    background-color: #7F00FF;
}
.block-calculator:nth-child(3)::before{
    background: url(../img/pto-accruals-calculator/pto-calculator-3.png) no-repeat right/contain;
}
.block-number{
    /* width: 20%; */
    background: rgba(127, 0, 255, 0.1);
    border-radius: 50%;
    width: 73px;
    height: 73px;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-number img{
    width: 50%;
}
.block-number-v2{
    margin-bottom: 10px;
}
.block-number-v2 img{
    width: 50px;
}
.block-title{
    padding: 20px;
    position: relative;
    z-index: 2;
}
.block-title h3{
    font-family: 'Poppins';
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    margin-bottom: 25px;
    width: 73%;
}
.block-title a img{
    width: 40px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.block-calculator:first-child .block-title h3{
    color: #26184F;
}
.block-title p{
    font-family: 'Poppins';
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    line-height: 24px;
    /* height: 130px; */
}

.block-cta{
    margin-top: 50px;
    display: flex;
    width: 100%;
}

.block-cta a{
    font-family: 'Poppins';
    font-size: 16px;
    background-color: var(--btn-start-free-trial-bg);
    border: 2px solid var(--btn-start-free-trial-bg);
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    /* padding: 13px 40px; */
    padding: 10px 30px;
    transition: .2s ease-in-out;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
}

.block-cta a:hover{
    transition: .2s ease-in-out;
    box-shadow: 0px 0px 35px 2px var(--btn-start-free-trial-bg);
    -webkit-box-shadow: 0px 0px 35px 2px var(--btn-start-free-trial-bg);
    -moz-box-shadow: 0px 0px 35px 2px var(--btn-start-free-trial-bg);
}
/******* Section-calculator-bg end *******/

#calculator-choose-section{
margin-bottom: 200px;
}
.title-choose h2{
    /* font-size: 64px; */
    font-size: 4.44vw;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.title-choose p{
    /* font-size: 20px; */
    font-size: 1.38vw;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.col-btns-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}
.col-btns-list ul li{
    width: 300px;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}

.col-btns-list ul li .icon-btns{
    width: 100%;
    text-align: center;
}
.col-btns-list ul li .icon-btns img{
    width: 50px;
    margin: 0 auto;
}
.col-btns-list ul li .arrow-btns img{
    width: 30px;
    transform: rotate(90deg);
}
.col-btns-list ul li:first-child{
    background-color: #F7EFF6;
}
.col-btns-list ul li:last-child{
    background-color: #F3F2F4;
}
.col-btns-list ul li .text-btns{
    margin: 15px 0 20px 0;
    width: 100%;
    text-align: center;
}
.col-btns-list ul li .text-btns p{
    /* font-size: 24px; */
    font-size: 1.66vw;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}
#type31 .hero-pto-type-right {
    width: 100%;
}
.col-hero-right #hero-section-pto-type {
    margin-top: 0px;
}
@media(min-width: 1920px){
    #section-pto-accrual-text,
    .row-calculator-bg-wrap{
        /* width: 1920px;
        margin: 0 auto; */
    }

    #section-pto-accrual-text{
        margin-top: 100px;
    }
}
@media(min-width: 1440px){
    .col-hero-text h1{
        font-size: 64px;
    }
    .col-hero-text p{
        font-size: 20px;
    }
    .title-choose h2{
        font-size: 64px;
    }
    .title-choose p{
        font-size: 20px;
    }
    .col-btns-list ul li .text-btns p{
        font-size: 24px;
    }
}
@media(max-width: 1000px){
    .col-image-hero::before {
        display: none;
    }
    #hero-section-pto-accrual-calculator{
        padding-top: 150px;
    }

    .col-title-hero h1 {
        font-size: 35px;
        margin-bottom: 25px;
        line-height: 40px;
    }
    .col-title-hero p {
        font-size: 16px;
        font-weight: 300;
    }

    .col-text-title {
        width: 100%;
        margin-bottom: 40px;
    }
    .col-text-content {
        width: 100%;
    }

    .row-wrap-text-pto {
        text-align: center;
        padding: 0 0px;
    }
    .col-text-title h2 {
        font-size: 32px;
    }
    .col-text-content p {
        font-size: 16px;
    }

    section#section-calculator-bg {
        padding: 0 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 80px;
    }
    .block-calculator {
        width: 100%;
        margin-bottom: 100px;
    }
    .block-calculator:last-child{
        margin-bottom: 0px;
    }
    .block-number {
        width: 75px;
        height: 75px;
    }
    .block-number img {
        width: 40%;
    }
    .col-calculator-bg-color h2 {
        font-size: 35px;
        line-height: 43px;
    }
    .row-calculator-block {
        margin-top: 80px;
    }
    .block-title h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 50px;
        width: 100%;
    }
    .block-title p {
        font-size: 16px;
        line-height: 26px;
    }
    .block-cta a {
        font-size: 17px;
        padding: 10px 30px;
    }

    h1 br,
    h2 br,
    h3 br{
        display: none;
    }
    .title-choose p br{
        display: none;
    }
    .title-choose h2{
        font-size: 32px;
    }
    .title-choose p{
        font-size: 16px;
    }
    .col-btns-list ul li .text-btns p{
        font-size: 20px;
    }
}



.pto-accrual-calculator-page-v2-2 #type31 .hero-pto-type-right{
    width: 50%;
}
.pto-accrual-calculator-page-v2-2 #hero-section-pto-type.type-pto-3{
    background-color: #F9FAFB;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.pto-accrual-calculator-page-v2-2 #calculator-choose-section{
    margin-bottom: 100px;
}


.pto-accrual-calculator-page-v2-2 .col-btns-list ul li:first-child{
    background-color: #EDF1F0;
}
.pto-accrual-calculator-page-v2-2 .col-btns-list ul li:nth-child(2){
    background-color: #F7EFF6;
}
.pto-accrual-calculator-page-v2-2 .col-btns-list ul li:last-child{
    background-color: #F3F2F4;
}

@media(max-width: 1000px){
    .pto-accrual-calculator-page-v2-2 #type31 .hero-pto-type-right {
        width: 100%;
    }
}

#limit-type-2 .limit-input { display: none; }
