.container {
    max-width: 1270px;
}

.selectbox,
#topbar .contact-info {
    margin-left: 3rem;
}

.nav-menu .rightNav {
    display: none !important;
}

@media (max-width: 1360px) {
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

p,
li {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
}

b,
strong {
    font-weight: 700;
}

section#main {
    padding: 0;
    overflow: unset;
    padding-bottom: 20px;
}

.package-description,
#explore-section,
.exploreTitle small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
}

#topbar {
    padding-top: 15px;
}

#hero,
.topBanner {
    height: 500px;
}

#hero::before {
    display: none;
}

.fixed-top {
    position: relative;
}

body #rowNavBar {
    height: 96px;
}

#header {
    top: -3px;
}

#header.header-scrolled {
    position: fixed;
}

.package-header {
    display: flex;
    align-items: center;
    margin-top: -70px;
    position: relative;
    z-index: 9;
}

.package-header-desc-top {
    color: #fff;
    margin-top: -60px;
}

.package-header-desc-top div {
    display: flex;
    justify-content: space-between;
}

.package-header-desc-bottom span>a {
    font-size: 16px;
}

.package-img-logo {
    height: 146px;
    width: 146px;
    background-color: #f4f4f4;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.package-header-desc {
    flex-grow: 1;
    font-size: 16px;
    padding-left: 1rem;
    width: calc(100% - 146px);
}

.package-header-desc h4 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: end;
    margin-bottom: 10px;
    overflow: hidden;
}

.package-header-desc-bottom .package-header-desc h4 {
    font-size: 20px;
}

.package-header-desc-top div,
.package-header-desc-bottom div {
    font-size: 14px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 20px;
}

.topBanner .container {
    position: relative;
}

.topBanner .package-header-desc {
    position: absolute;
    color: #fff;
    bottom: 17px;
    z-index: 9;
    left: 178px;
}

.topBanner:after {
    background-image: linear-gradient(180deg, transparent, #000);
    height: 245px;
    opacity: .9;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 9;
}

.right-price-box-wrap {
    position: relative;
    z-index: 99999;
    box-sizing: border-box;
}

.price-frm-wrap {
    padding: 18px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e8e9e9;
    text-align: center;
    margin-bottom: 40px;
}

.package-rate,
.package-rate b {
    font-size: 36px;
    color: #4f5758;
    font-weight: 600;
}

.right-price-box-wrap-fixed .package-rate,
.right-price-box-wrap-fixed .package-rate b {
    font-size: 18px;
}

.select-area-wrap {
    /*border-bottom: 1px solid #e8e9e9;*/
    border-top: 1px solid #e8e9e9;
    padding: 7px 0 0;
    margin: 15px 0 0px;
}

.select-area-wrap .nice-select {
    border: 1px solid #e8e9e9 !important;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    margin-top: 7px;
    height: 48px;
    float: none;
    padding-right: 32px;
}

.select-area-wrap .nice-select>span {
    overflow: hidden;
}

.select-area-wrap .nice-select .list {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: none;
    top: 37px;
}

.select-area-wrap .nice-select:after {
    display: none;
}

.select-area-wrap .nice-select .option:hover,
.select-area-wrap .nice-select .option.focus,
.select-area-wrap .nice-select .option.selected.focus,
.select-area-wrap .nice-select .option {
    padding-top: 10px;
    background-color: #fff;
    color: #000642;
    padding-left: 18px !important;
    overflow: hidden;
    padding-right: 18px !important;
    white-space: normal;
    line-height: initial;
}

.right-price-box-wrap h2 span,
.package-header-mobile-rate h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #9b9b9b;
    padding-top: 7px;
}

.right-price-box-wrap-fixed.right-price-box-wrap h2 span {
    padding-top: 0px;
}

.right-price-box-wrap h2 span strong,
.package-header-mobile-rate h2 span strong {
    color: #4f5758;
}

.right-price-box-wrap .expert-frm-wrap {
    background-color: #000;
    z-index: 9;
}

.right-price-box-wrap .expert-frm-wrap .expert-pro-img {
    top: -2rem;
    right: 10px;
    width: 70px;
    border-radius: 50%;
}

