@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{ font-family: "DM Sans", sans-serif; }


.whatsapchat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 30px;
    background-color: #40c351;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 #42db87;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-transition: all 300ms 
ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms 
ease-in-out;
    -webkit-animation: pulsing 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
}
.whatsapchat i {
    font-size: 30px;
    color: #fff;
    margin-top: 2px;
}

@-webkit-keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}


nav.navbar.navbar-expand-lg.navbar-light {
    background: #ffffff;
    z-index: 1;
    padding:10px 0 10px 0 !important;
/*    position: absolute;*/
    width: 100%;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.navbar.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    border-bottom: solid 1px #ddd;
    padding: 16px 24px !important;
	z-index: 2 !important;
}


.navbar.fixed.navbar-light .navbar-nav .nav-link{
    color: #000000;
}
.navbar.fixed .header_call {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #c7c2adc9 100%);
    border: solid 1px #efefef;
}

/* Default state */
.logo-color { display: none; }
.logo-white { display: inline-block; }

/* When fixed */
.navbar.fixed .logo-white { display: none; }
.navbar.fixed .logo-color { display: inline-block; }


.navbar-light .navbar-brand img {
    width: 127px;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
    font-size: 15px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #102136;
}

.currency {
    display: flex;
    align-items: center;
    width: 115px;
    border-left: solid 1px #d3d3d3;
    padding: 12px 12px 12px 15px;
}
.currency h6 {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0 14px;
}

.header_call {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #c7c2adc9 100%);
    padding: 5px 14px 5px 48px;
    border-radius: 40px;
    position: relative;
    border: solid 1px #efefef;
}
.header_call p {
    font-size: 11px;
    margin: 0 0 0 0;
    text-align: end;
    font-weight: 500;
}
.header_call a {
    font-size: 16px;
    font-weight: 700;
    color:#112237;
    margin: 0px 0 0 0;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.header_call a img {
    width: 40px;
    position: absolute;
    left: 5px;
    top: -10px;
}

/** ------------- **/

.morehotels {
    padding: 20px 0;
    position: absolute;
    bottom: 1%;
    width: 100%;
}
.Compareto ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.Compareto ul li {
    display: inline-block;
}
.Compareto ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    /* text-transform: uppercase; */
}

.complate_serv {
    margin: 30px 0 0 0;
}
.complate_serv ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.complate_serv ul li {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin: 0 30px 0 0;
    padding: 5px 14px 5px 14px;
}
.complate_serv ul li span {
    color: #ffffff;
}
.complate_serv ul li h6 {
    margin: 0 0 0 0;
    font-size: 13px;
    color: #ffffff;
	text-transform: uppercase;
}

.holiday_banner {
    position: relative;
    width: 100%;
    height:90vh;
    top: 0;
}
.holiday_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
    border-radius: 0 0 0px 0px;
}
.banner_heading {
    padding:160px 0 45px 0;
    text-align: center;
}
.banner_heading h1 {
    font-size: 42px;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 42px;
}
.banner_heading h2 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px 0;
	font-weight: 300;
}

.whychosse_mn{ padding:45px 0;}

.chose_heading {
    display: flex;
    flex-wrap: wrap;
    min-height: 205px;
    align-items: center;
    padding: 40px 0 30px 0px;
}

.chose_heading h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 0 0 0 0;
}
.chose_heading p {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    margin: 0 0 0 0;
}

.why_head {
    border: solid 1px #e3e7f2;
    text-align: center;
    padding: 25px 10px;
    border-radius: 30px;
}
.why_head img {
    width:50px;
}
.why_head h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px 0;
    color: #000;
}
.why_head p {
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    color: #333;
}

/** CARD CSS **/

.top_fares {
    padding: 45px 0;
    background: #f2f8fe;
}

.section_heading {
    margin: 0 0 25px 0;
}
.section_heading h3 {
    margin: 0 0 5px 0;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.section_heading p {
    font-size: 15px;
    margin: 0 0 0 0;
    color: #333;
}

.airline-card {
    border: solid 1px #e7e7e7;
    padding: 15px 15px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #c7c2adc9 100%);
    margin-bottom: 20px;
}

.airline-card:hover {
    border: solid 1px #303e4c;
}

.airline-card a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.airlineLogoLeft {
    width: 20%;
}
.airlineLogoLeft .airline-logo {
    width: 80%;
}
.flight-info {
    width: 80%;
    padding: 0 0 0 0px;
}
ul.cachefares-ultag {
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 2px #ddd;
    padding: 0 0 15px 0;
}

.frultag-list .cachefares-des {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #000;
}
.frultag-list .cachefares-des span {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: normal;
}

.cachefares-ultag .flex-grow-1{ width:40%;}

.cachefares-ultag .flex-grow-1 img {
    width: 100%;
    padding: 0;
}
.cachefares-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cachefares-price .datepr {
    font-size: 14px;
    margin: 0 0 0;
    color: #333;
    font-weight: 600;
}
.cachefares-price .datepr span{ display:block; font-weight: 400;}

.cachefares-price .ticketpr {
    font-size: 18px;
    font-weight: 600;
    color: #000;
	text-align:end;
}

.cachefares-price .ticketpr span {
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
    color: #777;
}


.reviews_main {
    padding: 45px 0;
}
.trust_left {
    text-align: center;
    margin: 0 0 0px 0;
}
.trust_left h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #000;
}
.trust_left p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0px 0;
    color: #343434;
    line-height: 28px;
}

