.admin-bar .main-header { 
    top :32px;
}
.admin-bar header.fixed {
    top :32px !important;
}

.custom-radio {
    position: relative;
  }
  
  .custom-radio .form-check-input {
    display: none;
  }
  
  .custom-radio .form-check-label {
    display: block;
    padding: 12px 0;
    border: 1px solid #ddd;
     cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 0;
    background: #f9f9f9;
  }
  
  .custom-radio:first-child .form-check-label {
    border-radius: 5px;
  }
  
  .custom-radio:last-child .form-check-label {
    border-radius: 5px;
    border-right: 1px solid #ddd;
  }
  
  .custom-radio .form-check-input:checked + .form-check-label {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  }
  
  .custom-radio .form-check-label:hover {
    background-color: #e9f3ff;
  }



  
.blogdetails-pagination ul {
  justify-content: space-between;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  
}
@media (max-width: 767.98px) {
  .blogdetails-pagination ul {
    display: block;
  }
}
.blogdetails-pagination ul li:last-child {
  text-align: right;
}
@media (max-width: 767.98px) {
  .blogdetails-pagination ul li:last-child {
    text-align: left;
  }
}
.blogdetails-pagination ul li .prev-link {
  color: var(--dreamsrent_a_color);
  font-size: 14px;
  margin: 0 0 20px;
  display: block;
}
.blogdetails-pagination ul li .prev-link:hover {
  color: var(--dreamsrent_a_color_hover);
}
.blogdetails-pagination ul li .prev-link i {
  margin-right: 7px;
}
.blogdetails-pagination ul li .next-link {
  color: #828282;
  font-size: 14px;
  margin: 0 0 20px;
  display: block;
}
.blogdetails-pagination ul li .next-link:hover {
  color: var(--dreamsrent_a_color);
}
.blogdetails-pagination ul li .next-link i {
  margin-left: 7px;
}
.blogdetails-pagination ul li h3 {
  font-size: 15px;
  font-weight: 500;
  color: #141432;
  margin: 0 0 25px;
}
.blogdetails-pagination ul li h3:hover {
  color: #141432;
}
#reply-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

p.form-submit {
margin-top: 1.5rem;
}


.hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item .slide-images a img, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item .slide-images a img {
  height: 100%;
  object-fit: cover;
  max-height: 210px;
}
  .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item .slide-images a img,
  .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item .slide-images a img {
  height: 100%;
  object-fit: cover;
  max-height: 210px;
  min-height: 210px;
}

.custom-full-width {
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered { 
  padding-top: 0 !important; 
  padding-bottom: 0 !important;  
}

.pac-container {
  z-index: 1055 !important; /* Make sure it's higher than Bootstrap modal */
}

  /* Map size */
  #map_tour  {
    height: 500px;
    width: 100%;
}


.destination-section .owl-carousel .owl-item img {
 
  min-height: 200px;
  object-fit: cover;
  max-height: 200px;
}

.update-sec .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -50px;
  z-index: 999;
}
.update-sec  .wpcf7 form .wpcf7-response-output {
  margin: 3.5em 0.5em 1em;
}

.blog-section .blog-item .blog-img img { 
  min-height: 250px;
  object-fit: cover;
}