body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
.top-header {
    background-color: #f4f9fd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.header-contact-info li {
    display: inline-block;
    margin-right: 20px;
    color: #121521;
    font-size: 14px;
}
.header-contact-info li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.header-contact-info li i {
    color: #ffffff;
    margin-right: 4px;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    border-radius: 50%;
    background-color:#0000ff;
    text-align: center;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.spacial_trust {
    background: #fff !important;
    border: none !important;
    margin: -2px 8px 0 0 !important;
}
.header-right-content {
    text-align: right;
}
.header-right-content .top-header-social {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.header-right-content .top-header-social li {
    display: inline-block;
    margin-right: 4px;
}
.header-right-content .top-header-social li a {
    display: block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 50%;
    background-color:#0000ff;
    text-align: center;
    font-size: 14px;
}
ul.navbar-nav {
    margin: 2px 0 0 0;
}
.trust_hd {
    margin: -6px 0 0 0;
}
.nav-link {
    display: block;
    padding: 3px 9px 3px 9px !important;
    color: #0000ff!important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    background: #ffffff;
    margin: 2px 0px 0px 13px;
    border: 1px solid #0000ff;
    border-radius: 40px;
}

.toll-free {
    width: 284px;
}
.toll-free img {
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 41px;
    border: 1px solid #d9d3d3;
    padding: 3px;
    background: #fff;
    box-shadow: 1px 3px 21px 0 rgb(0 0 0 / 11%);
    margin: 0 6px 0 22px;
}
.toll-free p {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align:right;
}
.toll-free a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: #ff4d00;
}
.navbar_toll {
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ff4d00 !important;
    border: 1px solid #ff4d00;
    margin: 0 0 0 28px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

.main_banner {
    background-image: url(../images/main-banner01.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0px 100px 0px;height: 480px;
}
.main_banner_captions {

}
.main_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 3px 0px;
}
.main_banner_captions h6 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 11px 0px 37px;
    text-align: center;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
}
section.services-area {
    padding: 44px 0 44px 0;
}
.why_choose_title h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 29px;
    padding-bottom: 15px;
    position: relative;
    color: #0000ff;
    text-transform: capitalize;
}
.why_choose_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background-color: #ff4d00;
    border-radius: 5px;
}
.why_choose_title h2:after {
    position: absolute;
    content: '';
    left: 74px;
    bottom: -7px;
    background-image: url(../images/plane.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    transform: rotate(21deg);
}
.service-item {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 25px 0 #0000ff;
    box-shadow: 0 0 11px 0 #0000ff;
    position: relative;
    padding-top: 14px;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: 1px solid #0000ff;
}
.service-item .service-front img {
    display: block;
    margin-bottom: 20px;
    margin: 0 auto 13px auto;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 3px;
    float: left;
    margin: 0 12px 0px 0;
}
.service-item .service-front h3 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 7px 0;
    color: #0000ff;
    text-transform: capitalize;
}
.service-item .service-front p {
    margin-bottom: 0;
    font-size: 14.5px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    line-height: 27px;
}


.top_destinations {
    padding: 30px 0 44px 0;
}
.top_destinations_hd {
    text-align: center;
}
.top_destinations_hd h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 29px;
    padding-bottom: 15px;
    position: relative;
    color: #0000ff;
    text-align: center;
    display: inline-block;
}
.top_destinations_hd h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background-color: #ff4d00;
    border-radius: 5px;
}
.top_destinations_hd h2:after {
    position: absolute;
    content: '';
    left: 74px;
    bottom: -7px;
    background-image: url(../images/plane.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    transform: rotate(21deg);
}
.des_gp01 {
    margin: 0;
    padding: 0px 5px 0px 5px;
}
.des_gp02 {
    margin: 0;
    padding: 0 5px 7px 5px;
}
.des_gp01 a {
    text-decoration:none;
}
.des_gp02 a {
    text-decoration:none;
}
.top_destinations_main {
    position: relative;
    transition:1s ease;
    overflow:hidden;
    border-radius:14px;
}
.top_destinations_main_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.top_destinations_main_cont h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 5px 0;
}
.top_destinations_main_cont p {
    margin:0 0 0 0;
}
.top_destinations_main_cont p i {
    color: #ff4d00;
    font-size: 14px;
    margin: 0 4px 0 0;
}
.top_destinations_main img {
    border-radius:14px;
    transition:1s ease;
    overflow:hidden;
}
.top_destinations_main img:hover {
    transform:scale(1.1,1.1);
    transition:1s ease;
}


