
*{
    margin: 0;
    padding: 0;
}
@font-face {
  font-family: 'Laila';
  src: url('https://faremate.co.uk/asset/font/Laila-Regular.woff2')  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* or any other value */
}

body{
    font-family: 'Laila', sans-serif !important;
}
:root{
    --primary-color: #3132a0;
    --secondary-gradient: linear-gradient(to right, #e7222c, #3132a0);
    --hover-color: #f3be53;
    --font: 'Laila', sans-serif;
}
.contact-links{
    color: #000000;
    text-decoration: none;
}
.contact-links:hover{
    color: var(--primary-color);
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
.headings-svg{
    font-size: 25px;
}
.partners{
    font-size: 25px;
}
.deal-head{
    font-size: 22px;
}
img{
    transition: all 0.3s ease-in-out;
  width: 100%; /* or max-width: 100%; */
  height: auto;

}

.text_grey{
    color: #8c8c8c;
}
.text-grey2{
    color: #595959;
}
.text_primary{
    color: var(--primary-color);
}
.text-green{
    color: var(--primary-color);
}
.bg-blue{
    background-color: #e7eef5;
}
.bg-grey{
    background-color: #f7f8fb;
}
.bg-white{
    background-color: #ffffff;
}
.star-icon{
    color: #FAAD14 ;
    font-size: 15px;
}
.star-icon-sm{
    color: var(--primary-color) ;
    font-size: 10px;
}

/* --- Navbar--- */
.nav-bg{
    background-color: #fff;
}
.navbar{
    padding: 18px 0px !important;
}
.nav-links{
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
    /* padding: 15px; */
}
.nav-links:hover{
    color: var(--primary-color) !important;
    font-weight: 500;
}

.hide-right{
    opacity:0;
    transform:translateX(-100%);
}
.show{
    opacity:1;
    transform:translate(0,0);
}
.bg-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.form-sec{
    z-index: 100;
    position: relative;
}
.hero-section{
    min-height: 75vh;
    position: relative;
    /*background-image: url(../asset/img/slider-image.jpg);*/
    /*background: linear-gradient(to right, #e7222c, #3132a0);*/
	background-repeat:no-repeat;
    color: white;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.top-opt{
    display: flex;
    flex: auto;
}
.form-tab{
    border-radius: 12px 12px 0 0;
    background: var(--primary-color);
}
.form-nav{
    color: #ffffff;
    padding: 16px 23px 0 23px !important;
    border-radius: 12px 12px 0 0 !important;
    cursor: pointer;

}
.tab-content{
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 12px;
}

.active-tab{
    color: var(--primary-color);
    background-color: #ffffff;

}
.empty-field {
    border: 1px solid red !important;
}
.form-main{
    background-color: #ffffff;
	opacity: 0.9;
    border-radius: 0 12px 12px 12px;
}
.btn-submit{
    background: var(--secondary-gradient);
    color: #ffffff;
    padding: 9px 100px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: .5s ease;
}
.btn-submit:hover{
    background: linear-gradient(to left, rgb(170, 7, 107), rgb(97, 4, 95));

}
.forms-icons{
    fill: var(--primary-color);
}
.footer-mail{
    width: 100%;
}
.btn-mail{
    width: 100%;
    background: var(--secondary-gradient) !important;
    color: #ffffff !important;
}
.btn-mail:hover{
    background: linear-gradient(to left, rgb(170, 7, 107), rgb(97, 4, 95)) !important;
}
.footer-main{
    background-color: #ffffff;
}
.f-form-cont{
    border: 1px solid rgb(199, 199, 199);
    border-radius: 10px;
    padding: 22px;
}
.f-form-cont p{
    font-size: 12px;
    margin-bottom: 0px;
}
.dropdowns{
    border: none;
    color: var(--primary-color);
}
.pop-div{
    cursor: pointer;
}
.hidden-div{
    height:0px;
    overflow:hidden;
}

.transition-all, .transition-all>*,.transition-all>*>*{
    transition:all 0.3s ease !important;
}
#totalTravelers{
    color: var(--primary-color);
    font-weight: 500;
}
.add_btn{
    background: none;
    border: none;
    color: var(--secondary-gradient);
    font-weight: 600;
}
.input_travelers{
    width: 30px;
    /* padding-left: 0px; */
    border: none;
    color: var(--primary-color);
}
.flight-btn{
    border: none;
}
.input-with-icon {
    position: relative;
  }
.input-with-icon input{
      padding-left: 40px; /* Adjust the padding to accommodate the icon */
    }

    .input-with-icon .input-icon {
      position: absolute;
      top: 19px;
      left: 18px;
      transform: translateY(-50%);
      color: var(--primary-color);
    }


/* --- popover--- */
.popup{
    position: relative;
}
.popover-main{
    width: 310px;
    background-color: #ffffff;
    position: absolute;
    top: 42px;
    color: #000;
    z-index: 100;
    list-style: none;
    padding: 20px;
    box-shadow: 5px 5px 5px black;
    border: 1px solid grey;
    border-radius: 5px;
}
.btn-close-popover{
    border: none;
    background: #fff;
    color: var(--primary-color);
}
.popover_input{
    color: var(--primary-color);
    cursor: pointer;
    /* display: none !important; */
}
/* .active_arrow{
    display: block !important;
} */
.pos{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: turquoise; */
    padding: 16px;
    cursor: pointer;
}

/* ---form--- */
.swap-btn{
    position: absolute;
    left: -37px;
    top: -4px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    color: #3132a0;
    z-index: 10;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 14px;
    transform: rotate(90deg);
    transition: .5s ease;
}
.swap-btn:focus{
    border: 1px solid #3132a0 !important;
}
.swap-btn:active{
    border: 1px solid #3132a0 !important;
}
.swap-btn:hover{
    border: 1px solid #3132a0 !important;
}
.icons{
    margin-right: 20px;
    border: 1px solid var(--primary-color);
    padding: 8px 10px;
    color: var(--primary-color);
}
.head1{
    color: var(--primary-color);
    text-align: center;
}
.card{
    padding: 10px 15px !important;
    margin: 12px !important;
    height: 90% !important;
}



/* --- slider ---  */

.carousel-nav-icon > svg {
    height: 25px;
    width: 25px;
}
.review-content{
    font-size: 13px;
}
.verified-cost i{
    font-size: 10px;
    margin-top: 4px;
    margin-right: 7px;
}
.verified-cost p{
    font-size: 11px;
}

.footer-nav{
    justify-content: center;
    list-style: none;
    padding: 15px;
    border-radius: 30px;
    /* background-color: var(--primary-color); */
}
.footer-nav a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;

}
.footer-nav a:hover{
    color: #ffffff;
    background: var(--primary-color);
}
.footer-nav-active{
    color: #ffffff !important;
    background: var(--primary-color) !important;
}
.cont-details span{
    color: var(--primary-color);
}
.cont-details a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}
.cont-details span a{
    color: var(--primary-color);
}


