.productbox {
    position: relative;
    padding: 9px 9px 0px 9px;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin: 15px 0px;
}

.productbox>img {
    border-radius: 10px;
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.productbox h3 {
    color: #3F51B5;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pctn p {
    margin-bottom: 0;
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 4px;
}

.pctn p img {
    width: 16px;
}

.productbox p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    /* color: #008000 !important; */
}

.productbox .holiday {
    padding-bottom: 7px;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 10px;
}

.productbox .holiday li {
    border: 1px solid #ccc;
    padding: 2px 9px;
    font-size: 12px;
    color: #000;
    text-align: left;
    border-radius: 11px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.productbox .holiday li img {
    width: 22px;
}

.productbox .holiday li span {
    font-size: 11px;
}

.productbox .holiday li p {
    margin-bottom: 0;
    font-weight: 500
}

.productbottom {
    background: #ebf1ff;
    padding: 9px;
    margin: 0px -9px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.productbottom .pbtm-1 {
    flex: 0 0 55%;
}

.productbottom .pbtm-1 p {
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}

.productbottom .pbtm-1 .kp-old {
    color: #FF5722;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.productbottom .pbtm-1 .kp-new {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

.productbottom .pbtm-2 {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.productbottom .pbtm-2 a {
    background: #17254e;
    border-radius: 4px;
    padding: 7px 7px;
    border: 1px solid #17254e;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    /* animation: 1.4s infinite scaleup; */
}

.productbottom .pbtm-2 a.bgorange {
    border: 1px solid #FF5722;
    background: #FF5722;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0px 7px 0px;
}

.pbadges {
    position: absolute;
    z-index: 5;
    left: -7px;
    top: 15px;
    background-image: blueviolet;
    background-image: linear-gradient(to right, #2196F3, #FF5722);
    width: 110px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.pbadges:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #607D8B;
    border-right: 0px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}

.pbadges img {
    width: 13px;
}

.pbadges span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}

.pbadges span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0px;
    border-left: 8px solid #FF5722;
    z-index: 0;
}

.pbadges span:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 20px solid transparent;
    border-right: 0px;
    border-left: 8px solid #FF5722;
    z-index: 0;
}

.packagelist .swiper-button-next,.packagelist .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
    top: 40%;
}

.packagelist .swiper-button-next:after,.packagelist .swiper-button-prev:after {
    color: #000;
    font-size: 18px;
}

.packagelist .swiper-wrapper {
    margin-bottom: 20px;
}

@keyframes scaleup {
    0%,100% {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.area img {
    width: 13px;
    height: 13px
}

.area p {
    display: flex;
    align-items: center
}

.inclusion_block {
    border: 1px solid #0000003d;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px;
    position: relative;
    padding-top: 5px;
    margin-top: 16px
}

.service_subheading {
    color: var(--gray);
    font-size: var(--fnt-12);
    margin: 8px 0 2px;
    text-transform: uppercase
}

.incl_align {
    background: #fff;
    left: 15px;
    padding: 0 10px;
    position: absolute;
    top: -18px;
    color: green!important;
    font-weight: 500!important;
    text-transform: capitalize;
    font-size: 10px!important
}

.package_list-inclusions {
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: space-around;
    align-items: center
}

.package_list-inclusions>li:first-child {
    margin-left: 0
}

.package_list-inclusions>li {
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    margin: 0 6px;
    min-width: auto;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pkgIcon-sightseeing {
    background-position: -126px -20px;
    height: 19px;
    width: 20px
}

.dpaulsAdvList li:before,.pkg_exclusion li:before,.pkg_inclusion li:before,[class*=pkgIcon-] {
    background-image: url(../images/package-sprite.eb03da4.png);
    background-repeat: no-repeat;
    background-size: 337px 116px;
    display: inline-block;
    vertical-align: middle
}

.pkgIcon-hotels {
    background-position: -54px -20px;
    height: 19px;
    width: 19px
}

.pkgIcon-transfers {
    background-position: -237px -20px;
    height: 19px;
    width: 22px
}

.pkgIcon-meals {
    background-position: -150px -20px;
    height: 19px;
    width: 20px
}

.pkgIcon-taxes {
    background-position: -194px -20px;
    height: 19px;
    width: 20px
}

.carelist-readmore ul {
    height: 87px;
    overflow: hidden;
    transition: all .5s
}

.show-height {
    height: auto!important;
    transition: all .5s
}

.pkgIcon-plan {
    background-position: -24px -20px;
    height: 19px;
    width: 27px;
}

.inclusion_block p img {
    width: 22px;
    height: 19px;
}

.inclusiontitle {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.incusionlist {
    overflow-x: scroll;
    margin-bottom: 8px;
    padding-bottom: 5px;
}

.incusionlist ul {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
}

.incusionlist ul li {
    font-size: 11px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 8px;
    color: #868686;
}

.offerlist {
    overflow-y: scroll;
    height: 60px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.offerlist ul {
}

.offerlist ul li {
    font-size: 10px;
}

.pbtn {
    display: flex;
    gap: 5px;
    background: #17254e;
    justify-content: space-between;
    padding: 6px 6px;
    margin-left: -9px;
    margin-right: -9px;
}

.packagebtn {
}

.packagebtn a {
    background: rgb(255 255 255 / 12%);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
}

.packagebtn a img {
    width: 20px;
}

.packagebtn a span {
    color: #fff;
    font-size: 12px;
}

.pbtn .packbtn {
}

.pbtn .packbtn a {
    background: #ee2737;
    color: #fff;
    display: block;
    border-radius: 5px;
    /* box-shadow: 1px 0px 7px 0px; */
    padding: 4px 17px;
    font-size: 14px;
    border: 1px solid #ffffff6b;
}

.packagebtn a .gtag {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.offerprice {
    background: #fff;
    font-weight: 600;
    top: 20px;
    left: 0;
    z-index: 9;
    font-size: 12px;
    position: absolute;
    padding: 5px 10px;
    border-radius: 0px 10px 10px 0px;
}

.offerprice:after {
    border-style: solid;
    border-width: 0 .3125em .3125em 0;
    border-color: transparent #104c78 transparent transparent;
    content: "";
    display: block;
    left: 0;
    bottom: -2px;
    position: absolute;
}

.offerprice img {
    width: 15px;
}
