:root {
  --blue: #62288f;
  --green: #4a494a;
  --grey: #2a2f37;
  --text: #4a494a;
  --dark-green: #1c863b;
  --dark-blue: #0e6190;
}
/*********** Only for Home page ***********/
.bannerWrp {
    height: auto;
    min-height: 100vh;
    background: #000000 url(../images/banner.jpg) no-repeat center right;
    background-size: cover;
    border-radius: 100%/20%;
    padding-top: 120px;
    padding-bottom: 80px;
}

/*Search panel start here*/
.home-search-area{
    width: 50%;
    padding-top: 100px;
}
.search-outer-box{
    width: 571px;
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    padding-top: 80px;
    position: relative;
}
.search-menu{
    position: absolute;
    top: -65px;
}
.search-menu li{
    height: 124px;
    padding: 0px 15px;
    background: #fff;
    margin-right: 20px;
    border-radius: 50px;
    color: #4a494a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    box-shadow: 0px 2px 6px 1px #e1e1e1;
}
.search-menu li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #4a494a;
}
.search-menu li i, .search-menu li span{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.search-menu li span{
    padding-top: 10px;
}
.search-menu li.current{
    background: #603085;
}
.search-menu li.current a{
    color: #fff;
}
.home-search-flight-icon{
    width: 42px;
    height: 42px;
    background: url(../images/home-search-flight.png) no-repeat center;
    background-size: contain;
    display: inline-block;
}
.home-search-hotel-icon{
    width: 42px;
    height: 42px;
    background: url(../images/home-search-hotel.png) no-repeat center;
    background-size: contain;
    display: inline-block;
}
.search-menu li.current .home-search-flight-icon{
    background: url(../images/home-search-flight-active.png) no-repeat center;
}
.search-menu li.current .home-search-hotel-icon{
    background: url(../images/home-search-hotel-active.png) no-repeat center;
}
.nav-tabs{
    border-bottom: 0;
}
.flight-type-menu{
    width: 100%;
}
.flight-type-menu li a{
    font-size: 17px;
    padding-left: 23px;
    margin-right: 30px;
    position: relative;
}
.flight-type-menu li a:before{
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    width: 16px;
    height: 16px;
    border:1px solid #603085;
    border-radius: 50%;
    background: #fff;
}
.flight-type-menu li.current a:before{
    background: #603085;
}
.shfle-arrow{
    position: absolute;
    width: 38px;
    height: 50px;
    right: -19px;
    top: 32px;
    background: url(../images/home-search-arrow.png) no-repeat top center;
    cursor: pointer;
    z-index: 1;
}
#Multicity .shfle-arrow{
    background: url(../images/home-search-arrow-single.png) no-repeat top center;
}
.home-search-calendar{
    position: absolute;
    width: 38px;
    height: 50px;
    right: -19px;
    top: 35px;
    background: url(../images/home-search-calendar.png) no-repeat top center;
}
.home-search-area .form-control{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    color: #4a494a;
    font-size: 24px;
    height: 46px;
}
.home-search-area .leave-from .form-control{padding-right: 25px;}
#nationality_clear{right: 0}
#hotel_nationality{padding-right: 25px;}
.home-search-area label span{
    font-size: 14px;
}
.HmSrchMnus{
    width: 50px;
    height: 68px;
    border: 1px solid #ccc;
    background: #fff url(../images/home-search-count-minus.png) no-repeat center center;
    box-shadow: 0px 2px 6px 1px #e1e1e1;
    border-radius: 30px;
}
.HmSrchPls{
    width: 50px;
    height: 68px;
    border: 1px solid #ccc;
    background: #fff url(../images/home-search-count-plus.png) no-repeat center center;
    box-shadow: 0px 2px 6px 1px #e1e1e1;
    border-radius: 30px;
}
.psngr-count{
    height: 68px;
    line-height: 68px;
    font-size: 24px;
}
#Hotel .HmSrchMnus, #Hotel .HmSrchPls, #Hotel .psngr-count{
    width: 33.33%;
    background-size: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#Hotel .HmSrchMnus{
    background-size: 50% 1px;
}
.HmSrchMnus{
    background-size: 50% 1.5px;
}
.room-title{
    font-size: 18px;
    font-weight: bold;
    color: #603085;
}
.home-search-btn{
    position: relative;
    right: -40%;
    white-space: nowrap;
    top: 30px;
    margin-bottom: 20px;
}
.serach-icon img{
    position: relative;
    top: -2px;
    margin-left: 8px;
}
.home-nonstop{
    position: relative;
    top: 50px;
    margin-bottom: 50px;
}
.home-nonstop input[type="checkbox"]{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.home-nonstop input[type="checkbox"]+label::before{
    content:"";
    height:25px;
    width:25px;
    position:absolute;
    border:1px solid #838383;
    border-radius:5px;
    left:0;
    line-height:18px;
}
.home-nonstop input[type="checkbox"]:checked+label::before{
    font-family:"re7lahicon";
    content:'\e809';
    height:25px;
    width:25px;
    position:absolute;
    background:var(--blue);
    text-align:center;
    font-size:10px;
    line-height: 25px;
    color:#fff;
    border:1px solid #603085;
    background:#603085;
}
.one-way-disable{
    pointer-events: none;
    opacity: .4;
}
.multi-add{
    position: absolute;
    right: 15px;
    top: -50px;
}
.multi-add .HmSrchMnus, .multi-add .HmSrchPls{
    width: 25px;
    height: 34px;
    background-size: 50%;
}
.multi-add .btn-disable{
    pointer-events: none;
    opacity: .2;
}
.banner-ads-carousel{
    width: 50%;
    padding-left: 80px;
}
.AdsSlider .item figure{
    width: 264px;
    height: 246px;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
.AdsSlider .item figure img{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.AdsSlider .item .cont-area{
    width: calc(100% - 264px);
    background: #603085;
    padding: 23px 10px 23px 20px;
    color: #fff;
    max-height: 170px;
    font-size: 17px;
}
.banner-ads-carousel .owl-carousel{
    position: relative;
}
.popular-desti{
    width: 100%;
    background: url(../images/deals-bg.jpg) no-repeat ;
    background-position: 122% 0px
}
.headOne {
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 40px;
}

.homeSlider .item {
    border-radius: 20px;
    border: 1px solid rgba(74, 73, 74, 0.1);
    -webkit-box-shadow: 1px 2px 6px rgba(74, 73, 74, 0.3);
    -moz-box-shadow: 1px 2px 6px rgba(74, 73, 74, 0.3);
    box-shadow: 1px 2px 6px rgba(74, 73, 74, 0.3);
    background: #fff;
}

.homeSlider .item figure {
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}
.homeSlider .item figure img{
    height: 268px;
}

.homeSlider .item .carHea {
    padding: 20px;
    padding-bottom: 0;
    position: relative;
}

.homeSlider .item .carHea h3 {
    font-size: 17px;
}

.homeSlider .item .carHea span {
    font-size: 14px;
    display: block;
}

.homeSlider .item a {
    background: #603085;
    border-radius: 30px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: 20px;
}
.owl-carousel.homeSlider .owl-stage-outer{
    padding: 5px 5px 25px 5px;
    margin-right: -5px;
    margin-left: -5px;
}
.HotelDeals{
    width: 100%;
    padding: 20px 0;
}
.HotelDeals h3{
    font-size: 32px;
    color: #603086;
    line-height: 28px;
    text-align: center;
}
.HotelDeals h3 span{
    display: block;
    clear: both;
    font-size: 18px;
    color: #5a5959;
    margin-bottom: 5px;
}
.Deals-box{
    width: 280px;
    height: 295px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 12px;
    margin-right: 12px;
}
.Deals-box img{
    width: 100%;
    height: 100%;
}
.deals-over{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    background-image: -ms-linear-gradient(top, rgba(0,0,0,.5) , rgba(0,0,0,.1));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.5) , rgba(0,0,0,.1));
    background-image: -o-linear-gradient(top, rgba(0,0,0,.5) , rgba(0,0,0,.1));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,.5)), color-stop(1, rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5) , rgba(0,0,0,.1));
    background-image: linear-gradient(to top, rgba(0,0,0,.5) , rgba(0,0,0,.1));
    color: #fff;
}
.deals-over:hover{
    background-image: -ms-linear-gradient(top, rgba(0,0,0,.8) , rgba(0,0,0,.3));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.8) , rgba(0,0,0,.3));
    background-image: -o-linear-gradient(top, rgba(0,0,0,.8) , rgba(0,0,0,.3));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,.8)), color-stop(1, rgba(0,0,0,.3)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.8) , rgba(0,0,0,.3));
    background-image: linear-gradient(to top, rgba(0,0,0,.8) , rgba(0,0,0,.3));
    color: #fff;
}
.deals-over .over-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}
.deals-over .over-content p span{
    display: inline-block;
    padding-right: 4px;
}
.over-content h3{
    font-size: 28px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}
