/* -----------banner----------- */
.plan-page-banner {
    background: linear-gradient(#000000cc, #000000cc), url(../images/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: calc(100vh - 56px); */
    height: 300px;
    max-height: 50vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;justify-content: center;align-items: center;
}

.plan-page-banner h1 {
    color: var(--white);
}

.plan-page-banner .bannerRight {
    display: flex;
    justify-content: end;
}

.plan-page-banner .bannerRight img {
    max-height: 40vh;
    text-align: right;
}

/* -----------banner end----------- */

/* --------------commodity--------------- */
.commodity {
    overflow: hidden;
    background: var(--white);
}

.commodity h3 {
    color: var(--theme);
    margin-bottom: 15px;
}

.commodity p {
    color: #555;
}

.commodity .heroBtn {
    background: #0069a9;
    margin-top: 15px;
    color: var(--white);
}

.commodity .text {
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ffffff;
    /* color: var(--mainBlue); */
    overflow: auto;
    overflow-x: hidden;
    margin-top: 30px;
    padding: 20px;
    scrollbar-track-color: transparent;
}

.commodity .text h4 {
    background: var(--theme);
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 15px;
    color: var(--white);
}

.commodity .text p {
    color: var(--mainBlue);
}

/* --------------commodity end--------------- */

/* ------------plan------------- */
.plan-details {
    overflow: hidden;
}

.plan-details h5 {
    position: relative;
    font-weight: 500;
    color: var(--theme);
    display: inline;
    background: #fff;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 10px;
	box-shadow: 1px 1px 3px #000;
}

.plan-details h2 {
    color: var(--theme);
}

.plan-details h3 {
    color: var(--theme);
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 3;
    position: relative;
    text-decoration: underline;
}

.plan-details h4 {
    font-size: 30px;
    color: var(--black);
    z-index: 3;
    position: relative;
}

.plan-details h4 span{
    font-size: 18px;
    display: block;
    color: red;
    text-decoration: line-through;
    margin-top: 15px;
}

.plan-details .box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: var(--white);
}

.plan-details .topBox {
    background: linear-gradient(90deg, rgba(15, 149, 203, 1) 0%, rgba(163, 45, 253, 0.219) 100%);
    padding: 40px;
    position: relative;
    z-index: 2;
}

.plan-details .box:hover {
    transform: scale(105%);
    z-index: 4;
    transition: all 0.4s ease-in-out !important;
}

.plan-details .ammount-box {
    background: #CBEBF5;
   margin-bottom: 60px;
   border-radius: 50px;
   padding: 20px 0;
}

.plan-details .box ul {
    text-align: left;
    margin-left: 15px;
    margin-bottom: 30px;
}

.plan-details .box ul li {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}

.plan-details .box ul li i {
    margin-right: 10px;
}

.plan-details .heroBtn {
    background: #0069a9;
    color: var(--white);
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 3;
    box-shadow: rgb(255, 255, 255) 0px 5px 15px;
}



.custom-shape-divider-bottom-1743149166 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1743149166 svg {
    position: relative;
    display: block;
    width: calc(107% + 1.3px);
    height: 40px;
}

.custom-shape-divider-bottom-1743149166 .shape-fill {
    /* fill: #CBEBF5; */
    fill: var(--white);
}


/* ------------plan end------------- */