@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@font-face {
    font-display: block;
    font-family: Kollektif;
    src: url("./../fonts/Kollektif.woff2") format("woff2"),
    url("./../fonts/Kollektif.woff") format("woff"),
    url("./../fonts/Kollektif.ttf") format("ttf");
}
/*@font-face {*/
/*    font-display: block;*/
/*    font-family: Kollektif;*/
/*    src: url("./../fonts/Kollektif-Light.woff2") format("woff2"),*/
/*    url("./../fonts/Kollektif-Light.woff") format("woff"),*/
/*    url("./../fonts/Kollektif-Light.ttf") format("ttf");*/
/*}*/
@font-face {
    font-display: block;
    font-family: Kollektif-Light;
    src: url("./../fonts/Kollektif-Light.woff2") format("woff2"),
    url("./../fonts/Kollektif-Light.woff") format("woff"),
    url("./../fonts/Kollektif-Light.ttf") format("ttf");
}
@font-face {
    font-display: block;
    font-family: RobotoCondensed;
    src: url("./../fonts/Roboto-Condensed.woff2") format("woff2"),
    url("./../fonts/Roboto-Condensed.woff") format("woff"),
    url("./../fonts/Roboto-Condensed.ttf") format("ttf");
}
@font-face {
    font-display: block;
    font-family: SourceSansPro;
    src: url("./../fonts/Source Sans Pro.woff2") format("woff2"),
    url("./../fonts/Source Sans Pro.woff") format("woff"),
    url("./../fonts/Source Sans Pro.ttf") format("ttf");
}
@font-face {
    font-display: block;
    font-family: RusticoV2;
    src: url("./../fonts/RusticoV2.woff2") format("woff2"),
    url("./../fonts/RusticoV2.woff") format("woff"),
    url("./../fonts/RusticoV2.ttf") format("ttf");
}
@font-face {
    font-display: block;
    font-family: "Proxima Nova Th";
    src: url("./../fonts/proxima_nova_th.woff2") format("woff2"),
    url("./../fonts/proxima_nova_th.woff") format("woff"),
    url("./../fonts/proxima_nova_th.ttf") format("ttf");
}
a {
    text-decoration: none !important;
}
*{
    line-height: normal;
    list-style: none;
    box-sizing: border-box;
    /*font-family: Kollektif-Light, Ubuntu, sans-serif;*/
}
body{
    font-size: 17px;
    background: #f9f9f9;
    font-family: Kollektif-Light, Ubuntu, sans-serif;
}
ul,ol{
    padding: 0;
    margin: 0;
}
select:focus,
input:focus,
button:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
:root{
    --black : #000;
    --white : #fff;
    --two : #63c7c9;
    --three : #f6404f;
}
.container{
    /*max-width: 980px;*/
    max-width: 1200px;
}
.wrapper{
    overflow: hidden;
}
.menubox{
    width: 100%;
}
.menubar{
    padding: 0;
    box-shadow: 0 0 20px 0 #00000014;
    background: var(--white);
    position: relative;
    height: 109px;
    z-index: 20;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.menubar img{
    width: 200px;
}
.menubar ul{
    height: 110px;
}
.menubar ul li{
    text-align: right;
    /* margin-left: 30px; */
    position: relative;
    font-weight: 400;
    padding: 10px 9px 0;
    align-items: center;
    display: flex;
}
.menubar ul li a{
    /* padding: 50px 10px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    display: block;
    font-weight: 400;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgb(31, 35, 39);
}
.menubar ul li span{
    /* padding: 50px 10px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    display: block;
    cursor: default;
    font-weight: 400;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgb(31, 35, 39);
}
.menubar ul li a:hover{
    color: var(--three);
}
.menubar ul li ul{
    position: absolute;
    top: 80px;
    left: 0;
    visibility: hidden;
    background: var(--white);
    padding: 0 0 10px;
    width: 200px;
    z-index: 30;
    height: fit-content;
}
.menubar ul li:hover ul{
    visibility: visible;
    top: 100%;
}
.menubar ul li ul li{
    text-align: left;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* font-size: 10px; */
}
.menubar ul li ul li a{
    /* padding: 5px 15px; */
    /* font-size: 10px; */
    line-height: 35px;
    text-wrap: nowrap;
}
.menubar ul li ul li span{
    /* padding: 5px 15px; */
    /* font-size: 10px; */
    line-height: 35px;
}
.menubar ul li ul li.menu-item-has-children::after{
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    position: absolute;
    right: 15px;
    top: 14px;
}
.menubar ul li ul li ul{
    left: 201px!important;
    opacity: 0!important;
    visibility: hidden!important;
    padding:10px 0;
    height: fit-content;
    width: fit-content;
}
.menubar ul li ul li.menu-item-has-children:hover ul{
    opacity: 1!important;
    visibility: visible!important;
    top: -11px!important;
}
.slider{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 87vh;
}
.sliderMain .container{
    position: absolute;
    left: 0;
    display: block;
    margin: 0 auto;
    top: 0;
    right: 0;
    height: 87vh;
    background: transparent;
}
.sliderMain p{
    color: var(--white);
    font-size: 35px;
    font-style: italic;
    font-family: Kollektif-Light, sans-serif;
}
.sliderMain video{
    width: 100%;
    height: 87vh;
    object-fit: cover;
    float: right;
}
.sliderMain span{
    background: var(--black);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider-postbox{
    position: absolute;
    left: 15px;
    bottom: 100px;
}
.slider-postbox h1{
    color: var(--white);
    white-space: pre-line;
    font-size: 73px;
    font-weight: 400;
    line-height: 79px;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.zoom{
    transition: 0.4s all;
}
.zoom:hover{
    transform: scale(1.1);
}
.mytitle{
    font-weight: bold;
    color: var(--two);
    font-size: 28px;
    font-family: 'Kollektif', sans-serif;
}
.mytext{
    width: 890px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    color: rgb(59, 68, 75);
    font-size: 18px;
}
.mytext2{
    width: 520px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.mystitle{
    border-radius: 100px;
    padding: 8px 20px;
    background: var(--three);
    color: var(--white);
    display: block;
    margin: 0 auto;
    width: 136px;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.box1post{
    background: var(--white);
    padding: 30px;
    padding-left: 120px;
    border-radius: 10px;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.box1post p{
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.box1post h4{
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
}
.up{
    transition: 0.4s all;
}
.up:hover{
    transform: translateY(-10px);
}
.mb-10{
    margin-bottom: 100px;
}
.morebtn{
    background: transparent;
    border: 1px solid var(--three);
    padding: 15px 30px;
    color: var(--three);
    border-radius: 10px;
    display: table;
    margin: 0 auto;
    transition: 0.4s all;
    font-family: 'Kollektif', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.morebtn:hover{
    background: var(--three);
    color: var(--white);
    border: 1px solid var(--three);
}
.tripsbox{
    margin: 0 -15px;
}
.tripspost{
    padding: 15px;
}
.box1post svg{
    height: 65px;
    width: 65px;
    position: absolute;
    left: 25px;
    top: 26px;
    fill: #324158;
}
.tripspost img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: 0.4s all;
}
.tripspost:hover img{
    transform: scale(1.06);
}
.trippostimg{
    transition: 0.4s all;
}
.tripspost:hover .trippostimg{
    transform: rotate(-2deg);
}
.tripspost span{
    display: block;
    margin-bottom: 10px;
    color: var(--black);
}
.tripspost h4{
    color: var(--two);
    font-weight: bold;
}
.tripspostprice{
    white-space: pre-line;
    font-weight: bold;
}
.tripspostprice span{
    color: var(--three);
}
.viewtrip{
    border: 1px solid var(--three);
    padding: 8px 15px;
    border-radius: 10px;
    color: var(--three);
    transition: 0.4s all;
}
.viewtrip i{
    margin-left: 5px;
}
.viewtrip:hover{
    color: var(--white);
    background: var(--three);
}
.tripsbox .slick-dots{
    bottom: -50px!important;
}
.tripsbox li{
    width: auto!important;
    height: auto!important;
    margin: 0 2px!important;
}
.tripsbox button{
    border: 1px solid var(--two)!important;
    border-radius: 10px!important;
    width: 10px!important;
    height: 10px!important;
    display: block!important;
    margin: 0 auto!important;
}
.tripsbox button::before{
    color: transparent!important;
}
.tripsbox li.slick-active button{
    background: var(--two)!important;
}
.mt-10{
    margin-top: 100px;
}
.box2 .morebtn{
    border: 1px solid var(--three);
    color: var(--three);
}
.box2 .morebtn:hover{
    color: var(--white);
    background: var(--three);
}
.box3{
    background: var(--white);
    padding: 50px 0;
}
.box3 .mystitle{
    background: var(--white);
    color: var(--two);
}
.box3 .mytitle{
    color: var(--two);
}
.box3 p{
    font-size: 17px;
    white-space: pre-line;
    line-height: 2;
}
.ab-box1-ha img{
    height: auto!important;
}
.box3postboxback{
    display:flex;
    flex-wrap: wrap;
    /* flex-basis: max-content; */
    justify-content: space-evenly;
}
.box3postboxback div.postbox-card {
    /* width: 185px; */
    flex-basis: fit-content;
    max-width: 185px;
}
.box3postbox{
    background: var(--two);
    padding: 30px 15px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    margin:0 5px 0 0;
}
.box3postbox img{
    width: 120px;
    background: var(--two);
    margin-bottom: 20px;
}
.box3postbox h4{
    margin: 0;
    color: var(--white);
    font-size: 15px;
    font-family: 'Kollektif', sans-serif;
}
.ratebox{
    width: 768px;
    display: table;
    margin: 0 auto;
    max-width: 100%;
}
.ratepost{
    background: var(--white);
    padding: 50px;
    width: 768px;
    max-width: 100%;
    border: 5px solid var(--two);
    display: table;
    margin: 0 auto;
    border-radius: 40px;
    border-bottom-left-radius: 0;
}
.ratepost h4{
    font-weight: bold;
    color: var(--two);
}
.ratepost i{
    color: #f3cf4e;
    font-size: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.rate-name{
    color: var(--black);
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.contactus input{
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid var(--two);
    margin-bottom: 10px;
    transition: 0.4s all;
}
.contactus textarea{
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid var(--two);
    margin-bottom: 10px;
    transition: 0.4s all;
}
.contactus input[type=submit]{
    background: #f6404f;
    border: 1px solid #f6404f;
    cursor: pointer;
    color: var(--white);
    padding: 15px;
    transition: 0.4s all;
    border-radius: 100px;
    width: 200px;
    margin: 0 auto;
}
.contactus input:focus,.contactus textarea:focus{
    border: 1px solid var(--two);
}
.contactusb1 i{
    margin-right: 10px;
    color: var(--three);
    font-size: 30px;
    position: relative;
    top: -3px;
}
.contactusb1 a{
    color: var(--black);
    margin-right: 10px;
}
.footer{
    padding: 50px 0;
    color: var(--white);
    background: var(--two);
}
.footer h4{
    margin-bottom: 15px;
    font-family: 'Kollektif', sans-serif;
    font-size: 21px;
}
.footer .ul li{
    margin-bottom: 5px;
}
.footer .ul li a{
    color: var(--white);
    border-radius: 10px;
    transition: 0.4s all;
    padding: 10px 20px;
    display: block;
    border: 1px solid #111;
}
.footer .ul li:hover a{
    color: var(--two);
    border: 1px solid var(--two);
    padding-left: 30px;
}
.ulcon li:hover a{
    color: blue;
}
.ulcon li{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}
.ulcon li:last-child{
    margin: 0;
}
.ulcon a{
    display: inline-block;
    color: var(--white);
    transition: 0.4s all;
    font-size: 15px;
    font-weight: 400;
}
.footeritem{
    margin-bottom: 10px;
}
.footeritem i{
    font-size: 30px;
    margin-right: 20px;
    color: var(--two);
    position: relative;
    top: -3px;
}
.footeritem a{
    color: var(--white);
    margin-right: 20px;
}
.footer-social li{
    margin-right: 20px;
}
.footer-social li i{
    color: var(--white);
    font-size: 30px;
}
.f2 input{
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 10px;
    font-family: 'KOLLEKTIF-LIGHT', sans-serif;
    font-weight: 400;
}
.f2 .row .col-6:first-child{
    padding-right: 5px;
}
.f2 .row .col-6:last-child{
    padding-left: 5px;
}
.f2 input[type=submit]{
    background: #f6404f;
    color: var(--white);
    border: 2px solid #f6404f;
    cursor: pointer;
    display: block;
    width: 155px;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 14px;
}
.copy{
    background: var(--two);
    padding: 10px 0;
    color: var(--white);
    border-top: 1px solid var(--white);
    font-size: 14px;
    white-space: pre-line;
}
.copy .container{
    line-height: 1.5;
    text-align: center;
}
.termbox li{
    margin-bottom: 10px;
}
.termbox li a{
    display: block;
    color: var(--white);
    transition: 0.4s all;
}
.termbox li a:hover{
    padding-left: 15px;
    color: var(--two);
}
.ab-box1{
    position: relative;
}
.ab-box1 h4{
    position: absolute;
    left: 0;
    padding:0 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: var(--white);
    font-size: 70px;
}
h4.under-slider-heading{
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    margin-bottom: 50px;
}
.ab-box1 img{
    width: 100vw;
    height: 40vw;
    object-fit: cover;
}
.ab-box2 p{
    line-height: 2;
}
.ab-box2 h4{
    font-weight: bold;
    color: var(--two);
    font-size: 30px;
}
.ab-box3-post{
    position: relative;
}
.ab-box3-post img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
}
.ab-box3img{
    overflow: hidden;
    position: relative;
}
.ab-box3-post h4{
    margin: 20px auto 10px;
    font-weight: bold;
    color: var(--two);
}
.ab-box3-post p{
    line-height: 1.5;
}
.box3 .mytitle{
    white-space: pre-line;
}
.ab-box3btn{
    color: var(--three);
    display: table;
    transition: 0.4s all;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid var(--three);
    margin-top: 20px;
}
.ab-box3btn:hover{
    background: var(--three);
    color: var(--white);
}
.ab-box3btn i{
    margin-left: 10px;
}
.wh-box1 img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.why-box1post{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    position: relative;
    padding: 30px 20px;
    box-shadow: 0 0 20px 0 #eee;
}
.why-boxpost{
    padding-left: 95px;
    min-height: 100px;
    position: relative;
}
.why-boxpost p{
    margin: 0;
    font-size: 15px;
}
.why-boxpost svg{
    fill: #324158!important;
    position: absolute;
    left: 10px;
    top: 0;
    width: 70px;
    height: auto;
}
.why-boxpost img{
    position: absolute;
    left: 10px;
    top: 0;
    width: 70px;
    height: auto;
}
.why-boxpost svg [data-color="1"]{
    fill: #324158!important;
}
.wh-box1 h4{
    padding: 0 15px;
    font-size: 18px;
    font-family: 'KOLLEKTIF', sans-serif;
    font-weight: 700;
}
.wh-box1 p{
    line-height: 1.5;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
}
.tr-tabs li{
    margin-right: 5px;
}
.tr-tabs li button{
    background: transparent;
    padding: 10px 20px;
    border: none;
    color: var(--black);
    cursor: pointer;
    transition: 0.4s all;
    font-size: 14px;
    border-radius: 100px;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.tr-tabs li button i{
    margin-right: 5px;
}
.tr-tabs .active{
    background: var(--three);
    color: var(--white);
}
.tr-coll button{
    padding: 20px;
    border-radius: 10px;
    border: 2px solid var(--two);
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: 0.4s all;
    font-size: 1rem;
    background: transparent;
    color: var(--two);
}
.tr-coll .card{
    border: none;
    margin-bottom: 5px;
}
.tr-coll .card-header{
    background: none;
    border: none;
    padding: 0;
}
.tr-coll .card-body{
    padding: 0px 15px 20px 12px;
}
.tr-coll button i{
    margin-right: 10px;
    transition: 0.1s all;
}
.tr-coll button[aria-expanded="true"]{
    background: var(--two);
    color: var(--white);
    border: 2px solid var(--two);
}
.tr-coll .card{
    background: transparent;
}
.tr-coll button[aria-expanded="true"] i{
    transform: rotate(45deg);
}
.tabbox2title{
    font-weight: bold;
    background: #eee;
    color: var(--two);
    padding: 15px;
    border-radius: 8px;
}
.tabbox2{
    padding-left: 35px;
    position: relative;
}
.tabbox2 i{
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: var(--two);
}
.tabbox3{
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.tabbox3 p{
    width: 50%;
    margin: 0;
}
.tabbox3 p:first-child{
    background: var(--white);
    padding: 15px;
    color: var(--two);
    font-size:15px;
}
.tabbox3 p:last-child{
    color: var(--white);
    background: var(--two);
    padding: 15px;
    font-size:15px;
}
.tableb1post{
    background: #e8e8e8;
    color: var(--black);
    padding: 15px;
    font-size: 15px;
}
.tableb2post{
    padding: 15px;
    position: relative;
    height: 100%;
    white-space: pre-line;
    border-right: 1px solid #ccc;
}
.tableb2{
    border: 1px solid #ccc;
}
.bgwhite{
    background: transparent!important;
}
.tabbox3b1 .row{
    margin: 0;
}
.tabbox3b1 span{
    display: block;
    margin-top: 20px;
    text-align: right;
    color: var(--three);
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.tablename{
    font-weight: bold;
    color: var(--two);
    text-align: center;
    font-size: 20px;
}
.tab2tabs li{
    margin-right: 5px;
}
.tab2tabs button{
    background: none;
    padding: 10px 20px;
    border: none;
    color: var(--black);
    border-radius: 100px;
    cursor: pointer;
    transition: 0.4s all;
}
.tab2tabs button i{
    margin-right: 3px;
}
.tab2tabs .active{
    background: var(--two);
    color: var(--white);
}
.hotelbox img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}
.hotelbox p{
    text-align: center;
    font-size: 13px;
}
.cityname{
    color: var(--two);
    font-weight: bold;
}
.tripsidebar{
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000014;
    background:#fff;
}
.tripsidebar ul{
    font-size: 15px;
}
.tripsidebar ul li{
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
    transition: 0.4s all;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.tripsidebar ul li:last-child{
    margin: 0;
}
.tripsidebar ul li:hover{
    color: var(--three);
}
.tripsidebar ul li i{
    position: absolute;
    transition: 0.4s all;
    color: var(--three);
    font-size: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tripsidebar ul li:hover i{
    color: var(--three);
}
.tripsidebar h5{
    font-size: 14px;
    /*font-size: 12px;*/
    color: var(--black);
    font-family: 'Kollektif', sans-serif;
}
.tripprice{
    border-radius: 100px;
    color: var(--two);
    display: table;
    font-weight: bold;
    font-size: 2rem;
    font-size: 18px;
}
.tr-btn{
    background: var(--black);
    padding: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    display: block;
    color: var(--white);
    transition: 0.4s all;
    position: relative;
    font-size: 15px;
    font-family: Kollektif, Ubuntu, sans-serif;
    text-align: center;
}
.tr-btn2{
    padding-left: 40px;
}
.tr-btn i{
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    position: absolute;
}
.tr-btn:hover{
    background: var(--two);
    color: var(--white);
}
.relapost{
    font-weight: bold;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.tripsidebarpost img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.4s all;
    margin-bottom: 10px;
}
.tripsidebarpost:hover img{
    opacity: 0.5;
}
.tripsidebarpost p{
    font-size: 13px;
}
.tripsidebarpost h5{
    color: var(--two);
}
.fl-box1{
    padding: 50px 0;
    background: var(--two);
}
.fl-box1 h3,.fl-box1 h5{
    color: var(--white);
}
.fl-box1 h5{
    letter-spacing: 15px;
}
.fl-box1 h3{
    font-weight: bold;
}
.fl-box1-img{
    overflow: hidden;
    border-radius: 30px;
}
.fl-box1-img img{
    width: 100%;
    border-right: 2px solid #f9f9f969;
    object-fit: cover;
}
.fl-box1-img img.v1{
    border-right: 4px solid #f9f9f969;
    height: 400px;
}
.fl-box1-img img.v2{
    border-bottom: 4px solid #f9f9f969;
}
.fl-box1-img img.v3,.fl-box1-img img.v2{
    height: 200px;
}
.fl-box2{
    padding: 50px 0;
    background: var(--three);
}
.fl-box2 h3{
    font-weight: bold;
    font-size: 60px;
    color: var(--white);
    position: relative;
    white-space: pre-line;
}
.fl-box2 h3 span{
    font-size: 30px;
}
.flprice{
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--white);
    padding: 10px 40px;
    border-radius: 100px;
    color: var(--three);
}
.flb2b1{
    position: absolute;
    left: 229px;
    bottom: -61px;
}
.flb2b1 span{
    position: relative;
    right: 10px;
}
.fl-box2 img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.fl-box2 ul{
    margin-top: 100px;
}
.fl-box2 ul li{
    padding-left: 30px;
    position: relative;
    color: var(--white);
    margin-bottom: 5px;
}
.fl-box2 ul li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
    font-size: 20px;
}
.fl-box2 ul li:last-child{
    margin: 0;
}
.flb2bx1{
    border-right: 1px solid var(--white);
}
.fl-box3 ul li{
    margin: 0 10px;
}
.fl-box3 button{
    background: var(--white);
    border: none;
    color: var(--two);
    font-size: 20px;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.4s all;
}
.fl-box3 button i{
    margin-right: 5px;
}
.fl-box3 button.active{
    background: var(--two);
    color: var(--white);
}
.fl-box3post{
    border: 1px solid var(--two);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    height: 100%;
}
.fl-box3post h3{
    color: var(--two);
    font-weight: bold;
}
.fl-box3post p{
    color: var(--two);
    white-space: pre-line;
}
.fl-box3post h3 span{
    font-style: italic;
    display: inline-block;
    margin-right: 5px;
}
.fl-box3 .col-lg-4:nth-child(even) .fl-box3post{
    border: 1px solid var(--three);
}
.fl-box3 .col-lg-4:nth-child(even) .fl-box3post h3,.fl-box3 .col-lg-4:nth-child(even) .fl-box3post p{
    color: var(--three);
}
.flb3c2 p{
    white-space: pre-line;
}
.flb3c2box{
    background: var(--two);
    color: var(--white);
    padding: 15px;
    border-radius: 15px;
    position: relative;
    height: 100%;
}
.flb3c2box p{
    color: var(--white);
}
.flb3c2box .fl3c2boxpost{
    margin-bottom: 20px;
}
.flb3c2box .fl3c2boxpost:last-child{
    margin-bottom: 0;
}
.fl3c3box h4{
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    color: var(--two);
    margin: 0;
    font-weight: bold;
}
.fl3c3box ul{
    margin: 15px auto 15px;
    padding: 0 30px;
}
.fl3c3box ul li{
    margin: 0 auto 10px;
    list-style: disc!important;
}
.tab-pane .fl3c3box{
    margin-bottom: 50px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.tab-pane .fl3c3box:nth-child(even) h4{
    background: var(--two);
    color: var(--white);
}
.tab-pane .fl3c3box:nth-child(even){
    border: 1px solid var(--two);
}
.tab-pane .fl3c3box:last-child{
    margin: 0;
}
.fl3c3boxpost{
    padding: 0 15px;
}
.fl3c4box h4{
    border-radius: 8px;
    background: var(--two);
    color: var(--white);
}
.fl3c4box h5{
    font-weight: bold;
    font-size: 22px;
}
.fl3c3boxpostimg{
    position: relative;
}
.fl3c3boxpostimg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: var(--black);
    border-radius: 10px;
}
.fl3c3boxpostimg h5{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    color: var(--white);
    font-weight: bold;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 30px;
}
.fl3c3boxpostimg img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.fl3c4boxpost{
    padding: 0;
}
.fl3c4box:last-child{
    margin: 0;
}
.singleimg img{
    width: 100%;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
}
.maincontent p{
    line-height: 1.2;
}
.singleimg ul{
    position: absolute;
    top: 15px;
    left: 30px;
}
.singleimg ul li{
    margin-right: 10px;
}
.singleimg ul li a{
    display: block;
    padding: 8px 15px;
    border-radius: 100px;
    background: var(--white);
    color: var(--three);
    transition: 0.4s all;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.singleimg ul li a:hover{
    color: var(--white);
    background: var(--three);
}
.singleinfo{
    font-size: 13px;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.singleinfo i{
    color: var(--three);
}
.tags{
    border-top: 1px solid #eee;
    padding: 15px 0;
    font-family: Kollektif, Ubuntu, sans-serif;
}
.tags ul li{
    margin-right: 5px;
    font-size: 12px;
}
.tags ul li a{
    display: block;
    transition: 0.4s all;
    padding: 5px 20px;
    border-radius: 100px;
    color: var(--three);
    border: 1px solid var(--three);
}
.tags ul li a:hover{
    background: var(--three);
    color: var(--white);
}
.bk-number{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: var(--white);
    background: var(--two);
}
.bk-box1 ul li{
    margin-bottom: 25px;
    display: flex;
    padding-left: 50px;
    position: relative;
}
.bk-box1 .bk-number{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bk-box1 ul li p{
    margin: 0;
}
.bk-box1 form input{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--two);
    margin-bottom: 15px;
}
.bk-box1 form textarea{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--two);
    margin-bottom: 15px;
    resize: none;
}
.bk-box1 form select{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--two);
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    -o-appearance: none;
    color: var(--black);
    appearance: none;
    background: url(./../img/arrow-down.png) no-repeat 30px #fff;
    background-position: 98%;
}
.bk-box1 form input[type=submit]{
    background: var(--three);
    transition: 0.4s all;
    color: var(--white);
    cursor: pointer;
    border: 1px solid var(--three);
    font-family: Kollektif, Ubuntu, sans-serif;
}
.bk-box1 form input[type=submit]:hover{
    opacity: 0.8;
}
.cu-box1 h5{
    white-space: pre-line;
}
.cu-boxpost{
    padding: 50px 15px;
    border-radius: 20px;
    position: relative;
    border: 1px solid var(--two);
    background: var(--white);
    height: 100%;
    transition: 0.4s all;
    overflow: hidden;
}
.cu-boxpost i{
    font-size: 150px;
    position: absolute;
    left: -20px;
    bottom: -29px;
    transform: rotate(346deg);
    z-index: 1;
    opacity: 0.1;
    color: var(--two);
}
.z2{
    position: relative;
    z-index: 3;
}
.cu-boxpost h4{
    font-weight: bold;
    color: var(--two);
    font-size: 2rem;
    margin-bottom: 20px;
}
.cu-boxpost a{
    color: var(--black);
    display: block;
}
.cu-boxpost span{
    color: var(--three);
    margin-top: 20px;
    display: block;
}
.cu-boxpost a{
    margin: 0 10px;
    transition: 0.4s all;
}
.mb-8{
    margin-bottom: 80px;
}
.cu-box2 .contactusb1{
    display: table;
    margin: 30px auto 0;
}
.contactaddress p{
    line-height: 1.8;
    white-space: pre-line;
}
.tripcat .tripspost{
    padding: 0;
}
.cu-box2 .contactusb1 i{
    color: var(--black);
    margin: 0;
}
.cu-box2 .contactusb1 a{
    margin: 0;
    display: block;
}
.cu-box2 .contactusb1 li{
    margin: 0 10px;
}
.contactus form .row .col-md-6:first-child{
    padding-right: 5px!important;
}
.contactus form .row .col-md-6:last-child{
    padding-left: 5px!important;
}
.resmenubtn{
    display: none;
    font-size: 1.5rem;
}
.resmenu{
    background: var(--white);
    width: 350px;
    max-width: 100%;
    padding: 30px;
    position: fixed;
    height: 100%;
    top: 0;
    left: -500px;
    z-index: 1000;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.4s all;
}
.resmenu ul li ul{
    display: none;
}
.closeresmenu{
    background: var(--black);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all;
}
.resmenu ul li{
    margin-bottom: 13px;
    position: relative;
}
.resmenu ul li:last-child{
    margin: 0;
}
.resmenu ul li a{
    color: var(--black);
    display: block;
}
.closemenu{
    margin-bottom: 30px;
}
.resmenu ul li ul{
    margin-top: 5px;
    background: #f9f9f969;
    padding: 15px;
    border-radius: 10px;
}
.resmenu ul li.menu-item-has-children::after{
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
}
.fctext{
    white-space: pre-line;
}
.privacybox{
    white-space: pre-line;
}
.privacybox ul{
    padding: 0 15px;
}
.privacybox ul li{
    list-style: disc!important;
    color: #555;
}
.privacybox p{
    color: #555;
}
.termbox ul li{
    list-style: decimal!important;
}
.tableb1-1{
    background: var(--two);
    color: var(--white);
}
.tableb1-3{
    background: #a5252f;
    color: var(--white);
}
.tableb1-4{
    background: #324158;
    color: var(--white);
}
.tableb2post{
    font-size: 15px;
}
.box3 p{
    position: relative;
    padding-left: 85px;
    width: 721px;
    display: block;
    /* margin: 0 auto; */
}
.box3 p img{
    width: 120px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plant-tree {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    /*flex-wrap: wrap;*/
    flex-wrap: nowrap;
}
.plant-tree img {
    width: 185px;
    display: inline-block;
}
.plant-tree p {
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: center;
    /* width: fit-content !important; */
    font-family: RusticoV2, sans-serif;
}
.plant-tree .tree-img-container{
    width: fit-content;
    padding-left: 40px;
}
.sliderMain img{
    width: 100%;
    height: 87vh;
    object-fit: cover;
}
.rwhead{
    border-radius: 15px;
    padding: 20px;
    color: var(--white);
    background: var(--two);
}
.rwhead h4{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
}
.rwhead h4 span{
    font-size: 15px;
    font-weight: normal;
}
.rwhead i{
    color: #ffd600;
}
.rwrate{
    margin-right: 10px;
    font-weight: bold;
}
.rwnumber{
    font-size: 12px;
    margin-left: 10px;
}
.rwbox{
    background: #eee;
    border-radius: 15px;
    padding: 15px;
}
.rwname{
    position: relative;
    padding-left: 65px;
    padding-top: 5px;
}
.rwname h5{
    font-size: 17px;
}
.rwdate{
    font-size: 13px;
    position: relative;
    top: -3px;
    overflow: hidden;
}
.rwname img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.rwbox i{
    color: #ffd600;
}
.rwtext{
    font-size: 14px;
    height: 150px;
    overflow-y: auto;
    line-height: 1.5;
    padding-right: 5px;
}
.tripsbox .tripspost img{
    /* width: 215px; */
    height: 215px;
    border-radius: 15px;
}
.tripspost span{
    font-size: 12px;
    margin: 0;
    font-family: 'Kollektif', sans-serif;
    font-weight: 400;
}
.tripspost h4{
    font-size: 21px;
    font-family: 'Kollektif', sans-serif;
}
.tripspost p{
    font-size: 15px;
}
.tripspostprice{
    font-size: 14px;
    font-family: 'Kollektif', sans-serif;

}
.tripspostprice span{
    font-size: 14px;
    font-family: SourceSansPro, sans-serif;
}
.tripspost .viewtrip{
    font-size: 12px;
    border-radius: 7px;
    font-family: SourceSansPro, sans-serif;
}
span.plant-text {
    /*font-family: 'Kollektif', sans-serif;*/
    font-size: 18px;
}
.social-follow-us {
    font-family: 'Kollektif', sans-serif;
    font-size: 21px;
}
.booking-how-it-works {
    font-family: 'Kollektif', sans-serif;
    font-size: 21px;
}
.booking-text {
    font-size: 16px;
    line-height: 1.2;
}
.booking-form-button {
    font-size: 17px;
    font-family: 'Kollektif', sans-serif;
}
.image-phone{
    display: none!important;
}
/* .image-desktop{
    display: initial!important;
    width: 100% !important;
    height:50% !important;
    padding-right: 10px !important;
    padding-right: 10px !important;
} */
/* carousel */
.carousel li{
    width: auto!important;
    height: auto!important;
    margin: 0 2px!important;
}
.carousel button{
    border: 1px solid var(--two)!important;
    border-radius: 10px!important;
    width: 10px!important;
    height: 10px!important;
    display: block!important;
    margin: 0 auto!important;
}
.carousel button::before{
    color: transparent!important;
}
.carousel li.slick-active button{
    background: var(--two)!important;
}
/* .carousel{
    margin: 0 -15px;
} */
.carousel .slick-dots{
    bottom: -50px!important;
}
.carousel, .carousel .single-slide, .carousel .single-slide img {
    width: 100%!important;
    height: 87vh;
}

.carousel img {
    display: block;
    width: 100%;
    height: 87vh;
    /* object-fit: cover;  */
}

.carousel .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Responsive*/
/* @media(max-width:2560px){
    .image-desktop{
        width: 2563px !important;
        height: 914px!important;
    }
} */
/* @media(max-width:1440px){
    .image-desktop{
        width: 1441px !important;
        height: 550px !important;
    }
} */
/* @media(max-width:1024px){
    .image-desktop{
        width: 1026px!important;
        height: 500px!important;
    }
} */
@media (min-width: 768px) {
    .image-phone {
        display: none;
        object-fit:cover;
    }
}
@media(max-width:1024px){
    .ab-box1 h4{
        font-size: 50px;
    }
}

@media(max-width:992px){
    .image-phone{
        display: none!important;
    }
    .image-desktop{
        display: initial!important;
    }
    .menubar ul{
        display: none!important;
    }
    .resmenubtn{
        display: block;
    }
    .box1post svg{
        position: inherit;
        left: inherit;
        top: inherit;
        transform: none;
        margin-bottom: 20px;
    }
    .box1post{
        padding: 30px;
    }
    .box1post h4{
        margin-bottom: 15px;
    }
    .footer .col-lg-4{
        margin-bottom: 40px;
    }
    .footer .col-lg-4:last-child{
        margin: 0;
    }
    .tripcat .tripspost{
        padding: 0;
    }
    .singleimg img{
        height: 300px;
    }
    .tripsidebar{
        margin-top: 40px;
    }
    .tabbox3{
        display: block!important;
    }
    .tabbox3 p{
        width: 100%;
        font-size: 15px;
    }
    .tableb1post{
        font-size: 11px;
        height: 100%;
    }
    .tableb2post{
        height: 100%;
        font-size: 11px;
        white-space: inherit;
    }
    .tabbox3b1 span{
        font-size: 11px;
    }
    .tab2tabs button{
        font-size: 13px;
        padding: 10px 13px;
    }
    .tablename{
        font-size: 15px;
    }
    .why-boxpost svg,.why-boxpost img{
        position: inherit;
        left: inherit;
        top: inherit;
        margin-bottom: 20px;
    }
    .why-box1post{
        padding: 30px;
    }
    .why-boxpost{
        padding-left: 0;
    }
    .wh-box1 h4{
        padding: 0;
    }
    .wh-box1 p{
        padding: 0;
    }
    .box3 p{
        line-height: 1.5;
    }
    .menubar{
        padding: 15px 0;
    }
    .tableb2post{
        font-size: 11px;
    }
    .tripsbox .tripspost img{
        width: 100%;
    }
    .carousel img{
        width: 100%;
    }
    .box3postboxback{
        /*display:block;*/
    }
    .box3postbox{
        margin:0 auto;
    }
}

@media(max-width:768px){
    .image-phone{
        display: none!important;
    }
    /* .image-desktop{
      width: 770px!important;
      height: 390px!important;
    } */
    .slider-postbox h1{
        font-size: 50px;
    }
    .sliderMain p{
        font-size: 20px;
    }
    .ratepost{
        padding: 17px;
        border-radius: 15px;
    }
    .rate-name{
        font-size: 16px;
    }
    .sliderMain video{
        height: 565px;
    }
    .sliderMain .container,.slider,.sliderMain img{
        height: 565px;
    }
    .ab-box1 h4{
        font-size: 40px;
    }
    h4.under-slider-heading{
        font-size: 50px;
    }
    /* .ab-box1 img{
        height: 565px;
    } */
    .fl-box1-img img.v1{
        height: 280px;
    }
    .fl-box1-img img.v2{
        height: 140px;
    }
    .fl-box1-img img.v3{
        height: 140px;
    }
    .fl-box1-img{
        border-radius: 20px;
    }
    .contactus form .row .col-md-6:first-child{
        padding-right:15px!important;
    }
    .contactus form .row .col-md-6:last-child{
        padding-left:15px!important;
    }
    .box3 p{
        width: 100%;
    }
}
@media(max-width:570px){
    .image-phone{
        display: initial!important;
        width: 100vw!important;
        height: 40vw!important;
    }
    .carousel, .carousel .single-slide, .carousel .single-slide img {
        width: 100%!important;
        height: 200px!important;
    }
    .image-desktop{
        display: none!important;
    }
    .slider-postbox h1{
        font-size: 32px;
    }
    .sliderMain p{
        font-size: 18px;
    }
    .tr-tabs li button{
        font-size: 13px
    }
    .cu-box1 h5{
        white-space:normal;
    }

}
@media(max-width:425px){
    .ab-box1 h4{
        font-size: 20px;
    }
}
 @media(max-width:375px){ */
    .image-desktop{
        display: initial!important;
    }
 }

span.hashtag {
    color: black;
    color: #212529;
}
h4.under-slider-heading {
    font-family: RusticoV2, sans-serif;
    font-size: 45px;
    /*font-family: Kollektif, Ubuntu, sans-serif;*/
}
.tr-btn.download-itinerary-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: 0.4s all;
    font-size: 15px;
    border-radius: 100px;
}
.tr-btn.download-itinerary-btn i{
    position: unset;
    transform: unset;
}
.tr-btn.download-itinerary-btn:hover {
    background: var(--three);
    color: var(--white);
}
.download-itinerary-btn:hover {
    opacity: 0.8;
}
.about-header {
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
}
.about-header h4{
    font-size: 23px;
    text-align: center;
    font-family: 'Kollektif', sans-serif;
}
.about-header p{
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
}
.about-see-review-text{
    font-size: 18px;
    font-family: 'Kollektif', sans-serif;
    font-weight: 700;
}
select option { color: black; }
select option[disabled]{ color: gray !important; }
.empty-select { color: gray !important; }

.ab-box1.career {
    /*height: 300px;*/
}
.ab-box1.career img {
    width: 100%;
    height: 400px;
    height: 600px;
    object-fit: cover;
    object-position: 50% 50%;
}
.ab-box1.career h4 {
    position: absolute;
    left: 0;
    padding: 0 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    color: var(--white);
    font-size: 52px;
    font-family: "Proxima Nova Th", "Proxima Nova Rg", sans-serif;
}
.careers-content h2 {
    font-size: 34px;
    text-align: center;
    font-family: Kollektif, Ubuntu, sans-serif;
    margin-bottom: 23px;
}
.careers-content p {
    height: auto;
    width: fit-content;
    max-width: 810px;
    font-size: 15px;
    line-height: 19.5px;
    margin: 0 auto 35px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: rgb(59, 68, 75);
    text-align: center;
}
.careers-content img {
    margin: 0 auto;
    display: block;
    max-width: 600px;
    object-fit: cover;
    object-position: 50% 50%;
}
.careers-content div.jobs {
    max-width: 980px;
    margin: 0 auto;
}
.job-section {
    margin-bottom: 38px;
}
.careers-content div.jobs .accordion{
    background-color: rgb(77, 148, 152);
    border-color: rgb(50, 65, 88);
    border-radius: 3px;
}
.careers-content div.jobs .accordion.active{
    background-color: #63c7c9;
}
.panel-content {
    padding-top: 38px;
    padding-bottom: 5px;
}
.careers-content div.jobs .accordion {
    background-color: rgb(77, 148, 152);
    border-color: rgb(50, 65, 88);
    border-radius: 3px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
    font-family: Kollektif-Light, Ubuntu, sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#wa-box {
    cursor: pointer;
}
html { scroll-behavior: smooth; }
#pills-tab{
justify-content: space-evenly;
}
.container-side{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.container-side .tripsidebar{
    height: 100%;
}
#pills-3 .table-price{
    background-color:#ffffff;
    text-align:center;
}
#pills-3 .table-price thead tr:nth-child(1){
    background-color:#63c7c9;
    color:#fff;
    font-weight:700;
}
#pills-3 .table-price thead tr:nth-child(1) th:nth-child(1){
    width: 15%;
}
#pills-3 .table-price thead tr:nth-child(1) th:nth-child(2){
    width: 30%;
}
#pills-3 .table-price thead tr:nth-child(1) th:nth-child(3){
    width: 30%;
}
#pills-3 .table-price thead tr:nth-child(1) th:nth-child(4){
    width: 9%;
}
#pills-3 .table-price thead tr:nth-child(1) th:nth-child(5){
    width: 11%;
}
#pills-3 .table-price thead tr:nth-child(1) th:nth-child(6){
    width: 30%;
}
#pills-3 .table-price thead tr:nth-child(2){
    background-color:#63c7c9;
    color:#fff;
    font-weight:700;
}
#pills-3 .table-price thead th{
    border: 1px solid #dee2e6;
}
#pills-3 .table-price tbody{
    font-size: 15px;
}
#pills-3 .table-price tbody td a.airline{
    color:#63c7c9;
}
#pills-3 .table-price tbody td a.btn-enquiry{
    background-color: #63c7c9;
    font-size: 15px;
    border-color: #63c7c9;
}
#pills-3 .footer-table{
    text-align: left;
    font-size: 15px;
    margin-top: 8px;
    color: black;
}
.modal .modal-content{
    background: transparent;
    border: none;
}
.modal .modal-content .modal-body{
    padding: 0;
}
.modal .table-airline{
    overflow: visible;
    font-size: 14px;
}
.modal .table-airline table{
    background-color:#f4f4f4;
}
.modal .table-airline table thead tr{
    background-color:#63c7c9;
    color:#fff;
    font-weight:700;
}
.modal .table-airline table thead th{
    border: 1px solid #dee2e6;
}