.right-price-box-wrap .expert-frm-wrap #myVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    object-fit: fill;
    border-radius: 8px;
    z-index: -1;
    opacity: .4;
}

.right-price-box-wrap .go2hotel {
    background-color: #00ff00;
    border-radius: 5px;
    border: 1px solid #04eb04;
    box-shadow: none;
    width: 100%;
    height: 48px;
    margin: auto;
    color: #000642;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 7px 0;
}

.right-price-box-wrap.right-price-box-wrap-fixed {
    position: sticky;
    top: 0px;
    width: auto;
}

.right-price-box-wrap.right-price-box-wrap-fixed h2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 1rem;
    align-items: center;
}

.inclusions {
    margin-bottom: 12px;
}

.exclusions p,
.inclusions p {
    position: relative;
    padding-left: 1.75rem;
    border-bottom: 1px solid #dddedf;
    padding-bottom: 13px;
}

.exclusions p:last-child {
    border-bottom: none;
}

.inclusions p:before,
.exclusions p:before {
    content: "\eed7";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-family: IcoFont !important;
    left: 0;
    top: -5px;
}

.inclusions p:before {
    content: "\eed7";
    color: #01328f;
}

.exclusions p:before {
    content: "\eedd";
    color: red;
}

#itinerary-section {
    overflow-x: hidden;
}

#hotels-section h4,
.package-room-info-wrapper h4,
#golfs-section h4,
#inclusions-section h4,
#about-trip h4,
#itinerary-section h4,
#packages-selection-section h4,
#option-section h4,
#cancellation-section h4,
#car-rental-section h4,
#flight-section h4 {
    font-size: 18px;
    line-height: 1.67;
    padding: 40px 0 10px;
}

#gallery-section h4 {
    font-size: 18px;
    line-height: 1.67;
    padding-top: 30px;
}

#hotels-section>.row>.col-12 p i {
    font-size: 20px;
    margin-right: 5px;
}

#hotels-section>.row>.col-12 p {
    margin-bottom: 5px;
}

#golfs-section>.row>.col-12 ul,
#golfs-section>.row>.col-12 ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

#golfs-section>.row>.col-12 ul li {
    margin-bottom: 13px;
}

#golfs-section>.row>.col-12 ul li i {
    font-size: 20px;
    margin-right: 5px;
}

#hotels-section div p:last-child,
.package-room-info-wrapper div p:last-child,
#golfs-section div p:last-child,
#about-trip div p:last-child,
#inclusions-section div p:last-child {
    margin-bottom: 0rem;
}

#golfs-section .package-description:nth-child(3) {
    padding-top: 10px;
}

#hotels-section,
.package-room-info-wrapper,
#golfs-section,
#inclusions-section {
    font-family: 'Poppins', sans-serif !important;
}

.gcImg {
    min-height: 240px;
    height: 240px;
}

#explore-section .Road-Trip-Ecosse {
    margin-top: 1.5rem !important;
}

#explore-section h3 {
    font-size: 18px;
    line-height: 1.67;
    padding-top: 30px;
}

#about-trip {
    font-size: 1rem;
    line-height: 1.5;
}

/*
#about-trip #collapseExample.collapse:not(.show) {
    display: block;
    height: 14rem;
    overflow: hidden;
}

#about-trip #collapseExample.collapsing {
    height: 14rem;
}

#about-trip a.collapsed {
    padding-top: 1rem;
}

#about-trip a.collapsed::after {
    content: '+ Show More';
}

#about-trip a:not(.collapsed)::after {
    content: '- Show Less';
}
*/

#explore-section .container {
    max-width: 100%;
    padding: 0;
}

#explore-section .mapContentWrap {
    border: none;
    padding: 0;
    border-radius: 0;
}


/*
#explore-section .mapContentflex{flex-direction: column;width: 100%;}
#explore-section .leftcontent{order:2;}
#explore-section .leftcontent, #explore-section .mapWrap14 {width: 100%;}*/


/* #explore-section .leftcontent {
  width: 28%;
} */

#explore-section .checkboxWrap {
    font-size: 14px;
    margin-left: 20px;
}

