body{ font-family: "Manrope", sans-serif; }

.container {
    max-width: 1200px;
}


nav.navbar.navbar-expand-lg.navbar-light {
    background: #fff;
}
.navbar-light .navbar-brand img {
    width: 160px;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
    font-size: 15px;
    font-weight: 500;
}

.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 {
    border-left: solid 1px #d3d3d3;
    padding: 0 0 0 15px;
}
.header_call p {
    font-size: 12px;
    margin: 0 0 0 0;
    text-align: end;
    font-weight: 500;
}
.header_call a {
    font-size: 20px;
    font-weight: 800;
    color: #dc3545;
    margin: 4px 0 0 0;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.header_call a img {
    width: 20px;
    margin: -3px 2px 0 0;
}

/** ------------- **/

.botom_bner {
    padding: 35px 0 35px;
    background: #ffffff;
    border-bottom: solid 1px #d3e3fd;
    margin: -50px 0 0 0;
    z-index: 1;
    position: relative;
    border-radius: 50px 50px 0 0;
}
.why_abut {
    margin: 0 0px 30px 0;
}
.why_abut h2 {
    font-size: 24px;
    margin: 0 0 0px 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.main_usp {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 0 0px;
}
.box1 {
    width: 24%;
    float: left;
    margin: 0 0 0;
    padding: 12px;
    text-align: center;
    border: solid 1px #b9b9b9;
    border-radius: 12px;
}
.icons {
    margin: 0 0px 10px 0;
    text-align: center;
}

.box1 h4 {
    font-size: 18px;
    font-weight: 800;
    color: #201b84;
    margin: 0 0 4px;
}
.box1 p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
}

.icons img {
    width: 45px;
}

.holiday_banner{ position:relative;}

/* .holiday_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, .3);
} */

.destination_banner{ position:relative; }
.destination_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, .3);
}

.banner_heading {
    padding: 70px 0 30px;
}

.banner_heading h1 {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 36px;
}
.banner_heading h2 {
    font-size: 15px;
    margin: 0 0 0 0;
    color: #fff;
    text-shadow: #282828 0 0 2px;
    font-weight: 400;
}


.destination_main {
    padding: 50px 0px 50px;
}

.heading_one {
    margin: 0 0 25px 0;
    text-align: center;
}
.heading_one h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #000000;
}
.heading_one p {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #333;
}

.bt_mt{ margin-bottom:14px;}
.right_gap{ padding-right:0;}
.figure_compon{ position:relative;}
.figure_compon img {
    border-radius: 10px;
}
.min_image {
	width:100%;
}
.comman_image {
	width:100%;
	height: 195px;
}

.main_heading_des {
    position: absolute;
    bottom: 0;
    padding: 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.main_heading_des h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 20px;
}
.main_heading_des p {
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #fff;
    line-height: normal;
}
.main_heading_des a {
    background: #20b2aa;
    display: none;
    padding: 9px 15px 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
}

.flight_deal_main {
    padding: 0 0 40px 0;
}

.deal_column {
    padding: 10px;
    border-radius: 10px;
    position: relative;
    border: solid 1px #ddd;
    margin-bottom: 25px;
    box-shadow: #ccc 0 0 8px;
}
.deal_column a {
    text-decoration: none;
}

.deal_column:after {
    position: absolute;
    content: "";
    left: -7px;
    top: 42px;
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 10px;
}
.deal_column:before {
    position: absolute;
    content: "";
    right: -7px;
    top: 42px;
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 10px;
}

