@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}
:root{
  --blue-color:#1C75BC;
  --yellow-color:#F79724;
}
.bg-gray{
  background-color: #FAFAFA;
}
header{
    position: fixed;
    top: 0px;
    z-index: 3;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header-logo img{
    height: 50px;
}

.header-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.header-layout .header-menu ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.header-layout .header-menu ul a{
    margin: 0px 15px;
    color: #575757;
    font-weight: 500;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.sliderSwiper .swiper-slide img{

    height: 90vh;

}
.sliderSwiper{
  position: relative;
}

.sliderSwiper::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 53, 3, 0.26);
  z-index: 2;
}

.nav-tabs> li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border:none;
  border-bottom: 3px solid var(--blue-color);
}

.header-layout .header-menu .sign-btn{
    padding: 8px 20px 10px 20px;
    border: 1.5px solid var(--blue-color);
    border-radius: 3px;
    color: var(--blue-color);
    transition: 0.5s all ease-in-out;
}

.header-layout .header-menu a:hover{
  text-decoration: none;
  color: var(--blue-color);
}


.header-layout .header-menu .sign-btn:hover{
  background-color: var(--blue-color);
  color: white;
}
.first-section{
  margin-top: -15em;
  position: relative;
  z-index: 1;
}

.first-section h2{
  color: white;
  font-weight: 600;
  text-shadow: 1px 1px 2px #393939cf;
}
.first-section h6{
  color: #EAEAEA;
  font-size: 14px;
  text-shadow: 1px 1px 2px #393939cf;
}
.first-section .search{
  padding: 2em 2em;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background-color: white;

}

.first-section .search .nav-tabs{
  margin-bottom: 1.5em;
}
.first-section .search .form-control{
  background-color: #F2F2F2;
  color: #666666;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  box-shadow: none;
  padding-top: 28px;
  height: 55px;
  font-size: 15px;
}

.first-section .search label{
  position: absolute;
  top: 3px;
  left: 18px;
  font-size: 13px;
}

.first-section .search button{
  width: 100%;
    height: 100%;
    font-size: 16px;
}

.first-section .search .nav-tabs li a{
  font-size: 15px;
  font-weight: 500;
  color: #666;
  padding: 10px 35px;
}

.nav-tabs>li>a:hover{
  background-color: initial;
  border: none;
  border-bottom: 3px solid var(--blue-color);
}


/*Section */
section{
  padding: 3em 0em;
}
.section-title{
  margin-bottom: 2em;
}
.section-title h2{
  font-weight: 600;
  margin-top: 0px;
}

.section-title h5{
  color: #666;
}



/*Offers section*/
.offer{
  position: relative;
}
.offer img{
  width: 100%;
}
.offer .offer-text{
  position: absolute;
  padding: 3em;
  width: 100%;
  height: 100%;
  color: white;
}


.offer .offer-text img{
  height: 50px;
  width: auto;
  margin-bottom: 1em;
}

.offer .offer-text a{
  background: #F7951F;
    color: white;
    padding: 10px 25px 13px 25px;
    border-radius: 3px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-decoration: none;
    margin-right: 0px;
    margin-left: auto;
    display: block;
    width: fit-content;
    transition: 0.5s all ease-in-out;
}



.offer:before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg,#211414c2,#60360385);
}
.offer .offer-text h3{
  font-size: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #393939cf;
  margin-bottom: 0.5em;
}

.offer .offer-text p{
  max-width: 500px;
  text-shadow: 1px 1px 2px #393939cf;
  line-height: 1.8;
}

.offer .offer-text a:hover{
  background-color: #58350b;
}


/*Why choose us*/
.why-choose .why-left h2{
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5em;
  max-width: 500px;
  flex-wrap: wrap;
  line-height: 1.5;
}

.why-choose .why-left h2 p{
  color: var(--blue-color);
  font-size: 36px;
  margin: 0px;
}

.why-choose .why-left h2 p span{
  color: var(--yellow-color);
}

.why-choose .why-left p{
  color: #888888;
  line-height: 1.8;
}

.why-choose .choose-card{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1em;
}
.why-choose .choose-card .choose-icon{
  height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.why-choose .choose-card .choose-icon i{
  font-size: 25px;
}

.why-choose .choose-card .choose-title{
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-choose .choose-card .choose-text{
  height: 60px;
  font-size: 12px;
  text-align: center;
  color: #666;
  font-weight: 500;
}
.why-choose .choose-card .choose-icon.blue{
  background-color: #CFEAFF;
  color: #1C75BC;
}

.why-choose .choose-card .choose-icon.orange{
  background-color: #FFEDD8;
  color: #F79724;
}

/*Featured Slider*/
.hotel-card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1em;
}
.hotel-card .hotel-card-content{
  position: relative;
}
.hotel-card .ribbon{
  position: absolute;
  top:-15px;
  right: 10px;
  width: auto;
}

.hotel-card .ribbon img{
  height: 40px;
  width: 50px;
  object-fit: fill;
}

.hotel-card .ribbon .ribbon-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hotel-card .ribbon .ribbon-content p{

  margin: 0px;
    font-weight: 500;
    font-size: 11px;
    margin-top: -13px;
}

.hotel-card .ribbon .ribbon-content i{
  font-size: 9px;
}
.hotel-card .hotel-card-content{
  padding: 10px;
  text-align: left;
}
.hotel-card .hotel-card-content .hotel-card-title{
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
}

.hotel-card .hotel-card-location{
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #666;
  gap:5px;
  margin-bottom: 5px;
}

.hotel-card .hotel-card-location p{
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
}
.hotel-card .hotel-card-location i{
  font-size: 12px;
}


.hotel-card .hotel-card-price{
  font-size: 13px;
  margin-bottom: 10px;
}

.hotel-card .hotel-card-price span{
  font-weight: 600;
  font-size: 14px;
}

.hotel-card .hotel-card-content .hotel-link{
  width: 100%;
    border: 2px solid;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px;
}
.hotel-card img{
  width: 100%;
}
/*List your property*/
.list-property{
  position: relative;
  margin-top: 3em;
  margin-bottom: 5em;
}

.list-property-img{
  width: 100%;
}

.list-property-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  text-align: center;
}

.list-property-content h6{
  line-height: 1.8;
  margin-bottom: 2em;
}

.list-property-content a{
  background-color: #F7951F;
    color: white;
    padding: 10px 25px 13px 25px; 
    border-radius: 3px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}


.collage img:nth-child(1){
  position: absolute;
  top: 50%;
    left: 50px;
    width: 120px;
}
.collage img:nth-child(2){
  position: absolute;
  top: -20px;
  left: -20px;
    width: 340px;
}
.collage img:nth-child(3){
  position: absolute;
  bottom: 60px;
    left: 180px;
    width: 240px;
}
.collage img:nth-child(4){
  position: absolute;
  right: -30px;
    top: 14%;
    width: 250px;
}
.collage img:nth-child(5){
  position: absolute;
  width: 230px;
    bottom: -40px;
    right: 100px;
}


/*Article section */

.article-section .article-card{

}

.article-section .article-card .article-card-img{
 width: 100%;
 height: 200px;
 object-fit: cover;
 object-position: top;
 margin-bottom: 10px;
}
.article-section .article-card .article-card-narative{
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 5px;
}
.article-section .article-card .article-card-title{
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

/*download app section*/
.download-app .download-app-left img{
  width: 100%;
}

.download-app .download-stores a img{
  height: 60px;
}

.download-app .download-stores{
  margin-top: 2em;
}

.download-app .download-app-right h2{
  margin-bottom: 1em;
  font-weight: 600;
}

.download-app .download-app-right h5{
  line-height: 1.7;
}

/*Footer*/
footer{
  padding: 4em 0em 2em 0em;
  border-top: 1px solid #ededed;
  background-color: white;
}

footer .footer-logo{
  height: 60px;
  margin-bottom: 1em;
}


footer h5{
  font-weight: 600;
  font-size: 13px;
}

footer .footer-socials{
  display: flex;
  padding: 0px;
  list-style: none;
  gap: 10px;
 
}

footer .footer-socials img{
  height: 30px;
}

footer h4{
  font-weight: 600;
  color: #333;
}


footer .links{
  list-style-type: none;
  padding: 0px;
}

footer .links li{
  margin-bottom: 10px;
}
footer .links a{
  color: #666;
  font-weight: 500;
}


#content-wrap{
  padding-top: 7em;
}

/*Filter*/
.cd-filter{
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  position: relative;
}

