.arrows-list > li,
.arrows > ul > li,
.arrows > li,
.arrows li {
    font-size: 14px;
    margin: 8px 0;
    position: relative;
    color: #666;
    text-decoration: none;
    list-style: none;
}

.arrows li {
    padding: 0 0 0 25px;
}

    .arrows-list > li:before,
    .arrows > ul > li:before,
    .arrows > li:before,
    .arrows li:before {
        content: "\203A";
        font-size: 24px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0px;
    }

.arrows > li:before {
    left: 0
}


/* -------for airline sprites---- */

[class*="airline-icon-"] {
    display: inline-block;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-image: url("/static/img/packages/airline-icon-sprite.png");
    background-size: 314px 20px;
    height: 20px;
    background-position-y: 0;
    margin-right: 10px;
}

.airline-icon-I5 {
    background-position-x: 0;
    width: 20px;
}

.airline-icon-AI {
    background-position-x: -22px;
    width: 29px;
}

.airline-icon-6E {
    background-position-x: -53px;
    width: 20px;
}

.airline-icon-G8 {
    background-position-x: -75px;
    width: 24px;
}

.airline-icon-SG {
    background-position-x: -100px;
    width: 23px;
}

.airline-icon-OD {
    background-position-x: -126px;
    width: 17px;
}

.airline-icon-CX {
    background-position-x: -145px;
    width: 19px;
}

.airline-icon-MH {
    background-position-x: -166px;
    width: 29px;
}

.airline-icon-TG {
    background-position-x: -195px;
    width: 22px;
}

.airline-icon-SQ {
    background-position-x: -220px;
    width: 14px;
}

.airline-icon-MK {
    background-position-x: -236px;
    width: 30px;
}

.airline-icon-XW {
    background-position-x: -270px;
    width: 25px;
}

.airline-icon-EK {
    background-position-x: -298px;
    width: 16px;
}

.service-wrap {
    padding: 20px 0 30px;
}

.breadcrumb-wrap {
    margin-bottom: 0;
    background: #e4e4e4;
    padding: 11px 0;
}

    .breadcrumb-wrap .breadcrumb {
        margin-bottom: 0;
        padding: 0;
    }

.breadcrumb a {
    font-size: 13px;
    color: #757575;
}

.breadcrumb .selected {
    color: #212121;
    cursor: default;
}

.breadcrumb > li + li:before {
    content: none;
}

.breadcrumb > li > .divider {
    padding: 0 7px;
    color: #757575;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}


/* -----for package heading----- */

.service-header-section {
    position: sticky;
    top: 0;
    padding: 8px 0;
    background: #f4f4f4;
    z-index: 8;
}

    .service-header-section.fixHdr {
        background: #fff;
        box-shadow: 4px 4px 20px -4px rgba(0, 0, 0, 0.1);
    }

.service_subheading {
    margin: 0 2px 0 0;
    text-transform: capitalize;
}

.service_subheading-para {
    color: #3c3c3c;
}

.service_mobile-header .service_heading {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.btn_package-details,
.btn_package-quotes {
    padding: 8px 22px;
    border: none;
}

.package_list-duration {
    font-size: 16px;
    font-weight: 400;
}

.btn_package-details {
    margin: 0 15px 0 0;
}

.package_list-price-section {
    text-align: right !important;
    /*    margin: 5px 10px 5px 0;*/
}

    /*.package_list-price-section > ins {
        margin: 5px 0;
    }*/

    .package_list-price-section > ins {
        display: inline-block;
    }

.package-details-section,
.package-details {
    margin: 20px 0 0;
}

.pkg-card {
    padding: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 20px 0 0;
}

.pkg-card-heading {
    position: relative;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif !important;
    margin: 0 0 20px;
}

    .pkg-card-heading:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 50px;
        border-bottom: 2px solid #f0ad4e;
    }

.package_list-inclusions {
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
}

    .package_list-inclusions > li {
        min-width: 75px;
        margin: 0 0 10px;
    }

        .package_list-inclusions > li span {
            font-size: 12px;
        }

.pkg_list-dpcode {
    top: 20px;
    font-size: 16px;
    padding: 5px 15px;
}


/* ----package services------ */

.package_service-heading {
    color: #3c3c3c;
    margin: 10px 0;
    font-size: 13px;
    font-weight: bold;
}

.package_list-service-details {
    margin-bottom: 10px;
}

.flight_timings {
    margin: 5px 0;
}

.flight_duration-section {
    margin-top: 5px;
}

.pkg-overview-content,
.pkg-card-content {
    color: #666;
    font-size: 13px;
}

.package_service-hotel-details {
    background: #fff;
    border-top: 1px solid #e6e6e6;
}


/* -----package in/ex clusions------ */

.pkg_inclusion,
.pkg_exclusion {
    /*overflow-y: hidden;
	height: 175px;*/
    padding-right: 8px;
}

    .pkg_inclusion.active,
    .pkg_exclusion.active {
        overflow-y: auto;
    }

    .pkg_inclusion li,
    .pkg_exclusion li {
        font-size: 13px;
        color: #666;
        position: relative;
        margin: 0 0 5px;
        padding: 0 0 0 30px;
    }

        .pkg_inclusion li:before,
        .pkg_exclusion li:before {
            content: "";
            position: absolute;
            top: 6px;
            left: 5px;
            width: 10px;
            height: 10px;
        }

        .pkg_inclusion li:before {
            background-position: -208px 0px;
        }

        .pkg_exclusion li:before {
            background-position: -220px 0px;
        }


/* ----package itinerary------- */

.pkg-itinerary {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 10px;
}

    .pkg-itinerary:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 18px;
        bottom: 12px;
        border-left: 1px solid #e0e0e0;
    }

