.new_top,
.rate_row {
    align-items: center;
    display: flex
}

.green_text,
.sub_text,
h1,
h2 {
    color: #0f6464
}

p {
    font-size: 16px;
    line-height: 1.6;
}

@font-face {
    font-family: Manrope;
    src: url("../font/Manrope-VariableFont_wght.ttf") format("truetype");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    font-family: Manrope, sans-serif;
    line-height: 120%
}

body {
    font-size: 16px;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.breadcrumb-item {
    font-weight: 600;
    font-size: 12px
}

.breadcrumb-item a {
    color: #000;
    font-size: 12px
}

.breadcrumb-item.active {
    color: #828282
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .2rem
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .2rem
}

.hero_section {
    padding: .5rem 0 0
}

.heading_section {
    margin-bottom: 30px;
}

.heading_wrapper {
    margin: 1rem 0
}

.heading_wrapper img {
    margin: 0 0 2.5rem .5rem;
    transition: transform .4s
}

h1 {
    font-size: 48px;
    font-weight: 800;
    display: inline
}

.green_text,
.lable,
.more_deals,
.rate,
.ratings,
.sub_text,
h2 {
    font-weight: 700
}

.sub_text,
h2 {
    font-size: 34px
}

.sub_text span {
    color: #27bdbe
}

.new_top {
    justify-content: unset;
    align-items: stretch;
    max-width: 75%;
    margin: 0 auto
}

.new_top picture img {
    border-radius: 16px
}

.srilanka-office {
    width: 148px;
    height: 141px;
    object-fit: cover;
    border-radius: 6px 0 0 6px
}

.btns_row .quote_btn,
.float_whatsapp {
    transition: transform .3s, box-shadow .3s
}

.green_text {
    max-width: 580px;
    margin: 2rem 0 0 auto
}

.gray_section {
    background: url("../images/new-top-symbol.webp") bottom right no-repeat #d5cb2c;
    border-radius: 16px;
    padding: 2rem 1.5rem 0 2rem
}

.rate_row {
    justify-content: unset;
    gap: 2rem;
    margin-top: 2rem
}

.rate_wrapper {
    margin-top: 1.5rem
}

.rate,
.ratings {
    font-size: 24px
}

.rate sub {
    font-size: 16px;
    bottom: -.05em
}

.more_deals {
    background-color: #fff;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: .5rem;
    color: #000;
    border: 1px solid #d5cb2c
}

.float_whatsapp {
    width: 150px;
    height: 116px;
    border-radius: 6px;
    background-color: #0f6464;
    position: relative
}

.float_whatsapp::after {
    content: "";
    display: block;
    width: 37px;
    height: 38px;
    background-color: #0f6464;
    position: absolute;
    top: 99%;
    left: 50%;
    translate: -50%;
    clip-path: polygon(53% 81%, 0 0, 99% 0)
}

.float_whatsapp>* {
    display: block
}

.float_whatsapp span {
    text-align: center;
    color: #fff;
    font-weight: 700;
    max-width: 105px;
    margin: 2.5rem auto 0
}

.float_whatsapp img {
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -39px
}

.hor_striped_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    min-width: 965px
}

.hor_striped_table td,
.hor_striped_table th {
    border-bottom: 8px solid #fff;
    border-left: none;
    border-right: none;
    padding: 8px 12px;
    font-size: 14px
}

.hor_striped_table.rates td,
.hor_striped_table.rates th {
    width: 10%
}

.hor_striped_table tr:last-child td {
    border-bottom: 0
}

.hor_striped_table thead th {
    background-color: #8ad4df;
    font-weight: 600
}

.hor_striped_table tbody td {
    background-color: #f5f5f5;
    max-width: 280px
}

.table_wrapper {
    overflow-x: auto;
    padding-bottom: 1rem
}

.table_wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.table_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.table_wrapper::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px
}

.office_card {
    border-radius: 6px;
    display: flex;
    align-items: unset;
    justify-content: unset
}

.btns_row,
.oc_content {
    align-items: center;
    display: flex
}

.oc_content {
    justify-content: center;
    text-align: center
}

