.plan_containerwrapper {
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.plan_containerwrapper .plan-container {
    background: #ffffff;
}

.plan_containerwrapper .plan-container {
    padding: 30px 8px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(229, 229, 229, .6588235294);
    position: relative;
}

.plan_containerwrapper .plan-container .plan-rdio-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.plan_containerwrapper .plan-container .plan_top {
    position: relative;
    margin-top: -130px;
    text-align: center;
}

.plan_containerwrapper .plan-container .plan_top .plan-name {
    font-size: 31px;
    font-weight: 700;
    color: #1D1363;
    margin-top: 20px;
}

.plan_containerwrapper .plan-container ul {
    padding-left: .5rem;
}

.plan_containerwrapper .plan-container .price_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan_containerwrapper .plan-container .price_list p {
    font-size: 24px;
    font-weight: 600;
    color: #040273;
}

.plan_containerwrapper .plan-container .btns-container {
    margin: 20px 0;
}

.plan_containerwrapper .btn-dgreen {
    font-weight: 700;
}

.plan_containerwrapper .btn.btn-dgreen {
    background-color: #040273;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.plan_containerwrapper .btn.btn-dgreen:hover {
    background-color: #45AC54;
    transform: scale(1.05);
}

.plan_containerwrapper .btn {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 50px;
    border-radius: 50px;
    cursor: pointer;
}

.plan_containerwrapper .plan-container.active {
    box-shadow: 0px 5px 10px rgba(135, 135, 135, .6392156863)
}

/*@media(max-width: 700px) {*/
/*    .plan_containerwrapper .plan-container .plan-desc {*/
/*        display: none*/
/*    }*/
/*}*/

.plan_containerwrapper .plan-container .plan-desc ul {
    list-style: none
}

.plan_containerwrapper .plan-container .plan-desc ul li {
    padding: 8px 26px 8px 20px;
    font-size: 24px;
    position: relative;
    color: #000
}

.plan_containerwrapper .plan-container .plan-desc ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #040273;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plan_containerwrapper .plan-container .plan-desc ul li:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/yes.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plan_containerwrapper .plan-container .plan-desc ul .no_img:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/no.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.addon-left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 90% !important;
}

.plan_containerwrapper .plan-container .plan-desc ul li.no {
    color: #9d9d9d
}

.plan_containerwrapper .plan-container .plan-desc ul li.no:after {
    background-color: #9d9d9d
}


.plan_containerwrapper .plan-container .plan-desc ul li:not(:last-child) {
    border-bottom: 2px solid #e7e7e7
}

.plan_containerwrapper .plan-container .plan-desc ul li.prod_title {
    border-bottom: 0;
    padding: 20px 0 5px 0;
    font-size: 16px;
    font-family: "League Spartan", sans-serif;
}

.plan_containerwrapper .plan-container .plan-desc ul li.prod_title:after,
.plan_containerwrapper .plan-container .plan-desc ul li.prod_title:before {
    display: none
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container {
        box-shadow: 0px 0px 10px rgba(229, 229, 229, .6588235294);
        padding: 30px 20px 30px
    }

    .plan_containerwrapper .plan-container:nth-child(1) {
        order: 2
    }

    .plan_containerwrapper .plan-container:nth-child(2) {
        order: 1
    }

    .plan_containerwrapper .plan-container:nth-child(3) {
        order: 3
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .pl_dropelem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: flex-end;
        -moz-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end
    }

}

.plan_containerwrapper .plan-container .pl_dropelem .smslelement {
    position: relative
}

@media(min-width: 701px) {
    .plan_containerwrapper .plan-container .pl_dropelem .smslelement {
        display: none
    }
}


.plan_containerwrapper .plan-container .pl_dropelem .smslelement {
    color: #ea1828;
    font-weight: 600;
    margin: 0 auto;
    font-weight: 700;
    font-size: 23px;
}




/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1440px) {

    .plan_containerwrapper {
    
            margin-top: 150px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 15px;
    
        }

}

@media (min-width: 820px) and (max-width: 1180px) {

    .plan_containerwrapper {
       
        margin-top: 150px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
       
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .plan_containerwrapper {
       
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        
    }

    .plan_containerwrapper>*:last-child {
        margin-top: 26%;
    }

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .plan_containerwrapper .plan-container .plan-desc ul {
        list-style: none;
        padding: 10px;
    }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .plan_containerwrapper .plan-container {
        box-shadow: 0px 0px 10px rgba(229, 229, 229, .6588235294);
        padding: 30px 0px 30px;
    }

    .plan_containerwrapper .plan-container .plan-desc ul {
        list-style: none;
        padding: 10px;
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/



@media (min-width: 320px) and (max-width: 480px) {

    .plan_containerwrapper {
        grid-gap: 98px 30px;
        margin-top: 114px;
    }

    .plan_containerwrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 135px 30px;
        margin-top: 133px;
    }

    .plan_containerwrapper .plan-container {
        box-shadow: 0px 0px 10px rgba(229, 229, 229, .6588235294);
        padding: 30px 0px 30px;
    }

    .plan_containerwrapper .plan-container .plan-desc ul {
        list-style: none;
        padding: 10px;
    }

}