/* .cd-filter::before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
} */
.cd-filter form {
  padding: 20px 15px;
  box-shadow: rgb(100 100 111 / 11%) 0px 7px 29px 0px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #414141;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
 
  .cd-filter form {
    padding: 20px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}
.cd-filter-block h3{
  margin-top: 0px;
  position: relative;
  padding-bottom: 7px;
}
.cd-filter-block h3::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 3.5px;
  background-color: var(--blue-color);
  bottom: 0px;
  left: 0px;
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */

  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #ccc;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: #ececec;
  background-color: white;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {

  background-color: var(--blue-color);
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

#content-wrap{
  display: grid;
  grid-template-columns: 280px auto;
  gap: 40px;
}

.page-heading{
  margin-top: 0px;
}

/*Hotel Listing Page*/
.hotels-listing .hotel-card{
  display: flex;
  padding:10px;
  gap:20px;
  box-shadow: rgb(100 100 111 / 11%) 0px 7px 29px 0px;
  background-color: white;
}

.hotels-listing .hotel-card-img{
  height: 200px;
  width: 250px;
}

.hotels-listing .hotel-card-content{
  width: 100%;
  padding: 0px;
}

.hotels-listing .hotel-card-content .ribbon{
  top: 0px;
  right: 0px;
}

.hotels-listing .hotel-card .hotel-review-choose{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
}

.hotels-listing .hotel-card .hotel-link{
  display: block;
  width: fit-content;
  padding: 8px 15px;
  margin-right: 0;
  margin-left: auto;
}

.hotels-listing .hotel-card .hotel-card-reviews{
  margin: 0px;
}

.hotels-listing .hotel-card .hotel-card-content .hotel-card-title{
  font-size: 20px;
}

.hotels-listing .hotel-card{
  box-shadow: rgb(100 100 111 / 4%) 0px 7px 29px 0px;
  border: 1px solid #ececec;
}

.page-list-sort{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}

.page-heading{
  margin-bottom: 0.3em;
  color: #333;
  font-size: 20px;

}
.page-heading span{
  font-weight: 600;
  font-size: 24px;
  color: #333;
}
.page-list-sort .sort .form-group{
  display: flex;
  margin: 0px;
}

.page-list-sort .sort .form-group label{
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
}
.page-list-sort p{
  margin: 0px;
  color: #666;
  font-weight: 500;
  font-size: 13px;
}
.page-list-sort .sort .form-group select{
  border: 0px;
  box-shadow: none;
  padding: 0px;
  color: var(--orange);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}

.cd-filter-block h4::before{
  background:none;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  height: auto;
  width: auto;
}

.cd-filter-block .cd-filters{
  list-style-type: none;
  padding-left: 10px;

}







/*Hotel detailed page*/

.hotel-detailed-page{
  padding-top: 2em;
}
.hotel-detailed-page .rating-reviews{
  display: flex;
  gap:10px
}
.hotel-detailed-page .rating-reviews ul{
  list-style-type: none;
  display: flex;
  gap: 5px;
  padding-left: 0px;
}

.hotel-detailed-page .rating-reviews ul li i{
  color: lightgrey;
}

.hotel-detailed-page .rating-reviews ul li i.active{
  color: #febb02;
}

.hotel-detailed-page .view-rooms{
  background-color: #337ab7;
  color: white;
  padding: 10px 25px 13px 25px;
  border-radius: 3px;
}

.hotel-detailed-page  .hotel-meta{
  display: flex;
justify-content: space-between;margin-bottom: 2em;
align-items: center;
}


.hotel-detailed-page  .hotel-meta p{
  margin: 0px;
}
.hotelDetailSwiper{
  margin-bottom: 2em;
}

.hotelDetailSwiper .swiper {
  width: 100%;
  height: 100%;
}

.hotelDetailSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.hotelDetailSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hotelDetailSwiper .swiper-slide img{
  height: 400px;
  width: auto;
}

.hotel-gmap iframe{

  width: 100%;
}

.hotel-section-title{
  font-weight: 600;
  margin-bottom: 0.7em;
}



.explore-hotel-grid .description .description-content{
  color: #666;
  line-height: 1.7;

}

.hotel-detailed-page h2{
  margin-top: 0px;
}

.explore-hotel-grid .features .features-content ul{
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0px;
  flex-wrap: wrap;
      align-items: center;
    justify-content: space-between;
}
.explore-hotel-grid .features .features-content li {
    font-weight: 500;
    display: flex;
    flex-basis: content;
    flex-direction: column;
    align-items: center;
}
.explore-hotel-grid .features .features-content li i{
  margin-right: 7px;
  color: #444;
      margin-bottom: 20px;
    font-size: 20px;
    color: var(--main-color);
}


.explore-hotel-grid .description,.explore-hotel-grid .features{
  margin-bottom: 2em;
      border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}

.explore-hotel-grid .availability-content table thead tr{
  background-color: var(--blue-color);
}

.explore-hotel-grid .availability-content table thead tr th{
  color: white;
  font-weight: 400;
}
.explore-hotel-grid .availability-content table tbody td{
  font-weight: 500;
}

.explore-hotel-grid .availability-content table tbody td a{
  background: #4CAF50;
  color: white;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-hotel-grid .availability-content table tbody td:first-child{
  font-size: 15px;
  font-weight: 500;
  color: #242424;

}

.explore-hotel-grid .availability-content table tbody td:last-child p{
  text-align: center;
    color: var(--yellow-color);
    font-size: 16px;
}

.hotel-detailed-page .rating-reviews img{
  height: 20px;
}

.cd-filter-block .list li .fa-star.active{
  color: #febb02;
}

.hotels-listing{
  margin-bottom: 3em;
}

.hotelDetailSwiper .swiper-pagination-fraction{
  right: 0;
  width: fit-content;
  margin: auto;
  background: #000000a3;
    padding: 2px 5px;
    color: white;
    border-radius: 3px;
}

.hotelDetailSwiper .swiper-button-next:after,.hotelDetailSwiper .swiper-button-prev:after{
  font-size: 20px;
 color: #222;
 font-weight: 600;

}


.hotelDetailSwiper .swiper-button-next,.hotelDetailSwiper .swiper-button-prev{
  background-color: white;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hotel-detailed-page .view-rooms:hover{
  text-decoration: none;
  background-color: #286090;
    border-color: #204d74;
}

.explore-hotel-grid .availability-content table tbody td a:hover{
  background-color: #2b662d;
  text-decoration: none;

}

.hotel-card .hotel-card-content .hotel-link:hover{
  text-decoration: none;
  background-color: var(--blue-color);
  color: white;
}
.hotels-listing .hotel-card .hotel-link:hover{
  text-decoration: none;
  background-color: var(--blue-color);
  color: white;
}

.filter{
  display: none;
  margin-top: 5px;
}

.closebtn{
  position: absolute;
  padding: 10px;
  right: 10px;
  margin-top: 0px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  color: #333;
  border-radius: 50%;
  line-height: normal;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* button */

.search .tab-content a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
}

.search a.btn1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  background-color: #f7941e;
  padding: 15px;
}

/*  */
@media(min-width:991px){
  .burger-icon, .closebtn{
    display: none;
  }
}

@media(max-width:991px){
  .header-menu{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 4;
  }
  .header-menu ul{
    flex-direction: column;
  }

  .header-menu ul li{
    border-bottom: 1px solid #ececec;
  }
  .header-menu ul li:first-child{
    margin-top: 2em;
  }

  .header-menu ul li a{
    padding: 12px 15px;
    display: block;
    margin: 0px;
  }
}

.bg-overlay{
  background-color: #00000059;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}


.offer .offer-text{
  position: relative;
}
.offer-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hotel-card .ribbon {
  position: absolute;
  top: -25px;
  right: -4px;
  width: auto;
}









@media(max-width:1200px){
  .collage img:nth-child(2){
    width:250px
  }
  .collage img:nth-child(1){
    width: 90px;
  }
  .collage img:nth-child(3){
    width: 200px;
    bottom: 10px;
  }
  .collage img:nth-child(4){
    width: 150px;
  }
  .collage img:nth-child(5){
    width: 180px;
  }
  .hotel-card .ribbon {
    top: -22px;
    right: 3px;
  }
  .explore-hotel-grid{
    gap: 50px;
  }
  .hotel-gmap iframe{
    height: 350px;
  }
}


@media(max-width:991px){
  .offer-bg{
    object-fit: cover;
  }
  .first-section .search .nav-tabs li a{
    padding: 10px 10px;
  }
  .first-section .search{
    padding: 2em 1em;
  }
  .section-title h2{
    font-size: 24px;
  }
  .section-title h5{
    font-size: 13px;
  }
  .why-choose .why-left h2{
    font-size: 24px;
  }
  .why-choose .why-left h2 p{
    font-size: 28px;
  }
  .why-choose .why-left h2{
    max-width: 400px;
  }
  .collage img:nth-child(2) {
    width: 180px;
}
.collage img:nth-child(3) {
  width: 150px;
  bottom: 10px;
}
.collage img:nth-child(5) {
  width: 140px;
}
.article-section .article-card .article-card-img{
  height: 120px;
}
.download-app .download-app-right h2{
  font-size: 24px;
  margin-bottom: 0.5em;
}
.download-app .download-app-right h5{
  font-size: 13px;
  line-height: 1.6;
}
.download-app .download-stores a img{
  height: 40px;
}
.header-layout .header-menu .sign-btn{
  text-align: center;
}
.header-layout .header-menu ul a{
  margin: 0px;
}
.header-layout .header-menu ul a:hover{
  box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset
  ;
}

.header-layout .header-menu .sign-btn{
  margin: 0px 15px;
  background-color: var(--blue-color);
  color: white;
}

.header-layout .header-menu ul li:nth-child(5){
  border: 0px;
  margin-bottom: 5px;
}
.header-layout .header-menu ul li:last-child{
  border: 0px;
}
#content-wrap{
  display: block;
}
.filter{
  display: block;
  border: 2px solid #ececec;
  border-radius: 3px;
  background: white;
  font-size: 19px;
  color: #565656;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px;
}
.cd-filter .cd-close{
  opacity: 1;
}
.cd-filter form{
  height: 100%;
}
.hotels-listing .hotel-card .hotel-review-choose{
  flex-direction: column;
}
.hotels-listing .hotel-card-img {
  height: 170px;
  width: 220px;
  object-fit: cover;
}
.explore-hotel-grid{
  grid-template-columns: repeat(1,1fr);
}

.explore-hotel-grid .sidebar{
  grid-column-start: 1;
  grid-row-start: 1;
}
}


@media(max-width:768px){
  .first-section .search{
    margin: 0px -15px;
  }
  .sliderSwiper .swiper-slide img{
    height: 60vh;
  }
  .first-section h2{
    font-size: 24px;
  }
  .first-section h6{
    font-size: 13px;
  }
  .offer .offer-text img{
    height: 30px;
  }
  .offer .offer-text{
    padding: 1em;
  }
  .header-logo img{
    height: 40px;
  }
  .offer .offer-text h3{
    font-size: 18px;
  }
  .offer .offer-text p {
    font-size: 12px;
    margin-bottom: 1em;
  }
  .hotel-card .hotel-card-content .hotel-card-title {
    font-size: 15px;
  }
  .hotel-card .hotel-card-location p {
    font-size: 10px;
  }
  .hotel-card .hotel-card-price {
    font-size: 11px;
  }
  .hotel-card .hotel-card-price span {
    font-size: 13px;
  }
  .collage img:nth-child(2) {
    width: 140px;
  }
  .collage img:nth-child(4) {
    width: 100px;
    top: 1%;
  }
  .collage img:nth-child(1) {
    left: 15px;
    top: 57%;
  }
  .collage img:nth-child(5){
    right: -20px;
    bottom: 0px;
  }
  .collage img:nth-child(3){
    display: none;
  }
  .list-property-content h2{
    font-size: 18px;
  }
  .list-property-content a{
    font-size: 12px;
  }
  .offer .offer-text a{
    font-size: 12px;
  }
  .article-section .article-card{
    margin-bottom: 2em;
  }
  .article-section .article-card .article-card-img{
    height: 200px;
  }
  .article-section .article-card .article-card-narative{
    margin: 0px;
  } 
  .download-app .row{
    flex-direction: column-reverse;
  }
  .hotels-listing .hotel-card{
    margin-bottom: 2em;
  }
  .hotel-detailed-page .view-rooms{
    font-size: 12px;
    font-weight: 500;
  }
  .hotel-detailed-page .hotel-meta{
    flex-direction: column;
  }
  .hotel-detailed-page .hotel-meta p{
    width: 100%;
  }
  .hotel-detailed-page .view-rooms{
    margin-left: auto;
    margin-right: 0;
  }
}

@media(max-width:576px){
  .collage{
    display: none;
  }
  .list-property-content{
    width: 100%;
    padding: 20px 10px;
  }
  .header-logo img{
    height: 30px;
  }
  .burger-icon{
    font-size: 20px;
  }
  .first-section h2{
    font-size: 20px;
  }
  .first-section .search .nav-tabs li a{
    font-size: 13px;
  }
  .section-title h2{
    font-size: 18px;
  }
  section{
    padding: 2em 0em;
  }

  footer .footer-logo{
    height: 35px;
  }
  .list-property-img{
    min-height: 250px;
  }
  .article-section .article-card .article-card-img{
    height: 150px;
  }
  .article-section .article-card .article-card-narative{
    font-size: 11px;
  }
  .article-section .article-card .article-card-title{
    font-size: 13px;
  }
  footer h4{
    font-size: 16px;
  }
  footer .links a{
    font-size: 13px;
  }
  .hotels-listing .hotel-card .hotel-link{
    width: 100%;
  }
  .hotels-listing .hotel-card{
    flex-direction: column;
  }
  .hotels-listing .hotel-card-img{
    width: 100%;
  }
  .hotels-listing .hotel-card-img{
    height: 240px;
  }
  .hotels-listing .hotel-card-content .ribbon{
    top: -45px;
  }
  .hotels-listing .hotel-card .hotel-card-reviews{
    width: 100%;
  }
  .hotels-listing .hotel-card .hotel-card-reviews{
    color: #555;
    font-weight: 500;
  }
  .hotelDetailSwiper .swiper-slide img{
    height: 250px;
  }
  .hotel-gmap iframe{
    height: 200px;
  }
  .hotelDetailSwiper .swiper-button-next, .hotelDetailSwiper .swiper-button-prev{
    display: none;
  }
  .hotel-detailed-page .rating-reviews{
    flex-direction: column;
  }
}


@media(max-width:500px){
  .hotels-listing .hotel-card-img{
    height: 180px;
  }
  .availability-content .table thead{
    display: none;
  }
  .availability-content .table tbody tr td{
    border: 0px;
  }
  .availability-content .table tbody tr{
    border: 1px solid #ececec;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
  }
  .explore-hotel-grid .availability-content table tbody td:last-child p{
    text-align: left;
  }
}





/*Flights page*/
.flights-first{
  padding-top: 7em;
  background-color: var(--blue-color);
  color: white;
}
.flights-first .form-row{
  align-items: flex-end;
}
.flights-first button{
  width: 100%;
  background-color: #f7941e;
  padding: 7px;
  font-weight: 500;
}

#flight form .form-row select{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  box-shadow:none;
  border:0!important;
  background: transparent;
  background-image: none;
  flex: 1;
  padding: 0 .5em;
  color:#fff;
  cursor:pointer;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;

}

#flight form .form-row select::-ms-expand {
  display: none;
}

