/*===================================================================
                        Font families Start
====================================================================*/
@font-face{
    font-family: AVENIRNEXTLTPROBOLD;
    src: url(../fonts/Avenir/AVENIRNEXTLTPRO-BOLD_0.OTF);
}
@font-face{
    font-family: AVENIRNEXTLTPRODEMI;
    src: url(../fonts/Avenir/AVENIRNEXTLTPRO-DEMI_0.OTF);
}
/*
@font-face{
    font-family: TrueLies;
    src: url(../fonts/True-Lies.ttf);
}
*/

/*===================================================================
                        Font families end
====================================================================*/

/*===================================================================
                        General settings start
====================================================================*/
body{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}
.datepicker-panel > ul > li{
    font-family: 'Raleway';
    font-weight: 700;
}

/*auto complete Start*/

.ui-widget.ui-widget-content{
    border: 3px solid #e03d8e;
    border-radius: 5px;
    margin-left: 3px;
    max-height: 325px;
    overflow-y: scroll; 
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active{
    border: none !important;
    background: #e62388 ;
}
.ui-menu .ui-state-active, .ui-menu .ui-state-focus{
    margin: 0 !important;
}
.ui-menu .ui-menu-item-wrapper{
    padding: 15px 0 15px 15px !important;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 300;
}
.form-group.load::before {
  animation: 1s steps(8) 0s normal none infinite running fa-spin;
  top: 10px;
  color: #5c0931;
  content: "";
  font-family: FontAwesome;
  font-size: 26px;
  position: absolute;
  right: 21px;
  z-index: 1000010;
}

/*auto complete End*/


h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway';
    font-weight: 300;
}
p{
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
}
::selection{
    background-color: #84084A;
    color: #fff;
}::-moz-selection{
    background-color: #84084A;
    color: #fff;
}
a:focus,a:hover{
    outline: none !important;
}
input:focus{
    outline: none;
}
button:focus{
    outline: none;
}
select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    padding: 10px;
}
select optgroup{
    border: 3px solid #5c0931 ;
}
select option{
    /* box-shadow: 0 0 10px 100px #f5f3fd inset; */
    color: #000;
    font-size: 16px;
    padding: 15px;
}
select option:hover, select option:active, select option:focus, select option[selected]{
    box-shadow: 0 0 10px 100px #5c0931  inset !important;
    -webkit-box-shadow: 0 0 10px 100px #5c0931  inset !important;
    -moz-box-shadow: 0 0 10px 100px #5c0931  inset !important;
    color: #fff;
}
select option:checked {
    -webkit-box-shadow: 0 0 10px 100px #5c0931  inset;
    -moz-box-shadow: 0 0 10px 100px #5c0931  inset;
    box-shadow: 0 0 10px 100px #5c0931  inset;
}
/*special tag*/
a{
    text-decoration: none !important;
}
.pad-left{
    padding-left: 0 !important;
}
.pad-right{
    padding-right: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.marg-right{
    margin-right: 0 !important;
}
.marg-left{
    margin-left: 0 !important;
}
.alert i {
    border: 1px solid;
    border-radius: 50%;
    float: right;
    padding: 5px;
}
.padding-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.btn-imp{
    padding: 10px 35px;
    background-color: #333131;
    text-decoration: none !important;
    color: #fff;
    font-family: robotoslablight;
    display: inline-block;
    transition: all .5s ease;
}
.btn-imp:hover{
    color: #fff;
    background-color: #11D3DA;
    border-color: #11D3DA !important;
}
.primary-container{
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 1px;
}
#search-fare-modal .modal-lg{
    width: 1200px;
}
#search-fare-modal .modal-lg .modal-content{
    box-shadow: none;
    background: transparent;
    border: none; 
}
#search-fare-modal .modal-lg .main-search{
    position: unset;
    transform: none;
}
.primary-bg{
    background: #f51f9c !important;
    color: #fff !important;
}
.btn{
    background: #e40425;
    border: medium none;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 18px;
    height: 58px;
    padding: 0 50px;
    line-height: 1.2em;
    transition: background-color 0.5s;
}
a.btn{
    line-height: 58px;
}
.btn:hover{
    background-color: #cac5c5;
    color: #fff !important;
}
.btn-primary{
    background-color: #5c0931;
}
.btn:hover, .btn:focus, .btn:active{
    background-color: #c30420;
}
.btn .svg{
    fill: #fff !important;
    height: 14px !important;
    float: none !important;
    margin-right: 15px;
    width: 37px !important;
}

