@import url(/Content/css/variable.css);
.home-banner-main .owl-dots {
    position: absolute;
    z-index: 1200;
    bottom: 0px;
    width: 100%;
    padding: 10px;
}
/* //search engine// */
.homebanner {
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
}
.csideform {
    padding: 20px 40px;
    background: #ffffff;
    border-radius: 2px;
}
.home-banner-main .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 2px solid #7e7e7e;
    background-color: transparent;
    background-clip: inherit;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 500ms ease;
}
.home-banner-main .owl-dots .owl-dot.active span {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    transform: scale(1.2);
}
@media only screen and (max-width: 600px) {

    .home-banner-main .image-slider {
/*        height: 100% !important;*/
    }

    .homebanner {
        top: 63%;
    }

    .travels-holiday-icons {
        display: none;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        background-color: rgb(255, 255, 255);
        outline: none;
        height: 62px;
        margin-left: 0 !important;
        padding: 0px 10px;
        width: 100%;
        cursor: pointer;
        border: 3px solid var(--primary-color);
        border-radius: 7px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        margin-left: 0px !important;
        border-radius: 10px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        margin-bottom: 12px;
    }
}
.search-pan-differ {
    width: 70%;
}
/*.search-pan-differon {
    width: 30%;
}*/
.home-banner-main{
    background : #ffffff;
}
.home-banner-main .image-slider {

}
.banner-text-position {
    position: absolute;
    top: 50%;
    z-index: 9;
    justify-content: start;
    align-items: start;
    left: 50%;
    right: initial;
    transform: translate(-50%, -50%);
    width: 100%;
}
#blogs-section .blog-sec-des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.homebanner-section {
    position: relative;
}

    .home-banner-main .image-slider {
         height: 75vh;
        object-fit: cover;
    }

.guest-reviews-section .progress-bar {
    background-color: #cd2c22 !important;
}

.banner-caption h1 {
  color: #000000;
  font-size: 72px;
  font-weight: 600;
  text-transform:capitalize;
}
.bannerwithpkg {
    position: relative;
    margin-top: 88px;
}
a.btn.book-btn {
    background: var(--secondary-color);
    color: #ffffff !important;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 0px;
    transition: all 500ms ease;
    transform: translateY(0);
}
    a.btn.book-btn:hover {
        background: linear-gradient(to bottom, var(--secondary-color) 0%, var(--primary-color) 100%);
        color: #ffffff;
        transform: translateY(-3px);
    }

a.btn.book-btn1 {
  
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
    color: #ffffff !important;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 0px;
    transition: all 500ms ease;
    transform: translateY(0);
}

    a.btn.book-btn1:hover {
        background: linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 100%);
        color: #ffffff;
        transform: translateY(-3px);
    }
/*div#package-slider-panel {
    position: absolute;
    top: 60px;
    max-width: 350px;
    right: 7%;
}*/
.offer-sec-heading h3 {
    font-weight: 400;
    color: #3e3e3e;
    font-size: 21px;
}

.rounded-section {
  background-color: #cd2c22 !important;
}

.banner-caption p {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}

.banner-caption {
  padding-top: 30px;
}
.packagestop-images {
    width: 100%;
    height: 35vh;
    object-fit: cover;
    border-radius: 0px;
}
/* //search panel start// */
.csideform .search-panel {
    max-width: 100%;
    margin: auto;
    cursor: pointer;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}


.csideform .search-panel .sch-panel-div {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0px 8px;
}
@media(max-width:768px){
    a.btn.book-btn {
        background: var(--secondary-color);
        color: #ffffff !important;
        padding: 6px 11px;
        font-weight: 700;
        border-radius: 0px;
        transition: all 500ms ease;
        transform: translateY(0);
    }
    a.btn.book-btn1 {
        background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
        color: #ffffff !important;
        padding: 6px 16px;
        font-weight: 700;
        border-radius: 0px;
        transition: all 500ms ease;
        transform: translateY(0);
    }
    .homebanner-section span s:after{
        display: block;
        position: absolute;
        background-image: -webkit-linear-gradient(to right, var(--secondary-color) 0%, var(--primary-color) 100%);
        background-image: -moz-linear-gradient(to right, var(--secondary-color) 0%, var(--primary-color) 100%);
        background-image: linear-gradient(to right, var(--secondary-color) 0%, var(--primary-color) 100%);
        left: -.16em;
        right: -.16em;
        height: .4em;
        bottom: 2px !important;
        content: "";
    }
}
.sch-panel-div .srch-panel-col ul.searchlist-category {
  width: 100%;
  height: 200px;
  overflow-y: scroll;

}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar {
  width: 5px;
}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-thumb {
  background: #888;
}