.oc_right {
    background-color: #d9d9d9;
    border-radius: 0 6px 6px 0;
    padding: .5rem;
    display: flex;
    align-items: unset;
    justify-content: space-evenly;
    flex-direction: column
}

.oc_right .location {
    text-align: center;
    font-size: 12px
}

.raview_label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .2rem
}

.reviews_count {
    font-size: 12px;
    font-weight: 600;
    color: #828282;
    margin-bottom: .2rem
}

.office_location {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    font-weight: 600
}

.btns_row {
    justify-content: space-between;
    gap: 2rem;
    position: fixed;
    right: 1rem;
    bottom: 2.5rem;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, transform .3s;
    transform: translateY(20px)
}

.btns_row.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.quote_btn {
    background: #27bdbe;
    border-radius: 6px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 1rem;
    font-weight: 700;
    color: #000;
    width: fit-content
}

main section {
    margin-top: 4rem
}

main section:first-child {
    margin-top: 7rem
}

.package_card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 100%
}

.package_card_content {
    background-color: #f5f5f5;
    padding: .8rem
}

.package_card_content hr {
    opacity: 1;
    color: #d9d9d9;
    margin: .5rem 0
}

.best_time_text span,
.card_num,
.custom_table .custom_table_title,
.day_list li strong {
    font-weight: 600
}

.package_title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: .2rem
}

.package_highlight {
    font-size: 15px;
    font-weight: 700;
    color: #828282
}

.package_highlight span {
    color: #f89420
}

.more_details {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../images/package-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: .6rem;
    right: .6rem
}

.custom_table,
.nav-tabs {
    margin-top: 2rem
}

.custom_table .custom_table_title::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("../images/table-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: .2rem
}

.custom_table ul {
    margin: 0
}

.custom_table ul li {
    margin-bottom: .3rem
}

.custom_table ul li::marker {
    font-size: 14px
}

.custom_table .row {
    border-bottom: 1px solid #d9d9d9;
    padding: 1.5rem 0
}

.custom_table .row:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.custom_table .row:first-child {
    padding-top: 0
}

.nav-tabs>* {
    flex: 1 1 25%
}

.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 0 6px 0 0;
    border-width: 1px 1px 1px 0
}

.nav-tabs .nav-item:first-child .nav-link.active .gray_wrap {
    padding-left: 0
}

.nav-tabs .nav-item:last-child .nav-link {
    border-radius: 6px 0 0;
    border-width: 1px 0 1px 1px
}

.nav-link {
    font-weight: 600;
    color: #000;
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: .1rem;
    padding: 0 !important;
    overflow: hidden;
    position: relative
}

.nav-link .gray_wrap {
    background-color: #f5f5f5;
    padding: 12px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    font-weight: 600
}

.itinerary_title,
.nav-link br.mob {
    display: none
}

.nav-link::after,
.payment_card::after,
.tick_list li::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.nav-link.active .gray_wrap {
    background-color: #fff;
    color: #27bdbe !important
}

.nav-link.active .gray_wrap span,
.nav-link:hover .gray_wrap span {
    color: inherit
}

.nav-link.active::after {
    background-image: url("../images/tab-act-arrow.svg")
}

.nav-link:hover .gray_wrap {
    color: #27bdbe !important
}

.nav-link::after {
    width: 13px;
    height: 14px;
    background-image: url("../images/tab-def-arrow.svg");
    position: absolute;
    top: .4rem;
    right: .4rem
}

.tab-pane {
    padding: 1rem 0
}

.day_list,
.tick_list {
    margin: 0;
    padding: 0
}

.day_list li {
    list-style-type: none;
    margin-bottom: .6rem
}

.gray_box {
    background-color: #f5f5f5;
    padding: 24px;
    border-radius: 6px;
    height: 100%
}

.gray_box p {
    color: #0f6464;
    margin-bottom: 0
}

.gray_box ol {
    margin: 1rem 0 0
}

.gray_box ol li:last-child,
.payment_card p {
    margin-bottom: 0
}

.gray_box ol li {
    color: #0f6464;
    margin-bottom: .8rem
}

.top {
    height: 235px
}

.bottom .visa_img,
.top .visa_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}

.bottom {
    height: 254px
}

.gray_box_title {
    font-size: 16px;
    font-weight: 600;
    color: #0f6464;
    margin: .6rem 0 1.8rem
}

