.payments_section {
    background: #f9fbff;
}

.payments_heading {
    font-size: 36px;
    font-weight: 600;
}

.payments_subheading {
    font-size: 16px;
    color: #606060;
}

/* Card */
.payments_card {
    background: #fff;
    border-radius: 24px;
    padding: 31px 32px;
    border: 2px solid #5591db;
    position: relative;
    transition: all 0.3s ease;
}

.payments_highlight {
    border-color: #a2e012;
}

.payments_card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.payments_badge {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    /* background: linear-gradient(90deg,#86c6f1 0%,#8690fc 51.1156%,#5591db 100%); */
    background: linear-gradient(90deg, #a2e012 0%, #91cb0a 51.1156%, #91cb0a 0%);
    color: #fff;
    padding: 12px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    overflow: hidden;
    /*added later to let the cards to have more width to be on center as left: 50% is restricting it to do so*/
    width: 58%;
    text-align: center;
}

.payments_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.payments_price_wrap {
    text-align: center;
    margin: 20px 0 10px;
}

.payments_price {
    font-size: 36px;
    font-weight: 700;
}

.payments_old_price {
    text-decoration: line-through;
    color: #999;
    display: block;
    font-size: 14px;
}

.payments_billing {
    text-align: center;
    color: #777;
    font-size: 14px;
}

.payments_features {
    padding-left: 20px;
    margin: 0 auto;
    /* margin-bottom: 65px; */
    margin-bottom: 20px;
}

.payments_features li {
    margin-bottom: 8px;
    color: #444;
}

.payments_btn {
    padding: 14px 30px;
    max-width: 248px;
    margin: 0 auto !important;
    border-radius: 12px;
    font-weight: 600;
    /* background-color: rgb(85, 145, 219); */
    background: #a2e012;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    opacity: 1;
    will-change: auto;
    color: white !important;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.payments_btn:hover {
    /* background: #366ed8; */
    background: #91cb0a;
}

.payments_features_heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.after_payments_text_group{
    text-align: center;
    width: 524px;
    margin: 0 auto;
}

.after_payments_text_group p{
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #494c50;
}

.payments_section_container{
    margin-top: 90px;
    margin-bottom: 120px;
}

.contact_us_container_on_payments_page{
    margin-bottom: 0 !important;
    margin-top: 90px;
}

/* Responsive */
@media (max-width: 767px) {
    .payments_card {
        margin-bottom: 20px;
        text-align: center;
    }

    .payments_features {
        text-align: left;
        width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }
     .after_payments_text_group{
        width: auto;
    }
}

@media(max-width:385px){
    .payments_badge{
        padding: 9px;
        font-size: 14px;
    }
}

/*payment.css further css*/
@media (max-width:769px){
    .pricing_top_title{
        margin-top: -26px !important;
    }
}


/*payment cards row*/
@media (max-width: 992px) and (min-width: 768px){
    .payments_row .col-md-4{
        width: 50%;
    }
}

@media (max-width: 375px) {
	.payments_btn{
		    padding: 14px 18px;
	}
	
}



/*payment cards alligment*/
@media (min-width: 769px){
    .payments_card{
        min-height: 610px;
    }
}

@media (min-width: 993px){
    .payments_card{
        min-height: 700px;
    }
}

@media (min-width: 1200px){
    .payments_card{
        min-height: 610px;
    }
}

/*payment button font sizing*/

@media (max-width: 1200px) and (min-width: 993px){
    .payments_btn{
        font-size: 16px;
    }
}

/*16 mar*/
@media (min-width: 768px) {

  .payments_btn{
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: auto !important;
  }

}