#flight form .form-row .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: transparent;
  overflow: hidden;
  border-radius: .8px;
  position: relative;
}

#flight form .form-row .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #2b2e2e;  
  cursor:pointer;
  pointer-events:none;
  transition:.25s all ease;
  display: none;
}

#flight form .form-row .select:hover::after {
  color: #23b499;
}


#flight form .form-row .select option{
  padding: 5px 20px;
  color: #555;

}

#flight form .form-row .select option:selected{
  background-color: #ececec;
}

.flights-first .form-row{
  width: 100%;
}

#flight form .form-row select::after{
  position: absolute;
  content: '\f078';
}

.flights-first .search #flight .form-check{
  padding-left: 15px;
}

.flights-first .search #flight .form-check input{
  margin-left: -15px;
}


.flights-first .search #flight .form-check input:hover{
  cursor: pointer;
}

.flights-first .search #flight  .flight-path{
  gap:10px;
  margin-bottom: 10px;
}

.flights-card-main{
  padding: 15px 0px;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 2px;
  border-radius: 3px;
}
 .flights-card .flight-airline{
  display: flex;
  gap: 10px;
 }

 .flights-card .flight-airline img{
  height: 40px;
  width: 40px;
 }

 .flights-card h5{
  margin-top: 0px;
  font-weight: 600;
 }
 .flights-card .flight-airline .flight-airline-details h5{
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
 }

 .flights-card .flight-airline .flight-airline-details p{
  color: gray;
  font-size: 13px;
  font-weight: 500;
 }
 .flights-card .flight-card-departure{
  text-align: right;
 }
 .flights-card .flights-card-main h6{
  font-size: 11px;
  color: gray;
 }
 .flights-card .flight-card-duration{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
 }
 .flights-card .flight-card-duration p{
  font-size: 18px;
  font-weight: 600;
 }
 .flights-card .flight-card-duration .flight-card-duration-animation{
  position: relative;
  width: 100%;
 }
 .flights-card .flight-card-duration .flight-card-duration-animation img{
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto ;
  z-index: 1;
 }

 .flights-card .flight-card-duration .flight-card-duration-animation .line{
   width: 100%;
   display: flex;
   justify-content: space-between;
   position: relative;

 }


 .flights-card .flight-card-duration .flight-card-duration-animation .line .circle .small-circle{
  height: 8px;
  width: 8px;
  background-color: #444;
  border-radius: 50%;
  border: 1px solid #ececec;
 }

 .flights-card .flight-card-duration .flight-card-duration-animation .line .circle{
  border: 1px solid #888;
  border-radius: 50%;
  padding: 3px;
  background-color: white;
  z-index: 1;
 }

 .flights-card .flight-card-duration .flight-card-duration-animation .line::before{
  position: absolute;
  content: '';
  border-top: 2px solid #dcdcdc;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto 0;
  z-index: 0;

 }


 .flights-card .flight-airline-col{
  border-right: 1px solid #ececec;
 }


 .flights-card .flight-price-col{
  border-left: 1px solid #ececec;
 }
 .flights-card .flight-price-col a{
  
 width: 100%;
 text-align: center;
 display: block;
 padding: 8px;
 background: #337ab7;
 color: white;
 border-radius: 3px;
 font-size: 13px;
 font-weight: 500;
 border: 2px solid #337ab7;
 transition: 0.3s all ease-in-out;
 }
 .flights-card .flight-price-col a:hover{
  color: #337ab7;
  background-color: white;
  text-decoration: none;
 }

 .flights-card .flights-card-main h3{
  margin-top: 0px;
 }

 .flights-card .flights-card-main h4{
  margin-top: 0px;
  color: gray;
  font-size: 12px;
 }
 .flights-card .flights-card-main h4 span{
    color: #333;
    font-size: 20px;
 }
 .flight-card-detail .tab-content .active{
  opacity: 1;

}

.flight-card-detail{
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
}

