html {
  scroll-behavior: smooth;
}
body{ font-family: "Poppins", sans-serif; }

.container {
    max-width: 1200px;
}
.navbar {
  width: 100%;
  transition: box-shadow 0.3s;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
nav.navbar.navbar-expand-lg.navbar-light {
    background: #ffffff;
    padding: 10px 0 10px 0;

}
.navbar-light .navbar-brand img {
    width: 210px;
    padding: 0px 0 0px 0px;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link img {
    margin: -2px 2px 0 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fc3d62;
}

.header_call {
    border: 1px solid #fc3d62;
    padding: 6px 15px 6px 50px;
    position: relative;
    border-radius: 18px;
    margin: 0px 0 0 0;
}
.header_call p {
    font-size: 12px;
    margin: 0 0 2px 0;
    text-align: end;
    font-weight: 500;
    color: #000000;
    position: relative;
}


.header_call a {
    font-size: 19px;
    font-weight: 600;
    color: #fc3d62;
    margin: 0px 0 0 0;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.header_call a img {
    margin: 0 2px 0 0;
    position: absolute;
    left: 7px;
    top: 8px;
    width: 38px;
}

/** ------------- **/

.botom_bner {
    padding: 20px 0 20px;
    margin: 150px 0 0 0;
    border-radius: 0px 0px 0 0;
    background: #edf2fa;
}

.botom_bner22{
	padding: 40px 0 40px;
    background: #ffffff;
    margin: 0px 0 0 0;
    border-radius: 0px 0px 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: 32%;
    float: left;
    margin: 0 0 0;
    padding: 15px 10px;
    text-align: left;
    border-radius: 8px;
    background: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
}
.box1:last-child {
    border-right: none;
}
.icons {
    margin: 0px 0px 0px 0;
    text-align: center;
    width: 20%;
    float: left;
}
.icons img {
    margin: 14px 0 10px 0;
}
.box1 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px;
}
.box1 p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #333;
}

.holiday_banner{ position:relative;}

.holiday_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
	border-radius: 0 0 40px 40px;
}

.first_heading {
    margin: 20px 0 50px 0;
    text-align: center;
}

.first_heading h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
}
.first_heading p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 0 0;
}
.first_heading p strong {
    color: #fc3d62;
}
.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: 0px 0 0px;
    text-align: center;
}

.banner_heading h1 {
    color: #121212;
    margin: 0 0 0px 0;
    font-weight: 800;
    font-size: 20px;
    float: right;
}



.destination_main {
    padding: 40px 0px 40px;
}

.heading_one {
    margin: 0 0 25px 0;
    text-align: left;
}
.heading_one h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000000;
}

.heading_one h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px 0px;
    color: #fc3d62;
}

.mar_top{ margin-top:30px !important;}

.heading_one h3 span {
    color: #fc3d62;
    font-weight: 500;
}
.heading_one p {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #333;
	padding:0 0px;
}

.post_slide {
    background: #fff;
    margin: 0 10px;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
}
.place_tittle {}
.place_tittle h4 {
    font-size: 16px;
    color: #060606;
    margin: 10px 0 10px 0;
    font-weight: 600;
}

.owl-controls .owl-buttons{
    text-align:center;
    margin-top:0px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 36%;
    left: -25px;
    padding: 0 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 6px;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 36%;
    right: -25px;
    padding: 0 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 6px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}

.itemDesc_main {
    border-radius: 10px;
    align-items: center;
    margin: 0px 0 0px 0;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

.itemDesc_main:hover .itemThumb_right { height:155px;}

.itemThumb_left {
    width: 100%;
    margin: 0 0px 0 0px;
}

.itemThumb_right {
    width: 100%;
    padding: 0 0 0 0px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 20px 10px 20px;
    height: 90px;
	transition: all .5s ease;
}
.itemThumb_right h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0 5px 0;
    position: relative;
}

.itemThumb_right p {
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.itemThumb_right h6 {
    color: #fc3d62;
    display: inline-block;
    font-size: 20px;
    float: right;
    margin: -32px 0 0 0;
}
.itemThumb_right a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    margin: 25px 0 0 0;
    line-height: 14px;
    background: #330595;
    border-radius: 27px;
}