.payment_card {
    padding: 1.5rem 2rem;
    border-radius: 6px;
    background-color: #8ad4df;
    display: flex;
    align-items: unset;
    justify-content: space-between;
    flex-direction: column;
    min-height: 200px;
    position: relative
}

.payment_card::after {
    width: 147px;
    height: 127px;
    background-image: url("../images/lg-arrow.webp");
    position: absolute;
    right: .5rem;
    bottom: 0
}

.payment_card.yellow {
    background-color: #fff273
}

.payment_card.orange {
    background-color: #fdc26b
}

.accordion-body,
.number,
.p_card_content {
    background-color: #f5f5f5
}

.payment_card p {
    color: #0f6464
}

.payment_card p span {
    font-weight: 600;
    color: inherit
}

.payment_title {
    font-size: 20px;
    font-weight: 700;
    color: #0f6464
}

.accordion {
    max-width: 80%;
    margin: 2rem auto 0
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 6px !important;
    border: 1px solid #d9d9d9 !important
}

.accordion-button {
    border-radius: 6px !important;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #000;
    border-radius: 6px 6px 0 0 !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    background-size: contain;
    background-position: center
}

.accordion-button::after {
    width: 15px;
    height: 15px;
    background-image: url("../images/plus.png");
    background-size: contain
}

.accordion-body {
    border-radius: 0 0 6px 6px !important;
    padding-top: 0
}

.package_cards {
    display: flex;
    justify-content: unset;
    gap: 1rem;
    flex-wrap: wrap
}

.package_cards>* {
    flex: 1 1 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
    position: relative
}

.package_cards hr {
    opacity: 1;
    color: #d9d9d9
}

.p_card_img {
    border-radius: 6px 6px 0 0
}

.p_card_content {
    padding: .8rem;
    border-radius: 0 0 6px 6px
}

.p_card_title {
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.best_time_text,
.price_lable,
.price_type,
.tick_list li {
    font-size: 13px
}

.price_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.price_type {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: .5rem;
    font-weight: 700
}

.package_price {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    gap: .5rem
}

.number,
.price {
    font-size: 15px;
    font-weight: 600;
}

.tick_list li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: .4rem;
    font-size: 13px;
    line-height: 1.5;
}

.tick_list li::before {
    width: 12px;
    height: 15px;
    background-image: url("../images/tick.png");
    flex-shrink: 0
}

.p_card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.best_time {
    display: flex;
    align-items: flex-start;
    justify-content: unset
}

.number {
    border-radius: 6px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: .6rem;
    left: .6rem
}

.scrollTop {
    display: none !important
}

.author {
    background: linear-gradient(135deg, #123f3c, #0e2a28);
    color: #e7f2f0;
    border-radius: 16px;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
}

.author-sec {
    max-width: 80%;
    margin: 2rem auto 0;
}

.author-sec a {
    color: #27bdbe;
}

.author .av img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #12807a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    flex: none;
}

.author h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.author .role {
    font-size: 16px;
    color: #9cc3bd;
    margin-bottom: 12px;
}

.author p {
    color: #cfe4e0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.focus_section {
    background: #f5f8f6;
    border-radius: 16px;
    padding: 26px 28px;
}

.focus_section p {
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width:1400px) {
    .price {
        font-size: 16px;
        font-weight: 600
    }

    h1 {
        font-size: 40px
    }

    .heading_wrapper img {
        margin-bottom: 1.5rem;
        max-width: 35px
    }
}