.flight-card-detail .nav-tabs{
  height: fit-content;
  width: 100%;
  margin-bottom: 1em;
}

.flight-card-detail .tab-content{
  width: 100%;padding: 10px;
}

.flight-card-detail .tab-content .flight-card-detail-header{
      width: 100%;
    display: flex;
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 1em;
    flex-wrap: wrap;
}



.flight-card-detail .tab-content .flight-card-detail-body .flight-card-detail-airline{
  display: flex;
}

.flight-card-detail .tab-content .flight-card-detail-body .flight-card-detail-airline img{
  height: 40px;
  width: 40px;
}

.flight-card-detail .tab-content .flight-card-detail-body .flight-card-detail-airline h6{
  font-weight: 600;
    margin: 0px;
    margin-top: 3px;
    margin-left: 5px;
    color: #989898;
}

.flight-card-detail .tab-content .flight-card-detail-body .flight-times{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.flights-card .flight-price-col button{
  border: none;
  background-color: transparent;
  color: var(--orange);
    width: 100%;
    font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
}

.flight-card-detail .tab-content .flight-card-detail-body .flight-times .flight-times-departure{
  text-align: right;
}

.flight-card-detail .tab-content .flight-card-detail-body .flight-times .flight-times-duration p{
  font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.flight-card-detail .tab-content .flight-card-detail-body .flight-times .flight-times-duration .line{
  height: 2px ;
  width: 100%;
  background-color: #337ab7;
}
.flight-card-detail .nav-tabs> li.active>a{
  border: none;
}

.flight-card-detail .nav-tabs>li.active{
  border: none;
  border-bottom: 3px solid var(--blue-color);
}

.flights-listing .flights-card{
  margin-bottom: 10px;
}


/*Flight Details page*/

.flights-detail-header{
  display: flex;
  padding: 15px;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  align-items: center;
}

.flights-detail-breadcrumb{
  height: fit-content;
  background: linear-gradient(180deg, var(--blue-color), #4088c2);
  color: white;
  padding: 10px;
  text-align: center;
  margin-top: 0px;

}

.flights-detail-card{
  background-color: white;
  margin: 0 auto;
  max-width: 800px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 2em;
  margin-bottom: 3em;
}

.flights-detail-header a i{
  margin-right: 5px;
}

.flights-detail-card .header{
  padding: 10px 15px;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flights-detail-card .header .header-left{
  font-size: 18px;
  font-weight: 600;
}

.flights-detail-card .header .duration{
  font-size: 13px;
  font-weight: 500;

}


.flights-detail-card .flights-detail-card-body{
  padding: 10px;
}

.flights-detail-card .flights-detail-card-body .airline{
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 1em;
  justify-content: space-between;
}

.flights-detail-card .flights-detail-card-body .airline img{
  height: 70px;
}

.flights-detail-card .flights-detail-card-body .airline h5,
.flights-detail-card .flights-detail-card-body .airline p{
  margin: 0px;

}

.flights-detail-card .flights-detail-card-body .airline h5{
  font-size: 16px;
  margin-bottom: 3px;
}

.flights-detail-card .flights-detail-card-body .airline p{
  color: gray;
}

.flights-detail-card .flights-detail-card-body .airline span{
  color: var(--blue-color);
  font-weight: 500;
}

.flights-detail-card .flights-detail-card-body .flight-start-end{
  background: #f9f9f9;
  padding: 20px 15px;
}

.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary{
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-time{
  font-size: 20px;
  font-weight: 600;
  padding: 10px 8px;
  box-shadow: rgb(205 192 192 / 7%) 0px 30px 60px -12px inset, rgb(0 0 0 / 3%) 0px 18px 36px -18px inset;
  background-color: var(--blue-color);
  color: white;
  border-radius: 3px;
  letter-spacing: 1px;
}


.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .layover-circle{
  background-color: white;
  border: 2px solid #979797;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}


.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-airport{
  font-size: 18px;
  font-weight: 500;

}

.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-airport span{
  color: gray;
  font-size: 12px;
  margin-left: 5px;
}
.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary-duration {
  display: flex;

  align-items: center;
}
.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary-duration p{
  margin: 0;
  font-weight: 600;
  margin: 20px 0px;
  font-size: 16px;
}
.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary-duration .line:first-child{
  width: 50px;
  height: 1px;
  background: #33333361;
  margin-right: 10px;
}

.flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-airport span i{
  margin-right: 3px;
}

.flights-detail-card .fare-summary-card{
  padding: 15px;
  background: white;
    border-radius: 5px;
}

.flights-detail-card .fare-summary-card h2{
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.flights-detail-card.fare-summary{
  background-color: var(--blue-color);
  padding: 15px;
      

}
.flights-detail-card.fare-summary .header{
  padding: 0px;
  border: 0px;
  margin-bottom: 1em;
  color: white;
}


.flights-detail-card .fare-summary-card .fare-summary-list{
  border-bottom: 1px solid #cccccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.flights-detail-card .fare-summary-card .fare-summary-list .fare-summary-content{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flights-detail-card .fare-summary-card  .total-fare-summary-list{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.flights-detail-card .fare-summary-card button{
  background: linear-gradient(180deg, #f99f34, #f9a540);
  border: 2px solid #f99f34;
  border-radius: 3px;
  color: white;
  padding: 12px;
  outline: none;
  width: 100%;
}

.flights-detail-card .fare-summary-card button:hover{
  opacity: 0.8;
}

.flights-detail-card .flights-detail-card-body .airline .airline-left{
  display: flex;
  flex-direction: row;
  gap: 3px;
}

.flights-detail-card .flights-detail-card-body .airline .airplane-right{
  gap: 10px;
}




    .flights-detail-card .flights-detail-card-body .airline .airplane-righti{
      font-size: 22px;
      color: gray;
    }

    .flights-first.first-section{
      margin-top: 0px;
      padding-bottom: 2em;
    }

    .flights-first.first-section .search{
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
    }


    .flights-first.first-section .search .form-control{
      background-color: white;
    }

    .flights-first.first-section .search label{
      color: #333;
    }

    .flights-first.first-section .search button{
      height: 55px;
    }

    .flights-first.first-section .search .flight-path label{
      position: relative;
      top: unset;
      left: unset;
      color: white;
    }
    .flight-page.first-section .search a{

      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      font-size: 17px;
    }

    .flight-page.first-section{
      margin-top: 0px;
    }

    .flight-page h2{
      color: white;
      text-shadow: none;
      line-height: 1.5;
    }

    .flight-page.first-section .search{
      border-radius: 3px;
    }

    .flight-page-pattern{
      background-image: url(../images/travel-pattern.png);
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      content: '';
      background-position: top;
      opacity: 0.1;
    }
    .flight-page-pattern.dark{
      background-image: url(../images/travel-pattern-dark.png);
    }

    .package-listing .package-card{
      display: flex;
    padding: 15px;
    gap: 20px;
    box-shadow: rgb(100 100 111 / 11%) 0px 7px 29px 0px;
    background-color: white;
    margin-bottom: 10px;
    }

    .package-listing .package-card img{
      height: 200px;
    width: 250px;
    }

    .package-listing .package-card .package-card-title{
      font-weight: 600;
      cursor: pointer;
      color: #444;
     
      font-size: 20px;
      margin-bottom: 0.5em;
      display: block;
    }


    .package-listing .package-card .package-card-desc{
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      line-height: 1.5;
      color: #444;
      margin-bottom: 1.5em;
    }
    .package-listing .package-card .package-card-bottom-left h4{
      color: var(--blue-color);
      font-weight: 600;
      font-size: 22px;
      margin: 0;
    }

    .package-listing .package-card .package-card-bottom-left h4 span{
      color: #666;
      font-size: 12px;
      font-weight: 500;
    }

    .package-listing .package-card .package-card-bottom{
      display: flex;
      gap: 20px;
      justify-content: space-between;
      align-items: center ;
    }
 .package-listing .package-card .package-card-bottom-right a{
  background-color: var(--blue-color);
  color: white;
  border: 2px solid var(--blue-color);
  padding: 8px 15px;
  border-radius:3px;
  display: block;
  font-size: 12px;
  transition: 0.5s all ease-in-out;
  white-space: nowrap;
 }

 .package-listing .package-card .package-card-bottom-right a:hover{
  background-color: white;
  color: var(--blue-color);
  text-decoration: none;
 }

 .package-detailed-page.hotel-detailed-page .rating-reviews{
  margin-bottom: 1em;
 }


 .package-detailed-page .explore-hotel-grid{
  grid-template-columns: 350px auto;
  gap: 20px;
 }

 .package-detailed-page .features .features-content ul{
  list-style: none;
    display: flex;
    gap: 15px;
    padding: 0px;
    flex-wrap: wrap;
 }

 .package-detailed-page .features .features-content li i {
  margin-right: 7px;
  color: #444;
}

.package-detailed-page .description,
.package-detailed-page .features,
.package-detailed-page .package-itenary{
  margin-bottom: 2em;
}
.package-itenary ul{
  list-style: none;
  padding: 0px
  ;
}
.package-itenary ul li h3{
  font-size: 18px;
    margin: 0px;
    margin-bottom: 1em;
    padding-right: 10px;
    background: #f9f9f9;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.package-itenary ul li h3 span{
  padding: 10px;
  font-size: 15px;
  color: white;
  background: linear-gradient(181deg, #1c75bc, #1c75bcc7);
  margin-right: 10px;
}

.package-itenary ul li{
  margin-bottom: 1.5em;
}

@media(max-width:1200px){
  .flights-card .flights-card-main h4{
    text-align: center;
    margin-top: 1em;
  }
}
@media(max-width:991px){
  .package-listing .package-card img{
    height: 170px;
    width: 220px;
    object-fit: cover;
  }
  .package-itenary ul li h3{
    flex-direction: column;
    align-items: start;
    background: none
    ;
  }
  .package-itenary ul li h3 span{
    margin-bottom: 10px;
  }
}

@media(max-width:768px){
  .flights-card h5{
    font-size: 13px;
  }
  .flights-card .flights-card-main h3{
    font-size: 20px;
  }
  .flights-card .flights-card-main h6{
    font-size: 10px;
  }
  .flights-card .flight-airline{
    margin-bottom: 1em;
  }
  .flights-card .flight-airline img{
    height: 30px;
    width: 30px;
  }
  .flight-card-detail .tab-content .flight-card-detail-body .flight-card-detail-airline img{
    height: 30px;
    width: 30px;
  }
  .flights-detail-card .flights-detail-card-body .airline img{
    height: 50px;
  }
  .flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-time{
    font-size: 12px;
  }
  .flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-airport{
    font-size: 14px;
  }
  .flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .flight-itenary-airport span{
    font-size: 11px;
  }
  .package-listing .package-card{
    flex-direction: column;
  }
  .package-listing .package-card img{
    width: 100%;
  }
}

@media(max-width:576px){
  .flights-card .flight-card-duration .flight-card-duration-animation .line{
    display: none;
  }
  .flights-card .flight-card-duration p{
    font-size:15px ;
  }
  .flight-card-detail .tab-content .flight-card-detail-body .flight-times .flight-times-duration p{
    font-size: 15px;
  }
.flight-card-detail-flight-specifications h4{
    font-size: 14px;
  }
  .flight-card-detail .nav-tabs> li>a{
    font-size: 13px;
    font-weight: 500;
    padding: 7px;
  }
  .flight-card-detail{
    padding: 10px;
  }
  .flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary .layover-circle{
    display: none;
  }
  .flights-detail-card .flights-detail-card-body .airline{
    flex-direction: column;
    
  }

  .flights-detail-card .flights-detail-card-body .airline .airline-left{
    width: 100%;
    text-align: left;
  }
  .flights-detail-card .flights-detail-card-body .airline img{
    height: 30px;
  }
  .flights-detail-card .flights-detail-card-body .airline h5{
    font-size: 14px;
    font-weight: 600;
  }
  .flights-detail-card .flights-detail-card-body .airline p{
    font-size: 13px;
  }
  .flights-detail-card .flights-detail-card-body .airline span{
    font-size: 12px;
  }
  .flights-detail-card .flights-detail-card-body .airline{
    gap: 5px;
  }
  .flights-detail-card .flights-detail-card-body .flight-start-end .flight-itenary{
    flex-direction: column;
    align-items: start;
  }
  .flights-detail-card .fare-summary-card .fare-summary-list .fare-summary-content span:last-child{
    white-space: nowrap;
  }
}



.login-page{
     
    max-width: 720px;
    margin: 3em auto;
    margin-top: 8em;
    position: relative;
   
}
.login-page h2{
  color: white;
  margin-bottom: .5em;
  line-height: 1.5;
  text-shadow: 1px 2px #0000001a;
  text-align: center;
  font-weight: 600;
}
.login-page .login-card{
  background: white;
  padding: 3em 2em;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 3px;
}


.login-page .login-card .form-group a.b-forgot{
  color: #666;
  text-decoration: underline;
  font-weight: 500;
    color: #115895;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    display: block;
    margin-bottom: 2em;
}
.login-page .login-card .form-group a.b-forgot:hover{
  color: #666;
}

.login-page .login-card .form-group label{
  color: #444;
  font-size: 17px;
  font-weight: 600;
}

.login-page .login-card .form-group .form-control{
  height: 35px;
  font-size: 15px;
}

.login-page .login-card .form-group .form-control:focus{
  box-shadow: none;
  border-color: #337ab7;
  border-width: 2px;
}

.login-page .login-card button.sign-in{
  width: 100%;
    background: var(--blue-color);
    color: white;
    outline: none;
    border: 2px solid var(--blue-color);
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 3px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 1em;
}

.login-page .login-card button.sign-in:hover{
  background-color: #286090;
  border-color: #286090;
}

.login-page .other-option .line{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.login-page .other-option .line hr{
  border: 0px;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
}

.login-page .other-option .line span{
  white-space: nowrap;
  margin: 0px 10px;
}

.login-page .login-card .other-option a{
  padding: 8px 25px;
  background: var(--yellow-color);
  color: white;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  transition: 0.3s all ease-in-out;
}

.login-page .login-card .other-option a:hover{
  background-color: #7c4c11;
  text-decoration: none;
}


.step {
  display: none;
}
.step.active {
  display: block;
}
input[type="submit"] {
  display: block;
}
.progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  height: 45px;
}
.progress-bar {
  flex-grow: 1;
  height: 10px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  border-radius: 50px;
}
.progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #007bff;
}

.progress-text{
  font-size: 18px;
  font-weight: 500;
  color: #635d5d;;
}

.vendor-register{
  margin-top: 0;
  width:80%;
  background: #fff;
  position: relative;
  padding: 2em;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 70px;
}

.vendor-register .progress{
  margin-bottom: 2em;
  background: transparent;
  box-shadow: none;
  flex-direction: column;
  border-radius: 0px;
}

.container form .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

form .fields .input-fields {
  display: flex;
  width: 510px;
  flex-direction: column;
  margin: 4px 0;
}

.input-fields input, select {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 0 15px;
  height: 38px;
  margin: 8px 0;
}

.next-button {
  display: inline-block;
    padding: 10px 70px;
    background: rgb(64, 112, 244);
    border: none;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transition: all 200ms linear 0s;
    float: right; 
    margin: 14px 0;
}

.previous-button{
  display: inline-block;
    padding: 10px 70px;
    background: rgb(64, 112, 244);
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transition: all 200ms linear 0s;
    float: left;
    margin: 14px 0;
}

.submit-button{
  display: inline-block;
    padding: 10px 70px;
    background: rgb(64, 112, 244);
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transition: all 200ms linear 0s;
    float: right;
    margin: 14px 0;
}

.park{
  background: #fff;
}

.amenities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

#basic{
  background: #fff;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.photo{
  height: 250px;
  border: 2px dashed #000;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.file {
  height: 80px;
}

.upload{
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}

.nextBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  background-color: #4070f4;
  transition: all 0.3s linear;
  cursor: pointer;
}

label.cancel{
  font-weight: 500;
  font-size: 13px;
}

.park{
  background-color: #f0f8ff;
  padding-left: 20px;
}
.condtext {
  background: #f0f8ff;
  padding: 0 140px;
}

.note{
  font-size: 16px;
}

.html{
  background: #f0f8ff;
  padding: 10px 10px 0 5px;
  width: 80px;
  margin-top: 2px;
}

.doc{
  display: inline-block;
    padding: 8px 20px;

    border: none;
    border-radius: 8px;
    
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear 0s;
    margin: 14px 0;
}


/*  */

header{
  position: relative;
}

.header-layout .header-menu .sign-btn:hover{
  background-color: white;
  color: var(--blue-color);
}
.burger-icon, .closebtn{
  display: none;
}

@media(max-width:991px){
  .header-menu{
      position: relative;
      top: unset;
      right: unset;
      width: auto;
      background-color: transparent;
      box-shadow: none;
  }
  .header-menu ul{
      flex-direction: row;
  }
  .header-menu ul li:first-child{
      margin: 0px;
  }
  .header-menu ul li{
      border: 0px;
  }
}
@media(max-width:576px){
  .header-menu ul li{
      display: none;
  }
  .header-menu ul li:last-child{
      display: block;
  }
  .login-page .login-card{
      padding: 2em 1.5em;
  }
}
.flight-page-pattern{
  opacity: 0.2;
}

@media(max-width:991px){
  .header-layout {
    padding: 5px 0;
  }
  
  .header-layout .header-menu .sign-btn{
    width: 88px;
    margin-top: 15px;
  }
    .header-layout .header-menu ul{
        font-size: 13px;
        padding-top: 5px;
    }

}

/*Walktrhrough css*/
.walkthrough-banner{
  position: relative;
  padding: 8em 0em;
}


.walkthrough-banner:before{
  top: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/walkthrough.png);
  background-size: 100%;
  opacity: 0.7;
}

.walkthrough-banner h1{
  font-size: 60px;
  line-height: 1.5;
}

.walkthrough-banner h1 .yatra{

  font-size: 72px;
  animation: color-animation 4s linear infinite;
}


.walkthrough-banner-content{
  padding-right: 10px;
}

.walkthrough-banner-content h4{
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

.walkthrough-banner-content a{
  padding: 10px 20px;
  color: var(--blue-color);
  border: 2px solid var(--blue-color);
  display: block;
  width: fit-content;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 60px;
}
.waviy span {
  position: relative;
  display: inline-block;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
.waviy span.blue{
  color: var(--blue-color);


}
.waviy span.yellow{
  color: var(--yellow-color);
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}

.walkthrough-banner video{
  max-width: 90%;
  border-radius: 10px;
}

.custom-buttons {
  width: 100px;
  height: 100px;
  background-color: #3498db;
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.custom-buttons#pause-button{
  display: none;
  font-size: 18px;
}

.walkthrough-banner .video-container{
  position: relative;
  text-align: center;
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.walkthrough-banner .video-container .custom-buttons{
  position: absolute;
  bottom: 0;
  right: 20px;
 
}
.walkthrough-second h5{
  font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.walkthrough-second ul {
  list-style-type: none;
}
.walkthrough-second ul li{
  font-size: 15px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}

.walkthrough-second ul li:before{
  content: ""; 
  width: 18px; /* Width of the image */
  height: 18px; /* Height of the image */
  background: url('../images/check-mark.png') no-repeat; /* URL of the image */
  background-size: contain; /* Scale the image to fit the marker */
  position: absolute; /* Position the image within the marker */
  left: -30px; /* Adjust the position as needed */
  top: 2px; /* Adjust the position as needed */

}

.walkthrough-second{
  padding: 3em 0em;
  background: #fbfbfb;
}

.accordion {
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
}

/* Style for the accordion item */
.accordion-item {
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin-bottom: 1.5em;
}

/* Style for the accordion header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10px;
}
.accordion-header:hover{
  background-color: #d5e2ed;
}

.accordion-header:hover .arrow-icon{
  transform: rotate(180deg);
}


.accordion-item.active .accordion-header{
  background-color: #d5e2ed;
}


/* Style for the arrow icon */
.arrow-icon {
  transition: transform 0.5s;
}
.accordion-item.active .arrow-icon{
  transform: rotate(180deg);
}
/* Style for the content inside the accordion item */
.accordion-content {
  display: none;
  transition: 0.5s all ease-in-out;
  padding: 15px 25px;
  color: #666;
  font-weight: 400;
  line-height: 1.7;
}

/* Show the content when the accordion is active */
.active .accordion-content {
  display: block;
}

.walkthrough-banner-content a:hover{
  background-color: var(--blue-color);
  color: white;
  text-decoration: none;
}
.walkthrough-second img{
  width: 100%;
}

@media(max-width:1200px){
  .walkthrough-banner h1{
    font-size: 48px;
  }
  .waviy{
    font-size: 36px;
  }
  .walkthrough-banner{
    padding: 6em 0em;
  }
  .walkthrough-banner-content h4{
    font-size: 16px;
  }
}


@media(max-width:991px){
  .walkthrough-banner video{
    max-width: 100%;
  }

  .walkthrough-banner .video-container .custom-buttons{
   display: none;
  }

  .walkthrough-banner h1{
    font-size: 36px;
  }
  .walkthrough-container{
    max-width: 100%;
    width: 100%;
  }
  .custom-buttons {
    display: none!important;
  }
}

@media(max-width:768px){
  .walkthrough-second ul{
    margin-bottom: 2em;
  }
  .walkthrough-banner{
    padding: 2em 0em;
  }
}

@media(max-width:450px){
  .waviy {
    font-size: 24px;
  }
  .walkthrough{
    font-size: 32px;
  }
  .walkthrough-banner-content h4{
    font-size: 15px;
  }
  .walkthrough-second h5{
    font-size: 15px;
  }
  .walkthrough-page h2{
    font-size: 24px;
  }
  .accordion-header{
    font-size: 15px;
  }
  .accordion-content{
    padding: 15px 20px;
  }
  .walkthrough-banner h1{
    font-size: 28px;
  }
}






/*==============================
	Step style 2
==============================*/
.step1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(1turn, #f1f6fd 30%, #edf1f7);
  border: 1px solid #fff;
  box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
}
.step1__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background-color: rgba(24,156,244,0.2);
}
.step1__icon svg {
  fill: #189cf4;
  width: auto;
  height: 30px;
}
.step1__icon--purple {
  background-color: rgba(128,81,212,0.2);
}
.step1__icon--purple svg {
  fill: #8051d4;
}
.step1__icon--red {
  background-color: rgba(235,87,87,0.2);
}
.step1__icon--red svg {
  fill: #eb5757;
}
.step1__icon--blue {
  background-color: rgba(2,179,228,0.2);
}
.step1__icon--blue svg {
  fill: #02b3e4;
}
.step1__icon--green {
  background-color: rgba(41,180,116,0.2);
}
.step1__icon--green svg {
  fill: #29b474;
}
.step1__icon--orange {
  background-color: rgba(249,171,0,0.2);
}
.step1__icon--orange svg {
  fill: #f9ab00;
}
.step1__icon--pink {
  background-color: rgba(210,55,135,0.2);
}
.step1__icon--pink svg {
  fill: #d23787;
}
.step1__icon--yellow {
  background-color: rgba(255,220,15,0.2);
}
.step1__icon--yellow svg {
  fill: #ffdc0f;
}
.step1__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #33334f;
  margin-bottom: 0;
  margin-top: 20px;
}
.step1__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #4e5d78;
  margin-bottom: 0;
  margin-top: 15px;
}
.step1__text a {
  color: #189cf4;
}
.step1__text a:hover {
  color: #189cf4;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .step1 {
    margin-top: 24px;
  }
}


/*==============================
	Breadcrumb
==============================*/
.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
    padding: 0;
}
.breadcrumbs__item {
  font-size: 14px;
  line-height: 22px;
  color: #4e5d78;
  transition: color 0.5s ease;
  position: relative;
  margin-right: 32px;
      list-style: none;
}
.breadcrumbs__item:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 2px;
  bottom: 0;
  width: 32px;
  background: url("https://waydex.volkovdesign.com/img/breadcrumb.svg") no-repeat center/16px auto;
}
.breadcrumbs__item:hover {
  color: #4e5d78;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.breadcrumbs__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumbs__item--active:before {
  display: none;
}
.breadcrumbs__item--active:hover {
  color: #4e5d78;
}
.breadcrumbs a {
  color: #4e5d78;
}
.breadcrumbs a:hover {
  color: #189cf4;
}


/*==============================
	Offer
==============================*/
.offernew {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  background: linear-gradient(1turn, #f1f6fd 30%, #edf1f7);
  box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
  border: 1px solid #fff;
}
.offer__title {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #4e5d78;
  font-weight: 600;
  margin-bottom: 20px;
}
.offer__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-top: -10px;
}
.offer__wrap:last-child {
  margin-bottom: 0;
}
.offer__price {
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  color: #33334f;
}
.offer__price sub {
  font-size: 14px;
  bottom: 0;
  font-weight: 400;
}
.offer__favorite {
        border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 12px;
  background-color: rgba(24,156,244,0.12);
  margin-left: auto;
  margin-right: 15px;
}
.offer__favorite svg {
  width: 20px;
  height: auto;
  fill: rgba(24,156,244,0.66);
  transition: 0.5s ease;
}
.offer__favorite:hover {
  background-color: rgba(235,87,87,0.12);
}
.offer__favorite:hover svg {
  fill: #eb5757;
}
.offer__favorite--active {
  background-color: rgba(235,87,87,0.12);
}
.offer__favorite--active svg {
  fill: #eb5757;
}
.offer__favorite--active:hover {
  background-color: rgba(235,87,87,0.12);
}
.offer__favorite--active:hover svg {
  fill: #eb5757;
}
.offer__rent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #189cf4;
  width: 100px;
  height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow, transform, margin-top, height;
      border: none;
}
.offer__rent span {
  position: relative;
  z-index: 2;
}
.offer__rent:before {
  content: '';
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #6cc4ff 6%, #189cf4);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border-radius: 12px;
}
.offer__rent:hover {
  box-shadow: 3px 3px 9px rgba(55,170,247,0.3);
  color: #fff;
}
.offer__rent:hover:before {
  opacity: 1;
}
.offer__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
.offer__list:last-child {
  margin-bottom: 0;
}
.offer__list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(138,148,166,0.22);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.offer__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.offer__list-name {
  font-size: 14px;
  color: #33334f;
  font-weight: 400;
}
.offer__list-value {
  font-size: 14px;
  color: #4e5d78;
  font-weight: 400;
}
.offer__list-value--dark {
  color: #33334f;
}
.offer__details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
}
.offer__details:last-child {
  margin-bottom: 0;
}
.offer__details li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
}
.offer__details li:nth-child(3),
.offer__details li:nth-child(4) {
  margin-bottom: 0;
}
.offer__details svg {
  width: 20px;
  height: auto;
  fill: #189cf4;
  margin-right: 6px;
}
.offer__details span {
  font-size: 14px;
  line-height: 20px;
  color: #4e5d78;
}
.offer__share {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  margin-top: -5px;
}
.offer__share:last-child {
  margin-bottom: 0;
}
.offer__share-link {
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  background-color: #189cf4;
}
.offer__share-link svg {
  fill: #fff;
  margin-right: 8px;
  margin-top: 1px;
  transition: fill 0.5s ease;
}
.offer__share-link:last-child {
  margin-right: 0;
}
.offer__share-link--fb {
  background-color: #3b5998;
}
.offer__share-link--tw {
  background-color: #55acee;
}
.offer__share-link--link {
  background-color: #4e5d78;
}
.offer__share-link:hover {
  background-color: #189cf4;
  color: #fff;
}
@media (min-width: 768px) {
  .offer {
    margin-top: 30px;
  }
  .offer__price {
    font-size: 30px;
  }
  .offer__favorite {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
  .offer__favorite svg {
    width: 22px;
  }
  .offer__rent {
    height: 46px;
    text-transform: uppercase;
    width: 140px;
    border-radius: 16px;
  }
  .offer__rent:before {
    border-radius: 16px;
  }
  .offer__details li {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .offer__rent {
    width: 120px;
  }
  .offer__details li {
    width: 50%;
    margin-bottom: 15px;
  }
  .offer__details li:nth-child(3),
  .offer__details li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .offer__price {
    font-size: 32px;
  }
  .offer__rent {
    width: 160px;
    height: 50px;
  }
  .offer__favorite {
    width: 50px;
    height: 50px;
  }
}

.specs div{display:flex; align-items:center;}
.specs input{height:fit-content; margin-right:10px;}
.specsinfo{
        display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(138,148,166,0.22);
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left:40px;
}


.car {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-radius: 20px;
  position: relative;
  margin-top: 20px;
  padding: 10px;
  background: linear-gradient(1turn, #f1f6fd 30%, #edf1f7);
  box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
  border: 1px solid #fff;
}
.car:hover .splide__arrow {
  opacity: 1;
  transform: scale(1);
}
.car__slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.car__slider img {
  width: 100%;
  border-radius: 16px;
}
.car__slider .splide__pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  padding: 0 15px;
  bottom: 15px;
}
.car__slider .splide__pagination li {
  margin-right: 10px;
}
.car__slider .splide__pagination li:last-child {
  margin-right: 0;
}
.car__slider .splide__pagination__page {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.44);
  transition: 0.5s ease;
  opacity: 1;
  margin: 0;
}
.car__slider .splide__pagination__page.is-active {
  transform: scale(1);
  width: 16px;
  background-color: #fff;
}
.car__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.car__img img {
  width: 100%;
}
.car__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 10px;
      padding-top: 10px;
}
.car__name {
  font-size: 22px;
  line-height: 30px;
  color: #33334f;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 70px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.car__name a {
  color: #33334f;
}
.car__name a:hover {
  color: #189cf4;
}
.car__year {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 12px;
  color: #33334f;
  font-size: 14px;
  font-weight: 600;
  border: 2px dashed rgba(24,156,244,0.44);
  position: absolute;
  right: 10px;
}
.car__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px 10px;
  margin-top: 5px;
}
.car__list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 15px;
}
.car__list svg {
  width: 20px;
  height: auto;
  fill: #189cf4;
  margin-right: 6px;
}
.car__list span {
  font-size: 14px;
  line-height: 20px;
  color: #4e5d78;
}
.car__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px 10px;
  margin-top: 10px;
  position: relative;
}
.car__footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(138,148,166,0.22);
}
.car__favorite {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 12px;
  background-color: rgba(24,156,244,0.12);
  margin-left: auto;
  margin-right: 15px;
}
.car__favorite svg {
  width: 20px;
  height: auto;
  fill: rgba(24,156,244,0.66);
  transition: 0.5s ease;
}
.car__favorite:hover {
  background-color: rgba(235,87,87,0.12);
}
.car__favorite:hover svg {
  fill: #eb5757;
}
.car__favorite--active {
  background-color: rgba(235,87,87,0.12);
}
.car__favorite--active svg {
  fill: #eb5757;
}
.car__favorite--active:hover {
  background-color: rgba(235,87,87,0.12);
}
.car__favorite--active:hover svg {
  fill: #eb5757;
}
.car__price {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  color: #33334f;
}
.car__price sub {
  font-size: 14px;
  bottom: 0;
  font-weight: 400;
}
.car__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #189cf4;
  height: 36px;
  padding: 0 16px;
  border-radius: 12px;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow, transform, margin-top, height;
}
.car__more span {
  position: relative;
  z-index: 2;
}
.car__more:before {
  content: '';
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #6cc4ff 6%, #189cf4);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border-radius: 12px;
}
.car__more:hover {
  box-shadow: 3px 3px 9px rgba(55,170,247,0.3);
  color: #fff;
}
.car__more:hover:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .car {
    margin-top: 24px;
  }
}
/*==============================
	Details
==============================*/
.details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-radius: 20px;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  background: linear-gradient(1turn, #f1f6fd 30%, #edf1f7);
  box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
  border: 1px solid #fff;
}
.details__slider {
  width: 100%;
  background-color: transparent;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.details__slider img {
  width: 100%;
  border-radius: 18px;
}
@media (min-width: 768px) {
  .details {
    margin-top: 30px;
  }
}



==============================*/
.modal .modal-content {
  margin: 0 auto;
  max-width: 420px;
  background-color: transparent;
  border: none;
  border-radius: 20px;
}
.modal__content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(1turn, #f1f6fd 30%, #edf1f7);
  box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
  border: 1px solid #fff;
  overflow: hidden;
}
.modal__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.modal__title {
  font-weight: 400;
  color: #33334f;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
      border: none;
}
.modal__close svg {
  fill: #8a94a6;
  opacity: 0.6;
  transition: 0.5s ease;
  height: auto;
  width: 24px;
}
.modal__close:hover svg {
  opacity: 1;
  fill: #189cf4;
}
@media (min-width: 768px) {
  .modal__content {
    padding: 40px;
  }
  .modal__title {
    margin-bottom: 30px;
  }
  .modal__close {
    top: 36px;
    right: 36px;
  }
}
.modal-backdrop {
  background: rgba(78,93,120,0.5);
}




/*==============================
	Sign
==============================*/
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 40px 20px;
}
.sign__form {
  background: linear-gradient(1turn, #f1f6fd 30%, #edf1f7);
  box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  width: 100%;
  max-width: 420px;
}
.sign__form--contacts,
.sign__form--profile {
  margin-top: 20px;
  max-width: 100%;
  padding: 20px 20px 5px;
  align-items: flex-start;
}
.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn {
  margin: 0 0 15px;
}
.sign__form--contacts .row,
.sign__form--profile .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sign__form--contacts .col-12,
.sign__form--profile .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.sign__form--profile .sign__btn {
  margin: 5px 0 15px;
}
.sign__logo {
  display: block;
  margin-bottom: 25px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  width: auto;
  height: 40px;
}
.sign__title {
  font-size: 16px;
  font-weight: 600;
  color: #33334f;
  margin-bottom: 20px;
}
.sign__label {
  font-weight: 400;
  font-size: 14px;
  color: #4e5d78;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sign__label b {
  font-weight: 600;
  color: #4e5d78;
}
.sign__label--modal {
  padding-left: 0;
}
.sign__input {
  background-color: #fff;
  border: 1px solid rgba(138,148,166,0.2);
  border-radius: 16px;
  height: 46px;
  position: relative;
  color: #33334f;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
}
.sign__input:focus,
.sign__input:hover {
  border-color: #189cf4;
}
.sign__select {
  background: url("../img/arrow2.svg") no-repeat center right 20px #fff;
  background-size: 18px auto;
  border: 1px solid rgba(138,148,166,0.2);
  border-radius: 16px;
  height: 46px;
  position: relative;
  color: #33334f;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.sign__select:focus,
.sign__select:hover {
  border-color: #189cf4;
}
.sign__textarea {
  background-color: #fff;
  border: 1px solid rgba(138,148,166,0.2);
  border-radius: 16px;
  height: 144px;
  position: relative;
  color: #33334f;
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  resize: none;
}
.sign__textarea:focus,
.sign__textarea:hover {
  border-color: #189cf4;
}
.sign__group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.sign__group--row .sign__label {
  padding-left: 0;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  color: #4e5d78;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  line-height: 24px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  color: #189cf4;
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  color: #189cf4;
  text-decoration: underline;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(138,148,166,0.22);
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  text-align: center;
  transition: 0.5s ease;
  background-color: #189cf4;
  border-radius: 4px;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;
  color: #8a94a6;
}
.sign__group--checkbox label::selection {
  background: transparent;
  color: #8a94a6;
}
.sign__btn {
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #189cf4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 600;
  border:none;
  margin: 15px auto;
}
.sign__btn span {
  position: relative;
  z-index: 2;
}
.sign__btn:before {
  content: '';
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #6cc4ff 6%, #189cf4);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border-radius: 16px;
}
.sign__btn:hover {
  box-shadow: 3px 3px 9px rgba(55,170,247,0.3);
  color: #fff;
}
.sign__btn:hover:before {
  opacity: 1;
}
.sign__btn--modal {
  margin: 10px 0 0;
}
.sign__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #4e5d78;
  width: 100%;
  text-align: center;
}
.sign__text:first-child {
  margin-top: 0;
}
.sign__text a {
  position: relative;
  color: #189cf4;
}
.sign__text a:hover {
  color: #189cf4;
  text-decoration: underline;
}
.sign__text--small {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.sign__text--left {
  text-align: left;
}
.sign__delimiter {
  font-size: 14px;
  color: #4e5d78;
  line-height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.sign__social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sign__social a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: calc(33% - 10px);
  border-radius: 14px;
  color: #fff;
}
.sign__social a svg {
  height: auto;
  fill: #fff;
  transition: fill 0.5s ease;
}
.sign__social a.fb {
  background-color: #3b5999;
}
.sign__social a.fb svg {
  width: 10px;
}
.sign__social a.gl {
  background-color: #df4a32;
}
.sign__social a.gl svg {
  width: 18px;
}
.sign__social a.tw {
  background-color: #1da1f2;
}
.sign__social a.tw svg {
  width: 20px;
}
.sign__social a:hover {
  background-color: #fff;
  box-shadow: 3px 3px 9px rgba(164,164,186,0.3);
}
.sign__social a:hover.fb svg {
  fill: #3b5999;
}
.sign__social a:hover.gl svg {
  fill: #df4a32;
}
.sign__social a:hover.tw svg {
  fill: #1da1f2;
}
.sign__value {
  font-size: 24px;
  color: #4e5d78;
  display: block;
  font-weight: 600;
  margin-left: 10px;
}
.sign__radio {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.sign__radio--single {
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.sign__radio li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sign__radio li:last-child {
  margin-bottom: 0;
}
.sign__radio input:not(:checked),
.sign__radio input:checked {
  position: absolute;
  left: -9999px;
}
.sign__radio label {
  display: block;
  margin: 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #8a94a6;
  line-height: 24px;
  padding-left: 30px;
  transition: color 0.5s ease;
}
.sign__radio label:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 6px solid #8a94a6;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  top: 2px;
  transition: border-color 0.5s ease;
}
.sign__radio label:hover {
  color: #33334f;
}
.sign__radio input:checked + label {
  color: #33334f;
}
.sign__radio input:checked + label:before {
  border-color: #189cf4;
}
@media (min-width: 576px) {
  .sign__form {
    padding: 40px;
  }
  .sign__form--contacts,
  .sign__form--profile {
    padding: 20px 20px 5px;
  }
  .sign__logo {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .sign__form--contacts {
    margin-top: 30px;
  }
  .sign__form--contacts .sign__btn {
    margin: 10px 0 15px;
  }
  .sign__form--profile {
    margin-top: 24px;
  }
  .sign__form--profile .sign__btn {
    margin: 10px 0 15px;
  }
}
@media (min-width: 992px) {
  .sign__form--profile .sign__btn {
    width: 160px;
  }
}


.rentmodal .modal-content{
    width: fit-content;
    border-radius: 20px;
    border: none;
}

.vehicleShow{display:none;}
.packageShow{display:none;}

.summary_card h5{font-size:16px; color:#000;}
.summary_card p{font-size:13px; color:gray;}
.color-green {
    color: #009b59 !important;
}

.summary_card{
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.33) !important;
    border-radius: 1px !important;
    margin-bottom: 20px;
    padding: 20px;
        padding-bottom: 0;
}

.summary_card .rating i {
    color: orange;
}

.galleryGrid.-type-1 {
  display: grid;
  grid-template-columns: 0.52fr 0.24fr 0.24fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr;
  }
}

.galleryGrid.-type-1 > *:nth-child(1) {
  grid-row: 2 span;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 > *:nth-child(1) {
    grid-row: 1;
  }
}

.galleryGrid.-type-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 img {
    width: 100%;
  }
}

.galleryGrid.-type-2 {
  display: grid;
  grid-template-columns: 0.6fr 0.2fr 0.2fr;
  grid-template-rows: 0.4fr 0.6fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr;
  }
}

.galleryGrid.-type-2 > *:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.-type-2 > *:nth-child(4) {
  grid-column: 2 span;
}

.galleryGrid.-type-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .galleryGrid.-type-2 img {
    width: 100%;
  }
}