.form-control{
    transition-property: border, background-color, outline;
    transition-duration: 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0 !important;
    height: 43px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
    outline: 3px solid transparent;
}
.form-control.to-date, .form-control.from-date{
    background-image: url('../images/icons/calendar.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
}
select.form-control{
    height: 43px;
}
.form-control::-moz-placeholder{
    color: #666666 !important;
}
.form-control:active, .form-control:focus, .form-control:hover{
    background-color: #ddc5dc;
    /* border: 3px solid #550e3f; */
    outline: 3px solid rgba(255,255,255, 0.5);
    box-shadow: 0 7px 8px -7px rgba(0, 0, 0, 0.3) inset;
}
.form-control.error{
    background-color: #fdf9e3;
    /* border: 3px solid #550e3f; */
    outline: 3px solid rgba(255,255,255, 0.5);
    box-shadow: 0 7px 8px -7px rgba(0, 0, 0, 0.3) inset;
}
label.error{
    display: none !important;
}
.passengers .form-control{
    border: 1px solid #c0c0c0;
}
.passengers .form-control:active, .passengers .form-control:focus, .passengers .form-control:hover{
    background: #ddc5dc;
}
/*all pages banner section Start*/
.page-title .primary-container{
    margin-top: 90px;
    background: #f51f9c;
}

.page-content .page-bg .container{
    /* background: #F7F6F6; */
}
.page-content .page-bg .container > h1{
    font-family: 'Lato';
    font-weight: 300;
}
.page-content .page-bg .container > h2{
    font-family: 'Lato';
    font-weight: 400;
}
.page-content .page-bg .container > h3{
    font-family: 'Lato';
    font-weight: 700;
}
.page-content .page-bg .container > h4{
    font-family: 'Lato';
    font-weight: 700;
}
.page-content .page-bg .container > strong{
    font-size: 16px;
}
.page-content .page-bg .container > p, .page-content .page-bg .container > h1, .page-content .page-bg .container > h2,
.page-content .page-bg .container > h3, .page-content .page-bg .container > h4, .page-content .page-bg .container > h5,
.page-content .page-bg .container > h6, .page-content .page-bg .container > blockquote, .page-content .page-bg .container > ul > li,
.page-content .page-bg .container > ol > li{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 1.6em;
    margin: 0;
}
.page-content .page-bg .container ul, .page-content .page-bg .container ol{
    padding-right: 20px;
    background: #F7F6F6;
}
.page-content .page-bg .container ul li, .page-content .page-bg .container ol li{
    padding-top: 8px;
    font-family: 'Lato';
    font-weight: 400;
}
.modal .contact textarea{
    height: 100px !important;
}
.modal .return{
    display: none;
}
.modal h4{
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 15px;
}
.modal label{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
}
.modal .col-md-offset-2{
    margin: 0; 
}
.modal .extra-width{
    width: 50%;
}
.modal .extra-width.col-md-12.depart{
    width: 100%;
}
@media screen and (min-width: 767px){
    .modal .extra-width.col-md-6.depart{
        width: 50%;
    }
}
.modal .full-width{
    width: 100%;
}
.modal .bg{
    padding: 0 15px 5px;
}
.modal .form-group{
    margin-bottom: 15px;
}
.modal .modal-header{
    margin: 30px 30px 0;
    padding: 0;
}
#modal-alerts .modal-body{
    padding: 30px !important;
}
.datepicker-container.datepicker-dropdown.datepicker-top-left{
    z-index: 1051 !important;
}
.datepicker-top-left, .datepicker-top-right{
    border-top-color: #5c0931;
}
.datepicker-top-left::before, .datepicker-top-right::before{
    border-bottom-color: #5c0931;
}
/*all pages banner section Start*/
/*===================================================================
                        General settings End
====================================================================*/

/*===================================================================
                        Navbar Section Start
====================================================================*/

.navbar-default{
    background: transparent;
    margin-bottom: 0;
    border: none;
}
.navbar-default .nav-bar{
    background: #00529b;
    padding: 18px 0 18px 0;
}
.navbar-brand{
    padding: 0 15px 0 0;
    height: auto;
}
.navbar-brand img{
    max-height: 45px;
}
.navbar-brand a .svg{
    height: 55px;
    width: 230px;
    fill: #F51F9C;
}

