html {
  scroll-behavior: smooth;
}
body{ font-family: 'Montserrat', sans-serif; padding:0px; margin:0px;}

.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px !important;
    border-radius: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    background: #fff !important;
    position: absolute;
    top: 0;
}


.navbar-brand img {
    width: 280px;
    margin: -12px 0 0 0;
}

.mytoll_fr {
    width: 290px;
    margin: 0;
}
.mytoll_fr img {
    width: 49px;
    border-radius: 50%;
    float: left;
    margin: -1px 7px 0 0;
    border: solid 1px #ddd;
}
.mytoll_fr a {
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 21px;
    color: #0e3069;
}
.mytoll_fr p {
    font-size: 12px;
    color: #262626;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
    font-weight: 500;
        font-size: 13px;
}

.dropaple_menu{ padding:0px !important; min-width: 200px !important;}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 10px !important;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0e3069;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #0e3069;
    border-color: #337ab7;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e3069;
    border-left: solid 2px #0e3069;
}
.my_navbar>li>a:focus, .my_navbar>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #0e3069;
    background-color: transparent;
}


/** BANNER TEXT CSS START **/

.banner_home{ padding:40px 0 10px 0; }

.Main_text h1 {
    font-size: 34px;
    color: #fff;
    margin: 5px 0 18px 0;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: #080808 0 1px 2px;
    line-height: 48px;
}
.Main_text h4 {
    font-size: 23px;
    color: #fff;
    margin: 0px 0 50px 0;
    text-shadow: #080808 0 1px 2px;
}


/** BANNER TEXT CSS START **/

