:root {
    --color-white: #fff;
    --color-light: #edf1f5;
    --color-secondary-light: #fff7e9;
    --color-bg: #fcb134;
    --color-bg-dark: #ecb134;
    --color-gray: #f4f4f4;
    --color-text-primary: #272C2A;
    --color-dark: #19221E;
    --color-bg-secondary: #db8c24;
    --color-accent: #26462c;
    --bg-color-1: #edf1f5;
    --bg-color-2: #f5f7f7;
    --color-hover: #a67019;
    --color-orange: #f24822;
    --color-brown: #a67019;
}


html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #cacaca;
}

::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 4px;
}

body {
    position: relative;
    background: #e0f1fb;
    color: #252525;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: inherit;
}

.display-1 {
    font-size: 3rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

/*bootstrap extend*/
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}
.fs-9 {
    font-size: 0.5625rem !important;
}
.fs-10 {
    font-size: 0.625rem !important;
}
.fs-11 {
    font-size: 0.6875rem !important;
}
.fs-12 {
    font-size: 0.75rem !important;
}
.fs-13 {
    font-size: 0.8125rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-17 {
    font-size: 1.0625rem !important;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-19 {
    font-size: 1.1875rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-21 {
    font-size: 1.3125rem !important;
}
.fs-22 {
    font-size: 1.375rem !important;
}
.fs-23 {
    font-size: 1.4375rem !important;
}
.fs-24 {
    font-size: 1.5rem !important;
}
.fs-26 {
    font-size: 1.625rem !important;
}
.fs-28 {
    font-size: 1.75rem !important;
}
.fs-30 {
    font-size: 1.875rem !important;
}
.fs-36 {
    font-size: 2.25rem !important;
}

.lh-1 {
    line-height: 1 !important;
}
.lh-1-1 {
    line-height: 1.1 !important;
}
.lh-1-2 {
    line-height: 1.2 !important;
}
.lh-1-3 {
    line-height: 1.3 !important;
}
.lh-1-4 {
    line-height: 1.4 !important;
}
.lh-1-5 {
    line-height: 1.5 !important;
}
.lh-1-6 {
    line-height: 1.6 !important;
}
.lh-1-7 {
    line-height: 1.7 !important;
}
.lh-1-8 {
    line-height: 1.8 !important;
}
.lh-1-9 {
    line-height: 1.9 !important;
}
.lh-2 {
    line-height: 2 !important;
}

/* aiz-core */
.w-auto {
    width: auto;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}
.w-5px,
.size-5px {
    width: 5px;
}
.w-10px,
.size-10px {
    width: 10px;
}
.w-15px,
.size-15px {
    width: 15px;
}
.w-20px,
.size-20px {
    width: 20px;
}
.w-25px,
.size-25px {
    width: 25px;
}
.w-30px,
.size-30px {
    width: 30px;
}
.w-35px,
.size-35px {
    width: 35px;
}
.w-40px,
.size-40px {
    width: 40px;
}
.w-45px,
.size-45px {
    width: 45px;
}
.w-48px,
.size-48px {
    width: 48px;
}
.w-50px,
.size-50px {
    width: 50px;
}
.w-60px,
.size-60px {
    width: 60px;
}
.w-64px,
.size-64px {
    width: 64px;
}
.w-70px,
.size-70px {
    width: 70px;
}
.w-80px,
.size-80px {
    width: 80px;
}
.w-90px,
.size-90px {
    width: 90px;
}
.w-100px,
.size-100px {
    width: 100px;
}
.w-110px,
.size-110px {
    width: 110px;
}
.w-120px,
.size-120px {
    width: 120px;
}
.w-130px,
.size-130px {
    width: 130px;
}
.w-140px,
.size-140px {
    width: 140px;
}
.w-150px,
.size-150px {
    width: 150px;
}
.w-160px,
.size-160px {
    width: 160px;
}
.w-170px,
.size-170px {
    width: 170px;
}
.w-180px,
.size-180px {
    width: 180px;
}
.w-190px,
.size-190px {
    width: 190px;
}
.w-200px,
.size-200px {
    width: 200px;
}
.w-210px,
.size-210px {
    width: 210px;
}
.w-220px,
.size-220px {
    width: 220px;
}
.w-230px,
.size-230px {
    width: 230px;
}
.w-240px,
.size-240px {
    width: 240px;
}
.w-250px,
.size-250px {
    width: 250px;
}
.w-260px,
.size-260px {
    width: 260px;
}
.w-270px,
.size-270px {
    width: 270px;
}
.w-280px,
.size-280px {
    width: 280px;
}
.w-290px,
.size-290px {
    width: 290px;
}
.w-300px,
.size-300px {
    width: 300px;
}
.w-310px,
.size-310px {
    width: 310px;
}
.w-320px,
.size-320px {
    width: 320px;
}
.w-330px,
.size-330px {
    width: 330px;
}
.w-340px,
.size-340px {
    width: 340px;
}
.w-350px,
.size-350px {
    width: 350px;
}
.w-360px,
.size-360px {
    width: 360px;
}
.w-370px,
.size-370px {
    width: 370px;
}
.w-380px,
.size-380px {
    width: 380px;
}
.w-390px,
.size-390px {
    width: 390px;
}
.w-400px,
.size-400px {
    width: 400px;
}
.w-410px,
.size-410px {
    width: 410px;
}
.w-420px,
.size-420px {
    width: 420px;
}
.w-450px,
.size-450px {
    width: 450px;
}
.w-470px,
.size-470px {
    width: 470px;
}
.w-500px,
.size-500px {
    width: 500px;
}
.w-530px,
.size-530px {
    width: 530px;
}
.w-553px,
.size-553px {
    width: 553px;
}
.w-640px,
.size-640px {
    width: 640px;
}
.w-800px,
.size-800px {
    width: 820px;
}

.h-auto {
    height: auto;
}
.h-5px,
.size-5px {
    height: 5px;
}
.h-10px,
.size-10px {
    height: 10px;
}
.h-15px,
.size-15px {
    height: 15px;
}
.h-20px,
.size-20px {
    height: 20px;
}
.h-25px,
.size-25px {
    height: 25px;
}
.h-30px,
.size-30px {
    height: 30px;
}
.h-35px,
.size-35px {
    height: 35px;
}
.h-40px,
.size-40px {
    height: 40px;
}
.h-45px,
.size-45px {
    height: 45px;
}
.h-48px,
.size-48px {
    height: 48px;
}
.h-50px,
.size-50px {
    height: 50px;
}
.h-60px,
.size-60px {
    height: 60px;
}
.h-64px,
.size-64px {
    height: 64px;
}
.h-70px,
.size-70px {
    height: 70px;
}
.h-75px,
.size-75px {
    height: 75px;
}
.h-80px,
.size-80px {
    height: 80px;
}
.h-90px,
.size-90px {
    height: 90px;
}
.h-100px,
.size-100px {
    height: 100px;
}
.h-110px,
.size-110px {
    height: 110px;
}
.h-120px,
.size-120px {
    height: 120px;
}
.h-130px,
.size-130px {
    height: 130px;
}
.h-140px,
.size-140px {
    height: 140px;
}
.h-150px,
.size-150px {
    height: 150px;
}
.h-160px,
.size-160px {
    height: 160px;
}
.h-170px,
.size-170px {
    height: 170px;
}
.h-180px,
.size-180px {
    height: 180px;
}
.h-185px,
.size-185px {
    height: 185px;
}
.h-190px,
.size-190px {
    height: 190px;
}
.h-200px,
.size-200px {
    height: 200px;
}
.h-210px,
.size-210px {
    height: 210px;
}
.h-220px,
.size-220px {
    height: 220px;
}
.h-230px,
.size-230px {
    height: 230px;
}
.h-240px,
.size-240px {
    height: 240px;
}
.h-250px,
.size-250px {
    height: 250px;
}
.h-260px,
.size-260px {
    height: 260px;
}
.h-270px,
.size-270px {
    height: 270px;
}
.h-280px,
.size-280px {
    height: 280px;
}
.h-290px,
.size-290px {
    height: 290px;
}
.h-300px,
.size-300px {
    height: 300px;
}
.h-310px,
.size-310px {
    height: 310px;
}
.h-320px,
.size-320px {
    height: 320px;
}
.h-330px,
.size-330px {
    height: 330px;
}
.h-340px,
.size-340px {
    height: 340px;
}
.h-350px,
.size-350px {
    height: 350px;
}
.h-360px,
.size-360px {
    height: 360px;
}
.h-370px,
.size-370px {
    height: 370px;
}
.h-380px,
.size-380px {
    height: 380px;
}
.h-390px,
.size-390px {
    height: 390px;
}
.h-400px,
.size-400px {
    height: 400px;
}
.h-410px,
.size-410px {
    height: 410px;
}
.h-420px,
.size-420px {
    height: 420px;
}
.h-450px,
.size-450px {
    height: 450px;
}
.h-460px,
.size-460px {
    height: 460px;
}
.h-470px,
.size-470px {
    height: 470px;
}
.h-475px,
.size-475px {
    height: 475px;
}
.h-485px,
.size-485px {
    height: 485px;
}
.h-490px,
.size-490px {
    height: 490px;
}
.h-500px,
.size-500px {
    height: 500px;
}
.h-530px,
.size-530px {
    height: 530px;
}
.h-553px,
.size-553px {
    height: 553px;
}
.h-640px,
.size-640px {
    height: 640px;
}
.h-800px,
.size-800px {
    height: 820px;
}

.font-16 {
    font-size: 1rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-20 {
    font-size: 1.25rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-32 {
    font-size: 2rem;
}

.font-36 {
    font-size: 2.25rem;
}

.font-40 {
    font-size: 2.5rem;
}

ul,
ol,
dl,
figure {
    margin: 0;
    padding: 0;
}

figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

span {
    font-size: 14px;
}

.text-align-justify {
    text-align: justify;
}

p {
    margin-bottom: 0;
}

small {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
}

ul li,
ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
    color: #fcb134;
    font-weight: 400;
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: #fcb134;
}

a,
dt {
    color: #555555;
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: #fcb134;
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

.btn-button {
    position: relative;
    background-color: #fcb134;
    border: #fcb134 1px solid;
    border-radius: 0.125rem;
    box-shadow: none;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    color: #1e1e1e;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    padding: 0.6rem 1rem;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}

.btn-button:hover,
.btn-button:focus {
    background-color: #cb8a18;
    border: #cb8a18 1px solid;
    box-shadow: none;
    color: #1e1e1e;
    outline: none;
}

.btn-button i {
    margin-right: 8px;
}

.btn-outline {
    background-color: unset;
    border: #fcb134 1px solid;
    color: #fcb134;
}

.btn-outline:hover {
    background-color: #cb8a18;
    border: #cb8a18 1px solid;
    box-shadow: none;
    color: #1e1e1e;
}

.btn-read {
    display: inline-block;
    position: relative;
    color: #fcb134;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.btn-read i {
    margin-left: 6px;
    font-size: 18px;
    vertical-align: middle;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #d28300;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #d28300;
}

.form-group {
    position: relative;
}

.form-floating>.form-control {
    padding: 0.875rem 0.75rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3rem + 3px);
    line-height: 1rem;
}

.form-control,
.form-select {
    position: relative;
    /* background-image: none; */
    /* border: none; */
    border-radius: 4px;
    color: #787878;
    outline: none;
    height: 44px;
    font-size: 1rem !important;
    padding: 0 15px;
}

.form-control:focus,
.form-select:focus {
    background-color: none;
    border-color: none;
    /* border: none; */
    box-shadow: none;
    color: #787878;
    outline: 0;
}

input,
textarea,
select,
button {
    outline: none;
    font-size: 1rem;
}

input.form-control,
textarea.form-control,
select.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* border: none; */
    height: 50px;
    font-size: 1rem !important;
    padding: 0 20px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    /* border: none; */
    outline: none;
    box-shadow: none;
    border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -moz-webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-webkit-appearance: textfield;
}

textarea.form-control {
    height: 150px;
}

.form-control.ndate-picker {
    background-color: #ffffff;
}

.form-label {
    margin-bottom: 0.2rem;
}

label {
    color: #414141;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0;
}

.title-widget {
    position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
    position: relative;
    color: #1e1e1e;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.sub-title {
    position: relative;
}

.sub-title span.title-line {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    top: -6px;
    width: 80px;
    height: 1px;
    background: #fcb134;
}

.sub-title h6 {
    color: #fcb134;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.title-widget span,
.title-widget span,
.title-widget span,
.title-widget span,
.title-widget span,
.title-widget span {
    color: #fcb134;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.position-relative {
    position: relative !important;
    z-index: 2;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

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

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.font-28 {
    font-size: 1.8rem;
}

.font-32 {
    font-size: 2rem;
}

.font-36 {
    font-size: 2.25;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

hr {
    background-color: rgba(237, 237, 237, 1);
    opacity: 1;
}

.line {
    background-color: rgba(244, 244, 244, 1);
    width: 600px;
    height: 1px;
    margin: 0 auto;
}

.bg-site {
    background-color: #000000;
}

.bg-yellow {
    background-color: #fcb134;
}

.bg-linear {
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 100%,
            rgba(253, 253, 253, 0.96));
}

.section-content {
    position: relative;
    padding: 50px 0 80px 0;
}

main.section-all {
    min-height: 500px;
}

.section {
    position: relative;
    padding: 100px 0;
}

.container-fluid {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
}

/******** header ********/

header {
    position: relative;
    background-color: #000000;
}

.header_top-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-rit {
    border-right: 1px solid #222222;
    padding-right: 20px;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    transition: all 0.2s ease-in-out;
}

.top-rit:last-child {
    border-right: none;
    padding-right: 0;
}

.h-tp-icon {
    position: relative;
    display: flex;
    align-items: baseline;
}

.cnt_img {
    width: 24px;
    height: 24px;
}

.cnt_img {
    margin-left: 6px;
}

.cnt_img span i {
    color: #fcb134;
    font-size: 24px;
    margin-left: 6px;
}

.h-tp-cnt {
    margin-left: 10px;
}

.tpadd {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
}

.tpcnt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.tpcnt a {
    color: #ffffff;
}

.nepal-tourism {
    width: 60px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.nepal-tourism img {
    max-width: 50px;
}

nav {
    position: relative;
    background-color: #000000;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000000;
    z-index: 9;
    width: 100%;
}

/******** banner ********/
.slider-wrapper {
    position: relative;
    height: 100%;
}

.banner__wrap {
    position: relative;
}

.banner__wrap::after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../assets/images/bg-white-04_03.png) no-repeat;
    min-height: 540px;
    width: 100%;
}

.banner__info {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.banner__caption {
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    width: 50%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    text-transform: capitalize;
    z-index: 2;
}

.arrow__items {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.arrow__items_2 {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.title_display {
    font-size: 60px;
}

.title_display span {
    color: #fcb134;
    font-size: 60px;
}

.info__text p {
    font-size: 15px;
    line-height: 1.5;
}

.input-box {
    position: relative;
    height: 60px;
    max-width: 600px;
    width: 100%;
    border: 1px solid #929292;
    background: #fff;
    margin: 0;
    border-radius: 8px;
}

.input-box i,
.input-box .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.input-box i {
    left: 16px;
    font-size: 24px;
    color: #fcb134;
}

.input-box input {
    height: 100%;
    width: 100%;

    border: none;
    background-color: transparent;
    color: #1e1e1e;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0 150px 0 50px;
}

.input-box .button {
    right: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    border: none;
    padding: 10px 26px;
    border-radius: 4px;
    background-color: #fcb134;
    cursor: pointer;
    text-transform: uppercase;
}

.input-box .button:active {
    transform: translateY(-50%) scale(0.98);
}

.slider-banner {
    position: relative;
    width: 50%;
    top: 20px;
    padding-bottom: 80px;
}

.slider-banner .carousel-inner {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow: hidden;
}

.slider-banner .carousel-inner .carousel-item {
    display: block;
    height: 100%;
    min-height: 1px;
}

.slider-banner .carousel-inner .carousel-item img {
    border-radius: 8px;
    display: block;
    object-fit: cover;
    object-position: center center;
    height: 570px;
}

.carousel-control-buttons {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.carousel-control-buttons button {
    position: absolute;
    top: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    border: 2px solid #ffff;
    background-color: transparent;
    padding: 0;
    transition: opacity 0.15s ease;
    z-index: 1;
}

.carousel-control-buttons .carousel-control-prev {
    left: calc(100% - 50px);
    bottom: 13% !important;
}

.carousel-control-buttons .carousel-control-next {
    right: 10px;
    bottom: 5% !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.search__wrapper {
    display: none;
}

.popular-warpper {
    position: relative;
    padding: 50px 0 80px 0;
}

.wrapper__box {
    position: relative;
}

.image__box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.image__card {
    position: relative;
}

.image__card img {
    border-radius: 4px;
    display: inline-block;
    object-fit: cover;
    height: 340px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.image__box:hover .image__card img {
    border-radius: 4px;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    filter: brightness(0.8);
}

.wrapper__content {
    position: relative;
    padding: 20px 0;
}

.duration i {
    margin-right: 8px;
}

.duration span {
    color: #1e1e1e;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.destination i {
    margin-right: 8px;
}

.destination span {
    color: #1e1e1e;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapper__content h4,
.wrapper__content h5 {
    color: #1e1e1e;
    font-weight: 500;
}

.wrapper__content h4 a,
.wrapper__content h5 a {
    color: #1e1e1e;
}

.why__wrapper {
    background-color: #f1faff;
}

.icons {
    float: left;
    margin-right: 25px;
    width: 52px;
    height: auto;
}

.icons img {
    width: 52px;
    height: auto;
}

.text__info {
    margin-left: 78px;
}

.rating ul li {
    color: #fcb134;
    display: inline-block;
    font-size: 14px;
}

.rating ul li span {
    color: #252525;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.p__tag h4 {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.p__tag h4 span {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.p__tag h4 sup {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.p__tag h4 strike {
    color: #fcb134;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 20px;
}

.dotted {
    width: 100%;
    border-bottom: 1px dashed #b6b6b6;
    margin-top: 20px;
}

.see-details {
    position: relative;
}

.see-details span.title-line {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    top: -4px;
    width: 50px;
    height: 1px;
    background: #fcb134;
}

.see-details a {
    color: #fcb134;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.see-details a:hover {
    color: #d28300;
}

.p__tag1 h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.p__tag1 h4 span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.p__tag1 h4 sup {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.p__tag1 h4 strike {
    color: #fcb134;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 20px;
}

.trip__section .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
}

.trip__section .owl-carousel .owl-nav .owl-next,
.trip__section .owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    border: 1px solid #b7b7b7;
    color: #a1a1a1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    margin-left: 4px;
}

.trip__section .owl-carousel .owl-nav .owl-next {
    left: 55%;
}

.trip__section .owl-carousel .owl-nav .owl-prev {
    right: 55%;
}

.trip__section .owl-carousel .owl-nav .owl-prev i,
.trip__section .owl-carousel .owl-nav .owl-next i {
    color: #a1a1a1;
}

.trip__section .owl-carousel .owl-nav .owl-next:hover,
.trip__section .owl-carousel .owl-nav .owl-prev:hover {
    color: #242424;
    outline: 0;
}

.trip__section .owl-carousel .owl-nav .owl-next:focus,
.trip__section .owl-carousel .owl-nav .owl-prev:focus {
    color: #242424;
    outline: 0;
}

.destination__wrapper {
    position: relative;
}

.destination__img {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: -100px;
}

.destination__img img {
    width: 100%;
    height: 100%;
}

.destination__inner {
    background-color: #ffffff;
}

.img__card-2 img {
    height: 120px;
    object-fit: cover;
}

.image__1 img {
    object-fit: cover;
    object-position: center;
    height: 180px;
}

.visitor__wrapper {
    position: relative;
    background: #e0f1fb url(../assets/images/line42.png) center center;
    background-repeat: no-repeat;
}

.image__3 img {
    object-fit: cover;
    object-position: center;
    height: 390px;
}

.title-caption {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(49, 49, 49, 0.9));
    border-radius: 0 0 4px 4px;
    color: #fff;
    text-transform: capitalize;
    padding: 35px 20px;
    z-index: 9;
}

.customize__wrapper {
    position: relative;
    height: auto;
    width: auto;
}

.customize__wrapper::after {
    position: absolute;
    content: "";
    background: url(../assets/images/bg-white-04.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: 1;
}

.customize__inner {
    position: relative;
    z-index: 2;
}

.customize_trip {
    position: relative;
    height: 500px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    text-transform: capitalize;
    z-index: 1;
}

.customize {
    font-size: 1em !important;
    padding: 0.6em 2.5em !important;
}

.video__wrapper {
    position: relative;
    border-radius: 16px;
    border: 1px solid #929292;
    padding: 20px;
}

.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(25vh - 72px);
    min-height: 30rem;
    width: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.read_btn {
    color: #1e1e1e;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
}

.read_btn span {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
    justify-content: center;
}

.read_btn span i {
    color: #1e1e1e;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

.read_sm_btn {
    color: #1e1e1e;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
}

.read_sm_btn span {
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    justify-content: center;
}

.read_sm_btn span i {
    color: #1e1e1e;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}

.bg-video-wrap h3 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 800px;
    width: 100%;
    height: 60px;
    font-size: 5dvh;
}

.blog__content {
    margin-left: 210px;
}

.date_content {
    background-color: #fcb134;
    border-radius: 2px;
    color: #1e1e1e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 12px;
}

.title_blog {
    color: #1e1e1e;
}

.title_blog a {
    color: #1e1e1e !important;
}

.blog__img img {
    object-position: center center;
    object-fit: cover;
    aspect-ratio: 3/2 !important;
}

.blog__img1 img {
    object-position: center center;
    object-fit: cover;
    aspect-ratio: 3/2 !important;
}

.blogcontent {
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 2px rgba(11, 60, 93, 0.4), 0 -1px 2px rgba(11, 60, 93, 0.04);
    padding: 20px;
}

.toc-list-item {
    font-size: 14px;
    list-style: inherit !important;
    list-style-position: inside;
}

.toc-list {
    padding-left: 20px !important;
}

/**** testimonial *****/
.testimonials-wrapper {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 50px;
}

.test__card {
    position: relative;
}

.quote {
    line-height: 28px;
}

.testi__profile {
    display: flex;
    align-items: center;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 20px;
}

.name {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.title {
    font-size: 16px;
    font-weight: 500;
    color: #fcb134;
}

.associated-list ul li {
    display: inline-block;
    height: 50px;
    padding: 0 20px 0 0;
    margin: 0 0 20px;
}

.associated-list ul li img {
    display: inline-block;
    height: 50px;
}

/**** footer *****/
footer {
    position: relative;
}

.footer__bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.footer__bg img {
    width: 100%;
    height: 100%;
}

.footer__wrapper {
    background-color: #000000;
}

.footer__inner {
    position: relative;
}

.footer-info h5 {
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-transform: capitalize;

}

.cont_icons {
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-right: 15px;
}

.cont_icons span i {
    font-size: 18px;
}

.contact-info address {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.contact-info address span a {
    color: #ffffff;
}

.contact-info address strong {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.contact-info p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.livechat ul li {
    display: inline-block;
    margin-right: 4px;
}

.social__wrap {
    background-color: #e0f1fb;
    border-radius: 8px;
    padding: 10px 30px 10px 30px;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons h5 {
    margin-right: 10px;
}

.social-icons li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-right: 4px;
}

.social-icons li a {
    color: #fff;
    border-radius: 100%;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 2px;
    text-align: center;
}

.affilation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.affilation li {
    display: inline-block;
    margin-right: 10px;
}

.affilation h5 {
    margin-right: 10px;
}

.ft-bottom {
    padding: 20px 0;
}

.listing li {
    position: relative;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
}

.listing li a {
    color: #ffffff;
}

.listing li a:hover {
    color: #fcb134;
}

.links_footer {
    text-align: left;
}

.logo__footer {
    float: left;
    width: 90px;
    margin-right: 20px;
}

.copy-right {
    margin-left: 120px;
}

.copy-right p {
    color: #858585;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.copy-right p a {
    color: #fcb134;
}

.copy-right p a:hover {
    color: #fcb134;
    text-decoration: underline;
}

.p-20 {
    padding: 20px;
}

/******** all page css *******/
.site_page-title-inner {
    position: relative;
}

.page-titleShape {
    position: relative;
    padding: 100px 0;
}

.page-title {
    position: relative;
    z-index: 2;
}

.page-title ul li {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    text-transform: capitalize;
    padding: 15px 0;
}

.page-title ul li a {
    color: #555555;
}

.page-title ul li a:hover {
    color: #1e1e1e;
}

.page-title ul li+li::before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    display: inline-block;
    margin: 0 8px 0 8px;
}

.page-title h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn_1 {
    border: 1px solid #1e1e1e;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    background: none;
    cursor: pointer;
}

.btn-icon {
    width: 15px;
    height: 15px;
    stroke: #1e1e1e;
}

.btn_1:hover {
    background-color: #1e1e1e;
}

.btn_1:hover .btn-icon {
    stroke: #fff;
}

.list-item li {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    list-style-type: disc;
    list-style-position: inside;
    margin: 2px 0;
}

/********about css*********/
.site__pageinner {
    position: relative;
    background-color: #ffffff;
    padding-bottom: 80px;
    padding-top: 0;
}

.box__wrapper {
    position: relative;
    background: #f9f9f9 url(../assets/images/bg-cta-2.png);
    border-radius: 8px;
    padding: 20px 40px 50px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

aside {
    position: relative;
}

.sidebar__navbar ul li {
    display: block;
}

.sidebar__navbar ul li a {
    background-color: #ffffff;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 4px;
    color: #1e1e1e;
    display: block;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    padding: 12px 20px;
    margin-bottom: 5px;
}

.sidebar__navbar ul li a.active {
    background-color: #1e1e1e;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid #1e1e1e;
}

.sidebar__navbar ul li a.active i {
    color: #fff !important;
}

.sidebar__navbar ul li i {
    color: #ffffff;
    margin-right: 10px;
}

.sidebar__navbar ul li a:hover {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    color: #fff !important;
}

.sidebar__navbar ul li a:hover i {
    color: #fff !important;
}

.expert-team {
    background: #000000 url(../assets/images/bg-cta-2.png) center center no-repeat;
    border-radius: 4px;
    padding: 20px 20px 10px 20px;
}

.expert_box {
    text-align: center;
}

.expert_box img {
    border: 1px solid #fcb134;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    padding: 8px;
    margin: 0 auto;
}

.expert h5 {
    color: #ffffff;
}

.expert span {
    color: #ffffff;
    display: block;
}

.ex__title {
    color: #ffffff;
}

.ex__title i {
    color: #fcb134;
    margin-right: 6px;
}

.info__wrap {
    background-color: #f1faff;
    border-radius: 4px;
    padding: 20px;
}

.highlight li {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 24px;
}

.highlight li::after {
    position: absolute;
    content: "\f1ce";
    left: 0;
    top: -2px;
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #fcb134;
    font-size: 14px;
}

/********details package css*********/
.banner__with--gallery {
    position: relative;
}

.banner__grid {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-gap: 5px;
    max-height: 516px;
}

.banner__img {
    display: block;
    width: 100%;
    height: 258px;
}

.banner__img {
    cursor: pointer;
    grid-column: span 3;
    margin: 0;
    background: #000;
}

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

.banner__img:first-child {
    height: 516px;
}

.banner__img:first-child {
    grid-row: span 2;
    grid-column: span 8;
}

@media (min-width: 1440) {
    .banner__img {
        height: 280px;
    }

    .banner__img:first-child {
        height: 569px;
    }

    .banner__img:first-child,
    .banner__grid.owl-carousel .owl-item:first-child {
        grid-row: span 2;
        height: 569px;
    }
}

@media (max-width: 992px) {
    .banner__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        max-height: 480px;
    }
}

@media (min-width: 768px) {

    .banner__img:first-child,
    .banner__grid.owl-carousel .owl-item:first-child {
        grid-row: span 2;
        height: 516px;
    }
}

.view-gallery {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 111;
    background: #323232;
    color: #fff;
    padding: 13px 15px 13px 20px;
    border-radius: 45px 0 0 45px;
}

.view-gallery svg {
    vertical-align: bottom;
}

#openGallery {
    color: #ffffff;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

#openGallery a:hover {
    color: #fcb134;
    text-decoration: none;
    outline: none;
}

.location_info span {
    margin-right: 20px;
}

.location_info i {
    color: #fcb134;
    font-size: 16px;
    margin-right: 6px;
}

.include_bg {
    display: inline-flex;
}

.include_bg ul li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
}

.include_bg span {
    background-color: transparent;
    border: 1px solid #4a9d5a;
    border-radius: 2px;
    display: inline-block;
    color: #4a9d5a;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 8px;
}

.box-content_holder {
    padding: 30px;
}

.notice-blue {
    background-color: #f1faff;
    border-color: #e7f4fb;
}

.title-icon i {
    color: #fcb134;
    font-size: 20px;
    align-items: center;
    margin-right: 10px;
}

.trip__facts {
    background: #f9f9f9 url(../assets/images/bg-cta-2.png) center center;
    border-radius: 4px;
    padding: 20px;
}

.trip-detail-contact-form {
    background: #f9f9f9 url(../assets/images/bg-cta-2.png) center center;
    border-radius: 4px;
    padding: 20px;
}

.pkg-title h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.tripdetails_desc p {
    color: #fff;
    letter-spacing: -0.03em;
    padding: 0;
    margin: 0;
}

.list-trip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-items: start;
}

.itinerary-icon {
    width: 24px;
    margin-right: 12px;
}

.itinerary-icon span {
    border-radius: 100%;
    color: #4a9d5a;
    font-size: 24px;
    overflow: hidden;
}

.itinerary-icon span i {
    color: #4a9d5a;
    font-size: 24px !important;
}

.c-card {
    position: relative;
}

.c-card__title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px !important;
    margin-top: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
    padding: 0;
}

.c-card__content {
    color: #848484;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.c-card__content a {
    color: #666666;
}

.tools {
    color: #fcb134;
    font-size: 16px;
}

.tools i {
    font-size: 16px;
    margin-left: 6px;
}

/***tabs-details***/
.section-tripdetails {
    position: relative;
}

.tripdetails__section {
    position: relative;
    padding: 0;
}

.tripdetails__header {
    position: relative;
    background-color: #f9f9f9;
}

.stickys {
    position: fixed;
    background-color: #f9f9f9;
    color: #1e1e1e;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.stickys .nav-tabs {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.content-part {
    position: relative;
}

.nav-tabs .nav-link {
    border-color: unset !important;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    padding: 8px 20px;
    margin-right: 0;
    vertical-align: middle;
    text-transform: capitalize;
}

.nav-tabs .nav-link span {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 5px;
}

.nav-tabs .nav-link span i {
    font-size: 16px;
    line-height: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background: #1e1e1e;
    border-color: unset !important;
    border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    white-space: nowrap;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #fcb134;
    border-color: unset !important;
    color: #ffffff;
    border-radius: 0;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.nav-tabs {
    border: 0;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: none;
}

.nav-tabs .nav-link {
    border: none;
}

.scrollable-navbar-container {
    white-space: nowrap;
}

.scrollable-tabs .nav-item {
    display: inline-block;
    white-space: normal;
}

.details-section {
    position: relative;
}

/****itinerary****/

.title__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iti-btn,
.faq-btn {
    background-color: transparent;
    border: 2px solid #fcb134 !important;
    color: #fcb134;
    outline: none;
    padding: 6px 12px !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.iti-btn span,
.faq-btn span {
    font-size: 14px;
    margin-left: 8px;
}

.iti-btn:hover,
.faq-btn:hover {
    background-color: #fcb134;
    border: 2px solid #fcb134 !important;
    box-shadow: none;
}

.itinerary-content {
    position: relative;
}

.itinerary {
    position: relative;
}

.itinerary>.accordion-item>button span {
    display: block;
    position: relative;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 500;
    padding-right: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.itinerary>.accordion-item>button .t_days {
    color: #1e1e1e;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.itinerary::before {
    content: "";
    border-left: 1px dashed #cacaca;
    position: absolute;
    top: 41px;
    bottom: 50px;
    left: 7px;
    z-index: 1;
}

.itinerary>.accordion-item:first-child {
    padding-top: 5px;
}

.itinerary>.accordion-item {
    position: relative;
    padding: 6px 0 6px 35px;
}

.itinerary>.accordion-item:first-child::before {
    top: 20px;
}

.itinerary>.accordion-item:first-child::before,
.itinerary>.accordion-item:last-child::before {
    width: 27px;
    height: 27px;
    background: #fcb134;
    left: -6px;
    z-index: 1;
}

.itinerary>.accordion-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    background: #ffffff;
    border: 2px solid#fcb134;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 9;
}

.itinerary>.accordion-item:first-child>i,
.itinerary>.accordion-item:last-child>i {
    position: absolute;
    color: #fff;
    left: 3px;
    top: 20px;
    z-index: 5;
    font-size: 12px;
    font-style: normal;
}

.icon-pin::before {
    content: "\f3c5";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    line-height: 1;
}

.itinerary>.accordion-item:last-child::before {
    top: 20px;
}

.itinerary>.accordion-item:first-child::before,
.itinerary>.accordion-item:last-child::before {
    width: 27px;
    height: 27px;
    background: #fcb134;
    left: -6px;
    z-index: 1;
}

.icon-flag-pole12::before {
    content: "\f024";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    line-height: 1;
}

.itinerary>.accordion-item:last-child>i {
    top: 20px;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.itinerary-wrapper .accordion-collapse {
    border: 0;
}

.itinerary-wrapper .accordion-button {
    border: 0;
    color: #1e1e1e;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}

.itinerary-wrapper .accordion-button:focus {
    box-shadow: none;
}

.itinerary-wrapper .accordion-button:not(.collapsed) {
    background: none;
    color: #3a3a3a;
}

.itinerary-wrapper .accordion-body {
    padding: 10px 0px;
}

.itinerary-wrapper .accordion-body p {
    font-size: 16px;
}

.trip__list li {
    display: flex;
    position: relative;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 32px;
}

.trip__list.include li::after {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: #0f9147;
    font-size: 16px;
}

.trip__list.exclude li::after {
    position: absolute;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: #a80833;
    font-size: 16px;
}

.map__wrap {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 30px;
}

.faq-holder .accordion-button {
    border-radius: 4px;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}

.faq-holder .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    border: 1px solid #252525;
    color: #252525;
    border: none;
    outline: 0;
    box-shadow: none;
}

.faq-holder .accordion-button:not(.collapsed) {
    background-color: none;
    border: 1px solid #252525;
    color: #252525;
    box-shadow: none;
}

.review__info {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.r__profile img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.client__info {
    margin-left: 170px;
}

.widget {
    position: sticky;
    /* top: 150px; */
    z-index: 99;
}

.widget.js-sticky-widget {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 80px;
}

.widget--sticky {
    width: auto;
    height: auto;
}

.tripdetails-card {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.price_tag {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}

.price_tag sub {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.price_tag {
    font-size: 30px;
}

.price_tag span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.price_tag strike {
    font-size: 18px;
    font-weight: 400;
}

.group-discount .accordion {
    background-color: #ffffff;
    color: #252525;
    cursor: pointer;
    padding: 8px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

.group-discount .active,
.accordion:hover {
    background-color: #ffffff;
}

.group-discount .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.group-discount .active:after {
    content: "\2212";
}


.group-discount .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.group-price-list {
    background: #474747;
}


.group-price-list .group-item {
    color: var(--color-bg-dark);
    /* border-bottom: 1px solid #d4d4d4; */
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
}

.group-price-list .group-item:hover {
    background: #2c2c2c;
}

.smbtn {
    background-color: #2aa81a;
    border: 1px solid #2aa81a;
    color: #fff;
}

.smbtn:hover {
    background-color: #1b830e;
    border: 1px solid #1b830e;
    color: #fff;
}

.date-select-wrap {
    position: relative;
    max-width: 270px;
}

.wrapper-dropdown {
    position: relative;
    display: inline-block;
    min-width: 100%;
    padding: 0 5px 0 15px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    text-align: left;
    line-height: 45px;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper-dropdown::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #a0a0a0 transparent;
}

.wrapper-dropdown.active::before {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown {
    position: absolute;
    top: 140%;
    right: 0;
    left: 0;

    margin: 0;
    padding: 0;

    list-style: none;

    border-radius: inherit;
    box-shadow: inherit;
    background: inherit;

    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;

    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);

    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    opacity: 0;
    visibility: hidden;

    z-index: 999;
}

.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;

    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
    background: rgba(197, 239, 247, 0.55);
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;

    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.customize {
    padding: 20px;
}

.customize ul li {
    font-size: 0.8em;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 18px;
    margin: 6px 0;
}

.get-question {
    position: relative;
    background-color: #056839;
    padding: 30px 20px;
    height: auto;
    width: auto;
}

.get-question::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.information {
    position: relative;
    color: #fff;
    z-index: 1;
}

.information h5 i,
.information h6 i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.sidebar_content {
    position: relative;
}

.content-img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.content-img img {
    width: 70px;
    height: 70px;
}

.related_content {
    margin-left: 90px;
}

.related_content h6 {
    font-size: 14px;
}

.price-tag_1 {
    font-size: 14px;
    font-weight: 700;
}

.price-tag_1 small {
    font-size: 12px;
    font-weight: 500;
}

.p-info_1 {
    color: #545454;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
}

.p-info_1 span {
    color: #8b8b8b;
    font-size: 8px;
    font-weight: 500;
    text-decoration: line-through;
    line-height: 12px;
    margin-right: 0;
    display: block;
    font-family: "Open Sans", sans-serif;
}

.tag__links ul {
    text-align: center;
}

.tag__links ul li {
    display: inline-block;
}

.tag__links ul li a {
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 5px;
}

.tag__links ul li a:hover {
    background-color: #fcb134;
    border: 1px solid #fcb134;
    color: #fff;
}

.client-img {
    border-radius: 100% !important;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    display: block !important;
    overflow: hidden;
}

.clinet-dtl {
    margin-left: 90px;
    padding: 10px 0;
}

.clinet-dtl h5 {
    display: block;
}

.book-tittle {
    position: relative;
    display: flex;
    align-items: center;
}

.book-icon {
    display: flex;
    background-color: #fcb134;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    line-height: 45px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    padding: 0px 10px;
}

.title-payment {
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 2px solid #1e1e1e;
    border-right: none;
    padding: 6px 10px;
    height: 42px;
    border-radius: 4px 0 0 4px;
    outline: none;
    color: #252525;
}

.searchTerm:focus {
    color: #1e1e1e;
}

.searchButton {
    width: 40px;
    height: 42px;
    border: 1px solid #1e1e1e;
    background: #1e1e1e;

    text-align: center;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
}

.tri__sidebar {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    padding: 20px;
}

.desti_nav {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    padding: 0 20px;
}

.form-group {
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    color: #252525;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding-top: 6px;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #252525;
    border-radius: 2px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fcb134;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sort-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sort_items {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.sort_items span {
    text-transform: uppercase;
}

.trip__wrapper-box {
    /* box-shadow: rgba(15, 10, 45, 0.15) 0px 40px 900px 0px; */
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 10px 20px 20px 20px;
}

.rit_border {
    border-right: 1px dashed #b6b6b6;
    padding-right: 10px;
    height: 100%;
}

.tri__dscp span {
    display: inline-block;
    margin-right: 10px;
}

.desti__wrapper-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    padding: 0 10px 10px 10px;
}

.cutome__wrapper-box {
    position: relative;
    background: url(../assets/images/5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    padding: 50px 50px;
}

.cutome__wrapper-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.4) 45%,
            rgba(0, 0, 0, 0.76));
    background-repeat: no-repeat !important;
    z-index: 1;
}

.customize__holder p {
    color: #ffffff;
}

.faq-drawer {
    margin-bottom: 20px;
}

.faq-drawer__content-wrapper {
    font-size: 1em;
    line-height: 1.8em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #d9d9d9 1px solid;
    cursor: pointer;
    color: #1e1e1e;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 0px 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

.faq-drawer__title:hover {
    color: #161616;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"].faq-drawer__trigger {
    display: none;
}

.faq-drawer__content {
    padding-top: 15px;
}

.faq-drawer__content ul li {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.tab__menu .nav-item {
    margin: 0 10px 0 0;
}

.tab__menu .nav-pills .nav-link {
    background-color: transparent !important;
    border: 2px solid #fcb134;
    color: #1e1e1e;
    font-size: 14px !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
}

.tab__menu .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fcb134 !important;
    border: 2px solid #fcb134;
    color: #1e1e1e;
    font-size: 14px !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
}

.tabmenu__wrap {
    padding: 40px 40px 50px 40px;
}

.icons__calender {
    position: absolute;
    right: 12px;
    top: 12px;
    content: "";
    font-size: 18px;
    color: #fcb134;
}

.icons__calender span {
    font-size: 18px;
}

.vehicle_type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flight__route {
    display: flex;
}

.flight__route input[type="radio"] {
    appearance: none;
}

.flight__route input[type="radio"]+label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.flight__route input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    border: 1px solid #75acff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s;
}

.flight__route input[type="radio"]+label::after {
    content: "";
    display: inline-block;
    width: 10px;
    aspect-ratio: 1;
    border: 1px solid #75acff;
    background: #75acff;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.flight__route input[type="radio"]:checked+label::after {
    opacity: 1;
}

.bg-primary-subtle {
    background-color: #fff1da;
    border: 1px solid #eddbbd !important;
}

.notice__info {
    background-color: rgba(46, 162, 255, 0.06);
    padding: 30px;
}

.add__info {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 30px 15px;
    height: 100%;
}

.banner__wrapper {
    position: relative;
}

.banner__wrapper img {
    object-fit: cover;
    /*height: 400px;*/
    height: 100%;
}

.box-wrapper {
    position: relative;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 11%) 0px 8px 16px -5px,
        rgb(206 206 206 / 77%) 0px 8px 16px -5px;
    padding:20px;
    height: 100%;
}

.teamimg img {
    display: block;
    /* width: 100px;
    height: 100px; */
    border-radius: 4px;
    margin: 0 auto;
}

.google-btn {
    color: #d58f1b;
    display: flex;
    align-items: center;
    padding: 8px 16px;
}

.google-btn a {
    color: #d58f1b;
    display: flex;
    align-items: center;
    padding: 8px 16px;
}

.travel-profile {
    padding: 0 20px;
}


.banner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: center;
}
.banner-wrapper .banner-container {
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
  flex-shrink: 1;
  display: flex;
  position: relative;
  flex-basis: 0px;
  justify-content: center;
}
.banner-wrapper .banner-container .banner-img-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-container .banner-img-wrapper .banner-padding {
  padding-top: 21.296%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background-color: #ccc;
}
@media only screen and (max-width: 768px) {
  .banner-wrapper .banner-container .banner-img-wrapper .banner-padding {
    padding-top: 25.296%;
  }
}
.banner-wrapper .banner-container .banner-img-wrapper .banner-padding .banner-abs {
  padding-left: 0;
  flex-grow: 1;
  flex-direction: column;
  margin-right: 0;
  z-index: 0;
  flex-shrink: 1;
  align-items: stretch;
  margin-left: 0;
  min-width: 0;
  bottom: 0;
  justify-content: space-between;
  display: flex;
  left: 0;
  padding-top: 0;
  top: 0;
  right: 0;
  margin-bottom: 0;
  position: absolute;
  padding-bottom: 0;
  min-height: 0;
}
.banner-wrapper .banner-container .banner-img-wrapper .banner-padding .banner-abs .banner-abs-main {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 25%;
  width: 100%;
  height: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .banner-wrapper .banner-container .banner-img-wrapper .banner-padding .banner-abs .banner-abs-main {
    padding-top: 25%;
  }
}
.banner-wrapper .banner-container .banner-img-wrapper .banner-padding .banner-abs .banner-abs-main .banner-inner-wrapper {
  position: absolute;
  padding-left: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  flex-grow: 1;
  flex-direction: column;
  margin-right: 0;
  flex-shrink: 1;
  align-items: stretch;
  justify-content: space-between;
  display: flex;
}
.banner-wrapper .banner-container .banner-img-wrapper .banner-padding .banner-abs .banner-abs-main .CoverPhoto {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.package__content table {
    position: relative;
}

.package__content table>thead {
    vertical-align: middle;
    background: var(--color-bg);
    color: var(--color-dark) !important;
    font-size: 15px;
    line-height: 22px;
}

.package__content table tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    color: var(--color-accent) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px !important;
}

.package__content table tbody,
td,
tfoot,
th,
thead,
tr strong {
    color: var(--color-text-primary) !important;
}

.package__content table> :not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inherit;
    color: var(--color-text-primary) !important;
    border: 1px solid #c0c0c0;
}
.fs-24 {
    font-size: 24px;
}

.img-100 {
    margin: 0 auto;
    text-align: center;
}

.img-100 img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    text-align: center;
}


.team-guide .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #4a4a4a;
}

.team-guide .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  z-index: 2;
}

.rw-title {
    display: flex;
    justify-content: space-between;
}

.review-wraptitle {
    display: flex;
    justify-content: flex-end;
}

.trip-box-drp {
    float: right;
    width: 100%;
    margin: 0 20px;
}

/********responsive css*********/

@media (max-width: 1366px) {
    .container {
        max-width: 1280px;
    }

    .container-fluid {
        max-width: calc(100% - 30px);
        padding: 0 30px;
    }

    .nav-menu>li>a {
        font-size: 18px;
        font-weight: 500;
        padding: 14px 16px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: calc(100% - 20px);
        padding: 0 20px;
    }

    .carousel-control-prev {
        left: 90%;
        bottom: 14% !important;
    }
}

@media (max-width: 1080px) {
    .owl-theme .owl-nav {
        left: -160px;
        bottom: 50px;
    }
}

@media (max-width: 992px) {
    .py-60 {
        padding: 30px 0;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .title-widget h1 span,
    .title-widget h2 span,
    .title-widget h3 span,
    .title-widget h4 span,
    .title-widget h5 span,
    .title-widget h6 span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .font-32,
    .font-28,
    .font-36 {
        font-size: 1.5rem;
    }

    .header_top-rit {
        margin-right: 40px;
    }

    nav {
        background-color: transparent;
    }

    .navigation-portrait {
        height: auto;
    }

    .nav-toggle {
        width: 20px;
        height: 20px;
        padding: 8px 0px 0;
        position: absolute;
        top: 28px;
        right: 0;
        display: none;
        cursor: pointer;
    }

    .nav-toggle::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #ffff, 0 1em 0 0 #fff;
    }

    .nav-menu>li>a {
        font-size: 16px;
        padding: 12px 16px;
    }

    .banner__caption {
        padding-right: 40px;
        padding-left: 0;
        height: 380px;
    }

    .title_display {
        font-size: 40px;
    }

    .title_display span {
        font-size: 40px;
    }

    .nav {
        display: flex;
        justify-content: flex-start;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 50px;
        padding: 0 12px;
        margin-right: 0;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 14px;
        line-height: 50px;
        padding: 0 12px;
    }

    .scrollable-navbar-container {
        height: 50px;
        overflow-x: hidden;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        max-width: 100%;
        align-content: flex-start;
        overflow-y: hidden;
    }

    .scrollable-navbar-container .nav {
        display: flex;
        flex-wrap: nowrap;
    }

    .customize__wrapper::after {
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .customize_trip {
        position: relative;
        height: auto;
        padding-bottom: 50px;
    }

    .carousel-control-prev {
        left: 88%;
        bottom: 14% !important;
    }

    .rit_border {
        border-right: none;
    }

    .trip__section .owl-nav {
        top: -45px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: calc(100% - 10px);
        padding: 0 10px;
    }

    .container-fluid {
        max-width: calc(100% - 15px);
        padding: 0 10px;
    }

    .section-content {
        padding: 20px 0 30px 0;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .btn-button {
        font-size: 0.875rem;
        padding: 0.6rem 1.125rem;
        letter-spacing: 0.5px;
    }

    .nav-brand img {
        width: 120px;
    }

    .sticky.is-sticky {
        position: inherit;
    }

    .banner__wrap::after {
        display: none;
    }

    .banner__info {
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
    }

    .banner__caption {
        width: 100%;
    }

    .banner__img:first-child {
        height: 100%;
    }

    .slider-banner {
        width: 100%;
        padding-bottom: 0;
    }

    .slider-banner .carousel-inner .carousel-item img {
        height: 100%;
    }

    .testimonials-wrapper {
        padding: 20px 25px;
    }

    .carousel-control-prev {
        left: 91%;
        bottom: 14% !important;
    }

    .trip__section .owl-carousel .owl-nav .owl-next,
    .trip__section .owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-left: 2px;
    }

    .search__wrapper {
        display: block;
        position: absolute;
        z-index: 3;
        left: 5%;
        right: 5%;
        bottom: 6%;
    }

    .banner__grid {
        max-height: 320px;
    }

    .scrollable-navbar-container {
        overflow-x: scroll;
    }

    .scrollable-navbar-container::-webkit-scrollbar {
        height: 4px;
    }

    .trip__section .owl-nav {
        top: -40px;
    }

    .popular-warpper {
  
      padding: 30px 0 30px 0;
    }

}

@media (max-width: 576px) {
    .font-40 {
        font-size: 1.75rem;
    }

    .font-24 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 18px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 20px;
        line-height: 1.5rem;
    }

    .top-rit {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .nepal-tourism {
        width: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .nepal-tourism img {
        max-width: 40px;
    }

    .navigation-portrait .nav-search-button {
        top: 0px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .input-box {
        position: relative;
        height: 52px;
    }

    .input-box .button {
        right: 6px;
        font-size: 12px;
        padding: 6px 20px;
    }

    .input-box input {
        font-size: 14px;
        font-weight: 500;
        padding: 0 130px 0 50px;
    }

    .h-tp-cnt {
        display: none;
    }

    .banner__grid {
        max-height: 280px;
    }

    .wrapper__content {
      padding: 10px 0;
    }

    .p__tag h4 {
      font-size: 22px;
    }

    .wrapper__content h4 a,
    .wrapper__content h5 a {
       font-size: 18px;
    }

    .destination span {
      font-size: 12px;

    }

    .review-wraptitle {
      display: flex;
      margin-left: -16px;
    }

    .card {
      padding: 20px 0;
    }
    
    .trip-box-drp {
      width: 90%;
    }
}

@media (max-width: 480px) {
    .slider-banner .carousel-inner .carousel-item img {
        height: 340px;
    }

    .banner__grid {
        max-height: 220px;
    }

    ul.association li {
        float: left;
    }

    ul.association img {
        width: 100%;
        height: 72px !important;
    }

    .writereview {
        margin-bottom: 20px;
    }
    
}

@media (max-width: 380px) {
    .nav-brand img {
        width: 100px;
    }

    .banner__grid {
        max-height: 200px;
    }

    ul.association li {
        float: left;
    }

    ul.association img {
        width: 72px;
        height: 72px !important;
    }

    .review-wraptitle {
        display: inherit;
        flex: inherit;
    }

    .btn-button {
        font-size: 0.75rem !important;
        padding: 0.5rem 1rem !important;
        letter-spacing: 0px;
    }

    .google-btn img {
        width: 120px;
    }
}