.ecosseTxtBox-wrapper {
    min-height: 490px;
    max-height: unset;
}

#explore-section .ecosseTxtBox {
    width: 100%;
    margin-top: 1rem;
    background-color: #f7f7f7;
    padding: 0 1rem;
    border-bottom: 1px dotted #ddd;
}

#explore-section .mapContentflex {
    background-color: #f7f7f7;
}

#explore-section .mapContentflex .mapWrapper {
    min-height: 490px;
    height: 100%;
}

#explore-section .exploreTitle {
    max-width: 1270px;
    margin: 0 auto;
    padding: 1rem;
}

#itinerary-gallery {
    background-color: #fff;
    position: relative;
}

#itinerary-gallery ul {
    display: flex;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
}

#itinerary-gallery ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
    height: 500px;
    width: 144px;
    position: relative;
}

#itinerary-gallery ul li h2 {
    position: relative;
    z-index: 1;
}

.itinerary-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.itinerary-item.active .itinerary-image::after {
    content: none;
}

#itinerary-gallery ul li .itinerary-image {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
    background: none !important;
}

#itinerary-gallery ul li h2 {
    font-size: 1.15rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

#itinerary-gallery ul li.active,
#itinerary-gallery ul li.active .itinerary-image {
    flex-grow: 1;
}

.day-info-box {
    background-color: #fff;
    border: 1px solid #e8e9e9;
    width: 53%;
    padding: 1.5rem;
    border-radius: 5px;
    margin-top: -24px;
}

.day-info-box h2,
#itinerary-gallery ul li .itinerary-description-mobile h2 {
    font-size: 1.5rem;
    color: #000642;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.67;
}

.itinerary-item.active h2.slider-link {
    display: none;
}

.itinerary-left-btn {
    position: absolute;
    top: calc(50% - 24px);
    left: 0px;
    cursor: pointer;
}

.itinerary-right-btn {
    position: absolute;
    top: calc(50% - 24px);
    right: 0px;
    cursor: pointer;
}

.itinerary-left-btn i,
.itinerary-right-btn i {
    color: white;
    font-size: 64px;
}

.day-info-box p {
    margin: 0px;
}

.right-button-box-wrap {
    position: relative;
    margin-top: -180px;
    height: 42px;
}

.right-button-box-wrap #bannerBtn,
.right-button-box-wrap #desc-modal-btn {
    bottom: auto !important;
    border-radius: 4px;
    height: 28px;
    padding-left: 15px;
    padding-right: 10px;
    border: none;
}

.right-button-box-wrap #bannerBtn img,
.right-button-box-wrap #desc-modal-btn img {
    margin-top: -4px;
    left: -22px;
    width: 32px;
}

.right-button-box-wrap #desc-modal-btn {
    right: 4px;
}

#gallery-section {
    margin-bottom: 40px;
}

#gallery-section .portfolio-container {
    display: flex;
    width: 100%;
    margin: 0;
    height: 500px !important;
    flex-direction: column;
    flex-wrap: wrap;
}

#gallery-section .portfolio-container .portfolio-image {
    display: none;
    position: relative;
    border: 3px solid white;
    width: 25%;
    height: 50%;
}

#gallery-section .portfolio-container .portfolio-image .portfolio-item img,
#gallery-section .portfolio-container .portfolio-image .portfolio-item {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#gallery-section .portfolio-container .portfolio-image:first-child,
#gallery-section .portfolio-container .portfolio-image:nth-child(2),
#gallery-section .portfolio-container .portfolio-image:nth-child(3),
#gallery-section .portfolio-container .portfolio-image:nth-child(4),
#gallery-section .portfolio-container .portfolio-image:nth-child(5) {
    display: flex;
}

#gallery-section .portfolio-container .portfolio-image:first-child {
    width: 50%;
    height: 100%;
}

#gallery-section .portfolio-container .portfolio-image .portfolio-item {
    left: 0px !important;
    top: 0px !important;
    transform: translate(0px, 0px) !important;
}

.itinerary-description-mobile {
    display: none;
}