.book_instant{ padding:40px 0 40px;}
.aboutus_info{}
.aboutus_info h3 {
    text-align: left;
    margin: 0 0 15px 0;
    color: #141414;
    font-size: 26px;
    font-weight: 600;
}
.aboutus_info h4 {
    text-align: left;
    margin: 0 0 10px 0;
    color: #141414;
    font-size: 24px;
    font-weight: 600;
}
.aboutus_info p {
    font-size: 14px;
    color: #222222;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}
.aboutus_info ul {
    list-style: disc;
    padding: 0 0 0 15px;
    margin: 0;
}
.aboutus_info ul li {
    font-size: 15px;
    line-height: 28px;
    color: #333;
}


/** FOOTER CODE START **/

.footer_main {
    background: #330595;
    padding: 40px 0 20px;
}

.footer_navbar.nav-pills .nav-link {
    background: transparent;
    font-size: 14px;
    color: #fff;
    border: none;
    font-weight: 500;
    text-align: left;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    border-radius: 0;
    border-bottom: solid 1px #ffffff2b;
}
.footer_navbar.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #b27e30;
    border-bottom: solid 1px #b27e30 !important;
    border-radius: 5px 0 0 5px;
	position:relative;
}
.footer_navbar.nav-pills .nav-link.active:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: #b27e30;
    right: -13px;
    transform: rotate(45deg);
    top: 6px;
}


.footer_navbar.nav-pills .nav-link, button:focus {
    outline: 1px dotted;
    outline: none;
}

.quick_links h4 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0 20px 0;
    border-bottom: solid 1px #ffffff3b;
    padding: 0 0 15px 0px;
    font-weight: 600;
    position: relative;
}

.quick_links h4::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -2px;
    background: #fc3d62;
    width: 60px;
    height: 3px;
    border-radius: 4px;
}

.quick_links ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    list-style: none;
}
.quick_links ul li {
    display: block;
}
.quick_links ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.footer_heasd h4 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0 20px 0;
    border-bottom: solid 1px #ffffff3b;
    padding: 0 0 15px 0px;
    font-weight: 600;
}

.Address_baar h4{
	font-size: 18px;
    color: #fff;
    margin: 0px 0 20px 0;
    border-bottom: solid 1px #ffffff3b;
    padding: 0 0 15px 0px;
    font-weight: 600;
	position:relative;
}

.Address_baar h4::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -2px;
    background: #fc3d62;
    width: 60px;
    height: 3px;
    border-radius: 4px;
}

.Address_baar p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
}
.Address_baar p i {
    font-size: 14px;
    margin: 0 5px 0 0;
}
.Address_baar a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 15px 0;
    display: block;
    font-weight: 600;
}
.Address_baar a i {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.suscribe_main2 {
    display: flex;
    justify-content: center;
    margin: 20px 0px 10px 0px;
    padding: 10px 0 0 0;
    border-radius: 0px;
    border-top: solid 1px #ffffff3b;
}

.social_links {
    margin: 0px 0 0px 0;
}

.social_links h4{
	font-size: 18px;
    color: #fff;
    margin: 0px 0 20px 0;
    border-bottom: solid 1px #ffffff3b;
    padding: 0 0 15px 0px;
    font-weight: 600;
	position:relative;
}
.social_links h4::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -2px;
    background: #fc3d62;
    width: 60px;
    height: 3px;
    border-radius: 4px;
}

.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: #f2f2f2;
    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: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #3f55ab;
    border-radius: 8px;
}
.twitters {
    background: #60b8ff !important;
}
.instagram{ background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;}

.payment_icons {
    text-align: right;
    margin: 15px 0 15px 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;
}

.payment_icons ul li a img {
    filter: grayscale(1);
}

.disclamer p {
    font-size: 12px;
    color: #f2f2f2;
    margin: 0px 0 0 0;
    line-height: 22px;
    font-weight: 400;
}

.copywrite_bt {
    background: #330595;
    padding: 15px 0 15px 0;
    border-top: solid 1px #ffffff3b;
}
.copyright p {
    margin: 0 0 00;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/** FOOTER CODE START **/

.pageabout_head {
    text-align: center;
}
.pageabout_head h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #b27e30;
}
.pageabout_head h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #fff;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.pageabout_head h2 span{ color: #b27e30;}
.pageabout_head p {
    padding: 0 180px 0 180px;
    color: #fff;
    margin: 0 0 0 0;
    font-size: 15px;
}

.aboutus_pg {
    padding: 40px 0;
}
.exclusive_hd h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #000;
}
.exclusive_hd p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
}
.exclusive_hd h4 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #000;
}
.exclusive_hd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.exclusive_hd ul li {
    font-size: 15px;
    line-height: 28px;
    color: #333;
}

.domest_flt_main {
    padding: 40px 0px;
    background: #ffffff;
}

.airline_deals {
    background: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: all .4s ease;
    padding: 10px 0 7px 0;
    border: solid 1px #ddd;
    border-radius: 6px;
    box-shadow: 1px 9px 10px rgba(0, 0, 0, 0.18);
}

.airline_deals:hover {
    border: 1px solid #330595;
}