.pkg-itinerary-head {
    position: relative;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 40px 10px 20px;
    height: 40px;
    cursor: pointer;
}

    .pkg-itinerary-head:after {
        content: "";
        position: absolute;
        top: 53%;
        width: 100%;
        margin-left: 20px;
        border-bottom: 1px solid #e0e0e0;
    }

    .pkg-itinerary-head:before {
        content: "";
        position: absolute;
        top: 18px;
        left: -4px;
        width: 9px;
        height: 9px;
        background: #666;
        transform: rotate(45deg);
        z-index: 2;
    }

    .pkg-itinerary-head > span {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        text-align: center;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.pkg-itinerary-content {
    padding: 0 10px 15px 20px;
    text-align: justify;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    display: none;
}

.pkg-itinerary-head.active:before,
.pkg-itinerary-head:hover:before {
    background: #f0ad4e;
}

.pkg-itinerary-head.active:after {
    border-color: #f0ad4e;
}

.pkg-itinerary-head.active > span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pkg-itinerary-head.active ~ .pkg-itinerary-content {
    display: block;
}

.flipIcon {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}


/* ------similar packages------- */

.similar_packages {
    padding: 0 0 10px;
    margin: 13px 0 0;
    border-bottom: 1px solid #ccc;
}

    .similar_packages:last-child {
        border: 0;
        padding: 0;
    }

.similar_packages-name {
    font-weight: bold;
    color: #3c3c3c;
    font-size: 14px;
    margin: 0 0 5px;
}

.similar_packages-duration {
    color: #8f8f8f;
    font-size: 13px;
    margin: 0 0 10px;
}

.similar_pkg-image {
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.6);
}

.similar_package-price {
    font-size: 16px;
    font-weight: bold;
    color: #f0ad4e;
    margin: 0 5px 0 0;
}


/* .btn-view-deal {
    font-size: 13px;
    padding: 6px 10px;
    margin: 6px 0 0;
    border-radius: 0;
    width: 100%;
    color: #fff;
    background: #f0ad4e;
}

.btn-view-deal:hover,
.btn-view-deal:focus,
.btn-view-deal:active {
    color: #fff;
} */


/* ------for pkg-reviews----- */

.review_rating {
    font-size: 38px;
    font-weight: bold;
    color: #f0ad4e;
    line-height: 56px;
}

.pkg-rev-section {
    margin: 0 0 30px;
}

.rev_bar-content {
    color: #8f8f8f;
    font-size: 12px;
    text-transform: uppercase;
}

.rev_bar {
    position: relative;
    width: 100%;
    border-radius: 50px;
    height: 5px;
    margin: 6px 0;
    background: #e6e6e6;
}