.rounded-4 {
    border-radius: 4px;
}

.bg-green-1 {
    background-color: #EBFCEA !important;
        padding: 20px;

}

.bggreen h4{
        font-size: 15px;
    color: black;
}

.bggreen .text-15{
      padding: 8px 0;
         padding-bottom: 0;
    font-size: 12px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.size-60 {
    flex-shrink: 0;
    width: 60px; 
    height: 60px;
}

.text-yellow-1 {
    color: #F8D448;
}

.tripdetails-card .trip-price-short-text {
  margin-bottom: 8px;
}

.trip-price-short-text {
  margin-bottom: 0;
  text-transform: uppercase;
font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.tripdetails-card .ribbon {
  top: 26px;
  left: -69px;
  transform: rotate(-46deg);
  background: white;
  color: #000;
}

.ribbon--topleft {
  left: 0;
  right: auto;
  transform: rotate(-45deg) translate(-31%,-60%);
}

.ribbon {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  transform: rotate(45deg) translate(30%,-50%);
}

.tripdetails-card .c-card .simple-tooltip::after {
  bottom: -50px;
  right: -272px;
}

.simple-tooltip:after {
  border-radius: 2px;
  min-width: 250px;
  max-width: 250px;
  content: attr(data-tooptip);
  position: absolute;
  bottom: 29px;
  right: 0;
  background-color: rgba(255,255,255,.94);
  box-shadow: rgba(0,0,0,.24) 0 0 24px;
  color: rgba(0,0,0,.68);
  white-space: normal;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
  backdrop-filter: blur(8px);
}

.ribbon-icon {
  width: 22px;
  margin-right: 7px;
}


.ribbon-text {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 94px;
  text-align: center;
}

.tripdetails-card .c-card__price {
  margin-bottom: 10px;
}

.tripdetails-card .c-card__price-amount {
  position: relative;
  font-size: 25px;
}

.tripdetails-card .c-card.has-ribbon .c-card__bookbtn.btn.mb-0.check-avaibility, .tripdetails-card .c-card.has-ribbon .outline-blue-btn {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}

.tripdetails-card{
  background: #ff773d;
  padding: 60px 10px 30px 10px;
  color: white;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 100%;
}

.c-card__bookbtn{
  background: #1c0e2d;
    color: white;
    margin: 10px 0;
    font-weight: 500 !important;
}

.c-card__bookbtn:hover{
  color: #fff;
}

.cool_inquiry{
  border: 1px solid #fff !important;
  background: unset;
  color: #fff;
}

.cool_inquiry:hover{
  background: #1c0e2d;
  border: none;
}

.tripdetails-card .c-card__price-amount{color:white;}

@media(max-width:1400px){ 
  .tripdetails-card .c-card__price-amount {
    font-size: 20px;
  }
  .tripdetails-card .c-card__price {
    margin-bottom: 0;
}
.tripdetails-card .trip-price-short-text {
  margin-bottom: 0;
}
}

.expertsec {
    background: white;
    color: #000;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.explore-hotel-grid .features .features-content ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0px;
    flex-wrap: wrap;
}

.explore-hotel-grid .features .features-content li {
    background-color: white;
}

.explore-hotel-grid .features .features-content li {
    font-weight: 600;
}

.explore-hotel-grid .features .features-content li {
    font-weight: 500;
    padding: 12px;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 0px;
}

.booknowbtn{
        width: 100% !important;
    padding: 5px !important;
    background: #337ab7;
    margin-top: 10px;
    border: none !important;
}

.fields .form-check.checkbox {
    display: flex;
    justify-content: space-between;
}

.fields .form-check.checkbox {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ececec;
    box-shadow: rgb(99 99 99 / 5%) 0px 2px 8px 0px;
}

.fields .form-check.checkbox input[type=checkbox] {
    margin-left: 0;
    right: 0;
    height: 20px;
    width: 20px;
    position: relative;
    cursor: pointer;
}


.layoutstep label {
    font-weight: 600 !important;
    font-size: 16px;
}

.layoutstep .checkbox label {
    font-weight: 500 !important;
    font-size: 14px;
}

.layoutstep .input-fields{
    margin-bottom:12px;
        margin-right: 40px;
}

#rooms-container .room{
        display: flex;
            margin-right: 40px;
    flex-direction: column;
}

#rooms-container select {
    width: 300px;
}

