body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
}

.serch_mbCall {
    background: #4CAF50;
    position: absolute;
    top: 14px;
    right: 85px;
    border-radius: 4px;
    display: none;
}
.serch_mbCall h6 {
    margin: 0px;
    color: #fff;
    padding: 4px 6px;
    text-transform: uppercase;
    font-size: 13px;
}
.serch_mbCall h6 i {
    background: #fff;
    width: 20px;
    height: 20px;
    color: #4CAF50;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 15px;
}
.serch_mbCall h6 a {
    color: #fff;
    text-decoration: none;
}


.tfnmobile {
    background: #e71010;
    color: #fff;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    padding: 5px 15px;
}
.tfnmobile .call {
    font-size: 16px;
    line-height: 16px;
}
.tfnmobile .tfn{ font-size: 16px;
    line-height: 16px; }
.tfnmobile .tfn a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}



/* .container {
    max-width: 1290px;
} */

ul.navbar-nav.mr-auto {
    margin: 0 auto;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: transparent;
    border-bottom: solid 1px #f3f3f3;
    padding: 0;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu.lpts_drop {
    padding: 0;
    background: #155079;
    border: none;
}
.lpts_drop .dropdown-item {
    padding: 0 10px 0 10px;
    font-size: 13px;
    color: #fff;
    line-height: 35px;
    border-bottom: solid 1px #ffffff5c;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #13acbd;
}

.top_cut {
    width: 25%;
    height: 14px;
    transform: skew(301deg);
    background: #fff;
    position: absolute;
    left: -17px;
    top: 60px;
    z-index: 1;
    box-shadow: 6px 4px 4px rgb(0 0 0 / 12%);
}
.navbar-light .navbar-nav .nav-link {
    color: #155079 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 12px 12px 12px;
    text-transform: capitalize;
    line-height: 14px;
}

.right_contact {
    background-size: 40px;
    padding: 5px 15px 5px 28px;
    position: relative;
    margin: 2px 0 0 31px;
    border-radius: 0 10px 10px 0;
    background: #353adc;
}

.right_contact a {
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    line-height: 22px;
    display: block;
    margin: 6px 0 0 0;
}

.right_contact a img {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #0daabc;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    border-radius: 40px;
    left: -29px;
    top: -2px;
    font-size: 26px;
    border: solid 4px #fff;
    box-shadow: 0px 0px 2px 0 #262626;
}

.right_contact p {
    font-size: 13px;
    color: #fffefd;
    text-align-last: end;
    line-height: 13px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

.right_contact h6 {
    font-size: 12px;
    margin: 0 0 0 0;
    text-align-last: end;
    font-weight: 400;
}


/** BANNER CSS START **/

.main_banner {
    padding: 45px 0 50px;
    position: relative;
}
.main_banner::before {
    position: absolute;
    content: '';
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0,0,0,0.4);
}

.banner_heading {
    text-align: center;
    margin: 0 0 30px 0;
}
.banner_heading h1 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-shadow: -1px 1px 3px #3f3f3f;
    margin: 0px 0 12px 0;
}
.banner_heading ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.banner_heading ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0 10px 5px 10px;
}


/** USP CSS **/