.Expets_hh {
    background: #111723;
    text-align: center;
    min-height: 278px;
}
.Expets_hh img {
    width: 115px;
    border-radius: 50%;
    border: solid 1px #f9f9f9;
    margin: 25px 0px 0 0;
}
.Expets_hh a {
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 27px;
    color: #ffffff;
    margin: 20px 0 10px 0;
}
.Expets_hh h6 {
    color: #f1f69e;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner_bottom {
    background: #fff;
    padding: 25px 0 0 0;
}
.gap_low {
    padding-right: 5px;
    padding-left: 5px;
}
.small_icon {
    padding: 15px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    text-align: center;
    margin: 0px 0 0 0;
    border-radius: 4px;
	position:relative;
}
.small_icon:before{ position:absolute; content:''; background:#f9f9f9; width:100%; height:70%; bottom:0px; left:0px;}
.small_icon i {
    background: #0e3069;
    width: 55px;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #fff;
    border-radius: 48px;
    margin: 0 0 9px 0;
	position:relative;
	z-index:1;
}
.small_icon h4 {
    font-size: 15px;
    color: #111723;
    font-weight: 500;
    margin: 5px 0 6px;
    text-transform: uppercase;
	position:relative;
	z-index:1;
}
.small_icon p {
    font-size: 13px;
    color: #777;
    line-height: 20px;
	margin:0;
	position:relative;
	z-index:1;
}


.tp_bg{ background:#fff; padding: 15px;}
.destination_home{ padding:60px 0; background:#fff;}

.heading_tittle{}
.heading_tittle h2 {
    font-size: 23px;
    color: #333;
    margin: 8px 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.heading_tittle h2 span{ color:#0e3069;}
.heading_tittle p{ font-size:14px; color:#3d3c3c; margin:0 0 25px 0;}


.dest_deals {
    position: relative;
    margin: 0 0 20px 0;
}
.dest_deals:before {
    content: "";
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: transparent;
    background: -moz-linear-gradient(top,rgba(2,34,67,0) 3%,#111723 74%);
    background: -webkit-gradient(left top,left bottom,color-stop(3%,rgba(2,34,67,0)),color-stop(43%,#111723));
    background: -webkit-linear-gradient(top,rgba(2,34,67,0) 3%,#111723 74%);
    background: linear-gradient(180deg,rgba(2,34,67,0) 3%,#111723 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111723",endColorstr="#111723",GradientType=0);
    position: absolute;
    height: 106px;
    width: 100%;
    bottom: 0;
    left: 0;
} 


.dts_img{}
.dts_img img {
    width: 100%;
    height: 278px;
}

.dst_info {
    position: absolute;
    bottom: 40%;
    width: 100%;
    padding: 0 10px 15px 10px;
    text-align: center;
}
.dst_info h4 {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    font-weight: 600;
    text-shadow: #080808 0 1px 2px;
    text-transform: uppercase;
}


.flights_home {
    background: #fff url(../images/bg-content-1.png);
    padding: 30px 0 40px 0;
	background-size: cover;
}

.dt_pg {
    border: solid 1px #f3f3f3;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    margin: 0 0 15px 0;
}
.full_ttps {
    padding: 15px 5px 8px 5px;
    background: #fff;
    position: relative;
}
.tps_dels {
    padding: 12px 0 0 0;
}
.tps_dels img {
    width: 58px;
    margin: -8px 0 0 -18px;
}
.tps_dels_des {
    padding: 6px 0;
}
.tps_dels_des h5 {
    font-size: 15px;
    color: #3f3d40;
    font-weight: 600;
    margin: 0px 0 6px 0;
}
.tps_dels_des h5 span {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
    font-weight: 500;
    padding: 2px 0 0 0;
}
.tps_dels_des p {
    font-size: 13px;
    color: #777;
    margin: 0px;
}
.tps_dels_des h1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 0px 0 0 0;
    margin: -7px 0 5px 0;
}
.tps_dels_des a {
    background: #0e3069;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: normal;
    border-radius: 2px;
}


.mains_footer {
    background: #111723 url(../images/bg-content-1.png);
    padding-bottom: 0;
    background-size: 100%;
    padding: 35px 0 35px 0;
    position: relative;
}
/* .mains_footer:before {
    position: absolute;
    content: '';
    width: 35%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #0a1b2c;
} */
.qickes_link {
    padding: 0 0 10px 0;
}
.qickes_link h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px 0;
    border-bottom: dashed 1px #31345f;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.qickes_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.qickes_link ul li {}
.qickes_link ul li a {
    display: block;
    font-size: 13px;
    color: #dddddd;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
}

.footer_link {
    text-align: center;
    margin: 20px 0 20px 0;
}
.footer_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 0;
}
.footer_link ul li {
    display: inline-block;
    color: #dddddd;
}
.footer_link ul li a {
    font-size: 14px;
    color: #dddddd;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px 0px;
    border-radius: 35px;
    margin-right: 4px;
    line-height: 14px;
}
.social_news {
    padding: 0;
}
.social_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_news ul li {
    display: inline-block;
}
.social_news ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    width: 30px;
    display: inline-block;
    height: 30px;
    background: #425f9c;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
}
.twitte {
    background: #1da1f2!important;
}

.payment_icons {
    text-align: center;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .6s ease;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
}
.disclemaer {}
.disclemaer p {
    font-size: 14px;
    color: #2a2929;
    line-height: 20px;
    margin: 10px 0 10px 0;
    font-weight: 400;
	text-align:center;
}

.bottom_copyrights {
    padding: 8px 0;
    color: #777;
    margin: 0 0 0px 0;
    text-align: center;
    background: #111723;
}
.bottom_copyrights p {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}


.desti_page{ padding:30px 0;}
.london_heading {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 0;
    padding: 25px 0 10px;
    position: relative;
}
.london_heading:before {
    position: absolute;
    bottom: 1px;
    content: '';
    left: 2px;
    background: #f15a22;
    width: 60px;
    height: 2px;
}

.aligents_texts {
    margin: 15px 0 30px 0;
}

.aligents_texts p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.aligents_texts p span{ font-weight:600; color:#0e3069;}

.aligents_texts h2 {
    font-size: 20px;
    color: #093562;
    margin: 12px 0 12px 0;
    font-weight: 600;
}

.aligents_texts h4 {
    background: #f9f9f9;
    padding: 4px 0 4px 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: solid 2px #093562;
    margin: 15px 0 8px 0;
}

.aligents_texts ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.aligents_texts ul li {
    font-size: 14px;
    color: #333;
    line-height: normal;
    margin: 0 0 7px 0;
    box-shadow: inset 0 0 5px rgba(169, 158, 158, 0.9);
    display: inline-block;
    padding: 4px 18px;
    border-radius: 38px;
}

.aligents_texts ul li i {
    color: #093562;
    padding-right: 4px;
}


.privacy_content {
    padding: 40px 0;
}

.pvc_cont h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.pvc_cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}

.pvc_cont h4 {
    background: #f9f9f9;
    padding: 4px 0 4px 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: solid 2px #0e3069;
    margin: 15px 0 8px 0;
}
.pvc_cont ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 10px 10px;
}
.pvc_cont ul li {
    font-size: 14px;
    color: #333;
    margin: 0px;
    line-height: 27px;
}

.pvc_cont ul li i {
    margin-right: 4px;
    color: #0e3069;
}



.contact_page_ff {
    background: #fff;
    padding: 30px 0;
}

.single-info-box {
    position: relative;
    padding: 25px 30px;
    text-align: center;
    border: solid 1px #f3f3f3;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}

.single-info-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.single-info-box .icon-box img {
    position: relative;
    width: 55px;
    transition: all 500ms ease;
}

.single-info-box h2 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 19px;
    color: #222;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.single-info-box .text {
    position: relative;
    font-size: 14px;
    margin-bottom: 14px;
}

.single-info-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #4527a4;
    font-weight: 500;
    text-decoration: none;
}

.main_title_2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
	margin-top:60px;
}
.main_title_2 h2 {
    margin: 5px 0 0 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.main_title_2 h2 strong {
    color: #ffb401;
}
.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: 10px auto 10px auto;
}
.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #ffb401;
    display: block;
    margin: auto;
}
.cont_leb{ font-size:14px; font-weight:500;}
.cont_form_ct {
    width: 100%;
    height: 60px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #ededed;
    border-radius: 50px;
    padding: 10px 0 10px 17px;
    font-size: 15px;
}
.flat_message {
    border: 0;
    background: #ffb401;
    color: #fff;
    padding: 14px 12px;
    border-radius: 33px;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    width: 28%;
    font-weight: 600;
    margin: 0 auto;
}


.about_mains {
    padding: 50px 0 50px 0;
}
.ddresh_hd {}
.ddresh_hd h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 15px 0px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 0 0 0px;
}

.ddresh_hd p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.cust_review_main {
    padding: 30px 0;
    background: #fcfcfc;
}
.lt_test {
    width: 100%;
    display: table;
    background: #eee;
    padding: 26px 0 30px 0;
    text-align: center;
    box-shadow: 0px 0px 1px #e8d2d2;
}
.lt_test h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}
.lt_test h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}
.lt_test span img {
    width: 30px;
    background: #73cf11;
}
.testimonial {
    padding: 0px;
    margin: 0 15px 0 0;
}
.testimonial .rating {
    padding: 0;
    list-style: none;
    text-align: right;
}
.date_tt {
    font-size: 12px;
    color: #777;
    float: right;
}
.rating li {
    display: block;
    float: left;
    background: #00b67a;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0px 0 1px;
    padding: 0;
    color: #fff;
}
.testimonial .description {
    border-radius: 6px;
    color: #333333;
    font-size: 13px;
    padding: 5px 0px;
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.header_rr {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
}
.testimonial-review {
    padding-top: 0px;
}
.testimonial-review .testimonial-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
    margin: 0px;
}
.testimonial-title small {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}


.btresp_rs {
    background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    padding: 7px 0;
    bottom: 0px;
    left: 0px;
    box-shadow: 0 -4px 7px 0 rgba(0,0,0,.2);
    text-align: center;
    display: none;
    z-index: 9;
}

.btresp_rs a {
    font-size: 18px;
    color: #fff;
    background: #4CAF50;
    text-decoration: none;
    padding: 5px 28px;
    display: inline-block;
    border-radius: 34px;
    font-weight: 500;
    border: solid 2px #4CAF50;
    letter-spacing: .5px;
}



@media (min-width:320px) and (max-width:479px){

.banner_home { background: #111723 !important; padding: 20px 0 10px 0 !important;}	
.Main_text{ display:none;}
.navbar-brand:before{ display:none;}
.Expets_hh{ margin-bottom:20px;}
.btresp_rs{ display:block;}
	
}

@media (min-width:360px) and (max-width:639px){
    
.banner_home { background: #111723 !important; padding: 20px 0 10px 0 !important;}	
.Main_text{ display:none;}
.navbar-brand:before{ display:none;}
.Expets_hh{ margin-bottom:20px;}
.btresp_rs{ display:block;}
    
}