.about_area {
    padding: 30px 0 44px 0;
    background: #0000ff29;
}
.about_area_cont {
    
}
.about_area_cont h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 22px;
    padding-bottom: 15px;
    position: relative;
    color: #0000ff;
    text-align: left;
    
}
.about_area_cont h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width:50px;
    height:4px;
    background-color: #ff4d00;
    border-radius: 5px;
}
.about_area_cont h2:after {
    position: absolute;
    content: '';
    left:52px;
    bottom: -7px;
    background-image: url(../images/plane.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    transform: rotate(21deg);
}
.about_area_cont p {
    margin: 0 0 0 0;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.about_area_img {
    position:relative;
    background: #0000ff24;
}
.about_area_img:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: #0000ff;
}
.about_area_img img {
    border-bottom: 8px solid #0000ff;
}
.about_area_cont {
    padding: 10px 10px 10px 12px;
    border: 1px solid #eae7e7;
    border-radius: 6px;
}
.about_area_img:after {
    content: " ";
    position: absolute;
    top: 28px;
    bottom: 0;
    width: 8px;
    height: 72%;
    background-color: #ff4d00;
}

.news_area {
    position: relative;
    padding: 16px 0 30px 0;
}
.news_back {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0px 10px 0 12px;
}
.news_area_ct {
    text-align: center;
    background: #0000ff;
    height: 100%;
    padding: 20px 0 20px 0;
}
.news_area_ct h3 {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}
.news_area_ct h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    margin: 13px 0 22px 0;
}
.news_area_ct a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 11px 24px 11px 24px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background:#ff4d00;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}
.news_area_ct p {
    margin: 0 0 0 0;
}
.news_area_ct p a {
    background: transparent;
    margin: 7px 0 0 0;
    display: block;
    color: #fff;
    text-shadow: #000 0px 1px 0px;
}
.news_area_fm {
    position: relative;
    height: 100%;
    padding: 38px 25px 20px 24px;
    background-image: url(../images/news_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.news_area_fm:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000012;
}
.news_area_fm h4 {
    margin: 0 0 8px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-shadow: #000 0px 1px 2px;
    position: relative;
}
.news_area_fm form {
    position: relative;
}
.news_area_fm input {
    height: 57px;
    border: none;
    box-shadow: none !important;
    border-radius: 2px;
    color: #000;
    background: #ffffff;
}
.news_area_fm p {
    margin: 0 0 1px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: #000 0px 1px 1px;
}
.news_area_fm button {
    position: absolute;
    right: 2px;
    top: 27px;
    height: 53px;
    border: none;
    color: #fff;
    padding: 0 30px 0 30px;
    border-radius: 2px;
    background: #0000ff;
    font-size: 16px;
    font-weight: 500;
}
.news_gp {
    margin:0;
    padding:0 0 0 0;
}



.popular_hotels {
    padding: 30px 0 44px 0;
}
.popular_hotels_hd {
    text-align: center;
}
.popular_hotels_hd h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 29px;
    padding-bottom: 15px;
    position: relative;
    color: #0000ff;
    text-align: center;
    display: inline-block;
}
.popular_hotels_hd h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background-color: #ff4d00;
    border-radius: 5px;
}
.popular_hotels_hd h2:after {
    position: absolute;
    content: '';
    left: 74px;
    bottom: -7px;
    background-image: url(../images/plane.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    transform: rotate(21deg);
}
.des_gp {
    margin: 0;
    padding: 0px 6px 0px 6px;
}
.des_gp a {
    text-decoration:none;
}
.popular_hotels_main {
    position: relative;
    transition: 1s ease;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
}
.popular_hotels_cont {
    background-color: rgb(255 255 255);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 0px 0px 10px 10px;
    margin: 0px;
    width: 100%;
    padding: 10px 6px 10px 12px;
    box-shadow: 0px 0px 4px #ccc;
    height: 133px;
}
.popular_hotels_cont h4 {
    color: #000;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 600;
}
.popular_hotels_cont h5 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 10px 0 8px 0;
}
.popular_hotels_main img {
    border-radius: 10px 10px 0px 0px;
}
.popular_hotels_cont p {
    padding: 6px 0px 0px 0px;
    margin: 0 0 0 0;
    color: #0000ff;
    font-size: 16px;
    font-weight: 500;
}
.popular_hotels_cont span {
    font-size: 16px;
    color: #000;
}
.popular_hotels_cont p i {
    background: #ff4d00;
    color: #fff;
    padding: 3px;
    border-radius: 6px;
    margin-right: 2px;
    font-size: 14px;
}
.popular_hotels_cont p span {
    margin-left: 16px;
    font-size: 15px;
    font-weight: 500;
}