/* --- slider2 ---  */
.wrapper{
    padding: 70px 0;
    overflow-x: hidden;
}
.my-slider{
    padding: 0 70px;
}
.slick-initialized .slick-slide{
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
  .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}



/* --- Fare Page ---  */
.service-main{
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
}
.serv-img{
    background: #f7f7f7;
    border-radius: 10px 10px 0px 0px;
}
.contact-info a{
    text-decoration: none;
    color: var(--primary-color);
}
.contact-info a:hover{
    text-decoration: none;
    color: #11707c;
}
.btn-search-res{
    border: 1px solid var(--primary-color);
    background-color: #ffffff;
    color: var(--primary-color);
    padding: 9px 10px;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    transition: .25s ease;

}
.btn-search-res:hover{
    background-color: var(--primary-color);
    color: #ffffff;

}
.dates-container{
    background: white;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-around;
}

.fare-types{
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffffff;
    color: var(--primary-color);
}
.btn-f-type{
    border: 1px solid grey;
    border-radius: 15px;
    padding: 6px;
    font-size: 12px;
    background: #f7f5f5;
    transition: .25s ease;
}
.f-type:hover{
    background: #e7eef5;
}
.toggle-div {
    border-top: 1px solid #d7d7d7;
    display: none;
}
.show {
    display: block;
}