.navbar-default .navbar-nav{
    padding-top: 8px;
}
.phone a{
    padding: 5px 22px;
    font-size: 16px;
    color: #fff;
    transition-property: color;
    transition-duration: 0.4s;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a{
    padding: 5px 22px;
    font-size: 13px;
    color: #fff;
    transition-property: color;
    transition-duration: 0.4s;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
	background:#d4162d;
}
.phone a{
    padding-top: 3px;
    display: inline-block;
    padding-right: 0;
}
.phone a:hover, .phone a:focus{
    color: #ffe000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    color: #adadad;
    background: transparent;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #adadad;
}
/*===================================================================
                            Navbar Section End
====================================================================*/

/*===================================================================
                            slider Section Start
====================================================================*/

/* .slider{
    margin-top: 78px;
    position: relative;
    overflow: hidden !important;
}
.slider .slider-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.slider .slider-text h1{
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 32px;
    color: #fff;
}
.slider .slider-text h2{
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 10px;
} */

.sliderImgContainer{
    position: relative;
    margin-top: 78px;
  /**  overflow: hidden; **/
}
.search-panel{
	
	/**position: absolute; **/
    top: 0;
    left: 0;
    z-index: 1;
    width: 450px;
    bottom: 0;
    padding-left: 0px;
	padding-top: 20px;
	
}
/*===================================================================
                            slider Section End
====================================================================*/

/*===================================================================
                    Flight fares section start
====================================================================*/
.flight-fares{
    padding-top: 30px;
    background-color: #f7f6f6;
    padding-bottom: 50px;
}
.flight-fares .fare{
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    outline: 3px solid #2b39474a;
   /** border: 2px solid #f9afd2; **/
    transition-property: outline-color, border-radius, box-shadow;
    transition-duration: 0.5s;
}
.flight-fares .fare .row{
    margin-left: -9px;
    margin-right: -8px;
}
/*business class fares css start*/
.flight-fares .fare.bus-class{
    border: 1px solid #ac7d99;
}
.flight-fares .fare.bus-class .fare-data{
    background-color: #7b0d4e;
}
.flight-fares .fare.bus-class .fare-data h3{
    color: #fff;
}
.flight-fares .fare.bus-class .fare-data small{
    color: rgba(255, 255, 255, 0.75);
}
.flight-fares .fare.bus-class .fare-data .price small{
    color: #f87222;
}
.flight-fares .fare.bus-class .fare-data .price p small.SAT{
    margin-bottom: 5px;
}
.flight-fares .fare.bus-class .fare-data .price p{
    color: #fff;
}
.flight-fares .fare.bus-class .fare-data .price small.STA{
    color: rgba(255, 255, 255, 0.4)
}
.flight-fares .fare.bus-class .fare-footer .call span a{
    color: #f87222;
}
.flight-fares .fare.bus-class .fare-footer{
    padding: 15px 0 11px;
}
.flight-fares .fare .fare-footer .phoneWithAirline{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.flight-fares .fare .fare-footer .phoneWithAirline .AirlineImg, 
.flight-fares .fare .fare-footer .phoneWithAirline .call{
    flex: 1;
}
.flight-fares .fare .fare-footer .phoneWithAirline .call{
    flex: 0 0 60%;
    border-left: 1px solid #e3e3e3;
    padding: 1px 0 4px 20px;
}
.flight-fares .fare.bus-class .fare-footer .enquire{
    color: #f51f9c;
}
.flight-fares .fare.bus-class .price small.STA i{
    color: rgba(233, 78, 160, 0.40);
}
/*business class fares css end*/

.flight-fares .fare .fare-data{
    padding: 25px 25px 6px;
    text-align: center;
}
.flight-fares .fare:hover{
    box-shadow: 0 7px 8px -7px rgba(0, 0, 0, 0.3) inset !important;
}
.flight-fares .fare .special-offer.svg {
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 1;
    height: 65px;
    width: 65px;
    fill: #5c0931;
    display: block;
}
/* .flight-fares .fare .row {
    display: flex;
    align-items: center;
} */
.flight-fares .fare .svg{
    height: 12px;
    fill: #f51f9c;
    width: 19px;
}
.flight-fares .fare small{
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    margin-top: 2px;
}
.flight-fares .fare .price small{
    color: #f87222;
    margin-bottom: 0;
    margin-top: 0;
}
.flight-fares .fare .price small.STA{
    margin-bottom: 5px;
}
.flight-fares .fare .price small.STA{
    color: rgba(0, 0, 0, 0.40);
}
.flight-fares .fare .price small.STA i{
    color: rgba(16, 178, 242, 0.40);
    margin-right: 5px;
}
.flight-fares .fare h3{
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 600;
    margin: 0;
    color: #000;
    text-transform: uppercase;
	padding-bottom: 15px;
    padding-top: 15px;
}
.flight-fares .fare h3 small{
    text-transform: capitalize;
}
.flight-fares .fare p{
    font-size: 52px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.14em;
    color: #e40425;
 /**   margin-bottom: 13px; **/
}
.price{
border-top: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3;	
}
.flight-fares .fare .Announcement{
    padding-top: 5px;
    margin-bottom: 15px;
}
.flight-fares .fare .Announcement small{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #66196f;
    margin-bottom: 0;
    line-height: 17px;
}
.flight-fares .fare .Announcement small.STA{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.30);
}
.flight-fares .fare p span{
    font-weight: 300;
}
.flight-fares .fare .fare-footer{
    padding: 6px 0 15px 0;
    margin: 0 9px;
    border-top: 1px solid #e2e2e2;
}

.flight-fares .fare .fare-footer .airline-img{
    height: 42px;
    line-height: 40px;
    text-align: center;
}
.flight-fares .fare .fare-footer .airline-img img{
    max-height: 100%;
    margin: auto;
    display: inline-block;
}
.flight-fares .fare .fare-footer .call span{
    margin-top: 3px;
    display: inline-block;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.75);
}
.flight-fares .fare .fare-footer .call span a{
    color: #10b2f2;
}
.flight-fares .fare .fare-footer .find {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #5c0931;
    font-size: 15px;
    padding: 8px 16px;
    transition-property: background , color;
    transition-duration: 0.3s;
    font-family: 'Raleway';
    font-weight: 600;
}
/*.flight-fares .fare .fare-footer .find:hover {
    background: #5c0931;
    color: #fff;
}*/
.flight-fares .fare .fare-footer .enquire{
    color: #FFF;
    display: inline-block;
    width: 100%;
    background-color: #335a96;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 16px 15px;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
}
.flight-fares .fare .fare-footer .enquire:hover, .flight-fares .fare .fare-footer .enquire:focus{
    background-color: #2b4d7f;
    color: #fff;
}
/*new fare css Start*/
.flight-fares .newFare .fare .fare-data{
    padding: 25px 25px 0px;
}
.flight-fares .newFare .fare h3{
    line-height: 32px;
}
.flight-fares .newFare .fare h3.EnquiryoriginAirport small{
    margin-bottom: 30px;
}
.flight-fares .newFare .fare h3 small{
    font-size: 15px;
}
.flight-fares .newFare .fare p span{
    font-size: 64%;
    position: relative;
    top: -23px;
}
.flight-fares .newFare .fare .fare-footer{
    border-top: none;
}
.flight-fares .newFare .fare .fare-footer .phoneWithAirline{
    border-bottom: none;
    display: block;
    margin-bottom: 5px;
}
.flight-fares .newFare .fare .fare-footer .phoneWithAirline .airline-img{
    margin-bottom: 10px;
}
.flight-fares .newFare .fare .Announcement{
    margin-bottom: 0;
}
.flight-fares .newFare .fare .fare-footer .phoneWithAirline .call{
    border: none;
    text-align: center;
    padding-left: 0;
}
/*new fare css End*/
/*===================================================================
                    Flight fares section End
====================================================================*/