.rev_bar-inner {
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f0ad4e;
}


/* -----user review section------ */

.user_review-section {
    position: relative;
    margin: 0 0 30px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 15px 10px 40px;
}

.user_review-para {
    margin: 10px 0 0;
    color: #666;
    font-size: 13px;
}

.user_information {
    position: absolute;
    bottom: -48px;
    left: 50%;
    min-width: 180px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 15px;
    background: #fff;
}


/* --------- similar packages heading----- */

.form-box-header {
    position: relative;
    color: #3c3c3c;
    overflow: hidden;
}

    .form-box-header::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100%;
        border-bottom: 1px solid #3c3c3c;
    }

    .form-box-header .heading {
        position: relative;
        background: #fff;
        padding: 0 15px 0 0;
        margin: 0;
        font-family: "Josefin Sans", sans-serif;
    }


/* ----for book online- calendar---- */

.book-pkg-calendar-header {
    position: relative;
    padding: 8px 15px;
    color: #3c3c3c;
    font-weight: bold;
    max-width: 360px;
    margin: 0 auto 5px;
    text-align: center;
}

.book-pkg-calendar-header-prev,
.book-pkg-calendar-header-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    background: transparent;
}

.book-pkg-calendar-header-prev {
    left: 0;
}

.book-pkg-calendar-header-next {
    right: 0;
}

    .book-pkg-calendar-header-prev:hover,
    .book-pkg-calendar-header-next:hover {
        background: #eee;
    }

.calendar > li {
    width: 14.285%;
    float: left;
    text-align: center;
    user-select: none;
}

.calendar.week > li {
    background: #515b62;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin: 0 0 10px;
}

.calendar.days > li {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #3c3c3c;
    height: 60px;
    line-height: 32px;
    cursor: pointer;
}

.calendar > li.disabled {
    color: #8f8f8f;
    cursor: not-allowed;
}

.calendar > li.old-dt {
    color: #8f8f8f;
    cursor: not-allowed;
}

.price {
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: block;
    width: 100%;
    line-height: 14px;
}

.date {
    position: relative;
}

.calendar .avail > .date:after,
.calendar .onReq > .date:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 4px;
}

.calendar .avail > .date:after,
.for_help.avail {
    background: #00aeef;
}

.calendar .onReq > .date:after,
.for_help.onreq {
    background: #f56d6d;
}

.calendar.days > li:hover {
    background: #f4f4f4;
}

.calendar.days > li.disabled:hover {
    background: transparent;
}

.calendar.days > li.old-dt:hover {
    background: transparent;
}

.calendar.days > li .clickhgt {
    height: 60px;
}

.roomNtravellers {
    margin: 0 0 15px;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    background: #515b62;
}

.for_help {
    width: 18px;
    height: 4px;
}