.details-head h6{
    color: var(--primary-color);
}
.details-head p {
    font-size: 14px;
}
.flight-itenary{
    border-radius: 10px;
    /* box-shadow: 3px 2px 6px 1px #d7d7d7; */
    border: 1px solid #d7d7d7;
}
.flight-time{
    background-color: #d7d7d7;
    border-radius: 30px;
    padding: 0px 7px;
    display: flex;
    align-items: center;
    margin: 0px 15px;
    font-size: 13px;
}
.f-layover{
    background-color: #d7d7d7;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 15px;
}

.modal-container {

  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 2000000000!important;
}
.modal-f-cont{
    
    background: #fff;
    border-radius: 10px;

        border-top: 1px solid #0000000d;
        padding: 20px 0px 0px 0px;
}
.modal-content {
    height: 80vh!important;
    overflow: scroll;
  background-color: #f7f8fb !important;
    padding: 25px!important;
  width: 55% !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-r-icon{
    transform: scaleX(-1);
}
.destinations-btn {
    cursor: pointer;
}

.btn-book{
    border-left: 1px solid #d7d7d7;
}
.btn-book button{
    background: var(--secondary-gradient);
    color: #ffffff;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    transition: .25s ease;
}
.btn-book button:hover{
    background: linear-gradient(to left, rgb(170, 7, 107), rgb(97, 4, 95));
}
.btn-book button a{
    text-decoration: none;
    color: #ffffff;
}
.btn-book button a:hover{
    text-decoration: none;
    color: #ffffff;
}
.btn-type{
    background: #dddddd;
    border: none;
    font-size: 12px;
}
.endbar{
    background-color: var(--primary-color);
    color: #ffffff;
}
.MultiCarousel {
    float: left; overflow: hidden; padding: 15px; width: 100%; position:relative;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all; float: left;
    display: flex;
    align-items: center;
}
.MultiCarousel .MultiCarousel-inner .item {
     float: left;
    }
.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center; padding:10px; margin:10px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position:absolute; border-radius:50%;top:calc(50% - 20px);
}
.MultiCarousel .leftLst {
         left:0;
}
    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none; background:#ccc;
         }


ul{
    list-style: none;
}
.custom-select{
    width: 100%;
    border: 1px solid #d7d7d7;
    color: #8c8c8c;
}
.form-span{
    font-size: 11px;
}
.review{
    background: var(--primary-color);
    border-radius: 0px 10px 10px 0px;
}

.new_footer_area {
    background: #fbfbfd;
}

.new_footer_top {
    padding: 20px 0px 40px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: var(--primary-color);
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    text-decoration: none;
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: var(--primary-color);
}

.new_footer_top .f_social_icon a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
    text-decoration: none;
    font-weight: 500;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../img/footer_bg.html") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("../img/car.html") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("../img/cyclist.html") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
.choose-us{
    width: 125px;
    height: auto;
}
.top-bar{
    background: var(--secondary-gradient);
}

.dest-container{
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 4px 10px 1px #cfcece;
    box-shadow: #000000;
    text-align: center;
}
.custom-dropdown-menu {
    /*display: none;*/
    position: absolute;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
}

.custom-dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-dropdown-menu li:hover {
    background-color: #f3f3f3;
}

.custom-dropdown-menu button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-align: left;
    width: 100%;
}

.custom-dropdown-menu button:focus {
    outline: none;
}
.custom-dropdown-menu button:hover {
    color: var(--primary-color);
}
.custom-dropdown-menu.active {
    display: block;
}

.dest-container:hover{
    box-shadow: 5px 4px 10px 5px #cfcece;
}
.dest-price{
    background: var(--secondary-gradient);
    border-radius: 0px 0px 10px 10px;
}
.dest-price span{
    font-size: 30px;
    font-weight: 500;

}
.dest-link{
    text-decoration: none;
    color: #000;
}
.dest-link:hover{
    text-decoration: none;
    color: #000
}
.about-svgs{
    width: 70px;
}
.top-destination ul li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.top-destination ul li a:hover{
    color: var(--primary-color);
}
.top-destination ul li{
    margin-bottom:30px;
}
.d-small-none{
    display: block;
}
.fare-dates{
    font-size: 10px;
    padding: 5px;
    background: #9dbbd7;
    color: var(--primary-color);
}
.form-btn{
    color: var(--primary-color);
    border: none;
    background: #ffffff;
    font-weight: 500;
}
.close-btn-cont{
    display:none;
    display:none;
}
.active-nav{
    color: var(--primary-color) !important;
}
#form-cont-small{
    display: none;
}
@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
.suggested-price{
    font-weight: 500;
}
.preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: 9999;
    }
