.membership-plan{
    position: relative;
}

.membership-plan .heading-content-lt{
    position: absolute;
    top: 140px;
    width: 100%;
}
.mobile-view-img{
    display: none;
}
.heading-content-lt span{
    font-size: 36px;
    line-height: 51px;
    color: #656C74;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
}
.heading-content-lt h2{
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-align: left;
    margin-bottom: 43px;
    font-weight: 600;
    max-width: 409px;
}
.heading-content-lt p{
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    text-align: left;
    font-weight: normal;
    max-width: 409px;
}
.plan-sec h2{
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.plan-sec p{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px;
}
.plan-cards{
    margin-top: 73px;
}
.plan-box{
    background: #364158;
    border-radius: 16px;
    width: 100%;
    max-width: 384px;
    padding-bottom: 50px;
    min-height: 625px;
}
.membership-main-sec {
    margin-top: -26%;
    position: relative;
}
.membership-main-sec::after{
    content: '';
    position: absolute;
    top:0px;
    z-index: -1;
    height: 756px;
    width: 100%;
}
.membership-card{
    position: relative;
    width: 100%;
    top: -11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.colour-bg.w-100 {
    padding: 0 25px;
}

.plan-card-ct {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 10px;
}
.plan-desc {
    margin-top: 16px;
}
.plan-desc ul{
    margin-bottom: 0px;
    padding-left: 35px;
    padding-right: 42px;
    min-height: 395px
}
.plan-desc ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
}
.plan-card-desc h4{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    margin-bottom: 0px;
}
.plan-card-desc p{
    font-size: 12px;
    line-height: 14px;
}

.plan-button{
    position: relative;
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    border-radius: 6px !important;
    padding: 5px 25px !important;
    width: 100% !important;
    max-width: 240px;
    margin: auto !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top: 50px !important;
    text-decoration: none;
}
.plan-button h3{
    font-family: "Bebas Neue", sans-serif !important;
}

.plan-cards .col-card .silver-plan .plan-button{
    background: transparent linear-gradient(180deg, #D8D8D8 0%, #EBEBEB 48%, #B2B2B2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #0000001A;
    border: 2px solid #F5F5F5 !important;
    color: #2B2B2B;
    padding-top: 8px !important;
    transition: all ease-in-out 0.3s;
}

.plan-cards .col-card .silver-plan .plan-button:hover {
    border: 2px solid #F5F5F5 !important;
    background: transparent linear-gradient(0deg, #D8D8D8 0%, #EBEBEB 48%, #B2B2B2 100%) 0% 0% no-repeat padding-box;
    transition: all ease-in-out 0.3s;
}


.plan-cards .col-card .platinum-elite .plan-button{
    background: transparent linear-gradient(180deg, #D8D8D8 0%, #EBEBEB 48%, #B2B2B2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #0000001A;
    border: 2px solid #F5F5F5 !important;
    color: #2B2B2B;
    padding-top: 8px !important;
    transition: all ease-in-out 0.3s;
}

.plan-cards .col-card .platinum-elite .plan-button:hover {
    border: 2px solid #F5F5F5 !important;
    background: transparent linear-gradient(0deg, #D8D8D8 0%, #EBEBEB 48%, #B2B2B2 100%) 0% 0% no-repeat padding-box;
    transition: all ease-in-out 0.3s;
}



.plan-cards .col-card .gold-plan .plan-button{
    background: transparent linear-gradient(180deg, #F0DCAA 0%, #FFD876 48%, #F2C351 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #0000001A;
    border: 2px solid #FFDF90 !important;
    color: #6E5322;
    padding-top: 8px !important;
    transition: all ease-in-out 0.3s;
}
.plan-cards .col-card .gold-plan .plan-button:hover{
    background: transparent linear-gradient(0deg, #F0DCAA 0%, #FFD876 48%, #F2C351 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #FFDF90 !important;
    transition: all ease-in-out 0.3s;
}

.plan-cards .col-card .platinum-plan .plan-button{
    background: transparent linear-gradient(176deg, #ABAFBD 0%, #A5A9B7 39%, #575C69 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #0000001A;
    border: 2px solid #A5A9B7 !important;
    padding-top: 8px !important;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
.plan-cards .col-card .platinum-plan .plan-button:hover{
    background: transparent linear-gradient(0deg, #ABAFBD 0%, #A5A9B7 39%, #575C69 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #A5A9B7 !important;
    transition: all ease-in-out 0.3s;
}
.plan-cards .col-card .silver-plan .plan-card-desc{
    color: #2B2B2B;
}
.plan-cards .col-card .silver-plan .plan-button h3 {
    color: #2B2B2B;
}
.plan-cards .col-card .silver-plan .plan-button p {
    color: #2B2B2B;
    text-align: left;
}
.plan-cards .col-card .platinum-elite .plan-button p {
    color: #2B2B2B;
    text-align: left;
}
.plan-cards .col-card .silver-plan .plan-card-desc p {
    color: #2B2B2B;
}
.plan-cards .col-card .silver-plan .plan-button span {
    color: #98989866;
}
.plan-cards .col-card .silver-plan .plan-button::after {
    background: url(../images/silver-plan-button-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 8px;
}
.plan-cards .col-card .platinum-elite .plan-button::after {
    background: url(../images/silver-plan-button-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 8px;
}
.plan-cards .col-card .gold-plan .plan-card-desc{
    color: #6E5322;
}
.plan-cards .col-card .gold-plan .plan-button h3 {
    color: #6E5322;
}
.plan-cards .col-card .gold-plan .plan-button p {
    color: #6E5322;
    text-align: left;
}
.plan-cards .col-card .gold-plan .plan-card-desc p {
    color: #6E5322;
}
.plan-cards .col-card .gold-plan .plan-button span {
    color: #5F5F5F66;
}
.plan-cards .col-card .gold-plan .plan-button::after {
    background: url(../images/gold-plan-button-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 8px;
}

.plan-cards .col-card .platinum-plan .plan-card-desc{
    color: #ffffff;
}
.plan-cards .col-card .platinum-plan .plan-button h3 {
    color: #ffffff;
}
.plan-cards .col-card .platinum-plan .plan-button p {
    color: #ffffff;
    text-align: left;
}
.plan-cards .col-card .platinum-plan .plan-card-desc p {
    color: #ffffff;
}
.plan-cards .col-card .platinum-plan .plan-button span {
    color: #FFFFFF66;
    background-color: #FFFFFF66;
}
.plan-cards .col-card .platinum-plan .plan-button::after {
    background: url(../images/platinum-plan-button-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 8px;
}

.plan-button h3{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}
.plan-button span{
    display: inline-block;
    color: #98989866;
    background: #98989866;
    width: 1px;
    height: 21px;
    margin: 0 11px;
}
.plan-button p{
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 52px;
}
.plan-button::after{
    content: '';
    position: absolute;
    background: url(../images/plan-button-arrow.svg);
    background-repeat: no-repeat;
    right: 18px;
    top: 40%;
    bottom: 50%;
    width: 10px;
    height: 16px;
}
.terms-and-condition{
    margin-top: 56px;
    margin-bottom: 39px;
}
.terms-and-condition h5{
    font-size: 18px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15.5px;
}
.terms-and-condition ul{
    padding-left: 20px;
}
.terms-and-condition li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

@media (max-width:1200px) {
    .membership-main-sec {
        margin-top: -15%;
    }
    .membership-card {
        top: -13px;
    }    
    .membership-plan .heading-content-lt {
        top: 200px;
    }
    .plan-button h3 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .plan-desc ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .plan-cards form{
        padding: 0 19px;
    }
    .plan-button {
        width: 100%;
        max-width: 100%;
        margin: auto !important;
        margin-top: 25px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 5px 25px !important;
        height: auto !important;
    }
    .plan-button::after {
        right: 22px;
        top: 34%;
        bottom: 50%;
    }
    .membership-main-sec {
        margin-top: -25%;
    }
    .plan-card-ct {
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 7px;
    }
}

@media (max-width:991px) {
    .heading-content-lt span {
        font-size: 30px;
        line-height: 30px;
    }
    .heading-content-lt h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .plan-sec h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .membership-plan .heading-content-lt {
        top: 155px;
    }
    .membership-main-sec {
        margin-top: -18%;
    }
    .plan-desc ul li {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .plan-card-ct img {
        width: 20px;
        height: 22px;
    }
    .membership-card {
        top: -9px;
    }
    .plan-card-desc h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .plan-card-desc p {
        font-size: 12px;
        line-height: 14px;
    }
    .colour-bg.w-100 {
        padding: 0 9px;
    }
    .plan-button {
        padding: 5px 18px !important;
        /* margin-left: 15px !important;
        margin-right: 15px !important; */
    }
    .plan-button h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .plan-button p {
        font-size: 10px;
        line-height: 10px;
    }
    .plan-button span {
        margin: 0 5px;
    }
    .plan-button::after {
        right: 15px;
        top: 29%;
        bottom: 50%;
    }
    .plan-button {
        margin-top: 25px !important;
    }
    .plan-box {
        padding-bottom: 30px;
    }
}
@media (max-width: 800px) {
    .membership-main-sec {
        margin-top: -15%;
    }
}
@media (max-width:600px) {
    .desktop-view-img{
        display: none;
    }
    .mobile-view-img{
        display: block;
        padding-top: 49px;
    }
    .membership-plan .heading-content-lt{
        position: absolute;
        top: 35px;
        width: 100%;
    }
    .membership-main-sec {
        margin-top: -510%;
        position: relative;
    }

    .heading-content-lt h2 {
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .heading-content-lt p{
        width: 100%;
        max-width: 323px;
    }
    .plan-sec h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .plan-cards {
        margin-top: 50px;
    }


    .membership-card {
        top: -17px;
    }
    .plan-desc ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .plan-card-ct img {
        width: 27px;
        height: 27px;
    }
    .plan-desc ul {
        padding-left: 30px;
        padding-right: 36px;
    }
    .plan-card-desc h4 {
        font-size: 26px;
        line-height: 26px;
    }
    .plan-card-desc p {
        font-size: 14px;
        line-height: 14px;
    }
    .colour-bg.w-100 {
        padding: 0 25px;
    }
    .plan-button {
        padding: 5px 23px !important;
        max-width: 285px;
        margin: auto !important;
        /* margin-left: 30px !important;
        margin-right: 30px !important; */
        margin-top: 50px !important;
    }
    .plan-button h3 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 0px;
    }
    .plan-button p {
        font-size: 12px;
        line-height: 12px;
    }
    .plan-button span {
        margin: 0 11px;
    }
    .plan-button::after {
        right: 30px;
        top: 37%;
        bottom: 50%;
    }
    .plan-box {
        padding-bottom: 50px;
    }
    .plan-cards .row{
        row-gap: 48px;
    }
    .plan-card-ct {
        column-gap: 25px;
    }
    .terms-and-condition {
        margin-top: 50px;
    }

}
@media (max-width: 400px) {
    .membership-card {
        top: -16px;
    }
}

@media (max-width: 380px) {
    .membership-card {
        top: -14px;
    }
    .plan-card-ct {
        column-gap: 12px;
    }
    .plan-button h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .plan-button::after {
        right: 15px;
        top: 33%;
        bottom: 50%;
    }
    .plan-button {
        padding: 5px 20px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .plan-button h3{
        font-size: 25px;
    }
    .membership-card {
        top: -10px;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
.col-md-3.col-card {
    width: 50%;
}
.plan-box{
    margin-bottom: 30px;
    max-width: 100%;
}
}

@media (min-width: 340px) and (max-width: 767px) {
.plan-box{
    max-width: 100%;
}
}