.bnhdt_ttp {
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
    padding: 10px 0;
}
.whyus_1 {
    display: flex;
    width: 85%;
    margin: 0 auto;
}
.serviceBox {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.service-icon {
    width: 28%;
    float: left;
    margin: 0 6% 0 0;
}
.service-icon img {
    width: 90%;
    padding: 8px;
    border-radius: 5px;
}
.service-content {
    width: 66%;
    float: left;
}
.service-content h3 {
    font-size: 28px;
    color: #155079;
    margin: 4px 0 0 0;
    font-weight: 700;
}
.service-content p {
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: 500;
    color: #155079;
}


.DLS_heading {
  text-align: center;
}
.DLS_heading h3 {
  font-size: 24px;
  color: #155079;
  margin-bottom: 25px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.DLS_heading h3 span {
    color: #e71010;
    font-weight: 400;
}

/** DESTINATIONS CSS **/

.Domestic_Destinations{ padding:55px 0; }

.pts_heading {}
.pts_heading h3 {
    font-size: 25px;
    color: #414141;
    margin-bottom: 30px;
    position: relative;
    font-weight: 500;
}

.pts_heading h3 span {
    color: #353adc;
    border-bottom: solid 2px #353adc;
}    

.our__pkg {
    margin-bottom: 0px;
}
.style__package {
    position: relative;
}
.style__package img {
    height: 265px;
    width: 100%;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}
.style__package h4 {
    position: absolute;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    left: 0;
    bottom: 0;
    margin: 0;
    background: #0000008f;
    display: block;
    width: 100%;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
.our__pkg .style__package__price {
    margin-top: 15px;
    align-items: center;
    padding: 0 10px 5px;
}
.our__pkg .style__package__price h3 {
    display: inline-block;
    margin: 0;
    line-height: 7px;
}
.our__pkg .style__package__price h3 span {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase;
    color: #645e5e;
}
.our__pkg .style__package__price h3 span.packagecode4 {
    display: block;
    font-weight: 600;
    color: #333;
    margin: 4px 0 0 0;
    text-transform: capitalize;
    font-size: 16px;
}

.our__pkg .style__package__price a {
    float: right;
    background: #353adc;
    border: 1px solid #353adc;
    color: #fff;
    padding: 10px 10px;
    margin-left: 15px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 15px;
    font-size: 15px;
    box-shadow: #a79728 2px 2px 0;
    font-weight: 700;
    text-transform: uppercase;
}

p.deal__tnc {
    font-size: 14px;
    color: #333;
    margin: 0 0 0 0;
}

/** ABOUT US CSS **/

.more_abouts{ padding:45px 0; }
.ima_lefts{ padding:30px; }

.ABou_contebt {
    background: #fff;
    width: 50%;
    float: right;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 12px;
}
.ABou_contebt h3 {
    font-weight: 700;
    font-size: 26px;
    color: #155079;
    margin: 0 0 10px 0;
}

.ABou_contebt h4 {
    font-weight: 700;
    font-size: 22px;
    color: #155079;
    margin: 0 0 10px 0;
}

.ABou_contebt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 400;
}

.ABou_contebt ul{ list-style:none; padding:0px; margin:0px; }
.ABou_contebt ul li{  font-size: 14px;
    line-height: 24px;}

.ABou_contebt ul li i {
    background: #e71010;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-right: 4px;
} 

/** FLIGHTS DEALS CSS **/   

.flight_deals{ padding:30px 0 40px; }

.airline_deals {
    border: 1px solid #d5eeff;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    transition: all .4s ease;
}

.airline_deals:hover {
    box-shadow: rgb(0 90 170 / 35%) 0px 5px 10px;
    border: 1px solid #155079;
}

.airline_deals:hover .trip-detail{ background: #ffe4dc; }
.airline_deals:hover .desti .mid-line span{ background: #ffe4dc; }

.airline_deals a{ text-decoration:none; }

.lps_main {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    line-height: 1;
    align-items: center;
}

.hdgr_1 img {
    width: 30px;
}

.hdgr_2 h6 {
    font-size: 13px;
    color: #414141;
    font-weight: normal;
    padding-bottom: 5px;
    display: inline-block;
    margin: 0;
}

.hdgr_2 h3 {
    text-align: right;
    color: #e71010;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.trip-detail {
    background: #f3f9ff;
    padding: 10px 10px 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #155079;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.trip-date {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    font-weight: 400;
    line-height: 14px;
}
.desti {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.desti .city {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    line-height: 23px;
}
.desti .mid-line {
    width: calc(100% - 150px);
    position: relative;
    border: 1px dashed #155079;
}
.desti .mid-line span {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #eaf5ff;
    border-radius: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid #155079;
}
.desti .mid-line span img {
    width: 18px;
}



/** FOOTER CODE START **/

.footer_main {
    background: #a79728;
    padding: 45px 0 25px;
}

.All_abouts{}
.All_abouts h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
    border-bottom: solid 2px #fff;
    padding: 0 0 4px 0;
    display: inline-block;
}

.All_abouts ul{ list-style:none; padding:0px; margin:0px; }
.All_abouts ul li{ display:block; }
.All_abouts ul li a {
    color: #bdc4ce;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    text-decoration: none;
}

.All_abouts ul li a:hover{ color:#fff; font-weight:500; }

.dt-sc-contact-info {
    margin: 0 0 10px 0;
}
.dt-sc-contact-info h6 {
    font-size: 15px;
    color: #bdc4ce;
    font-weight: 300;
    text-decoration: none;
}
.dt-sc-contact-info p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.Social_media {
    margin: 25px 0 0 0;
}
.Social_media h4{ 
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
    border-bottom: solid 2px #fff;
    padding: 0 0 4px 0;
    display: inline-block;
}

.Social_media ul{ list-style:none; padding:0px; margin:0px; }
.Social_media ul li{ display:inline-block; }
.Social_media ul li a {
    font-size: 20px;
    color: #155079;
    margin: 0 5px 0 0px;
    width: 35px;
    display: block;
    height: 35px;
    background: #bdc4ce;
    text-align: center;
    line-height: 35px;
    border-radius: 29px;
}

.disclamer {
    margin: 25px 0 0 0;
}
.disclamer p {
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #bdc4ce;
    font-weight: 300;
}

.footer__logoBox {
    background: #0a4167;
    border-top: solid 2px #ffffffa3;
}

.right-pay {
    text-align: center;
    padding: 15px 0px;
    margin: 0px auto 0 auto;
    border-radius: 8px;
}
.right-pay ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-pay ul li {
    display: inline-block;
}
.right-pay ul li img {
    filter: invert(1);
}

.copy_right {
    text-align: center;
}
.copy_right p {
    border-top: 2px solid #04385c;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #d4d4d4;
    padding: 10px 0 10px 0;
    font-weight: 400;
}


/** ABOUT US PAGE CSS **/

.Abt_pages {
    padding: 45px 0;
}
.text_contrnts {}
.text_contrnts h3 {
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 10px 0;
}
.text_contrnts p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.text_contrnts h4 {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px 0;
}


/** CONTACT US PAGE CSS **/

.bts_sides {
    background: #ffffff;
    padding: 0 0 50px 0;
}

.cTnow {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin: 0px 0 0 0;
}
.cTnow h2 {
    font-size: 20px;
    color: #100f0f;
    margin: 0px;
    font-weight: 600;
}

.addredd {
    margin: 15px 0 0 0;
    background:#fff;
}
.addredd i {
    font-size: 24px;
    background: #4263c1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 42px;
    text-align: center;
    float: left;
    margin: 9px 15px 10px 0;
    color: #fff;
    display: none;
}
.addredd h4 {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 4px 0;
}
.addredd p {
    font-size: 14px;
    color: #333;
    margin: 0 0 0 0;
    font-weight: 400;
}
.addredd p a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #0058a3;
}
.Cnt_form {
    margin: 0px 0 0 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.Cnt_tittle {
    padding: 20px;
    text-align: center;
    background: #fafafa;
}
.Cnt_tittle h2 {
    font-size: 20px;
    color: #000;
    margin: 0px 0 5px 0;
    font-weight: 600;
}
.Cnt_tittle p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 6px 0;
}

.address_cont {
    background: #fff;
    padding: 20px;
    display: table;
    width:100%;
}

.cont_ppgecont {
    border-radius: 2px;
    height: 44px;
    box-shadow: none;
    font-size: 14px;
}
.cont_ppge {
    font-size: 13px;
    color: #777;
    margin: 0 0 2px;
    font-weight: 400;
}

.flats_button {
    border: 0;
    background: #e71010;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 40%;
    margin: 0 auto;
    box-shadow: #155079 2px 2px 0;
}
.nop_map {
    padding: 8px 8px 0 8px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-bottom: 35px;
}

/** DESTINATIONS CODE CSS **/

.desti_pagesh {
    padding: 0px 0 45px;
}
.Harley_co {}
.Harley_co h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #13517a;
    line-height: 24px;
}
.Harley_co p {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 25px;
}
.Harley_co h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #13517a;
    line-height: 24px;
}
.Harley_co ul {
    padding: 0;
    list-style: none;
}
.Harley_co ul li {
    font-size: 15px;
    line-height: 26px;
}
.Harley_co ul li i {
    background: #e71010;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px 0 5px;
}



.bottoms_calls {
    background: 0 0/contain #208b25;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    display: none;
    text-align: center;
}
.bottoms_calls p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
}
.bottoms_calls a {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    display: block;
}


.pvc_cont h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0 10px 0;
}