.preloader2 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: 9999;
    }

.loader{
    position: absolute;
      top: 50%;
      left: 55%;
      transform: translate(-50%, -50%);
}
#loader{
    display:none;
}
.loader2{
    position: absolute;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
}
    .loader img{
        width: 60%;
        
    }
    .loader2 img{
        width: 60%;
    }
    .loader2 h1{
        color: #3132a0;
        font-size: 25px;
        margin-top: 20px;
    }



.btn-whatsapp {
    font-size: 28px;
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
    border-radius: 29px;
    padding: 5px 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 110000;
    display: none;
}
.sm-font{
    font-size: 12px;
}
.time{
    font-size: 25px;
}
    .price-summary-mob{
        display:none;
    }

@media screen and (min-width: 1500px) {
    /* 93.75rem to px */
    .swiper {
        width: 85%; } }
/* Media query to show the WhatsApp button only on mobile screens */
@media (max-width: 767px) {
    .fare-detail-data{
    justify-content: center;
}
    .footer-logos{
            width: 55px !important;
    }
    .secure-sign{
            width: 55px;
    }
    .price-summary-web{
        display: none;
    }
    .price-summary-mob{
        display:block;
    }
    .btn-whatsapp {
    display: block;
}
.footer_bg_two{
    display: none;
}
#form-cont-small{
    display: block;
}
.dates-container div:not(:nth-child(-n+3)) {
  /* Your styles for divs except the first three here */
  display: none;
}
.f-type{
    font-size: 10px;
    padding: 10px;
}
.btn-f-type{
    font-size: 6px;
    padding: 1px 7px;
}

.time{
    font-size: 1.25rem;
}
.airlineDate{
    font-size:0.5rem;
}
.flight-itenary{
        padding: 12px;
}
.flight-time {
    border-radius: 10px;
        padding: 5px 8px;
    margin: 0px 10px;
}
.destinations{
    font-size:0.75rem ;
    margin-right: 2px !important;
}
.btn-book{
    border-top:1px solid #f0f0f0;
    text-align: right;
    padding-top: 15px;
}
.dates{
    font-size: 14px;
}
.prices{
    font-size: 12px;
}
.dates-container {
    padding: 10px;
}
.suggested-price{
    text-align: center;
}
#hero-sec{
    display: none;
}

}

#close-btn{
    display: none;
}













@media only screen and (max-width: 600px) {
    .hero-section{
        min-height: 80vh;
    }
    .swap-btn{
        position: absolute;
        left: auto;
        right: 50px;
        top: -30px;

        transform: rotate(0deg);
    }
    .topbar-cont{
    font-size: 10px;
    }
  }





/*---------------------------------------------------*/


.FooterCall {
	position: fixed;
	top: 83%;
	right: 10%;
	transform: translate(-50%,-50%);
	z-index: 999;
}

.FooterCall ul {
	list-style: none;
}

.FooterCall ul li {
	width: 50px;
	height: 50px;
	margin: 10px 0;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.FooterWhatsappLinks {
	position: fixed;
	top: 83%;
	right: 5%;
	transform: translate(-50%,-50%);
	z-index: 999;
}

.FooterWhatsappLinks ul {
	list-style: none;
}

.FooterWhatsappLinks ul li {
	width: 50px;
	height: 50px;
	margin: 10px 0;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}



@media (min-width: 666px) and (max-width: 1280px) {

	.FooterWhatsappLinks {
	top:92%;
	right: 10%;
}

.FooterCall {
	top:92%;
	right: 2%;
}
	
	
}


@media (min-width: 320px) and (max-width: 666px) {

.FooterWhatsappLinks {
	top:95%;
	right: 5%;
}

.FooterCall {
	top:95%;
	right: 65%;
}
	

}