/* Booking Style*/
.not-verify{
    border: 1px solid red!important;
}
.hero_in {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .hero_in {
        height: 350px;
    }
}
.hero_in.general:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.general .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.tours:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.tours .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.hotels:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.hotels .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.restaurants:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.restaurants .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.tours_detail {
    height: 550px;
}
@media (max-width: 575px) {
    .hero_in.tours_detail {
        height: 500px;
    }
}
.hero_in.tours_detail:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.tours_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.hotels_detail {
    height: 550px;
}
@media (max-width: 575px) {
    .hero_in.hotels_detail {
        height: 500px;
    }
}
.hero_in.hotels_detail:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.hotels_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.restaurants_detail {
    height: 550px;
}
@media (max-width: 575px) {
    .hero_in.restaurants_detail {
        height: 500px;
    }
}
.hero_in.restaurants_detail:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.restaurants_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in.contacts:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.contacts .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in:before {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_in .wrapper h1 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hero_in .wrapper h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}
.hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #FFC107;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}
.hero_in .wrapper p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
}
.hero_in .wrapper p strong {
    font-weight: 600;
}
.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500;
}
.hero_in a.btn_photos:hover {
    color: #fc5b62;
}

/* Animations */
@keyframes pop-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/* Delays */
.hero_in h1 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