#rooms-container input {
    width: 300px;
} 

#rooms-container .custom-file-input {
  position: relative;
  width: 200px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
  border: 2px dotted #ccc;
  border-radius: 5px;
  overflow: hidden;
  opacity:1;
  text-align: center; 
  background: #007bff0f; 
  margin-bottom:10px;
}

#rooms-container .custom-file-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}

#rooms-container .custom-file-input label {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
      height: 100px;
}

#rooms-container .custom-file-input label span {
  display: inline-block;
  margin-right: 10px;
}

#rooms-container .custom-file-input label:hover {
  background-color: #f0f0f0;
}

.fields .form-check.checkbox{
    background:white;
    margin-bottom:5px;
    padding:12px;
    border-radius:5px;
    
}
#rooms-container .form-check.checkbox input[type=checkbox]{
    margin:0px;
    width:40px!important;
}


.amenities{
    width:100%;
    gap:10px;
}
.amenities div{
        width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: white;
    box-shadow:rgb(99 99 99 / 5%) 0px 2px 8px 0px;
    border-radius: 3px;
    padding:10px;
    margin-bottom: 5px;
}

.amenities div input[type=checkbox]{
        width: 20px;
    height: 20px;
    cursor:pointer;
}

.amenities div label{
    margin-bottom:0px;
}



.vehicleShow .specs{
        display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 1em;
}


.vehicleShow .specs div{
        background: white;
    padding: 12px;
}


.vehicleShow .specs input{
    width: 15px;
    height: 15px;
}