.trust_img span {
    font-size: 14px;
    display: inline-block;
    align-items: center;
    position: relative;
    top: -3px;
}
.trust_img span i{ margin:0 5px 0 0;}

.trust_slide {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, .4);
    margin: 0px 8px 5px 8px;
    padding: 15px 10px;
    min-height: 190px;
}
.trust_review h3 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trust_review p {
    font-size: 14px;
    color: #333;
    margin: 0 0 12px 0;
    font-weight: 400;
    line-height: normal;
}
.trust_review h6 {
    margin: 0 0 0 0;
    color: #959595;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.trust_review h6 span {
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
    font-weight: 600;
}



.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: transparent;
    position: absolute;
    top: 40%;
    left: -28px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    border-radius: 40px;
    width: 22px;
    height: 22px;
    border: solid 1px #222;
	line-height: 22px;
}
.owl-controls .owl-buttons .owl-next {
    background: transparent;
    position: absolute;
    top: 40%;
    right: -30px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    border-radius: 40px;
	width: 22px;
    height: 22px;
    border: solid 1px #222;
	line-height: 22px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 18px;
    line-height: 16px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
	font-size: 18px;
    line-height: 16px;
}	


/** DESTINATION SECTION CSS **/

.top_destinations {
    padding: 0 0 45px 0;
}

.dest_items {
    margin:0 8px 0px 8px;
}
.dest_items a {
    text-decoration: none;
    color: initial;
}
.origin_top{}
.origin_top img {
    width: 100%;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 9px #c8c1ae, 0px 5px 9px #c2bda900;
    border-radius: 117px;
    padding: 14px;
    height: 290px;
}

.origin_bottom h3 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 600;
}
.origin_bottom h6 span {
    color: #cb9d0c;
}
.origin_bottom h6 {
    margin: 2px 0 0 0;
    text-align: center;
    font-weight: 500;
    color: #777;
    font-size: 14px;
}


.call_action {
    background: linear-gradient(180deg, rgb(255 242 229) 0%, rgb(255 243 238) 100%);
    border-radius: 10px;
    margin: 0 0 45px 0;
}
.callnow_left img {
    width: 100%;
}

.callnow_right {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    padding: 40px 20px;
}

.exclusive_deals {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border: solid 1px #ffe7e0;
}

.callnow_right h6 {
    background: #102136;
    color: #fff;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    border-radius: 30px;
    margin: 0 0 15px 0px;
}

.callnow_right h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
}

.callnow_right p {
    font-size: 15px;
    color: #333;
    padding: 0 40px 0 40px;
    margin: 0 0 35px 0;
}

.exclusive_deals h4 {
    font-size: 22px;
    margin: 0 0 0 0;
    color: #333;
    font-weight: 600;
	text-align: left;
}
.exclusive_deals h4 span {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}
.exclusive_deals a {
    background: #102136;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}
.exclusive_deals a span img {
    margin: -3px 4px 0 0;
    width: 22px;
}

/** ABOUT US CSS **/

.about_banner{
	position: relative;
    width: 100%;
}
.about_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
    border-radius: 0 0 0px 0px;
}
.page_heading {
    text-align: center;
    padding:100px 0 100px 0;
}
.text-danger {
    color: #bf950a !important;
}
.page_heading h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.page_heading h2 {
    font-size: 22px;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.about_page_inner {
    padding: 45px 0;
}

.new_inform{}
.new_inform img {
    width: 100%;
    padding: 25px;
    border-radius: 25px;
}
.aboutus_info {}
.aboutus_info h3 {
    text-align: left;
    margin: 0 0 15px 0;
    color: #111111;
    font-size: 26px;
    font-weight: 800;
}
.aboutus_info p {
    font-size: 15px;
    color: #222222;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}
.aboutus_info h4 {
    text-align: left;
    margin: 0 0 10px 0;
    color: #111111;
    font-size: 22px;
    font-weight: 800;
}
.complate_abt {
    margin: 20px 0 0 0;
}
.complate_abt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.complate_abt ul li {
    font-size: 35px;
    color:#122237;
    font-weight: 700;
    display: block;
    margin: 0 10px 0 10px;
    padding: 10px 14px 10px 14px;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 10px;
}
.complate_abt ul li h6 {
    margin: 0 0 0 0;
    font-size: 13px;
    color: #333;
}

.contact_page_inner {
    padding: 45px 0;
}

.contact_inform{}
.contact_inform h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
}
.contact_inform h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #102136;
}
.contact_inform p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #333;
}