.hero_in p {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
}
.start_bg_zoom:before {
    animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.cart_section {
    background: #63c7c9 url(../img/pattern.svg) center bottom repeat-x;
}
@media (max-width: 767px) {
    .cart_section {
        background-size: auto 300px;
    }
}
.cart_section.last {
    height: 600px;
}
@media (max-width: 767px) {
    .cart_section.last {
        height: 500px;
    }
}

.bs-wizard {
    width: 100%;
    margin: 50px auto 0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    width: 33.33%;
    float: left;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #ffffff;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 25px;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: '●';
    position: absolute;
    top: -36px;
    left: 1px;
    font-size: 4.5rem;
    color: #63c7c9;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 34px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.box_detail {
    padding: 0px 25px 15px 25px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.box_detail .price {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 15px 25px;
}
.box_detail .price > span {
    font-size: 31px;
    font-size: 1.9375rem;
    font-weight: 600;
}
.box_detail .price > span > small {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
}
.box_detail .price .score {
    float: right;
    margin-top: -5px;
}
.box_detail h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 25px 0 10px 0;
}
.box_detail ul {
    margin-bottom: 0;
}
.box_detail ul li {
    margin-bottom: 5px;
}
.box_detail ul li i {
    margin-right: 8px;
}
.box_detail figure {
    position: relative;
    background-color: #000;
}
.box_detail figure img {
    opacity: 0.8;
}
.box_detail figure span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}
.box_detail figure a i {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 42px;
    font-size: 2.625rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}
