.banner img {
    width: 100%;
}

.premium {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -135px;
}
.premium-content{
    padding: 0px 100px;
}
.premium img {
    width: 300px;
}

.akshaya-premium p{
    color: #212121;
    font-size: 20px;

}
.premium-content h2 {
    padding: 20px 0px;
    color: #62071a;
    font-size: 24px;
}

.text-center {
    text-align: center;
}



.premium-table thead.thead-style-1 th {
    background: #a96f2f;
    color: #fff;
    font-weight: 500;
}
.premium-table thead.thead-style-1 th:first-child{
    border-left: 1px solid #a96f2f;
}
.premium-table thead.thead-style-1 th:last-child{
    border-right: 1px solid #a96f2f;
}
.premium-table th,
.premium-table td {
    padding: 10px 20px;
    background: #f8ecd8;
    text-align: center;
}

.premium-table th {
    border: 1px solid #fff;
}

.premium-table td {
    border: 1px solid #a96f2f;
}

.installment-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px;
}

.installment-detail h3 {
    color: #0d0300;
    font-size: 20px;
    font-weight: 500;
}

.installment-detail h4 {
    padding: 10px 20px;
    color: #a56e36;
    font-size: 24px;
    font-weight: 600;
}
.plan-list .title{
    color: #a56e36;
    font-size: 25px;
    font-weight: 500;
    margin: 5px 0px 30px;
}
.box-group-info{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.box-icon-wrap {
    height: 40px;
    width: 40px;
    background: #a97134;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
}

.box-icon-wrap img{
    width: 25px;
}

.gap-15{
    gap: 15px;
}
.box-content-wrap{
    display: inline-block;
    vertical-align: middle;
}
.box-content-wrap .gm-title{
color: #a56e36;
font-weight: 500;
font-size: 20px;
}
.box-content-wrap .gm-content{
    color: #212121;
}
.premium-footer{
    padding: 40px 0px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.premium-footer h4{
    color: #a67239;
    font-weight: 400;
    font-size: 23px;
}

.premium-footer button{
    background: #28a71a;
    color: #fff;
    padding: 3px 10px;
    border: 0px;
    outline: 0px;
    font-size: 20px;
}
.premium-footer button i{
    font-size: 24px;
}

@media (max-width: 1024px) {
    .premium-content {
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {
    .box-group-info {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .box-content-wrap .gm-title{
        font-size: 18px;
    }
    .premium-footer button{
        font-size: 16px;
    }
    .premium-footer button i{
        font-size: 20px;
    }
    .premium{
        margin-top: -60px;
    }
    .premium img {
        width: 140px;
    }
    .premium-content h2 {
        font-size: 20px;
    }
    .premium-content {
        padding: 0px;
    }
    .installment-detail{
        padding: 20px;
    }
    .installment-detail h3{
        text-align: center;
        line-height: 30px;
    }
    .installment-detail h4{
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }
    .plan-list .title {
        font-size: 24px;
        margin: 5px 0px 20px;
    }
    .premium-footer{
        padding: 30px 0px 50px;
    }
    .premium-footer h4{
        font-size: 20px;
    }
}