.rate-tabs {
    margin-bottom: 1.5rem
}

@media (min-width:1276px) {
    .tarif-tabs {
        font-size: 22px
    }
}

.tarif-tabs .tabs {
    justify-content: center
}

.tarif-desc__btn,
.tarif-desc__text {
    align-self: center
}

@media (max-width:767px) {
    .tarif-desc__btn {
        margin-top: 1rem
    }
}

.tarif-list {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    -webkit-box-direction: normal;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column
}

@media (min-width:768px) {
    .tarif-list {
        -webkit-box-orient: horizontal;
        flex-direction: row
    }
}


.tarif-list__item {
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .05), 0 4px 7px rgba(0, 0, 0, .1);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tarif-list__item:nth-child(odd) {
    background-color: #f0f4f8
}

.tarif-list__item_box {
    padding: 1.5rem
}

.tarif-list__item_box_border {
    border-bottom: 1px solid #c6cacc
}

.tarif-list__item-title {
    /*color: #1b75bb;*/
	color: transparent;
    background: linear-gradient(44.49deg, #951430 20%, #35A8E0, #025D92 90%);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    margin-bottom: 0
}

.tarif-list__item-btn {
    margin-top: 1.5rem
}

.tarif-list__item-btn .btn {
    width: 100%
}

@media (min-width:768px) {
    .tarif-list__item {
        flex: 0 0 33.33333%
    }
}

.tarif-list__item .tarif-list-options__item {
    display: -webkit-box;
    -webkit-box-direction: normal;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    margin-bottom: 1.25rem
}

.tarif-list__item .tarif-list-options__item_justify {
    justify-content: space-between;
    margin-bottom: 1rem
}

.tarif-list__item .tarif-list-options__item_justify span {
    align-self: center
}

.tarif-list__item .tarif-list-options__item-icon {
    margin-right: .5rem
}

.tarif-list__item .tarif-list-options__item:last-child {
    margin-bottom: 0
}

.tarif-list__item_bg-primary {
    background-color: #f0f4f8
}

.tarif-list-options__item .material-icons{
    color:#1B75BB;
}

.tarif-list-options__item-info>div{
    position: relative;
}

.tarif-list-options__item-info span[data-toggle="tooltip"]{
    position: absolute;
    right: -30px;
    top: 0;
}