section.packages-section .pricing-box.blue .head,
section.packages-section .pricing-box.blue a.order-cta {
    background-image: -moz-linear-gradient(180deg, #034971 0, #0071bc 100%);
    background-image: -webkit-linear-gradient(180deg, #034971 0, #0071bc 100%);
    background-image: -ms-linear-gradient(180deg, #034971 0, #0071bc 100%)
}

section.packages-section .pricing-box.yellow .head,
section.packages-section .pricing-box.yellow a.order-cta {
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%)
}

section.packages-section ul#pills-tab li button.active span {
    color: #fff
}

section.packages-section {
    position: relative;
    padding: 40px 0
}

section.packages-section .top-content {
    margin-bottom: 30px
}

section.packages-section .top-content h3 {
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: capitalize;
}

section.packages-section .top-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 0
}

section.packages-section ul#pills-tab {
    justify-content: center;
    width: max-content;
    margin: 0 auto !important;
    padding: 1.5em;
    border-radius: 20px;
    background-color: #fcfcfc;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .16);
    position: relative;
    bottom: -25px;
    z-index: 1
}

section.packages-section ul#pills-tab li button {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-radius: 15px;
    color: #000;
    text-transform: uppercase
}

section.packages-section ul#pills-tab li button span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #a80b0b
}

section.packages-section ul#pills-tab li button.active {
    color: #fff;
    background-color: #a80b0b
}

section.packages-section .pricing-box {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #000;
    padding-bottom: 30px;
    transition: .5s ease-in-out
}

section.packages-section .pricing-box:hover {
    box-shadow: 0 0 25px #b3adad;
    cursor: pointer
}

section.packages-section .pricing-box .head {
    padding: 50px 1rem 1rem;
    min-height: 230px
}

section.packages-section .pricing-box .head h3 {
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    color: #fff;
    position: relative;
    line-height: 1
}

section.packages-section .pricing-box .head img {
    display: none
}

section.packages-section .pricing-box .head h4 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
    line-height: 35px
}

section.packages-section .pricing-box .head h4 span {
    font-weight: 400
}

section.packages-section .pricing-box .head div {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px
}

section.packages-section .pricing-box .head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    min-height: 150px;
    margin-bottom: 0;
    color: #fff
}

section.packages-section .pricing-box .scroll-area {
    min-height: 200px;
    margin: 25px
}

section.packages-section .pricing-box .scroll-area span {
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    position: relative;
    width: max-content
}

section.packages-section .pricing-box .scroll-area span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: red;
    margin: 10px 0
}

section.packages-section .pricing-box .scroll-area li {
    list-style: none;
    font-size: 15px;
    color: #393c3d;
    font-weight: 400;
    line-height: 25px;
    position: relative
}
section.packages-section .pricing-box .__ctaTalkUs{
    gap:10px;
}
section.packages-section .pricing-box a.order-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    width: 180px;
    padding:16px 0;
    transition: all 0.5s ease-in-out;
}

section.packages-section .pricing-box.green .head,
section.packages-section .pricing-box.green a.order-cta {
    background-image: -moz-linear-gradient(180deg, #054c28 0, #069647 100%);
    background-image: -webkit-linear-gradient(180deg, #054c28 0, #069647 100%);
    background-image: -ms-linear-gradient(180deg, #054c28 0, #069647 100%)
}

section.packages-section .pricing-box p.offer {
    margin-left: 25px;
    font-size: 18px;
    color: #393c3d;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px
}

section.packages-section .pricing-box a.call-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    border:2px solid #000;
    text-align: center;
    border-radius: 5px;
    width: 180px;
    padding:14px 0;
    transition: all 0.5s ease-in-out;
}
section.packages-section .pricing-box a.call-cta:hover{
    color: #fff;
    background-color:#000;
}

section.packages-section .pricing-box .scroll-area::-webkit-scrollbar {
    width: 3px
}

section.packages-section .pricing-box .scroll-area::-webkit-scrollbar-track {
    background-color: #b5b5b5
}

section.packages-section .pricing-box.blue .scroll-area::-webkit-scrollbar-thumb {
    background-color: #006fb8
}

section.packages-section .pricing-box.green .scroll-area::-webkit-scrollbar-thumb {
    background-color: #068d43
}

section.packages-section .pricing-box.yellow .scroll-area::-webkit-scrollbar-thumb {
    background-color: #e0b022
}

section.packages-section div#pills-tabContent {
    padding: 0 25px
}

section.packages-section .pricing-box.blue span::after {
    background-color: #006fb8
}

section.packages-section .pricing-box.green span::after {
    background-color: #068d43
}

section.packages-section .pricing-box.yellow span::after {
    background-color: #d3a829
}

section.packages-section .pricing-box a.call-cta i {
    color: #a80b0b;
    padding-right: 5px
}

section.packages-section .pricing-box .head h3::before {
    content: "";
    display: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0
}

section.packages-section .pricing-box.blue .head h3::before {
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/6a2ffd5c-8a67-4be8-e625-0531bbf06500/public)
}

section.packages-section .pricing-box.green .head h3::before {
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/ba7c774b-6817-4ccd-4014-d805f1cf1200/public)
}

section.packages-section .pricing-box.yellow .head h3::before {
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/bffdfb70-c37d-4b61-68f4-2ce2189bea00/public)
}

section.packages-section .pricing-box .scroll-area li::before {
    content: "";
    display: inline-block;
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/f6371140-3484-40d3-1612-da21840c0e00/public);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px
}

@media only screen and (min-width: 1199px) and (max-width: 1320px) {
    section.packages-section .pricing-box .head h3 {
    font-size: 30px;
    }
    section.packages-section .pricing-box .scroll-area {
    min-height: 225px;
    }
}
@media only screen and (max-width: 1199px) {
    section.packages-section .pricing-box .head h3 {
    font-size: 25px;
    }
    section.packages-section .pricing-box .scroll-area {
    min-height: 250px;
    }
}
@media only screen and (max-width: 991px) {
    section.packages-section .pricing-box .head p {
    min-height: 0;
    }
    section.packages-section .pricing-box .scroll-area {
    min-height: 0;
    }
}
@media only screen and (max-width: 767px) {

    section.packages-section .pricing-box .head div img,
    section.packages-section .top-content h3 br,
    section.packages-section .top-content p br {
        display: none
    }

    section.packages-section .pricing-box:hover {
        box-shadow: inherit
    }

    section.packages-section .top-content h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px
    }

    section.packages-section ul#pills-tab li button {
        width: 100%
    }

    section.packages-section .top-content p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px
    }

    section.packages-section {
        padding: 25px 0 !important
    }

    section.packages-section ul#pills-tab {
        width: 100% !important;
        padding: 10px;
        flex-wrap: wrap !important
    }

    section.packages-section ul#pills-tab li {
        width: 33% !important
    }

    section.packages-section .pricing-box .head h3 {
        font-size: 24px;
        margin: 0
    }

    section.packages-section .pricing-box .head {
        padding: 30px 20px 20px;
        min-height: auto
    }

    section.packages-section .pricing-box .scroll-area {
        margin: 1rem .5rem 1rem 1rem
    }

    section.packages-section .pricing-box {
        margin: 15px 0
    }

    section.packages-section ul#pills-tab li button {
        font-size: 14px;
        padding: 10px
    }

    section.packages-section ul#pills-tab li button span {
        font-size: 12px
    }
}
@media only screen and (max-width: 575px) {
    section.packages-section .__packagesSlider ul.slick-dots {
        bottom: -25px;
        left: 80px;
    }
    .__bookIllusSlider ul.slick-dots {
        left: 150px;
    }
}