@import url(/Content/css/variable.css);
.card-activity .list-activity li::after,
.csideform
  .search-panel
  .sch-panel-div
  .srch-panel-col
  .search-box
  .search-btn:hover {
  background-color: var(--secondary-color);
}
.blog-body a,
.destination-head .city {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-body a,
.reservation-card-details .room-detail a {
  text-decoration: none;
}
.homebanner {
  position: absolute;
  top: 95%;
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .home-banner-main .image-slider {
    height: 460px !important;
  }
  .homebanner {
    top: 90%;
  }
  .travels-holiday-icons {
    display: none;
  }
  .csideform
    .search-panel
    .sch-panel-div
    .srch-panel-col
    .search-box
    .frminput {
    background-color: #fff;
    outline: 0;
    height: 62px;
    margin-left: 0 !important;
    padding: 0 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: 0 !important;
    border-radius: 10px!important 0!important 0!important!important 10px !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: #000;
}
.home-banner-main .image-slider {
  opacity: 0.8;
  height: 73vh;
  object-fit: cover;
}
.banner-text-position {
  position: absolute;
  top: 40%;
  z-index: 9;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.travels-cat-icon,
.travels-holiday-icons {
  top: 17px;
  position: absolute;
  font-size: 18px;
}
.homebanner-section {
  position: relative;
/*  margin-top: 65px;*/
}
.guest-reviews-section .progress-bar,
.rounded-section {
  background-color: #cd2c22 !important;
}
.banner-caption h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.offer-sec-heading h3 {
  font-weight: 400;
  color: #3e3e3e;
  font-size: 21px;
}
.banner-caption p {
  font-size: 18px;
  color: #fff;
  max-width: 850px;
  font-weight: 300;
  margin: auto auto 20px;
}
.banner-caption {
  padding-top: 30px;
}
.packagestop-images {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.card-spcl-img:hover,
.pack-section .pack-sec-start .pack-img img:hover,
.packagestop-images:hover {
  transform: scale(1.1);
}
.csideform .search-panel {
  max-width: 700px;
  margin: auto;
  cursor: pointer;
  background: #fff;
  border-radius: 40px;
}
    .csideform .search-panel .sch-panel-div {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 8px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        border-radius: 40px;
        transition: all 0.2s ease;
    }

        .csideform .search-panel .sch-panel-div:hover {
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
        }

        .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 #ccc;
  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 {
  margin: 0 2px;
}
.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
  background-color: #fff0;
  outline: 0;
  height: 62px;
  padding: 0 10px;
  width: 96%;
  cursor: pointer;
  border: none;
  border-radius: 7px;
  margin-left: 32px !important;
  margin: auto;
}
.travels-cat-icon {
  margin-left: -18px;
  color: var(--primary-color);
}
.travels-holiday-icons {
  left: 10px;
  color: var(--primary-color);
}
.card-address .rt-stars,
.card-image-wrap,
.crd-btn a,
.dest-strt,
.pack-section .pack-sec-start,
.search-inptbox {
  position: relative;
}
.csideform
  .search-panel
  .sch-panel-div
  .srch-panel-col
  .search-box
  .search-btn {
  width: 100%;
  height: 62px;
  background-color: var(--primary-color);
  outline: 0;
  border: none;
  margin-left: 10px;
  text-align: center !important;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.csideform
  .search-panel
  .sch-panel-div
  .srch-panel-col
  .search-box
  .frminput::placeholder {
  font-size: 17px;
  color: #000;
}
.header h2,
.service-section .header h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 7px;
  text-transform: capitalize;
}
.card-spcl-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: 0.1s;
}
.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: 13px;
  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;
}
.card-activity .list-activity {
  margin: 0 0 6px;
  padding: 0;
  display: inline-block;
  font-size: 80%;
}
.card-activity .list-activity li {
  float: left;
  list-style: none;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 12px !important;
  margin: 0.5px 4px 8px 0;
}
.card-activity .list-activity li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.card-activity .list-activity li:first-child::after {
  display: none !important;
}
.card-activity .list-activity li:first-child {
  padding-right: 12px !important;
  margin-right: 4px !important;
  padding-left: 0 !important;
}
.imageiclusion-iconsdiv {
  height: 20px;
  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 {
    padding: 8px 4px;
    font-size: 14px;
    color: #fff;
    /*  background: var(--primary-color);*/
    background: linear-gradient(90deg, #40a129, #000000); 
    border: none;
    display: inline-block;
    border-radius: 4px;
    transition: 0.2s;
}
.crd-btn a:hover {
  animation: 1.4s ease-in-out infinite btnHoverAnim;
}
@keyframes btnHoverAnim {
  0% {
    background: var(--primary-color);
    transform: translateX(0);
  }
  50% {
    background: var(--secondary-color);
/*    transform: translateX(-5px);*/
  }
  100% {
    background: var(--primary-color);
/*    transform: translateX(5px);*/
  }
}
@media (max-width: 768px) {
  .crd-btn a {
    font-size: 12px;
  }
}
.card-special-image {
  overflow: hidden;
}
.card-special-about .price {
  font-weight: 600;
}
.card-address .rt-stars {
  vertical-align: top;
  color: #fbc40f;
  display: inline-block;
  margin-right: 5px;
}
.destination-head .city {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400 !important;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  overflow: hidden;
}
.tp-dest {
  padding: 50px 0;
  background: #f2f2f2;
  margin: 30px 0;
}
.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;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: all 0.2s ease-in-out;
}

    .dest-img:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

.blog-body,
.time-card {
  background-color: #fff;
}
.dest-img img {
  border-radius: 15px;
  width: 100%;
  height: 190px;
  object-fit: cover;
  opacity: 0.7;
}
@keyframes zoomHover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.des-imgtwo {
  margin-top: 12px;
}
.dest-img-cen img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 15px;
  opacity: 0.7;
}
.time-card {
  position: absolute;
  top: 15px;
  padding: 6px;
  border-radius: 18px;
  left: 15px;
  color: #000;
  -webkit-box-shadow: 0 7px 16px 0 rgb(9 28 58 / 0.07);
  box-shadow: 0 7px 16px 0 rgb(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: 0;
  border-radius: 5px;
  margin: 0;
  -webkit-box-shadow: 0 7px 16px 0 rgb(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: #000;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.card-popular-hotels {
  position: relative;
  margin-bottom: 30px;
}
.hotel-img {
  object-fit: cover;
  height: 200px;
}
.card-hotel-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
#package-slider-panel .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  position: absolute;
  display: none;
  top: -82px;
  right: 6px;
  opacity: 1 !important;
}
.banner-offer-images .slider-images {
  width: 100%;
  border-radius: 8px;
  height: 260px;
}
.aminities-list {
  display: flex;
  gap: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  padding-left: 0;
}
.aminities-list li {
  flex: initial;
  list-style: none;
}
.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 span .icon {
  padding-right: 19px;
  font-size: 19px;
  color: var(--primary-color);
}
.card-hoteldata {
  background: #fff;
  padding: 18px 12px 12px;
  box-shadow: 0 -2px 19px 0 rgb(0 0 0 / 0.16);
  width: 100%;
  border-radius: 5px;
}
.card-hotel-box .card-hoteldata .card-details-wrap,
.flight-segment .card-flight-about > div {
  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;
}
.card-flight-about {
  padding: 8px 10px;
  box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
}
.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;
}
.holidayslider .owl-nav,
.offerslider .owl-nav,
.themeslider .owl-nav {
  display: none;
}
.pack-section .pack-sec-start .pack-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.1s;
  border-radius: 10px;
}
.pack-section .pack-sec-start .pack-img {
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
}
.pack-section .pack-sec-start .pack-contant {
  position: absolute;
  bottom: 0;
  background: #0000009c;
  border-radius: 0 0 10px 12px;
  width: 100%;
  height: 40px;
  text-align: center;
}
.pack-section .pack-sec-start .pack-contant h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.pack-section .pack-sec-start .pack-contant span {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .srch-panel {
    padding: 10px;
  }
  .expert-sec .exper-sec-description {
    margin-top: 0;
  }
  .offer-list-box .offer-content h3 {
    font-size: 14px !important;
  }
  .offer-list-box .offer-content p {
    font-size: 12px !important;
  }
  .srch-panel .srch-btn,
  .start-img-dest .dest-img {
    margin-top: 10px;
  }
  .htlpackage .owl-theme .owl-nav {
    display: none !important;
  }
  .csideform .search-panel .sch-panel-div,
  .offer-list-box {
    flex-wrap: wrap;
  }
  .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: #fff;
    outline: 0;
    margin-left: 32px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #dadfe6;
  }
  .csideform
    .search-panel
    .sch-panel-div
    .srch-panel-col
    .search-box
    .search-btn {
    margin-top: 5px;
    text-align: center;
  }
  .homebanner {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .offer-list-div {
    height: 100% !important;
  }
  .offer-list-box .offer-content {
    margin-left: 0 !important;
    margin-top: 15px;
    width: 100%;
    height: 100%;
  }
  .best-offers-sec .offer-landingcard {
    padding: 11px !important;
  }
  .best-offers-sec .offer-section-tabs .nav-link {
    font-size: 10px !important;
  }
  .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: 0;
  }
  .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: 0 !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: 0 !important;
    height: 36px !important;
    padding: 0 10px !important;
  }
  .csideform
    .search-panel
    .sch-panel-div
    .srch-panel-col
    .search-box
    .frminput::placeholder {
    font-size: 15px;
  }
}
.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;
}
.booking-form .frmbtn:hover,
.reservation-card-details .request-btn:hover,
.searchlist .search-dropdown li:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.search-inptbox .searchlist {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px -4px;
  z-index: 99;
  width: 100%;
}
.best-offers-sec .offer-section-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: 0 0;
  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 rgb(0 0 0 / 0.1);
  background-color: #fff;
  padding: 25px 40px 40px;
}
.offer-list-div {
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.2);
  background-color: #fff;
  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);
}
.guide-banner-sec {
  width: 100%;
  padding: 40px;
}
.guide-banner-box {
  max-width: 1000px;
  margin: auto;
}
.guide-pack-content .main-head h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
.guide-pack-content .contant h5 {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
}
.guide-pack-content .contant h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}
.guide-pack-content .contant p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
}
.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: #fff;
  font-weight: 700;
}
.guide-banner-box .guide-data .main-head p {
  font-size: 15px;
  color: #fff;
}
.guide-icon span i {
  font-size: 50px;
  color: #fff;
}
.expert-sec .exper-sec-description {
  padding: 30px 96px;
  border: 1px solid #f2f2f2;
  width: 100%;
  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;
  margin-top: 23px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 9px;
}
.booking-form .frminput,
.booking-form .frmselect {
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
  box-shadow: none;
  height: 56px;
}
.booking-preview-page {
  background-color: #f1f5f8;
}
.booking-page-card,
.reservation-card-details {
  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;
  font-size: 80%;
  margin-bottom: 0 !important;
}
.booking-form .frmlabel {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.booking-form .frminput {
  font-size: 14px;
}
.booking-form .frmselect {
  font-size: 12px;
}
.booking-form .frminput::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
.booking-form .frmselect::placeholder {
  color: #000;
}
.booking-form .frminput:focus,
.booking-form .frmselect:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}
.booking-form .frmbtn,
.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: #fff;
}
.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 .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 .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;
}
@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;
  }
  .travels-holiday-icons {
    top: 18px;
  }
  .banner-caption h1 {
    font-size: 30px;
  }
  .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: 0;
  }
  .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: 0 !important;
  }
  #newsearch {
    border-radius: 50% !important;
  }
  @media only screen and (max-width: 992px) {
    .home-banner-main .image-slider {
      height: 321px;
    }
  }
  @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 0 6px;
      padding: 0;
      display: none;
      font-size: 80%;
    }
    .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: 160px;
      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: 768px) {
    section.homebanner-section {
      margin-top: 4rem;
    }
    .banner-text-position {
      width: 100%;
    }
    .banner-caption p {
      font-size: 15px;
      color: #fff;
      font-weight: 400;
    }
  }
}