.contact_inform ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact_inform ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #e8ebef;
    padding: 0 0 20px 0;
}

.contact_inform ul li img{
   margin:0 15px 0 0;
}
.contact_inform ul li h6 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}
.contact_inform ul li h6 a {
    display: block;
    font-size: 17px;
    margin: 4px 0 0 0;
    color: #000;
    font-weight: 500;
	text-decoration: none;
}
.contact_inform ul li h6 span {
    display: block;
    font-size: 16px;
    margin: 4px 0 0 0;
    color: #000;
    font-weight: 500;
}

.formenq_info {
    border: 1px solid #E4EBF1;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    padding: 15px;
    border-radius: 10px;
	background: #edf2fa;
}
.formenq_info h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
}
.formenq_info p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #333;
}

label.form-label {
    margin: 0 0 5px 0;
    display: block;
    line-height: normal;
    font-size: 14px;
}
.form_control_box {
    width: 100%;
    border: solid 1px #c5c5c5;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    height: 38px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.form_control_box_text {
    width: 100%;
    border: solid 1px #c5c5c5;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.btn.btn_primary_send {
    width: 100%;
    background: #102136;
    font-weight: 500;
    font-size: 17px;
    height: 44px;
    color: #fff;
}

.special_fares{ padding:45px 0;}

.routes_pages {
    padding: 0 0 45px 0;
}

.info_our_city{}
.info_our_city h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}

.info_our_city h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}

.info_our_city p {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #333;
}

.info_our_city ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

.info_our_city ul li {
    font-size: 16px;
    line-height: 34px;
}

/** FOOTER CODE CSS **/

.footer_main {
    padding: 20px 0 40px 0;
}

.footer_logo{}
.footer_logo img {
    width: 117px;
    margin: 0 0 15px 0;
}
.footer_logo p {
    font-size: 15px;
    color: #333;
}

.quick_links h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}
.quick_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick_links ul li {}
.quick_links ul li a {
    font-size: 15px;
    color: #333;
    margin: 0 0 0 0;
    text-decoration: none;
    display: block;
    line-height: 28px;
}

.social_links{}
.social_links h3{
	font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}
.social_links p {
    font-size: 15px;
    margin: 0 0 15px 0;
}
.social_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.social_links ul li {
    display: inline-block;
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 600;
}
.social_links ul li a {
    font-size: 18px;
    color: #fff;
    margin: 0px 10px 0 0;
    text-decoration: none;
    padding: 0px 0px;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #3f55ab;
    border-radius: 8px;
}
.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.linkedin {
    background: #0077b5 !important;
}
.pinterest {
    background: #dc1e26 !important;
}
.youtube {
    background: #f70031 !important;
}


.disclamer{ margin:25px 0 0 0;}
.disclamer h6 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.disclamer p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 0;
    color: #333;
}

.payment_icons {
    text-align: right;
    margin: 25px 0 0px 0;
}
.payment_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px;
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 600;
}

.privacy_inform{}
.privacy_inform h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #171717;
}

.privacy_inform h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #171717;
}

.privacy_inform h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #333333;
}

.privacy_inform p {
    font-size: 16px;
    color: #333;
    margin: 0 0 12px 0;
}

.privacy_inform ul {
    padding:0px 0 15px 18px;
	margin:0px;
}

.privacy_inform ul li{
	font-size: 16px;
    color: #333;
}


/** MOBILE RESPONSIVE CSS **/

@media (min-width: 320px) and (max-width: 479px) {
	
nav.navbar.navbar-expand-lg.navbar-light{ padding: 18px 15px 18px 15px;}
.navbar-light .navbar-brand img { width: 145px;}	
.navbar-toggler{ padding: .15rem .25rem;}
.banner_heading { padding: 90px 0 10px 0; text-align: center;}
.banner_heading h1 { font-size: 20px; margin: 0 0 5px 0; line-height: 25px;}
.banner_heading h2{ font-size: 13px; margin: 0 0 10px 0;}
.morehotels{ display:none;}
.chose_heading { display: block; flex-wrap: wrap; min-height: auto; text-align: center; margin: 0 0 20px 0; padding: 0;}
.why_head{ padding: 25px 25px; border-radius: 12px; margin-bottom: 15px;}
.section_heading{ text-align:center;}
.owl-controls .owl-buttons .owl-prev{ left: 0px;}
.owl-controls .owl-buttons .owl-next{ right: 0;}
.origin_top img{ height: 220px;}
.trust_slide{ padding: 15px 20px;}
.callnow_right p{ padding: 0 0px 0 0px;}
.exclusive_deals{ flex-wrap: wrap; justify-content: center;}
.exclusive_deals h4{ text-align: center;}
.exclusive_deals a{ margin-top: 10px;}
.quick_links { margin-bottom: 20px;}
.payment_icons ul{ flex-wrap: wrap; }
	
}