.text-primary-theme {
    color: #3553d5 !important;
}

.bg-primary-theme {
    background: #3553d5 !important;
}

.text-secondary-theme {
    color: #2066db !important;
}

.bg-secondary-theme {
    background: #2066db !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: #3553d5;
    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: #3553d5;
    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: #3553d5;
}

.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: 2px 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: #3553d5;
    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: #2066db;
    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: #3553d5;
}

.package-block .lower-box .info {
    position: relative;
    font-size: 14px;
}

.package-block .lower-box .info .duration {
    position: relative;
    float: left;
    color: #3553d5;
}

.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: #3553d5;
}

.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: #ff761c;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}

.package-block .bottom-box .rating a:hover,
.package-block:hover .rating {
    color: #3553d5;
}

.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: #3553d5;
    font-weight: 600;
}

.cruise_result_banner {
    position: relative;
}

.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: #073d87;
}

.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;
}

.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 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.subprice p.text-primary-theme {
    font-size: 16px;
    line-height: 1.1;
}

.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: 2px;
    font-weight: 600;
}

.sf-card .sf-content .duration {
    font-size: 12px;
    color: #1b295f;
}

.sf-card .sf-content p {
    margin: 0;
}

p.price {
    color: #333333;
}

b.amount {
    color: #3553d5;
    font-size: 14px;
}

.starra .fa {
    color: #2066db;
}

.package-block .starra .fa {
    font-size: 14px;
}

.select-dest-filt h6 {
    font-weight: 600;
}

.pdc-frame h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2066db;
}

#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 #2066db;
    transition: .5s;
}

.sb_btn:hover {
    background: #073d87;
    border: 1px solid #073d87;
}

.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://packandfly.co.uk/images/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);
}

.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: #2066db;
    margin-left: 2px;
}

.hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hotline-area .icon svg {
    fill: #2066db;
}

.hotline-area .content h6 a {
    color: #2066db;
}

.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;
}

.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);
    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;
}

.blink-btn {
    background-color: #2066db;
    -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: #2066db;
        border-color: #2066db;
    }

    50% {
        background-color: #3553d5;
        border-color: #3553d5;
        color: #fff;
    }

    100% {
        background-color: #2066db;
        border-color: #2066db;
    }
}

@-moz-keyframes glowing2 {
    0% {
        background-color: #2066db;
        border-color: #2066db;
    }

    50% {
        background-color: #3553d5;
        border-color: #3553d5;
        color: #fff;
    }

    100% {
        background-color: #2066db;
        border-color: #2066db;
    }
}

@-o-keyframes glowing2 {
    0% {
        background-color: #2066db;
        border-color: #2066db;
    }

    50% {
        background-color: #3553d5;
        border-color: #3553d5;
        color: #fff;
    }

    100% {
        background-color: #2066db;
        border-color: #2066db;
    }
}

@keyframes glowing2 {
    0% {
        background-color: #2066db;
        border-color: #2066db;
    }

    50% {
        background-color: #3553d5;
        border-color: #3553d5;
        color: #fff;
    }

    100% {
        background-color: #2066db;
        border-color: #2066db;
    }
}

.blink-text {
    color: #2066db;
    -webkit-animation: glowingtext 1000ms infinite;
    -moz-animation: glowingtext 1000ms infinite;
    -o-animation: glowingtext 1000ms infinite;
    animation: glowingtext 1000ms infinite;
}

@-webkit-keyframes glowingtext {
    0% {
        color: #2066db;
    }

    50% {
        color: #3553d5;
    }

    100% {
        color: #2066db;
    }
}

@-moz-keyframes glowingtext {
    0% {
        color: #2066db;
    }

    50% {
        color: #3553d5;
    }

    100% {
        color: #2066db;
    }
}

@-o-keyframes glowingtext {
    0% {
        color: #2066db;
    }

    50% {
        color: #3553d5;
    }

    100% {
        color: #2066db;
    }
}

@keyframes glowingtext {
    0% {
        color: #2066db;
    }

    50% {
        color: #3553d5;
    }

    100% {
        color: #2066db;
    }
}

@media (min-width: 992px) {
    a.navbar-brand.logo-center {
        margin: 35px 30px 0px 30px;
    }
}

@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: #a80303;
    }

    header .cntrlogo-navmenu .navbar .nav-item.active .nav-link:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 90%;
        background: #a80303;
        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 #a80303;
        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: 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;
    }
}