/*--------------------------body-section---------------------------*/
.container-fluid.pricing-section {
	padding-top: 100px;
}

.prcing-page {
    background-color: #F3F4F6;
}

.back-button a {
    background-color: #F3F4F6;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    padding: 8px 12px;
    color: #6B7280;
    line-height: 0;
    height: 34px;
    display: flex;
    align-items: center;
    margin-top: 23px;
    border: 1px solid #E5E7EB;
    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.05) 0px 1px 2px 0px
}

.back-cheveron {
    width: 16px;
    color: #6B7280;
    margin-right: 8px;
}

.pricing-title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 24px;
    color: #111827;
    padding: 16px 0;
}

/*-------------------------Pricing-section---------------------------*/
.pricing-tables-wrapper {
    padding: 20px;
    margin-top: 8px;
    margin-bottom: 48px;
    row-gap: 24px;
    column-gap: 24px;
}

.pricing-tables-single {
    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.05) 0px 1px 2px 0px;
    color: #646C9A;
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
}

.pricing-value-cont {
    padding: 24px;
    border-bottom: 1px solid #E5E7EB;
}

.pakage-planType {
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.plan-details {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.pricing-value .font-extrabold {
    color: #111827;
    font-size: 36px;
    font-weight: 800;
}

.pricing-value {
    padding-top: 24px;
}

.pricing-value .text-base {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.button-of-plan a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    background-color: #5D78FF;
    color: #fff;
    padding: 8px 0;
    border-radius: 6px;
    margin-top: 33px;
}
.button-of-plan.current-active  a {
    opacity: .5;
}
.tracking-wide-case {
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
    text-transform: uppercase;
}

.feature-list-pricing-plans {
    padding: 24px 24px 36px;
}

.feature-list-icons {
    width: 20px;
    height: 20px;
    color: #646C9A;
}

.features-list li span {
    margin-left: 12px;
}

.features-list li {
    margin-top: 12px;
}

.features-list {
    margin-top: 24px;
}

.features-list li span {
    margin-left: 12px;
    color: #6B7280;
    font-size: 12px;
    line-height: 16px
}

/*-------------------------Brand labels -section---------------------------*/
.labels-of-brands {
    padding-bottom: 64px;
    padding-top: 80px;
    background: #FFFFFF;
}

.labels-of-brands .container-fluid h3 {
    font-size: 18px;
    line-height: 28px;
    color: #646C9A;
    margin-bottom: 32px;
    font-weight: 400;
}

.barands-item {
    justify-content: center;
    line-height: 24px;
    padding-bottom: 16px;
    padding-right: 64px;
    display: flex;
}

.barands-item {
    justify-content: center;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 64px;
    display: flex;
    width: 100%;
    max-width: 212px;
}

.barands-item svg {
    width: 158px;
    height: 50px;
}

/*-------------------------reliable email lists-section---------------------------*/
.email-list-feature {
    padding: 30px 60px;
}

.email-list-feature .container-fluid h2 {
    color: #111827;
    margin-top: 20px;
    margin-bottom: 64px;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
}

.icon-email-list {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.feature-list-email .text-content h4 {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.feature-list-email .text-content p {
    font-size: 16px;
    line-height: 24px;
    color: #646C9A;
    margin-top: 50px;
}

.feature-list-email {
    column-gap: 48px;
    row-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}