.paxControl {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mSearchCon_card .paxControl:last-child {
    margin-bottom: 0;
}

.paxControl_btn {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

    .paxControl_btn[disabled] {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }

.bookNow_ {
    padding: 10px 10px 10px 5px;
    background: #fff;
    border: 0;
    width: 100%;
    display: block;
    max-width: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.roomNpax_card {
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 15px;
    transition: all 1s;
    overflow: hidden;
}

#checkAvailModal.modal.fade.in {
    height: auto;
}

.modal {
    overflow-y: initial;
}

.modal-dialog {
    border-radius: 0;
    width: calc(100% - 5px);
    max-width: 768px;
}

.close {
    color: #3c3c3c;
    font-size: 24px;
    position: relative;
    opacity: 1;
    z-index: 10;
}

.roomNpax_card .paxControl {
    display: block;
}

    .roomNpax_card .paxControl p {
        margin: 0 0 10px;
    }

.bookNow_addRoom-btn {
    display: inline-block;
    font-size: 12px;
    color: #f0ad4e;
    padding: 10px;
}

.bookNow-btn {
    padding: 8px 40px;
    border-radius: 4px;
    background: #f0ad4e;
    color: #fff;
    display: inline-block;
    text-align: center;
}

    .bookNow-btn:hover,
    .bookNow-btn:focus,
    .bookNow-btn:active {
        color: #fff;
    }

.active-date {
    background: #f4f4f4;
    border: solid 1px;
}

.booknowmodal_body {
    /*max-height: calc(100vh - 120px);*/
    max-height: calc(54vh - 5px);
    overflow-y: auto;
    padding: 15px;
}

.modalpopup_table {
    font-size: 13px;
    border: 1px solid #d8d8d8;
    margin: 0;
}

    .modalpopup_table td {
        background: #f4f4f4;
        color: #000;
    }

    .modalpopup_table > tbody > tr > td {
        padding: 8px 2px;
        text-align: center;
    }

    .modalpopup_table > thead > tr > th {
        background: #dddddd;
        text-align: center;
    }

.table_badge {
    padding: 1px 2px;
    border-radius: 4px;
    background: #f56d6d;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    font-weight: normal;
}

.roomBtn_align {
    text-align: right;
}

@media (max-width: 767px) {
    /* ----mobile margin --- */
    .mob-mb-3 {
        margin-bottom: 15px !important;
    }

    .service_mobile-header {
        padding-right: 45px;
    }

        .service_mobile-header .service_heading {
            margin-bottom: 0;
        }

        .service_mobile-header .package_list-duration {
            font-size: 14px;
            display: block;
            margin: 5px 0 0;
        }

    .flight_timings {
        font-size: 12px;
    }
    /* ----for package details mobile footer */
    .pkg_mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        padding: 5px 10px;
        background: #fff;
        border-top: 1px solid #e6e6e6;
        z-index: 9;
    }

    /*.pkg_mobile-footer .btn_package-quotes {
            display: none;
        }*/

    .package_list-price-section {
        margin: 0;
        text-align: left !important;
        min-height: 46px;
    }

        .package_list-price-section del {
            margin: 0 2px 0 0;
        }

        .package_list-price-section > ins {
            margin: 0;
            font-size: 18px;
        }
        /*.package_list-price-section > p:first-child {
            display: none;
        }*/
        .package_list-price-section > p:last-child {
            display: inline-block;
            text-transform: lowercase;
        }

    .btn_package-details {
        margin: 0;
    }

    /*    .package-details-section {
        margin: 0;
    }*/

    .pkg-card {
        padding: 10px;
        margin: 15px 0 0;
    }

    .pkg-card-heading {
        font-size: 15px;
        margin: 0 0 15px;
    }

    .service_subheading-para {
        margin: 0 0 10px;
    }
    /* -------service details------ */
    /* .package_list-inclusions > li{
    min-width: 74px;
} */
    .mobile_flight-details {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pkg_list-dpcode {
        font-size: 14px;
    }

    .package_list-inclusions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .calendar > li.avail > .date:after,
    .calendar > li.onReq > .date:after {
        bottom: -8px;
    }
    /* -----for package itinerary----- */
    .pkg-itinerary-head {
        font-size: 13px;
        padding: 10px 40px 10px 15px;
    }

    .pkg-itinerary-content {
        padding: 0 10px 15px 15px;
    }
    /* ----similar pkgs---- */
    .similar_pkg-image {
        margin: 0 0 10px;
    }

    .price {
        line-height: 10px;
    }

    .package_list-inclusions > li {
        margin: 0;
        padding: 0;
    }

    .modalpopup_table {
        font-size: 12px;
    }

        .modalpopup_table > thead > tr > th,
        .modalpopup_table > tbody > tr > td {
            padding: 8px 2px;
            vertical-align: top;
            border: 1px solid #ccc;
        }

    .table_badge {
        background: transparent;
        color: #3c3c3c;
    }

    .roomBtn_align {
        text-align: center;
    }

    .service-header-section.fixHdr {
        background: transparent;
    }

    .dtls-incl.package_list-inclusions > li span {
        border-radius: 4px;
        margin: 4px 0 0;
        padding: 0 6px;
    }

    .package_list-inclusions > li.active span {
        background: #f0ad4e !important;
        color: #fff !important;
    }

    #divPriceSection {
        max-width: 480px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .pkg-itinerary-head:after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .service-header-section {
        position: relative;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .paxControl > div > p > span {
        /*display: block;*/
        margin-left: 0 !important;
    }

    .roomNpax_card > .d-flex {
        margin-bottom: 5px;
    }

    .b24-web-form-popup-btn-11 .price {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .booknowmodal_body .radio {
        display: block;
        margin: 0;
    }

    .roomBtn_align > a:first-child {
        margin-right: 30px;
    }
}

.pkg-new-loader {
    background: url(/static/img/loadingtext.gif) no-repeat center;
    height: 35px;
    width: 182px;
    background-color: #f0ad4e;
}

.disable-btn {
    opacity: 0.3;
    pointer-events: none;
}

.onrequest {
    margin: 10px 0 0;
    font-size: 12px;
}

    .onrequest > span {
        margin: 5px 0 0;
        font-size: 14px;
    }

.package_tabs > li > a {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    padding: 12px 15px;
}

.package_tabs > li.active > a,
.package_tabs > li.active > a:hover,
.package_tabs > li.active > a:focus {
    background: #fff;
    color: #3c3c3c;
    border: 1px solid #dddddd
}

.package_tabs > li > a:focus,
.package_tabs > li > a:hover {
    border-color: transparent;
    color: #f0ad4e;
}

.tab-content .card-content > b {
    display: inline-block;
    margin: 0 0 10px;
}

.terms_tabs > li {
    margin: 0 !important;
    padding: 0;
}

    .terms_tabs > li:before {
        display: none;
    }

.terms_tabs {
    border-bottom: 1px solid #dddddd;
    padding-left: 15px !important;
}

    .terms_tabs > li.active > a,
    .terms_tabs > li.active > a:hover,
    .terms_tabs > li.active > a:focus {
        color: #fff;
        background: #f0ad4e;
        border-color: #f0ad4e
    }

.terms_tab-content {
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: 0;
    margin: 0 0 15px;
    color: #666666;
}

.terms_tabs > li > a {
    color: #3c3c3c;
}

    .terms_tabs > li > a:hover {
        border-bottom: 0;
    }

@media (max-width: 576px) {
    .package_tabs > li > a {
        padding: 10px 6px;
        font-size: 13px;
    }

    .package_tabs {
        display: -ms-flexbox !important;
        display: flex !important;
        overflow-x: auto;
        padding: 2px 0;
    }

        .package_tabs > li {
            min-width: 45%;
            padding: 0;
        }
}


/*------save as pdf section -----*/

.saveasPdf-section {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeef;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

    .saveasPdf-section > span {
        display: block;
        color: #00aeef;
    }

.text-for-pdf {
    text-align: left;
}

@media (max-width: 1200px) {
    .saveasPdf-section {
        top: 75%;
        right: 45px;
    }

    .pkg-list-CTA {
        margin: 0;
    }

    .saveasPdf-section > span {
        display: initial;
    }
}

/*@media (max-width: 1024px) {
    .pkg-list-CTA {
        margin: 5px 0 0;
    }
}*/

@media (max-width: 767px) {
    .pkg-list-CTA {
        margin: 0;
    }

    .text-for-pdf {
        text-align: center;
    }

    .saveasPdf-section {
        position: fixed;
        top: 32px;
        right: 10px;
        z-index: 99;
    }

        .saveasPdf-section > span {
            display: block;
        }

            .saveasPdf-section > span > svg {
                width: 28px !important;
                height: 36px !important;
            }

    .service_heading {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.terms_tabs > li:only-child > a,
.terms_tabs > li.active:only-child > a:hover,
.terms_tabs > li.active:only-child > a:focus {
    padding: 0;
    background: transparent;
    border: 0;
    margin: 0 0 10px;
    color: #3c3c3c;
    font-weight: bold;
}

/*package details new css March 2025*/
.pkgs-details_tnc {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 4px 0;
    height: 50px;
}

    .pkgs-details_tnc > li {
        margin-right: .75rem;
    }

        .pkgs-details_tnc > li > a {
            background-color: #e4e4e4;
            border: 1px solid #e1e1e1;
            border-radius: .25rem;
            font-size: 14px;
            padding: .5rem .85rem;
            transition: all .3s;
        }

            .pkgs-details_tnc > li:hover > a, .pkgs-details_tnc > li > a:focus, .pkgs-details_tnc > li > a:hover {
                background-color: #f0ad4e;
                color: #ffffff;
            }
