.pr_hero .herobox{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 20px;
}
.herobox .leftside{
    grid-column: span 5;
    padding-top: 16px;
}
.herobox .leftside p.title{
    font-family: var(--font-outfit);
    font-size: clamp(2rem, calc(4.44vw + 0.1rem), 4rem);
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.2;
    overflow: hidden;
}
.herobox .leftside p.title span{
    display: inline-block;
}
.herobox .leftside p.subtxt{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    color: #274D73;
    margin-top: 32px;
    max-width: 90%;
}
.herobox .rightside{
    grid-column: span 7;
}
.herobox .rightside .imagebox{
    padding-top: calc(434 / 756 * 100%);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.herobox .rightside .imagebox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #edf2ff;
    padding: 16px 24px;
    border-radius: 12px;
}
.label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s, font-weight 0.3s;
}
.label.active {
    font-weight: 700;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    background-color: #0a3d72;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background: linear-gradient(to bottom, #fff, #eee);
    border-radius: 50%;
    transition: 0.4s;
}
/* Toggle on */
.switch input:checked + .slider:before {
    transform: translateX(28px);
}
.pricemain .topbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricemain .topbar .lft ul{
    display: flex;
    gap: 16px;
    margin-top: 8px;
}
.pricemain .topbar .lft ul li{
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #274D73;
    border-radius: 8px;
    cursor: pointer;
    color: #274D73;
    font-size: 0.875rem;
    font-weight: 400;
}
.pricemain .topbar .lft ul li svg{
    border: 1px solid #577492;
    border-radius: 2px;
}
.pricemain .topbar .lft ul li svg path{
    opacity: 0;
}
.pricemain .topbar .lft ul li.active{
    background: #274D73;
    color: #fff;
}
.pricemain .topbar .lft ul li.active svg{
    border-color: #fff;
    background: #fff;
}
.pricemain .topbar .lft ul li.active svg path{
    opacity: 1;
}
.pricemain .topbar .lft p{
    color: #333333;
    font-size: 1rem;
    font-weight: 400;   
}
.pr_grid{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 20px;
    margin-top: 48px;
}
.pr_grid .col4{
    grid-column: span 4;
}
.pr_grid .col-2{
    grid-column: span 2;
}
.pr_grid .card{
    border: 1px solid #96B1CD;
}
.pr_grid .card .tp{
    height: 176px;
    padding: 8px;
    background: #E9EFFC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pr_grid .card .tp .bgtitle{
    font-size: 1.5rem;
    font-weight: 500;
    font-family: var(--font-outfit);
    color: #1A1A1A;
}
.pr_grid .sm .card {
    text-align: center;
}
.pr_grid .sm .card .tp .toptxt p{
    color: #515552;
    font-size: 1rem;
    font-weight: 400;
}
.pr_grid .sm .card .tp .toptxt p.title{
    font-size: 1.5rem;
    color: #000000;
    font-weight: 500;
    font-family: var(--font-outfit);
}
.pr_grid .sm .card .tp .btmtxt p{
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-family: var(--font-outfit);
}
.pr_grid .sm .card .tp .btmtxt p.title{
    color: #D1473D;
    font-size: 1rem;
    font-weight: 400;
}
.pr_grid .sm .card .tp .btmtxt p.green{
    color: #008944;
}
.pr_grid .sm .card .tp .btmtxt p.title.striked{
    text-decoration: line-through;
}
.pr_grid .card .textbox{
    padding: 32px;
    border-top: 1px solid #96B1CD;
    height: 112px;
    display: flex;
    align-items: center;
}
.pr_grid .card .textbox p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}
.pr_grid .card .textbox:nth-child(odd){
    background: #F3FBFC;
}
.pr_grid .sm .card .textbox p{
    display: none;
}
.pr_grid .sm .card .avail img{
    height: 32px;
    width: 32px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.pr_grid .sm .card .avail {
    width: 100%;
}
.pr_grid .sm .card .textbox{
    padding: 32px 16px;
}
.pr_grid .sm .card .textbox .avail p{
    display: block;
}
.bottom{
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .herobox .leftside,.herobox .rightside{
        grid-column: span 12;
    }
    .pricemain .topbar{
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }
    .pricemain .topbar .lft ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .pr_grid .col4.big{
        display: none;
    }
    .pr_grid .col-2{
        grid-column: span 12;
    }
    .pr_grid .sm .card .textbox p{
        display: block;
        font-weight: 600;
    }
    .pr_grid .card .textbox{
        flex-direction: column;
        text-align: left;

        align-items: flex-start;
        height: auto;
        padding: 16px;
    }
    .pr_grid .sm .card .avail img{
        margin: 8px 0 0 0;
    }
    .pr_grid .sm .card .textbox .avail p{
        font-weight: 400;
        margin-top: 8px;
    }
}