/*===================================================================
                     Home Search Bar Section Start
====================================================================*/
.search-engine{
  position: relative;
}
/**
.main-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 44%;
  bottom: 0;
  padding-left: 12%;
 
 
  /**background: rgba(132, 8, 74, 0.95); 
}

**/
.main-search .search{
  padding: 37px 15px 22px;
  position: relative;
}
.main-search .search .radio-buttons{
padding: 0 0px 15px;
}
.input-group-addon.sub, .input-group-addon.add{
  cursor: pointer;
  background: #fff;
  width: 15px;
  position: relative;
  padding: 12px 14px 10px 16px;
}
.input-group-addon.sub .svg, .input-group-addon.add .svg{
    height: 18px;
    width: 18px;
    fill: #8d8d8d !important;
    position: unset;
}
.input-group-addon.sub:hover .svg, .input-group-addon.add:hover .svg{
  fill: #E03D8E;
}
.input-group-addon.sub:active, .input-group-addon.add:active{
  color: #ec1584;
}
.main-search .search label{
  font-family: 'Lato';
  font-weight: 400;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
.main-search .search label strong{
    font-weight: 400;
}
.main-search .search .form-group label{
  font-size: 18px;
  font-weight: 400;
}
.main-search .search .form-group{
    margin-bottom: 20px;
}
.main-search .search .form-control{
  border-radius: 1px;
  box-shadow: none;
  font-family: 'Lato' !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 15px;
}
.main-search .search .form-control.passenger{
    text-align: left;
}
.main-search .search .return{
  display: none;
}
.main-search .search .flight-check{
margin-top: 12px;
}
.main-search .search .search-btn{
  width: 100%;
  height: 53px;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 8px;
  display: block;
  font-family: 'Lato';
  font-weight: 300;
}
.main-search .search .cross{
background: #fff;
color: #84084a;
position: absolute;
top: 20px;
display: none;
right: 5%;
cursor: pointer;
height: 27px;
line-height: 27px;
width: 27px;
text-align: center;
z-index: 1;
}
.form-group img{
    position: absolute;
    right: 22px;
    top: 10.5%;
}
.modal .form-group img{
    position: static;
}
.main-search .search .field{
position: relative;
}
.main-search .search-panel ul{
  border-bottom: none;
  display: flex;
}
.main-search .search-panel ul li{
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  text-align: center;
}
.main-search .search-panel ul li a{
  height: 83px;
  background: #ec1584;
  border-radius: 0;
  border: none;
  margin: 0;
    font-family: AVENIRNEXTLTPRODEMI;
    font-size: 18px;
  color: #fff;
  padding: 17px 15px;
  line-height: 2.5;
}

.main-search .search-panel ul li a img{
margin-left: 20px;
}
.main-search .search-panel ul li a:hover,
.main-search .search-panel ul li.active a{
  background: #f51f9c;
  border: none;
  color: #fff;
}
.main-search .tab-content .passengers label {
  display: block;
}
.passengers{
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 15px;
  z-index: 1;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
.passengers .input-group{
  width: 100%;
}
.passengers .input-group input{
  text-align: center;
}
.passengers label{
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.85) !important;
} 
.passengers .search-finish{
  background: #5c0931;
  margin-bottom: 30px;
  margin-top: 0;
  height: 43px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=radio]:not(old):checked+label>span>span{
    background: rgba(132, 8, 74, 0.95);
    border: .0625em solid rgba(132, 8, 74, 0.95);
}
input[type="checkbox"]:not(old) + label + label > span, input[type="checkbox"]:not(old) + label > span, input[type="radio"]:not(old) + label > span{
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.collapse.in{
  display: block !important;
}
.form-group.docs-datepicker{
    position: relative;
}
.search-finish{
  width: 100%;
  height: 53px;
  background: #E81932 !important;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: 400;
  border: none;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.search-finish:hover {
    background-color: #d4162d !important;
}
.search-finish.holiday-btn{
    height: 53px;
    margin-top: 28px;
}

/*===================================================================
                     Home Search Bar Section End
====================================================================*/

/*===================================================================
                     testimonial Section Start
====================================================================*/

.testimonial .carousel{
    padding: 150px 0 0;
    min-height: 520px;
    text-align: center;
    background-color: #84084a;
    overflow: hidden;
}
.testimonial .item{
    height: 230px;
    padding: 0 10px;
    overflow-y: auto;
    min-width: 100%;
}
.testimonial h1, .testimonial h2, .testimonial h3, .testimonial h4, .testimonial h5, .testimonial h6{
    font-family: 'Raleway';
    font-weight: 400;
    color: #fff;
    margin-bottom: 45px;
    margin-top: 0;
}
.testimonial h1{
    font-size: 32px;
}
.testimonial h2{
    font-size: 28px;
}
.testimonial h3{
    font-size: 24px;
}
.testimonial h4{
    font-size: 20px;
}
.testimonial h5{
    font-size: 16px;
}
.testimonial h6{
    font-size: 12px;
}
.testimonial p{
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
.testimonial p a, .testimonial a{
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
.testimonial .carousel-control{
    background: none;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.testimonial .carousel-control.left{
    left: 7%;
}
.testimonial .carousel-control.right{
    right: 7%;
}
.testimonial .carousel-control.right img{
    transform: rotate(180deg);
}

/*===================================================================
                     testimonial Section End
====================================================================*/

/*===================================================================
                     why choose us Section Start
====================================================================*/

.why-choose-us{
    text-align: center;
}
.why-choose-us .protected-images{
    background-color: #fff;
    padding: 65px 0 24px;
}
.why-choose-us .protected-images img{
    margin: 0 auto;
    margin-bottom: 30px;
}
.why-choose-us .protected-images h1{
    margin: 0 0 31px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000;
    font-size: 38px;
}
.why-choose-us .protected-images p{
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
}
.why-choose-us .protected-images p span{
    margin: 0 20px;
}
.why-choose-us .protected-images p span::before{
    content: "";
    font-family: FontAwesome;
    margin-right: 8px;
    display: none;
}
.why-choose-us .protected-images p span:nth-child(2){
    margin-right: 0;
}
.why-choose-us .protected-images p span:first-child, 
.why-choose-us .protected-images p span:last-child{
    margin-right: 0;
    margin-left: 0;
}
.why-choose-us .protected-images .copyright p span::before {
    content: none;
}

/*===================================================================
                     why choose us  Section End
====================================================================*/

/*===================================================================
                     footrer Section Start
====================================================================*/

.footer .contact{
    background-color: #eeeeee;
    padding: 50px 0 65px;
    overflow: hidden;
}
.footer .contact h2{
    font-size: 28px;
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
    margin-bottom: 100px;
    color: #000;
}
.footer .contact .footer-data{
    padding-bottom: 28px;
    border-right: 1px solid #b2b2b2;
}
.footer .contact .last{
    padding-bottom: 28px;
    border-right:none !important;
}

/**
.footer .contact .col-sm-6:nth-child(odd) .footer-data{
    border-right: none;
    text-align: right;
}
**/
.footer .contact .liveChat .footer-data{
    text-align: left !important;
}
.footer .contact .footer-data img{
    margin-right: 15px;
}
.footer .contact .footer-data span{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin-left: 10px;
}
.footer .contact .footer-data span a{
    color: rgba(0, 0, 0, 0.75);
    transition-property: color;
    transition-duration: 0.3s;
}
.footer .contact .footer-data span a:hover{
    color: #e94ea0;
}
.why-choose-us .copyright{
    margin-top: 50px;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
}

/*===================================================================
                     footrer Section End
====================================================================*/

/*===================================================================
                     contact Section Start
====================================================================*/

.main-enquiry{
    padding: 50px 0;
    background-color: #f7f6f6; 
}
.main-enquiry textarea{
    height: 53px;
    padding-top: 12px;
}
.main-enquiry .form-group img{
    top: 41%;
}
.modal .main-enquiry .form-group img{
    position: absolute;
}
.modal .main-enquiry{
    background-color: #fff;
    padding: 0;
}
.modal .main-enquiry .container{
    width: auto;
    padding: 0;
}
.main-enquiry .search-finish{
    width: auto;
}
.main-enquiry .form-group.load::before{
    right: 30px;
    top: 36px;
}

/*===================================================================
                     contact Section End
====================================================================*/

.filters{
    background-color: #2b3947;
    padding: 15px;
    color: #fff;
}
.filters .StaticFareSearch .form-control{
    height: 50px;
    outline: none !important;
}
.filters .StaticFareSearch .btn{
    height: 50px;
    padding: 0 20px;
}
.filters .SelectAll{
    display: block;
    text-align: right;
    cursor: pointer;
}
.filters .collapseBtn{
    background-color: #5c0931;
    border: none;
    padding: 8px 10px 5px;
    font-size: 15px;
    display: none;
}
.filters .checkbox label{
    margin-right: 0;
}
.filters .checkbox strong.title{
    vertical-align: text-bottom;
}
.filters .checkbox small.only-this{
    margin-top: 6px;
}
.filters .checkbox small.only-this a{
    color: #fff;
}
.filters input[type="checkbox"]:checked + label + label > span::before, 
.filters input[type="checkbox"]:not(old):checked + label > span::before{
    content: "\f00c";
    font-family: FontAwesome;
    color: #66196f;
    width: 1.42em;
    line-height: 1.45em;
}