#package-pictograms {
    margin-top: 24px;
    box-shadow: 0 0 2px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.package-variant-pictograms {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.package-variant-pictograms li {
    list-style: none;
    margin: 0;
    padding: 0 0.5rem;
    width: auto;
    min-width: 125px;
}

.package-variant-pictograms li h4 {
    font-size: 11px;
    color: #c79500;
    font-weight: normal;
    margin-top: 0.75rem;
    margin-bottom: 0px;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
    height: auto;
    text-transform: lowercase;
}

.package-variant-pictograms li p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: lowercase;
}

.package-pictogram-img {
    width: 28px;
}

.photo-gallery-btn-wrapper,
.photo-gallery-btn-wrapper-mobile {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

.photo-gallery-btn {
    background: unset;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 4px 18px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
}

.photo-gallery-span {
    cursor: pointer;
}

.package-send-request-btn {
    background-color: #db1c2e !important;
    color: #fff !important;
}

.expert-frm-box .greenBoxBtn p {
    margin-bottom: 0;
}

.vbox-container {
    overflow: hidden !important;
}

.vbox-share {
    display: none !important;
}

#hotels-section .owl-nav,
#golfs-section .owl-nav {
    display: none !important;
}

.photo-gallery-btn-wrapper-mobile {
    display: none;
}

p:empty {
    display: none;
}

.package-header-mobile-rate,
.topBanner .map0.desc-right-btn {
    display: none;
}

.hotel-images {
    margin: 0px 0px 16px 0px;
}

.hotel-images img {
    width: 24%;
    margin-right: 1.33%;
    height: 140px;
    border-radius: 8px;
}

.hotel-images img:last-child {
    margin-right: 0px;
}

#package-pictograms {
    box-shadow: none;
}


.variant-loader {
    display: flex;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100000;
}

.variant-loader img {
    height: 60px;
    width: 60px;
}

.wtrvl-checkout_button,
.package-send-request-btn {
    border-radius: 8px;
    background-color: #db1c2e;
    padding: 0.375rem 1.4rem;
    color: #fff;
    font-size: .88rem;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 12px;
    width: 100%;
    text-align: center;
    font-family: 'bill_corp_mxmedium';
    font-size: 14px !important;
}

.wtrvl-ifrm {
    background-color: unset !important;
}

.wishlist-message {
    position: absolute;
    right: 9rem;
    top: 5rem;
}

.package-rate .rate-message {
    color: black;
}

.right-price-box-wrap-fixed .package-rate {
    display: block !important;
}

.right-price-box-wrap-fixed .package-rate .rate-message {
    display: inline-block;
    margin-right: 4px;
}

.right-price-box-wrap-fixed .package-rate .rate-deposit {
    width: 100%;
    display: block;
    margin-top: 4px;
}

.hotel-selection {
    padding: 1em;
    background-color: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 1em;
    border: 1px solid #f2f2f2;
}

@media (min-width: 1200px) {
    #gallery-section .portfolio-container {
        height: 500px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #gallery-section .portfolio-container {
        height: 375px !important;
    }
}

@media (max-width: 991px) {
    #gallery-section .portfolio-container {
        height: 290px !important;
    }
}

@media (min-width: 992px) {
    #preview-section .col-lg-9 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #preview-section .col-lg-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    #preview-section .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #preview-section .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.fixed-mobile-buttons {
    display: none;
}