.airline_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 1px #606060;
    padding: 0 0 8px 0;
}
.airline_name h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 0;
    color: #333;
}
.airline_name h4 img {
    width: 60px;
}
.airline_name h5 {
    background: #dc3545;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}
.airline_detail {
    padding: 10px 5px 0px 5px;
}
.air_line_cl {
    min-height: 50px;
    border-left: dashed 1px #333;
    padding: 0 0 0 0px;
    margin: 5px 0 5px 12px;
	position:relative;
}
.air_line_cl:after {
    position: absolute;
    height: 7px;
    display: block;
    content: "";
    left: -4px;
    top: -4px;
    background: #242021;
    width: 7px;
    transform: rotate(90deg);
    border-radius: 5px;
}

.air_line_cl:before{
	position: absolute;
    height: 16px;
    display: block;
    content: "";
    left: -7px;
    bottom: -4px;
    background: url(../images/plane-gray-dark.svg) no-repeat right center;
    width: 14px;
    transform: rotate(90deg);
}

.airline_detail p {
    margin: 0 0 00;
    font-size: 13px;
    color: #333;
}
.airline_detail p span {
    float: right;
    font-weight: 600;
}

.fare_update {}
.fare_update p span {
    display: block;
    font-weight: 600;
    color: #28a745;
}
.fare_update p strong {
    color: #dc3545;
    font-weight: 400;
    text-decoration: underline;
}
.fare_update p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #333;
}


.reviews_main {
    background: #ffffff;
    padding: 25px 0 30px;
}
.trust_left {
    text-align: center;
    margin: 0 0 0 0;
    width: 18%;
    float: left;
    padding: 25px 0 25px 0;
    background: #edf2fa;
    border-radius: 8px;
}
.trust_left h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.trust_left h6 {
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #333;
}
.trust_left h6 span {
    text-decoration: underline;
}

.trustpoilt_right {
    margin: 0 0 0 0;
    width: 80%;
    float: right;
}
.trust_slide {
    padding: 15px 15px 15px 15px;
    border: solid 1px #ddd;
    margin: 0 10px;
    border-radius: 8px;
}
.trust_review h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
}
.trust_review p {
    font-size: 13px;
    color: #333;
    margin: 0 0 10px 0;
}
.trust_review h6 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 0;
}
.trust_review h6 span{ 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;
}

.book_instant {
    padding: 20px 0 40px;
}
.aboutus_info {}
.aboutus_info h3 {
    text-align: center;
    margin: 0 0 15px 0;
    color: #000;
    font-size: 26px;
    font-weight: 600;
}
.aboutus_info p {
    font-size: 15px;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.about_banner{ padding: 70px 0 30px;}
.about_banner h1 {
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
	text-align:center;
}
.about_banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.about_banner ul li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 0 4px 0 4px;
}
.about_banner ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
}

.small_label {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 6px 0;
}
.contact_control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: solid 1px #a3a3a3;
    border-radius: 4px;
    height: 42px;
}

.contact_textarea{
	display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: solid 1px #a3a3a3;
    border-radius: 4px;
}

.contact-info {
    padding: 10px 0;
    border: solid 1px #ddd;
    border-radius: 10px;
}

.contact-info h5 {
    margin: 0 0 25px 0;
    font-weight: 600;
    color: #000;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px 15px;
}

