a{text-decoration: none!important;}
ol, ul{margin: 0px;}
.text-primary-theme {
    color: #01407e !important;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-primary-theme {
    background: #01407e !important;
}

.text-secondary-theme {
    color: #dd046d !important;
}

.bg-secondary-theme {
    background: #dd046d !important;
}

.package-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
    min-height: 100%;
    border-radius: 10px;
}

.package-block .image-box {
    position: relative;
}

.package-block .image-box .image {
    position: relative;
    background: #152266;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.package-block .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
}

.package-block .inner-box:hover .image img {
    opacity: 0.50;
    transform: scale(1.05);
}

.package-block .image-box .b-title {
    position: absolute;
    left: 18px;
    top: 15px;
    z-index: 5;
}

.package-block .image-box .b-title span {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Gilroy_Bold', sans-serif;
    color: #333333;
    background: var(--secondary-color);
    border-radius: 3px;
}

.package-block .image-box .b-title.featured span {
    background: var(--secondary-color);
}

.package-block .image-box .b-title.top-rated span {
    background: #152266;
    color: #fff;
}

.package-block .inner-box:hover .p-icon {
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.package-block .image-box .fav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
}

.package-block .image-box .fav-btn a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #fff;
    font-size: 21px;
    opacity: 0.50;
}

.package-block:hover .image-box .fav-btn a {
    opacity: 1;
}

.package-block .image-box .fav-btn a:hover {
    color: #152266;
}

.package-block .lower-box {
    position: relative;
    display: block;
    padding: 15px 20px 0;
}

.package-block.alt .lower-box {
    padding-top: 25px;
}

.package-block .lower-box .p-icon {
    position: absolute;
    top: -15px;
    left: 15px;
    z-index: 5;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
}

.package-block .lower-box .p-icon .icon,
.package-block-two .image-box .p-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 72px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.package-block .lower-box .p-icon img {
    max-height: 72px;
}

.package-block .location {
    position: absolute;
    font-weight: 400;
    color: #152266;
    margin-bottom: 10px;
    left: 10px;
    top: 10px;
    background-color: #ffffff;
    padding: 6px 20px 6px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 13px;
    font-weight: 500;
}

.package-block:hover .location {
    background: #f89605;
    color: #ffffff;
}

.package-block .lower-box h5 {
    position: relative;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

.package-block h5 a {
    color: #333333;
}

.package-block h5 a:hover {
    color: #152266;
}

.package-block .lower-box .info {
    position: relative;
    font-size: 14px;
}

.package-block .lower-box .info .duration {
    position: relative;
    float: left;
    color: #152266;
    line-height: 1.4;
}

.package-block .lower-box .info .persons {
    position: relative;
    float: right;
}

.package-block .lower-box .info .duration i,
.package-block .lower-box .info .persons i {
    position: relative;
    padding-right: 5px;
    color: #152266;
}

.package-block .bottom-box {
    position: relative;
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.package-block .bottom-box .rating {
    position: relative;
    float: left;
}

.package-block .bottom-box .rating a,
.package-block .bottom-box .rating {
    font-size: 14px;
    color: #dd046d;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}

.package-block .bottom-box .rating a:hover,
.package-block:hover .rating {
    color: #152266;
}

.package-block .bottom-box .rating i {
    position: relative;
    color: var(--secondary-color);
    font-size: 14px;
    padding-right: 5px;
    line-height: 20px;
    z-index: 1;
}

.package-block .bottom-box .rating strong {
    position: relative;
    font-family: 'Gilroy_Bold', sans-serif;
    font-size: 14px;
    color: #333333;
}

.package-block .bottom-box .price {
    position: relative;
    font-size: 14px;
    color: var(--medium-gray-color);
    line-height: 20px;
    float: right;
    margin: 0;
}

.package-block .bottom-box .price .amount {
    font-size: 18px;
    color: #152266;
    font-weight: 600;
}

.cruise_result_banner {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 25px;
}

.dark-layer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
}

.trip-thumb {
    border-radius: 10px;
}

.image-overly {
    position: relative;
    overflow: hidden;
}

.trip-wrapper img {
    transition: all 0.5s ease;
}

.trip-wrapper:hover img {
    transform: scale(1.05);
}

.image-overly::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, rgb(13 27 42 / 70%) 100%);
    z-index: 1;
}

.image-overly::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 108, 228, 0) 0%, rgb(25 42 98 / 75%) 100%);
}

.trip-style-one:hover .trip-thumb::before {
    opacity: 0;
}

.trip-style-one:hover .trip-thumb::after {
    opacity: 1;
}

.trip-thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.trip-number {
    position: absolute;
    top: 10px;
    left: 10px;
}

