.sticky_choose_size {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 11;}
.sticky_choose_size .bottom-bar {padding: 20px 0px;}
.sticky_choose_size .new-stickybottom-inner {display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.sticky_choose_size .new-home-sticky-plan-text {max-width: 50%;}
.sticky_choose_size .new-home-sticky-plan-text h2 {margin: 0;text-align: center;font-size: 24px;max-width: 500px;}

@media screen and (max-width: 989px){
    .sticky_choose_size .new-stickybottom-inner {flex-direction: column;}
    .sticky_choose_size .new-home-sticky-plan-text {max-width: 100%;}
    .sticky_choose_size .new-home-sticky-plan-text h2 {font-size: 24px;max-width: 100%;}
}
@media screen and (max-width: 768px){
    .sticky_choose_size .sticky-price-box {width: 100%;}
}