.post-type-archive-pgr-package {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.post-type-archive-pgr-package .single-package-subheader .wrap {
    width: 100%;
}

.only-mobile {
    display: none;
}

.subtabcontent {
    display: none;
}

.post-type-archive-pgr-package .tabcontent h4 {
    font-weight: 600;
}

.post-type-archive-pgr-package .tab-container ul {
    padding: 0;
    list-style: none;
}

.post-type-archive-pgr-package .tab-container ul li {
    position: relative;
    padding-left: 28px;
    margin: 0 0 6px;
}

.post-type-archive-pgr-package .tab-container ul li:before {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 5pxp;
    left: 0;
    background-image: url(../images/licheck.png);
    background-repeat: no-repeat;
}

.post-type-archive-pgr-package .single-page-banner-box {
    display: none;
}

.post-type-archive-pgr-package .content-area {
    padding-top: 30px;
    display: flex;
    width: 100%;
}

.tour-hero-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

a:hover {
    text-decoration: none;
}

.tour-hero-image img {
    width: 100%;
}

.tour-hero-image .tour-hero-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
}

.tour-hero-image-title-text {
    max-width: 600px;
    line-height: 1.2;
    color: white;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.tour-hero-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 70%, rgba(0, 0, 0, 0.6), 90%, rgba(0, 0, 0, 1));
    left: 0;
    display: block;
}

.tour-sidebar {
    width: 350px;
    padding-right: 20px;
    position: sticky;
    top: 0;
    align-self: start;
}

.tour-content {
    width: calc(100% - 350px);
}

a:hover {
    text-decoration: none;
}

.tour-from-price-block {
    border: 1px solid #cacaca;
    padding: 20px;
    background: #e6f8e1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tour-from-price {
    font-size: 18px;
    font-style: italic;
    font-family: 'Montserrat';
    color: #263138;
    font-weight: 500;
}

.tour-from-price b {
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    padding: 0 5px;
}

.tour-sidebar-button {
    background: #2ba700;
    color: white;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 65px 20px 15px;
    width: 100%;
    border-radius: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 20px 0;
}

.tour-sidebar-button a {
    color: white;
}

