 
.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: #D4483B;
    color: #fff;
    border-color: #D4483B;
    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 {
 
  font-size: 14px;
  margin: 0 0 20px;
  display: block;
}
.blogdetails-pagination ul li .prev-link:hover {
  color: #CF3425;
}
.blogdetails-pagination ul li .prev-link i {
  margin-right: 7px;
}
.blogdetails-pagination ul li .next-link {
   font-size: 14px;
  margin: 0 0 20px;
  display: block;
}
.blogdetails-pagination ul li .next-link:hover {
  color: #CF3425;
}
.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: 20px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

#respond .input-block label {
	font-weight: 500;
  margin-bottom: 0.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;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
 }
.dropdown-item.active {
    color: #FFF !important;
    background-color: #CF3425 !important;
}

.service-wrap .slider-wrap .view-btn {
   bottom: 35px;
 
}
 
 #respond .input-block label {
	font-weight: 500;
	 margin-bottom: 0.5rem;
}

.update-sec .input-group {
    flex-wrap: nowrap;
}

@media (max-width:1199.98px) {
  .reviews-list{
    margin-bottom: 1.5rem;
  } 
}

@media (max-width:479.98px) {
  .blog_post_list_item .blog-item {
    min-height: 400px;
}

 .blog_post_list_item .blog-item .blog-img {
    position: initial;
    display: block;
    z-index: 1;
}
.footer-top .d-flex{
  flex-direction: column;

}

}

@media (max-width:990.98px) {
.blog_post_list_item:last-child .blog-item.mb-4 {
    margin-bottom:1.5rem!important
}
}
.reviews-list .review-item h6.fw-medium {
  text-transform: capitalize;
}


 

.home.admin-bar .main-header.header_style1 { 
	top:32px; 
}

.place-item .fs-18.text-decoration-line-through {
	font-size: 1rem;
}


/* custom new */ 
input:focus, textarea:focus, select:focus {
  outline: none !important;
}
/* Remove Safari default input shadow */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove inner shadow specifically in Safari iOS */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove blue focus glow */
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none ;   
}


@media (max-width:991px) {
.hero-sec-six {
  padding: 50px 0 !important;
}
.work-section-six .section-header-six {
  margin-bottom: 1.5rem  !important;
}
.mt-mobile-4 {
  margin-top: 1.5rem !important; 
}
    .testi-sec-six .testi-info-six {
      margin-bottom: 40px !important;
  }
}

@media (max-width:767.98px) {
.text-end-left-mobile.text-end  {
  text-align : left !important;
}
.section-header-six {
  margin-bottom: 1.5rem;
}
.text-end-left-mobile.text-end .sec-head-btn {
  margin-bottom: 1.5rem;
}
.tourism-text-info .text-header {
  display: block; 
}
.tourism-text-info .text-header img{ 
  display: block; 
  margin : 15px 0;
} 	
}

.providers-slider-avatar {
  max-width :120px;
  max-height:120px;
}

.owl-carousel .owl-item .providers-slider-avatar img {
  max-height: 120px; 
}