@media screen and (max-width:1200px) {
    .package_cards {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .package_cards>* {
        flex: unset;
        flex-shrink: 0;
        max-width: 80%
    }
}

@media screen and (max-width:992px) {

    .heading_section p,
    .rate_wrapper,
    .sub_text,
    h1 {
        text-align: center
    }

    .float_whatsapp:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
    }

    .heading_wrapper:hover img {
        transform: translate(10px, -10px) rotate(5deg)
    }

    .new_top {
        flex-direction: column;
        max-width: 100%
    }

    .gray_section {
        background-size: contain;
        padding: 1rem;
        border-radius: 0
    }

    .new_top img {
        border-radius: 16px 16px 10px 10px
    }

    .rate_wrapper {
        margin-top: .8rem
    }

    .heading_wrapper {
        position: relative;
        max-width: 300px;
        margin: 0 auto
    }

    .heading_wrapper img {
        margin: 0;
        max-width: 28px;
        position: absolute;
        right: 0;
        bottom: 30px
    }

    .float_whatsapp {
        width: 96px;
        height: 78px
    }

    .float_whatsapp span {
        font-size: 12px;
        max-width: 80px;
        margin-top: 1.8rem
    }

    .float_whatsapp img {
        max-width: 50px;
        top: -25px
    }

    .float_whatsapp::after {
        clip-path: polygon(51% 40%, 23% 0%, 72% 0)
    }

    .hero_section {
        height: auto
    }

    .btns_row {
        align-items: flex-start;
        bottom: 1.2rem
    }

    .p_card_img,
    .package_card img {
        width: 100%
    }

    .p_card_title,
    .package_highlight {
        font-size: 16px
    }

    .best_time_text,
    .price_lable,
    .price_type,
    .tick_list li {
        font-size: 13px;
        line-height: 1.5;
    }

    .accordion-body,
    .accordion-button,
    .lable,
    .price,
    .rate sub {
        font-size: 14px
    }

    .more img {
        max-width: 40px
    }

    .package_cards hr {
        margin: .6rem 0
    }

    .best_time img {
        max-width: 32px
    }

    .p_card_content {
        min-height: auto
    }

    h1 {
        font-size: 28px;
        display: block
    }

    .sub_text,
    h2 {
        font-size: 22px
    }

    .sub_text {
        font-weight: 700
    }

    .sub_text span {
        display: inline-block
    }

    .quote_btn {
        padding: 14px 18px
    }

    .rate_row {
        margin-top: 1rem;
        justify-content: space-between;
        flex-direction: column;
        row-gap: 1rem
    }

    .package_title,
    .rate {
        font-size: 20px
    }

    .office_card {
        margin: 0 auto;
        justify-content: center
    }

    .oc_right {
        padding: .5rem 1rem
    }

    .whatsapp {
        max-width: 70px
    }

    main section,
    main section:first-child {
        margin-top: 2.5rem
    }

    h2 {
        margin-bottom: 1rem
    }

    .payment_card {
        padding: .8rem 1.2rem;
        min-height: 180px
    }

    .payment_card::after {
        width: 127px;
        height: 111px
    }

    .payment_title {
        font-size: 18px
    }

    .nav-link {
        height: 100%;
        padding: .05px
    }

    .nav-link .gray_wrap {
        height: 100%;
        padding: 5px
    }

    .nav-link .gray_wrap span {
        display: none
    }

    .nav-link br.mob {
        display: block
    }

    .itinerary_title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #27bdbe
    }

    .day_list li {
        line-height: 150%
    }

    .tab-pane {
        padding-bottom: 0
    }

    .custom_table {
        margin-top: 1rem
    }

    .custom_table .row {
        padding: 1rem 0
    }

    .custom_table .row:last-child {
        border-bottom: 0
    }

    .accordion {
        max-width: 100%
    }

    .accordion-button {
        gap: 1rem;
        align-items: flex-start
    }
}

@media screen and (max-width:380px) {
    .btns_row {
        left: .75rem;
        right: .75rem
    }

    .quote_btn {
        padding: 10px 8px;
        font-size: 12px
    }

    .float_whatsapp {
        width: 90px;
        height: 65px
    }

    .float_whatsapp img {
        max-width: 40px;
        top: -20px
    }

    .float_whatsapp span {
        font-size: 10px;
        margin-top: 1.6rem
    }
}

.btns_row {
    left: 1rem;
    align-items: flex-end
}

@media (min-width:992px) {

    .btns_row .quote_btn:hover,
    .float_whatsapp:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
    }

    .heading_wrapper:hover img {
        transform: translate(10px, -10px) rotate(5deg)
    }

    .new_top {
        max-width: 960px
    }

    .gray_section {
        padding-bottom: 2rem
    }

    .new_top picture img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (min-width:1200px) {
    .new_top {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .new_top {
        max-width: 1320px
    }
}