﻿.fixed-container-subscription {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.mb-10 {
    margin-bottom: 10px;
}

.insight-payment-plans-bottom .plans-card {
    width: calc(25% - 30px);
    padding: 15px;
    margin: 0 15px;
    border: 1px solid #C8C9C9;
    border-radius: 12px;
    /*background: #fff;*/
}

.insight-payment-plans-bottom {
    margin: 0 -15px;
}

.text-center {
    text-align: center;
}

.plans-card .plans-card-top {
    border-bottom: 1px solid #C8C9C9;
}

.f-14 {
    font-size: 14px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-item-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.plans-card-bottom ul li {
    padding-bottom: 17px;
}

.pl-16 {
    padding-left: 16px;
}

.plans-card .plans-card-bottom svg {
    width: 18px;
}

.plans-card .plans-card-bottom span {
    width: calc(100% - 18px);
}

.subscribe-btn {
    width: 200px;
    height: 52px;
    background-color: #706BB1;
    color: #fff;
    border: none;
    border-radius: 28px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.plans-card .plans-card-top h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.plans-card .plans-card-top p {
    font-size: 14px;
    line-height: 26px;
}

.f-26 {
    font-size: 26px;
    font-weight: bold;
    align-items: flex-end;
}

.plans-card-top .text-center p {
    font-size: 14px;
    font-weight: 400;
}

.mb-40 {
    margin-bottom: 40px;
}

.insight-payment-plans-bottom .plans-card {
    width: calc(25% - 30px);
    padding: 15px 15px 70px 15px;
    margin: 0 15px;
    border: 1px solid #C8C9C9;
    border-radius: 12px;
   /* background: #fff;*/
    position: relative;
}

.plans-card-bottom-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.subscription-plan-thankyou{
    padding-top: 200px;
}



   
    /*responsive*/
    @media (max-width: 1700px) {
        .subscription-plan-container .w-50 {
        width: 70% !important;
    }
}

@media (max-width: 1340px){
    .subscription-plan-container .w-50 {
        width: 80% !important;
    }
    .insight-payment-plans-bottom .plans-card {
        width: calc(50% - 30px) !important;
        margin-bottom:20px !important;
    }
    .custom-plan-inside-div-right ul li {
        width: 50%;
        padding: 0 20px;
    }


}
@media (max-width: 1240px) {
    .subscription-plan-container .w-50 {
        width: 85% !important;
    }
}

@media (max-width: 1024px) {
    .subscription-plan-container .w-50 {
        width: 100% !important;
    }
    .active-plan-right-div-content .active-plan-title {
        font-size: 14px;
    }
    .custom-plan-wrapper .custom-plan-inside-div {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #959595;
        padding-bottom: 15px;
    }
    .custom-plan-inside-div-right{
        width: 100%;
        padding-top: 15px;

    }
    .custom-plan-wrapper{
        padding:16px;
    }
}
@media (max-width: 991px){
    .subscription-plan-container .w-50 {
        padding-right:0 !important
    }
    .subscription-plan-container{
        padding: 17px; 
    }
    .subscription-plan-container .active-plan-left{
        width: 100%;
    }
        .subscription-plan-container .active-plan-right {
            width: 100%;
        }
    .request-msg-success{
        width: 270px !important;
    }
    .custom-plan-inside-div-right ul li{
        width: 100%;
    }

}
@media (max-width: 768px){
    .subscription-plan-container .active-plan-left{
        width:100%;
        padding-bottom:20px;
    }
    .subscription-plan-container .active-plan-right {
        width: 100%;
    }
    .insight-payment-plans-bottom .plans-card {
        width: calc(100% - 30px) !important;
        margin-bottom: 20px !important;
    }
    .custom-plan-inside-div-right ul li {
        width: 100%;
    }
}

@media (max-width: 767px){
    .insight-payment-plans-bottom .plans-card {
        width: calc(50% - 30px) !important;
        margin-bottom: 20px !important;
    }
    .custom-plan-inside-div-right ul li {
        width: 50%;
    }
}
@media (max-width: 441px){
    .insight-payment-plans-bottom .plans-card {
        width: calc(100% - 30px) !important;
        margin-bottom: 20px !important;
    }
    .active-plan-right .active-plan-right-div {
        width: 100%;
        margin: 5px 0;
    }
    .client-top-header-left p {
        font-size: 24px;
        line-height: 31px;
    }
    .fixed-container-subscription {
        padding-top: 20px;
    }
    .custom-plan-inside-div-right ul li {
        width: 100%;
    }
    .custom-plan-wrapper{
        padding: 10px;
    }
    .error-msg-wrapper .w-50{
        width: 100% !important;
        padding: 20px;
    }
    .error-msg-wrapper{
        height:100%;
        justify-content:center !important;
        align-items: flex-start !important;

    }
    .subscription-plan-thankyou{
        padding-top:60px;
    }
        .subscription-plan-thankyou .text-center span {
            font-size: 15px;
        }

        .subscription-plan-thankyou .text-center .f-18 {
            font-size: 16px !important;
        }
}