.box_detail figure:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#total_cart {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 20px -25px;
    padding: 0 25px 15px 25px;
    line-height: 1;
}
#total_cart span {
    font-weight: 600;
}

a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #fc5b62;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
a.btn_1:hover,
.btn_1:hover {
    background: #295c5d;
    color: #fff;
}
a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
    background-color: #32a067;
}
a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
    background-color: #295c5d;
}
a.btn_1.full-width.wishlist,
.btn_1.full-width.wishlist {
    border-color: #555;
    color: #555;
}
a.btn_1.medium,
.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px;
}
a.btn_1.rounded,
.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}
a.btn_1.outline,
.btn_1.outline {
    border: 2px solid #fc5b62;
    color: #fc5b62;
    padding: 11px 40px;
    background: none;
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
    background: #295c5d;
    color: #fff;
    border-color: #295c5d;
}
a.btn_1.outline:focus,
.btn_1.outline:focus {
    outline: none;
}

.closebt {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
    top: 10px;
    right: 15px;
    color: #fff;
    opacity: 0.6;
    width: 30px;
    height: 30px;
}
.closebt:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.btn_home_align {
    text-align: right;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .btn_home_align {
        text-align: center;
        margin-bottom: 25px;
    }
}

a.btn_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}
a.btn_map:hover {
    color: #fc5b62;
}
a.btn_map:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    display: inline-block;
    margin-right: 5px;
}

