body{
    font-family: 'Roboto';
    overflow-x: hidden;
    scroll-behavior: smooth;
}
html {
    /* scrollbar-color: #000 #000;
    scrollbar-width: thin; */
    scroll-behavior: smooth;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ca252b; 
}
::-webkit-scrollbar-thumb:hover {
    background: #ca252b; 
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* top-eami */
.main-container{
    margin: 0 30px;
}
.about-link{
    display: flex;
    align-items: center;
    background: #ffffffb3;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    justify-content: space-around;
}
.visa-aria{
    text-align: right;
}
.about-link .from-group{
    padding-left: 0px;
}
.top-email a{
    font-size: 14px;
    font-weight: 400;
    /* color: #fff; */
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}
.top-email a i{
    color: #FFB100;
}
.about-link ul{
    margin: 0;
    padding: 0;
}
.about-link li{
    display: inline-block;
    padding-right: 17px;
}
.about-link .form-control{
    border: 1px solid #000000;
    border-radius: 10px;
    background: url(../images/serch-icon.png) no-repeat;
    background-position: 12px;
    padding: 5px 0;
    padding-left: 33px;
    box-shadow: none;
    font-size: 14px;
}

.dektop-mobile-bnr{
   display:none;
}

.banner-video-01{
 width:100%;
 height:auto;
}
.visa-aria a{
    border-radius: 8px;
    background: #729320;
    padding: 10px 11px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-size: 13px;
}
.top-sec{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.top-sec .main-container{
    margin-right: 85px;
}
.about-link a{
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
}
.about-link a:hover{
    color: #ca252b;
    transition: 0.5s;
}
/* header */
.navbar-expand-lg .navbar-nav .nav-link{
    /* color: #fff; */
    color: #000;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
}
.call-icon{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ca252b;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #ca252b;
}
header{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99;
}
header .main-container{
    margin-right: 85px;
}
.my-trip-btn a{
    background: #FFB100;
    border-radius: 8px;
    padding: 11px 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
    font-size: 13px;
}
.my-trip-btn a:hover{
    background: #729320;
    color: #fff;
    transition: 0.5s;
}
.my-trip-btn{
    margin-right: 10px;
}
.enquiry-btn .btn-primary{
    /* background: #E50003; */
    background: #FFB100;
    transition: 0.5s;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}
.popup-form h4 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}
.popup-form .form-group {
    margin-bottom: 20px;
}
.popup-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #000;
    background: transparent;
    font-size: 14px;
    color: #000;
}
.modal-box .modal-header{
    padding: 0;
    border: none;
}
.modal-box .btn-close{
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9;
    box-shadow: none;
}
.popup-btn a {
    width: 100%;
    display: block;
    color: #fff;
    border-color: #000;
    background-color: #e50003;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e50003;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    font-weight: normal;
    transition: 0.5s;
}
.popup-btn a:hover{
    background: #FFB100;
    transition: 0.5s;
    border: 1px solid #FFB100;
}
.enquiry-btn .btn-primary:hover{
    background: #729320;
    transition: 0.5s;
}
.enquiry-btn{
    margin-right: 0;
}
.headerRightmainAll ul{
    margin: 0;
    padding: 0;
}
.headerRightmainAll li{
    list-style: none;
}
.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}
header .toggle{
    width: auto;
    height: auto;
    top: 35px;
    right: 30px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
header.smaller {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
header.smaller .navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
}
.navbar-brand{
    width: 150px;
}
header.smaller .navbar-brand{
    width: 120px;
}
header.smaller .toggle{
    top: 27px;
}
/* banner */
.banner{
    position: relative;
    height: 100vh;
}
.phone-banner{
    display: none;
}
.banner-img{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 5%;
}
.banner-text h2{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}
.banner-text p{
    /* color: #000; */
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-right: 70%;
    margin-bottom: 30px;
}
.banner-btn a{
    background: #fff;
    padding: 10px 25px;
    border-radius: 66px;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
    font-weight: normal;
    font-size: 14px;
}
.banner-btn a:hover{
    background: #FFB100;
    transition: 0.5;
    color: #fff;
}
.booking-btn{
    background: #FFB100 !important;
    transition: 0.5s;
}
.booking-btn:hover{
    background: #fff !important;
    transition: 0.5s;
    color: #000 !important;
}
.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.banner .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.banner .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 0px 0;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    border-right: 1px solid #939393;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0px;
}
.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 140%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}
.wrapper-dropdown .dropdown {
    padding: 0.5rem !important;
}
.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    background: #ebebeb;
}
.wrapper-dropdown .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}
.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}
.wrapper-dropdown svg {
    transition: all 0.3s;
}
.selected-display {
    color: #000 !important;
    font-size: 13px;
}
.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 40px;
    overflow: hidden;
    color: #000;
}
.wrapper-dropdown .dropdown li:hover {
    background-color: #000078;
    border-radius: 0px;
    color: #fff;
}
.seach-banner .form-control{
    box-shadow: none;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: 1px solid #939393;
    background: url(../images/serch-icon.png) no-repeat transparent;
    background-position: 0%;
    padding: 0px 15px;
    padding-left: 25px;
}
.seach-banner input::placeholder{
    color: #000;
    opacity: 0.8;
    font-size: 15px;
    font-weight: normal;
}
.search-box{
   background: #ebebeb;
   border-radius: 10px;
   padding: 10px 10px;
}
.search-tag a{
    background: #fff;
    padding: 10px 50px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    transition: 0.5s;
    border: 0.5px solid #cbcbcb;
    border-radius: 10px
}
.search-box{
    position: absolute;
    bottom: 60px;
    left: 5%;
    z-index: 9;
    /* width: 51%; */
    width: 70%;
}
.search-tag button{width: 100%;}
.search-box .main-container{
    margin: 0 ;
}
/* OUR PREMIUM PACKAGES */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 370px;
    perspective: 1000px;
    margin: auto;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .flip-card-front {
    background: #fff;
  }
  .flip-card-back {
    transform: rotateY(180deg);
    background: #000078;
    border-radius: 20px;
    color: #fff;
    padding: 30px;
  }
