.pricing{
    padding: 100px 0;
    background: #f1f6f8;
}

.contact_banner.domain_privacy {
    background: rgb(36, 36, 53);
    padding: 150px 0;
}


.pricing .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card-body {
    padding-bottom: 30px;
    padding: 20px 20px 30px;
}

.h-100 {
    height: 100% !important;
}

.mt-4, .my-4 {
    margin-top: 24px !important;
}

.tlds .card {
    border: 1px solid #eee;
    background: #fafafa;
    text-align: center;
    border-radius: 4px;
}

.tlds .card h4 {
    color: #267ae9;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.tlds .card span {
    font-size: 13px;
}

.tlds .card .price {
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0;
}

.tlds .card p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
}


.tlds .buy {
    margin-top: 10px;
}

.tlds .buy .btn{
    background: #267ae9;
}

.tlds .badge {
    background: #267ae9;
    color: #fff;
    position: absolute;
    top: -8px;
    right: 10px;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%, 0);
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@media(max-width: 767px){
.mt-4{
    width: 100%;
}
}