
/* =================core css starts here================= */

.btn { border-radius: 25px; font-weight: 600; box-shadow: none !important; padding: 9px 20px; min-width: 140px; font-size: 15px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn.radius-6 { border-radius: 6px }
/*.btn-default, .btn-default:focus { color: #fff; background-color: #ff8700; border: solid 1px #ff8700; }*/
.btn-default, .btn-default:focus {
    color: #fff;
    background-color: #000000;
    border: solid 1px #000000;
    /* box-shadow: 0px 0px 5px #ff8700 !important; */
}
.btn-default:hover, .btn-default:active { color: #FF9014; background-color: transparent; border-color: #FF9014; }
.btn-primary, .btn-primary:focus { color: #FF9014; background-color: transparent; border: solid 1px #FF9014; }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: #FF9014; border-color: #FF9014; }
.btn-secondary, .btn-secondary:focus { color: #fff; background-color: #00B7A5; border: solid 1px #00B7A5; }
.btn-secondary:hover, .btn-secondary:active { color: #00B7A5; background-color: transparent; border-color: #00B7A5; }
.btn-secondary.outline, .btn-secondary.outline:focus { color: #00B7A5; background-color: transparent; border: solid 1px #00B7A5; }
.btn-secondary.outline:hover, .btn-secondary.outline:active { color: #fff; background-color: #00B7A5; border-color: #00B7A5; }
.btn-common, .btn-common:focus { color: #000; background-color: #E3F0FF; border: solid 1px #E3F0FF; }
.btn-common:hover, .btn-common:active { color: #000; background-color: #fff; border-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.16)  !important; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 12px; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 8px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #f5f5f5; }
/* =================core css ends here================= */

/* ================= listing Start ================= */
.filter-search-option .form-check input[type='radio'] + label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 0;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
}
.content-container { padding: 30px 0; }
.content-container.more-pad { padding: 44px 0; }
.intro-text-container { border-bottom: 1px solid #9E9E9E; }
.bg-blue-light { background-color: #F9FFFE; }
.bg-sky-light { background-color: #E3F0FF; }
.bg-moon-light { background-color: #FFF9F3; }
.main-heading h6 { font-size: 16px; margin-bottom: 5px; }
.main-heading { margin-bottom: 22px; }
.main-heading.has-cta { position: relative; padding-right: 110px; }
.main-heading h3, .main-heading h1, .main-heading h2 { font-size: 30px; margin-bottom: 0px; font-weight: 700; }
.heading { margin-bottom: 30px; }
.heading h3 { font-size: 40px; margin-bottom: 0; }
.heading-2 { margin-bottom: 20px; }
.heading-2.has-cta { position: relative; padding-right: 90px; }
.heading-cta { font-size: 16px; color: #FF9014; position: absolute; top: 1px; font-weight: 500; right: 0; border: 1px solid #FF9014; padding: 4px 20px; border-radius: 20px; }
.heading-cta:hover { background-color: #FF9014; color: #fff; }
.heading-2.has-cta .heading-cta { font-size: 14px; line-height: 16px; }
.heading-2 h3 { font-size: 22px; font-weight: 700; margin-bottom: 0; }
.heading-2 h3 span { font-weight: 500; }
.intro-text-wrapper h5 { font-size: 24px; margin-bottom: 16px; }
.intro-text { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.intro-text h2 { font-size: 25px; }
.intro-text h3 { font-size: 22px; }
.intro-text h4 { font-size: 20px; }
.intro-text h5 { font-size: 18px; }
.intro-text h6 { font-size: 16px; }
.intro-text.show-more { -webkit-line-clamp: inherit; padding-bottom: 14px; }
.intro-text p { text-align: justify; margin-bottom: 12px; }
.intro-text p:last-child { margin-bottom: 0; }
.intro-btn { padding-top: 8px; }
.show-more + .intro-btn { padding-top: 0px; }
.intro-btn a { font-size: 16px; font-weight: 600; color: #FF9014; }
.bg-blue-light .intro-btn::before { background: linear-gradient(0deg, #F9FFFE 20%, transparent); bottom: calc(100% + 1px); }
.intro-btn::before { content: ""; position: absolute; height: 22px; width: calc(100% + 6px); background: linear-gradient(0deg, white 20%, transparent); bottom: calc(100% + 1px); left: -3px; }
.intro-btn a i { vertical-align: middle; margin-left: 3px; }
.plh-left { width: 50%; padding-right: 20px; }
.package-list-head { margin-bottom: 36px; }
.plh-left h4 { font-size: 20px; margin-bottom: 5px; }
.plh-left h6 { font-size: 14px; margin-bottom: 0; font-weight: 500; }
.plh-right { width: 50%; justify-content: end; align-items: center; }
.plh-right select { width: auto; min-width: 160px; border: 1px solid #000 !important; height: 41px; font-size: 16px; font-weight: 500; color: #000; padding-top: 4px; padding-bottom: 5px; cursor: pointer; box-shadow: none !important; outline: none !important; }
.plh-right span { margin-right: 8px; font-size: 16px; font-weight: 600; }
.plh-right span img { width: 22px; vertical-align: bottom; }
.form-check { padding: 0; }
.form-check input[type='checkbox'] { display: none; }
.form-check input[type='checkbox'] + label { display: inline-block; position: relative; padding-left: 20px; font-size: 14px; line-height: 17px; letter-spacing: .5px; color: #000; margin-bottom: 0; cursor: pointer; font-family: "Source Sans Pro", sans-serif; }
.form-check input[type='checkbox'] + label:before { content: ''; display: block; width: 12px; height: 12px; background: transparent; border: 1px solid #161616; position: absolute; left: 0; top: 2px; border-radius: 2px; }
.form-check input[type='checkbox'] + label:after { content: ''; display: inline-block; font-weight: 900; font-size: 24px; width: 12px; height: 12px; line-height: 16px; background-image: url(../images/check.png); background-size: contain; text-align: center; position: absolute; left: 0px; top: 2px; border-radius: 2px; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .12s ease-in; transition: all .12s ease-in; }
.form-check input[type='checkbox'] + label a { color: #fff; }
.form-check input[type='checkbox']:checked + label:after { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.form-check input[type='radio'] { display: none; }
.form-check input[type='radio'] + label { display: inline-block; position: relative; padding-left: 30px; font-size: 12px; line-height: 16px; color: #fff; margin-bottom: 0; cursor: pointer; font-family: "Source Sans Pro", sans-serif; }
.form-check input[type='radio'] + label:before { content: ''; display: block; width: 16px; height: 16px; background: transparent; border: 1px solid #00B7A5; position: absolute; left: 0; top: 0; border-radius: 2px; }
.form-check input[type='radio'] + label:after { content: ''; display: inline-block; font-weight: 900; font-size: 24px; width: 8px; height: 8px; line-height: 16px; background: #00B7A5; text-align: center; position: absolute; left: 4px; top: 4px; border-radius: 1px; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .12s ease-in; transition: all .12s ease-in; }
.form-check input[type='radio'] + label a { color: #fff; }
.form-check input[type='radio']:checked + label:after { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.custom-scroll .form-group + .form-group { margin-top: 4px; }
.filter-area h4 { font-style: normal; font-weight: 600; font-size: 18px; line-height: 22px; margin-bottom: 10px; color: #000; }
.filter-area {color: #000; position: sticky; top: 120px; }
.filter-head { position: relative; padding-bottom: 10px; }
.filter-head h5 { padding-right: 60px; font-weight: 400; font-size: 14px; line-height: 17px; margin-bottom: 0; border-bottom: 1px solid #D9D9D9; padding-bottom: 6px; }
.filter-head #filter-reset, .filter-head span { position: absolute; right: 0; font-weight: 500; font-size: 14px; line-height: 17px; cursor: pointer; top: 0; }
.filter-body { padding-top: 12px; border-top: 1px solid #9E9E9E; }
.filter-body .accordion-button, .filter-body .accordion-button:not(.collapsed) { font-weight: 600; font-size: 16px; line-height: 20px; color: #000; padding: 10px 0; border: none; background-color: transparent !important; box-shadow: none !important; border-radius: 0 !important; }
.filter-body .accordion-item { border: none; border-bottom: 1px solid #D9D9D9; border-radius: 0 !important; }
.filter-body .accordion-button::after { display: none; }
.filter-body .accordion-button::before { content: ''; background-image: url(../images/arrow-down.png); position: absolute; width: 20px; height: 20px; right: 0; top: 10px; transition: all .15s ease-in; transform: rotate(180deg); }
.filter-body .accordion-button.collapsed::before { transform: rotate(0deg); }
.filter-btn {display: none;	 background-color: #00B7A5; color: #fff; padding: 9px 22px; border-radius: 4px; transition: all .3s ease-in;  cursor: pointer; line-height: 20px; transition: all .4s ease-in; position: fixed; bottom: 30px; z-index:99; left: 50%; transform: translateX(-50%); font-size: 18px; letter-spacing: .5px; }
.filter-btn img { width: 20px; margin-right: 8px; filter: brightness(0) invert(1); }
.filter-btn:hover { background-color: #f08813; }
.filter-area-close { width: 24px; height: 24px; position: absolute; right: 18px; top: 15px; background-color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.filter-area-close img { width: 12px; vertical-align: baseline; filter: brightness(0) invert(1); }
.filter-body .accordion-body { padding: 5px 0 12px; }

/* ================= listing End ================= */

/* ================= package start ================= */
.package-item + .package-item { margin-top: 8px; }
.package-box { display: flex; flex-wrap: wrap; border-radius: 8px; overflow: hidden; border: 1px solid #C0C0C0; transition: all .3s ease-in; }
.package-box:hover { background-color: #FFF8F0; border-color: transparent; }
.package-thumb { width: 220px; overflow: hidden; position: relative; }
.package-thumb img { width: 100%; height: 100%; object-fit: fill; transition: all .5s ease-in; }
.package-box:hover .package-thumb img { transform: scale(1.05); }
.package-thumb-rating { position: absolute; bottom: 0; background: linear-gradient(359deg, black, transparent); height: 60%; align-items: end; width: 100%; padding: 14px; z-index: 9; }
.package-thumb-rating span { width: 15px; margin-right: 6px; }
.package-thumb-rating span img { width: 100%; }
.package-content { width: calc(100% - 220px); position: relative; padding: 16px 18px; }
.package-cu-share { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; background-color: #f5f5f5; border-radius: 50%; cursor: pointer; outline: 1px solid #cfcfcf75; }
.package-content .package-cu-share { position: absolute; right: 16px; top: 14px; }
.package-cu-share img { width: 15px; }
.package-cu-share:hover { outline: 1px solid #cfcfcf; outline-offset: 2px; background-color: #ebebeb; }
.package-c-upper { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }
.package-cu-left { width: 60%; padding-right: 20px; }
.package-cu-right { width: 40%; text-align: right; padding-top: 37px; }
.package-cu-left h6 { font-size: 12px; margin-bottom: 4px; color: #FF9014; font-weight: 500; }
.package-cu-left h3 { font-size: 22px; margin-bottom: 3px; font-weight: 600; }
.package-cul-via { font-size: 12px; font-weight: 500; margin-left: -3px; margin-bottom: 16px; }
.package-cul-via img { width: 15px; vertical-align: sub; margin: 0 3px; }
.package-cul-icons .package-cul-icon { width: 30px; height: 30px; margin-right: 7px; }
.package-cul-icons .package-cul-icon img { width: 100%; height: 100%; object-fit: contain; }
.package-cu-right h4 { font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.package-cu-right h3 { font-size: 22px; font-weight: 600; color: #00B7A5; margin-bottom: 2px; }
.package-cu-right h6 { font-size: 11px; font-weight: 600; margin-bottom: 0; }
.package-cu-right del { font-size: 16px; color: #8C8C8C; font-weight: 600; line-height: 16px; }
.package-c-lower { display: flex; flex-wrap: wrap; align-items: end; }
.package-cl-text { width: 50%; font-size: 12px; line-height: 15px; padding-right: 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.package-cl-cta { width: 50%; display: flex; flex-wrap: wrap; justify-content: end; }
.pagination .page-item .page-link { font-size: 19px; background-color: transparent; box-shadow: none !important; border: none; font-weight: 500; color: #000000; padding: 5px 12px; }
.pagination .page-item.active .page-link { color: #FF9014; }
.pagination .page-item .page-next { margin-left: 10px; }
.pagination .page-item .page-prev { margin-right: 10px; }
.pagination-btn { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid #000; border-radius: 50%; }
.pagination-btn:hover { background-color: #000; }
.pagination-btn:hover img { filter: brightness(0) invert(1); }

/* ================= package end ================= */

/* ================= card start ================= */
.package-card-list { display: flex; flex-wrap: wrap; width: calc(100% + 12px); margin-left: -6px; margin-bottom: -20px; }
.package-card-item { width: 25%; padding: 0 6px; margin-bottom: 20px; }
.package-card-img { display: block; position: relative; padding-bottom: 98%; margin-bottom: 6px; overflow: hidden; border-radius: 6px; }
.package-card-img img { width: 100%; height: 100%; object-fit: fill; position: absolute; top: 0; left: 0; transition: all .4s ease-in; }
.package-card-box h4 { font-size: 17px; margin-bottom: 0; font-weight: 700; color: #000; }
.package-card-box h6 { font-size: 14px; font-weight: 400; margin-top: 4px; margin-bottom: 0; color: #000; }
.package-card-box { display: block; }
.package-card-box:hover .package-card-img img { transform: scale(1.05); }
.package-card-rating { margin-top: 4px; }
.package-card-rating span { width: 15px; height: 15px; margin-right: 6px; }
.package-card-rating span img { width: 100%; height: 100%; object-fit: contain; vertical-align: super; }

/* ================= card start ================= */
.my-blog-list { display: flex; flex-wrap: wrap; width: calc(100% + 12px); margin-left: -6px; margin-bottom: -20px; }
.my-blog-item { width: 25%; padding: 0 6px; margin-bottom: 20px; }
.my-blog-img { display: block; position: relative; padding-bottom: 98%; margin-bottom: 6px; overflow: hidden; border-radius: 6px; }
.my-blog-img::before { content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 9; opacity: 0; visibility: hidden; transition: all .3s ease-in; }
.my-blog-box:hover .my-blog-img::before { opacity: 1; visibility: visible; }
.my-blog-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; transition: all .4s ease-in; }
.my-blog-box h4 { font-size: 17px; margin-bottom: 0; font-weight: 700; color: #000; }
.my-blog-box h6 { font-size: 14px; font-weight: 400; margin-top: 4px; margin-bottom: 0; color: #000; }
.my-blog-box { display: block; }
.my-blog-box:hover .my-blog-img img { transform: scale(1.05); }
.my-blog-rating { margin-top: 4px; }
.my-blog-rating span { width: 15px; height: 15px; margin-right: 6px; }
.my-blog-rating span img { width: 100%; height: 100%; object-fit: contain; vertical-align: super; }
.blog-grid-5 .my-blog-item { width: 20%; }

/************* type-2 **************/
.floating-text .package-card-img { border-radius: 3px; padding-bottom: 83%; }
.floating-text .package-card-text { position: absolute; bottom: 0; top: 0; left: 0; z-index: 9; width: 100%; background: linear-gradient(3deg, #000000bd, transparent); display: flex; align-items: flex-end; padding: 10px; }
.floating-text .package-card-box { position: relative; }
.floating-text .package-card-text h4 { color: #fff; font-weight: 5; margin: 0; min-height: 40px; font-size: 16px; }

/* ================= card end ================= */
.accordion-button { font-style: normal; font-weight: 600; font-size: 20px; line-height: 30px; color: #000 !important; padding: 2px 0; padding-right: 40px; padding-left: 34px; background-color: transparent !IMPORTANT; box-shadow: none !important; position: relative; }
.accordion-item { position: relative; background-color: transparent; border: none !important; }
.accordion-body { padding: 10px; padding-bottom: 8px; font-size: 16px; line-height: 22px; text-align: justify; color: #000; font-weight: 500; padding-left: 34px; position: relative; }
.accordion-item + .accordion-item { border-top: 1px solid #ebebeb !important; margin-top: 10px; padding-top: 10px; }
.accordion-button::after { content: '\f067'; position: absolute; font-family: 'Font Awesome 5 Free'; right: 0; width: 30px; height: 30px; background-position: center; background-image: none !important; top: 3px; font-size: 14px; border: 1px solid #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.accordion-button:not(.collapsed)::after { content: '\f068'; }
.accordion.accordion-sm { margin-top: -10px; }
.accordion-sm .accordion-button { font-size: 18px; padding: 10px 0; padding-right: 40px; }
.accordion-sm .accordion-body { padding-bottom: 18px; font-size: 15px; line-height: 20px; }
.accordion-sm .accordion-button::after { top: 15px; }
.accordion-button span { position: absolute; top: 2px; left: 0; display: block; }
.accordion-body span { position: absolute; top: 10px; left: 0; display: block; font-weight: 700; font-size: 20px; }
.accordion-body h3 { font-size: 22px; margin-bottom: 5px; }

/***************** type - 2 **************/
.accordion-two .accordion-item + .accordion-item { border-top: none !important; margin-top: 0; }
.accordion-two .accordion-button span { position: relative; font-size: 16px; top: auto; left: auto; font-weight: 500; line-height: 20px; }
.accordion-two .accordion-button { flex-flow: column; align-items: start; padding: 7px 0; padding-right: 40px; padding-left: 34px; }
.accordion-two  .accordion-body { padding-top: 6px; }
.accordion-star { position: absolute; left: -4px; top: 7px; background-color: #fff; width: 22px; height: 24px; z-index: 99; }
.accordion-star img { width: 100%; vertical-align: initial; filter: grayscale(9); transition: all .2s ease-in; }
.accordion-button:not(.collapsed) .accordion-star img { filter: none; }
.accordion.accordion-two { position: relative; }
.accordion-two .accordion-item::before { content: ''; position: absolute; left: 6px; width: 1px; height: 100%; background-image: url(../images/dashed.png); top: 15px; }
.accordion-two .accordion-item:last-child::before { display: none; }

/* =========================================== */
.modal-header { background-color: #00B7A5; padding: 14px 15px; padding-right: 50px; position: relative; }
.modal-header h3 { font-size: 20px; margin-bottom: 0; color: #fff; font-weight: 600; }
.modal-header .btn-close { position: absolute; right: 12px; background-image: none; background-color: #fff; opacity: 1; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0; top: 10px; }
.modal-header .btn-close img { width: 11px; }
.modal-content { border: none; }
.modal-share-option { display: flex; font-size: 16px; font-weight: 600; position: relative; align-items: center; color: #000 !important; }
.modal-share-icon { width: 30px; height: 30px; margin-left: auto; }
.modal-share-option + .modal-share-option { margin-top: 14px; padding-top: 14px; border-top: 1px solid #e1e1e1; }
.modal-share-copy { border: 1px solid #7b7b7b; border-radius: 5px; margin-left: auto; padding: 4px 15px 5px; font-size: 15px; text-transform: capitalize; color: #333 !important; }
.modal-share-copy img { width: 16px; margin-right: 3px; }
.modal-share-content { padding-bottom: 30px; }
.modal-share-copy:focus { background-color: #f5f5f5; }

/* =========================================== */
.beadcrumb-container { padding: 8px 0; }
.beadcrumb-container .breadcrumb { margin-bottom: 0; }
.beadcrumb-container .breadcrumb-item { font-size: 14px; font-weight: 500; color: #000; }
.breadcrumb-item+.breadcrumb-item::before { font-weight: 600 !important; color: #000; }
.beadcrumb-container .breadcrumb-item.active { color: #ff9014; }

/* =========================================== */
.package-single-title h1, .package-single-title h2 { font-size: 30px; margin-bottom: 2px; font-weight: 700; }
.package-single-title h6 { font-size: 14px; font-weight: 500; margin-left: -4px; margin-bottom: 0; }
.package-single-title h6 img { margin: 0 4px; vertical-align: bottom; width: 17px; }
.package-single-meta { display: flex; flex-wrap: wrap; }
.package-single-meta-left { width: 50%; }
.package-single-meta-right { width: 50%; text-align: end; }
.package-single-meta-right .package-cu-right { width: 100%; padding-top: 0; padding-left: 15px; }
.package-single-meta-left-upper .btn { font-size: 12px; padding: 8px 13px; min-width: 114px; margin-right: 8px; }
.package-single-meta-left .package-cul-icon { margin-top: 16px; }

/* =========================================== */
.package-single-img-list { margin-bottom: 20px; width: calc(100% + 12px); margin-left: -6px; }
.package-single-img-item { padding: 0 6px; width: 50%; }
.package-single-img { position: relative; padding-bottom: 77%; display: block; overflow: hidden; border-radius: 7px; z-index: 9; }
.package-single-zoom { position: absolute; width: 24px; height: 24px; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all .3s ease-in; z-index: 9; }
.package-single-img img { width: 100%; height: 100%; object-fit: fill; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.package-single-img::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); opacity: 0; transition: all .3s ease-in; }
.package-single-img:hover::before, .package-single-img:hover .package-single-zoom { opacity: 1; }
.package-single-text { padding-bottom: 14px; border-bottom: 1px solid #C0C0C0; }
.package-single-text .intro-text { -webkit-line-clamp: 10; }
.package-single-text .intro-text.show-more { -webkit-line-clamp: inherit; }
/* =========================================== */
.tour-info-head { background-color: #FF9014; padding: 10px 20px; }
.tour-info-head h5 { color: #fff; margin-bottom: 0; font-size: 18px; font-weight: 600; }
.tour-info-body ul, .tour-info-body table { margin-bottom: 0; }
.tour-info-item { background-color: #F0FFFE; }
.tour-info-body { border: 1px solid #ccc; border-top: 0; border-bottom: 0; padding: 14px; }
.tour-info-body h3 {font-size: 22px;  margin-bottom: 10;}
.tour-info-item:first-child .tour-info-head { border-radius: 8px 8px 0 0; }
.tour-info-item:last-child .tour-info-body { border-bottom: 1px solid #ccc; border-radius: 0 0 8px 8px; }
.intro-wrapper table tr td {padding: 6px 10px; border: 1px solid; font-size: 16px;}
.intro-wrapper table {width: 100% !important; max-width: 100%;}
/* =========================================== */
.quick-contact-item { width: 33.33%; margin-bottom: 24px; }
.quick-contact-box { padding: 0 24px; font-weight: 500; }
.quick-contact-box h3 { font-size: 22px; margin-bottom: 16px; }
.quick-contact-box h3 img { vertical-align: bottom; margin-right: 3px; }
.quick-contact-box p { margin-bottom: 10px; }
.quick-contact-social-links a + a { margin-left: 8px; }
.quick-contact-list { margin-bottom: -24px; }

/* =========================================== */
.side-widget + .side-widget { margin-top: 20px; }
.side-bar { position: sticky; top: 120px; }
.side-widget-query .btn { width: 100%; margin: 0; margin-bottom: 8px; }
.btn i { margin-right: 5px; }
.side-query-form { background-color: #00B7A5; }
.side-query-form-head { padding: 12px 20px; background-color: #ff9014; color: #fff; font-size: 18px; font-weight: 700; text-align: center; }
.side-query-form-body { padding: 8px 14px; }
.side-query-form-body .form-group label {color: #fff;margin-bottom: 4px;font-size: 14px;font-weight: 500;line-height: 18px;}
.side-query-form-body .form-group + .form-group { margin-top: 0px; }
.side-query-form-body .form-group .form-control { height: 32px; box-shadow: none !important; outline: none !important; }
.side-query-form-body .form-group .btn { margin-top: 10px; width: 100%; border-radius: 6px; }
.side-query-form-body .form-group .btn:hover { background-color: #ff9c2d; color: #fff; border-color: #ff9c2d; }
.side-choose-card { padding: 14px; background-color: #FFECD8; border-radius: 4px; }
.side-choose-card h4 { font-size: 22px; margin-bottom: 12px; }
.side-choose-card-list { width: calc(100% + 20px); margin-left: -10px; margin-bottom: -20px; }
.side-choose-card-list li { width: 50%; padding: 0 10px; margin-bottom: 20px; font-size: 13px; line-height: 18px; font-weight: 500; }
.side-choose-card-list li h5 { font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #FF9014; }
.side-query-form .form-check input[type='checkbox'] + label { color: #fff; font-size: 12px; }
.side-query-form .form-check input[type='checkbox'] + label::before { border-color: #fff; }
.side-query-form .form-check input[type='checkbox'] + label:after { background-image: none; background-color: #fff; width: 8px; height: 8px; top: 4px; left: 2px; border-radius: 1px; }
/* =========================================== */
.inner-banner-list .slick-dots li button { width: 8px; height: 8px; margin: 3px; }
.inner-banner-img img { width: 100%; height: 100%; object-fit: cover; }
.intro-wrapper ol { padding-left: 16px; }
.intro-wrapper h1 { font-size: 30px; }
.intro-wrapper h2 { font-size: 25px; margin-bottom: 6px; }
.intro-wrapper h3 { font-size: 22px; }
.intro-wrapper h4 { font-size: 20px; }
.intro-wrapper h5 { font-size: 18px; }
.intro-wrapper h6 { font-size: 16px; }
.intro-wrapper p br { display: none; }
.intro-wrapper p { text-align: justify; }
/* =========================================== */
.contact-block + .contact-block { margin-top: 18px; }
.contact-block h5 { font-size: 18px; font-weight: 600; margin-bottom: 8px; position: relative; }
.contact-block { font-weight: 500; padding-left: 24px; position: relative; line-height: 20px; font-size: 14px; }
.contact-block h5 img { position: absolute; left: -24px; width: 16px; top: 3px; }
.contact-block-list li + li { margin-top: 5px; }
.contact-block-list li .btn { margin-top: 10px; }
.contact-block-list { max-width: 310px; }
.contact-blocks { padding: 20px 0; }
.contact-outer-wrapper { background-color: #f8f9fb; background-image: url(../images/contact-bg.jpg); background-position: top center; background-repeat: no-repeat; margin-bottom: 20px; }
.contact-form-content { position: relative; background: #FFF; box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25); padding: 22px 16px; margin-top: -24px; margin-bottom: -10px; }
.contact-form-content::before { content: ''; border-bottom: 26px solid #D9D9D9; border-left: 30px solid transparent; position: absolute; right: 100%; top: 0; }
.contact-form-content h4 { font-size: 20px; line-height: 24px; font-weight: 600; margin-bottom: 6px; }
.contact-form-content p { margin-bottom: 20px; }
.contact-form .form-group + .form-group { margin-top: 14px; }
.contact-form-content .select2-container { border: 1px solid #ced4da !important; border-radius: 6px; height: auto; min-height: 44px;}
.form-control { height: 44px; box-shadow: none !important; outline: none !important; font-size: 14px; border-color: #ced4da !important; }
textarea.form-control { height: 100px; resize: none; }
.contact-form textarea.form-control { height: 124px; }
.contact-form .form-group { position: relative; }
.contact-form .form-group .iti.iti--allow-dropdown { width: 100%; }
.contact-form .form-group .iti__country-list { width: 100%; min-width: 300px; overflow-x: hidden; }
.select2-container .select2-search--inline .select2-search__field { height: 30px; line-height: 32px; margin-left: 10px;}
.offcanvas, .modal, .swal-overlay {z-index: 999999; }
.offcanvas-backdrop, .modal-backdrop { z-index: 99999;}
.customize_modal_body .form-group .select2 { width: 100% !important; }
.customize_modal_body .form-group .select2 .select2-selection { border: 1px solid #00b7a5 !important; border-radius: 6px; }
.select2-container--open .select2-dropdown--below{z-index:999999;}
/* =========================================== */
.about-content h3 { font-size: 30px; margin-bottom: 0px; font-weight: 700; }
.about-content p { margin-top: 14px; text-align: justify; }
.about-content { padding-right: 2%; }
.about-img img { width: 100%; border-radius: 10px; }
.why-content { padding-left: 5%; }
.why-item + .why-item { margin-top: 24px; }
.why-item { position: relative; padding-left: 54px; font-size: 22px; font-weight: 600; min-height: 40px; display: flex; flex-flow: column; justify-content: center; }
.why-item .why-icon { position: absolute; left: 0; top: 1px; width: 40px; }
.why-item .why-icon img { width: 100%; height: 100%; object-fit: contain; }
.planing-container { background-color: #F9FFFE; }
.planing-shape-ig { position: absolute; width: 50%; max-width: 600px; left: calc(50% - 600px); bottom: 26px; }

/* ================= card start ================= */
.offer_list { display: flex; flex-wrap: wrap; width: calc(100% + 12px); margin-left: -6px; margin-bottom: -20px; }
.offer_item { width: 25%; padding: 0 6px; margin-bottom: 20px; }
.offer_box { display: block; }
.offer_img { display: block; position: relative; padding-bottom: 84%; margin-bottom: 6px; overflow: hidden; border-radius: 4px; }
.offer_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; transition: all .4s ease-in; }
.offer_text { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 12px; display: flex; flex-flow: column; justify-content: end; background-color: rgba(0, 0, 0, .35); transition: all .3s ease-in; }
.offer_text h6 { font-size: 18px; font-weight: 400; margin-bottom: 0; color: #fff; text-align: center; text-shadow: 0 0 BLACK; transition: all .3s ease-in; transform-origin: bottom; }
.offer_box:hover .offer_text { background-color: rgba(0, 0, 0, .45); }
.offer_box:hover .offer_text h6 { transform: scale(1.1); }
.side-query-form-body.booking-form .form-group + .form-group { margin-top: 8px; }
.side-query-form-body.booking-form .form-group .form-control {height: 32px;}
.form-group.has-icon{position: relative;}
.form-group.has-icon .form-control {padding-left: 30px;}
.side-query-form-body.booking-form { padding: 10px 14px; }
.side-query-form-body.booking-form .form-group.has-icon label { margin-bottom: 2px; }
.side-query-form-body.booking-form .form-group.has-icon { position: relative; }
.has-icon .form-control-icon {position: absolute;top: 36px;left: 9px;}
.side-query-form-body.booking-form .form-group textarea.form-control { height: 90px; padding-left: 12px; }

/* ================= card start ================= */
.common-banner-container { background-color: #00B7A5; color: #fff; overflow: hidden;}
.common-banner-container.common-banner-bg-2{background-color: #E3B67F}
.common-banner-container.common-banner-bg-3{background-color: #F3BB4A}
.common-banner-text { padding: 40px 0; display: flex; flex-flow: column; justify-content: center; height: 100%; min-height: 290px;}
.common-banner-text h1, .common-banner-text h2 { font-size: 40px; line-height: 46px; margin-bottom: 0; }
.common-banner-type-2 .common-banner-text h1, .common-banner-type-2 .common-banner-text h2 { font-size: 36px; line-height: 42px; margin-bottom: 0; }
.common-banner-type-2 .common-banner-text, .common-banner-type-2 .common-banner-text { color: #483014;}
.common-banner-text h1 + p, .common-banner-text h2 + p { margin-top: 10px; }
.common-banner-cta { margin-top: 26px; }
.common-banner-img-area { height: 100%; display: flex; flex-flow: column; justify-content: end; }
.common-banner-img-1 { width: calc(100% + 60px); margin-left: -60px; }
.common-banner-img-2 { width: calc(100% + 60px); margin-right: -60px; }
.common-banner-img-3 { width: calc(100% + 120px); margin-right: -60px; margin-left: -60px;  }

/* ================= card start ================= */
.bullet-text-item + .bullet-text-item { margin-top: 24px; }
.bullet-text-item {position: relative;padding-left: 44px;min-height: 30px;display: flex;flex-flow: column;justify-content: center;padding-top: 4px;font-weight: 500;}
.bullet-text-item h5 {font-size: 20px;font-weight: 700;margin-bottom: 8px;}
.bullet-text-item .bullet-text-icon { position: absolute; left: 0; top: 1px; width: 30px; }
.bullet-text-item .bullet-text-icon img { width: 100%; height: 100%; object-fit: contain; }

/* ================= card start ================= */
.international-dest-list { column-count: 3; column-gap: 30px; }
.international-dest-item { -webkit-column-break-inside: avoid; margin-bottom: 30px; }
.international-dest-link { display: block; width: 100%; position: relative; border-radius: 8px; overflow: hidden; }
.international-dest-img { width: 100%;
    max-height: 210px;
    object-fit: cover;
    height: 210px; }
.international-dest-img img { width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in; }
.international-dest-text { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-flow: column; justify-content: end; text-align: center; color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #00000080 100%); padding: 15px; transition: background .3s ease-in; }
.international-dest-text h4 { font-size: 20px; margin-bottom: 0; font-weight: 600; line-height: 22px; }
.international-dest-text:hover { background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #000000a3 100%); }
.international-dest-link:hover .international-dest-img img { transform: scale(1.03); }
.best-places-list { width: calc(100% + 18px); margin-left: -9px; margin-top: -43px; }
.best-places-item { width: 33.33%; padding: 0 12px; }
.best-places-heading { font-weight: 700; font-size: 22px; margin-bottom: 0; }
.best-places-heading img { margin-left: 5px; transition: all .3s ease-in; }
.best-places-heading:hover img { margin-left: 15px; }
.domestic-dest-link { display: block; width: 100%; position: relative; border-radius: 8px; overflow: hidden; }
.domestic-dest-img { width: 100%; }
.domestic-dest-img img { width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in; }
.domestic-dest-text { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-flow: column; justify-content: end; text-align: center; color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #00000080 100%); padding: 15px; transition: background .3s ease-in; }
.domestic-dest-text h4 { font-size: 20px; margin-bottom: 0; font-weight: 600; line-height: 22px; }
.domestic-dest-text:hover { background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #000000a3 100%); }
.domestic-dest-link:hover .domestic-dest-img img { transform: scale(1.03); }
.domestic-dest-list { width: calc(100% + 20px); margin-left: -10px; margin-bottom: -20px; float: left; }
.domestic-dest-item { width: 50%; float: left; padding: 0 10px; margin-bottom: 20px; }
.domestic-dest-item:nth-child(3), .domestic-dest-item:nth-child(4) { width: 25%; }
.domestic-dest-item:nth-child(1) .domestic-dest-text h4, .domestic-dest-item:nth-child(2) .domestic-dest-text h4 { font-size: 28px; line-height: 34px; }
/* ================= card start ================= */
.customize_modal_body { padding: 16px 20px; }
.customize_modal_body .form-group + .form-group { margin-top: 10px; }
.customize_modal_body .form-group label { font-size: 14px; font-weight: 600; margin-bottom: 6px; line-height: 14px; display: block;	 }
.customize_modal_body .form-group .iti--allow-dropdown { width: 100%; }
.customize_modal_body .form-group .form-control { height: 38px; border: 1px solid #00b7a5 !important; }
.customize_modal_body .form-group .form-control-icon { top: 32px; }
.customize_modal_body .form-group .form-check { margin-bottom: 16px; }
.customize_modal_body .form-group .form-check .form-check-label { font-weight: 500; }
/* ================= query-contact start ================= */
.query-contact-heading { margin-bottom: 25px; font-size: 16px; line-height: 22px; }
.query-contact-heading h3 { font-size: 38px; font-weight: 700; margin-bottom: 10px; }
.query-contact-img img { width: 100%; }
.query-contact-form { margin-top: 50px; padding-left: 20px; }
.query-contact-form .form-group { margin-bottom: 16px; }
.query-contact-form .form-group label { font-size: 15px; font-weight: 600; color: #000; margin-bottom: 6px; display: block; line-height: 16px; }
.query-contact-form .form-group .form-control { height: 40px; border: 1px solid #00b7a5 !important; }
.query-contact-form .form-group textarea.form-control { height: 100px; }
.query-contact-form .form-group .iti--allow-dropdown { width: 100%; }
.query-contact-form .has-icon .form-control-icon { top: 34px; }

/* ================= heading animation start ================= */
.custom_heading { text-align: center; position: relative; padding-bottom: 130px; }
.custom_heading h3 { color: #FF9014; text-align: center; font-size: 30px; font-weight: 700; margin-bottom: 10px; line-height: normal; }
.custom_heading_desc { position: absolute; left: calc(50% + 50px); width: 100%; max-width: 500px; text-align: left; line-height: 22px; margin-bottom: 0; }
.custom_heading_arrow { margin: 0 auto; width: 44px; position: relative; }
.custom_heading_arrow img { width: 100%; }
.custom_heading_line { position: absolute; height: 40px;  width: 100%;  top: 178px;  border-radius: 5px 5px 0 0; overflow: hidden; border-bottom: 0;  }
.custom_heading_arrow::before { content: ''; width: 4px; height: 0px; position: absolute; left: 50%; transform: translateX(-50%); background-color: #ff9014; top: 43px; transition: all .4s ease-in; transition-delay: 1s; }
.animated .custom_heading_arrow::before { height: 91px; }
.custom_heading_line::before { content: ''; width: 0; height: 4px; position: absolute; top: 0; background-color: #ff9014; left: 50%; transform: translateX(-50%); border-top-left-radius: 10px; border-top-right-radius: 10px; transition: all .5s ease-in; transition-delay: 1.5s; }
.custom_heading_line::after { content: ''; height: 0; position: absolute; width: 100%; border: 4px solid #ff9014; border-top: 0; border-bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 6px 6px 0 0; top: 0; transition: all .2s ease-in; transition-delay: 2s; }
.animated .custom_heading_line::before {width: 100%}
.animated .custom_heading_line::after{height: 100%;}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	.heading h3 { font-size: 36px; }
	.package-cl-cta .btn { min-width: auto; font-size: 13px; padding: 6px 10px; }
	.planing-shape-ig { width: 600px; left: auto; right: 50%; }
	.common-banner-text h1, .common-banner-text h2, .common-banner-type-2 .common-banner-text h1, .common-banner-type-2 .common-banner-text h2 { font-size: 36px; line-height: 42px; }
	.common-banner-cta { margin-top: 20px; }
	.filter-btn.show { display: inline-flex;}
	.offcanvas-header .navbar-brand { width: 180px;}
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.filter-area { position: fixed; top: 0; bottom: 0; width: 320px; left: 0; z-index: 999999; background-color: #fff; padding: 20px; height: 100vh; transform: translateX(-100%); transition: all .3s ease-in; box-shadow: 5px 0px 20px rgb(0 0 0 / 5%); }
	.filter-area.show { transform: translateX(0px); }
	.filter-body { overflow-x: hidden; overflow-y: scroll; width: calc(100% + 40px); height: calc(100vh - 74px); padding: 0 20px 20px; margin-left: -20px; }
	.package-card-item { width: 50%; }
	.my-blog-item, .blog-grid-5 .my-blog-item { width: 33.33%; }
	.main-heading h3, .main-heading h1, .main-heading h2 { font-size: 26px; }
	.about-content h3 { font-size: 24px; }
	.about-content { padding-right: 0; }
	.why-content { padding-left: 0; }
	.why-item { font-size: 18px; min-height: 32px; padding-left: 44px; }
	.why-item .why-icon { width: 32px; top: 1px; }
	.why-item + .why-item { margin-top: 14px; }
	.offer_item { width: 50%; }
	.common-banner-text { padding: 30px 0; text-align: center; min-height: auto; }
	.common-banner-text h1, .common-banner-text h2, .common-banner-type-2 .common-banner-text h1, .common-banner-type-2 .common-banner-text h2 { font-size: 28px; line-height: 33px; }
	.common-banner-img-1, .common-banner-img-2, .common-banner-img-3 { margin: 0; width: 100%; }
	.international-dest-list { column-count: 2; column-gap: 20px; }
	.international-dest-item { margin-bottom: 20px; }
	.domestic-dest-item:nth-child(1) .domestic-dest-text h4, .domestic-dest-item:nth-child(2) .domestic-dest-text h4 { font-size: 22px; line-height: 26px; }
	.domestic-dest-text h4 { font-size: 16px; line-height: 20px; }
	.domestic-dest-item { padding: 0 6px; margin-bottom: 12px; }
	.domestic-dest-list { width: calc(100% + 12px); margin-left: -6px; }
	.query-contact-heading h3 { font-size: 30px; }
	.query-contact-left { position: sticky; top: 100px; }
    .custom_heading_desc { max-width: 400px; left: calc(50% + 30px); font-size: 15px; line-height: 20px; }
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	.content-container.more-pad { padding: 30px 0; }
	.filter-area { width: 100%; height: calc(100vh - 60px); bottom: 0; top: auto; box-shadow: 5px 0px 20px rgb(0 0 0 / 25%); border-radius: 20px 20px 0 0; transform: translateY(100%); }
	.filter-area.show { transform: translateY(0px); }
	.filter-body { height: calc(100vh - 147px); padding: 14px 20px; }
	.filter-btn { font-size: 16px; padding: 8px 20px; }
	.filter-btn img { width: 18px; }
	.filter-body .accordion-body { padding: 0 0 10px; }
	.heading h3 { font-size: 27px; }
	.heading { margin-bottom: 24px; }
	.heading-2 h3 { font-size: 20px; }
	.heading-cta { top: 0px; font-size: 14px; line-height: 19px; }
	.heading-2.has-cta { padding-right: 70px; }
	.main-heading.has-cta { padding-right: 90px; }
	.main-heading h3, .main-heading h1, .main-heading h2 { font-size: 24px; }
	.main-heading { margin-bottom: 20px; }
	.intro-text-wrapper h5 { font-size: 21px; margin-bottom: 14px; }
	.plh-left { width: 100%; }
	.offer_list { padding-bottom: 0px; }
	.offer_item { width: 100%; margin-bottom: 0; }
	.plh-right { width: 100%; order: -1; margin-bottom: 20px; }
	.package-list-head { margin-bottom: 26px; }
	.plh-right span { font-size: 14px; }
	.plh-right span img { width: 20px; vertical-align: sub; }
	.plh-right select { flex: 1; }
	.slick-slider .package-card-item { margin-bottom: 0; }
	.package-card-list.slick-slider { margin-bottom: 0; }
	.package-card-list .slick-list, .offer_list .slick-list { padding-right: 40px; width: calc(100% + 12px); margin-right: -12px; }
	.slick-slider .my-blog-item { margin-bottom: 0; }
	.my-blog-list.slick-slider { margin-bottom: 0; }
	.my-blog-item, .blog-grid-5 .my-blog-item { width: 50%; }
	.my-blog-list .slick-list { padding-right: 40px; width: calc(100% + 12px); margin-right: -12px; }
	.slick-slider { padding-bottom: 34px; }
	.slick-dots li button { width: 12px; height: 12px; }
	.slick-prev, .slick-next { width: 30px; height: 30px; }
	.slick-prev:before, .slick-next:before { font-size: 14px; }
	.slick-next { right: 8px; }
	.slick-prev { left: 8px; }
	.package-thumb { width: 100%; }
	.package-content { width: 100%; }
	.package-cu-left { width: 73%; }
	.package-cu-right { width: 27%; }
	.package-cu-left h3 { font-size: 20px; }
	.package-cul-via { font-size: 10px; }
	.package-cul-icons .package-cul-icon { width: 26px; height: 26px; }
	.package-c-lower { flex-flow: column; }
	.package-cl-text { width: 100%; }
	.package-cl-cta { width: 100%; margin-top: 16px; }
	.package-c-upper { margin-bottom: 14px; }
	.package-cl-cta .btn { flex: 1; }
	.accordion-button { font-size: 18px; padding: 2px 30px; line-height: 24px; }
	.accordion-button span { top: 2px; }
	.accordion-button::after { top: 1px; width: 27px; height: 27px; font-size: 12px; }
	.accordion-body { padding: 10px; padding-left: 30px; }
	.accordion-body span { font-size: 18px; top: 11px; }
	.accordion-body h3 { font-size: 18px; }
	.accordion-two .accordion-button::after { top: 4px; }
	.accordion-two .accordion-button { padding-left: 26px; }
	.accordion-two .accordion-body { padding-left: 26px; }
	.beadcrumb-container .breadcrumb-item { font-size: 12px; }
	.beadcrumb-container { padding: 6px 0; }
	.package-single-title { margin-bottom: 20px; }
	.package-single-title h1, .package-single-title h2 { font-size: 24px; margin-bottom: 4px; }
	.side-choose-card h4 { font-size: 18px; }
	.side-choose-card-list li h5 { font-size: 18px; margin-bottom: 4px; }
	.quick-contact-item { width: 100%; }
	.quick-contact-box { padding: 0 10px; }
	.intro-wrapper h2, .intro-wrapper h1 { font-size: 22px;}
	.intro-wrapper p { text-align: justify; }
	.contact-form-content { margin-bottom: 0; }
	.contact-outer-wrapper { margin-top: 24px; background-image: none; margin-bottom: 0; }
	.contact-form-content::before { border-left: 10px solid transparent; }
	.about-content h3 { font-size: 20px; }
	.about-content { margin-bottom: 30px; }
	.about-content p { margin-top: 8px; }
	.planing-shape-ig { width: 100%; right: auto; bottom: 0; }
	.why-content { margin-top: 30px; }
	.bullet-text-item { padding-left: 32px; padding-top: 5px; }
	.bullet-text-item .bullet-text-icon { width: 24px; }
	.bullet-text-item h5 { font-size: 18px; margin-bottom: 6px; }
	.bullet-text-item + .bullet-text-item { margin-top: 18px; }
	.package-single-zoom { opacity: 1; }
	.international-dest-list { column-count: 1; }
	.international-dest-text h4 { font-size: 18px; }
	.best-places-list { margin-top: 0; margin-bottom: -16px; }
	.best-places-heading { font-size: 20px; margin-bottom: 20px; }
	.best-places-item { width: 50%; margin-bottom: 16px; padding: 0 8px; }
	.international-dest-text { padding: 14px; }
	.best-places-item:first-child { width: 100%; }
	.domestic-dest-item { width: 100%; }
	.domestic-dest-item:nth-child(3), .domestic-dest-item:nth-child(4) { width: 50%; }
	.hdrbtn img { margin-right: 0 !important; }
	.query-contact-heading { margin-bottom: 20px; }
	.query-contact-heading h3 { font-size: 26px; }
	.query-contact-form { margin-top: 30px; padding: 0; }
	.query-contact-form .form-group { margin-bottom: 10px; }
	.custom_heading { padding-bottom: 0; }
	.custom_heading h3 { font-size: 24px;}
	.custom_heading_desc { max-width: 400px; left: calc(50% + 30px); font-size: 15px; line-height: 20px; }
	.custom_heading_desc { position: relative; left: 0; text-align: center; margin-bottom: 10px; }
	.custom_heading_line, .custom_heading_arrow::before { display: none; }
	.tourrow .or { width: 75px; height: 75px; }
	.tourrow .or p { font-size: 21px; }
	.intro-wrapper table tr td { font-size: 10px; line-height: 12px; padding: 3px 6px;}
	.tour-info-body h3 { font-size: 16px; }
	
	.package-card-rating {
        margin-top: 4px;
        margin-bottom: 15px;
    }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.my-blog-item, .blog-grid-5 .my-blog-item { width: 100%; }
}
.bgreprat {
    margin: 10px 0 !important;
    height: 32px !important;
    font-size: 18px !important;
    letter-spacing: 4px !important;
    width: 100% !important;
    line-height: 32px !important;
    position: relative;
    text-align:left !important;
    border-radius: 5px;
    padding-left:8px;
}

.bgreprat-refesh {
    width: 20px !important;
    height: 20px !important;
    margin-left: 13px !important;
    display: inline-block !important;
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
}


#customizeModal .bgreprat {
    margin-top: 0 !important;
    height: 38px !important;
    line-height: 38px !important;
}

#customizeModal .bgreprat-refesh {
    top: 4px;
}

#introTextWrap p {
  display: inline;
}

#introTextWrap p::after {
  content: " \A\A";
  white-space: pre;
}













