.pt-top{
padding-top: 50px;
}
.mt-top {
    margin-top: 50px;
}

/* tour-include-box css */
.tour-include-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tour-include-box h2 {
    font-size: 16px;
    margin-bottom: 16px;
}

.tour-include-box .include-box {
    width: 65%;
}


.tour-include-box .key-box {
    width: 32%;
    position: relative;
}
.tour-include-box .key-box ul{
    height: 122px;
    overflow: hidden;
}
.tour-include-box .include-box ul li:not(:nth-last-of-type(1)) {
    margin-right: 16px;
}

.tour-include-box .include-box ul li .icon-box,
.tour-include-box .tour-team .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: grid;
    place-items: center;
    margin: 0 auto 6px;

}

.tour-include-box .tour-team .icon-box {
    margin-left: 0;
}

.tour-include-box .include-box ul li span {
    font-size: 13px;
    display: inline-block;
}

.highlight_notice {
    color: red;
    font-size: 12px;
    margin: 10px 0 5px;
}

.tour-include-box .tour-team {
    display: flex;
    flex-wrap: wrap;
}

.tour-include-box .tour-team .text {
    width: 90%;
    padding: 0 15px;
}

.tour-include-box .tour-team .text p {
    font-size: 12px;
}

.tour-include-box .key-box ul,
.popup .key-box ul {
    padding-left: 20px;
}

.tour-include-box .key-box ul li,
.popup .key-box ul li {
    font-size: 13px;
    margin-bottom: 10px;
    list-style: disc;
}

.tour-include-box .key-box ul li::marker,
.popup .key-box ul li::marker {
    color: #24B4BD;
}

.tour-include-box .key-box .viewl-all {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #24B4BD;
    font-weight: 600;
    cursor: pointer;
}

.popup .key-box ul {
    margin: 20px 0;
}

.popup {
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    position: fixed;
    top: 0;
    display: none;
}

.popup.active {
    display: block;
}

.popup .key-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    max-width: 415px;
    border-radius: 4px;

}

/* tour-informatin-sec css */
.tour-informatin-sec .tab-content {
    display: none;
}

.tour-informatin-sec .tab-content.active {
    display: block;
}

.tour-informatin-sec .common-tab .tab-link {
    font-size: 14px;
    padding: 8px 14px;
    margin-right: 0;
    border-radius: 0;
}

.tour-informatin-sec .common-tab .tab-link.active {
    background-color: #24B4BD;
}

.itinerary-sec .bullts-list li::marker {
    color: #24B4BD;
}

/* accommodation-div css */
.accommodation-div .at-title .tittle-name {
    font-size: 16px !important;
}

/* tour-city-location css */
.tour-city-location {
    display: flex;
    align-items: center;
}

.tour-city-location span {
    width: 20px;
    height: 2px;
    border: 1px solid #000000dd;
    margin: 0 5px;
}
/* fixed-banner */
.fixed-banner{
	padding:0;
	width: 100%;
	height: 480px; 
	object-fit: cover;
}
.fixed-banner .common-text{
	padding: 48px 0 !important;
	max-width: 100%;
}
.fixed-banner .common-text h2{
	color:#fff;
	font-size:48px; 
	font-family: sans-serif;
	
}
.fixed-banner .common-text p{
	color:#fff ;
	font-size:28px
}
.departing {
    margin: 8px 0 10px !important;
}
.departing ul li {
    font-size: 14px;
    border-right: 1px solid #555454;
    padding-right: 10px;
    margin-right: 20px !important;
}
.departing ul li:nth-last-of-type(1) {
    border-right: none;
}
.star-rating ul li i {
    color: rgb(247 148 32);
    font-size: 14px;
}
/* overview-row css */
.overview-sec {
    background-color: #f9f9f9;
    padding: 30px 0;
    margin-top: 0;
}

.overview-sec p:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
}
.overview-sec .text-hide-show{
	    height: 130px;
	overflow: hidden;
}

.overview-row .tour-service {
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
}