.search-box .searchlist-category .drop-list {
  border-bottom: 1px solid rgba(204, 204, 204);
  color: #3e3e3e;
  font-weight: 550;
  font-size: 14px;
  padding: 10px 20px
}

.search-box .searchlist-category .drop-list:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.csideform .search-panel .sch-panel-div .srch-panel-col {
  /*width: 33% !important;*/
  margin: 0 2px;
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        background-color: transparent;
        outline: none;
        height: 62px;
        padding: 0 10px;
        width: 96%;
        cursor: pointer;
        border: none;
        border-radius: 7px;
        margin-left: 32px !important;
        margin: auto;
    }
  
    .travels-cat-icon {
        position: absolute;
        top: 17px;
        font-size: 18px;
        margin-left: -18px;
        color: var(--primary-color);
    }
.travels-holiday-icons {
    position: absolute;
    top: 25px;
    left: 10px;
    font-size: 18px;
    color: var(--primary-color);
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    width: 100%;
    height: 62px;
    background-color: #C8834B;
    outline: none;
    border: none;
    margin-left: 10px;
    text-align: center !important;
    text-align: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn:hover {
        background-color: #F5CB4C;
    }

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
  font-size: 17px;
  color: #000;
}

/* //searchh panel end// */


/*testimonia-css*/
.testimonial-box svg {
    fill: var(--primary-color);
}
.footer-section-start {
    margin-top: 0px;
    padding-top: 0px;
    background: #ffffff;
}
p.testimonial-text {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.card.testimonial-box {
    text-align: center;
    padding: 16px 15px;
    border-radius: 6px;
/*    height: 100%;*/
    min-height:470px;
}
/*testimonial-End*/

/* //packacge service start// */
.service-section .header h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: initial;
}

.header h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: initial;
}

.card-spcl-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-special-about {
  background: #fff;
  padding: 20px 10px;
}

.crd-header h5 {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 28px;
}


.card-address strong {
    color: #060606;
    font-size: 16px;
    font-weight: 600;
}

.desti-crd h4 {
  color: #000;
  font-size: 13px;
}
.package-cards-btn {
    width: 100%;
    margin: 0 2px;
}
    .package-cards-btn a {
        width: 100%;
        border-radius: 6px;
   
    }
.pacakage-tourism-card {
    background: #fff;
    border: none;
    border-radius:0px;
}
.card-activity .list-activity {
    margin: 0;
    padding: 0;
    display: inline-block;
   
    margin-left: 0;
    font-size: 80%;
    margin-bottom: 6px;
}
    .card-activity .list-activity li {
        float: left;
        list-style: none;
        line-height: 1;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        padding: 0 12px !important;
        margin: 1.5px 0;
        margin-bottom: 14px;
        margin-right: 4px;
    }
        .card-activity .list-activity li::after {
            content: "";
            position: absolute;
            background-color: var(--secondary-color);
            width: 2px;
            height: 17px;
            left: 0;
            top: 50%;
            margin-top: -8px;
        }
        .card-activity .list-activity li:nth-child(1)::after {
           display : none !important;
        }
        .card-activity .list-activity li:nth-child(1) {
            padding-right: 12px !important;
            margin-right: 4px !important;
            padding-left: 0 !important;
        }
.imageiclusion-iconsdiv {
    height: 24px ;
    border-radius: 0 ;
    width:auto !important;
  
}

.discrout-price-label {
    font-size: 13px;
    color: #5d6f7d;
    font-weight: 400;
}