.trip-number span {
    background: #ffffff;
    padding: 6px 20px 6px 4px;
    -webkit-clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.trip-location {
    position: absolute;
    left: 0px;
    bottom: 0;
    padding: 10px 15px;
    z-index: 2;
    width: 100%;
    border-top: 1px dashed rgb(255 255 255 / 50%);
}

.trip-location span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.row.gy-24 {
    margin-right: -15px;
    margin-left: -15px;
}

a.trip-style-one {
    display: block;
}

.trip-style-one:not(:last-child) {
    margin-bottom: 24px;
}

.odd-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.even-row:nth-child(even) {
    flex-direction: row-reverse;
}

.pdw-title h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.pdc-frame p,
.pdw-title li,
.pdc-frame ul li {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.pdc-frame .slider .csreview-item {
    width: 100% !important;
}

.pdc-frame .slider .cs-content strong {
    font-size: 14px;
}

.book-with-us-box h4,
h4.pdw-heading {
    font-size: 18px;
    font-weight: 700;
    color: #192961;
}

.book-with-us-box ul li .icon-book {
    width: 30px;
    display: inline-block;
}

.book-with-us-box ul li {
    font-size: 14px;
    display: block;
    height: 28px;
    margin-top: 6px !important;
}

.book-with-us-box ul li img {
    padding: 0;
}

.aside-box,
.box-shadow {
    box-shadow: 2px 2px 12px 0px rgb(0 0 0 / 20%);
}

.row.boot-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.row.boot-row a {
    color: inherit;
}

.pdc-frame ul,
.pdc-frame ul li {
    list-style: disc;
}

.pdc-frame ul {
    margin-left: 18px;
}

.pdc-frame p,
.pdc-frame ul {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 1rem;
}

.pdw-mainprice {
    font-size: 28px;
    font-weight: 600;
}

.subprice:not(:last-child),
.boot-row .col-md-6:not(:last-child) .subprice,
.boot-row .col-6:not(:last-child) .subprice {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.subprice p.text-primary-theme {
    font-size: 16px;
    line-height: 1.4;
}

.subprice h6 {
    font-size: 18px;
}

.small-feat li {
    height: auto !important;
}

.small-feat li:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.aside-box {
    display: block;
}

.sf-card {
    display: flex;
}

.sf-card .sf-view {
    width: 20%;
}

.sf-card .sf-content {
    width: 80%;
    padding-left: 14px;
}

.sf-card .sf-content h5 {
    font-size: 13px;
    line-height: 1.2;
    max-height: 34px;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 4px;
    font-weight: 600;
}

.sf-card .sf-content .duration {
    font-size: 12px;
    color: #1b295f;
}

.sf-card .sf-content p {
    margin: 4px 0;
}

p.price {
    color: #333333;
}

b.amount {
    color: #152266;
    font-size: 14px;
}

.starra .fa {
    color: #e4156a;
}

.package-block .starra .fa {
    font-size: 14px;
}

.select-dest-filt h6 {
    font-weight: 600;
}

.pdc-frame h5 {
    font-size: 16px;
    font-weight: 600;
    color: #dd046d;
}

.book_heading_deal {
    background-color: #01407e;
    padding: 10px;
}

#readmore {
    cursor: pointer;
}

.fw-300 {
    font-weight: 300;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.sb_btn.bg-secondary-theme {
    border: 1px solid #dd046d;
    transition: .5s;
}

.sb_btn:hover {
    background: #192961;
    border: 1px solid #192961;
}

.slide-review,
.pdc-frame .slider .cs-content {
    background: #fff;
    border-left: 4px solid #1b295f;
    padding: 0 70px 0 15px;
    position: relative;
}

.slide-review:before,
.pdc-frame .slider .cs-content:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(https://www.hoodaki.com/images_worldwide/testimonials-icon.png) #bdd8ff no-repeat;
    right: 0;
    background-position: center;
    border-radius: 100px;
}

.side-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.cruise_banner_content p {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}

p.cruise_ban_p_1 {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
}

.cruise_ban_p {
    font-size: 50px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.price-caption {
    position: absolute;
    top: 8px;
    right: 10px;
}

.price-caption p.price {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    padding: 5px 8px 5px 15px;
    background: #fff;
    color: #192a62;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.price-caption p.price .amount {
    font-size: 18px;
    font-weight: 600;
    color: #dd046d;
    margin-left: 2px;
}

.hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hotline-area .icon svg {
    fill: #dd046d;
}

.hotline-area .content h6 a {
    color: #dd046d;
}

.hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.hotline-area .content {
    position: relative;
    line-height: 1;
    overflow: visible;
}

.hotline-area .content span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: none;
}

.hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1;
}

footer .slide-review {
    padding: 0 15px 0 15px;
}

footer .slide-review p,
footer .slide-review p span {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}

footer .slide-review:before {
    opacity: .5;
}

.pdc-frame label {
    color: #000;
}

.pdc-frame textarea {
    min-height: 85px;
}

.pdc-frame .btn,
.boot-modal .btn {
    font-size: 14px;
    font-weight: 600;
}

.modal-backdrop.show {
    display: none;
}

.boot-modal.modal {
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: var(--bs-modal-zindex); */
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    max-width: 100%;
    background: rgb(0 0 0 / 60%);
    padding: 0;
}

.boot-modal .modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 20px;
}

.product__slider-thmb .slick-slide {
    cursor: pointer;
}

.hasDatepicker.form-control {
    background-image: url(https://packandfly.co.uk/images/cal-icon.png);
    background-repeat: no-repeat;
    background-position: top 4px right 8px;
    cursor: pointer;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    min-height: 38px;
}

.pdc-frame div#testimonials_worldwidepkg {
    min-height: 180px;
}

.slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    font-size: 16px;
    border: 1px solid #01407b;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.slick-prev:hover,
.slick-next:hover{
    background: #01407b;}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev i,
.slick-next i {
    color: #01407b;
    font-size: 14px;
}

.slick-prev:hover i,
.slick-next:hover i{
    color: #fff;}

.pdc-frame p.tz-charge small {
    display: inline-block;
    line-height: 1.4;
    width: 100%;
}

.tz-charge{display: none;}

.blink-btn {
    background-color: #dd046d;
    -webkit-animation: glowing2 1000ms infinite;
    -moz-animation: glowing2 1000ms infinite;
    -o-animation: glowing2 1000ms infinite;
    animation: glowing2 1000ms infinite;
}

@-webkit-keyframes glowing2 {
    0% {
        background-color: #dd046d;
        border-color: #dd046d;
    }

    50% {
        background-color: #152266;
        border-color: #152266;
        color: #fff;
    }

    100% {
        background-color: #dd046d;
        border-color: #dd046d;
    }
}

@-moz-keyframes glowing2 {
    0% {
        background-color: #dd046d;
        border-color: #dd046d;
    }

    50% {
        background-color: #152266;
        border-color: #152266;
        color: #fff;
    }

    100% {
        background-color: #dd046d;
        border-color: #dd046d;
    }
}

@-o-keyframes glowing2 {
    0% {
        background-color: #dd046d;
        border-color: #dd046d;
    }

    50% {
        background-color: #152266;
        border-color: #152266;
        color: #fff;
    }

    100% {
        background-color: #dd046d;
        border-color: #dd046d;
    }
}

@keyframes glowing2 {
    0% {
        background-color: #dd046d;
        border-color: #dd046d;
    }

    50% {
        background-color: #152266;
        border-color: #152266;
        color: #fff;
    }

    100% {
        background-color: #dd046d;
        border-color: #dd046d;
    }
}

.blink-text {
    color: #dd046d;
    -webkit-animation: glowingtext 1000ms infinite;
    -moz-animation: glowingtext 1000ms infinite;
    -o-animation: glowingtext 1000ms infinite;
    animation: glowingtext 1000ms infinite;
}

@-webkit-keyframes glowingtext {
    0% {
        color: #dd046d;
    }

    50% {
        color: #152266;
    }

    100% {
        color: #dd046d;
    }
}

@-moz-keyframes glowingtext {
    0% {
        color: #dd046d;
    }

    50% {
        color: #152266;
    }

    100% {
        color: #dd046d;
    }
}

@-o-keyframes glowingtext {
    0% {
        color: #dd046d;
    }

    50% {
        color: #152266;
    }

    100% {
        color: #dd046d;
    }
}

@keyframes glowingtext {
    0% {
        color: #dd046d;
    }

    50% {
        color: #152266;
    }

    100% {
        color: #dd046d;
    }
}

@media (min-width: 992px) {
    a.navbar-brand.logo-center {
        margin: 35px 30px 0px 30px;
    }
    h6 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 1199px) {
    .hotline-area .content h6{font-size: 16px;}
}

@media (max-width: 991px) {
    .book_heading_deal .row.boot-row {width: 100%;}
    .book-with-us-box ul li{font-size: 11px;}
}

@media (min-width: 768px) {
    .pdw-title-card .pdw-left {
        width: 68%;
    }

    .pdw-title-card .pdw-right {
        width: 32%;
    }

    header .cntrlogo-navmenu .navbar .nav-item .nav-link {
        position: relative;
        letter-spacing: 0px;
        padding-left: 11px;
        padding-right: 11px;
    }

    header .cntrlogo-navmenu .navbar .nav-item.active .nav-link {
        color: #dd046d;
    }

    header .cntrlogo-navmenu .navbar .nav-item.active .nav-link:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 90%;
        background: #f6701a;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    header .cntrlogo-navmenu .navbar .nav-item.active .nav-link:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #dd046d;
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
    }

    header .cntrlogo-navmenu .navbar .nav-item {
        position: relative;
        display: inline-block;
    }

    header .cntrlogo-navmenu .navbar .nav-item:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 25px;
        right: 0;
        top: 0;
        background: #eaeaea;
    }

    header .cntrlogo-navmenu .navbar .nav-item:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 16px;
        right: 0;
        top: 12px;
        background: #ccc;
        z-index: 1;
    }

    header .cntrlogo-navmenu .navbar .nav-item:last-child:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .aside-box.book-with-us-box{margin-top: 20px;}
}
    @media (max-width: 575px) {
    section .cruise_banner_content {
        padding: 30px 0px;
    }

    section .cruise_ban_p {
        font-size: 28px;
        line-height: 1;
    }

    .trip-style-one {
        margin-bottom: 24px;
    }

    .ct-wrp {
        display: none;
    }
    .book-with-us-box ul li {
        font-size: 14px;
    }
    .book_heading_deal h4 {
        font-size: 18px;
    }

    .product__slider-main img{height: auto!important;}
    .call_number ._phresp{font-size: 26px;}
    .call_number span{font-size: 9px !important; margin-bottom: 5px;}
    .mail_img {
        background: url(../images/email_img.jpg) top 12px left no-repeat;
    }
    header aside.head_info_no img{padding-top: 0;}
    header .head_info_no p{margin-bottom: 0;}
    header.header {
        height: 130px!important;
    }
}