.overview-row .tour-service ul {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.overview-row .tour-service ul li {
    width: 50%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 12px;

}

.overview-row .tour-service ul li i {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: #24B4BD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

.overview-row .tour-service .apply-btn i {
    transform: rotate(-45deg);
    margin-left: 5px;
}

.notice {
    margin-top: 7px;
    font-size: 12px;
}

.overview-row .tour-service .apply-btn {
    margin-left: 0;
}
.show-btn,
.less-btn {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #F79420;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;
}

.show-btn i,
.less-btn i {
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
}

.show-btn.active {
    display: none;
}

.less-btn {
    display: none;
}

.less-btn.active {
    display: block;
}
.time-section .inner-row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}

.apply-btn {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(195deg, #F79420 0%, #F22929 100%);
    border-style: none;
    padding: 6px 14px 6px 14px;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    text-align: center;
    border-radius: 6px;
}
.overview-row .tour-service .apply-btn {
    margin-left: 0;
}
.tour-package-detail-sec .main-image img {
    border-radius: 6px;
}

.tour-package-detail-sec .tour-service {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.tour-includes-sec .form-wrapper {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* faq-sec css */

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}


/* itinerary-sec css */
.itinerary-sec .col-7 {
    width: 72%;
}

.itinerary-sec .col-5 {
    width: 22%;
}

.itinerary-sec .box:not(:nth-last-of-type(1)) {
    margin-bottom: 30px;
}

.itinerary-sec .heading-box span {
    font-size: 18px;
    line-height: 1.5;
    color: #24B4BD;
    font-weight: 700;
}

.itinerary-sec .accordion-common .at-title {
    padding: 10px 0;
}

.itinerary-sec .accordion-common .at-title .tittle-name {
    padding: 0;
}

.itinerary-sec .accordion-common .at-title:hover {
    background-color: transparent;
}

.itinerary-sec .accordion-common .at-tab {
    padding: 15px 0;
}

.itinerary-sec .box p {
    margin: 10px 0;
    font-size: 15px;
}

.itinerary-sec .map-box {
    position: sticky;
    top: 0;
}

.itinerary-acc {
    padding-left: 80px;
    counter-reset: my-sec-counter;
}

.itinerary-acc .at-item {
    position: relative;
    margin-bottom: 40px;
}

.itinerary-acc .at-item::before {
    width: 60px;
    height: 60px;
    background: linear-gradient(195deg, #F79420 0%, #F22929 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -85px;
    counter-increment: my-sec-counter;
    content: "Day " counter(my-sec-counter) "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    z-index: 1;
    letter-spacing: 0.5px;
}

.itinerary-acc .at-item::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #dbd6d6;
    position: absolute;
    left: -55px;
    top: 53px;

}

.itinerary-acc .at-item:nth-last-of-type(1)::after {
    display: none;
}

.itinerary-acc .at-item.active::before {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #24B4BD;
}

/* common-tab */
.common-tab .tab-list {
    margin-bottom: 30px;
}

.common-tab .tab-link {
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #D5CC2E;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease-in-out;


}

.common-tab .tab-link.active {
    color: #fff;
}

.common-tab li:not(:nth-last-of-type(1)) {
    margin-right: 30px;

}

.common-tab .tab-content .box,
.common-tab .text-bottom {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 12px 0;
}

.common-tab .tab-content .inner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.common-tab .tab-content .inner-box .icon-box {
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

.common-tab .tab-content .inner-box .icon-box strong {
    text-align: center;
    display: block;

}

.common-tab .tab-content .inner-box .icon-box img {
    width: 50px;
    margin: 10px auto;
}

.common-tab .text-bottom {
    width: 48%;
}

.common-tab .text-bottom h3 {
    margin-bottom: 10px;

}

.common-tab .text-bottom ul {
    padding-left: 24px;
}

.common-tab .text-bottom ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.common-tab .airport-transfer ul li {
    display: flex;
    align-items: center;
    list-style: none;

}

.common-tab .airport-transfer ul {
    padding-left: 0;
}

.common-tab .airport-transfer svg,
.common-tab .airport-transfer img {
    width: 50px;
    margin-right: 16px;
}

.language-icon {
    width: 85px !important;
}

.common-tab .tab-link:hover {
    background-color: #27BDBE;
}
/* type-visa-document css */
.type-visa-document {
    padding: 12px 0;
    background-color: #000;
}

.type-visa-document li a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;

}

.type-visa-document li:not(:nth-last-of-type(1)) {
    margin-right: 30px;
}

.tour-include-box .include-box .ficility-icon {
    margin-bottom: 14px;
}

.accordion-common ul,
.accordion-common ol,
.overview-sec .text-hide-show ul li,
.overview-sec .text-hide-show ol li,
.itinerary-sec .tab-content .inner-row ul,
.itinerary-sec .tab-content .inner-row ol {
    padding-left: 35px;
	margin-bottom:20px;
}

.accordion-common ul li,
.accordion-common ol li,
.overview-sec .text-hide-show ul li,
.overview-sec .text-hide-show ol li,
.itinerary-sec .tab-content .inner-row ul li,
.itinerary-sec .tab-content .inner-row ol li {
    font-size: 15px;
    line-height: 1.6;
}

.accordion-common ul li,
.overview-sec .text-hide-show ul li,
.itinerary-sec .tab-content .inner-row ul li {
    list-style: disc;
}

.accordion-common ol li,
.overview-sec .text-hide-show ol li,
.itinerary-sec .tab-content .inner-row ol li {
    list-style: decimal-leading-zero;
}

.itinerary-sec .tab-content .tour-informatin-sec {
    margin-top: 20px;
}

.accordion-common ul li::marker,
.accordion-common ol li::marker,
.overview-sec .text-hide-show ul li,
.overview-sec .text-hide-show ol li,
.itinerary-sec .tab-content .inner-row ul li::marker,
.itinerary-sec .tab-content .inner-row ol li::marker {
    color: #24B4BD;
}

.accordion-common .at-tab table {
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.accordion-common .at-tab table tr th {
    background-color: #24B4BD;

}

.accordion-common .at-tab table tr th,
.accordion-common .at-tab table tr td {
    padding: 7px 10px;
}
* photo_gallery css */
.gallery-box figure img {
    width: 100%;
}
.photo_gallery .slick-arrow{
	    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    background-color: #61cdcfb8;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.photo_gallery .slick-next {
    right: 0;
}
.photo_gallery .slick-arrow::after{
content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "font awesome 5 free";
    width: 40px;
    height: 40px;
    z-index: 11;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 900;
	
}
.photo_gallery .slick-next::after{
    content: "\f105";
}


/* common-btn-sec css */
.common-btn-sec .plan-your-trip-box {
    position: relative;

}

.common-btn-sec .yellow-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.common-btn-sec .yellow-btn::after,
.common-btn-sec .yellow-btn::before {
    content: "";
    width: 42%;
    height: 0.5px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common-btn-sec .yellow-btn::before {
    left: 0;
}

/* other-information tour css */
.other-information {
    position: sticky;
    top: 0;
}

.other-information .tour-information {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.other-information .tour-information h3 {
    font-size: 16px;
    line-height: normal;
    background: #24B4BD;
    color: #ffffff;
    background-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
}

.other-information .tour-information ul {
    padding: 15px;
}

.other-information .tour-information ul li {
    font-size: 13px;
    color: #000;
    padding-bottom: 8px;
}

.other-information .tour-information ul li i {
    margin-right: 10px;
}

.other-information .tour-information .social-icons li a {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.other-information .tour-information .popular-box {
    padding: 20px;
}

.other-information .popular-box h4 {
    font-size: 16px;
    margin: 6px 0;
}

.other-information .popular-box img {
	width:100%;
	height: 150px;
    border-radius: 6px;
    object-fit: cover;
}


.other-information .popular-package {
    height: 662px;
    overflow-y: auto;
}

.other-information .popular-package h3 {
    position: sticky;
    top: 0;
}
.social-icons li a{
width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.social-icons li a .fa-whatsapp {
    color: #25D366;
	margin-right: 0 !important;
}
@media only screen and (max-width:1240px) {
 .tour-package-detail-sec .row {
        height: 100%;
    }

    .tour-package-detail-sec .overview-row .col-7 {
        width: 60%;
        height: auto;
    }

    .tour-package-detail-sec .overview-row .col-7 .main-image {
        height: 100%;
    }

    .tour-package-detail-sec .overview-row .col-7 .main-image img {
        height: 100%;
        object-fit: cover;
    }

    .tour-package-detail-sec .overview-row .col-5 {
        width: 38%;
    }
}

@media only screen and (max-width:1100px) {
.itinerary-sec .col-7 ,
	.itinerary-sec .col-5{
        width: 100%;
    }
	    .itinerary-sec .col-5 {
        margin-top: 40px;
    }
	 .other-information {
        position: static;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }

    .other-information .tour-information {
        width: 32%;
    }

    .other-information .popular-package {
        width: 100% !important;
        height: auto;
        overflow: hidden;


    }

    .other-information .popular-package-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
    }

    .other-information .popular-package-row .popular-box {
        width: 33%;
        transition: all 0.5s ease-in-out;
    }

    .other-information .popular-package-row .popular-box:hover {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .other-information .popular-package-row .popular-box h4 {
        font-size: 15px;
        margin: 6px 0 8px;
    }

    .other-information .popular-package-row .popular-box .apply-btn {
        margin-left: 0;
    }
}

@media only screen and (max-width:1024px) {
	.other-information .tour-information{
		width:32%;
	}
}

@media only screen and (max-width:992px) {
 .tour-includes-sec .row {
        gap: 20px;
    }

    .tour-includes-sec .col-7,
    .tour-includes-sec .col-5 {
        width: 100%;
    }
	 .other-information .tour-information {
        width: 31%;
    }
	.common-btn-sec .yellow-btn::after,
	.common-btn-sec .yellow-btn::before {
	 width: 38%;
	}
}

@media only screen and (max-width:850px) {
    .other-information .tour-information {
         width: 48%;
    }
}
@media only screen and (max-width:767px) {
	.other-information .tour-information,
	.other-information .popular-package-row .popular-box{
		width: 100%;
	}
	.other-information .tour-information{
		margin-bottom:0;
	}
	.common-btn-sec .yellow-btn::after,
	.common-btn-sec .yellow-btn::before {
	 width: 34%;
	}
	 .tour-informatin-sec .common-tab .tab-list {
        width: 100%;
        overflow-x: auto;
    }

    .tour-informatin-sec .common-tab .tab-list {
        justify-content: start;
    }

    .tour-informatin-sec .common-tab .tab-list ul {
        width: max-content;
        justify-content: start;
        margin-bottom: 0;
    }

    .tour-informatin-sec .common-tab .tab-list ul .tab-link {
        width: auto;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .accommodation-div {
        padding-top: 30px;
    }
    .tour-package-detail-sec .overview-row .col-7, 
	.tour-package-detail-sec .overview-row .col-5 {
        width: 100%;
    }
}
@media only screen and (max-width:580px) {
	.common-btn-sec .yellow-btn::after,
	.common-btn-sec .yellow-btn::before {
	 width: 30%;
	}
	.overview-sec .text-hide-show{
		height:138px;
	}
	.accordion-common .at-title .tittle-name {
        width: 95%;
    }
.departing ul li {
        font-size: 13px;
        padding-right: 5px;
        margin-right: 10px !important;
	margin-bottom: 6px;
    }
	.tour-include-box .key-box {
        margin-top: 20px;
    }

    .tour-includes-sec .col-7 {
        row-gap: 20px;
    }

    .popup .key-box {
        width: 300px;
    }
 .other-information .tour-information .popular-box {
        padding: 15px 0;
    }

    .payment-sec ul li {
        font-size: 14px;
    }	
	.tour-include-box .include-box,
	.tour-include-box .key-box{
		width:100%;
	}
	

}
@media only screen and (max-width:480px) {
.common-btn-sec .yellow-btn::after,
	.common-btn-sec .yellow-btn::before {
	  display:none;
	}
	.tour-include-box .key-box ul {
		height:100px
	}
	.overview-sec p,
	.overview-sec p span{
		font-size:15px !important;
	}
}