.footer_start {
    padding: 50px 0 12px 0;
    background: #0000ff;
    background-size: contain;
}
.ht_link{}
.ht_link h4 {
    font-size: 20px;
    margin: 0 0 24px 0;
    color: #ffffff;
    position: relative;
}
.my_links ul li span {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.ht_link h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ff4d00;
    bottom: -12px;
    left: 5px;
}
.ht_link h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #ff4d00;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}


.ht_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ht_link ul li {
    display: inline-block;
    margin-right: 27px;
}
.ht_link ul li a {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 30px;
}

.air_links{}
.air_links h4 {
    font-size: 20px;
    margin: 0 0 24px 0;
    color: #fff;
    position: relative;
}
.air_links p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    margin: 0 0 8px 0;
}
.air_links h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ff4d00;
    bottom: -12px;
    left: 5px;
}
.air_links h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #ff4d00;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}
.air_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.air_links ul li {
    display: inline-block;
    margin: 0 25px 0 0px;
}
.air_links ul li a {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 28px;
}

.white_bg {
    padding: 19px 0;
    background: #07387a;
    position: relative;
}
.Featured_in {
    position: absolute;
    left: 0px;
    width: 200px;
    height: 69px;
    background: #ff4d00;
    top: 0px;
    text-align: center;
    padding: 18px 0;
    font-size: 15px;
    color: #fff;
}
.Featured_in:before {
    position: absolute;
    content: '';
    right: -35px;
    border-top: solid 37px transparent;
    border-left: solid 35px #ff4d00;
    border-bottom: solid 31px transparent;
    top: 0;
}
.payment_icons {
    text-align: left;
    margin: 0px 0 0 145px;
    float: left;
}
.payment_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.payment_icons ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    /*filter: grayscale(100%);*/
}
.payment_icons ul li a {
    /*filter: grayscale(100%);*/
}
.footer_quick {
    text-align:right;
}
.footer_quick ul {
    margin:0;
    padding:0;
    display:block;
}
.footer_quick ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 15px;
}
.footer_quick ul li a {
    text-decoration: none;
    font-size:13px;
    color:#fff;
}
.footer_quick ul li a i {
    margin:0 3px 0 0;
}
.my_links {
    border: 1px dashed #ffffff;
    border-radius: 4px;
    padding: 6px 8px 0px 14px;
}
.my_links h4 {
    font-size: 20px;
    margin: 0 0 24px 0;
    color: #fff;
    position: relative;
    font-weight: 500;
}

.my_links h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color:#ff4d00;
    bottom: -12px;
    left: 5px;
}
.my_links h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color:#ff4d00;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}

.my_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.my_links ul li {
    display: block;
}
.my_links ul li a {
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 28px;
}
.adtip {
    background: #fff4f400;
    width: 26px;
    height: 26px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 15px;
    margin-right: 4px;
    border: solid 1px #fff;
    color: #fff;
}

