@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cedarville+Cursive&family=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Frank+Ruhl+Libre:wght@300..900&family=Gilda+Display&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Monomakh&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Devanagari:wght@100..900&family=Noto+Serif+Dives+Akuru&family=Noto+Serif+TC:wght@200..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Playball&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik+Mono+One&family=Space+Grotesk:wght@300..700&family=Special+Gothic+Expanded+One&family=Style+Script&family=Teko:wght@300..700&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
html {
  scroll-behavior: smooth;
}
body{
    font-family: "Roboto", sans-serif;
}
p{
    font-size: 14px!important;
    font-family: "Poppins", sans-serif;
}
@font-face {
  font-family: 'EagleHorizonP';
  src: url('font/EagleHorizonP.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


header{
    
}
.topHeader{
    background: #2f2f2f;
    text-align: center;
    padding:5px 10px;
}
.topHeader span{
    color: #fff;
    font-size: 15px;
}
.topHeader marquee{
    color: #fff;
    font-size: 15px
}
.header__wraper{
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 90% !important;
}
.nav-listInner{
    display: flex;
    align-items: center;
    gap: 40px;
}
.logo-top{
    width: 220px;
}
.nav-wraper{
   display: flex;
   align-items: center;
   gap: 20px; 
   margin-left: auto;
}
.nav-list{
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0px!important;
    padding: 0;
    list-style: none;
}
.nav-list li{
    
}
.nav-list li .navItems{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.nav-list li .navItems .hdrIcon{
    width: 50px;
}
.dropdownInnerMenu{
    align-items: self-start;
    gap: 50px;
    padding: 30px !important;
    min-width: 600px !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.dropdownInner{
    width: 50%;
}
.desktopNav__item{
    line-height: 20px;
}
.desktopNav__item a{
    font-size: 14px;
    text-transform: capitalize;
}
.dropdownItemswrp{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 5px;
}
/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: flex;
  margin-top: 0; /* remove gap */
}
.nav-list .dropdown-toggle::after {
    display: none;
}
.dropdownTitle{
    line-height: 1.5;
    font-weight: 700;
    color: #fb7c27;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}
.dropdownTitle::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 70px;
    background: #fb7c27;
}
.callUs--link{
    display: flex;
    align-items: center;
    gap: 10px;
}
.callUs--link .callUs-img{
    width: 60px;
    background: #ff7f00;
    padding: 8px 20px;
    border-radius: 3px;
}
.callUs--link .callUs-img img{
    width: 100%;
}
.callUs--link .callUs-content{
    
}
.callUs--link .callUs-content .callUs-ttl{
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
}
.callUs--link .callUs-content .callus-num{
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-black);
    margin: 0;
}
.getQuoteLink{
    background: #ff7f00;
    padding: 8px 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}
.callUs--link{
    
}
.callUs--link{
    
}
.home--Wraper{
    position: relative;
    /*padding-top: 192px;*/
    padding-bottom: 0px;
    z-index: 5;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home--Wraper::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}
.holidays-video-Wraper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.holidays-video-Wraper video{
    
}
.hero__title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 35px;
    font-family: EagleHorizonP;
}
.hero__title span{
    font-family: "Poppins", sans-serif;
    color: #ff7f00;
    padding-left: 10px;
    font-size: 35px;
}
.section-color{
    background: rgb(255 248 243);
}
.sec-gap{
   padding:50px 0px; 
}
.sec-gap-top{
    
}
.section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.headerleft{
    
}
.headerright{
    padding-right: 30px;
}
.headerright .seeall{
    position: relative;
    display: inline-block;
}
.headerright .seeall::after{
    content: '\↗';
    position: absolute;
    right: -25px;
    top: 0;
    font-size: 25px;
    color: #222;
    line-height: 20px;
}
.section-header.h-gap{
     margin-bottom: 20px;
}
.section-header .section-title{
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.tywSec{
    
}
.tywSec .tywNav{
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 5px 10px;
}
.tywNav{
    position: relative;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
}
.tywSec .tywNav .nav-item{
    white-space: nowrap;
}
/*.tywSec .tywNav .nav-item .nav-link{
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #484444!important;
    padding: 0px 20px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform(1rem,0,0);
}*/
.tywSec .tywNav .nav-item .nav-link{
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #484444!important;
    padding: 0px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: transparent;
    transition: color 0.15s ease-in;
}
/*.tywSec .tywNav .nav-item .nav-link::after{

}
.tywSec .tywNav .nav-item .nav-link::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #ff7f00;
    z-index: -1;
    transition: all ease-in-out 0.5s;
}*/

.tywSec .tywNav .nav-item .nav-link:hover{
  transform: scale(1.1);
}
.tywSec .tywNav .nav-item .nav-link.active::after{
    /*right: 0px;
    border-radius: 0px;
    color:#fff!important;*/
}
.tywSec .tywNav .nav-item .nav-link.active{
    color: #ffffff !important;
}
/*.tywSec .tywNav .nav-item .nav-link.active{
    color: #ffffff!important;
    background: #ff7f00;
    border-radius: 0px;
}*/
 /* sliding background */
.glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 130px;
    background: #ff7f00;
    z-index: 0;
    border-radius: 80px;
    transition: 0.25s ease-out;
}
input[id=tabs-1]:checked~.glider {
    transform: translateX(0);
}
.tywSec .tywNav ~ .glider {
   
}
.tywNav:has(.nav-link[id=pills-ASAPChoice-tab].active) > .glider{
    transform: translateX(0%);
}
.tywNav:has(.nav-link[id=pills-Family-tab].active) > .glider{
    transform: translateX(100%);
}
.tywNav:has(.nav-link[id=pills-Honeymoon-tab].active) > .glider{
    transform: translateX(196%);
}
.tywNav:has(.nav-link[id=pills-Adventure-tab].active) > .glider{
    transform: translateX(303%);
}
.tywNav:has(.nav-link[id=pills-Spiritual-tab].active) > .glider{
    transform: translateX(400%);
}
.tywNav:has(.nav-link[id=pills-Exotic-tab].active) > .glider{
    transform: translateX(485%);
}
.tywNav:has(.nav-link[id=pills-Cruise-tab].active) > .glider{
    transform: translateX(565%);
}
.tywNav:has(.nav-link[id=pills-Leisure-tab].active) > .glider{
    transform: translateX(648%);
}

.tywBox-slider{
    
}
.tywBox{
    display: block!important;
    border-radius: 10px;
    overflow: hidden;
}
.tywBox .tywImg{
    width: 100%;
    transition: all ease-in-out 0.5s;
}
.tywBox:hover > .tywImg{
    transform: scale(1.1);
}
/*.slick-track {
    display:flex!important;
    gap: 20px;
}*/
.slick-slide {
  margin: 0 10px!important; /* Adjust the 10px for the gap you want */
}

/* Important: prevent the slider track from overflowing */
.slick-list {
  margin: 0 -10px!important;
}
.slick-arrow{
    position: relative;
    display: none;
}
.slick-prev{
    
}
.slick-prev::after{
    
}
.slick-next{
    
}
.section-offers{
    border-radius: 10px;
    overflow: hidden;
}
.section-offers img{
    
}
/*.trend-destination-sec{
    display: flex;
    gap: 10px;
}*/
.trend-destination-sec{
    display: grid;
    grid-template:
        "abc def ghi"
        "jkl def mno";
    grid-template-columns: 36% 28% 34%;
    gap: 10px;
}
.trendLeftBoxs1, .trendRightBoxs4, .trendRightBoxs5{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trendRightBoxs3{
    display: flex;
    gap: 10px;
}
.trendRightBoxs3 a{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}

.trendLeftBoxs1 img, .trendRightBoxs3 a img, .trendRightBoxs4 img, .trendRightBoxs5 img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.trendCenterBoxs2{
        display: inline-block;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trendCenterBoxs2 img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.trendLeftBoxs1::after, .trendCenterBoxs2::after, .trendRightBoxs3 a::after, .trendRightBoxs4::after, .trendRightBoxs5::after{
        content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.trendLeftBoxs1:hover > img, .trendCenterBoxs2:hover > img, .trendRightBoxs3:hover > a img, .trendRightBoxs4:hover > img, .trendRightBoxs5:hover > img{
        transform: scale(1.1);
}
.trendItems1{
    grid-area: abc;
}
.trendItems2{
    grid-area: def;
}
.trendItems3{
    grid-area: ghi;
}
.trendItems4{
   grid-area: jkl; 
}
.trendItems5{
    grid-area: mno;
}
.trend-left-sec{
    width: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.trend-left-sec .trendLeftBox1, .trend-left-sec .trendLeftBox2{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trend-left-sec .trendLeftBox1 img, .trend-left-sec .trendLeftBox2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.trend-left-sec .trendLeftBox1::after, .trend-left-sec .trendLeftBox2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.trendLeftBox1:hover > img, .trendLeftBox2:hover > img{
    transform: scale(1.1);
}
.trend-center-sec{
    width: 30%;
    
}
.trend-center-sec .trendCenterBox{
    display: inline-block;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trend-center-sec .trendCenterBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.trendCenterBox:hover > img{
    transform: scale(1.1);
}
.trend-center-sec .trendCenterBox::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.trend-right-sec{
    width: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.trend-right-sec .trendRightBox1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.trend-right-sec .trendRightBox1 a{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trend-right-sec .trendRightBox1 a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.trend-right-sec .trendRightBox1 a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.trendRightBox1 a:hover > img{
    transform: scale(1.1);
}
.trend-right-sec .trendRightBox2{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trend-right-sec .trendRightBox2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.trend-right-sec .trendRightBox2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.trendRightBox2:hover > img{
    transform: scale(1.1);
}
.trendPackage{
    
}
.trendPackageBox{
    display: block!important;
    border-radius: 10px;
    height: 250px!important;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.trendPackageBox::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.trendPackageImg{
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all ease-in-out 0.3s;
}
.trendinnerpackage{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 15px 15px;
    z-index: 1;
    transition: all ease-in-out 0.3s;
}
.trendinnerpackage h5{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: white;
}
.trendinnerpackage p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: white!important;
}
.trendPackageBox:hover .trendPackageImg{
    transform: scale(1.1);
}
/*.visa-arrival-destination-sec{
    display: flex;
    gap: 10px;
}*/
.visa-arrival-destination-sec{
   display: grid;
    grid-template:
        "abc def ghi"
        "jkl def mno";
    grid-template-columns: 36% 28% 34%;
    gap: 10px;
}
.visa-arrivalB1{
    
}
.visa-arrivalB2{
    
}
.visa-arrivalB3, .visa-arrivalB4{
    display: flex;
    gap: 10px;
}
.visa-arrivalB4{
    
}
.visa-arrivalB5{
    
}
.visa-arrivalB1, .visa-arrivalB3 a, .visa-arrivalB4 a, .visa-arrivalB5{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrivalB3{
}
.visa-arrivalB2{
    display: inline-block;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrivalB1::after, .visa-arrivalB2::after, .visa-arrivalB3 a::after, .visa-arrivalB4 a::after, .visa-arrivalB5::after{
        content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.visa-arrivalB1 img, .visa-arrivalB2 img, .visa-arrivalB3 a img, .visa-arrivalB4 a img, .visa-arrivalB5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.visa-arrival-items-1{
    grid-area: abc;
}
.visa-arrival-items-2{
    grid-area: def;
}
.visa-arrival-items-3{
    grid-area: ghi;
}
.visa-arrival-items-4{
    grid-area: jkl;
}
.visa-arrival-items-5{
    grid-area: mno;
}
.visa-arrival-items-1, .visa-arrival-items-2, .visa-arrival-items-3, .visa-arrival-items-4, .visa-arrival-items-4{
    
}
.visa-arrivalB1:hover > img, .visa-arrivalB2:hover > img, .visa-arrivalB3 a:hover > img, .visa-arrivalB4 a:hover > img, .visa-arrivalB5:hover > img{
        transform: scale(1.1);
}



.visa-arrival-destination-sec .visa-arrival-left-sec{
    width: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.visa-arrival-destination-sec .visa-arrival-center-sec{
    width: 30%;
}
.visa-arrival-destination-sec .visa-arrival-right-sec{
    width: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.visa-arrival-destination-sec .visa-arrivalLeftBox1{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrival-destination-sec .visa-arrivalLeftBox2{
    display: flex;
    align-items: center;
    gap: 10px;
}
.visa-arrival-destination-sec .visa-arrivalLeftBox2 a{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrival-destination-sec .visa-arrivalLeftBox1 img, .visa-arrival-destination-sec .visa-arrivalLeftBox2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.visa-arrival-destination-sec .visa-arrivalCenterBox{
    display: inline-block;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrival-destination-sec .visa-arrivalCenterBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.visa-arrival-destination-sec .visa-arrivalRightBox1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.visa-arrival-destination-sec .visa-arrivalRightBox1 a{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrival-destination-sec .visa-arrivalRightBox1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.visa-arrival-destination-sec .visa-arrivalRightBox2{
    display: inline-block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
.visa-arrival-destination-sec .visa-arrivalRightBox2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.visa-arrivalLeftBox1::after, .visa-arrivalLeftBox2 a::after, .visa-arrivalCenterBox::after, .visa-arrivalRightBox1 a::after, .visa-arrivalRightBox2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}

.visa-arrivalLeftBox1:hover > img, .visa-arrivalLeftBox2 a:hover > img , .visa-arrivalCenterBox:hover > img, .visa-arrivalRightBox1 a:hover > img, .visa-arrivalRightBox2:hover > img{
    transform: scale(1.1);
}

.trendPackageBox:hover .trendinnerpackage{
    bottom: 5px;
}
.trend-destination-sec a:hover .trendinnerpackage, .visa-arrival-destination-sec a:hover .trendinnerpackage{
    bottom: 5px;
}
.whychoose-sec-left{
    padding-right: 70px;
}
.whychoose-sec-right{
    display: flex;
    gap: 15px;
}
.yChooseUs-content{
    
}
.yCooseus-iconSec{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
        row-gap: 40px;
}
.ychooseBox{
    width: 100%;
    display: flex;
    flex-direction: column;
        align-items: center;
    gap: 5px;
}
.ychooseBox .ychooseImg{
    width: 50px;
}
.ychooseBox p{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.whychoose-firstLeft{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}
.whychoose-firstLeft a{
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden;
}
.whychoose-firstLeft a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}

.whychoose-firstLeft a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.whychoose-secondLeft{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}
.whychoose-secondLeft a {
    width: 100%;
    height: 142px;
    background-size: cover;
    position: relative;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden;
}
.whychoose-secondLeft a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.whychoose-secondLeft a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.whychoose-firstLeft a:hover > img, .whychoose-secondLeft a:hover > img{
    transform: scale(1.1);
}

/**/
.preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease-in-out;
        }
        
        .loading-container {
            text-align: center;
        }
        
        /*.loading-spinner {
            margin: 0 auto 20px;
            width: 80px;
            height: 80px;
            position: relative;
        }
        
        .spinner-circle {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 3px solid transparent;
            border-top: 3px solid #3b82f6;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        .spinner-circle:nth-child(2) {
            border: 3px solid transparent;
            border-top: 3px solid #8b5cf6;
            animation: spin 1.5s linear infinite reverse;
        }
        
        .spinner-circle:nth-child(3) {
            width: 70%;
            height: 70%;
            top: 15%;
            left: 15%;
            border: 3px solid transparent;
            border-top: 3px solid #ec4899;
            animation: spin 2s linear infinite;
        }
        */
        /*.loading-text {
            font-size: 1.2rem;
            color: #000000;
            font-weight: 500;
            letter-spacing: 1px;
        }
        
        .loading-dots {
            display: inline-block;
            position: relative;
            width: 20px;
            height: 10px;
        }*/
        .loadding-name{
            font-size: 2rem;
            color: #ff7f00;
            font-weight: 500;
            letter-spacing: 1px;
            position: relative;
        }
        .loadding-name .spinlogo{
            width: 260px;
        }
        .loadding-name .spin{
            width: 16px;
            position: absolute;
            top: 9px;
            left: 126px;
            animation: mymove 2s ease-in-out infinite;
        }
        @keyframes mymove {
          from {
              transform: rotate(0deg);
          }
          to {
               transform: rotate(360deg);
          }
        }
        /*.loading-dots span {
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ff7f00;
            animation: dots 1.5s infinite ease-in-out;
        }
        
        .loading-dots span:nth-child(1) {
            left: 0;
            animation-delay: 0s;
        }
        
        .loading-dots span:nth-child(2) {
            left: 7px;
            animation-delay: 0.2s;
        }
        
        .loading-dots span:nth-child(3) {
            left: 14px;
            animation-delay: 0.4s;
        }
        
        .progress-bar {
            width: 240px;
            height: 6px;
            background: #334155;
            border-radius: 3px;
            margin: 20px auto;
            overflow: hidden;
        }
        
        .progress {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            border-radius: 3px;
            transition: width 0.3s ease;
        }
        
        .loading-percentage {
            font-size: 0.9rem;
            color: #94a3b8;
            margin-top: 10px;
        }*/
        .loaderic{
            width: 100%;
            height: 80px;
            overflow: hidden;
            object-fit: fill;
            position: relative;
        }
        .loaderic .loader-gif{
            width: 100%;
            height: 100%;
            object-fit: contain;
            background-size: cover;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
        }
.whatcustSay{
    
}
.whatcustSay .whtcustsayBox{
    display: flex!important;
    gap: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}
.whtcustsayBox{
    
}
.whtcustsayImgdb{
    width: 150px;
    height: 150px;
    background-size: cover;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.whtsyImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whtcustsay-content{
    width: calc(100% - 150px);
}
.cutomer-review-txt{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #484444;
    text-align: justify;
}
.whtcustsayreadMore{
    margin-top: 5px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
}
.custName{
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.cust-destination{
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #484444;
    margin-top: 5px;
}
.reviewstarBox{
    
}
.reviewstarBox .fa-star{
    
}
.reviewstarBox .fa-star.checked{
    color: orange;
}
.searchForm.-type-1 {
    width: 500px;
    margin: auto;
}
/**/
.mobileNavs{
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}
.dropdown-toggle {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileNavs{
}
.mobileNavs .mobileNavsBox{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}
.mobileNavs .mobileNavsBox .navItems{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 5px;
}
.mobileNavs .mobileNavsBox .navItems .hdrIcon{
    width: 35px;
}
.mobileNavs .mobileNavsBox .navItems .mobileNvs-title{
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.mobileNavs .dropdown-toggle::after{
    display: none;
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.mobileNavs{
    
}
.footer-desti-list{
   margin: 0;
   padding: 0;
   list-style: none;
    list-style-type: none;
    row-gap: 4px;
    column-gap: 10px;
    white-space: nowrap; 
}
.footer-desti-list li{
    list-style: none;
    margin-right: 0px;
    /*margin-left: 0px;*/
    line-height: 21px;
    position: relative;
}
.footer-desti-list li::before{
    content: '|';
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    color: #000;
}
.footer-desti-list li:last-child:before{
    display: none;
}
.footer-desti-list li a{
    font-size: 13px;
    line-height: 1rem;
    color: #444;
    font-family: "Roboto", sans-serif;
}
.footer-desti-list li a:hover{
    color:rgb(255, 127, 0);
}
/**/
.border-customes{
    border: 1px solid #dbdbdb;
}
.footer-offers{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-offers img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    background-size: cover;
}
.dropdownClosebtn{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.yChooseUs-content p{
    text-align: justify;
}
/*.whychoose-sec-right*/
.whychoose-sec-rightnew{
    display: grid;
    grid-template:
    "abc def"
    "abc ghi"
    "jkl mno"
    "jkl pqr";
    grid-template-columns: 49% 49%;
    gap: 10px;
}
.whychoose-sec-rightnew a {
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden;
}
.whychoose-sec-rightnew a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.whychoose-sec-rightnew a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, #000000e3, transparent);
}
.whycr-items-1{
    grid-area: abc;
}
.whycr-items-2{
    grid-area: def;
    height: 142px !important;
}
.whycr-items-3{
    grid-area: ghi;
    height: 142px !important;
}
.whycr-items-4{
    grid-area: jkl;
}
.whycr-items-5{
    grid-area: mno;
    height: 142px !important;
}
.whycr-items-6{
    grid-area: pqr;
    height: 142px !important;
}
.whycr-items-12{
    grid-area: yzd;
}
.whychoose-sec-rightnew a:hover > img{
    transform: scale(1.1);
}
.slick-dots{
    padding-bottom: 5px!important;
}
/*blogSec start*/
.blogSec{
    display: flex;
    gap: 20px;
}
.blogSecleft-items-1{
    display: block;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 10px;
}
.blogSecleftImg{
    position: relative;
    background-size: cover;
    height: 250px;
    overflow: hidden;
    object-fit: fill;
}
.blogimgleft{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 8px;
    overflow: hidden;
}
.blogSec-content{
    padding: 10px 0px;
}
.leftpublishedDate-toreadmin{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.leftpublishedDate, .toreadmin{
    color: #484444;
    font-size: 14px;
    font-weight: 400;
}
.toreadmin{
    
}
.leftBlog-Title{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
}
.blog-txt, .blog-txt:hover{
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.blogSecright-items-1{
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blogsecItems-1{
    display: flex;
    gap: 20px;
}
.blogSecRightImg{
    width: 120px;
    height: 120px;
    position:relative;
    object-fit: fill;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}
.blogSecRightImg .blogimgRight{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners-marquee{
    background: #dbdbdb;
}

/*blogSec end*/
.herolist.list1 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 50px;
}
.myhero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.myhero__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0px;
    border-radius: 0px;
    z-index: -1;
}
.myhero__bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
}
.list-hero__title{
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 35px;
    font-weight: 400;
}
.list-mainsubTitle {
    font-size: 20px;
}
.getqt-call-vwdtls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.listgetqt {
    background: #ea7f2d;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.listcall {
    width: 40px;
    height: 40px;
    background: #ea7f2d;
    border-radius: 50%;
    padding: 11px;
    line-height: 18px;
    border: 1px solid #fff;
}
.listcall .listcllimg {
    width: 100%;
}
.listViewdetails {
    background: #ea7f2d;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.tour__Card_Pcg{
    
}
.tour-CardBox{
    
}
.pcg-main-sec {
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.pcg-img-sec {
    position: relative;
    width: 100%;
    height: 360px;
    object-fit: fill;
    overflow: hidden;
    border-radius: 10px;
}
.pcg-img-sec .pcg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pcg-img-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.pcg-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.pcg-content .tourCard__title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: white;
}
.pcg-content .tourCard__location {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
}
.pcg-content .icon-pin {
}
.pcg-content .tourCard-price {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}
.pcg-content .tourCard-price .perPerson {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
}
.pcg-content .tourOption {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0px;
}
.pcg-content .tourOption li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.pcg-content .tourOption li img {
    width: 18px;
}
.pcg-content .tourOption li span {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
}
.airow-rights{
    position: absolute;
    right: 4px;
    bottom: 6px;
    width: 50px;
    height: 48px;
}
.airow-rights img{
    width: 100%;
    transform: rotate(315deg);
}
.pcg-content-hover{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:20px 10px;
    transition: all ease-in-out 0.5s;
}
.pcg-content-hover .tourCard__title, .pcg-content-hover .tourCard__title:hover {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}
.pcg-content-hover .tourCard__location, .pcg-content-hover .tourCard__location:hover {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}
.pcg-content-hover .listgetqt, .pcg-content-hover .listcall, .pcg-content-hover .listViewdetails{
    border:1px solid #000;
}
.pcg-main-sec:hover .pcg-content-hover{
    bottom: 0px;
}
.sec-gap-bottom{
    padding: 0px 0px 50px;
}
.content-border-list {
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
}
.tourPackgones{
    display: flex;
    align-items: center;
    scrollbar-width: none;
    gap: 10px;
    overflow: auto;
}
.tourPackgones .lsbx{
    width: 33.33%;
    flex: 0 0 32.33%;
}
.accordion-button:not(.collapsed) {
    color: #101010;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    background-color: #fff;
    margin-bottom: 14px;
    border: 1px solid #000;
    border-top: 1px solid #000 !important;
    border-radius: 5px !important;
    overflow: hidden;
}
.accordion-item:has(.accordion-button:not(.collapsed)){
    border: 1px solid #ea7f2d;
    border-top: 1px solid #ea7f2d!important;
}
.destReview{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.destRevItems{
    border: 1px solid #dbdbdb;
    padding: 15px 30px;
}
.destRev-clientDtls{
    display: flex;
    gap: 15px;
}
.destRvclntImg{
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    background: #dbdbdb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2196F3;
}
.destRvclntImg::first-letter{
    color: #673ab7!important;
}
.destRvclntnrvon-str{
    
}
.drClientName{
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.drRvdOn{
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #484444;
    margin-top: 0px;
}
.drRev{
   font-size: 12px;
    line-height: 15px; 
}
.drRev .checked{
    color: orange;
}
.destTev-content{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #484444;
    text-align: justify;    
    margin-top: 10px;
}
.secreadMore{
    display: flex;
    align-items: center;
    justify-content: center;
}
.secreadMoreBtn{
    padding: 5px 30px;
    border: 1px solid #fb7c27;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.mainPackgTxt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-disc li a, .list-disc li span{
    font-size: 14px;
}
.all-keywords {
    scrollbar-width: none;
}
.filter__content{
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 15px 10px;
    background: #8585852b;
    border-radius: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.filter__content .dropdown h5{
        font-size: 15px !important;
    /*border: 1px solid #fb7c27;
    padding: 5px 20px;*/
    border-radius: 0px;
    font-weight: 500;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
   /* background-color: var(--color-accent-1-dark) !important;*/
}
.filter__content .dropdown h5::after{
       content: '⌄';
    position: absolute;
    right: 13px;
    top: 0;
    font-size: 32px;
    color: #555;
    line-height: 24px;
    transform: rotate(266deg);
    
}
.filter__content .dropdown .form-checkbox label {
    position: relative!important;
    padding-left: 10px!important;
    cursor: pointer;
}
.form-checkbox {
    cursor: pointer;
}
.filter__content .dropdown-menu{
    padding: 15px;
    min-width: 250px;
    border-radius: 5px;
    border: 1px solid #555;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.filter__content .dropdown:hover .dropdown-menu {
    display: block;
}
.rtngLbl{
    
}
.main-deal-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pcgfound-bg {
    color: #fff;
    background-color: #fb7c27;
    padding: 0px 10px;
    border-radius: 2px;
    font-size: 14px;
}
.tOurDetails{
    
}
.tOurDetails .carousel-item {
    width: 100%;
    height: 550px;
    object-fit: fill;
}
.tOurDetails .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tOurDetails .carousel-item::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.grey-nbg{
    background: #8585852b;
}
.downloadItinerary{
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fb7c27;
    color: #ffffff;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #000000;
}
.downloadItinerary img{
        width: 20px;
}
.tOur-dynght-rmtp{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    flex-wrap: wrap;
}
.tOur-dynght-rmtp li{
    padding: 2px 10px;
    background: #dbdbdb;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
}
.tOurHighlight{
    
}
.tOurHighlight li{
    
}
.hOtelSection{
   display: flex;
   gap: 20px;
}
.hOtelImg{
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}
.hOtelImg .hImgs{
    width: 100%;
}
.hOtelContent{
   width: 100%; 
}
.hOtelInclInner{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.hOtelInclItems{
    
}
.hOtelTh{
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}
.hOtelvlu{
    font-size: 13px !important;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    color: #333;
    font-weight: 400;
}
.hOtelnUmIten{
    display: inline-flex;
    background: #f77a37;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
}
#accordionItinerary .accordion-item{
    background: #8585852b;
}
.accordion-button::after {
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid #f37842;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.iNeXluctionList{
    margin: 0;
    padding: 0px 25px;
    display: block;
}
.iNeXluctionList li{
    line-height: 22px;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
}
.iNeXluctionSec{
    display: flex;
    gap: 20px;
}
.iNclusionSec{
    width: 50%;
    padding: 15px;
    border-radius: 10px;
    background: #d0f9df;
}
.eXclusionSec{
    width: 50%;
    padding: 15px;
    border-radius: 10px;
    background: #fbb2b4;
}
.policieswithDott{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.policiesnoDott li{
    line-height: 22px;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
}
.tOurDetailsformwhychos{
    margin-top: -534px;
    z-index: 9;
    position: relative;
}
.freevisacountry{
    
}
.freevisacountryBox {
    display: block !important;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    object-fit: fill;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .home--Wraper {
        height: 450px;
    }
    .blogSecleft-items-1 {
        width: 400px;
    }
    .blogSecright-items-1 {
        width: calc(100% - 400px);
    }
    .tywSec .tywNav {
        display: flex;
        overflow: auto;
    }
    .tywNav:has(.nav-link[id=pills-Family-tab].active) > .glider{
        transform: translateX(94%);
    }
    .tywNav:has(.nav-link[id=pills-Honeymoon-tab].active) > .glider{
        transform: translateX(186%);
    }
    .tywNav:has(.nav-link[id=pills-Adventure-tab].active) > .glider{
        transform: translateX(291%);
    }
    .tywNav:has(.nav-link[id=pills-Spiritual-tab].active) > .glider{
        transform: translateX(385%);
    }
    .tywNav:has(.nav-link[id=pills-Exotic-tab].active) > .glider{
        transform: translateX(465%);
    }
    .tywNav:has(.nav-link[id=pills-Cruise-tab].active) > .glider{
        transform: translateX(543%);
    }
    .tywNav:has(.nav-link[id=pills-Leisure-tab].active) > .glider{
        transform: translateX(620%);
    }
    .list-hero__title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1100px) {
  .whychoose-sec-left {
    padding-right: 20px;
}
.yCooseus-iconSec {
    margin-top: 30px;
    row-gap: 30px;
}
.ychooseBox .ychooseImg {
    width: 35px;
}
.nav-wraper {
    display: none;
}
.tywNav{
    display: flex!important;
}
.tywSec .tywNav {
    gap: 15px;
    row-gap: 10px;
}
.header__logo{
    margin-right: auto;
}
.hero__title {
    color: #222;
}
.home--Wraper {
    padding: 40px 0px;
    height: auto;
}
.home--Wraper::after {
    background: rgb(255 127 0);
    border-bottom: 1px solid #dbdbdb;
}
.mobileNavs{
    display: flex;
    gap: 8px;
    overflow: auto;
    scrollbar-width: none;
}
.mobileNavs .mobileNavsBox {
    padding: 6px 3px;
    background: #fff;
    width: 23%;
    flex-shrink: 0;
}
.mobileNavs .mobileNavsBox .navItems .hdrIcon {
    width: 25px;
}
.mobileNavs .mobileNavsBox .navItems {
    row-gap: 3px;
}
}
@media only screen and (max-width: 991px) {
    .trend-destination-sec, .visa-arrival-destination-sec{
        display: flex;
        overflow: auto;
        scrollbar-width: none;
    }
  
.trendLeftBoxs1, .trendRightBoxs4, .trendRightBoxs5, .trendCenterBoxs2, .trendRightBoxs3 a , .visa-arrivalB1, .visa-arrivalB3 a, .visa-arrivalB4 a, .visa-arrivalB5, .visa-arrivalB2  {
            height: 220px !important;
        width: 100%;
        flex: 0 0 180px;
        scrollbar-width: none;
}
.trendRightBoxs3, .visa-arrivalB3, .visa-arrivalB4 {
    display: flex!important;
}

.whychoose-sec-left {
    padding-right: 0px;
}
.yCooseus-iconSec {
    margin-bottom: 30px;
}
.whychoose-sec-rightnew{
    display: flex;
    overflow: auto;
    scrollbar-width: none;
}
.whycr-items-1, .whycr-items-2, .whycr-items-3, .whycr-items-4, .whycr-items-5, .whycr-items-6{
    height: 220px!important;
    width: 100%;
    flex: 0 0 180px;
    scrollbar-width: none;
}
.blogSec {
    flex-direction: column;
}
.blogSecleft-items-1, .blogSecright-items-1 {
    width: 100%;
}
.herolist.list1 {
    padding: 50px 0px;
}
.filter__content {
            white-space: nowrap;
        overflow: auto;
        scrollbar-width: none;
}
.tOurDetails .carousel-item {
    height: 350px;
}
.tOurDetailsformwhychos {
    margin-top: -270px;
}
}


@media only screen and (max-width: 767px) {
  .callUs--link {
    display: none;
}
.dropdownInnerMenu.show {
    display: block !important;
    width: 100%;
    min-width: 100% !important;
    left: 50%;
    transform: translateX(-50%);
}
.dropdownInner {
    width: 100%!important;
    margin-bottom: 10px;
}
.dropdownClosebtn{
    display: block;
}
.section-header .section-title {
    font-size: 20px;
}
.headerright {
    padding-right: 0px;
    display: none;
}
.whatcustSay .whtcustsayBox {
    flex-direction: column;
}
.whtcustsayImgdb {
    width: 100%;
    height: 190px;
}
.whtcustsay-content {
    width: calc(100% - 0px);
}
.blogsecItems-1 {
    flex-direction: column;
}
.blogSecRightImg {
    width: 100%;
    height: 250px;
}
.blogSecright-items-1 {
    padding: 0;
    border: none;
}
.blogsecItems-1 {
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 8px;
}
.logo-top {
    width: 180px;
}
header {
    border-bottom: 1px solid #dbdbdb;
}
.hero__title {
        margin-bottom: 15px;
    font-size: 18px;
}
.hero__title span {
    font-size: 22px;
	color: #fff;
}
.mobileCall{
    display: block!important;
}
.mobileCall .callUs-content{
    display: none;
}
.searchForm.-type-1 {
    border: 1px solid #dbdbdb;
}
.searchForm.-type-1 .searchFormItem__button {
    padding: 6px!important;
}
.size-50 {
    width: 40px;
    height: 40px;
}
.tourPackgones .lsbx {
    width: 50%;
    flex: 0 0 49%;
}
.list-hero__title {
    font-size: 25px;
}
.main-deal-title {
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}
.iNeXluctionSec {
    flex-direction: column;
}
.iNclusionSec, .eXclusionSec {
    width: 100%;
}
}
@media only screen and (max-width: 580px) {
  .searchForm.-type-1 {
    width: 100%;
}
.sec-gap {
    padding: 20px 0px;
}
.tourPackgones .lsbx {
    width: 100%;
    flex: 0 0 100%;
}
}
@media only screen and (max-width: 480px) {

}