.over-content h3 span{
    font-size: 14px;
    display: block;
    clear: both;
    color: #fff;
}
.over-content p{
    margin-bottom: 0;
    font-size: 15px;
}
.deals-over .price-div{
    display: none;
}
.deals-over:hover .price-div{
    display: block;
}
.price-div .price-label{
    font-size: 12px;
    display: block;
    margin-top: 10px
}
.why-with-us{
    width: 100%;
    padding-top: 20px;
    background: url(../images/why-book-bg.png) no-repeat 102% 0;
    height: 615px;
}
.why-lft{
    width: 40%;
}
.why-lft h3{
    font-size: 43px;
    color: #4a494a;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 55px;
}
.why-lft h4{
    font-size: 22px;
    margin-bottom: 5px;
}
.why-lft span i{
    width: 67px;
    height: auto;
    margin-right: 25px;
    display: inline-block;
}
.app-section{
    width: 100%;
    padding: 20px 0px;
    height: 339px;
}
.phonBg{
    width: 50%;
    position: relative;
}
.phonBg img{
    position: absolute;
    top: -65px;
    left: 60px;
}
.download-sec{
    width: 50%;
    padding-top: 90px;
}
.download-sec p{
    color: #2b3540;
    font-size: 18px;
}
.download-sec span a{
    display: inline-block;
    margin-right: 5px;
}
.subscribe-section{
    width: 100%;
    padding: 45px 0;
    background: #5f2f85;
    color: #fff;
}
.subscribe-section h3{
    font-size: 29px;
    text-align: center;
    line-height: 30px;
}
.subscribe-section h3 span{
    font-size: 19px;
}
.subscribe-fields{
    width: 100%;
    max-width:850px;
    margin: 20px auto 0px auto;
}
.subscribe-input{
    width: 75%;
    height: 87px;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding-left: 15px;
}
.subscribe-btn{
    width: calc(25% - 5px);
    margin-left: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 10px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}
.hotelDatePicker{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
}
.hmeClr {
    position: absolute;
    top: 34px;
    background: #ccc;
    right: 15px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    z-index: 2;
}
.leave-from .hmeClr{
    right: 0px;
}
.go-to .hmeClr{
    right: 0;
}
.home-search-area label{
    position: relative;
}
span.paxCnt{font-size: 14px;}