.package-sec h3{
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.package-sec{
    padding: 5% 0;
}
.tap-package .nav-tabs{
    border-bottom: none;
    margin: 0 8%;
    margin-bottom: 30px;
    justify-content: center;
    background: #F3F3F3;
}
.tap-package .nav-tabs .nav-link{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    border: none;
    position: relative;
}
.tap-package .nav-tabs .nav-link::before{
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 15px;
    right: 0;
    top: 12px;
}
.none-line::before{
    display: none;
}
.tap-package .nav-tabs .nav-link.active {
    font-weight: bold;
    border: none;
    background: transparent;
}
.place-name h5{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.place-name h4{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.package-box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.package-box img{
    width: 100%;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.package-box:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.package-box:hover::before{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.package-box::before{
    position: absolute;
    content: '';
    background: transparent radial-gradient(closest-side at 50% 53%, #00000000 0%, #0000003d 100%) 0% 0% no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.place-name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.rate-detail{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.rate-detail h5{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.rate-detail a{
    padding: 8px 13px;
    border: 1px solid #FFB100;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
}
.rate-detail a:hover{
    background: #FFB100;
    transition: 0.5s;
}
.booking-now{
    background: #FFB100 !important;
    transition: 0.5s;
    color: #000 !important;
}
.booking-now:hover{
    transition: 0.5s;
    background: transparent !important;
    border: 1px solid #FFB100 !important;
    color: #fff !important;
}
.btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details-sec{
    position: relative;
    padding: 0 5%;
}
.details-sec .owl-carousel .owl-nav.disabled {
    display: block;
}
.details-sec .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -35px;
    top: 42%;
}
.details-sec .owl-carousel .owl-nav button.owl-next span{
    color: #000;
    font-size: 40px;
}
.details-sec .owl-carousel .owl-nav button.owl-prev span{
    color: #000;
    font-size: 40px;
}
.details-sec .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -35px;
    top: 42%;
}
/* ENJOY HOLIDAYS WITH OUR SPECIAL PACKAGES */
.enjoy-text h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    padding-right: 31%;
    padding-bottom: 40px;
    margin: 0;
}
.enjoy-text span{
    font-weight: bold;
}
.enjoy-text ul{
    margin: 0;
    padding-left: 0;
}
.enjoy-text li{
    list-style: none;
    padding-bottom: 35px;
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    font-weight: normal;
    color: #000;
}
.enjoy-text li::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    left: 0;
    top: 0;
    color: #0096D3;
}
.enjoy-text li:last-child{
    padding-bottom: 0;
}
.special-slider .owl-stage-outer {
  position: relative;
  padding-bottom: 59%;
}
.special-slider .owl-stage {
  position: absolute;
  left: 0;
  top: 0;
}
.enjoy-text{
    padding-right: 13%;
    padding-left: 10%;
    position: relative;
    padding-bottom: 59%; /* 16:9 aspect ratio (height / width * 100) */

    overflow: hidden;
    max-width: 100%;
    background: #000; /* Optional: background color for empty space */
}

.enjoy-text iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.enjoy-holiday-sec{
    background: #F3F3F3;
    padding-bottom: 30px;
  padding-top: 68px;
}
.enjoy-holiday-sec .main-container{
  /*  margin-right: 0; abhi */
}

.special-slider .owl-nav {
  position: absolute;
  bottom: 6px; 
  display: flex;
  right: 7px;
}

.special-slider .owl-nav button.owl-prev, .special-slider .owl-nav button.owl-next {
  padding: 0px !important;
  width: 37px;
  height: 37px;
  background: #dd9e10;
  margin-right: 8px;
}
.special-slider .owl-nav button.owl-next {
    margin: 0 !important;
}

.special-slider .owl-nav button.owl-prev span,.special-slider .owl-nav button.owl-next span {
  color: #fff;
  line-height: 2px;
  font-size: 20px;
}

.form-locate .form-control{
    background: url(../images/location-icon.png) #fff no-repeat;
    background-position: 3%;
    box-shadow: none;
    padding: 15px 50px;
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 17px;
    border: none;
}
.find-btn a{
    background: #414042;
    border-radius: 0px 17px 17px 0px;
    padding: 17px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    transition: 0.5s;
}
.find-btn a:hover{
    background: #729320;
    transition: 0.5s;
}
.form-locate .form-group{
    position: relative;
}
.find-btn{
    position: absolute;
    right: 0;
    top: 15px;
}
.form-locate{
    padding-top: 60px;
    margin-right: 8%;
}
.image-locate h5{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.image-locate h4{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.image-locate h6{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.image-locate{
    background: #E50003;
    border-radius: 12px;
    padding: 30px 20px;
}
.enjoy-img{
    position: relative;
}
.special-slider .owl-dot {
  background: #868686 !important;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
}
.special-slider .owl-dots {
  position: relative;
  bottom: 30px;
}
.special-slider .owl-dot.active {
  background: #ffb100 !important;
}

.image-locate{
    position: absolute;
    bottom: 48px;
    right: 75px;
    width: 50%;
}
/* MOST WANTED DEALS */
.most-wanted-sec h3{
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    font-weight: normal;
    font-size: 30px;
}
.most-box{
    height: 480px;
}
.ribbon {
    position: relative;
    background: #E50003;
    padding: 8px 35px 8px 35px;
    display: inline-block;
    border-radius: 2px 0 0 2px;
}
.ribbon h6{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.ribbon::before {
    content: "%";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom right, orange, #ff6600);
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.ribbon::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -2%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #322e2eb8;
    transition: inherit;
    transform: rotate(180deg);
}
.wanted-deals{
    position: relative;
}
.offre-box{
    position: absolute;
    top: 60px;
    left: 0px;
}
.new-price {
    color: #383838;
    margin-right: 5px;
    font-size: 15px;
    font-weight: normal;
}
.old-price {
    position: relative;
    color: #383838;
    font-size: 15px;
    font-weight: normal;
}
.old-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E50003;
    transform: rotate(17deg);
    transform-origin: center;
}
.per-person a{
    padding: 8px 16px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    border-radius: 16px;
    border: 1px solid #707070;
    text-decoration: none;
    transition: 0.5s;
}
.per-person a:hover{
    background: #FFB100;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #FFB100;
}
.wanted-deals h4{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.view-btn{
    text-align: center;
    padding-top: 30px;
}
.view-btn a{
    background: #FFB100;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 25px;
    color: #000;
    border-radius: 31px;
    text-decoration: none;
}
.view-btn a img{
    transition: 0.5s;
    width: 11px;
}
.view-btn a:hover{
    background: #E50003;
    color: #fff;
    transition: 0.5s;
}
.view-btn a:hover img{
    padding-left: 5px;
    transition: 0.5s;
}
.wanted-deals{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0 0;
    margin: 5px;
    border-bottom: 2px solid #000000;
    height: 480px;
}
.per-person{
    text-align: right;
}
.contant-box{
    padding: 20px 15px;
    padding-bottom: 35px;
}
.slide-box{
    padding: 0 11%;
    position: relative;
}
.slide-box .owl-carousel .owl-nav.disabled{
    display: block;
}
.slide-box .owl-carousel .owl-nav button.owl-next{
   width: 60px;
   height: 60px;
   background: url(../images/arow-icon-1.png) no-repeat;
   background-position: center;
   position: absolute;
   right: -75px;
   top: 50%;
}
.slide-box .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.slide-box .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    background: url(../images/arow-icon-2.png) no-repeat;
    background-position: center;
    position: absolute;
    left: -75px;
    top: 50%;
}
.slide-box .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.most-wanted-sec{
    padding: 5% 0;
}
/* TRAVELING HIGHLIGHTS */
.travaling-sec{
    position: relative;
    background: url(../images/travaling-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15% 0;
    background-attachment: fixed;
}
.traval-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding-left: 8%;
}
.traval-text h3{
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
}
.traval-text h5{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.ply-btn .btn-primary{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: transparent;
    border: none;
    box-shadow: none;
}
/* We have some beautiful tour proposal for you */
.poroposal-box{
    background: #E9EAEB;
    border-radius: 12px;
    padding: 15px;
    transition: 0.5s;
    height: 205px;
}
.proposal-text h4{
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.price-field input{width: 100%;}
.range-input{margin-bottom: 40px;}
.proposal-text h6{
    color: #E50003;
    font-size: 14px;
    font-weight: normal;
}
.poroposal-box a{
    /* display: none; */
    text-align: center;
    background: #E50003;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 20px;
    padding: 4px 25px;
    border-radius: 10px;
    font-size: 13px;
}
/* .poroposal-box:hover a{
    display: block;
    transition: 0.5s;
} */
.poroposal-box a:hover{
    background: #729320;
    transition: 0.5s;
}
.proposal-text p{
    font-size: 14px;
    color: #000000;
    margin: 0;
    font-weight: normal;
}
.proposal-sec{
    padding: 5% 5%;
}
.proposal-sec .owl-carousel .owl-dots.disabled{
  display: block;
}
.proposal-sec .owl-carousel button.owl-dot{
    width: 50px;
    height: 2px;
    background: #e1e1e1;
    margin: 5px;
}
.proposal-sec .owl-carousel button.owl-dot.active{
    background: #c3c3c3;
}
.proposal-sec .owl-dots{
    text-align: center;
    padding-top: 20px;
}
.proposal-sec h3{
    color: #000;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 40px;
    margin: 0;
}
/* TOP DESTINATIONS */
.desti-text h5{
    font-weight: normal;
    font-size: 16px;
    color: #000;
}
.destination-box-2{
    height: 477px;
}
.desti-text h6{
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.desti-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}
.other-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    padding-bottom: 30px;
}
.other-text h4{
    color: #E50003;
    font-size: 18px;
    font-weight: normal;
}
.other-text a{
    color: #000;
    text-decoration: none;
    padding: 4px 25px;
    font-size: 13px;
    font-weight: normal;
    background: #FFB100;
    border-radius: 20px;
    transition: 0.5s;
}
.other-text a:hover{
    background: #c1121f;
    transition: 0.5s;
    color: #fff;
}
.destination-box{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 14px #00000045;
    margin: 5px;
    transition: 0.5s;
    overflow: hidden;
}
.destination-sec h3{
    color: #000;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}
.destination-sec{
    padding: 5% 5%;
    padding-top: 0;
}
.destination-box img{
    width: 100%;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.destination-box:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
/* TESTIMONIALS */
.testimonial-sec{
    background: url(../images/testi-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 5%;
    position: relative;
    background-attachment: fixed;
}
.testimonial-sec::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
}
.testi-text{
    position: relative;
    z-index: 9;
    padding-top: 40px;
}
.testi-text h4{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 50px;
}
.testi-text h3{
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.testi-text span{
    font-weight: bold;
}
.testi-box ul{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.testi-box li{
    list-style: none;
    display: inline-block;
}
.testi-box a{
    color: #E38100;
    font-size: 16px;
}
.testi-box h5{
    font-weight: normal;
    color: #000;
    opacity: 0.6;
    font-size: 15px;
}
.testi-box p{
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.testi-box h4{
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.testi-box h6{
    font-size: 15px;
    color: #000;
    opacity: 0.6;
    margin: 0;
}
.testi-box{
    background: #fff;
    padding: 30px 115px;
    border-radius: 48px;
    box-shadow: 0px 52px 65px #07070717;
    position: relative;
    margin: 40px 45px;
    padding-right: 30px;
    margin-right: 0;
}
.image-box{
    position: absolute;
    top: -38px;
    left: -45px;
}
.testimonial-sec .owl-carousel button.owl-dot{
    background: #fff;
    opacity: 0.1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 13px;
}
.testimonial-sec .owl-carousel button.owl-dot.active{
    background: #fff;
    opacity: 1;
}
.testimonial-sec .owl-dots{
    position: absolute;
    left: -651px;
    bottom: 113px;
    display: none;
}
/* Why Chose Us? */
.icon-services{
    width: 75px;
    height: 50px;
    background: #FFB100;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-text h5{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.why-text p{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #000;
}
.services-box{
    display: flex;
    gap: 30px;
    padding-bottom: 40px;
}
.services-box:last-child{
    padding-bottom: 0;
}
.credit{
    background: #0096D3;
}
.easy{
    background: #729320;
}
.why-sec h4{
    font-size: 20px;
    color: #000;
    font-weight: normal;
}
.why-sec h3{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding-right: 27%;
    padding-bottom: 30px;
    line-height: 45px;
    margin: 0;
}
.trip-box-1{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E1E1E1;
    border-radius: 12px;
}
.trip-box{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}
.trip-img{
    background: #fff;
    box-shadow: 90px 3px 99px #0096D333;
    border-radius: 48px;
    padding: 30px;
    position: relative;
}
.trip-img h4{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
}
.trip-img p{
    font-weight: normal;
    color: #000;
    font-size: 14px;
    opacity: 0.6;
}
.trip-img p:last-child{
    margin-bottom: 0 !important;
}
.heart-icon{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.heart-icon i{
    font-size: 25px;
    color: #000;
}
.why-sec{
    padding: 5% 7%;
}
.why-choose-text{
    padding-right: 60px;
}
/* Sign up and Be inspired */
.sign-sec{
    background: #000000;
    padding-top: 5%;
}
.sign-box {
    background: #E50003;
    border: 1px solid #707070;
    padding: 80px 80px;
}
.sign-titil h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}
.sign-titil p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.sign-titil span {
    color: #000;
}
.email-send .form-group .form-control {
    background: transparent;
    color: #707070;
    padding-left: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.email-send input::placeholder{
    color: #fff;
}
.email-send .form-check-input {
    background: transparent;
    border-color: #fff;
    border-radius: 0;
    box-shadow: none;
}
.email-send label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e);
}
.form-check {
    padding-top: 30px;
}
.registor-btn{
    padding-top: 20px;
}
.registor-btn a{
    background: #fff;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 66px;
    transition: 0.5s;
}
.registor-btn a:hover{
    background: #FFB100;
    color: #fff;
    transition: 0.5s;
}
/* location */
.location-sec{
    background: #000;
    padding: 5% 5%;
}
.contact-box{
    box-shadow: 1px 1px 3px #07070717;
    border-radius: 23px;
    background: #4c4c4ca1;
    padding: 30px 40px;
    text-align: center;
    height: 295px; 
    /* 235 */
}
.contact-box a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
}
.contact-box a:hover{
    color: #E50003;
}
.contact-box a:last-child{
    margin-bottom: 0;
}
.contact-box img{
    padding-bottom: 20px;
}
.contact-box p{
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
/* footer */
.footer-bg{
    background: #000000;
    padding: 5% 5%;
    padding-bottom: 0;
}
.footer-links h4{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
}
.footer-links ul{
    margin: 0;
    padding: 0;
}
.footer-links li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-links li:last-child{
    padding-bottom: 0;
}
.footer-links a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    transition: 0.5s;
}
.footer-links a:hover{
    color: #E50003;
    padding-left: 5px;
    transition: 0.5s;
}
.loction-footer {
    background: #E50003;
    border-radius: 16px;
    padding: 30px 5%;
}
.pharagah-bg{
    background: #000;
    padding: 0 5%;
}
.social--icon {
    text-align: right;
}
.location-text p {
    color: #E4E4E4;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.social--icon li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.social--icon ul {
    margin: 0;
    padding: 0;
}
.social--icon a {
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    text-decoration: none;
}
.location-text p{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}
.social-bg{
    background: #000;
    padding: 5% 0;
}
.location-text{
    display: flex;
    align-items: center;
    gap: 20px;
}
.location-text ul{
    margin: 0;
    padding: 0;
}
.location-text li{
    display: inline-block;
    list-style: none;
    padding-right: 20px;
}
.pharghf-text p{
    color: #C2BABA;
    font-weight: normal;
    font-size: 14px;
}
.pharghf-text p:last-child{
    margin-bottom: 0;
}
.pharghf-text{
    padding: 65px 0px;
    padding-top: 0px;
}
.coppy-sec{
    background: #1A1A1A;
    padding: 20px 5%;
}
.coppy-text p{
    color: #E4E4E4;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}
.coppy-links{
    text-align: right;
}
.coppy-links ul{
    margin: 0;
    padding: 0;
}
.coppy-links li{
    list-style: none;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.coppy-links li::after{
    position: absolute;
    content: '';
    background: #E4E4E4;
    width: 1px;
    height: 15px;
    right: -13px;
    top: 4px;
}
.coppy-links li:last-child::after{
    display: none;
}
.coppy-links a{
    color: #E4E4E4;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}
.coppy-links a:hover{
    color: #E50003;
    transition: 0.5s;
}
/* form */
.sub-banner{
    height: auto;
}
.form-box{
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 6px #00000061;
    padding: 40px 0px;
    margin: 5% 25%;
    border-radius: 20px;
}
.form-box .form-grup{
    margin-bottom: 30px;
}
.form-box .form-control{
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding-left: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
}
.form-btn a{
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #E50003;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}
.form-btn a:hover{
    background: #729320;
    transition: 0.5s;
}
.form-box h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.sub-sign{
    padding-top: 5%;
}
.footermobilePingNav{
    display: none;
}
/*  */
.sub-banner{
    /* background: #5A97E9; */
    background: #FFF;
    padding: 7% 0;
    height: auto;
}
.subpage-wrapper .sub-banner{
    background: #FFF;
    padding: 70px 0;
    height: auto;
}

.package-bg-1{
    padding-top: 5%;
    background: #F3F3F3;
    padding: 5% 0;
    margin-bottom: 3%;
}
.package-tab .nav-tabs{
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    width: 100%;
}
.package-tab{
    background: #fff;
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 24px;
    padding: 20px 50px;
    margin: 0 11%;
    margin-top: -50px;
    margin-bottom: 5%;
    position: relative;
    z-index: 99;
}
.package-tab .nav-tabs .nav-link{
    margin: 0;
    font-weight: normal;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    margin-right: 40px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}
.package-tab .nav-tabs .nav-link.active{
    color: #0096D3;
    border-bottom: 2px solid #0096D3;
}
.package-tab .nav-tabs .nav-link:hover{
    color: #0096D3;
    border-bottom: 2px solid #0096D3;
}
.gest-drop{
    border-bottom: 1px solid #707070;
    border-right: none;
    padding: 11px 0;
}
.gest-drop .arrow {
    margin-right: 0px;
}
.tab-box-box{
    display: flex;
}
.pr-line{
    padding-right: 0;
}
.pl-line{
    padding-left: 0;
}
.right-mr{
    margin-right: 25%;
}
.package-tab .form-group {
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 7px 15px;
}
.pack-list{
    border: none;
}
.pack-list .arrow{
    margin-right: 0;
}
.form-detil .form-group label{
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.pack-list .selected-display{
    color: #707070 !important;
    font-size: 13px;
    font-weight: normal;
}
.detil-btn a{
    display: block;
    text-align: center;
    padding: 21px 0;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    background: #E50003;
    border-radius: 12px;
    color: #fff;
    transition: 0.5s;
    width: 100%;
}
.detil-btn a:hover{
    background: #729320;
    transition: 0.5s;
}
.form-arrow{
    position: relative;
}
.form-arrow::before{
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat #E4E4E4;
    width: 20px;
    height: 20px;
    background-position: center;
    right: -17px;
    top: 25px;
    box-shadow: 0px 3px 6px #00000029;
}
.line-box{
    padding-left: 5px;
    padding-right: 5px;
}
.form-arrow::after{
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat #E4E4E4;
    width: 20px;
    height: 20px;
    background-position: center;
    left: -17px;
    top: 25px;
    box-shadow: 0px 3px 6px #00000029;
}
.international-list .form-check-input {
    background: transparent;
    border-color: #000;
    border-radius: 0;
    box-shadow: none;
}
.international-list .form-group {
    display: block;
    margin-bottom: 15px;
}
.international-list .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.international-list .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}
.international-list .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -4px;
}
.international-list .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.international-list ul{
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
}
.international-list li{
    list-style: none;
}
.international-list {
    border: 1px solid #7070704D;
    border-radius: 0px 16px 16px 0px;
    padding: 30px 30px;
    background: #F8F8F8;
    height: 100%;
}
.international-list h4{
    color: #000;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 20px;
}
.budget-container {
   border-bottom: 1px solid #707070;
   padding-bottom: 30px;
   margin-bottom: 30px;
}
.range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.range-values input {
    width: 80px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: transparent;
    font-size: 16px;
    color: #000;
}
  /* Custom Range Styles */
.range-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0d6efd 0%, #ddd 0%);
    border-radius: 5px;
    outline: none;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #e50003;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -3px;
    border: none;
}
.range-slider input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #e50003 !important;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
.international-list img{
    margin-top: -5px;
}
.filter-btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    background: #000000;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 300;
    transition: 0.5s;
}
.filter-btn a:hover{
    background: #c1121f;
    color: #fff;
    transition: 0.5s;
}
.filter-btn{
    padding-top: 30px;
}
.locat-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    padding-top: 20px;
}
.packege-img-list h5{
    font-size: 17px;
    font-weight: normal;
    color: #000;
    padding: 0 10px;
    padding-top: 20px;
}
.packege-img-list h4{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 0 10px;
    padding-bottom: 10px;
}
.packege-img-list li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.packege-img-list a{
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
.packege-img-list a:hover{
    color: #ca252b;
    transition: 0.5s;
}
.packege-img-list ul{
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.locat-view p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.explor-btn-box a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    transition: 0.5s;
    font-weight: normal;
    background: #FFB100;
    padding: 8px 8px;
    border-radius: 10px;
    transition: 0.5s;
}
.explor-btn-box a:hover{
    background: #c1121f;
    transition: 0.5s;
    color: #fff;
}
.packege-img-list{
    background: #E9EAEB;
    border-radius: 0px 0px 16px 16px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    height: 98%;
}
.package-box-list{
    padding: 15px;
    border: 1px solid #7070704D;
    border-radius: 16px;
    background: #F8F8F8;
    margin-right: 30px;
}
.packeg-heading h4{
    font-size: 25px;
    color: #000;
    font-weight: normal;
}
.packeg-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.packeg-heading .form-select{
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #000;
    border-color: #707070;
    border-radius: 12px;
    padding-right: 0;
    transition: 0.5s;
}
.packeg-heading .form-select:hover{
    background: #ca252b;
    color: #fff;
    transition: 0.5s;
}
.list-img{
    position: relative;
}
.list-img-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 50px;
    padding-top: 65px;
}
.list-img-text h3{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}
.list-img-text p{
    font-weight: 500;
    color: #0096D3;
    font-size: 18px;
    margin: 0;
}
.list-btn a{
    background: #FFB100;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    transition: 0.5s;
}
.list-btn a:hover{
    background: #ca252b;
    transition: 0.5s;
    color: #fff;
}
.list-btn{
    position: absolute;
    right: 75px;
    bottom: 110px;
}
.package-list{
    padding: 3% 0;
    padding-top: 0;
}
.prduct-btn-box {
    text-align: center;
    padding-top: 30px;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.prduct-btn-box .btn-primary {
    background: transparent;
    color: #0000007d;
    border-color: transparent;
    font-weight: normal;
    font-size: 17px;
}
.prduct-btn-box .btn-primary:hover {
    color: #000;
}
.prduct-btn-box .btn-primary:not(:disabled):not(.disabled):active {
    background: transparent;
    border-color: transparent;
}
.prduct-btn-box .btn-primary:focus {
    box-shadow: none !important;
}
/* about us */
.about-img{
    position: relative;
    /* margin: 3% 0; */
    margin-bottom: 3%;
    overflow: hidden;
    border-radius: 10px;
}
.about-img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: transparent linear-gradient(0deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box; */
}
.about-titil{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 40px;
}
.about-titil h3{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}
.about-text-1 h5{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    padding-top: 20px;
    line-height: 30px;
}
.about-text-2 h5{
    color: #E50003;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}
.about-text-2 h4{
    color: #000;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.about-text-2 h4::before{
    position: absolute;
    content: '';
    background: #E50003;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.about-text-2 h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.about-text-2 span{
    font-weight: 500;
}
.about-text-2 p{
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.about-text-2 p:last-child{
    margin-bottom: 0;
}
.about-text-2{
    background: #E9EAEB;
    border-radius: 16px;
    padding: 30px 55px;
}
.mission-text{
    background: #FFB100;
    border-radius: 16px;
    padding: 30px 55px;
}
.mission-text h4{
    color: #000;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 15px;
    margin: 0;
}
.mission-text li{
    color: #000;
    list-style: none;
    font-weight: normal;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
}
.mission-text li::before{
    position: absolute;
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.vission-text{
    background: #0096D3;
    border-radius: 16px;
    padding: 30px 55px;
    height: 100%;
}
.vission-list h4{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 15px;
    margin: 0;
}
.vission-list li{
    color: #fff;
    list-style: none;
    font-weight: normal;
    padding-bottom: 30px;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
}
.vission-list li::before{
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.mission-sec{
    padding: 3% 0;
}
.about-video{
    position: relative;
}
.about-video .btn-primary{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none;
    width: 80px;
    height: 80px;
    background: #E50003;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.about-video .modal-dialog{
    max-width: 80%;
}
.about-video{
    margin-bottom: 3%;
}
/* contact */
.get-form h5{
    color: #E50003;
    font-weight: normal;
    font-size: 20px;
}
.get-form h4{
    font-size: 25px;
    font-weight: normal;
    color: #000;
    padding-bottom: 30px;
    margin: 0;
}
.get-form h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.get-form p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.get-form .form-control{
    border-radius: 16px;
    border: none;
    background: #fff;
    padding: 12px 15px;
    box-shadow: none;
}
.get-form .form-group{
    margin-bottom: 30px;
}
.get-form label{
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
.contact-btn a{
    background: #FFB100;
    padding: 10px 55px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.5s;
}
.contact-btn a:hover{
    color: #fff;
    transition: 0.5s;
    background: #e50003;
}
.get-form{
    background: #F3F3F3;
    border-radius: 16px;
    padding: 30px 40px;
    height: 100%;
}
.get-form input::placeholder{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.get-form textarea::placeholder{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.get-form .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}
.get-form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #0000004f;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -4px;
    border-radius: 3px;
}
.get-form .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.get-form .form-group .not {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none ;
    cursor: pointer;
}
.email-detils{
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.icon-box{
    width: 55px;
    height: 55px;
    background: #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.all-detil-box{
    background: #F3F3F3;
    border-radius: 16px;
    padding: 30px;
    margin-top: 20px;
}
.email-detils h5{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}
.email-detils a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    transition: 0.5s;
}
.email-detils a:hover{
    color: #e50003;
    transition: 0.5s;
}
.email-detils p{
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.location-mapp{
    padding: 3% 0;
}
/* faq */
.faq-box{
    background: #F3F3F3;
    border-radius: 24px;
    padding: 60px 85px;
    margin: 3% 10%;
}
.faq-box h3{
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.faq-box p{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 40px;
}
.faq-box .accordion-button{
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 20px 0;
    box-shadow: none;
}
.faq-box .accordion-item{
   background: transparent;
   border-bottom: 1px solid #7c7c7c;
}
.faq-box .accordion-button::after{
    background-image: url(../images/faq-arrow.png);
    background-position: center;
}
.faq-box .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #7c7c7c;
}
.faq-btn a{
    border: 1px solid #FFB100;
    border-radius: 20px;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    transition: 0.5s;
}
.faq-btn a:hover{
    background: #FFB100;
    color: #fff;
    transition: 0.5s;
}
.faq-btn{
    text-align: center;
    padding-top: 55px;
}
.faq-box .accordion-body{
    padding-top: 0;
    padding-right: 0;
}
/* package detail */
.package-heding{
    display: flex;
    align-items: center;
    gap: 15px;
}
.package-heding a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #F5F5F5;
    padding: 8px 25px;
    border-radius: 14px;
}
.package-heding a:hover{
    background: #e50003;
    transition: 0.5s;
    color: #fff;
}
.about-titil p{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-top: 10px;
    margin: 0;
}
.duration-text h5{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.duration-text h6{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
}
.duration-text{
    margin-top: 30px;
    padding-left: 15px;
    position: relative;
}
.duration-text::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #FFB100;
}
.enquriy-btn a{
    background: #FFB100;
    padding: 8px 40px;
    border-radius: 14px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    transition: 0.5s;
}
.enquriy-btn a:hover{
    background: #e50003;
    transition: 0.5s;
    color: #fff;
}
.enquriy-btn{
    position: absolute;
    right: 35px;
    bottom: 45px;
    z-index: 9;
}
.detail-text h3{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    padding-right: 19%;
    padding-bottom: 20px;
}
.detail-text p{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0;
}
.detail-img{
    padding-right: 15%;
    padding-left: 10%;
}
.detail-text{
    padding-right: 8%;
}
.package-bg-box{
    padding: 5% 0;
    padding-bottom: 0;
}
.hotel-icon{
    width: 55px;
    height: 55px;
    border: 1px solid #E50003;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.hotel-text h5{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
    margin: 0;
}
.box-box-2{
    margin-right: 30%;
}
.gallery-sec h4{
    color: #000;
    font-size: 25px;
    font-weight: normal;
    padding: 10px 0;
    padding-top: 20px;
    margin: 0;
}
.gallery-sec .owl-carousel .owl-nav.disabled{
    display: block;
}
.gallery-sec .owl-carousel .owl-nav button.owl-next span{
    font-size: 50px;
    color: #000;
}
.gallery-sec .owl-carousel .owl-nav button.owl-prev span{
    font-size: 50px;
    color: #000;
    margin-right: 20px;
}
.gallery-sec .owl-nav{
    text-align: right;
}
.count-up{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 35px;
}
.count-up:last-child{
    margin-bottom: 0;
}
.count-img{
    width: 60px;
}
.count-bg{
    background: #FFF2D5;
    padding: 40px 30px;
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 24px;
}
.phone-count{display: none;}
.count-box span{
    color: #000;
    font-size: 30px;
    font-weight: 500;
}
.count-box h5{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.inclusions-text h3{
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.inclusions-text p{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding-right: 9%;
}
.inclusions-text{
    padding-right: 5%;
}
.inclusions-sec{
    border: 1px solid #6E6E6E;
    border-radius: 24px;
    padding: 4%;
    margin-bottom: 3%;
}
.day-box{
    background: #FFB100;
    padding: 8px 25px;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    border-radius: 8px;
    margin-right: 40px;
}
.faq-pack .accordion-item{
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 24px;
    background: #FFF2D5;
    border-bottom: none;
    margin-bottom: 30px;
    overflow: hidden;
}
.faq-pack .accordion-item:last-child{
    margin-bottom: 0;
}
.faq-pack .accordion-button{
    background: #FFF2D5;
    box-shadow: none;
    font-weight: normal;
    color: #000;
    font-size: 18px;
}
.faq-pack .accordion-button::after{
    background-image: url(../images/faq-arrow.png);
    background-position: center;
}
.faq-img-2{
    padding-left: 5%;
}
.package-faq{
    margin: 0 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4%;
}
.tour-detils-sec h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
    padding-left: 30px;
}
.detail-tab{
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 24px;
    background: #FFF2D5;
    padding: 30px 40px;
}
.detail-tab .nav-tabs .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border: none;
    border-radius: 0;
}
.detail-tab .nav-tabs{
    justify-content: space-between;
}
.detail-tab .nav-tabs .nav-link.active{
    background: transparent;
    border-bottom: 2px solid #E50003;
}
.detail-tab .nav-tabs .nav-link:hover{
    background: transparent;
    border-bottom: 2px solid #E50003;
}
.detil-list{
    padding-top: 30px;
}
.detil-list li{
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    padding-bottom: 15px;
}
.detil-list li:last-child{
    padding-bottom: 0;
}
.detil-list li::before{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #FFB100;
    left: 0;
    top: 8px;
}
.tour-detils-sec{
    padding: 0 4%;
    padding-bottom: 4%;
}
.tour-detils-sec p{
    font-size: 16px;
    color: #605F5F;
    font-weight: normal;
    padding: 30px 20px;
    border-bottom: 1px solid #ccc;
}
.tour-detils-sec span{
    color: #605F5F;
    font-weight: 500;
}
.cancelation-bg{
    background: #FFF2D5;
    border-radius: 24px;
}
.cancelation-form .form-control{
    background: #fff;
    border: none;
    border-radius: 16px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 15px;
    box-shadow: none;
}
.cancelation-form .form-group{
    margin-bottom: 20px;
}
.cancelation-form h4{
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding-bottom: 20px;
}
.cancelation-form{
    padding: 0 40px;
}
.msseg-btn a{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: #e50003;
    padding: 10px 25px;
    border-radius: 16px;
    text-decoration: none;
    transition: 0.5s;
}
.msseg-btn a:hover{
    background: #FFB100;
    transition: 0.5s;
}
.msseg-btn{
    padding-top: 20px;
}
.hedding-cancel h3{
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.hedding-cancel p{
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.hedding-cancel span{
    color: #e50003;
    font-weight: 500;
}
.hedding-cancel{
    padding: 0 4%;
    margin-bottom: 4%;
}
/* gallery */
.img-box{
    position: relative;
    margin-bottom: 25px;
}
.image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.image-text h5{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.gallery-images .nav-pills .nav-link{
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.gallery-images .nav-pills .nav-link:hover{
    background: #FFB100;
    border-radius: 8px;
}
.gallery-images .nav-pills .nav-link.active{
    background: #FFB100;
    border-radius: 8px;
}
.tab-menu{
    border: 1px solid #7070704D;
    background: #F8F8F8;
    border-radius: 0px 16px 16px 0px;
    padding: 50px 35px;
    height: 100%;
}
.gallery-images{
    padding-bottom: 3%;
}
.galler-image-bg{
    padding-right: 30px;
}
.pagination-btn ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
.pagination-btn li{
    list-style: none;
    padding-left: 10px;
    display: inline-block;
}
.pagination-btn a{
    color: #707070;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    transition: 0.5s;
}
.pagination-btn a:hover{
    color: #000;
    transition: 0.5s;
}
.page-active{
    color: #000 !important;
}
/* terms&conditions */
.condition-box{
    background: #F3F3F3;
    border: 1px solid #6E6E6E;
    border-radius: 24px;
    transition: 0.5s;
    padding: 30px 40px;
    box-shadow: 3px 3px 15px #00000029;
    margin-bottom: 30px;
}
.condition-box:last-child{
    margin-bottom: 0;
}
.terms-bg h3{
    color: #000;
    font-size: 30px;
    padding-bottom: 30px;
    margin: 0;
    font-weight: normal;
}
.condition-box h5{
    color: #000;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}
.condition-box p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.condition-box p:last-child{
    margin-bottom: 0;
}
.condition-box span{
    font-weight: 500;
    color: #000;
    font-weight: 16px;
    padding-bottom: 20px;
    display: block;
}
.condition-box li{
    list-style: none;
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
.condition-box li::before{
    position: absolute;
    content: '';
    background: #FFB100;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.condition-box li:last-child{
    padding-bottom: 0;
}
.condition-box h6{
    font-weight: normal;
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    margin: 0;
}
.terms-bg{
    padding: 5% 5%;
}
/* video-gallery */
.img-box .btn-primary{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    box-shadow: none;
}
.img-box .modal-dialog{
    max-width: 80%;
}
#button {
    display: inline-block;
    background: #e50003;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#button.show {
    visibility: visible;
    opacity: 1;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}
/* my trip */
.number-trip{
    width: 35px;
    height: 35px;
    background: #e50003;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.number-trip h6{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
}
.border-box-line{
    /* border: 1px solid #ff6600; */
    padding: 8px 25px;
    position: relative;
}
.border-box-line h5{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.trip-img-sec img{
    border-radius: 50%;
}
.trip-img-sec{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}
.name-text h4{
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.trip-box-box{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #40404040;
    padding-bottom: 30px;
}
.trip-box-box:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.my-trip-sec{
    margin-bottom: 3%;
}
.heding-travl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #dfdfdf;
    padding: 10px;
    margin-bottom: 30px;
}
.heding-travl p{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.trip-plan-box{
    background: #fff;
    box-shadow: 3px 3px 15px #00000029;
    padding: 30px 20px;
    border-radius: 10px;
}
.profileImgWrapper span {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.profileImgWrapper h3 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}
.profilWrapperDiv a {
    text-decoration: none;
}
.profileNav1 a {
    display: block;
    padding: 17px 26px;
    color: #000;
    transition: .4s;
    text-decoration: none;
    font-weight: normal;
}
.profileNav1 {
    margin: 23px 0;
    padding: 0;
    list-style-type: none;
}
.profileNav1 a:hover {
    background: #e50003;
    transition: .4s;
    color: #fff;
}
.profileImgWrapper {
    position: relative;
    padding: 17px 0 0 90px;
    min-height: 77px;
}
.profileImgWrapperDiv {
    position: absolute;
    left: 0;
    top: 0;
}
.profileImgWrapperDiv img {
    border-radius: 50%;
}
.logOutBtn {
    padding: 20px 36px;
    background: #000;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    display: block;
}
.logOutBtn span {
    margin-right: 8px;
}
.profileDeatilDiv {
    border-bottom: 1px #5c4023 solid;
    padding: 25px;
}
.profilWrapperDiv {
    position: relative;
    margin: 0 5%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
}
.logOutBtn:hover {
    background: #e50003;
    color: #fff !important;
    transition: .4s;
}
/* Responsive */
@media (max-width: 1235px){
    .top-sec .main-container{margin-right: 0;}
    .visa-aria a{padding: 10px 5px;}
    .about-link li{padding-right: 5px;}
    .navbar-expand-lg .navbar-nav .nav-link{padding: 10px 8px;}
    .about-link .from-group{padding-left: 0;}
    .visa-aria a{font-size: 11px;}
    .search-box{width: 85%; bottom: 105px;}
    .top-sec .main-container{margin-right: 0;}
}
@media (max-width: 1062px){
    .top-sec{display: none;}
    .phone-header{position: relative; top: 0;}
    .subpage-wrapper .sub-banner{padding: 0;}
    .about-img{padding-top: 20px;}
    .banner-text p{padding-right: 50%;}
    .search-box{bottom: 115px;}
    .navbar-expand-lg{padding-right: 30px;}
    header{top: 0;}
    .locat-view{display: block;}
    .explor-btn-box{padding-top: 15px;}
    .top-email a{font-size: 12px;}
    .about-link a{font-size: 12px;}
    .banner-text p{padding-right: 35%;}
    .wanted-deals{height: auto;}
    .poroposal-box{height: auto;}
}
@media (max-width: 992px){
.top-sec{
    display: none;
}
.banner-text{padding-left: 0;}
.search-tag{text-align: center; padding-top: 10px;}
.search-box .from-group{margin-bottom: 10px;}
.enquiry-btn .btn-primary {
    background: #ffb100;
    transition: 0.5s;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
    font-size: 13px;
}
.poroposal-box{height: auto;}
.dektop-main-bnr{
   display:none;
}
.phone-count{display: block;}
.desk-top-count{display: none;}
.count-up:last-child{margin-bottom: 35px;}
.dektop-mobile-bnr{
   display:block;
}

.popup-form h4{
    font-size: 20px;
    margin: 0;
}
.popup-form .form-group {
    margin-bottom: 10px;
}
.popup-btn a{
    font-size: 13px;
}
header{
    top: 0px;
}
.call-icon{
    display: block;
}
.call-icon a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.call-icon{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -45px;
}
/* .desktop-menu{
    padding: 0px 10px;
    margin-top: 0;
    background: #729320;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #00000063;
} */
.main-container{
    margin: 0 15px;
}
header .main-container{
    margin-right: 15px;
}
.my-trip-btn{
    display: none;
}
.enquiry-btn{
    display: block !important;
}
.navbar-light .navbar-toggler{
    display: none;
}
.navbar-brand {
    width: 85px;
}
header.smaller .navbar-brand{
    width: 85px;
}
.enquiry-btn a{
    font-size: 13px;
    padding: 8px 10px;
}
.navbar {
    padding-right: 45px;
}
header .toggle {
    width: auto;
    height: auto;
    top: 22px;
    right: 25px;
}
header.smaller .toggle {
    top: 21px;
}
header.smaller{
    background: none;
    box-shadow: none;
    top: 15px;
}
.phone-banner{
    display: block;
}
.desk-top-banner{
    display: none;
}
.search-box{
    position: relative;
    left: 0;
    bottom: 0;
    margin: 20px 15px;
    padding: 20px 0px;
    width: 92%;
}
.banner-text p{
    padding-right: 0;
}
.banner-text h2{
    font-size: 25px;
}
.banner-text p{
    font-size: 14px;
}
.banner{
    height: auto;
}
.banner-img{
    height: auto;
    padding-top: 0px;
}
.banner-btn a{
    padding: 8px 20px;
    font-size: 14px;
}
.wrapper-dropdown{
    border-right: none;
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
    padding: 8px 0;
}
.seach-banner .form-control{
    border-right: none;
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
    padding: 8px 15px;
    padding-left: 35px;
}
.seach-banner .from-group{
    margin-bottom: 20px;
}
.selected-display{
    font-size: 15px;
}
.search-tag a{
    display: block;
    text-align: center;
}
.package-sec h3{
    font-size: 25px;
    padding-bottom: 15px;
}
.tap-package .nav-tabs{
    margin: 0;
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin-bottom: 20px;
    justify-content: left;
}
.tap-package .nav-tabs .nav-link{
    white-space: nowrap;
    font-size: 15px;
}
.tap-package .nav-tabs::-webkit-scrollbar{
    display: none;
}
.details-sec .owl-carousel .owl-nav button.owl-prev{
    display: none;
}
.details-sec .owl-carousel .owl-nav button.owl-next{
    display: none;
}
.details-sec{
    padding: 0;
}
.rate-detail a{
    font-size: 13px;
}
.enjoy-text h3{
    font-size: 25px;
    padding-right: 0;
    padding-bottom: 15px;
}
.enjoy-text{
    padding-right: 0;
    padding-left: 0;
}
.enjoy-text li{
    font-size: 15px;
    padding-bottom: 15px;
}
.enjoy-holiday-sec{
    padding: 8% 0;
}
.form-locate {
    padding-top: 20px;
    margin-right: 0;
}
.find-btn{
    position: relative;
    top: 0;
}
.find-btn a{
    display: block;
    border-radius: 10px;
    margin-top: 10px;
}
.enjoy-img{
    padding-top: 30px;
}
.form-locate .form-control{
    border-radius: 10px;
}
.image-locate{
    width: 100%;
    right: 0;
    position: relative;
    bottom: 0;
    padding: 20px 15px;
    margin-top: 20px;
}
.most-wanted-sec{
    padding: 8% 0;
}
.most-wanted-sec h3{
    font-size: 25px;
    padding-bottom: 15px;
}
.slide-box .owl-carousel .owl-nav button.owl-prev{
    display: none;
}
.slide-box .owl-carousel .owl-nav button.owl-next{
    display: none;
}
.slide-box{
    padding: 0;
}
.ribbon h6{
    font-size: 17px;
}
/* form */
.form-box{
    margin: 30px 15px;
    padding: 20px 0;
}
.form-box .form-grup {
    margin-bottom: 15px;
}
.sign-box{
    padding: 30px 15px;
}
.sign-titil h3{
    font-size: 25px;
}
.sign-titil p{
    font-size: 14px;
    padding-bottom: 20px;
}
.enjoy-holiday-sec .main-container {
    margin-right: 15px;
}
.search-box .main-container {
    margin: 0 15px;
}
.sign-titil p br{
    display: none;
}
.email-send label{
    font-size: 14px;
}
.contact-box{
    height: auto;
    margin-bottom: 20px;
}
.contact-box a{
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-box p{
    font-size: 18px;
}
.footer-links h4{
    padding-top: 30px;
}
.location-text{
    display: block;
}
.location-text ul{
    padding: 20px 0;
}
.social--icon{
    text-align: left;
}
.pharghf-text{
    padding: 30px 0;
}
.coppy-links{
    text-align: left;
}
.coppy-links li{
    padding-left: unset;
    padding-right: 10px;
}
.coppy-links li::after {
    right: 2px;
}
.traval-text{
    position: relative;
    transform: unset;
    top: 0;
    padding-left: 0;
    left: 0;
}
.ply-btn .btn-primary{
    transform: translate(80%, -50%);
}
.traval-text h3{
    font-size: 25px;
}
.proposal-sec h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.proposal-text h4{
    font-size: 20px;
    padding-top: 10px;
}
.proposal-text h6{
    font-size: 17px;
}
.proposal-text p{
    font-size: 14px;
}
.proposal-sec .owl-carousel button.owl-dot{
    width: 30px;
}
.destination-sec h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.destination-sec{
    padding: 0;
    padding-top: 5%;
}
.other-text h4{
    font-size: 20px;
}
.testi-text h4{
    font-size: 20px;
    padding-bottom: 10px;
}
.testi-text h3{
    font-size: 25px;
    padding-bottom: 30px;
}
.image-box{
    position: relative;
    top: 0;
    left: 0;
    padding-top: 20px;
}
.testi-box{
    margin: 0;
    padding: 20px 15px;
    border-radius: 20px;
    margin-top: 25px;
}
.wanted-deals{height: auto;}
.testimonial-sec .owl-dots{
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
}
.testi-text{
    padding-top: 0;
}
.testimonial-sec{
    padding: 8% 0;
}
.testi-box p{
    font-size: 14px;
}
.why-sec{
    padding: 5% 0;
}
.why-sec h3{
    font-size: 25px;
    padding-right: 0;
    line-height: unset;
    padding-bottom: 10px;
}
.why-choose-text{
    padding-right: 0;
}
.services-box{
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px #00000063;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.icon-services{
    margin-bottom: 20px;
}
.why-sec h4{
    font-size: 18px;
}
.why-text h5{
    font-size: 18px;
}
.why-text p{
    font-size: 14px;
}
.services-box:last-child{
    padding-bottom: 20px;
}
.trip-img{
    padding: 20px 15px;
    border-radius: 20px;
}
.footer-bg{
    padding: 5% 0;
    padding-top: 0;
}
.pharagah-bg{
    padding: 0;
}
.footermobilePingNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 10px;
}
.footermobilePingNav {
    position: fixed;
    padding: 0;
    width: 100%;
    bottom: 0px;
    z-index: 99999;
    text-align: center;
    background: #fff;
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    padding: 10px;
}
.footermobilePingNav li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.appoinMentbgmainall2 a{
    background: #FFB100;
    border-radius: 8px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
    font-size: 13px;
}
.appoinMentbgmainall2 .form-control {
    border: 1px solid #000000;
    border-radius: 10px;
    background: url(../images/serch-icon.png) no-repeat;
    background-position: 12px;
    padding-left: 33px;
    box-shadow: none;
    font-size: 14px;
}
.appoinMentbgmainall2 input::placeholder{
    color: #000;
}
.coppy-sec{
    padding: 20px 0;
    padding-bottom: 70px;
}
.proposal-sec{
    padding: 5% 0;
}
.location-sec{
    padding: 5% 0;
}
/* package */
.sub-banner{
    padding: 14% 0;
}
.package-tab{
    margin: 0;
    padding: 20px 15px;
}
.pl-line{
    padding-left: 15px;
}
.pack-list{
    margin-bottom: 0;
    padding-top: 0;
}
.right-mr{
    margin-right: 0;
}
.line-box{
    padding-left: 15px;
    padding-right: 15px;
}
.form-arrow::after{
    display: none;
}
.form-arrow::before{
    display: none;
}
.package-tab .form-group{
    margin-bottom: 20px;
}
.package-tab .nav-tabs{
    margin-bottom: 15px;
}
.detil-btn a{
    padding: 12px 0;
}
.package-list{
    padding: 7% 0;
}
.package-list .row{
    margin: 0;
}
.package-box-list{
    margin-right: 0;
    padding: 20px 0px;
    margin-top: 20px;
}
.packeg-heading{
    display: block;
    padding: 0 15px;
    padding-bottom: 20px;
}
.packeg-heading h4{
    padding-bottom: 10px;
}
.packege-img-list h4{
    font-size: 17px;
}
.list-img-text{
    display: none;
}
.list-btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.list-btn a{
    padding: 8px 18px;
    font-size: 13px;
}
.list-img{
    padding: 0 15px;
}
/* about us */
.about-titil h3{
    font-size: 25px;
}
.about-titil{
    padding-left: 15px;
}
.about-text-1 h5{
    font-size: 16px;
    line-height: unset;
    margin-bottom: 10px;
}
.about-text-1{
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0px 3px 6px #00000063;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-text-2{
    padding: 20px 15px;
}
.about-text-2 h5{
    font-size: 16px;
    padding-bottom: 5px;
}
.about-text-2 h4{
    font-size: 19px;
    padding-bottom: 5px;
}
.about-text-2 h3{
    font-size: 20px;
}
.about-text-2 br{
    display: none;
}
.about-text-2 p{
    font-size: 14px;
}
.mission-text{
    padding: 20px 15px;
    margin-bottom: 20px;
}
.mission-text h4{
    font-size: 20px;
}
.mission-text li{
    font-size: 14px;
}
.mission-text li:last-child{
    padding-bottom: 0;
}
.vission-text{
    padding: 20px 15px;
    margin-bottom: 20px;
    height: auto;    
}
.vission-text li{
    font-size: 14px;
    padding-bottom: 10px;
}
.vission-text li:last-child{
    padding-bottom: 0;
}
.vission-img{
    padding-top: 20px;
}
.about-video{
    margin: 5% 0;
}
.about-video .btn-primary {
    width: 45px;
    height: 45px;
    padding: 12px;
}
.about-video .modal-dialog {
    max-width: 100%;
}
/* contact */
.get-form{
    padding: 20px 15px;
    height: auto;
    margin-bottom: 20px;
}
.get-form h5{
    font-size: 17px;
}
.get-form h4{
    font-size: 20px;
    padding-bottom: 10px;
}
.get-form h3{
    font-size: 25px;
}
.get-form p{
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.get-form .form-group {
    margin-bottom: 10px;
}
.contact-btn a{
    display: block;
    text-align: center;
    padding: 8px 10px;
}
.get-form .form-group label{
    padding: 10px 0;
}
.all-detil-box{
    padding: 20px 15px;
    margin-bottom: 20px;
}
.email-detils h5{
    font-size: 18px;
}
.email-detils a{
    font-size: 14px;
}
.email-detils{
    display: block;
}
.icon-box{
    margin-bottom: 10px;
}
.email-detils p{
    font-size: 14px;
}
/* faq */
.faq-box{
    margin: 3% 0;
    padding: 20px 15px;
}
.faq-box h3{
    font-size: 25px;
}
.faq-box p{
    font-size: 14px;
    margin-bottom: 20px;
}
.faq-box .accordion-button{
    font-size: 16px;
}
.faq-btn {
    text-align: center;
    padding-top: 35px;
}
.faq-btn a{
    padding: 7px 20px;
    font-size: 14px;
}
/* package details */
.package-heding a{
    display: none;
}
.about-titil p{
    display: none;
}
.duration-text{
    display: none;
}
.enquriy-btn{
    display: none;
}
.detail-img{
    padding: 0;
}
.detail-text h3{
    font-size: 25px;
    padding-right: 0;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.detail-img img{width: 100%;}
.detail-text{
    padding-right: 0;
}
.detail-text p{
    font-size: 14px;
}
.inclusions-sec{
    border-radius: 10px;
}
.inclusions-text h3{
    font-size: 25px;
}
.inclusions-text p{
    font-size: 14px;
    padding-right: 0;
}
.gallery-img img{
    width: 100%;
}
.inclusions-text{
    padding-right: 0;
}
.count-box span{
    font-size: 25px;
}
.count-box h5{
    font-size: 15px;
}
.count-bg{
    padding: 20px 15px;
    border-radius: 10px;
    padding-bottom: 0;
}
.day-box{
    font-size: 15px;
    margin-right: 10px;
}
.faq-pack .accordion-button{
    font-size: 15px;
}
.faq-img-2{
    padding-left: 0;
}
.package-faq{
    margin-left: 0;
    margin-right: 0;
}
.tour-detils-sec h3{
    font-size: 22px;
    padding-left: 0;
}
.detail-tab{
    padding: 20px 15px;
    border-radius: 10px;
}
.tour-detils-sec{
    padding-left: 0;
    padding-right: 0;
}
.detail-tab .nav-tabs{
    justify-content: left;
    overflow-y: scroll;
    width: 100%;
    flex-wrap: nowrap;
}
.detail-tab .nav-tabs::-webkit-scrollbar{
    display: none;
}
.detail-tab .nav-tabs .nav-link{
    white-space: nowrap;
    font-size: 15px;
}
.detil-list li{
    font-size: 14px;
    padding-bottom: 10px;
}
.tour-detils-sec p{
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}
.hedding-cancel{
    padding-left: 0;
    padding-right: 0;
}
.hedding-cancel h3{
    font-size: 22px;
}
.count-up{gap: 10px;}
.hedding-cancel p{
    font-size: 14px;
}
.cancelation-form{
    padding: 30px 15px;
}
.cancelation-form h4{
    font-size: 20px;
}
.cancelation-bg{
    border-radius: 10px;
}
.cancelation-form .form-control{
    padding: 10px 15px;
    border-radius: 10px;
}
.box-box-2{
    margin-right: 0;
}
.hotel-text h5{
    text-align: center;
}
.hotel-icon{
    margin: auto;
}
.gallery-sec .owl-carousel .owl-nav button.owl-prev span{
    font-size: 25px;
}
.gallery-sec .owl-carousel .owl-nav button.owl-next span{
    font-size: 25px;
}
.gallery-sec .owl-nav{
    text-align: center;
    padding-bottom: 20px;
}
.tab-menu{
    padding: 10px 15px;
    border-radius: 10px;
}
.tab-menu .flex-column{
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
    width: 100%;
}
.tab-menu .flex-column::-webkit-scrollbar{
    display: none;
}
.gallery-images .nav-pills .nav-link{
    margin-bottom: 0;
    font-size: 14px;
}
.galler-image-bg{
    padding-right: 0;
    padding-top: 20px;
}
.image-text h5{
    font-size: 17px;
}
/*  */
.terms-bg{
    padding: 5% 0;
}
.terms-bg h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.condition-box{
    padding: 20px 15px;
}
.condition-box h5{
    font-size: 20px;
    padding-bottom: 10px;
}
.condition-box p{
    font-size: 14px;
}
.condition-box span{
    font-size: 14px;
}
.condition-box li{
    font-size: 15px;
}
.condition-box h6{
    font-size: 18px;
}
/* video-gallery */
.img-box .modal-dialog{
    max-width: 100%;
}
/* my -trip */
.trip-plan-box{
    margin: 3% 0;
    margin-top: 5%;
    padding: 20px 15px;
}
.trip-box-box{
    display: block;
    background: #f1f1f1;
    padding: 20px 15px;
}
.trip-box-box:last-child{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.border-box-line{
    margin: 0px 0;
    padding-left: 0;
    padding-right: 0;
}
.border-box-line::after{
    display: none;
}
.border-box-line::before{
    display: none;
}
.border-box-line h5{
    font-size: 18px;
}
.number-trip::before{
    display: none;
}
.trip-img-sec{
    justify-content: left;
}
.name-text h4{
    font-size: 20px;
}
.profilWrapperDiv{
    margin: 0;
}
.heding-travl{
    display: none;
}
}
@media (max-width: 600px){
    .call-icon{margin-right: -170px;}
}
@media (max-width: 480px){
    .call-icon{margin-right: -142px;}
        .ply-btn .btn-primary {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        margin: auto;
    }
     .ply-btn .btn-primary img{width: 65px;}
}
@media (max-width: 450px){
    .call-icon{margin-right: -105px;}
}
@media (max-width: 450px){
    .call-icon{margin-right: -75px;}
}
@media (max-width: 385px){
    .call-icon{margin-right: -45px;}
}
@media (max-width: 352px){
.call-icon{margin-right: 0;}
}