.disclamers {
    margin: 13px 0 0px 0;
    border-top: 1px solid #fff;
}
.disclamers p {
    font-size: 15px;
    margin: 0px 0 0px 0;
    /* border-top: solid 1px #e9e9e9; */
    padding: 8px 0 0px 0;
    text-align: justify;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

.copyright_sec_ {
    background: #0000ff;
    border-top: 1px dashed #fff;
}
.copyright_sec_ p {
    font-size: 15px;
    padding: 12px 0;
    text-align: center;
    margin: 0;
    color: #ffffff;
}
.copyright_sec_ p a{ color:#fff; text-decoration:none;}

/*about page*/

.about_banner {
    background-image: url(../images/about-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:60px 0px 60px 0px;
}
.about_banner_captions {

}
.about_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 0px 0px;
}


.about_pg {
    padding: 30px 0 44px 0;
}
.about_pg_cont {
    
}
.about_pg_cont h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 22px;
    padding-bottom: 15px;
    position: relative;
    color: #0000ff;
    text-align: center;
    display: inline-block;
}
.about_pg_cont h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width:50px;
    height:4px;
    background-color: #ff4d00;
    border-radius: 5px;
}
.about_pg_cont h2:after {
    position: absolute;
    content: '';
    left:52px;
    bottom: -7px;
    background-image: url(../images/plane.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    transform: rotate(21deg);
}
.about_pg_cont p {
    margin: 0 0 8px 0;
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
}
.about_pg_img {
    position:relative;
}
.about_pg_img:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: #0000ff;
}
.about_pg_img img {
    border-bottom: 8px solid #0000ff;
}
.about_pg_cont {
    padding: 10px 10px 10px 12px;
    border: 1px solid #eae7e7;
    border-radius: 6px;
}
.about_pg_img:after {
    content: " ";
    position: absolute;
    top: 28px;
    bottom: 0;
    width: 8px;
    height: 72%;
    background-color: #ff4d00;
}



.contact_banner {
    background-image: url(../images/contact-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:60px 0px 60px 0px;
}
.contact_banner_captions {

}
.contact_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 0px 0px;
}

.contact_page_ff {
    background: #efefef;
    padding: 30px 0;
}

.contact_page_ff .form-group {
    width: 48%;
    float: left;
    margin: 0 1% 15px;
}

.contact_page_ff .form-group_lp {
    width: 98%;
    float: left;
    margin: 0 1% 15px;
}

.contact_aadd {
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 0;
    border-bottom: dashed 1px #ddd;
}

.contact_aadd i {
    font-size: 22px;
    background: #ffac16;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 36px;
    margin-bottom: 10px;
}