.airline_deals:hover .desti .mid-line{ background: #ffffff; }

.hdgr_2 a {
    text-decoration: none;
    background: #330595;
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: center;
    padding: 7px 10px 7px 10px;
    border-radius: 4px;
}

.lps_main {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 25px;
    line-height: 1;
    align-items: center;
    border-left: solid 1px #ddd;
}

.hdgr_1 img {
    width: 50px;
}

.hdgr_2 h6 {
    font-size: 12px;
    color: #414141;
    font-weight: 500;
    padding-bottom: 2px;
    display: none;
    margin: 0;
    text-align: end;
}

.hdgr_2 h3 {
    text-align: right;
    color: #fc3d62;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.trip-detail {
    padding: 6px 0px 6px 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    color: #060606;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 70%;
}
.trip-date {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-weight: 400;
    line-height: 14px;
    color: #303030;
}
.desti {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.desti .city {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    line-height: 20px;
    color: #330595;
}

.desti .city.text-end{ text-align:end;}

.desti .city p {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #303030;
    margin: 3px 0 0 0;
}
.desti .mid-line {
    width: calc(100% - 150px);
    position: relative;
    border: 1px solid #a3a3a3;
}
.desti .mid-line span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid #a3a3a3;
}
.desti .mid-line span img {
    width: 14px;
}
.fare_update p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #333;
}
.fare_update p strong {
    color: #fc3d62;
    font-weight: 400;
    text-decoration: underline;
}

.offers_heading {
    padding: 0px 0 30px;
}
.offers_heading h1 {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: 36px;
}
.offers_heading h2 {
    font-size: 15px;
    margin: 0 0 0 0;
    color: #fff;
    text-shadow: #282828 0 0 2px;
    font-weight: 400;
}

.section3 {
    margin: 40px 0 40px 0;
}

.privacy_npadss h2 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.privacy_npadss p {
    font-size: 15px;
    color: #555;
    line-height: 25px;
    margin: 0 0 10px 0;
    text-align: justify;
}
.privacy_npadss h3 {
    font-size: 20px;
    font-weight: 600;
}
.privacy_npadss ul {
    padding: 0 0 0 18px;
}
.privacy_npadss ul li {
    font-size: 15px;
    color: #555;
    margin: 0 0 10px 0;
    text-align: justify;
}

.about_banner {
    padding: 50px 0 50px;
}
.about_banner h1 {
    color: #fff;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    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: 10px;
    height: 48px;
}

.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: #fc3d62;
    margin: -2px 10px 0 0;
    color: #fff;
    border-radius: 15%;
    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;
}

.botom_contactus {
    padding: 40px 0 0;
}

.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;
}
.subscribe_primary {
    background: #fc3d62;
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 4px;
    width: 20%;
    text-transform: uppercase;
    font-weight: 600;
}

.phone_only {
    background: #330595;
    display: flex;
    padding: 10px 10px;
    border-radius: 6px;
	margin: 0 0 20px 0;
	align-items: center;
}
.phone_only_img {
    width: 15%;
}
.phone_only_img img{ width:100%;}
.phone_only_agent {
    padding: 0 0 0 12px;
    width: 85%;
}
.phone_only_agent h4 {
    font-size: 17px;
    margin: 0 0 6px 0;
    color: #fff;
    font-weight: 600;
}
.phone_only_agent h5 {
    font-size: 16px;
    margin: 0 0 0px 0;
    color: #fff;
    font-weight: 500;
}

/** DESTINATION PAGE CSS **/

.dest_tittle_heading{}
.dest_tittle_heading h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;
}

.flight_breadcrumb {
    padding: 8px 0 8px 0;
    border-bottom: solid 1px #ddd;
}
.flight_breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flight_breadcrumb ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 15px 0 0;
    color: #666;
	line-height: 15px;
	font-weight: 500;
}
.flight_breadcrumb ul li a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.search_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 18px 10px;
    border-radius: 8px;
	margin: 0 0 30px 0;
	flex-wrap: wrap;
}
.time_city {
    width: 18%;
}
.time_city h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0 5px 0;
    color: #000;
}
.time_city h6 {
    font-size:14px;
	font-weight:500; margin:0px;
	color:#777;
}
.stop_over {
    width: 20%;
    text-align: center;
}
.divaider {
    border: dashed 1px #b27e30;
    margin: 6px 0 5px 0;
    position: relative;
}
.divaider:after {
    content: "";
    height: 10px;
    width: 10px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid #b27e30;
    position: absolute;
    right: -7px;
    background: #fff;
}
.divaider:before {
    content: "";
    height: 10px;
    width: 10px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid #b27e30;
    position: absolute;
    left: -7px;
    background: #fff;
}
.stop_over h5 {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    color: #000000;
}
.stop_over p {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    color: #777;
}
.fare_price {
    width: 24%;
    text-align: end;
}
.fare_price h3 {
    font-weight: 600;
    margin: 0 0 0px 0;
    font-size: 18px;
    color: #000;
}
.fare_price h6 {
    margin: 0 0 0 0;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #28a745;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    border-radius: 10px;
}
.book_fare {
    width: 20%;
    text-align: end;
}
a.myiner_book {
    background: #013d48;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 9px 10px 10px;
    display: block;
    float: right;
    line-height: 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.inner_destin_info {}
.inner_destin_info h2 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin: 0 0 8px 0;
}
.inner_destin_info p {
    margin: 0 0 20px 0;
    color: #525252;
    font-size: 14px;
}