@media (min-width: 780px) and (max-width: 991px){
    .package-detail-wrp .container{max-width: 830px!important;}
    p.price.d-flex {display: block !important;}
    p.price span.starra {width: 100%; display: inline-block;}
}



/* Blog Styling */

.package-block.article-card .inner-box {padding: 15px;}
.package-block.article-card .lower-box {padding: 15px 0 0;}
.package-block.article-card .lower-box h5{font-weight: 600; max-height: 50px; overflow: hidden;}
.package-block.article-card .lower-box p {line-height: 1.5; font-size: 14px; color: #4a5565; max-height: 62px; overflow: hidden;}
.package-block.article-card .bottom-box {margin-top: 15px; padding-bottom: 0;}
.article-host p{font-size: 12px!important; color: #4a5565; font-weight: 500; font-family: 'Poppins', sans-serif}
.article-host .buser img{opacity: .6; margin-right: 2px;}
.article-host .buser .fa{margin-right: 2px; color: #01407e;}
.article-title h4 {font-weight: 700; color: #181a2a; font-family: 'Poppins', sans-serif; margin-bottom: 0px;}
.article-title p {font-size: 14px; color: #4a5565; font-weight: 500; font-family: 'Poppins', sans-serif; margin: 0;}
.bsearch-card input{min-height: 50px; padding-left: 40px;}
.bsearch-card .btn{background: #01407e; border-color: #01407e;}
.bsearch-card .btn:hover{background: #000000; border-color: #000000;}
.bsearch-card .form-group .fa.position-absolute {font-size: 18px; top: 14px; left: 14px;}
.article-pagination .page-link{color: #01407e;}
.article-pagination .active > .page-link, .article-pagination .page-link.active{background: #01407e; border-color: #01407e; color: #fff;}
.article-detail-wrp h2 {font-size: 26px; font-weight: 600; font-family: 'Poppins', sans-serif; margin-bottom: 15px;}
.article-detail-wrp img, .article-detail-wrp h4, .article-detail-wrp h3{margin-bottom: 15px; font-family: 'Poppins', sans-serif;}
.article-detail-wrp h4, .article-detail-wrp h3{font-size: 20px; font-weight: 600; color: #000000;}
.article-detail-wrp h4 strong, .article-detail-wrp h3 strong, .article-detail-wrp h2 strong{font-weight: 600;}
.article-detail-wrp .sf-card .sf-content h5{line-height: 1.4;}
.article-detail-wrp .book-with-us-box ul li{margin-top: 15px!important;}
.nextprev-articles ul, .nextprev-articles ul li{list-style: none; margin: 0;}
.article-detail-wrp .nextprev-articles .sf-card .sf-content h5{color: #000000;}
.article-detail-wrp .book-with-us-box ul.article-category-card li{margin-top: 0!important;}
.article-tags-card .badge {font-size: 12px; font-weight: 500; margin-bottom: 4px;}
.article-pagination li a, .article-host p{text-transform: capitalize;}

@media (min-width: 576px){
    .package-block .image-box .image img{min-height: 181px;}
    .nextprev-articles ul li {border: 1px solid #ccc!important; padding: 10px!important;}
    .nextprev-articles .small-feat li:nth-child(1) {padding-right: 20px!important; border-right: none!important;}
    .nextprev-articles .small-feat li:not(:last-child){border: none; padding: 0; margin: 0;}
    .nextprev-articles .small-feat li{width: 50%;}
}