.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
.contact-info ul li {
    margin-bottom: 25px;
}
.contact-info ul li i {
    float: left;
    background: #201b84;
    margin: -2px 10px 0 0;
    color: #fff;
    border-radius: 20%;
    font-size: 21px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.contact-info ul li p {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 700;
}
.contact-info ul li a {
    text-decoration: none !important;
    font-size: 15px;
    color: #333 !important;
    display: block;
}

.row_contact_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.row_contact_us h4 {
    margin: 0 0 25px 0;
    font-weight: 600;
    color: #000;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px 0;
    font-size: 20px;
}
.form-group.contact_plus {
    position: relative;
}
.form-group.contact_plus i {
    position: absolute;
    right: 10px;
    top: 34px;
    font-size: 16px;
    color: #777;
}

/** FOOTER CSS CODE **/

.footer_main {
    padding: 30px 0 35px 0;
    background: #201b84;
}

.suscribe_main {
    justify-content: space-between;
    border-bottom: solid 1px #dddddd30;
    padding: 0 0 25px 0;
    align-items: flex-start;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.suscribe_main2 {
    display: flex;
    justify-content: space-between;
    padding: 0 0 25px 0;
    align-items: center;
}

.alart_bell {
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
}
.alart_bell img{}
.subscribe_cont {}
.subscribe_cont h4 {
    margin: 0 0 0 0;
    color: #e7e7e7;
    font-size: 20px;
}
.subscribe_cont p {
    margin: 6px 0 0 0;
    color: #e4e4e4;
    font-size: 14px;
}

.newslatter_box {}
.subscribe_control {
    background: #fff;
    border: none;
    font-size: 14px;
    width: 80%;
    height: 48px;
    padding: 0 10px 0 10px;
    border-radius: 4px;
}
.subscribe_primary {
    background: #dc3545;
    border: none;
    color: #fff;
    height: 47px;
    border-radius: 4px;
    width: 19%;
    text-transform: uppercase;
    font-weight: 500;
}

.quick_links {
    margin: 30px 0 0 0;
}

.quick_links h4 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.quick_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick_links ul li{}
.quick_links ul li a {
    display: block;
    font-size: 13px;
    color: #e4e4e4;
    line-height: 30px;
    text-decoration: none;
    font-weight: 500;
}
.quick_links ul li a i {
    margin: 0 5px 0 0;
}

.contact_info img {
    background: #fff;
    width: 180px;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0 15px 0;
}
.contact_info p {
    font-size: 14px;
    color: #e4e4e4;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.contact_info h6 {
    font-size: 13px;
    color: #e4e4e4;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-weight: 400;
}
.contact_info a {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 0 0 0;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.payment_icons {
    text-align: right;
    margin: 27px 0 0 0;
}
.payment_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px;
    font-size: 14px;
    color: #e4e4e4;
    font-weight: 600;
}

.social_links {
    margin: 27px 0 0 0;
}
.social_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_links ul li {
    display: inline-block;
    font-size: 14px;
    color: #e4e4e4;
    font-weight: 600;
}
.social_links ul li a {
    font-size: 18px;
    color: #fff;
    margin: 0px 2px 0 0;
    text-decoration: none;
    padding: 0px 0px;
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    background: #3f55ab;
    border-radius: 20px;
}
.twitters {
    background: #60b8ff !important;
}
.instagram{ background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;}

.disclamer p {
    font-size: 13px;
    color: #e4e4e4;
    margin: 0px 0 0 0;
    line-height: 22px;
}
.copyright p {
    margin: 0 0 0 0;
    text-align: center;
    color: #e4e4e4;
    font-size: 13px;
}


/** DESTINATION PAGE CSS **/

.flight_deal_inner{ padding:30px 0;}

.dealsecn {
    margin: 0 0 20px 0;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-radius: 10px 10px 0 0;
}

.fare_header {
    background: #201b84;
    padding: 0;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}
.fare_header li {
    color: #fff;
    font-size: 15px;
    padding: 14px 14px;
    width: 20%;
    font-weight: 500;
}

.fare_context {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.fare_context li{ 
    color: #333;
    font-size: 15px;
    padding: 14px 14px;
    width: 20%;
	font-weight:500;
}

.g_orange {
    background: #dc3545;
    color: #fff !important;
    width: 70%;
    display: block;
    text-align: center;
    padding: 5px 0;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 15px;
}

.introduct_full {
    padding: 45px 0 45px;
}
.overview_text{}
.overview_text h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.overview_text p {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 500;
}
.overview_text h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 600;
}
.overview_text h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 600;
}

.privacy_main{ padding:40px 0;}

.important_info h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.important_info h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.important_info h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.important_info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.important_info p {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin: 0 0 10px 0;
	font-weight:500;
}
.important_info ul {
    padding: 0px 0 10px 10px;
    margin: 0px;
    list-style: none;
}
.important_info ul li {
    font-size: 15px;
    line-height: 28px;
	font-weight:500;
}



/** RESPONSIVE CSS CODE **/

@media (min-width: 320px) and (max-width: 480px) {

.navbar-light .navbar-toggler { border-color: #7f7f7f; padding: 0 2px 0 2px; border-radius: 2px;}
.navbar-light .navbar-nav .nav-link{ padding: 5px 15px 5px 15px; font-size: 13px;}
.navbar-light .navbar-brand img { width: 135px;}
.holiday_banner { min-height: auto !important; padding: 0 0 10px 0;}
.banner_heading { padding: 15px 0 15px; text-align: center;}
.banner_heading h1{ font-size: 18px; margin: 0 0 5px 0;}
.banner_heading h2{ font-size: 13px;}
.botom_bner{ margin: 0px 0 0 0;}
.why_abut h2{ font-size: 18px;}
.right_gap { padding-right: 15px;}	
.main_usp { display: block;}
.heading_one h3{ font-size: 20px;}
.figure_compon{ margin-bottom: 10px;}
.aboutus_info h3{ font-size: 20px;}
.box1{ width: 100%;  margin: 0 0 10px; }	
.suscribe_main{ margin-right: -15px; margin-left: -15px;}
.suscribe_main2{ display: block; margin-right: -15px; margin-left: -15px;}
.payment_icons ul{ display: block;}
.trust_left { text-align: center; margin: 0 0 20px 0; width: 100%; float: left;}
.trustpoilt_right { width: 100%; height: auto;}
.trust_slide { padding: 0 25px 0 25px;}
.owl-controls .owl-buttons .owl-prev{ left: 0;}
.owl-controls .owl-buttons .owl-next{ right: 0;}
.subscribe_control{ width: 70%;}
.subscribe_primary{ width: 28%; font-size: 14px;}
.social_links{ display:none; }
.payment_icons{ display:none;}
.newslatter_box { margin: 10px 0 0 0;}
	
}


@media (min-width: 480px) and (max-width: 767px) {

.navbar-light .navbar-toggler { border-color: #7f7f7f; padding: 0 2px 0 2px; border-radius: 2px;}
.navbar-light .navbar-nav .nav-link{ padding: 5px 15px 5px 15px; font-size: 13px;}
.navbar-light .navbar-brand img { width: 135px;}
.holiday_banner { min-height: auto !important; padding: 0 0 10px 0;}
.banner_heading { padding: 15px 0 15px; text-align: center;}
.banner_heading h1{ font-size: 18px; margin: 0 0 5px 0;}
.banner_heading h2{ font-size: 13px;}
.botom_bner{ margin: 0px 0 0 0;}
.why_abut h2{ font-size: 18px;}
.right_gap { padding-right: 0px;}	
.main_usp { display: -webkit-box; display: -ms-flexbox; display: flex;
        -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between;}
.heading_one h3{ font-size: 20px;}
.figure_compon{ margin-bottom: 10px;}
.aboutus_info h3{ font-size: 20px;}
.box1{ width: 49%;  margin: 0 0 10px; }	
.box1 p{font-size: 11px;}
.suscribe_main{ margin-right: -15px; margin-left: -15px;}
.suscribe_main2{ display: block; margin-right: -15px; margin-left: -15px;}
.payment_icons ul{ display: block;}
.trust_left { text-align: center; margin: 0 0 20px 0; width: 100%; float: left;}
.trustpoilt_right { width: 100%; height: auto;}
.trust_slide { padding: 0 25px 0 25px;}
.owl-controls .owl-buttons .owl-prev{ left: 0;}
.owl-controls .owl-buttons .owl-next{ right: 0;}
.subscribe_control{ width: 70%;}
.subscribe_primary{ width: 28%; font-size: 14px;}
.social_links{ display:none; }
.payment_icons{ display:none;}
.comman_image{ height: 190px;}
.newslatter_box { margin: 10px 0 0 0;}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
	
.comman_image { width: 100%; height: 118px;}	
	
}


