﻿.payment-type img{
    width:100%;
    height:150px;
}

.plan-container.slick-active:hover .hover-effect {
    max-height: 800px;
    transition: max-height .6s ease-in;
}

.plan-container:hover .fa-angle-double-up {
    display: block !important;
}

.plan-container:hover .fa-angle-double-down {
    display: none !important;
}


.hover-effect {
    max-height: 0;
    transition: max-height .8s ease-out;
    overflow: hidden;
}

.included {
    margin-top: 0;
    line-height: inherit;
}

.btn-center {
    text-align: center;
    display: block;
}

.table.compare {
    text-align: center;
}

    .table.compare i {
        font-size: 20px;
        color: black;
        font-weight: bold;
    }


.toggle-container {
    display: block;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(89deg,#a5215e 3%,#ee5586 98%);
    font-size: 24px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(89deg,#a5215e 3%,#ee5586 98%);
    padding: 5px 0;
    color: white;
}
.toggle-action {
    display: block;
}

.slick #slider .plan-container .wrapper .list-info {
    border-radius: 0 !important;
    background-color: #15212a;
    padding: 0 20px !important;
}

.service-section img {
    width: 100%;
    height: 55px;
    /* text-align: center; */
    margin: 0 auto;
    display: block;
}

#logo-provider {
    position: absolute;
    max-width: 290px;
    top: -2px;
    max-height: 90px;
    left:10px;
}

.timer-coupon {
    position: absolute;
    width: 80px !important;
    top: -25px;
    left: -30px;
    margin: 0 !important;
    border-radius: 0;
}

.blur-coupon-code {
    border: 1px dashed #9a9b9c;
    width: 100%;
    display: block;
    text-align: center;
}
#coupons .service-section {
    border: 1px dashed #9a9b9c;
}

.blur-coupon-code::before {
    background-color: #e2e2e2;
    width: 100%;
    content: 'Reveal Code';
    height: 28px;
    position: absolute;
    left: 0;
    margin: 0 auto;
}

#coupon-popup {
    width: 100%;
    margin: 0 auto;
    right: 0;
    top: 10%;
    max-width: 860px;
}
    #coupon-popup .modal-body{
        font-size:20px;
    }

    #coupon-popup .badge {
        font-size: 1.4em;
        margin-right: 10px;
    }
    #coupon-popup .card-text {
        border: 1px dotted #daceb7;
        display: inline-table;
        color: #17a2b8;
        margin: 0 0 19px 0;
        font-size: 1.5em;
        padding: 6px 10px 6px 6px;
        border-radius: 2px;
        background: #fffae6;
        position: relative;
    }
    #coupon-popup img {
        display: block;
        margin: 0 auto;
    }


    #coupon-popup .card-link {
        background-color: #080d17;
        padding: 6px;
        color: white;
        float: right;
    }


#comapre-package-table i.fa-times {
    color: #db6671;
    opacity: 0.2;
}


#comapre-package-table i.fa-check {
    color: #9ecea9;
}


@media (max-width:768px) {
    .logo-provider{
        display:none;
    }
    #logo-provider{position:inherit;}
}


#plane-compare-subject {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    position:inherit;
}

#plane-compare-broker {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    margin: 12px 0;
    color:black;
    display:block;
}

#info-article p {
    display: block;
    width: 100%;
}

#info-article h2, #info-article h3, #info-article h4, #info-article h5 {
    display: block;
    width: 100%;
    margin: 20px 0;
}
#info-article b, #info-article i, #info-article strong {
    MARGIN: 0 5px;
}