.header-top-wrapper-new .top-right li a{
    font-size: 14px;
}
.from-booking-section{
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.booking-form .nav-tabs .nav-link{
    color:#000;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.booking-form .nav-tabs .nav-link.active{
    background-color: #fff;
}
.input-wrapper{
    width: 100%;
    border: 1px solid #aaa;
    padding:5px;
    margin-bottom: 5px;
    color:#000;
}
.input-wrapper p{
    font-size: 14px;
    color:#131313;
    letter-spacing: 1px;
    opacity: 0.7;
    line-height: 1;
}
.input-wrapper .input-box{
    border: none;
    width: 100% !important;
    color:#000;
    line-height: 1;
}
.input-wrapper .select2{
    width: 100% !important;
}
.input-wrapper .select2-container--default .select2-selection--single{
    border: none;
}
.add-promo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.form-check-input:checked {
    background-color: #63AB45;
    border-color: #63AB45;
}
.input-wrapper.disabled{
    background-color: #ededed;
}
.input-wrapper.disabled .disabled{
    background-color: #ededed;
}
.header-11 .logo-2 img{
    height: 64px;
}
input[type="radio"].form-check-input{
    width: 16px;
}
 input,  textarea, select {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 100px;
  border: 1px solid rgb(109, 109, 109);
  /* padding: 16px 20px; */
  background-color: transparent;
  font-weight: 400;
}

.form-clt input,  .form-clt textarea, .form-clt select {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  border: 1px solid rgb(109, 109, 109);
  padding: 8px 20px;
  background-color: transparent;
  font-weight: 400;
}
input[type="radio"]{
    width: auto;
}
 input::placeholder,  textarea::placeholder {
  color: var(--black);
}
 textarea {
  padding-bottom: 100px;
  border-radius: 20px;
  resize: none;
}
 .nice-select {
  background-color: transparent;
  padding: 16px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
 .nice-select span {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
 .nice-select::after {
  right: 25px;
  top: 28px;
}
 .nice-select .list {
  right: 0;
  background-color: var(--bg);
}
 .nice-select .option {
  border: none;
  padding: 6px 15px;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn:before {
  background-color: var(--theme);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn:hover::before {
  width: 100%;
}

@media only screen and (max-width:600px){
    .logo img{
        height: 32px;
    }
    .hero-1 .hero-content h1{
        font-size: 24px;
    }
    .destination-category-item .category-image .category-content{
        flex-direction: column;
        bottom:5px;
    }
    .about-image-2{
        display: none;
    }
}