.ondemandpack-color {
    color: var(--brand-color) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.crd-btn a {
    background: var(--secondary-color);
    color: #ffffff !important;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 0px;
    transition: all 500ms ease;
    transform: translateY(0);
}
.crd-btn1 a {
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
    color: #ffffff !important;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 0px;
    transition: all 500ms ease;
    transform: translateY(0);
}

.card-special-image {
  overflow: hidden;
}

.card-spcl-img {
  transition: 0.1s;
}

.card-spcl-img:hover {
  transform: scale(1.1);
}

.card-special-about .price {
  font-weight: 600;
}

.card-address .rt-stars {
  position: relative;
  vertical-align: top;
  color: #fbc40f;
  display: inline-block;
  margin-right: 5px;

}
.destination-head .city {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    padding-bottom: 10px;
}
.pop-touritem {
    margin-bottom: 30px;
}
.card-address.card-days-style {
    border-top: 1px solid rgba(24, 24, 24, 0.1);
    padding: 10px 0;
    margin-top: 15px;
}
.tour-price span {
    z-index: 2;
    position: absolute;
    left: -4px;
    top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-weight: 800;
    padding: 0;
    line-height: 18px;
    background: var(--brand-color);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(24, 24, 24, 0.2);
    font-size: 14px;
    padding: 8px 16px;
}
    .tour-price span::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0.3125em 0.3125em 0;
        border-color: transparent var(--secondary-color) transparent transparent;
    }
.destination-head div {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 22px;
    /*padding-bottom: 15px;*/
    color: #3d3d3e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.travel-tip-1 {
    position: relative;
    max-width: 1140px;
    margin: 10px auto;
    padding-top: 110px;
    padding-bottom: 50px;
}

    .travel-tip-1 img {
        width: 100%;
    }

.avada-headline-content span s::after {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.51) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.51) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.51) 100%);
}
    .travel-tip-1 .travel-tip-1__btn {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        width: 35px;
        height: 35px;
        display: block;
        background-color: var(--primary-color);
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        font-size: 17px;
        color: #ffffff;
        font-weight: normal;
    }
    .travel-tip-1 .travel-tip-1__btn--location1 {
        bottom: 33%;
        left: 23%;
    }
    .travel-tip-1 .travel-tip-1__btn--location2 {
        top: 23%;
        left: 32%;
    }
    .travel-tip-1 .travel-tip-1__btn--location3 {
        top: 10%;
        right: 28%;
    }
    .travel-tip-1 .travel-tip-1__btn--location4 {
        bottom: 33%;
        left: 56%;
    }
    .travel-tip-1 .travel-tip-1__btn--location5 {
        bottom: 30%;
        right: 13%;
    }
/* //packacge service end// */
/* //holiday service start// */
.tp-dest {
    padding: 50px 0px;
    background: #f2f2f2;
    margin: 30px 0px;
}
#blogs-section .blog-sec-des {
    position: absolute;
    height: 280px;
    bottom: 0px;
    background: linear-gradient(0deg, #ffffff 70%, transparent);
    padding: 60px 15px 15px 15px;
    overflow: hidden;
    transform: translateY(280px);
    transition: 0.2s all;
}
    #blogs-section .blog-sec-des p {
        font-size: 14px;
    }
#blogs-section .blogs-section .card:hover .blog-sec-img h4{display:none;}
#blogs-section .blogs-section .card:hover .blog-sec-des {
    transform: translateY(0px);
    transition: 0.3s all;
}
#blogs-section .blogs-section .card {
    overflow:hidden;
    position: relative;
    margin-bottom:20px;
}
.dest-strt {
  position: relative;
  display:block;
}
   /* .dest-strt::after {
        transition: all 0.3s;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 120px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%) !important;
    }
    .dest-strt:hover::after {
        margin-top: -120px;
    }*/
.light-bg {
    background: #eef8fb;
}
.dest-con {
    position: absolute;
    bottom: 10px;
    left: 12px;
}

    .dest-con h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
    }

    .dest-con span {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }
.dest-img {
    background: #000;
    border-radius: 15px;
}

    .dest-img img {
        border-radius: 15px;
        width: 100%;
        height: 190px;
        object-fit: cover;
        opacity: 0.8;
    }
  /*  .dest-img:hover img {
        transform: scale(1.1);
    }*/