.tour-sidebar-button:after {
    content: '';
    height: 52px;
    width: 52px;
    position: absolute;
    right: 11px;
    top: calc(50% - 26px);
    background: #259000;
    border-radius: 50%;
    background-image: url(../images/arrow-rounded.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tour-sidebar-best-price {
    font-size: 15px;
    color: #263138;
    font-weight: 700;
    position: relative;
}

/* .tour-sidebar-best-price div {
    display: none;
    position: absolute;
    border: 1px solid #cacaca;
    background: white;
    max-width: 360px;
    padding: 10px;
    width: 100vw;
    top: 0;
    z-index: 1;
}

.tour-sidebar-best-price:hover div {
    display: flex;
} */

.tour-sidebar-images {
    cursor: pointer;
    margin-top: 40px;
    max-height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.tour-sidebar-images>div {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tour-sidebar-images>div>span {
    background: #263138;
    color: white;
    padding: 10px 40px;
    border-radius: 100px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tour-sidebar-images>div>span>img {
    padding-right: 10px;
}

.tour-tabs>ul {
    display: flex;
    border: none;
}

.tour-tabs .tab-container {
    border: none;
    padding: 0;
    padding-top: 40px;
    background: white;
}

.tour-tabs a {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: #263138;
}

.tour-tabs li a {
    border: 1px solid #cacaca;
    border-left: none;
    background: #f5f5f5;
    height: 100%;
}

.jq-tabs.tour-tabs .tabnav {
    display: flex !important;
    position: sticky;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

.tour-tabs>ul {
    border-left: 1px solid #cacaca;
}

.tour-tabs li.active {
    border-top: 5px solid #dcdcdc;
    border-right: 1px solid #cacaca;
}

.tour-tabs li.active a {
    border: none;
    padding-top: 14px;
    color: #263138;
}

.tour-description {
    font-size: 18px;
    line-height: 28px;
    display: block;
    z-index: 0;
    padding: 0;
    background: transparent;
    padding-bottom: 30px;
    margin-bottom: -5px;
}

.tour-block-name {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #263138;
    line-height: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.tour-block-name:after {
    content: '';
    width: 100%;
    border-top: 1px dotted #cfcfcf;
    margin-left: 15px;
}

.tour-summary {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tour-summary-content {
    border: 1px solid #cacaca;
    background: #f5f5f5;
    padding: 10px 15px;
    width: 400px;
}

.tour-country-flag {
    display: inline-flex;
    width: 26px;
    padding-left: 5px;
    padding-top: 3px;
}

.tour-summary-content>div {
    font-size: 18px;
    padding: 5px 0;
    display: flex;
    align-items: start;
}

.tour-summary-content b {
    color: #263138;
}

.tour-simmary-img {
    padding-right: 10px;
}

.tour-trigger-tab {
    color: #c39f77;
    cursor: pointer;
    font-weight: 600;
}

.tour-africa-map {
    display: none;
    justify-content: center;
    width: calc(100% - 400px);
}

.tour-africa-map img {
    width: 300px;
}

.tour-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
}

.tour-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 40%;
    color: #263138;
    font-size: 18px;
    line-height: 28px;
}

.tour-feature-title {
    font-weight: 600;
    margin-bottom: 5px;
    font-style: italic;
}

.tour-feature-description
{
    line-height: 1.3;
}

.tour-feature-icon {
    padding-right: 25px;
    padding-top: 7px;
    position: relative;
    display: flex;
}

.tour-feature-icon-age {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
    padding-top: 7px;
    color: #c39f77;
    font-size: 25px;
}

.tour-feature-icon img {
    width: 47px;
}

.tour-activities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}

.tour-getthere-activities {
    padding-top: 35px;
}

.tour-activity {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 40%;
    color: #263138;
    font-size: 18px;
    line-height: 28px;
}

.tour-activity-icon {
    padding-right: 25px;
    display: flex;
}

.tour-activity-icon img {
    width: 47px;
}

.tour-accommodation-notification {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    /* padding-top: 20px; */
}

.tour-accommodation-notification img {
    width: 28px;
    padding-right: 10px;
}

.tour-accommodation-table {
    border: none;
}

.tour-accommodation-table tr:nth-child(2n+1) td {
    background: #f1f1f1;
}

.tour-accommodation-table th {
    background: #f1f1f1;
    border: none;
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    text-align: center;
}

.tour-accommodation-table th.tour-accommodation-table-left {
    text-align: left;
    padding-left: 15px;
}

.tour-accommodation-table td {
    border: none;
    text-align: center;
    font-size: 20px;
}

.tour-accommodation-table td:first-of-type {
    font-weight: 700;
    color: #263138;
}

.tour-accommodation-table td b {
    color: #263138;
}

.tour-accommodation-table td.tour-accommodation-table-left {
    text-align: left;
}

.tour-interested-block {
    border: 1px solid #cacaca;
    background: #e6f8e1;
    padding: 20px;
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.tour-interested-block img {
    width: 70px;
}

.tour-interested-content {
    padding: 0px 30px;
    font-size: 18px;
}

.tour-interested-content b {
    font-size: 30px;
    color: #263138;
    display: block;
}

.tour-interested-block .tour-sidebar-button {
    width: 320px;
}

.tour-bottom-header {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.tour-bottom-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.tour-bottom-sub-block.tour-bottom-sub-block-gray {
    background: #fbfbfb;
}

.tour-tour-ideas {
    position: relative;
}

.tour-tour-ideas .lSSlideOuter .lSPager.lSpg>li a {
    height: 14px;
    width: 14px;
    background-color: lightgray;
    border: 1px solid white;
    z-index: 1;
}

.tour-tour-ideas .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: white;
    border: 2px solid black;
}

.tour-tour-ideas .lSSlideOuter .lSPager.lSpg>li.active a:after {
    content: '';
    height: 4px;
    width: 4px;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(50% - 2px);
    background: black;
    border-radius: 50%;
}

.tour-tour-ideas .lSSlideOuter .lightSlider {
    height: auto !important;
}
.tour-tour-ideas-item {
	padding: 8px;
	padding-top: 1px;
	transition: 0.5s all;
}
.tour-tour-ideas-item>div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.tour-tour-ideas-item-image {
    position: relative;
}

.tour-tour-ideas-item-image img {
    width: 100%;
}

.tour-tour-ideas-item-image-labels {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tour-tour-ideas-item-image-label {
    background: black;
    margin-bottom: 13px;
    text-align: center;
    color: white;
    padding: 4px 10px;
    font-size: 15px;
}

.tour-tour-ideas-item-content {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #cacaca;
    border-top: none;
}

.tour-tour-ideas-item-content-days {
    color: #858585;
    font-size: 15px;
    padding-bottom: 10px;
}

.tour-tour-ideas-item-content-name {
    font-family: 'Montserrat';
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #263138;
    min-height: 76px;
    line-height: 30px;
}

.tour-tour-ideas-item-content-visits {
    font-size: 18px;
    color: #263138;
    min-height: 52px;
}

.tour-tour-ideas-item-bottom-content {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #cacaca;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-tour-ideas-item-bottom-content-more {
    transition: 0.5s all;
    width: 40px;
    height: 40px;
    border: 2px solid #cacaca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-tour-ideas-item-bottom-content-more img {
    transform: rotate(90deg);
    filter: brightness(75%);
}

.tour-tour-ideas-item-bottom-content-more.opened {
    transform: rotate(180deg);
}

.tour-tour-ideas-item-bottom-content-button {
    font-family: 'Montserrat';
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    padding: 15px 40px;
    background: #c39f77;
    border-radius: 60px;
    font-weight: 600;
    box-shadow: 2px 2px 5px 0px #d4d4d4;
}

.tour-all-tours-button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.tour-all-tours-button a {
    background: #263138;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Montserrat';
    color: white;
    text-transform: uppercase;
    padding: 14px 50px;
    box-shadow: 2px 2px 6px 0px #737373;
    cursor: pointer;
    font-weight: 700;
}

.tour-scheme-block {
    position: relative;
    padding: 30px 0;
}

.tour-scheme-block .wrap {
    position: relative;
    display: flex;
}

.tour-brown-background, .tour-black-background {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: #c19e76;
    top: 0;
}

.tour-black-background {
    left: auto;
    right: 0;
    background: #263138;
}

.tour-scheme-block-header {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.tour-scheme-block-header h3 {
    font-family: 'Montserrat';
    font-size: 28px;
    color: white;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.tour-scheme-block-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid white;
}

.tour-scheme-block-header img {
    max-width: 70vw;
}

.tour-scheme-block-header p {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
}

.tour-scheme-block-header .tour-button {
    width: fit-content;
    margin-bottom: 34px;
    padding: 20px 50px;
    background: #30a944;
    border-radius: 50px;
    box-shadow: 0 2px 5px 1px #00000040;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 50px;
    cursor: pointer;
}

.tour-scheme-block-header .tour-button a {
    color: white;
}

.tour-scheme-pentagon {
    position: absolute;
}

.tour-scheme-pentagon img {
    height: 100%;
}

.tour-scheme-pentagon1 {
    left: -10%;
    top: 15%;
    height: 60%;
}

.tour-scheme-pentagon2 {
    left: 42%;
    top: 65%;
    height: 30%;
}

.tour-scheme-pentagon3 {
    left: 63%;
    top: 67%;
    height: 30%;
}

.tour-why-book {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-why-book-item {
    width: 33.33333333%;
    display: flex;
    justify-content: start;
    padding-top: 50px;
}

.tour-why-book-item>div {
    display: flex;
}

.tour-why-book-item-img {
    width: 40px;
}

.tour-why-book-item-img>img {
    width: 100%;
}

.tour-why-book-item-content {
    width: calc(100% - 40px);
    max-width: 335px;
    padding-left: 40px;
}

.tour-why-book-item-content h4 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}

.tour-why-book-item-content p {
    font-size: 14px;
    line-height: 1.7;
}

.tour-asg-reviews {
    display: flex;
    justify-content: center;
}

.tour-asg-reviews>div {
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    align-items: center;
}

.tour-asg-reviews-stars {
    display: flex;
}

.tour-asg-reviews-stars img {
    width: 40px;
    padding: 0 4px;
}

.tour-asg-reviews-fc-logo {
    padding-left: 30px;
}

.tour-asg-reviews-separator {
    height: 100%;
    width: 0;
    border-right: 1px solid #eaeaea;
    margin: 0 20px;
}

.tour-asg-reviews-more {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    text-align: center;
}

.tour-asg-reviews-more a {
    color: #005aff;
}

.tour-day-by-day-block {
    padding: 0 15px;
}

.tour-list {
    filter: grayscale(1);
    margin: 0 !important;
}

.tour-day-arrival-block {
    padding-left: 25px;
    padding-bottom: 15px;
    border-left: 1px solid #cacaca;
    /* border-bottom: 1px solid #cacaca; */
    position: relative;
}

.tour-day-arrival-block:before {
    content: url(../images/location.svg);
    position: absolute;
    top: 0px;
    left: -15px;
    width: 30px;
    padding-top: 7px;
    background: white;
}

.tour-day-arrival-block h3 {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 700;
    display: inline-flex;
}

.tour-day-arrival-block>span {
    padding-left: 10px;
}

.tour-day-trigger-tab {
    cursor: pointer;
    font-weight: 600;
}

.tour-day-block {
    border-left: 1px solid #cacaca;
    /* border-bottom: 1px solid #cacaca; */
    padding: 25px;
    padding-right: 0;
}

.tour-day-header {
    position: relative;
}

.tour-day-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 70%, rgba(0, 0, 0, 0.6), 90%, rgba(0, 0, 0, 1));
    left: 0;
    display: block;
}

.tour-day-header:after {
    content: url(../images/daydot.png);
    position: absolute;
    left: -29px;
    bottom: 40px;
}

.tour-day-header img {
    width: 100%;
}

.tour-day-header h4 {
    color: white;
    position: absolute;
    bottom: 0;
    left: 15px;
    font-family: 'Montserrat';
    font-size: 34px;
}

.tour-day-header h4 span {
    display: flex;
    font-size: 20px;
}

.tour-day-descr {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tour-day-row {
    font-size: 18px;
}

.tour-day-content table {
    border: none;
    margin: 0;
}

.tour-day-content td {
    border: none;
    background: none !important;
    padding: 0;
    padding-right: 10px;
    padding-top: 10px;
}

.tour-day-content td:first-of-type {
    width: 1%;
    white-space: nowrap;
}

.tour-day-arrival-block, .tour-day-end-block {
    font-size: 18px;
}

.tour-day-end-block {
    padding-left: 25px;
    padding-bottom: 15px;
    border-left: 1px solid #cacaca;
    position: relative;
    padding-top: 25px;
}

.tour-day-end-block:before {
    content: url(../images/location.svg);
    position: absolute;
    top: 25px;
    left: -15px;
    width: 30px;
    padding-top: 7px;
    background: white;
    bottom: 0;
}

.tour-day-end-block h3 {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 700;
    display: inline-flex;
}

.tour-day-end-block>span {
    padding-left: 10px;
}

.tour-day-destination-info {
    border: 1px solid #cacaca;
    background: #f5f5f5;
    white-space: normal;
}

.tour-day-destination-info-general {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eeeeee;
    padding: 20px;
}

.tour-day-destination-info-general-tile {
    width: 33.33333%;
    max-width: 200px;
    display: flex;
    color: #263138;
    align-items: flex-start;
}

.tour-day-destination-info-general-tile img {
    width: 40px;
    padding-right: 15px;
}

.tour-day-destination-info-general-tile b {
    font-size: 18px;
}

.tour-day-destination-info-general-tile span {
    font-size: 15px;
}

.tour-day-destination-animals-block {
    padding: 20px;
    border-top: 1px solid #cacaca;
}

.tour-day-destination-animals-block h4 {
    color: #263138;
    font-size: 18px;
    text-align: center;
}

.tour-day-destination-animals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-day-destination-animal {
    width: 14.28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.tour-day-destination-animals b {
    font-size: 15px;
    padding-top: 8px;
}

.tour-day-destination-animals span {
    font-size: 12px;
}

.tour-day-more-button {
    background: #c39f77;
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    padding: 14px 54px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 1px #00000040;
    cursor: pointer;
}

.tour-rates-header {
    font-size: 23px;
    color: #263138;
}

.tour-rates-separator {
    width: 100%;
    border-top: 1px solid #cacaca;
    margin: 30px 0;
}

.tour-currency-box {
    display: inline-flex;
    padding-left: 86px;
    padding-bottom: 30px;
}

.post-type-archive-pgr-package .tour-currency-box .spackage-currency-list {
    display: flex;
    margin: 0;
    border: 1px solid #cacaca;
    padding: 10px;
    background: #f5f5f5;
}

.post-type-archive-pgr-package .tour-currency-box ul li {
    margin: 0;
    padding-left: 0;
}

.tour-currency-box ul li.active {
    border: none;
}

.post-type-archive-pgr-package .tour-currency-box ul li::before {
    background: white;
    border: 1px solid #cacaca;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 4px;
    pointer-events: none;
}

.tour-currency-box ul li.active::before {
    border: 6px solid #c39f77;
}

.tour-currency-box ul li a {
    border: none;
    padding-left: 35px;
}

.help.textual {
    border: none;
    background: none;
    color: #d2b18c;
    position: relative;
}

.tour-help-text {
    display: none;
    position: absolute;
    width: 300px;
    border: 1px solid #cacaca;
    padding: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    background: whitesmoke;
    z-index: 1;
    color: black;
    right: 0;
    top: 0;
}

.help.textual:hover .tour-help-text {
    display: block;
}

.tour-rates-table {
    border: none;
    margin-bottom: 10px;
}

.tour-rates-table th, .tour-rates-table td {
    background: none !important;
    border: none;
    text-transform: none;
    padding: 0 5px 10px 5px;
}

.tour-rates-table td {
    padding-bottom: 0;
    padding-top: 0;
}

.tour-rates-table-th {
    border: 1px solid #cacaca;
    background: #f5f5f5;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #737373;
    height: 44px;
}

.tour-rates-table-th span {
    font-size: 15px;
    font-weight: normal;
}

.tour-rates-table-td {
    color: #737373;
    font-size: 15px;
    display: flex;
    border: 1px solid #cacaca;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-top: none;
}

.tour-rates-table tbody tr:first-of-type .tour-rates-table-td {
    border-top: 1px solid #cacaca;
}

.tour-rates-table td:first-of-type .tour-rates-table-td {
    font-size: 20px;
    color: #263138;
    font-weight: 600;
    border: none !important;
}

#tour-rates-table-desktop>tbody>tr>td:nth-child(1) {
    width: 250px;
}

.tour-rates-table th:first-of-type {
    opacity: 0;
}

.tour-rates-annotation {
    font-size: 15px;
    color: #737373;
    text-align: right;
}

.tour-rates-table-td-blank {
    border-bottom: 1px solid #cacaca;
    height: 32px;
}

.tour-rates-table td:first-of-type .tour-rates-table-td-blank {
    border: none;
}

.tour-rates-table tbody tr:first-of-type .tour-rates-table-td-blank {
    height: 1px;
}

.tour-inclusions {
    column-count: 2;
}

.tour-inclusion {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.tour-inclusion span {
    font-weight: normal;
    font-size: 15px;
    display: flex;
    color: #ababab;
}

.tour-getting {
    width: 100%;
    align-items: center;
}

.tour-getting picture {
    display: none;
}

.tour-scheme-block-header-mobile {
    display: none;
}

.tour-rates-table-mobile {
    display: none;
}

#tour-rates-table-desktop>thead>tr:first-child>td>.tour-rates-table-th {
    border-bottom: none;
}

#tour-rates-table-desktop>thead>tr:first-child>td:first-child>.tour-rates-table-th {
    border-bottom: 1px solid #cacaca;
}

#tour-rates-table-desktop>tbody>tr:last-child>td>.tour-rates-table-td-blank {
    border: none;
}

.tour-rates-table-mobile .col-table-header {
    padding: 15px 20px;
    display: flex;
    border-top: 1px solid #cacaca;
    position: relative;
    margin: 0 -20px;
}

.tour-rates-table-mobile .col-table-header:last-of-type {
    border-bottom: 1px solid #cacaca;
}

.tour-rates-table-mobile .col-table-header:before, .tour-rates-table-mobile .col-table-header:after {
    content: '';
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 1px;
    border: 1px solid #c39f77;
}

.tour-rates-table-mobile .col-table-header:after {
    width: 1px;
    height: 12px;
    right: 25px;
    top: calc(50% - 5px);
}

.tour-rates-table-mobile .col-table-header.opened:after {
    display: none;
}

.tour-rates-table-mobile .col-table-header td {
    padding: 0;
    color: #c39f77;
    font-weight: 600;
}

.tour-mobile-small-table {
    border: none !important;
}

.tour-mobile-small-table td div:nth-child(odd) {
    background: #e4e4e4;
}

.tour-rates-button {
    background: #2ba600;
    color: white;
    text-align: center;
    padding: 10px 0;
    border-radius: 200px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

.tour-rates-nav {
    display: none;
    margin: 0 !important;
    margin-top: 15px !important;
    border: 1px solid #cacaca;
    border-bottom: none;
    border-right: none;
}

.tour-rates-nav-block {
    margin: 0 !important;
}

#package-rates-table .spackage-currency-list {
    padding: 20px 0;
}

#package-rates-table .spackage-currency-list li {
    line-height: 21px;
}

#package-rates-table .spackage-currency-list li::before {
    top: 1px;
    left: 0px;
}

#package-rates-table .spackage-currency-list li a {
    padding-left: 23px;
}

.post-type-archive-pgr-package ul.tour-rates-nav li {
    margin: 0;
    width: 50%;
    text-align: center;
    padding: 0;
    display: flex;
}

ul.tour-rates-nav li:before {
    display: none;
}

ul.tour-rates-nav li a {
    padding: 10px 0;
    border: none;
    width: 100%;
    height: 100%;
    background: whitesmoke;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

ul.tour-rates-nav li a:hover {
    text-decoration: none;
}

ul.tour-rates-nav li a.active {
    border-bottom: none;
    background: transparent;
    color: #c39f77;
}

.tour-hero-back-link {
    display: none;
}

.blodge-scheme-block {
    position: relative;
    padding: 30px 0;
}

.blodge-scheme-block .wrap {
    position: relative;
    display: flex;
}

.blodge-brown-background, .blodge-black-background {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: #c19e76;
    top: 0;
}

.blodge-black-background {
    left: auto;
    right: 0;
    background: #263138;
}

.blodge-scheme-block-header {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.blodge-scheme-block-header h3 {
    font-family: 'Montserrat';
    font-size: 28px;
    color: white;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.blodge-scheme-block-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid white;
}

.blodge-scheme-block-header .desktop-img {
    max-width: 70vw;
    max-height: 230px;
}

.blodge-scheme-block-header p {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
}

.blodge-scheme-block-header .blodge-button {
    width: fit-content;
    margin-bottom: 34px;
    padding: 20px 50px;
}

.blodge-scheme-pentagon {
    position: absolute;
}

.blodge-scheme-pentagon img {
    height: 100%;
}

.blodge-scheme-pentagon1 {
    left: -10%;
    top: 15%;
    height: 60%;
}

.blodge-scheme-pentagon2 {
    left: 42%;
    top: 65%;
    height: 30%;
}

.blodge-scheme-pentagon3 {
    left: 63%;
    top: 67%;
    height: 30%;
}

.blodge-why-book {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blodge-why-book-item {
    width: 33.33333333%;
    display: flex;
    justify-content: start;
    padding-bottom: 50px;
}

.blodge-why-book-item>div {
    display: flex;
}

.blodge-why-book-item-img {
    width: 40px;
}

.blodge-why-book-item-img>img {
    width: 100%;
}

.blodge-why-book-item-content {
    width: calc(100% - 40px);
    max-width: 335px;
    padding-left: 40px;
}

.blodge-why-book-item-content h4 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}

.blodge-why-book-item-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.blodge-asg-reviews {
    display: flex;
    justify-content: center;
    margin: 20px;
    margin-top: -30px;
}

.blodge-asg-reviews>div {
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    align-items: center;
}

.blodge-asg-reviews-stars {
    display: flex;
}

.blodge-asg-reviews-stars img {
    width: 40px;
    padding: 0 4px;
}

.blodge-asg-reviews-fc-logo {
    padding-left: 30px;
}

.blodge-scheme-block-header-mobile {
    display: none;
}

.blodge-scheme-block-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid white;
}

.blodge-bottom-header {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.blodge-bottom-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.blodge-button {
    background: #30a944;
    border-radius: 50px;
    box-shadow: 0 2px 5px 1px #00000040;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 50px;
    cursor: pointer;
}

.blodge-asg-reviews-separator {
    height: 100%;
    width: 0;
    border-right: 1px solid #eaeaea;
    margin: 0 20px;
}

.blodge-asg-reviews-more {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    text-align: center;
}

.blodge-asg-reviews-more a {
    color: #005aff;
}

#main>div.tour-bottom-sub-block>div>div.tour-tour-ideas>div>div .blodge-scheme-block-header .desktop-img {
    max-width: 70vw;
}

.tour-rates-btn {
    display: none;
}

.blodge-indent {
    display: none;
}

#package-rates-table .tour-currency-box {
    display: none;
}


.tour-important-to-know {
    font-size: 18px;
}

.blodge-asg-reviews-content {
    display: flex;
}

@media screen and (max-width:1400px) {
    .tour-day-more-button {
        height: 48px;
        margin-top: 50px;
    }
    .tour-day-destination-animal {
        width: 20.28%;
    }
}

@media screen and (max-width:1200px) {
    .tour-day-destination-animals {
        justify-content: space-between;
    }
    .tour-feature {
        width: 48%;
    }
    .tour-activity {
        width: 100%;
    }
    .tour-accommodation-table th {
        text-align: left;
    }
    .tour-interested-block {
        flex-direction: column;
    }
}

@media screen and (max-width:1100px) {
    .blodge-scheme-block .wrap {
        display: flex;
        flex-direction: column;
    }
    .blodge-scheme-block-header {
        align-items: center;
    }
    .blodge-scheme-block-header .desktop-img {
        min-width: 90vw;
    }
    .tour-rates-table td:first-of-type .tour-rates-table-td {
        font-size: 16px;
    }
    .tour-rates-table td:first-of-type {
        width: 200px;
    }
    .tour-scheme-block-header {
        align-items: center;
    }
    .tour-scheme-block-header img {
        max-width: 90vw;
    }
    .tour-scheme-block .wrap {
        display: flex;
        flex-direction: column;
    }
    .post-type-archive-pgr-package .content-area {
        flex-direction: column;
    }
    .tour-sidebar {
        width: 100%;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        position: unset;
    }
    .tour-content {
        width: 100%;
    }
    .tour-sidebar-images {
        cursor: pointer;
        margin-top: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        position: relative;
        width: 50%;
        max-height: 310px;
    }
    .tour-from-price-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 49%;
    }
    .tour-tour-ideas-item-content {
        min-height: 233px;
    }
    .tour-day-descr {
        padding-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .tour-content .tab-container {
        padding-top: 0;
    }
    /* .tour-content .tab-container>.tabcontent {
        padding-top: 0;
    } */
    .tour-hero-image-title-text {
        font-size: 20px;
    }
    .blodge-indent {
        display: block;
        width: 100%;
        height: 15px;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        background-color: #f5f5f5;
        margin: 10px -20px;
        width: 100vw;
    }
    .tour-rates-btn {
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        width: 95%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        margin-top: 25px;
    }
    .tour-rates-btn span {
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-left: 4%;
    }
    .tour-rates-btn img {
        width: 10px;
        height: 10px;
        transform: rotate(-90deg);
        display: flex;
        margin-left: auto;
        margin-right: 20px;
    }
    .tour-tour-ideas-item-bottom-content-button {
        padding: 10px 25px;
    }
    .tour-all-tours-button a {
        padding: 10px 40px;
    }
    .blodge-scheme-block-header-mobile .items span {
        text-align: start;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .blodge-scheme-block-header .blodge-scheme-block-end {
        background: #263138;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        margin-top: 0;
    }
    .blodge-scheme-block-header-mobile .items:last-of-type {
        box-shadow: none;
    }
    .blodge-scheme-block-header .blodge-scheme-block-end img {
        height: 100px;
        width: 100px;
        margin-top: 30px;
    }
    .blodge-scheme-block {
        position: relative;
        padding: 30px 0;
    }
    .blodge-black-background {
        background: #c19e76;
    }
    .blodge-scheme-block .wrap {
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .only-desktop {
        display: none;
    }
    .blodge-scheme-block-header .desktop-img {
        width: 90vw;
    }
    .blodge-scheme-block-header-mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .blodge-scheme-block-header-mobile .items:after {
        content: '';
        width: 1px;
        height: 1px;
        transform: rotate(45deg);
        position: absolute;
        bottom: -1px;
        left: calc(50% - 20px);
        border: 20px solid #c19e76;
        border-left-color: transparent;
        border-top-color: transparent;
    }
    .blodge-scheme-block-header-mobile .items {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 100px;
        padding: 0 20px;
        box-shadow: 0 16px 12px 0px #a88a689c;
        position: relative;
    }
    .blodge-scheme-block-header-mobile .items {
        font-size: 15px;
        padding: 0 35px;
    }
    .blodge-why-book-item {
        padding-bottom: 20px;
        width: 48.333333%;
    }
    .blodge-asg-reviews {
        margin-top: 0;
    }
    .blodge-bottom-header {
        font-size: 28px;
        padding-top: 20px;
    }
    .only-desktop {
        display: none;
    }
    .tour-bottom-header {
        font-size: 28px;
        padding-bottom: 8px;
        padding-top: 15px;
    }
    .tour-scheme-block {
        padding-bottom: 0;
    }
    .mobile-style {
        display: none;
    }
    .tour-scheme-block-header-mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .tour-scheme-block-header .items {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 100px;
        padding: 0 20px;
    }
    .tour-scheme-block-header .items span {
        text-align: start;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .jq-tabs.tour-tabs .tabnav {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
    .tour-tabs li.active a {
        color: #c39f77;
    }
    .tour-rates-nav {
        display: flex;
        overflow: hidden;
    }
    .tour-tabs .tabnav li.active, .tour-rates-nav li a.active {
        border-top: 1px solid #cacaca;
        box-shadow: 0 0 7px #525252;
        z-index: 1;
    }
    .tour-currency-box {
        padding-left: 0;
    }
    .tour-currency-box, .post-type-archive-pgr-package .tour-currency-box .spackage-currency-list {
        width: 100%;
        justify-content: space-between;
    }
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
    .tour-sidebar .tour-sidebar-images {
        display: none;
    }
    .post-type-archive-pgr-package .tour-currency-box .spackage-currency-list, .tour-currency-box ul li a {
        border: none;
        background: transparent;
    }
    .post-type-archive-pgr-package .tour-currency-box ul li::before {
        left: 4px;
    }
    .help.textual {
        position: initial;
    }
    .post-type-archive-pgr-package .content-area {
        padding: 0;
    }
    .tour-rates-table td {
        padding-bottom: 20px;
    }
    .tour-rates-table tbody tr:first-of-type .tour-rates-table-td {
        border-top: none;
    }
    .tour-rates-table-left {
        padding-right: 5px;
        margin: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tour-rates-table-left span {
        padding-left: 5px;
        color: #a0a0a0;
    }
    .tour-rates-table-mobile {
        display: block;
    }
    .block-table-desktop {
        display: none;
    }
    .tour-rates-table {
        vertical-align: middle;
        min-height: 32px;
    }
    .tour-rates-table-td {
        font-weight: bold;
        height: 40px;
    }
    .tour-rates-table-td-blank {
        border: none;
        height: 20px;
    }
    #package-rates>.tour-rates-table>tbody>tr:nth-child(1) {
        display: none;
    }
    .col-table {
        margin-bottom: 10px;
    }
    .header-table {
        display: flex;
        flex-direction: column;
    }
    .row-table {
        width: 65% !important;
    }
    .row-table>div:first-child {
        border-top: 1px solid #cacaca;
    }
    .rows-table {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    #package-rates>table>tbody>tr {
        display: flex;
        flex-direction: row;
    }
    .tour-day-destination-info-general {
        flex-direction: column;
        align-items: center;
    }
    .tour-day-destination-info-general-tile {
        align-items: center;
        display: flex;
        width: 300px;
        max-width: 300px;
    }
    .tour-africa-map {
        width: calc(100% - 10px);
        margin-bottom: 20px;
    }
    .tour-summary {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-bottom: 8px;
    }
    .tour-sidebar-button {
        width: 70%;
    }
    .tour-from-price-block {
        width: 100%;
        margin-bottom: 20px;
        background: white;
        box-shadow: 0 0 4px #8a8a8a;
    }
    .tour-from-price-block a {
        display: none;
    }
    .tour-from-price {
        font-size: 16px;
    }
    .tour-sidebar-images {
        width: 100%;
    }
    .tour-sidebar {
        flex-direction: column;
        margin: 0;
    }
    .tour-why-book-item {
        width: 48.333333%;
    }
    .desktop-img {
        display: none;
    }
    .tour-scheme-block-header-mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .tour-scheme-block-header-mobile .items {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 100px;
        padding: 0 20px;
        color: white;
    }
    .tour-scheme-block-header-mobile .items span {
        text-align: start;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .tour-scheme-block-header-mobile .items img {
        width: 70px;
        height: auto;
    }
    .tour-scheme-block-header-mobile .items {
        font-size: 15px;
    }
    .tour-scheme-block-header-mob {
        background-color: #263138;
    }
    .tour-brown-background, .tour-black-background {
        background-color: #c19e76;
    }
    .why-book-item {
        width: 48%;
    }
    .tour-inclusions {
        column-count: 1;
    }
    .tour-inclusion {
        width: 100% !important;
    }
    .tour-rates-table-td-blank {
        height: 15px;
    }
    .tour-scheme-block .wrap {
        padding: 0;
    }
    .blodge-scheme-block-end {
        text-align: center;
        margin-top: 20px;
    }
    .blodge-scheme-block-end .tour-scheme-block-header {
        padding: 0 20px;
    }
    .tour-day-arrival-block, .tour-day-block, .tour-day-end-block {
        border: none;
        padding: 0;
    }
    .tour-day-header:after {
        display: none;
    }
    .tour-day-arrival-block:before {
        display: none;
    }
    .tour-day-end-block:before {
        display: none;
    }
    .tour-day-end-block h3, .tour-day-arrival-block h3 {
        font-size: 24px;
    }
    .breadcrumbs-box {
        display: none;
    }
    .tour-hero-back-link {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-back-link {
        width: 92%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        height: 30px;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        color: black;
    }
    .btn-back-link>div {
        display: flex;
        align-items: center;
    }
    .btn-back-link img {
        width: 10px;
        height: 10px;
        transform: rotate(90deg);
        display: flex;
        margin-right: auto;
        margin-left: 30px;
    }
    .btn-back-link span {
        width: 100%;
        text-align: center;
        margin-right: 40px;
    }
    .tour-day-start-block-header, .tour-day-end-block-header {
        display: flex;
        align-items: center;
    }
    .tour-day-start-block-header h3, .tour-day-end-block-header h3 {
        white-space: nowrap;
    }
    .tour-day-start-block-header>span, .tour-day-end-block-header>span {
        font-size: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #cacaca;
        margin-left: 10px;
    }
    .tour-bottom-logo {
        padding-bottom: 15px;
    }
    .tour-day-block {
        padding-top: 20px;
    }
    .tour-day-header {
        overflow: hidden;
    }
    .tour-day-header:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 50%, rgba(0, 0, 0, 0.6), 75%, rgba(0, 0, 0, 1));
    }
    .tour-scheme-block-header-mobile .items {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 100px;
        padding: 0 20px;
        box-shadow: 0 16px 12px 0px #a88a689c;
        position: relative;
    }
    .tour-scheme-block-header-mobile .items:last-of-type {
        box-shadow: none;
    }
    .tour-scheme-block-header-mobile .items:after {
        content: '';
        width: 1px;
        height: 1px;
        transform: rotate(45deg);
        position: absolute;
        bottom: -6px;
        left: calc(50% - 20px);
        border: 20px solid #c19e76;
        border-left-color: transparent;
        border-top-color: transparent;
    }
    .tour-feature .tour-feature-title {
        font-weight: 700;
    }
    .tour-feature .tour-feature-description {
        color: #737373;
    }
    .tour-features, .tour-activities {
        padding-top: 0;
    }
    .tour-accommodation-notification {
        font-size: 14px;
        line-height: 14px;
    }
    #main>div.tour-bottom-sub-block>div>div.tour-tour-ideas>div>ul {
        margin-top: 18px !important;
    }
    .tour-all-tours-button {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #package-rates-table .tour-currency-box {
        display: inline-flex;
    }
    .post-type-archive-pgr-package .tabnav li {
        width: 100%;
    }
    .tour-interested-block {
        margin-top: 13px;
    }
    .tour-getthere-activities {
        padding-top: 0;
    }
    .tour-features {
        padding-bottom: 0;
    }
    .tour-description {
        padding-bottom: 0;
    }
    .tour-tour-ideas-item-content-name {
        font-size: 18px;
        min-height: 0;
    }
    .tour-tour-ideas-item-content {
        min-height: 0;
        padding: 10px;
    }
    .tour-tour-ideas-item-bottom-content {
        padding: 10px;
    }
    .tour-tour-ideas-item-content-visits {
        font-size: 15px;
    }
    .blodge-asg-reviews-content {
        flex-direction: column;
    }
    .blodge-asg-reviews-fc-logo {
        padding: 0 !important;
        padding-top: 10px;
    }
}

@media screen and (max-width:568px) {
    .tour-tour-ideas-items .tour-tour-ideas-item {
        opacity: 0;
        transition: all 1s;
        height: 1px;
    }
    .tour-tour-ideas-items .tour-tour-ideas-item.active {
        opacity: 1;
        height: auto;
    }
    .tour-tour-ideas-item-content-name {
        font-size: 18px;
    }
    .tour-bottom-sub-block {
        overflow: hidden;
    }
    #main>div.tour-bottom-sub-block>div>div.tour-tour-ideas>div {
        overflow: visible !important;
    }
    #main>div.tour-bottom-sub-block>div>div.tour-tour-ideas>div>div {
        overflow: visible !important;
    }
    #tour-tour-ideas-items {
        overflow: visible !important;
    }
    .blodge-scheme-block-header h3:after {
        left: 40%;
    }
    .blodge-asg-reviews>div {
        border-top: 1px solid #cacaca;
        width: 100%;
        flex-direction: column;
    }
    .blodge-asg-reviews {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
    }
    .blodge-bottom-logo {
        padding-bottom: 20px;
    }
    
    .blodge-why-book-item-content {
        min-height: 145px;
    }
    .post-type-archive-pgr-package #main {
        padding-bottom: 0;
    }
    .blodge-why-book-item>div {
        flex-direction: column;
        align-items: center;
    }
    .blodge-why-book-item-content {
        padding-left: 0;
        text-align: center;
    }
    .blodge-why-book-item {
        justify-content: center;
    }
    .blodge-scheme-block-header .blodge-button {
        padding: 12px 30px;
        margin-bottom: 25px;
    }
    .blodge-why-book-item {
        min-height: 200px;
    }
    .blodge-why-book-item-img {
        margin-bottom: 15px;
    }
    .blodge-asg-reviews-more {
        width: calc(100% + 40px);
        border-bottom: 1px solid #cacaca;
        border-top: 1px solid #cacaca;
        background-color: #e7e7e7;
        flex-direction: row;
        padding: 10px 0;
    }
    .blodge-asg-reviews-content {
        padding: 20px 0;
    }
    .blodge-asg-reviews-more a {
        margin-left: 10px;
    }
    .blodge-why-book {
        display: none;
    }
    .blodge-why-book-mobile {
        display: block;
    }
    .blodge-facilities-header {
        font-size: 16px;
    }
    .tour-why-book {
        display: none;
    }
    .tour-day-header h4 {
        font-size: 20px;
    }
    .tour-hero-image {
        height: 100%;
    }
    .tour-rates-table th, .tour-rates-table td {
        padding: 0px;
    }
    .tour-why-book-item-content p {
        font-size: 16px;
    }
    .tour-scheme-block-header-mobile .items {
        width: 100%;
    }
    .tour-interested-content b {
        text-align: center;
    }
    .tour-interested-content {
        padding: 0;
    }
    .tour-day-arrival-block>span {
        font-size: 13px;
        margin-bottom: 5px;
        padding-left: 0px;
    }
    .tour-sidebar-button:after {
        right: 3px;
    }
    .tour-day-by-day-block {
        padding: 0;
    }
    .tour-day-more-button {
        height: 50px;
        margin-top: 50px;
    }
    .tour-day-destination-animals {
        justify-content: center;
    }
    .tour-day-destination-animal {
        width: 41.28%;
        margin-right: 7px;
        margin-left: 7px;
    }
    .tour-day-destination-info-general {
        flex-direction: column;
        align-items: center;
    }
    .tour-day-destination-info-general-tile {
        width: 100%;
        max-width: 100%;
    }
    .header-search {
        width: 55%;
    }
    .tour-accommodation-table {
        margin: 0 -20px;
        width: 100vw;
    }
    .tour-accommodation-table tbody tr td, .tour-accommodation-table tbody tr th {
        font-size: 14px;
        padding: 5px;
    }
    .tour-summary-content {
        width: 100%;
    }
    .tour-interested-block .tour-sidebar-button {
        width: 100%;
        font-size: 18px;
    }
    .tour-sidebar-button {
        width: 100%;
    }
    .tour-block-name {
        font-size: 20px;
    }
    #package-overview>div:nth-child(7)::after {
        display: none;
    }
    #package-overview>div:nth-child(10)::after {
        display: none;
    }
    .tour-feature {
        width: 100%;
    }
    .tour-asg-reviews>div {
        width: 100%;
        flex-direction: column;
    }
    .tour-why-book-item {
        width: 98.333333%;
        justify-content: center;
    }
    .tour-scheme-block-header-mobile {
        justify-content: center;
    }
    .why-book-item {
        justify-content: center;
        width: 98.333333%;
    }
    #Animals-block {
        width: 100vw;
        display: flex;
        margin: 0 -20px;
    }
    #Animals-block td {
        width: 100%;
        padding-right: 0;
    }
    .tour-day-content table tbody tr {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:380px) {
    .tour-day-header h4 span {
        font-size: 13px;
    }
    .tour-day-more-button {
        margin-top: 10px;
    }
    .tour-currency-box ul li a {
        padding-left: 28px;
        font-size: 12px;
    }
    .tour-currency-box ul li::before {
        left: 5px;
        top: 3px;
    }
    .tour-rates-table {
        margin-bottom: 0;
        min-height: 40px;
    }
    .tour-rates-table-td {
        font-size: 14px;
        height: 40px;
    }
    .tour-scheme-block-header-mobile .items {
        width: 100%;
    }
    .tour-sidebar-button {
        font-size: 13px;
    }
    .tour-interested-block .tour-sidebar-button {
        width: 100%;
        font-size: 13px;
    }
    .tour-day-header img {
        height: 120px;
        width: auto;
        max-width: none;
    }
}