*{padding: 0;margin: 0;font-size: 14px;}
body{font-family: 'Poppins', sans-serif;color: #000;}
ul,ol{list-style: none;padding: 0;margin: 0;}
a,a:hover{text-decoration: none;}
input.button{outline: none;}


/*========================MAIN CSS STARTS HERE============================*/


ul.my_navbar{}
ul.my_navbar li{}
ul.my_navbar li a
{
	color: #333 !important;
    font-weight: 500;
    padding: 0;
    margin: 0 15px;
    letter-spacing: 0.5px;
    position: relative;
}
ul.my_navbar li a span
{
    background: #1564AF;
    position: absolute;
    font-size: 10px;
    padding: 2px 4px;
    top: -13px;
    right: 14px;
    transform: skew( -10deg );
    font-weight: 600;
    line-height: 10px;
    color: #fff;
    text-transform: capitalize;
}
ul.my_navbar li a i
{
    color: #02456D;
    width: 22px;
    height: 22px;
    border: 1px solid #02456D;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
}
.banner
{
/*  background-image: url(../images/bnr.jpg);*/
    width: 100%;
    height: 500px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 75px;
/*    background-attachment: fixed;*/
/*    opacity: 0.8;*/
}
.banner::before
{
    content: '';
    width: 100%;
    height: 100%;
    background: #02456D12;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.ofr_txt{text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #1766a7;
    border: 1px dashed;
    padding: 2px 20px;
    border-radius: 2px;}
.ofr_txt span{color: #02456D;
    font-size: 20px;
    font-weight: 600;}
.mob_toll{margin: 0 0 0 150px;z-index: 1;line-height: 26px;position: relative;}
.mob_toll a
{
	color: #1766a7;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 0px;
    position: relative;
}
.mob_toll a i
{
    position: absolute;
    right: -50px;
    top: -18px;
    width: 46px;
    height: 46px;
    background: #02456D;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 50px;
}
.mob_toll span
{
    display: block;
    color: #777;
    font-size: 13px;
    letter-spacing: 1px;
}
.mob_toll img{width: 50px;
    position: absolute;
    left: -59px;
    top: 0;}
img.logo {
    width: 79%;
}

.slider_home{margin-top: 30px;overflow: hidden;}
.main_navbar
{
	z-index: 9;
    padding: 0px 0;
    background: #fff;
/*    box-shadow: 0 0 5px #00000052;*/
}
/*.main_navbar::before
{
    content: '';
    width: 325px;
    height: 100%;
    background: #215fad;
    position: absolute;
    right: 0;
    top: 0;
}*/
.fixed 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
     background: #fff; 
    z-index: 99;
    box-shadow: 0 1px 7px #33333324;
    padding:0px 0;
}
.fixed .hdr_main
{
    padding: 0px;
}
.hdr_main
{
	background: #fff;
    /*padding: 20px;*/
    border-radius: 0px;
}
.header_contact{}
.header_contact ul
{}
.header_contact ul li
{
	display: inline-block;
    font-size: 13px;
    padding: 0 36px 0 0;
    line-height: 1.2;
}
.header_contact ul li a
{
	color: #fcfcfc;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.top_header 
{
    
    position: relative;
    z-index: 9;
    background: #2460ad;
    padding: 10px 0;
}
.social_links
{
	text-align: right;
}
.social_links ul{}
.social_links ul li
{
	display: inline-block;
	margin: 0 8px 0 0;
}
.social_links ul li a{}
.social_links ul li a i
{
	color: #fcfcfc;
}
.banner h1
{
    text-align: left;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    text-shadow: 0 2px 2px #000;
    margin-bottom: 0px;
    background: #02456dd1;
    padding: 5px 3px;
}
.banner h1 span
{
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.Sec_dest
{
	background: #fff;
	padding: 50px 0;
}
.Sec_about
{
    background: #fff8f8;
    padding: 50px 0;
}
.about_sec{}
.about_sec h2
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}
.about_sec h2::before
{
    content: '';
    width: 44px;
    height: 3px;
    background: #02456D;
    position: absolute;
    bottom: -3px;
}
.about_sec h3, .about_sec h4
{
    background: #e6f4ff;
    padding: 5px;
    border-radius: 2px;
    color: #1766a7;
    font-weight: 600;
    font-size: 20px;
}
.about_sec p
{
    line-height: 30px;
    font-size: 14px;
    color: #000;text-align: justify;
}
.about_sec ul li
{
    line-height: 30px;
    font-size: 14px;
    color: #000;
}
.about_sec a
{
    border: 1px dashed #02456D;
    padding: 8px 16px;
    border-radius: 25px;
    color: #000;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.about_sec p a {
    border: 0px dashed #02456D;
    padding: 0px;
/*    border-radius: 25px;*/
    color: #02456D;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}
.about_sec a:hover
{
    background: #02456D;
    color: #fff;
}
.hding_page{margin-bottom: 25px;}
.hding_page h2, .hding_page h3
{
	margin-bottom: .0;
    font-weight: 500;
    font-size: 30px;
}
.hding_page h2 span, .hding_page h3 span
{
	display: block;
    color: #898989;
    font-weight: 400;
}
.hding_page p
{
    margin-bottom: 8px;
    font-size: 15px;
}

.dest_box 
{
    width: 100%;
    display: table;
	position: relative;
}
.dest_box::before{content: '';width: 100%;
    height: 44%;
    background: linear-gradient(1deg, black, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 0 0 4px 4px;
}
.pd_bx{padding: 5px;}
.dest_text
{	
	width: 100%;
/*    background: #ffffffeb;*/
    padding: 8px;
    z-index: 9;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 8px;
}
.left_ct{float: left;}
.left_ct i
{
	width: 32px;
    height: 32px;
    border: 1px solid #02456D;
    line-height: 32px;
    text-align: center;
    border-radius: 6px 0 6px 0;
    float: left;
/*    transform: rotate(45deg);*/
    background: #02456D;
     color: #fff; 
    font-size: 15px;
    margin-top: 8px;
}
.left_ct p
{
	margin: 0 0 0 40px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.left_ct p span
{
	display: block;
    font-size: 12px;
    color: #d5d5d5;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.right_ct
{
	position: absolute;
    top: 8px;
    right: 8px;
    /*color: #ffffff;
    font-size: 10px;
    text-align: right;
    background: #2349a1;
    padding: 4px;
    border-radius: 2px;*/
}
.right_ct a
{
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
}
.right_ct i
{
    color: #ffffff;
    font-size: 9px;
    text-align: right;
    background: #02456D;
    padding: 4px;
    border-radius: 2px;
    margin: 0 0 0 -1px;
}
.dest_img{overflow: hidden;border-radius: 0px;}
.dest_img img
{
	width: 100%;
    height: 275px;
	display: block;
	transition: all 0.5s;
    border-radius: 0px;
}
.dest_box:hover img
{
	transform: scale(1.1);
}
.Sec_why
{
	padding: 25px 0;
	background: #02456d33;
}
.why_ct
{
/*	text-align: center;*/
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0px 3px #33333352;
    border: 0px solid #18c1c4;
}
.pd_1{padding: 0 5px;}
.bg_top
{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 40px rgb(83 88 93 / 10%);
}
.why_ct img
{
    width: 50px;
    margin:12px 10px 25px 0;
    float: left;
}
.why_ct i
{
	font-size: 25px;
    /* float: left; */
    color: #02456D;
    transition: all 0.5s;
    margin: 5px 10px 0 0;
    width: 50px;
    height: 50px;
    border: 2px solid #02456D;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
}
/*.why_ct:hover i{margin: -10px 0 0 0;}*/
.why_ct h4
{
	color: #053358;
    font-size: 18px;
    margin: 0;
    position: relative;
    margin-bottom: 6px;
    border-bottom: 1px dashed;
    overflow: hidden;
    padding-bottom: 4px;
    font-weight: 600;
}
/*.why_ct h4::before
{
    content: '';
    width: 10%;
    height: 3px;
    background: #02456D;
    position: absolute;
    left: 19%;
    bottom: -3px;
}*/
.why_ct p
{
	margin: 0;
    color: #194174;
}
.Sec_deals
{
	padding: 25px 0;
	background: #f9f9f9;
}
.fly_deals
{
	margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #f7eded;
    border: 1px solid #ffe1e1;
    display: table;
    width: 100%;
}
.ar_logo
{
	width: 10%;
    float: left;
}
.ar_logo img
{
	width: 75%;
    border: solid 1px #ddd;
    margin: 4px 0 0 0;
    border-radius: 4px;
}
.ar_nm
{
	width: 15%;
    float: left;
    padding: 0 0 0 0px;
    border-right: solid 1px #ddd;
    min-height: 47px;
}
.ar_nm h4
{
	font-size: 14px;
    color: #333;
    margin: 6px 0 0 0;
}
.deal_date
{
	width: 40%;
    float: left;
    border-right: solid 1px #ddd;
    text-align: center;
}
.deal_date p
{
	font-size: 13px;
    color: #333;
    margin: 0px;
    font-weight: 500;
}
.deal_date h4
{
	font-size: 20px;
    margin: 2px 0 0 0px;
    color: #142b7e;
    font-weight: 600;
    text-transform: uppercase;
}
.deal_date h4 img
{
    margin: 0px 5px 0 5px;
}
.deal_price {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: inline;
    margin-top: 8px;
}
.deal_Btn
{
	width: 10%;
    float: left;
    text-align: center;
}
.deal_Btn a
{
	display: inline-block;
    margin: 3px 0 0 0;
    font-size: 22px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #02456D;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
    transition: all 0.5s;
}

.deal_Btn a:hover{background: #02456D;color: #fff;}
.recorded {
    font-size: 14px;
    color: #171717;
    margin: 10px 0 0 0;
    line-height: 22px;
    font-weight: 400;
}
.recorded a {
    text-decoration: underline;
    color: #f05126;
    font-weight: 600;
}

.ftr_top {
    background: #38759a;
    padding: 30px 0;
}

.Sec_subcribe{padding: 45px 0;}
.call_banner{background: url(../images/hometype1.jpg) no-repeat;background-position: right;background-size: contain;position: relative;border-radius: 10px;overflow: hidden;}

.call_bnr_inner{text-align: center;background: #2460ad;padding: 64px 30px 80px;}
.call_bnr_inner h4{font-size: 42px;font-weight: 700;text-transform: uppercase;color: #fff;}
.call_bnr_inner p{font-size: 20px;margin-bottom: 20px;color: #fff;}
.call_bnr_inner a
{
    background: #02456D;
    padding: 12px 24px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
}
.email_enq
{
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}
.news_ctnt{}
.news_ctnt h4
{
    font-size: 25px;
    font-weight: 600;
    color: #02456D;
}
.news_ctnt p
{
    margin: 0;
    color: #4a4a4a;
    letter-spacing: 0.5px;
}
.email_img{}
.email_img img{width: 50%;}
.email_frm{text-align: center;}
.email_frm h4{color: #333;}
.email_frm p{color: #333;}
.email_frm{position: relative;}
.email_frm input
{
    outline: none;
    width: 70%;
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
    float: left;
}
.email_frm button
{
    border: 0;
    border-radius: 4px;
    height: 58px;
    width: 28%;
    background: #02456D;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    float: right;
}
.page_link{}
.page_link ul li{display: inline-block;
    margin: 0 0px;}
.page_link ul li a{color: #fff;font-size: 16px;}
.page_link ul li a i{}
.footer
{
    background-image: url(../images/footer2.jpg);background: #02456D;color: #484848; position: relative;padding: 25px 0 30px 0;background-attachment: fixed;
}
/*.overlay2 {
    background-image: url(../images/shape-1.png);
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.ftr1
{
    /*background: #fff;
    padding: 10px;*/
}
.ftr1 img
{
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.ftr1 p
{
    color: #fff;
    font-size: 15px;
    text-align: justify;

}
.ss_link{text-align: center;}
.ss_link ul{}
.ss_link ul li{display: inline-block;}
.ss_link ul li a i
{
    width: 36px;
    height: 36px;
    background: #02456D;
    text-align: center;
    line-height: 36px;
    color: #eee;
    margin: 0 5px;
    border-radius: 35px;
} 
.ftr_Bx{}
.brdr_st
{
    /*border: 1px dashed #eee;*/
    /*padding: 20px;
    background: #323269;
    border-radius: 15px;*/
}
.ftr_Bx h4
{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 400;
/*    text-transform: uppercase;*/
border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}
/*.ftr_Bx h4::before
{
    content: '';
    width: 60px;
    height: 1px;
    background: #02456D;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.ftr_Bx h4::after
{
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 0;
}*/
.ftr_Bx h4::first-letter{font-size: 28px;color: #ED1B23;}
.ftr_Bx ul{}
.ftr_Bx ul li.col-md-3 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 19%;
}
.ftr_Bx ul li{line-height: 30px;/*display: inline-block;margin: 0 17px 0 0;*/}
.ftr_Bx ul li span{display: block;font-weight: bold;color: #fff;line-height: 20px;margin-top: 5px;}
.ftr_Bx ul li a{color: #fff;font-weight: 300;font-size: 13px;letter-spacing: 0.5px;letter-spacing: 0.5px; transition: all 0.5s;}
/*.ftr_Bx ul li a:hover{margin: 0 0 0 5px;color: #fff;}*/
.ftr_Bx ul li a i{color: #fff;}
.ftr_Bx{margin: 15px 0;}
.ftr_Bx p{color: #fff;line-height: 26px;font-weight: 300;font-size: 13px;letter-spacing: 0.5px;}
.ftr_Bx ul{}
.ftr_Bx ul li{}
.ftr_Bx ul.txt_dspl li{display: block;width: 100%;}
.ftr_Bx ul li img
{
    background: #fff;
    padding: 2px;
    border-radius: 2px;
    margin: 0 0 7px 0;
}
.ftr_Bx2 ul{}
.ftr_Bx2 ul li{display: inline-block;}
.ftr_Bx2 ul li img
{
    background: #fff;
    padding: 2px;
    border-radius: 2px;
    margin: 0 10px 0 0;
}
.icon_bx
{
    margin-right: 10px;
}
.footer_btm 
{
    text-align: center;
    background: #02456D;
    padding: 15px 0;
    color: #fff;
    /*font-weight: 500;*/
    letter-spacing: 0.5px;
}
.dis_bx
{
    background: #38759a;
    padding: 25px 0;
}
.dis_txt
{

}
.dis_txt p
{
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 23px;
}
.dest_page{}
.dest_page h4{}
.dest_page ul li{}
.dest_page ul li a{}


.book_banner {
    background-image: url(../images/book-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 104px 0px 80px 0px;
}
.book_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000014;
}
.book_banner_captions {
    position: relative;
    padding: 33px 24px 0 15px;
}
.book_banner_captions h2 {
    font-size: 26px;
    font-weight: 600;
    text-shadow: #080808 0 1px 2px;
    text-align:center;
    color:#fff;
}
.book_banner_captions p {
    font-size: 20px;
    text-shadow: #080808 0 1px 2px;
    text-align:center;
    color:#fff;
}
.book_banner_captions p strong {
    color: #f26122;
}
.book_pg_main {
    padding: 50px 0px 46px 0px;
    position: relative;
    background: #f9f9f9;
}
.book_assing {
    border-radius: 4px;
    padding: 14px 10px 14px 10px;
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
    background-color:#fff;
}
.book_assing img {
    width: 88px;
    margin: 0 auto 11px auto;
    display: block;
}
.book_assing p {
    margin: 0 0 3px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.book_assing a {
    text-decoration: none;
    color: #ed166b;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 5px auto;
    display: block;
}
.book_assing ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.book_assing ul li {
    list-style: none;
    font-size: 14px;
    line-height: 26px;
}
.book_assing ul li i {
    margin-right: 3px;
    color: #ed166b;
}

.book_travel {
    border-radius: 4px;
    padding: 12px 17px 16px 17px;
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.book_travel_hd h2 {
    text-align: center;
    font-size: 23px;
    margin: 14px 0 38px 0;
    font-weight: 500;
}
.book_travel_week {
    margin: 0 0 36px 0;
    position: relative;
}
.book_travel_week h2 {
    margin: 0 0 2px 0;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.book_travel_week p {
    margin: 0 0 0 0;
    font-size: 14px;
}
.first_cent p {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #222;
}
.book_travel_img img {
    width: 263px;
    height: 349px;
}
.book_travel_cont span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ed166b;
}
.book_travel_cont a {
    text-decoration: none;
    color: #fff;
    background: #0f559c;
    padding: 4px 24px 5px 24px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 2px;
    margin: 6px 0 0 0;
    display: inline-block;
}
.custom_rowng {
    margin: 0 -15px 22px -15px;
}
.book_travel_btm p {
    margin: 12px 0 0 0;
    font-size: 15px;
    color: #222;
}






.Sec_whyus{background-color: #032e3f;} 
.main_ctnt2{padding-top: 75px;}
.main_ctnt2 h3{font-size: 40px;color: #fff;}
.main_ctnt2 h6{font-size: 16px;line-height: 30px;color: #fff;font-weight: 400;margin-bottom: 20px;}
.why_ct2{margin-bottom: 30px;}
.why_ct2 img{width: 60px;float: left;margin-right: 12px;}
.why_ct2 h4{color: #fff;font-size: 20px;}
.why_ct2 p{color: #ccc;font-size: 15px;} 
.img_step{margin-right: -119px;background: #fff;}
.img_step img{}

.brdt_txt{border: 1px dashed #fff;padding: 12px;}



.top_hdr{background: #333;padding: 8px 0;border-bottom: 0px solid #f3f3f3;}
.hdr_txt_lft{}
.hdr_txt_lft ul{}
.hdr_txt_lft ul li
{
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
/*    font-weight: 600;*/
}
.hdr_txt_lft ul li a
{
    color: #fff;
/*    font-weight: 500;*/
    letter-spacing: 0.5px;
}
.hdr_txt_lft ul li i
{
    color: #fff;
    font-size: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ss_media
{
    text-align: right;
}
.ss_media ul li
{
    display: inline-block;
    margin: 0 0 0 3px;
}
.ss_media ul li a{}
.ss_media ul li a i
{
/*    color: #fff;*/
    margin-right: 4px;
    font-size: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 0;
}
.clr_tw{color: #1DA1F2;}
.clr_fb{color: #4267B2;}
.clr_ytube{color: #02456D;}
.clr_lkn{color: #0A66C2;}


/*======================ABOUT US PAGE CSS STARTS HERE========================*/

.banner_page{width: 100%;background-position: 100% 50%;background-repeat: no-repeat;background-size: cover;position: relative;z-index: 1;padding: 60px 0;}
.banner_page h1{text-align: center;color: #fff;}
.Sec_page{padding: 50px 0;background: #fff;}
.page_ctnt{background: #fff;padding: 15px;box-shadow: 0 0px 2px #11111121;border-radius: 8px;}
.page_ctnt h2, .page_ctnt h3, .page_ctnt h4{font-size: 20px;font-weight: 600;margin-bottom: 10px;background: #f3fcff;padding: 7px;border-radius: 4px;}
.page_ctnt p{text-align: justify;}
.page_ctnt ol li{line-height: 25px;}
.page_ctnt ol li i{color: #02456D;}
img.img_set{width: 50%;float: right;margin: 0 0 0 20px;}
.free_tl{outline: 1px dashed #fff;padding: 10px 15px;background: #02456D;outline-offset: -5px;border-radius: 45px;line-height: 23px;text-align: center;}
.free_tl p{margin: 0;font-weight: 500;color: #040557;text-align: center;}
.free_tl a{font-weight: 600;font-size: 18px;color: #fff;letter-spacing: 2px;}
.link_ftr{background: #032e3f;padding: 7px 0;}
.page_ftr_link{text-align: right;margin: 8px 0 0 0;}
.page_ftr_link ul li{display: inline-block;}
.page_ftr_link ul li a{color: #fff;margin: 0 0 0 56px;}
.img_travel img{background: #fff;padding: 3px;margin: 0 4px;border-radius: 2px;width: 70px;height: 36px;}
.Sec_inq{background: #f5f2f2;}
.ct_1{background: #fff3f3;padding: 15px;/*box-shadow: 0 0px 1px #33333352;*/border: 1px solid #ddd; border-radius: 2px;text-align: center;}
.ct_1 h4{color: #032e3f;}
.ct_1 h4 i{display: block;font-size: 20px;color: #ffffff;width: 40px;height: 40px;line-height: 40px;margin: 0 auto;background: #02456D;padding: 0px;border-radius: 4px;margin-bottom: 8px;}
.ct_1 p{color: #282828;margin: 0;}
.ct_1 a{color: #282828;}

.enp_frm h4{text-align: center;margin-bottom: 20px;}
.enp_frm, .map_bx{background: #fff3f3;/*box-shadow: 0 0px 2px #44444440;*/padding: 15px;margin-bottom: 15px;border: 1px solid #ddd;}
.enp_frm input{width: 100%;border: 5px solid #ddd;height: 50px;padding: 0 10px;margin-bottom: 15px;border-radius: 4px;}
.enp_frm textarea{width: 100%;border: 5px solid #ddd;height: 150px;padding: 10px;margin-bottom: 15px;border-radius: 4px;}
.enp_frm button{background: #02456D;border: 0;padding: 8px 25px;color: #fff;display: block;margin: 0 auto;border-radius: 4px;font-size: 16px;}

.Sec_usp{background: radial-gradient(#2460ad2b, #02456D42);padding: 15px 0;text-align: center;}
.Sec_usp ul li{display: inline-block;color: #000;margin: 0 20px;font-weight: 500;font-size: 14px;border: 1px dashed;padding: 15px;border-radius: 4px;}
.Sec_usp ul li i{color: #2460ad;font-size: 16px;}


.cookies {
    background: #efefef;
    padding: 12px 0;
    width: 100%;
}
.lmps_co{ text-align: center; }

.lmps_co p {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
}
.lmps_co p strong {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 0 7px;
}
.lmps_co p span {
    font-weight: 600;
    color: #02456D;
    border: 1px dashed;
    padding: 6px 18px;
    letter-spacing: 1px;
    border-radius: 25px;
}
.lmps_co p img {
    width: 100px;
    margin: 0 10px 0 10px;
}
.ss_icon
{
    text-align: right;
}
.ss_icon h4
{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.ss_icon h4::before
{
    content: '';
    width: 60px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.ss_icon ul li{display: inline-block;margin: 0 5px;}
.ss_icon ul li a{}
.ss_icon ul li a i
{
    width: 32px;
    height: 32px;
    background: #02456D;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
}
.img_home{}
.img_home img
{
  /*  outline: 2px dashed #ffffff;
    outline-offset: -8px;*/
    border-radius: 8px;
/*    box-shadow: 0 0px 3px #fff;*/
}






.Sec_ft
{
    padding: 25px 0;
    background: #fff7f2;
}
.ft_4
{
    background: #fff;
    padding: 12px;
    border: 1px solid #ddd;    
    width: 100%;
    display: table;
    border-radius: 4px;
}
.ft_ic
{
    float: left;
    width: 14%;
}
.ft_ic i
{
    width: 40px;
    height: 40px;
    border: 1px solid #07257a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #07257a;
} 
.ft_tt
{
    width: 40%;
    float: left;
}
.ft_tt h4
{
    font-size: 16px;
    margin: 0;
    margin-top: 3px;    
    color: #1b2166;
}
.ft_tt p
{
    margin: 0;
    color: #777;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.ft_img
{
    width: 20%;
    float: left;
    text-align: center;
}
.ft_img img
{
    width: 28px;
}
.ft_tt2
{
    width: 40%;
    float: left;
    text-align: right;
}
.ft_tt2 h4
{
    font-size: 16px;
    margin: 0;
    margin-top: 3px;    
    color: #1b2166;
}
.ft_tt2 p
{
    margin: 0;
    color: #777;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.ft_pt
{
    width: 26%;
    float: left;
}
.ft_pt h4
{
    text-align: right;
    color: #fa5106;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.ft_pt h4 span
{
    display: block; 
    margin: 0;
    color: #777;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300;
} 
.innr_bx
{
    text-align: center;
}
.innr_bx h5
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #777;
}
.innr_bx h6
{
    color: blue;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.innr_bx a
{
    background: radial-gradient(#bb0000, #02456D);
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}
.Sec_dst_dls {
    background: #fffafa;
    padding: 36px 0;
}
.deals_bx {
    background: #fff;
    padding:8px 8px;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
/*    border-radius: 4px;*/
}
.dst_dls {
    text-align: center;
}
.dst_dls h4 {
    font-size: 20px;
    color: #02456D;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 3px;
    text-transform: uppercase;
}
.dst_dls h4 i{color: #1766a7;}
.dst_dls h4 img {
        margin: 0 25px;
}
.dst_dls p {
    font-size: 13px;
    margin: 0;
    color: #686868;
}
.dst_dls p i{color: #1766a7;}
.dst_pr {
    text-align: center;
}
.dst_pr p {
    margin: 0;
    font-size: 10px;
    color: #999;
    text-transform: capitalize;
}
.dst_pr h4 {
    margin: 0;
    color: #ee3f47;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.dst_bk {
    text-align: right;
}
.dst_bk a {
    background: #00273f;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
}
.ft_logo img
{
    width: 36px;
    border-radius: 4px;
    margin-top: 6px;
}
.dst_fname{font-size: 18px;color: #000;}
.dst_fname span{}

.slider_ctnt{position: absolute;
    left: 0;
    top: 0;
    padding: 28px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #00000026;}
.slider_ctnt h2{color: #fff;
    font-size: 20px;
    letter-spacing: 1px;font-weight: 300;}
.slider_ctnt p{font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;text-shadow: 0 0px 1px BLACK;}
.slider_ctnt h3{
    /*background: #c7c7c7;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    outline: 1px dashed #fff;
    outline-offset: -5px;
*/



background: #02456D;
/*    background: #e8fffb;*/
    text-align: center;
    display: inline-block;
    padding: 60px 0;
    border-radius: 160px;
    outline: 2px dashed #fff;
    outline-offset: -5px;
    width: 200px;
    height: 200px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 1px 0px BLACK;
    font-size: 20px;
    margin-bottom: 15px;




}
.slider_ctnt h3 span{font-size: 24px;
    color: #fff;
    font-weight: 700;display: block;
margin-top: 15px;}
.slider_ctnt h3 span sup{}
.slider_ctnt a{display: inline-block;
    background: red;
    padding: 0 20px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 1px;}
.slider_ctnt a i{background: #02456D;
    padding: 16px;
    font-size: 25px;
    color: #fff;
    border-radius: 2px 0 0 2px;
    margin-right: 10px;}


.text_warning {
    margin-top: 15px;
}
.text_warning h4 {
    color: #004e96;
    font-size: 16px;
}
.text_warning p {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.enq_hding{margin: 10px 50px 20px 15px;}
.enq_hding h4{color: #00023c;
    font-size: 22px;}
.enq_hding p{    color: #57647e;}


/*=================================================*/















.hotels_mia {
    margin-bottom: 8px;
    background: #fff;
/*    padding: 5px;*/
    border-radius: 4px;
    box-shadow: 0 1px 3px #0000002e;
    position: relative;
}

..htimg_car {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}



.htimg_car h4
{
    position: absolute;
    background: #690c36;
    left: 8px;
    margin: 0;
    top: 15px;
    color: #fff;
    padding: 8px 8px;
    text-align: center;
    border-radius: 2px;
    z-index: 6;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.htimg_car h4 span
{
  font-size: 12px;
  font-weight: 400;
}
.htimg_car img {
    width: 100%;
    height: 200px;
    transition: all .6s ease;
    border-radius: 2px;
    border-bottom: 0;

}
.ht_text_car {
    padding: 10px 8px;
    /* border: 1px solid #eee; */
    border-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ht_text_car h5 {
    font-size: 16px;
    color: #000000;
    margin: 5px 0;
    /* font-weight: 600; */
}

.pd5 {
    padding: 3px;
}

.psg_dls_hotel {
    width: 100%;
    position: absolute;
    background: #fff;
    padding: 10px;
    z-index: 1;
    left: 0;
    top: 46px;
    box-shadow: 0 2px 3px #ccc;
    border-radius: 0 0 5px 5px;
}
.room_aads h4{font-size: 16px;color: #1766a7}
select.dddchild{width: 100%;}
a.add-field {
    border: 1px solid #cbcbcb;
    padding: 1px 7px;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 10px 8px 0;
}

/*===================================*/





.cookies-stripdiv {width: 40%;position: fixed;bottom: 0;left: 0;transform: translate(5.3%, -17%);text-align: center;z-index: 10;background: #032e3f;padding: 15px 0px;outline: 1px dashed white;outline-offset: -6px;border-radius: 4px;}
.cookies-stripdiv p {margin: 0;display: inline-block;font-size: 13px;color: #fff;letter-spacing: 0.5px;}
#cookies {color: #ff590b;text-decoration: none;}
.cookies-stripdiv .accept {/*background: #02456D;*/padding: 5px 10px;color: #fff;font-weight: 400;border: none;text-decoration: none;cursor: pointer;white-space: nowrap;font-size: 12px;letter-spacing: 0.5px;display: block;margin: 0 auto;width: 145px;margin-top: 10px;border-radius: 4px;border: 1px solid;}




















/*==================RESPONSIVE CSS STARTS HERE........===========================*/

@media only screen and (max-width: 767px)
{
.dest_img img{height: auto;}
.news_ctnt p{font-size: 13px;}
.dst_dls p {font-size: 12px;}
.email_frm {margin-top: 15px;}
.dst_dls h4 {font-size: 18px;}
.news_ctnt h4 {font-size: 18px;}
.dst_tab .nav-tabs .nav-item {margin-bottom: -1px;margin: 5px !important;}
.enq_hding{display: none;}
.slider_home{display: none;}
.pd_bx {padding: 5px;}
.ftr_Bx2 ul li img{width: 60px;margin: 4px;}
.ss_icon {text-align: center;margin-top: 25px;}    
.hding_page h2, .hding_page h3{font-size: 20px;}
.email_img img {width: 100%;}
.email_frm input{width: 100%;margin-bottom: 10px;} 
.email_frm button{width: 100%;font-size: 14px;}   
.fixed {position: initial;}
.Sec_dest {padding: 25px 0;}
.lmps_co p span{display: block;width: 180px;margin: 0 auto;}
.left_ct p{font-size: 14px;}
.main_ctnt2 h3{font-size: 28px;}
.about_sec a{display: inline-block;margin-bottom: 10px;}
.main_navbar::before{width: 0;}


.img_step{margin-right: 0px !important;}
.page_ftr_link {text-align: justify;}
.page_ftr_link ul li a{margin: 0;}
.ar_logo img {width: 60%;}
ul.my_navbar li a span{display: none;}
ul.my_navbar li {margin: 6px 0;}
.why_ct{margin-bottom: 15px;}
.subs_content {padding: 35px;}
.subs_content h4{font-size: 25px;}
.brdr_st {/* border: 1px dashed #eee; */padding: 0;background: transparent;border-radius: 0;}

.ar_logo {width: 20%;}
.ar_nm {width: 25%;}
.deal_date {width: 55%;border-right: 0;}
.deal_price{width: 50%;}
.deal_Btn {width: 50%;}
img.logo {width: 160px;margin: 0 0 0 5px;}
.banner{height: auto;padding: 15px 0 0 0;}
#cookies_bx{display: none;}
.page_link ul li{margin: 10px;}
.navbar-light .navbar-toggler {color: #247ffb;border-color: #247ffb;border-radius: 0;border: 0;font-size: 25px;padding: 0;margin: 3px 0 0 0;}
.navbar-light .navbar-toggler-icon{font-size: 25px; background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' 


}