.pvc_cont h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #13517a;
}

.pvc_cont p {
  font-size: 14px;
  color: #333;
  margin: 0px 0 10px 0;
  line-height: 22px;
}

.pvc_cont h4 {
  padding: 5px 10px 5px 5px;
  background: rgb(253, 238, 230);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.pvc_cont h3 {
  padding: 5px 10px 5px 5px;
  background: rgb(253, 238, 230);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.ouur_wed{ padding-top:10px;}
.ouur_wed a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.ouur_wed a img {
    width: 34px;
}




/** MOBILE VIEW SECOND CSS **/

@media (min-width:320px) and (max-width:479px) {

.tfnmobile{ display:flex; }
.serch_mbCall { display: block;    top: 6px;
    right: 30px;}
.serch_mbCall h6{
        font-size: 20px;
}
.navbar-toggler{ padding: 0px 2px; }
nav.navbar.navbar-expand-lg.navbar-light{ padding: 5px 10px;}
a.navbar-brand { margin: 0 0 0 0;}
a.navbar-brand img { width: 200px;}
.main_banner { padding: 20px 0 30px; position: relative; background: #13517a !important;}
.banner_heading { text-align: center; margin: 0 0 0px 0; }
.banner_heading h1{ font-size: 20px; line-height: 28px; display: none;}	
.right-pay ul { list-style: none; padding: 0px; margin: 0px; display: block; align-items: center;}
.ABou_contebt{ padding: 10px; width:100%;}
.ima_lefts { padding: 10px; height: auto !important; display: flex;}
.banner_heading ul{ display: none;}	

.whyus_1 { display: block; width: 100%; margin: 0 auto;}
.serviceBox { width: 50%; float: left; padding: 0 10px; margin-bottom: 15px;}
.service-icon { width: 34%; float: left; margin: 0 0% 0 0;}
.service-icon img { width: 90%; padding: 4px; border-radius: 5px;}
.service-content h3 { font-size: 24px; font-weight: 700; line-height: 24px; }
.service-content p{ font-size: 13px; margin: 2px 0 0 0; line-height: 13px; }
.All_abouts { margin-bottom: 20px;}
.our__pkg { margin-bottom: 25px;}
.bottoms_calls { display: block;}
	
}


@media (min-width:480px) and (max-width:767px) {

.tfnmobile{ display:flex; }
.serch_mbCall { display: block;}
.navbar-toggler{ padding: 0px 2px; }
nav.navbar.navbar-expand-lg.navbar-light{ padding: 5px 10px;}
a.navbar-brand { margin: 0 0 0 0;}
a.navbar-brand img { width: 200px;}
.main_banner { padding: 20px 0 30px; position: relative; background: #13517a !important;}
.banner_heading { text-align: center; margin: 0 0 0px 0; }
.banner_heading h1{ font-size: 20px; line-height: 28px; display: none;} 
.right-pay ul { list-style: none; padding: 0px; margin: 0px; display: block; align-items: center;}
.ABou_contebt{ padding: 10px; width:100%;}
.ima_lefts { padding: 10px; height: auto !important; display: flex;}
.banner_heading ul{ display: none;} 

.whyus_1 { display: block; width: 100%; margin: 0 auto;}
.serviceBox { width: 50%; float: left; padding: 0 10px; margin-bottom: 15px;}
.service-icon { width: 34%; float: left; margin: 0 0% 0 0;}
.service-icon img { width: 90%; padding: 4px; border-radius: 5px;}
.service-content h3 { font-size: 24px; font-weight: 700; line-height: 24px; }
.service-content p{ font-size: 13px; margin: 2px 0 0 0; line-height: 13px; }
.All_abouts { margin-bottom: 20px;}
.our__pkg { margin-bottom: 25px;}
.bottoms_calls { display: block;}
    
}