.des-imgtwo {
  margin-top: 12px;
}

.dest-img-cen img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 14px;
  opacity : 0.8;
}

/* //holiday service end// */

/* //hotel start.. */
.card-image-wrap {
  position: relative;
}

.time-card {
  position: absolute;
  background-color: #ffffff;
  top: 15px;
  padding: 6px;
  border-radius: 18px;
  left: 15px;
  color: #000000;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}

.time-card img {
  height: 20px;
  width: 20px !important;
  min-height: inherit;
  -o-object-fit: inherit;
  object-fit: inherit;
}

.blog-body {
  padding: 0px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0px;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  box-shadow: none;
  position: relative;
}

.blog-body a {
  margin-top: 10px;
  font-weight: 600;
  line-height: 19px;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-popular-hotels {
  position: relative;
  margin-bottom: 30px;
}

.hotel-img {
  object-fit: cover;
  height: 200px;
}

.card-hotel-box {
  display: flex;
  justify-content: center;
  /* position: absolute;
  bottom: -34%; */
  width: 100%;
}
#package-slider-panel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    /*display: block !important;*/
    position: absolute;
    display: none;
    top: -82px;
    right: 6px;
    opacity: 1 !important;
}
/*#package-slider-panel .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot, button.owl-next {
    padding: 0 !important;
    font: inherit;
    background: var(--primary-color) !important;
    width: 40px !important;
    color: #fff !important;
    height: 40px !important;
    border-radius: 100% !important;
    opacity : 1 !important;
}*/
.banner-offer-images .slider-images {
    width: 100%;
    border-radius: 18px;
    height: 237px;
    object-fit: cover;
}
.aminities-list {
    display: flex;
    gap: 20px;
    /*margin-left: -28px;*/
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    padding-left:0px;
}
    .aminities-list li {
        list-style: none;
        flex: initial;
    }
.package-pricediv {
    color: var(--brand-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.perpersondivpack {
    color: #000;
    font-size: 13px;
    margin: 3px 12px;
    font-weight: 600;
}

.aminities-list li {
  list-style: none;
}

.aminities-list li span .icon {
  padding-right: 19px;
  font-size: 19px;
  color: var(--primary-color);
}


.card-hoteldata {
  background: #fff;
  padding: 18px 12px 12px 12px;
  box-shadow: 0 -2px 19px 0 rgba(0, 0, 0, .16);
  width: 100%;
  /* margin: auto; */
  border-radius: 5px;
}

.card-hotel-box .card-hoteldata .card-details-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-details-wrap .card-about .crd-header h5 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.card-details-wrap .card-about .card-address strong {
  color: var(--primary-color);
  font-size: 12px;
}

.card-details-wrap .card-about .price-contant p {
  font-size: 14px;
  color: #4caf50;
  font-weight: 600;
}

.card-details-wrap .card-about .price-contant p span {
  color: var(--secondary-color);
  margin-left: 4px;
}

.card-details-wrap .crd-btn a {
  padding: 5px 16px;
  background: var(--primary-color);
  font-size: 11px;
  color: #fff;
}

/* //hote; end// */

/* //flights service start// */
/* //flights service// */
.card-flight-about {
  padding: 8px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flight-segment .card-flight-about>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-segment .card-flight-about>div h4 {
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.flight-segment .card-flight-about .flcard-flight h4 {
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
}

.flight-segment .card-flight-about .flcard-flight h4 small {
  font-weight: 400;
  line-height: 1;
  font-size: 12x;
  color: #999;
}

/* //flight servie end// */

/* /themes service start// */
.pack-section .pack-sec-start {
  position: relative;
}
.withnav.owl-carousel .owl-prev {
    position: absolute;
    background: transparent;
    opacity: 0.7;
    width: 30px;
    height: initial;
    border-radius: 15px;
    left: -4rem;
    top: 50%;
    /* transform: translateY(-50%) rotate(180deg); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.avada-separator {
    width: 100%;
    height: 1px;
    background: rgba(24, 24, 24, 0.1);
    margin: 60px 0;
}
.avada-headline-superheadline {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 15px;
}
.withnav.owl-carousel .owl-next {
    position: absolute;
    background: transparent;
    opacity: 0.7;
    width: 30px;
    height: initial;
    border-radius: 15px;
    transform: translateY(-50%);
    top: 50%;
    /* transform: translateY(-50%) rotate(180deg); */
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.holidayslider .owl-nav {
  display: none;
}
.sheader {
    max-width: 800px;
    text-align: center;
    margin: 15px auto 50px auto;
}
    .sheader .header h2 {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 58px !important;
        line-height: 62px;
        font-weight: 500;
        padding-bottom: 20px;
    }
.pack-contant {
    margin-top: 10px;
}

    .pack-contant h6 {
        font-family: 'Barlow', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        color: #000000;
        padding: 0px;
    }
    .sheader .subheader-headings-div h3 {
        /*text-transform: lowercase;*/
        color: #838383;
        line-height: 1.6;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        padding-bottom: 15px;
    }
        .pack-section .pack-sec-start .pack-img img {
        width: 100px;
        height: initial;
        /* object-fit: cover; */
        transition: 0.1s;
        /*border-radius: 10px;*/
        margin: auto;
    }

/*.pack-section .pack-sec-start .pack-img img:hover {
  transform: scale(1.1);
}

.pack-section .pack-sec-start .pack-img {
    overflow: hidden;
    background-color: #000;
    border-radius: 10px;
}*/

.pack-section {
    /*position: absolute;
    bottom: 0px;*/
    /* left: 10px; */
    /*background: #0000009c;
    padding: -1px 12px 14px 18px;*/
    /* margin: -4px -1px -7px -10px; */
    /*border-radius: 0px 0px 10px 12px;
    width: 100%;
    height: 40px;*/
    /* margin-top: 22px; */
    /*text-align: center;*/
    display:block;
    text-decoration: none;
}

    .pack-section .pack-sec-start .pack-contant h4 {
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 700;
    }

.pack-section .pack-sec-start .pack-contant span {
  color: #fff;
  font-size: 16px;
  
}
.themeslider  svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
    display:none;
}
.withnav.owl-carousel .owl-prev:after {
    /*content: '';*/
    position: absolute;
    width: 5rem;
    height: 3px;
    background: #132738;
}
.withnav.owl-carousel .owl-prev:before {
    /*content: 'Previous';*/
    color: #000000;
    font-weight: 600;
    left: -20px;
    position: absolute;
    top: -21px;
}
.withnav.owl-carousel .owl-next:after {
    /*content: '';*/
    position: absolute;
    width: 5rem;
    height: 3px;
    background: #132738;
}

.withnav.owl-carousel .owl-next:before {
    /*content: 'Next';*/
    color: #000000;
    font-weight: 600;
    right: 0rem;
    top: -21px;
    background: #fff !important;
    position: absolute;
}
/* /themes service end// */

@media only screen and (max-width: 600px) {
    .srch-panel {
        padding: 10px;
    }

    .expert-sec .exper-sec-description {
        margin-top: 0;
    }

    .offer-list-box .offer-content {
        margin-left: 0 !important;
    }

        .offer-list-box .offer-content h3 {
            font-size: 14px !important;
        }

        .offer-list-box .offer-content p {
            font-size: 12px !important;
        }

    .srch-panel .srch-btn {
        margin-top: 10px;
    }

    .start-img-dest .dest-img {
        margin-top: 10px;
    }

    .htlpackage .owl-theme .owl-nav {
        display: none !important;
    }

    .csideform .search-panel .sch-panel-div {
        flex-wrap: wrap;
        padding: 20px 0;
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col {
            width: 100%;
            position: relative;
        }


            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
                background-color: rgb(255, 255, 255);
                outline: none;
                height: 62px;
                margin-left: 32px;
                padding: 0px 10px;
                width: 100%;
                cursor: pointer;
                border: 1px solid rgb(218, 223, 230);
                border-radius: 7px;
            }

            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
                margin-top: 5px;
            }

    .homebanner {
        padding-top: 72px;
        padding-bottom: 30px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        text-align: center;
    }

    .offer-list-box {
        flex-wrap: wrap;
    }

    .offer-list-div {
        height: 100% !important;
    }

    .offer-list-box .offer-content {
        margin-left: 0px;
        margin-top: 15px;
    }

    .offer-list-box .offer-content {
        width: 100%;
        height: 100%;
    }

    .best-offers-sec .offer-landingcard {
        padding: 11px !important;
    }

    .best-offers-sec .offer-section-tabs .nav-link {
        font-size: 10px !important;
    }
}

/* //searchlist// */
.searchlist .search-dropdown {
  padding: 0;
}

.searchlist .search-dropdown li {
  padding: 12px 16px;
  list-style: none;
}

.searchlist .search-dropdown li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.searchlist .search-dropdown li:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.search-inptbox {
  position: relative;
}

.search-inptbox .searchlist {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 10px -4px;
  z-index: 99;
  width: 100%;
}

/* //best offer section start// */
.best-offers-sec .offer-section-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: none;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 0;
}

.best-offers-sec .offer-section-tabs .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.best-offers-sec .offer-landingcard .offer-section-tabs .nav-link img {
  width: 30px;
}

.best-offers-sec .offer-landingcard {
  border-radius: 10px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 25px 40px 40px;
}

.offer-list-div {
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 14px;
  cursor: pointer;
  margin: 4px;
  height: 195px;
}



.offer-list-box {
  display: flex;
}

.offer-list-box .offer-content {
  margin-left: 20px;
}

.offer-list-box .offer-content h4 {
  color: #4a4a4a;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.offer-list-box .offer-content h3 {
  font-size: 17px;
  color: #000;
  font-weight: 800;
}

.offer-list-box .offer-content p {
  color: #5d6f7d;
  font-size: 13px;
  text-align: justify;
  font-weight: 400;
}

.slider-foot .slider-foot-left span {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
}

.slider-foot .slider-foot-right .btn {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-foot .slider-foot-right .btn:hover {
  color: var(--secondary-color);
}

/* //best offer section end// */

/* //guide banner start// */
.guide-banner-sec {
  /* background: #f2f2f2; */
  width: 100%;
  padding: 40px;
}

.guide-banner-box {
  max-width: 1000px;
  margin: auto;
}

.guide-pack-content .main-head h4 {
  font-size: 1.25rem;
  /*margin-bottom: 2rem;*/
  /* color: #3e3e3e; */
  color: #fff;
  
  font-weight: bold;
}

.guide-pack-content .contant h5 {
  font-size: 14px;
  color: var(--primary-color);
  
  font-weight: 600;
}

.guide-pack-content .contant h1 {
  font-size: 40px;
  /* color: #3e3e3e; */
  
  color: #fff;
  font-weight: 900;
}

.guide-pack-content .contant p {
    font-size: 18px;
    color: #fff;
    /* color: #000; */
    font-weight: 400;
    margin-top: 16px;
    margin-bottom : 0px;
}

.guide-pack-content .contant span {
    color: #ffd800;
}

.guide-banner-box .guide-data .guideimg img {
  width: 60px;
  border-radius: 100%;
}

.guide-banner-box .guide-data .main-head h3 {
  font-size: 18px;
  /* color: #3e3e3e; */
  color: #fff;
  
  font-weight: 700;
}

.guide-banner-box .guide-data .main-head p {
  font-size: 15px;
  /* color: #3e3e3e; */
  color: #fff;
  
}

.guide-icon span i {
  font-size: 50px;
  /* color: var(--primary-color); */
  color: #fff;
}

/* //guide banner end// */

/* //expert section start// */
.expert-sec .exper-sec-description {
    padding: 30px 96px;
    border: 1px solid #f2f2f2;
    /* max-width: 1150px; */
    width: 100%;
    /* margin: auto; */
    background-attachment: fixed;
    background-image: linear-gradient( #5a5656, transparent), url('/Content/images/pacakge/home/windmills-1850214_1280.jpg');
    margin-top: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.expert-sec .exper-sec-description .expert-con h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 400
}

.expert-sec .exper-sec-description .expert-con p {
  font-size: 14px;
  color: #b2b2b2
}

    .expert-sec .exper-sec-description .expert-btn button {
        padding: 11px 24px;
        background-color: #fff;
        border: none;
        color: #ef9f48;
        /* width: 100%; */
        margin-top: 23px;
        font-weight: 400;
        font-size: 14px;
        border-radius: 9px;
    }

/* //expert section end// */

/* //carausel css start// */
.offerslider .owl-nav {
  display: none;
}


/* //carausel css end// */

/* //booking preview page css start// */
.booking-preview-page {
  background-color: #f1f5f8;
}

.booking-page-card {
  border: none !important;
  padding: 20px 10px;
}

.booking-page-card .card-header {
  background-color: #fff;
}

.booking-page-card .card-header .text {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  
}

.booking-page-card .card-header .tittle {
  font-size: 15px;
  font-weight: 400;
  color: #3e3e3e;
}

.booking-page-card .card-header .card-activity .list-activity li {
  font-size: 12px !important;
  font-weight: 400;
}

.booking-page-card .card-header .card-activity .list-activity {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 0;
  font-size: 80%;
  margin-bottom: 0 !important;
}

.booking-form .frmlabel {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.booking-form .frminput {
  height: 56px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
}

.booking-form .frmselect {
  height: 56px;
  font-size: 12px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
}

.booking-form .frminput::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.booking-form .frmselect::placeholder {
  color: #000;
}

.booking-form .frminput:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.booking-form .frmselect:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.booking-form .frmbtn {
  padding: 10px 20px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  color: #ffff;
  
}

.booking-form .frmbtn:hover {
  background-color: var(--secondary-color);
  color: #ffff;

}

.imp-box-known {
  border: 1px solid #ddd;
  padding: 20px;
}

.imp-box-known .text {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  
}

.imp-box-known .content {
  font-size: 14px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.imp-box-known .policy-note ul li {
  list-style: none;
}

.imp-box-known .policy-note ul li .text-span {
  font-size: 13px;
}

.reservation-card-details {
  border: none !important;
  padding: 20px 10px;
}

.reservation-card-details .text {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  
}

.reservation-card-details .dates-block {
  border: 1px dashed #dee2e6;
}

.reservation-card-details .dates-card {
  background-color: #f7f9fc;
}

.reservation-card-details .dates-card .check {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

.reservation-card-details .dates-card .date {
  font-size: 12px;
  color: #000;
}

.reservation-card-details .dates-card .time {
  font-size: 11px;
  font-weight: 400;
  color: #000;
}

.reservation-card-details .days-text {
  color: #455873;
  font-size: 11px;
  font-weight: 600;
}

.reservation-card-details .room-detail {
  font-size: 13px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.reservation-card-details .room-detail a {
  text-decoration: none;
}

.reservation-card-details .nights-card .icons {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #04765f;
  background-color: #b2e7dc;
  font-size: 12px;
}

.reservation-card-details .nights-card .night {
  font-size: 12px;
  font-weight: 400;
  
}

.reservation-card-details .total-price-list ul li .text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  
}

.reservation-card-details .request-btn {
  padding: 10px 20px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  color: #ffff;
  
}

.reservation-card-details .request-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}



@media only screen and (max-width: 600px) {
    .csideform .search-panel {
        max-width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 57px !important;
        padding: 5px;
    }

        .csideform .search-panel .sch-panel-div {
            display: flex !important;
            align-items: center !important;
            flex-wrap: nowrap;
            padding: 0px;
        }

    .srch-panel-col.search-pan-differ {
        width: 90% !important;
    }

    .srch-panel-col.search-pan-differon {
        width: 15% !important;
        border-radius: 50% !important;
    }

    .search-box button {
        border-radius: 50% !important;
        height: 49px !important;
        margin: 0px !important;
    }

    #newsearch {
        border-radius: 50% !important;
        width: 45px;
        height: 45px;
        float: right;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border: none !important;
        border-right: 1px solid #ddd !important;
        border-radius: 0px !important;
        padding: 0px !important;
        height: 36px !important;
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
            font-size: 15px;
        }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        padding: 0px 10px !important;
    }
}

/* //booking preview page css end// */

/*//latest media query start//*/

/*/Tab view  start/*/
@media only screen and (max-width: 768px) {

    .home-banner-main .image-slider {
        height: 320px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
    }
    /* .banner-text-position {
        top: 55%;
    }*/

    .travels-holiday-icons {
        top: 18px;
    }

    .banner-caption h1 {
        font-size: 30px;
        text-align:center;
    }

    .csideform .search-panel {
        max-width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 57px !important;
        padding: 5px;
    }

        .csideform .search-panel .sch-panel-div {
            display: flex !important;
            align-items: center !important;
            flex-wrap: nowrap;
            padding: 0px;
        }

    .srch-panel-col.search-pan-differ {
        width: 90% !important;
    }

    .srch-panel-col.search-pan-differon {
        width: 15% !important;
        border-radius: 50% !important;
    }

    .search-box button {
        height: 100% !important;
        margin: 0px !important;
    }

    #newsearch {
        border-radius: 50% !important;
    }
    /*/Tab view  end/*/
    /*/Mobile view tab start/*/
    @media only screen and (max-width: 992px) {
        .home-banner-main .image-slider {
            height: 421px;
        }
    }


    @media only screen and (max-width: 768px) {
        .dest-con h4 {
            color: #fff;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .card-activity .list-activity {
            margin: 0;
            padding: 0;
            display: none;
            margin-left: 0;
            font-size: 80%;
            margin-bottom: 6px;
        }

        .dest-con span {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
        }

        .destination-head .city {
            font-size: 18px;
        }

        .card-address strong {
            font-size: 14px;
            font-weight: 400;
        }

        .card-activity .list-activity li {
            font-size: 13px;
        }

        .ondemandpack-color {
            font-size: 16px !important;
        }

        .banner-offer-images .slider-images {
            width: 100%;
            border-radius: 18px;
            height: 105px;
            object-fit: cover;
        }

        .pack-section .pack-sec-start .pack-contant h4 {
            font-size: 15px;
        }
    }

 

    @media only screen and (min-width : 768px) {
        .banner-caption h1 {
            color: #fff;
            font-size: 38px;
            font-weight: 400;
        }
    }

    @media only screen and (min-width : 992px) {
        .banner-caption h1 {
            color: #fff;
            font-size: 38px !important;
            font-weight: 400;
        }
    }

    /*@media(max-width : 769px) {
    .dest-con h4 {
        color: #fff;
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 0;
    }
    
    .dest-con span {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }

    .destination-head .city {
        font-size: 18px;
    }

    .card-address strong {
        font-size: 14px;
        font-weight: 400;
    }

    .card-activity .list-activity li {
        font-size: 13px;
    }

    .ondemandpack-color {
        font-size: 16px !important;
    }

    .banner-offer-images .slider-images {
        width: 100%;
        border-radius: 18px;
        height: 118px;
        object-fit: cover;
    }

    .pack-section .pack-sec-start .pack-contant h4 {
        font-size: 19px;
    }
}*/
    /*/Mobile view tab start/*/

    /*//latest media query end//*/

 @media(max-width:768px){
    section.homebanner-section {
        margin-top: 8px;
    }
    .banner-text-position{
        width:100%;
    }
    .banner-caption p {
        font-size: 15px;
        color: #000000;
        text-align:center;
        font-weight: 400;
    }
    #holiday-banner .pop-touritem {
        margin-top: 30px;
        margin: 20px auto;
    }
    .banner-text-position{
        text-align:center;
    }
    .sheader .header h2 {
        font-size: 2rem !important;
    }
    .packagestop-images {
        width: 100%;
        height: 142px;
        object-fit: cover;
        border-radius: 0px;
    }
    .destination-head .city span {
        font-weight: 600;
        font-size: 14px;
    }
    div#blogs-section .blog-sec-img h4 {
        font-size: 18px;
    }
    #blogs-section .blog-sec-des {
        position: relative;
        height: initial;
        bottom: 0px;
        background: linear-gradient(0deg, #ffffff 70%, transparent);
        padding: 20px 15px 15px 15px;
        overflow: hidden;
        transform: initial;
        transition: 0.2s all;
    }
 }