a.btn_map_in,
.btn_map_in {
    border: none;
    color: #fff;
    background: #fc5b62;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
a.btn_map_in:hover,
.btn_map_in:hover {
    background: #0054a6;
    color: #fff;
}


.hero_in {
    height: 250px;
}
@media (max-width: 767px) {
    .cart_section {
        background-size: auto 200px;
    }
    .hero_in {
        height: 200px;
    }
}
.my_font{
    font-size: 14px !important;
    padding: 6px !important;
}
.btn.dropdown-toggle.custom-select-button{
    display: none;
}
.btn.dropdown-toggle.btn-light{
    display: none;
}
#price_quantity, .quantity{
    text-align: center;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.nice-select:hover {
    border-color: #8c8c8c;
}
.nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    height: 38px!important;
    line-height: 32px!important;
    width: 100%!important;
}
.nice-select.open .list {
    overflow: auto!important;
}
.search-section label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    /* text-transform: uppercase; */
}

label.cust-detail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
}
.nice-select .list {
    height: initial !important;
    max-height: 18vh !important;
}
.price-list-header{
    padding: 0px 0px;
    border-bottom: 1px solid #cccccc;
    color: #000000;
    font-weight: 600;
}
#box_subtotal{
    padding: 0px 0px;
    color: #000000;
    font-weight: bold;
}
.price-list-detail{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #727070;
}
.ui-widget-header {
    border: initial;
    background: initial;
    color: initial;
    font-weight: bold;
}
#right-grandTotal{
    font-size: 1.1rem;
}
.summary_table_header{
    /*border-bottom: 1px solid #cccccc;*/
    font-weight: bold;
}
a.btn_1.full-width.purchase, .btn_1.full-width.purchase {
    background-color: #63c7c9;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding-left-right{
    padding-left: 0;
    padding-right: 0;
}
.no-margin-left{
    margin-left: 0;
}
.no-margin-right{
    margin-right: 0;
}
.no-margin-left-right{
    margin-left: 0;
    margin-right: 0;
}
.clearfix{
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.width-initial{
    width: initial;
}
.kkc-hours {
    display: none;
}
.kkc-hours-text {
    display: none;
}
.errorInput{
    border:1px solid #ff0000 !important;
}
.ui-widget-content {
    background: #fff;
    min-width: 340px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #eb8f00;
    color: #fff;
}
span{
    font-size: unset;
    line-height: unset;
    font-family: unset;
    font-weight: unset;
}
.discount_details{
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 1200px){
    .menubar ul li a{
        /* padding: 50px 10px; */
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        font-weight: 400;
        line-height: 45px;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        color: rgb(31, 35, 39);
    }
    .menubar ul li span{
        /* padding: 50px 10px; */
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        cursor: default;
        font-weight: 400;
        line-height: 45px;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        color: rgb(31, 35, 39);
    }
}
@media screen and (min-width: 1250px){
    .menubar img {
        width: 200px;
        left: -30px;
        position: relative;
    }
}

.col-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 29px;
  }

.footer-area .footer-links li {
    margin-bottom: 10px;
}
.footer-area .footer-links li a {
    color: #ffffff;
    text-decoration: none;
}
.footer-area .footer-links li a:hover {
    text-decoration: underline;
}
.footer-area input.form-control {
    padding: 10px 20px;
    border: none;
}