.domestic_flight_main {
    padding: 0px 0 40px 0;
}

.popular_flights {
    background: #fff;
    padding: 0px;
    margin-bottom: 10px;
}
.popular_flights h4 {
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #000;
    padding: 15px 10px 0 10px;
}
.popular_flights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popular_flights ul li{}
.popular_flights ul li a {
    font-size: 15px;
    display: block;
    text-decoration: none;
    line-height: 40px;
    color: #333;
    border-bottom: solid 1px #ddd;
    padding: 0 10px 0 10px;
}
.popular_flights ul li a img {
    width: 16px;
    margin: -3px 0 0 0;
}

.secondbox_discrap {
    padding: 0px 0px;
    border-radius: 0px;
}
.secondbox_discrap h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0 10px 0;
    color: #000;
}
.secondbox_discrap p {
    font-size: 15px;
    color: #333;
    margin: 0 0 10px 0;
}
.secondbox_discrap p strong {
    font-style: italic;
    text-decoration: underline;
}
.secondbox_discrap h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.secondbox_discrap h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.secondbox_discrap ul {
    padding: 0 0 0 25px;
    margin: 0 0 15px 0;
}
.secondbox_discrap ul li {
    font-size: 15px;
    line-height: 30px;
    color: #333;
}


/** DESTINATION PAGE CSS **/


/** MOBILE RESPONSIVE CSS **/

@media (min-width: 320px) and (max-width: 479px) {

nav.navbar.navbar-expand-lg.navbar-light{ padding: 0 15px 0 15px; border-bottom: solid 1px #d3e3fd; height: 60px;}
.navbar-collapse{ background:#ffffff; margin: 4px 0 0 0;}
.navbar-light .navbar-brand img{ width: 190px; padding:8px 0 8px 0;}
.navbar-light .navbar-nav .nav-link{ color:#333; padding: 10px 10px 10px 10px;}
.currency h6{ color: #333333;}
.header_call p{ color: #333;}
.header_call a{ color: #333;}
.navbar-toggler{ padding: .15rem .25rem;}
.navbar-toggler{ background-color: #ffffff;}
.holiday_banner { position: relative; padding: 0px 0 20px!important; background: #330595 !important; height: auto !important; border-radius: 0 !important;}
.holiday_banner:before{ display:none;}
.botom_bner{ margin: 10px 0 0 0;}
.first_heading{ margin: 20px 0 20px 0;}
.first_heading h1{ font-size: 22px;}
.first_heading p{ display:none;}
.main_usp{ display:block;}
.itemDesc_main{ margin: 0 0 15px 0;}
.box1 { width: 100%; margin: 0 1% 2% 1%; padding: 10px 10px; border-radius: 10px;
    border: solid 1px #ddd;  min-height: auto;}	
.box1 p { font-size: 11px; line-height: 16px;}
.heading_one h3{ font-size: 20px;}
.heading_one p{ padding:0 0px;}
.owl-controls .owl-buttons .owl-prev{ left: 0px;}
.owl-controls .owl-buttons .owl-next{ right: 0;}
.post_img { border-radius: 15px !important;}
.aboutus_info h3{ font-size: 20px;}
.aboutus_info p{ font-size: 13px; line-height: 22px;}
.suscribe_main2{ display:block;}	
.payment_icons{ display:none;}
.quick_links h4{ margin: 15px 0 20px 0; padding: 0 0 15px 6px; font-size: 15px;}
.quick_links ul{ padding: 0 0 0 0px;}
.quick_links ul li{ width: 50%;}
.quick_links ul li a{ font-size: 12px;}
.botom_bner22{ padding: 15px 0 40px;}
.search_card{ padding: 10px 10px;}
.time_city { width: 30%;}
.stop_over { width: 35%; text-align: center;}
.fare_price { width: 50%; text-align: left; margin: 10px 0 0 0;}
.book_fare { width: 50%; text-align: end;}
.footer_navbar.nav-pills .nav-link.active:before{ right: -5px;}
.Address_baar { margin: 15px 0 0 0;}
.dest_tittle_heading { padding: 80px 0 0 0; text-align: center;}
.dest_tittle_heading h1{font-size: 20px;}

	
}

/** MOBILE RESPONSIVE CSS **/