.nav-link{
    padding: 0.625rem 1rem !important;
}
.nav-link:hover{
    color: #495057 !important;
    background: #ececec !important;
    border-radius: 6px;
}
.nav-link.active{
    color: #495057 !important;
    background: #ececec !important;
    border-radius: 6px !important;
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 600px;
    width: 90%;
    position: relative;
    margin:3% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {
    background: #3ba13b;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #3ba13b;
}

.banner-h{
    font-size: 32px;
    font-weight: 700
}


.summer-bg{
    background-image: url('../images/summer-bg.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 450px; 
    border-radius: 10px; 
    position: relative;
}
.summer-h{
    color: #fff; 
    font-size: 32px; 
    font-weight: 700;
}
.summer-p{
    color: #fff; 
    font-size: 16px; 
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .summer-bg1{
        background: #3ba13b;
        position: absolute; 
        bottom: 0px; 
        left: 0px; 
        border-radius: 
        10px; 
        padding: 20px;
    }
    }
@media screen and (min-width: 768px) {
.summer-bg1{
    background: #3ba13b; 
    width: 50%; 
    position: absolute; 
    bottom: 30px; 
    left: 30px; 
    border-radius: 
    10px; 
    padding: 20px;
}
}
.home-h{
    font-size: 24px; 
    font-weight: 700;
}
.home-p{
    font-size: 15px; 
    font-weight: 400;
}

.form-bg{
    display: flex; 
    background: #3ba13b; 
    padding: 4px; 
    border-radius: 4px; 
    flex-direction: inherit; 
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
    .form-bg{
        display: flex; 
        background: #3ba13b; 
        padding: 4px; 
        border-radius: 4px; 
        flex-direction: column; 
        flex-grow: 1;
    }
}
.from-input-bg{
    flex: 1 1 25%; padding: 4px;
}
.from-bg-icon{
    background: #fff; 
    padding: 5px 0px 5px 10px;
}
.from-input{
    font-size: 15px; 
    padding: 5px 9px;
}
.search-btn{
    color: #fff; 
    font-size: 14px; 
    font-weight: 500; 
    background: #3ba13b;
}
.convert-btn{
    flex: 0 0 52px; 
    min-width: 52px; 
    padding: 4px;
}
#convertButton{
    padding: 0px 6px; 
    background: #fff;
}
@media screen and (max-width: 767px) {
    .convert-btn{
        display: block;
        position: absolute;
        height: 45px;
        width: 45px;
        flex-basis: 45px;
        min-width: 45px;
        transform: rotate(90deg);
        top: 32px;
        left: auto;
        right: 22px;
        z-index: 1;
    }
    #convertButton{
        border: 2px solid #3ba13b;
    }
    .search-btn{
        width: 100%;
        color: #fff; 
        font-size: 14px; 
        font-weight: 500; 
        background: #3ba13b;
    }
}
.swiper-button-prev{
    background: #fff;
    top: 40%;
}
.swiper-button-next{
    background: #fff;
    top: 40%;
}
.input-group>.form-control:focus{
    z-index: 0;
}
.best-flight-img{
    height: 350px; 
    border-radius: 8px;
}
.newsletter-bg{
    border: 1px solid #3ba13b; 
    border-radius: 20px; 
    padding: 30px;
}
.newsletter-input{
    background: #fff; 
    padding: 5px 0px 5px 10px;
}
.newsletter-btn{
    background: #3ba13b;
    height: 45px;
}
.jump-bg1{
    height: 350px; 
    position: relative; 
    background-image: url('../images/sharjah.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border-radius: 8px;
}
.jump-bg2{
    height: 350px; 
    position: relative; 
    background-image: url('../images/abu-dabi.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border-radius: 8px;
}
.jump-bg3{
    height: 350px; 
    position: relative; 
    background-image: url('../images/doha.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border-radius: 8px;
}
.jump-bg4{
    height: 350px; 
    position: relative; 
    background-image: url('../images/damam.jpg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border-radius: 8px;
}
.popular-cityp{
    color: #3ba13b; 
    font-size: 13px; 
    font-weight: 500
}
.popular-cityh{
    color: #000; 
    font-size: 16px; 
    font-weight: 600;
}
.faq-drawer {
    border-bottom: 1px solid #3ba13b;
}
.faq-drawer__content-wrapper {
    font-size: 12px;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}
.faq-drawer__title {
    color: #495057;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    margin-bottom: 10px;
}
.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 8px;
    position: relative;
    right: 5px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 8px;
}
.faq-drawer__title:hover { 
    color: #4E4B52  ;
}
.faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
    max-height: 500px;
}
.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.faq-drawer input[type="checkbox"] {
    display: none;
}

.form-check-input:checked {
    background-color: #3ba13b;
    border-color: #3ba13b;
}

.cheap-head{
    color: #212529; 
    font-size: 16px; 
    font-weight: 700;
}
.cheap-para{
    color: #212529; 
    font-size: 14px; 
    font-weight: 400;
}
.cheap{
    color: #212529; 
    font-size: 12px; 
    padding: 5px; 
    border-radius: 3px; 
    background: #62ad62;
}
.card-h{
    color: #212529; 
    font-size: 16px; 
    font-weight: 600;
}
.card-para{
    color: #212529; 
    font-size: 13px; 
    font-weight: 400;
}
.card-price{
    color: #212529; 
    font-size: 20px; 
    font-weight: 700;
}
.card-person{
    color: #212529; 
    font-size: 12px; 
    font-weight: 600;
}
.card-btn{
    background: #3ba13b;
}
.card-padding{
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .cheap-head{
        font-size: 14px;
    }
    .cheap-para{
        font-size: 12px;
    }
    .cheap-padding{
        padding: 5px;
    }
    .d-mobile{
        display: none;
    }
    .card-padding{
        padding: 10px;
    }
    .card-price{
        font-size: 12px;
    }
    .card-person{
        font-size: 11px;
    }
    .card-btn{
        padding: 5px;
    }
}



.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  .rangeValues {
    display: block;
  }
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #3ba13b;
  margin-top: -4px;
    cursor: pointer;
      position: relative;
    z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
    z-index: -4;

}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}