@media (max-width: 1023px) {
    .package-header-desc-top {
        color: #444;
    }

    .itinerary-description-mobile {
        padding: 1.5rem;
        width: 100%;
    }

    .fixed-mobile-buttons {
        position: fixed;
        bottom: 55px;
        z-index: 9;
        width: 100%;
        padding: 1rem;
        background-color: #ffffffde;
    }

    .day-info-box,
    .package-header-mobile-rate .select-area-wrap button {
        display: none;
    }

    #itinerary-gallery ul {
        height: auto;
    }

    #itinerary-gallery ul li .itinerary-image,
    #itinerary-gallery ul li {
        flex-grow: 1;
        width: 100%;
        height: 85px;
        justify-content: center;
        display: flex !important;
        position: relative;
    }

    #itinerary-gallery ul,
    #itinerary-gallery ul li {
        flex-direction: column;
    }

    #itinerary-gallery ul li.active {
        height: auto;
    }

    #itinerary-gallery ul li.active .itinerary-image {
        height: 340px;
        justify-content: center;
    }

    #itinerary-gallery ul li.active .itinerary-description-mobile {
        display: block;
        background-color: #f9f9f9;
        margin: -1px;
    }

    .itinerary-left-btn {
        display: none !important;
    }

    .itinerary-right-btn {
        display: none !important;
    }

    .package-header {
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    .topBanner .package-header-desc {
        position: relative;
        bottom: 155px;
        left: auto;
        text-align: center;
    }

    .package-header-desc {
        padding-left: 0;
        margin-top: 40px;
    }

    .right-price-box-wrap,
    .right-price-box-wrap.right-price-box-wrap-fixed {
        margin-top: 20px;
        padding: 0;
        border: none;
        position: relative;
        width: 100%;
        top: auto;
        margin-right: 0;
    }

    .right-button-box-wrap {
        position: relative;
        height: 42px;
        margin-top: 15px;
    }

    .right-button-box-wrap #bannerBtn img,
    .right-button-box-wrap #desc-modal-btn img {
        top: auto;
    }

    .right-button-box-wrap #bannerBtn,
    .right-button-box-wrap #desc-modal-btn {
        bottom: auto !important;
        display: block;
    }

    .right-button-box-wrap #desc-modal-btn {
        right: 0;
        left: auto;
    }

    .right-button-box-wrap #bannerBtn {
        left: 0;
        right: auto;
    }

    .vbox-content {
        margin: 50px !important;
    }

    body #rowNavBar {
        position: absolute;
        z-index: 9;
        margin: auto !important;
    }

    .mobile-header {
        width: 113px;
    }

    #hero,
    .topBanner {
        height: 370px;
        min-height: 270px;
    }

    .package-header-desc-top div,
    .package-header-desc h4 {
        justify-content: center;
    }

    .package-header-desc-top div .photo-gallery-span,
    .package-header-desc h4 span,
    .right-button-box-wrap,
    .right-price-box-wrap {
        display: none;
    }

    .package-header-mobile-rate,
    .topBanner .map0.desc-right-btn {
        display: block;
        border-top: 1px solid #e8e9e9;
        padding-top: 10px;
    }

    .topBanner .map0.desc-right-btn {
        width: 95px !important;
        left: 20px !important;
    }

    .topBanner .map0.desc-right-btn img {
        top: 8px;
    }

    .package-header-desc-bottom {
        border-top: 1px solid #e8e9e9;
        border-bottom: 1px solid #e8e9e9;
        padding-top: 20px;
        padding-bottom: 12px;
        margin-bottom: 16px;
        display: none !important;
    }

    .select-area-wrap {
        padding: 17px 0 0;
        margin: 20px 0 0px;
    }

    .topBanner:after {
        background-image: linear-gradient(180deg, transparent, #00000017);
    }
}

@media (max-width: 767px) {

    #gallery-section .portfolio-container .portfolio-image:nth-child(2),
    #gallery-section .portfolio-container .portfolio-image:nth-child(3),
    #gallery-section .portfolio-container .portfolio-image:nth-child(4),
    #gallery-section .portfolio-container .portfolio-image:nth-child(5) {
        display: none;
    }

    #gallery-section .portfolio-container .portfolio-image:first-child {
        width: 100%;
    }

    .photo-gallery-btn-wrapper-mobile {
        display: flex;
    }

    .package-variant-pictograms li p,
    .package-variant-pictograms li h4 {
        font-size: 12px !important;
    }

    #explore-section .checkboxWrap {
        font-size: 12px;
    }

    .hotel-images img {
        width: 48% !important;
        margin-bottom: 1.33%;
    }

    .package-header {
        margin-top: -55px;
    }

    .package-img-logo {
        height: 100px;
        width: 100px;
        padding: 0.75rem;
    }

    .package-header-desc {
        width: 100%;
    }

    #hero,
    .topBanner {
        height: 220px;
        min-height: 200px;
    }

    .topBanner .map0.desc-right-btn {
        width: 57px !important;
        left: 10px !important;
        padding-left: 16px !important;
        padding-top: 3px;
        height: 28px !important;
        font-size: 14px;
        border-radius: 5px;
    }

    .topBanner .map0.desc-right-btn img {
        top: 13px;
        width: 32px;
    }
}

