.breadcrumb-bottom {
    position: absolute;
    top: 5px;
    left: 1%;
    z-index: 1;
    width: 100%;
}

.breadcrumb-bottom ul li a {
    color: #fff;
}

.breadcrumb-bottom i.fa.fa-angle-right {
    color: #fff;
}

section.ranking-form {
    padding: 40px 0;
    background: #e9f6ff;
}

section.ranking-form .form-control.effect-8 {
    border: 1px solid #1c517242;
    color: #000;
}

.form-colom .form-control {
    border-radius: 0;
    background: 0 0;
    border-color: #cccccc1a;
    padding: 10px;
    height: 50px !important;
    margin-bottom: 15px;
}

.form-colom textarea.form-control {
    height: 100px !important;
}

section.ranking-form input.btn.btn-success {
    text-transform: uppercase;
    padding: 13px 70px;
    margin-top: 20px;
    font-size: 21px;
    background: #1d5172;
    border-color: #1d5172;
    border-radius: 40px;
}

section.ranking-form input::placeholder {
    color: #000 !important;
}

section.ranking-form textarea::placeholder {
    color: #000 !important;
}

form#website-analysis {
    margin: 0;
}

/* New css start here */
section.fastival-wrapper .discount_heading {
    text-align: center;
}

section.fastival-wrapper .discount_heading h2 {
    font-weight: bold;
    font-size: 44px;
    padding-bottom: 10px;
}

section.fastival-wrapper .discount_heading h4 {
    font-size: 20px;
    padding-bottom: 12px;
}

section.fastival-wrapper .discount_heading .offer-card {
    padding: 20px;
}

.fastival-wrapper .offer-card {
    overflow: hidden;
    position: relative;
}

.fastival-wrapper .offer-card .shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 222px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.fastival-wrapper .offer-card h2 {
    font-size: 27px;
    padding-bottom: 13px;
}

section.fastival-wrapper .offer-card {
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    margin-bottom: 30px;
    height: 300px;
    border: 1px solid #ffda4e;
    border-radius: 20px;
}

section.fastival-wrapper .offer-card h2.title-1 {
    font-weight: bold;
    color: #3f51b5;
    padding-bottom: 13px;
}

section.fastival-wrapper .offer-card ul.list-inline.offer-price-list li.list-inline-item.offer-old-price {
    font-size: 34px;
    color: #ddd;
}

section.fastival-wrapper .offer-card ul.list-inline.offer-price-list li.list-inline-item.offer-new-price {
    font-weight: bold;
    font-size: 40px;
}

section.fastival-wrapper .offer-card .action_btns {
    background: #3F51B5;
    display: inline-block;
    padding: 6px 25px;
    border-radius: 100px;
    margin-top: 0;
    font-size: 15px;
    box-shadow: rgb(255 255 255 / 13%) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

section.fastival-wrapper .offer-card .action_btns a {
    color: #fff;
}

section.fastival-wrapper .row .col-xl-6:nth-child(2) .offer-card h2 {
    font-weight: bold;
    color: green;
}

section.fastival-wrapper .row .col-xl-6:nth-child(2) .offer-card .action_btns {
    background: green;
}

section.fastival-wrapper .row .col-xl-6:nth-child(3) .offer-card h2 {
    font-weight: bold;

    color: #009688;

}

section.fastival-wrapper .offer-card p {
    font-size: 17px;
    line-height: 27px;
}

section.fastival-wrapper .row .col-xl-6:nth-child(3) .offer-card .action_btns {
    background: #009688;
    ;
}

section.fastival-wrapper .row .col-xl-6:nth-child(4) .offer-card h2 {
    font-weight: bold;
    color: orange;
}

section.fastival-wrapper .row .col-xl-6:nth-child(4) .offer-card .action_btns {
    background: orange;
}

section.fastival-wrapper .row .col-xl-6:nth-child(5) .offer-card h2 {
    font-weight: bold;
    color: #009688;
}

section.fastival-wrapper .row .col-xl-6:nth-child(5) .offer-card .action_btns {
    background: #009688;
}

section.fastival-wrapper .row .col-xl-6:nth-child(6) .offer-card h2 {
    font-weight: bold;
    color: #c03;
}

section.fastival-wrapper .row .col-xl-6:nth-child(6) .offer-card .action_btns {
    background: #c03;
}

.blink_me {
    animation: blinker 2s linear infinite;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

section.fastival-wrapper .offer-card .action_btns {
    transition: .3s;
    cursor: pointer;
}

section.fastival-wrapper .offer-card .action_btns:hover a {
    color: #000;
}

section.fastival-wrapper .offer-card .action_btns:hover {
    background: #f9cf2f !important;
}

.offer-info-wrap p strong {
    color: red;
}