.contact_aadd a {
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.address_cont {
    background: #fff;
    padding: 16px 14px 16px 14px;
    box-shadow: rgb(0 0 0 / 18%) 0px 1px 2px !important;
}

.address_cont h2 {
    font-size: 19px;
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.cont_leb {
    font-weight: 500;
}

.cont_form_ct {
    border-radius: 2px;
    height: 42px;
}

.fla_button {
    border: 0;
    background: #0000ff;
    color: #fff;
    padding: 12px 12px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
    font-weight: 500;
}   

.maps {
    padding: 5px 5px 0 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px !important;
    position:relative;
}
.mapmiddle {
    position: absolute;
    left: 245px;
    top: 125px;
    width: 285px;
    background: #fff;
    padding: 10px;
    border: solid 1px #efefef;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}

.social_news {
    padding: 10px 0 0px 10px;
    text-align: center;
}
.social_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_news ul li {
    display: inline-block;
}
.social_news ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.twitte {
    background: #1da1f2 !important;
    border: solid 1px #1da1f2 !important;
}

.touristpoint-contact-us {
    margin: 0 0 20px 0;
    display: table;
    width: 100%;
}

.phj {
    padding-left: 0;
    margin: 15px 0 0 0;
}
.touristpoint-contact-us ul li {
    list-style: none;
    float: left;
    width: 31%;
    border: solid 1px #ccc;
    margin: 0 9px 0 0px;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
}
.touristpoint-contact-us ul li i {
    border-radius: 100%;
    float: left;
    height: 45px;
    width: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    position: relative;
    padding: 11px 0px 0px;
    background-color: #0000ff;
    margin: 7px 0 0 0;
}
.touristpoint-contact-us ul li i:after {
    content: '';
    left: 3px;
    top: 3px;
    display: inline-block;
    border-radius: 100%;
    height: 39px;
    width: 39px;
    border: 1px dashed #ffffff;
    color: #ffffff;
    position: absolute;
}
.touristpoint-contact-us ul li i ~ .touristpoint-contact-info {
    padding: 4px 0px 0px 55px;
}
.touristpoint-contact-info p, .touristpoint-contact-info a {
    color: #000;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 26px;
    text-decoration: none;
}
p#aq3 strong {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}



/*privacy page*/

.privacy_banner {
    background-image: url(../images/privacy-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:60px 0px 60px 0px;
}
.privacy_banner_captions {

}
.privacy_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 0px 0px;
}
.privacy_pg_cont {
    padding: 30px 0;
}
.privacy_pg_cont h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.privacy_pg_cont h3 {
    font-size:21px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.privacy_pg_cont p {
    font-size: 15px;
    color: #000;
    margin: 0px 0 10px 0;
    line-height: 22px;
    text-align: justify;
}
.privacy_pg_cont h4 {
    padding: 8px 10px 6px 5px;
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-left: solid 2px #094670;
}


/*terms page*/

.terms_banner {
    background-image: url(../images/terms-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:60px 0px 60px 0px;
}
.terms_banner_captions {

}
.terms_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 0px 0px;
}

.terms_pg_cont {
    padding: 30px 0;
}
.terms_pg_cont h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.terms_pg_cont h3 {
    font-size:21px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.terms_pg_cont p {
    font-size: 15px;
    color: #000;
    margin: 0px 0 10px 0;
    line-height: 22px;
    text-align: justify;
}
.terms_pg_cont h4 {
    padding: 8px 10px 6px 5px;
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-left: solid 2px #094670;
}

/*css airlines*/

.air_banner01 {
    background-image: url(../images/air-banner01.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0px 100px 0px;
}
.air_banner02 {
    background-image: url(../images/air-banner02.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0px 100px 0px;
}
.air_banner03 {
    background-image: url(../images/air-banner03.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0px 100px 0px;
}
.air_banner_captions {

}
.air_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 3px 0px;
}

.air_pg_cont {
    padding: 30px 0;
}
.air_pg_cont h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.air_pg_cont h3 {
    font-size:21px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.air_pg_cont p {
    font-size: 15px;
    color: #000;
    margin: 0px 0 10px 0;
    line-height: 22px;
    text-align: justify;
}
.air_pg_cont h4 {
    padding: 8px 10px 6px 5px;
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-left: solid 2px #094670;
}

.spanish_banner {
    background-image: url(../images/spanish-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0px 100px 0px;
}


/*css hotel*/

.hotel_banner {
    background-image: url(../images/hotels-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0px 100px 0px;
}
.hotel_banner_captions {

}
.hotel_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 3px 0px;
}

.hotel_pg_cont {
    padding: 30px 0;
}
.hotel_pg_cont h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.hotel_pg_cont h3 {
    font-size:21px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #094670;
}
.hotel_pg_cont p {
    font-size: 15px;
    color: #000;
    margin: 0px 0 10px 0;
    line-height: 22px;
    text-align: justify;
}
.hotel_pg_cont h4 {
    padding: 8px 10px 6px 5px;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-left: solid 2px #094670;
}



/*css hotel*/

.site_banner {
    background-image: url(../images/site-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:60px 0px 60px 0px;
}
.site_banner_captions {

}
.site_banner_captions h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
    padding: 0px 0px 0px 0px;
}

.sec_abt {
    background: #ffffff;
    padding: 42px 0 30px 0;
}
.site_cat {
    width: 100%;
    display: table;
    padding: 15px 12px 15px 15px;
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    margin: 0 0 13px 0;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
}
.site_cat h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 12px 0;
}
.site_cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site_cat ul li {
    width: 25%;
    float: left;
    line-height: 28px;
}
.site_cat ul li a {
    color: #343434;
    font-size:13px;
    text-decoration: none;
    line-height: 32px;
    display: block;
}

.About_main {
    padding: 45px 0;
    background: #fff;
    position: relative;
    z-index: -1;
}
.heading_Abt {}
.heading_Abt h3 {
    font-size: 24px;
    color: #1f485a;
    font-weight: 600;
    margin: 0 0 4px 0;
    padding: 0 0 10px 0px;
    line-height: 24px;
    position: relative;
}
.heading_Abt p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
}
.heading_Abt h5 {
    font-size:20px;
    color: #1f485a;
    font-weight: 600;
    margin: 15px 0 0px 0;
    padding: 0 0 10px 0px;
    line-height: 24px;
    position: relative;
}


.bottoms_calls {
    background: #0000ff;
    padding: 8px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background-size: contain;
    display: none;
}

.bottoms_calls p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 7px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 14px;
}

.bottoms_calls a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 23px;
}


@media only screen and (min-width:320px) and (max-width:360px) {

.navbar-toggler {
  /*  display: none;*/
}    
.bottoms_calls { display:block;}    
.header-right-content {
    text-align: right;
    display: none;
}
.phone_view {
    display: none !important;
}
.top-header {
    text-align: center;
}
.header-contact-info li a {
    font-size: 16px;
    font-weight: 400;
}
.nav-link {
    padding: 8px 9px 6px 9px !important;
    margin: 0 0px 7px 8px;
}
.main_banner_captions h6 {
    display: none;
}
.main_banner {
    padding: 10px 0px 10px 0px;
}
.main_banner_captions h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px 0px 8px 0px;
    line-height: 34px;
}
.des_gp02 {
    margin: 0;
    padding: 0 7px 7px 7px;
}
.des_gp01 {
    margin: 0;
    padding: 0px 15px 0px 15px;
}
.top_destinations {
    padding: 0px 0 10px 0;
}
section.services-area {
    padding: 35px 0 40px 0;
}
.service-item {
    margin-bottom: 10px;
}
.popular_hotels {
    padding: 15px 0 30px 0;
}
.popular_hotels_main {
    margin: 0 0 15px 0;
}
.footer_start {
    padding: 26px 0 16px 0;
}
.air_links {
    margin: 0 0 20px 0;
}
.ht_link {
    margin: 0 0 20px 0;
}
.Featured_in {
    display: none;
}
.payment_icons {
    text-align: center;
    margin: 0px 0 9px 0px;
    float: left;
}
.payment_icons ul li {
    display: inline-block;
    margin: 0 10px 7px 0;
    filter: grayscale(100%);
}
.footer_quick {
    text-align: center;
}
.about_banner {
    padding: 30px 0px 30px 0px;
}
.contact_banner {
    padding: 30px 0px 30px 0px;
}
.touristpoint-contact-us ul li {
    width: 100%;
    margin: 0 0 7px 0;
}
.maps {
    margin: 0 0 14px 0;
}
.privacy_banner {
    padding: 30px 0px 30px 0px;
}
.terms_banner {
    padding: 30px 0px 30px 0px;
}
.hotel_banner {
    padding: 12px 0px 10px 0px;
}
.hotel_banner_captions h2 {
    padding: 0px 0px 14px 0px;
}
.air_links ul li {
    display: inline-block;
    margin: 0 0px 0 0px;
    width: 100%;
}
.header-contact-info li {
    margin-right: 0;
}
.air_banner03 {
    padding: 12px 0px 10px 0px;
}
.air_banner02 {
    padding: 12px 0px 10px 0px;
}
.air_banner01 {
    padding: 12px 0px 10px 0px;
}
.air_banner_captions h2 {
    padding: 0px 0px 14px 0px;
}
.site_cat ul li {
    width: 100%;
}
.sec_abt {
    background: #ffffff;
    padding: 15px 0;
}
.site_banner {
    padding: 30px 0px 30px 0px;
}
}




@media only screen and (min-width:360px) and (max-width:480px) {

.navbar-toggler {
   /* display: none;*/
}    
.bottoms_calls { display:block;}        
.header-right-content {
    text-align: right;
    display: none;
}
.phone_view {
    display: none !important;
}
.top-header {
    text-align: center;
}
.header-contact-info li a {
    font-size: 16px;
    font-weight: 400;
}
.nav-link {
    padding: 8px 9px 6px 9px !important;
    margin: 0 0px 7px 8px;
}
.main_banner_captions h6 {
    display: none;
}
.main_banner {
    padding: 10px 0px 10px 0px;
}
.main_banner_captions h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px 0px 8px 0px;
    line-height: 34px;
}
.des_gp02 {
    margin: 0;
    padding: 0 7px 7px 7px;
}
.des_gp01 {
    margin: 0;
    padding: 0px 15px 0px 15px;
}
.top_destinations {
    padding: 0px 0 10px 0;
}
section.services-area {
    padding: 35px 0 40px 0;
}
.service-item {
    margin-bottom: 10px;
}
.popular_hotels {
    padding: 15px 0 30px 0;
}
.popular_hotels_main {
    margin: 0 0 15px 0;
}
.footer_start {
    padding: 26px 0 16px 0;
}
.air_links {
    margin: 0 0 20px 0;
}
.ht_link {
    margin: 0 0 20px 0;
}
.Featured_in {
    display: none;
}
.payment_icons {
    text-align: center;
    margin: 0px 0 9px 0px;
    float: left;
}
.payment_icons ul li {
    display: inline-block;
    margin: 0 10px 7px 0;
    filter: grayscale(100%);
}
.footer_quick {
    text-align: center;
}
.about_banner {
    padding: 30px 0px 30px 0px;
}
.contact_banner {
    padding: 30px 0px 30px 0px;
}
.touristpoint-contact-us ul li {
    width: 100%;
    margin: 0 0 7px 0;
}
.maps {
    margin: 0 0 14px 0;
}
.privacy_banner {
    padding: 30px 0px 30px 0px;
}
.terms_banner {
    padding: 30px 0px 30px 0px;
}
.hotel_banner {
    padding: 12px 0px 10px 0px;
}
.hotel_banner_captions h2 {
    padding: 0px 0px 14px 0px;
}
.air_links ul li {
    display: inline-block;
    margin: 0 0px 0 0px;
    width: 100%;
}
.header-contact-info li {
    margin-right: 0;
}
.air_banner03 {
    padding: 12px 0px 10px 0px;
}
.air_banner02 {
    padding: 12px 0px 10px 0px;
}
.air_banner01 {
    padding: 12px 0px 10px 0px;
}
.air_banner_captions h2 {
    padding: 0px 0px 14px 0px;
}
.site_cat ul li {
    width: 100%;
}
.sec_abt {
    background: #ffffff;
    padding: 15px 0;
}
.site_banner {
    padding: 30px 0px 30px 0px;
}
}




@media only screen and (min-width:480px) and (max-width:768px) {
.header-right-content {
    text-align: right;
    display: none;
}
.phone_view {
    display: none !important;
}
.top-header {
    text-align: center;
}
.header-contact-info li a {
    font-size: 16px;
    font-weight: 400;
}
.nav-link {
    padding: 8px 9px 6px 9px !important;
    margin: 0 0px 7px 8px;
}
.main_banner_captions h6 {
    display: none;
}
.main_banner {
    padding: 10px 0px 10px 0px;
}
.main_banner_captions h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px 0px 8px 0px;
    line-height: 34px;
}
.des_gp02 {
    margin: 0;
    padding: 0 7px 7px 7px;
}
.des_gp01 {
    margin: 0;
    padding: 0px 15px 0px 15px;
}
.top_destinations {
    padding: 0px 0 10px 0;
}
section.services-area {
    padding: 35px 0 40px 0;
}
.service-item {
    margin-bottom: 10px;
}
.popular_hotels {
    padding: 15px 0 30px 0;
}
.popular_hotels_main {
    margin: 0 0 15px 0;
}
.footer_start {
    padding: 26px 0 16px 0;
}
.air_links {
    margin: 0 0 20px 0;
}
.ht_link {
    margin: 0 0 20px 0;
}
.Featured_in {
    display: none;
}
.payment_icons {
    text-align: center;
    margin: 0px 0 9px 0px;
    float: left;
}
.payment_icons ul li {
    display: inline-block;
    margin: 0 10px 7px 0;
    filter: grayscale(100%);
}
.footer_quick {
    text-align: center;
}
.about_banner {
    padding: 30px 0px 30px 0px;
}
.contact_banner {
    padding: 30px 0px 30px 0px;
}
.touristpoint-contact-us ul li {
    width: 100%;
    margin: 0 0 7px 0;
}
.maps {
    margin: 0 0 14px 0;
}
.privacy_banner {
    padding: 30px 0px 30px 0px;
}
.terms_banner {
    padding: 30px 0px 30px 0px;
}
.hotel_banner {
    padding: 12px 0px 10px 0px;
}
.hotel_banner_captions h2 {
    padding: 0px 0px 14px 0px;
}
.air_links ul li {
    display: inline-block;
    margin: 0 0px 0 0px;
    width: 100%;
}
.header-contact-info li {
    margin-right: 0;
}
.air_banner03 {
    padding: 12px 0px 10px 0px;
}
.air_banner02 {
    padding: 12px 0px 10px 0px;
}
.air_banner01 {
    padding: 12px 0px 10px 0px;
}
.air_banner_captions h2 {
    padding: 0px 0px 14px 0px;
}
.site_cat ul li {
    width: 100%;
}
.sec_abt {
    background: #ffffff;
    padding: 15px 0;
}
.site_banner {
    padding: 30px 0px 30px 0px;
}
}