.package-header-desc-bottom {
    display: flex;
    justify-content: space-between;
}

div#packages-selection-wrapper {
    background-color: #f8f8f8;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 0px;
}

.flight-section-info ,
.cancellation-section-info {    
    padding: 1em;
    background-color: #f8f8f8;
    border-radius: 8px;
}

div#packages-selection-wrapper p {
    margin: 0px;
}

.col-md-12.package-selection {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

button.package-selection-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border: 1.3px solid #34c6d9;
    border-radius: 5px;
    color: #4f5758;
    /* font-family: Poppins,"sans-serif"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 13px 15px;
}

.row.package-selection {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    margin-right: 0px;
    margin-left: 0px;
}

.row.package-selection .package-selection-price {
    padding: 0;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.row.package-selection .package-selection-action-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.package-selection:last-child {
    border-bottom: none;
}

.package-selection-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.package-selection-info h5 {
    font-size: 16px;
    color: #4f5758;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.package-selection-price .package-selection-rate {
    color: #4f5758;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.67;
    text-align: right;
    margin-bottom: 0px;
}

.package-selection-price .package-selection-discount {
    color: #9b9b9b;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.77;
    margin-bottom: 0px;
    text-align: right;
}

.option-name-wrapper {
    display: flex;
    justify-content: space-between;
}

.option-name-wrapper span:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
    color: #4f5758;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.option-desription {
    color: #4f5758;
    /* font-family: Poppins,Areal,"sans-serif"; */
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    word-break: break-word;
}

.option-desription p {
    line-height: 1.25;
    margin: 15px 0px 0px 0px
}

#flight-modify-btn-wrapper span {
    right: 74px !important;
    line-height: 14px !important;
    font-size: 12px !important;
}

@media (max-width: 1023px) {
    .col-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #flight-search-details div:first-child {
        width: auto;
    }

    #flight-search-details {
        width: calc(100% - 110px);
    }
}

div#package-options .col-md-6 {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 576px) {
    .d-xs-none {
        display: none;
    }

    #preview-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    #packages-selection-wrapper {
        padding: 0px !important;
    }

    div#packages-selection-wrapper {
        margin: 0px -15px;
    }

    .package-selection-price .package-selection-rate {
        font-size: 16px !important;
        font-weight: normal;
    }

    div#packages-selection-wrapper .row.package-selection {
        padding: 10px 30px 10px 15px;
    }

    .row.package-selection .package-selection-action-btns {
        display: none;
    }
}

.package-selection-info *:empty {
    display: none;
}

.package-selection-info p {
    margin-bottom: 0px;
}

.flight-section-info *:empty,
.package-selection-info *:empty,
.cancellation-section-info *:empty {
    display: none;
}

.flight-section-info p,
.package-selection-info p,
.cancellation-section-info p {
    margin-bottom: 0px;
}

.flight-section-info * {
    font-weight: 500 !important;
}

.package-description .collapsed-text__text-overlapper--white {
    background-image: linear-gradient(180deg, hsla(0, 0%, 97%, 0), #f8f8f8);
}

.important-links-wrap button {
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #db1c2e;
    font-size: 14px;
    margin: 4px 0;
    text-transform: uppercase;
    width: 100%;
    border: 2px solid #fff;
}

#entry-conditions-modal .modal-body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
}

#entry-conditions-modal .modal-body ul {
    padding-left: 1.5rem;
}

#entry-conditions-modal .modal-body p br {
    display: none;
}

#entry-conditions-modal .modal-body p {
    margin-bottom: 5px;
}

.car-section-info {
    display: flex;
    padding: 1em;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #f8f8f8;
}

.car-section-info img {
    max-width: 100px;
    margin-right: 4px;
}

@media screen and (min-width: 576px){
    .car-section-info img {
        max-width: 180px;
        margin-right: 20px;
    }        
}