/*------------------------------------------------------------------
[Table of contents]
1.  css reset 
  1.1 HTML5 display-role reset for older browsers
  1.2 grid.css
2. global css
3. header
4. banner
5. tour
6. about
7. achievements
8. deal
9. services
10. popular
11. upcoming
12. gallery
13. flight
14. explore
15. review
16. testimonial
17. blog
19. contact
20. footer
21. Back to top
-------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('../webkit/ElegantIcons.html');


/*1. css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    /*vertical-align: baseline;*/
}


/* 1.1 HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b1b1b1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b1b1;
}

:-ms-input-placeholder {
    color: #b1b1b1;
}

a {
    outline: none;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
}


/* css reset */

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.pr {
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.parallax {
    background-attachment: fixed ;
    background-size: cover ;
}

.no-mar-bottom {
    margin-bottom: 0 !important;
}

.wow {
    visibility: hidden;
}


/* Global CSS */

body {
    margin: 0;
    color: #4b545d;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    background: #ebeef2;
}

body,
html {
    height: 100%;
    margin: 0;
}

h1 {
    font-size: 90px;
    line-height: 96px;
}

h2 {
    font-size: 54px;
    line-height: 58px;
}

h3 {
    font-size: 39px;
    line-height: 43px;
}

h4 {
    font-size: 24px;
    line-height: 27px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    line-height: 27px;
}

p {
    font-size: 14px;
    line-height: 27px;
}

.pad-top-120 {
    padding-top: 40px;
}

.pad-bottom-120 {
    padding-bottom: 120px;
}
.pad-bottom-44 {
    padding-bottom: 40px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-top-45 {
    padding-top: 45px;
}

.pad-bottom-45 {
    padding-bottom: 45px;
}

.pad-bottom-60 {
    padding-bottom: 60px;
}

.mar-top-30{
     margin-top:30px;	
}

.mar-bottom-10{
     margin-bottom: 10px;	
}

.bg-white {
    background-color: #fff;
}

.bg-offwhite {
    background-color: #ebeef2;
}

.bg-blue {
    background-color: #212121;
}

.secTitle:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #022c54;
    margin: 10px auto;
}

.secTitle {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    color: #181818;
    text-transform: uppercase;
    padding: 0 5%;
    line-height: 30px;
}

.secCaption {
    text-align: center;
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0%;
    line-height: 22px;
}

.btm-brdr {
    border: 1px solid #f3f3f3;
}

.payment_icons {
    text-align: center;
    padding-bottom: 0px;
    margin-top: 5px;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
}


::-moz-selection {
    color: #fff;
    background: #ff6600;
}

::selection {
    color: #fff;
    background: #ff6600;
}

@media (min-width: 1750px) {
    .container {
        width: 1212px;
    }
}




/* Elegant Icons */
@font-face {
    font-family: 'ElegantIcons';
    src:url('../webkit/ElegantIcons.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_creditcard, .icon_quotations, .icon_quotations_alt2 {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon_quotations:before {
    content: "\7b";
}
.icon_quotations_alt2:before {
    content: "\7c";
}
.icon_creditcard:before {
    content: "\e014";
}


/* header */

#header {
    /* position: fixed; */
    top: 55px;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
    padding: 8px 0;
    background: #ffffff;
}

.logo {
    padding-left: 25px;
    padding-top: 5px;
}

.menuBar nav {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.menuBar nav .navbar-collapse {
    border: 0;
}

.menuBar .navbar-nav>li>a {
    margin: 0 10px;
    letter-spacing: 0;
    color: #2d2d2d;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 7px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 4px;
}

.menuBar .navbar-nav>li:last-child>a {
    margin-right: 0;
}

.menuBar .navbar-nav>li > a:hover,
.menuBar .navbar-nav>li > a:active,
.menuBar .navbar-nav>li > a:focus,
.menuBar .navbar-nav>li.active > a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ff6600;
    background-color: transparent;
}

.menuBar .navbar-nav > li > a.hvr-rectangle-out {
    background-color: transparent;
    border-radius: 4px;
}

.call_number {
    text-align: end;
}
.call_number p {
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 0px;
    font-weight: 500;
}
.call_number a {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: #d40119;
    display: block;
}

.whhtest {
    background: #fff;
    padding: 45px 0 45px 0;
}

.navbar-right {
    margin-right: 0 !important;
}

.logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.logo a img {
    vertical-align: middle;
    max-width: 196px;
}

.menuBar {
    display: inline-block;
    width: 100%;
    padding-top: 8px;
}

#header.fixed {
    background-color: #022c54;
    top: 0;
    padding: 20px 0;
    vertical-align: middle;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    vertical-align: middle;
}


/* banner */

#site-main {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display:table;
}

.main,
#main-slider {
    display: inline-block;
    width: 100%;
    display:table;
}

#main-slider .owl-carousel {
    position: relative;
    height: 100%;
}

#main-slider .owl-carousel:hover,
#main-slider .owl-carousel:focus {
    /*cursor: url(../images/sliderCursor.png),url(../images/sliderCursor.cur),pointer;*/
}

#main-slider .owl-carousel div:not(.owl-controls) {
    /*height: 600px;*/
}

#main-slider .owl-carousel .owl-slide {
    background-image: url("../images/main-banner2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#main-slider .owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
}

#main-slider .owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 50px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: .9em;
    border-radius: 4px;
    color: #FFF;
    background: #000;
    opacity: .6;
    text-transform: capitalize;
}

#main-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 5px;
}

#main-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 5px;
}

.sliderText p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 900;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0px;
    text-shadow: #080808 0 1px 2px;
    font-size: 18px;
}

.sliderText {
    text-align: center;
    height: auto !important;
}

.sliderText h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 38px;
    text-shadow: #080808 0 1px 2px;
    line-height: 68px;
}

.sliderText h5 {
    padding: 0 10%;
    color: #fff;
    margin-bottom: 55px;
}

#main-slider .owl-nav .owl-prev,
#main-slider .owl-nav .owl-next {
    display: block !important;
    position: absolute;
    top: 0;
    font-size: 0;
    width: 60px;
    height: 50px !important;
    /*text-indent: -99999px;*/
}

#main-slider .owl-nav .owl-next {
    right: 30px;
    width: 22px;
}
#main-slider .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    font-size: 22px;
    color: #fff;
    line-height: normal;
}

#main-slider .owl-nav .owl-prev {
    left: 30px;
    width: 22px;
}
#main-slider .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f177";
    display: inline-block;
    font-size: 22px;
    color: #fff;
    line-height: normal;
}

#main-slider .owl-nav {
    position: absolute;
    display: inline-block;
    width: 100%;
}

.obtn {
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 10px 55px;
    background-color: #d40119;
    border-radius: 4px;
    font-weight: 500;
}

a.obtn.md-trigger {
    width: 40%;
    text-align: center;
    border-radius: 4px;
    text-transform: capitalize;
    padding: 8px 0px 8px 0;
    font-weight: 500;
    margin: 10px 0 0 0;
    font-size: 14px;
}
/* tour */

.bannerBox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 450px;
}

#tour {
    position: relative;
    width: 100%;
    bottom: 14%;
    z-index: 1;
    position: absolute;
    top: 86%;
}

#tour .row {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 60px 60px;
    z-index: 1;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}

#tour .row h3 {
    color: #022c54;
    font-weight: 500;
    padding: 16px 0;
}

#tour .nav-tabs>li>a {
    border: 0;
    color: #022c54;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
    padding: 27px 33px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
section.main_Banner {
    padding:99px 0 120px 0;
    position: relative;
    width: 100%;
}
#tour .nav-tabs>li.active>a,
#tour .nav-tabs>li.active>a:focus,
#tour .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff6600;
    border: 0;
    border-bottom-color: transparent;
}

#tour .nav-tabs>li>a:hover,
#tour .nav-tabs>li>a:focus {
    border-color: transparent;
    color: #fff;
    background-color: #ff6600;
}

#tour #myTabs {
    border: 0;
    display: inline-block;
    float: right;
}

.formBox {
    display: inline-block;
    margin-right: 22px;
    float: left;
}

.formBox label {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.formBox select {
    border: 2px solid #dde3e9;
    border-radius: 4px;
    width: 238px;
    height: 65px;
    padding: 5px 27px;
    font-size: 14px;
    color: #4b545d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    background: #fff url(../images/tourDown.png) no-repeat right 23px center;
    background-size: 15px;
}
.formBox select::-ms-expand{
    display: none;
}


#tour .obtn {
    padding: 19px 66px;    
    vertical-align: top;
}

.formBox:last-child {
    margin: 0;
}

#tour #myTabContent {
    padding-top: 55px;
    border-top: 1px solid #dde3e9;
    margin-top: 32px;
}

.tourForm form {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}


/* General styles for the modal */


/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.md-modal {
    position: fixed;
    top: 13%;
    left: 50%;
    width: 90%;
    max-width: 1170px;
    min-width: 300px;
    height: auto;
    z-index: 200000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
    background: rgba(18, 86, 155, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}


/* Content styles */

.md-content {
    color: #4b545d;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
}

.md-main {
    overflow-y: scroll;
    height: 785px;
}

.md-content h3 {
    margin: 0;
    padding: 55px;
    font-weight: 500;
    color: #022c54;
}

.md-content .md-inn {
    padding: 0px 55px 55px;
    margin: 0;
}

.md-content figure img {
    width:100%;
}

.md-content .md-inn p {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.md-content .md-inn table {
    width: 100%;
    text-align: left;
}

.md-content .md-inn table tr {
    border-bottom: 1px solid #dde3e9;
}

.md-content .md-inn table tr th {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-bottom: 20px;
}

.md-content .md-inn table tr td {
    font-size: 14px;
    color: #4b545d;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
}

.notifyBox {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.notifyBox h6 {
    width: 50%;
    float: left;
    padding-right: 20px;
    padding: 9px 15px 0 0;
}

.notifyBox .notifyMe {
    float: left;
    width: 50%;
}

.notifyBox .notifyMe input {
    width: 55%;
    height: 65px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #4b545d;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
    border: 2px solid #dde3e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

.md-close {
    position: absolute;
    top: 57px;
    right: 55px;
    cursor: pointer;
}
.md-close i {
    font-size: 24px;
    color: #022c54;
}

.md-content > div > img {
    width: 100%;
    margin: 0 auto;
}


/* Individual modal styles with animations/transitions */


/* Effect 1: Fade in and scale up */

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

body.notify {
    overflow: hidden;
}

.mys_sercf {
    position:relative;
    width: 100%;
    z-index: 9;
    bottom:0px;
}


.why_usmore {
    background: #0072ea;
    padding: 30px 0;
    margin: -6px 0 0 0;
}

.wayus_co {
    margin-top: 0px;
	text-align:center;
}
.wayus_co svg {
    margin: 0px 0px 0px 0;
    display: block;
    margin: 0 auto;
}
.wayus_co h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #ffffff;
}
.wayus_co p {
    font-size: 14px;
    line-height: 22px;
	color:#ffffff;
}

/* about */

.about-block {
    text-align: center;
    /*margin-top: 210px;*/
}

.about-block h6 {
    font-size: 12px;
    color: #4b545d;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-bottom: 60px;
}

.about-block h6:before,
.about-block h6:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    border: 2px solid #4b545d;
    border-left: 0;
    border-right: 0;
    position: relative;
    left: -10px;
}

.about-block h6:after {
    left: auto;
    right: -10px;
}


/* achievements */

.count-block-main {
    color: #fff;
    text-align: center;
}

.countBox {
    font-size: 54px;
    font-weight: 500;
}


/* deal */

.deal-block .owl-carousel .owl-item .item,
.upcoming-block .owl-carousel .owl-item .item {
    width: 100%;
    position: relative;
}

.off {
    position: absolute;
    right: 15px;
    top: 40px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 1.5px 13px;
}

.deal-block .owl-carousel .owl-item .item img {
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    /* margin-bottom: 60px; */
    height: 250px;
}

.dealInfo {
    /* position: absolute; */
    top: auto;
    bottom: 160px;
    margin: auto;
    left: 0;
    right: 0;
  /*   width: 75%; */
    background-color: rgba(255,255,255,0.7);
    border-radius: 4px;
    text-align: center;
    /* height: 160px; */
    padding-top: 10px;
}

.dealInfo h5 {
    color: #022c54;
    font-weight: 700;
    text-transform: uppercase;
}

.dealInfo p {
    font-weight: 500;
    color: #333;
    letter-spacing: 0;
    padding-bottom: 15px !important;
    padding: 0 15px;
}

.dealInfo .obtn,
.dealInfo .hvr-rectangle-out:before {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.deal-block .owl-nav .owl-prev,
.deal-block .owl-nav .owl-next,
.upcoming-block .owl-nav .owl-prev,
.upcoming-block .owl-nav .owl-next,
.popular-block .owl-nav .owl-prev,
.popular-block .owl-nav .owl-next,
.flight-block .owl-nav .owl-prev,
.flight-block .owl-nav .owl-next {
    display: block !important;
    position: absolute;
    top: 0;
    font-size: 0;
    width: 22px;
}

.deal-block .owl-nav .owl-prev:before,
.upcoming-block .owl-nav .owl-prev:before,
.popular-block .owl-nav .owl-prev:before,
.flight-block .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f177";
    display: inline-block;
    font-size: 22px;
    color: #66727e;
    line-height: normal;
}
.deal-block .owl-nav .owl-next:before,
.upcoming-block .owl-nav .owl-next:before,
.popular-block .owl-nav .owl-next:before,
.flight-block .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    font-size: 22px;
    color: #66727e;
    line-height: normal;
}
.deal-block .owl-nav .owl-next,
.upcoming-block .owl-nav .owl-next,
.popular-block .owl-nav .owl-next,
.flight-block .owl-nav .owl-next {
    right: -60px;
}

.deal-block .owl-nav .owl-prev,
.upcoming-block .owl-nav .owl-prev,
.popular-block .owl-nav .owl-prev,
.flight-block .owl-nav .owl-prev {
    left: -60px;
}

.deal-block .owl-controls,
.upcoming-block .owl-controls,
.popular-block .owl-controls,
.flight-block .owl-controls {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 61%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    left: 0;
}

.deal-block .owl-controls,
.flight-block .owl-controls {
    top: 56%;
}


/* services */

.services-block .secTitle,
.testimonial-block .secTitle {
    text-align: left;
    padding: 0;
}

.services-block .secTitle:after {
    margin: 30px 0;
}

.services-block p, .testimonial-block p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
}

.services-block h4 {
    color: #022c54;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.services-block p:last-of-type,
.testimonial-block p:last-of-type {
    margin: 0;
}

.dg-container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.dg-wrapper {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    margin: auto;
    left: 0;
    right: 0;
}

.dg-wrapper a {
    width: 374px;
    height: 418px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.20);
    right: 0;
    bottom: 0;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}

.dg-wrapper .dg-center {
    z-index: 9999;
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.dg-wrapper span.ele_icon {
    font-size: 82px;
    color: #ff6600;
    display: block;
    padding: 80px 0 60px;
    margin: 0 auto;
}

.dg-wrapper a div {
    text-align: center;
    padding: 0 55px;
    width: 100%;
}

.dg-wrapper a.dg-center div {
    display: block;
}

.dg-container nav {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
}

.dg-container nav span {
    font-size: 0;
    float: left;
    cursor: pointer;
    width: 22px;
    position: absolute;
}

.dg-container nav span.dg-next {
    right: 0;
}
.dg-container nav span.dg-next:before {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    font-size: 22px;
    color: #66727e;
    line-height: normal;
}
.dg-container nav span.dg-prev:before {
    font-family: FontAwesome;
    content: "\f177";
    display: inline-block;
    font-size: 22px;
    color: #66727e;
    line-height: normal;
}
.dg-container nav span.dg-prev {
    left: 0;
    width: 22px;
}

.dg-wrapper a h6 {
    color: #022c54;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dg-wrapper a h5 {
    color: #4b545d;
}

.dg-wrapper a:hover,
.dg-wrapper a:active,
.dg-wrapper a:focus {
    text-decoration: none;
}


/* popular */

.no-padding {
    padding: 0;
}

.texti_mon {
    border: solid 1px #dedede;
    padding: 20px 10px;
    border-radius: 10px;
    background: #fff;
}

.texti_mon h4 {
    font-size: 18px;
    font-weight: 600;
    color: #022c54;
}

.popular-block {
    background-image: url(../images/popularBg.jpg);
    background-repeat: no-repeat ;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.popularBox {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    vertical-align: top;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.popular-block .secTitle {
    color: #fff;
}

.popular-block .secTitle:after {
    background-color: #fff;
}

.popular-block .secCaption {
    color: #fff;
}

.popBox {
    background-color: #fff;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.popImg img {
    border-radius: 10px;
}

.popInfo {
    padding: 2px 0px 0 15px;
}

.popInfo .stars li a i.fa-star-half-o,
.review-side .stars li a i.fa-star-half-o {
    color: #4b545d;
}

.popInfo h6 {
    color: #148140;
    text-transform: uppercase;
    margin: 1px 0 1px;
    font-size: 15px;
}

.popInfo h5 {
    font-weight: 500;
    color: #8f8f8f;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: .6px;
    font-size: 14px;
    line-height: 16px;
}

.popInfo h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 6px 0;
}

.popInfo p {
    font-size: 13px;
    line-height: 20px;
    color: #777;
    padding: 5px 0 5px 0;
}

.popInfo .obtn {
    padding: 5px 30px;
	margin-top:10px;
}

.popular-block .owl-nav .owl-next:before, .flight-block .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    font-size: 22px;
    line-height: normal;
    color: #fff;
}
.popular-block .owl-nav .owl-prev:before, .flight-block .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f177";
    display: inline-block;
    font-size: 22px;
    line-height: normal;
    color: #fff;
}


/* upcoming */

.upcoming-block .owl-controls {
    top: 61%;
}

.upcoming-block .owl-carousel .owl-item {
    padding: 0 15px;
}

.upcoming-block .owl-carousel .owl-item .item {
    padding: 0;
}

#owl-upcoming .item > img {
    border-radius: 4px;
}

.upcomingInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 4px;
}

.stars li {
    float: left;
    font-size: 14px;
    padding-right: 5px;
}

.stars {
    display: inline-block;
}

.stars li.filled a i {
    color: #ff6600;
}

.stars li a i.fa-star-half-o,
.stars li a i {
    color: #fff;
}

.upcomingInfo h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 10px;
}

.upcomingInfo h5 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 28px;
}

.upcomingInfo .obtn {
    padding: 19px 42px;
}

.upIn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 0 5px 0 0;
}


/* gallery */

.masonry-gallery {
    overflow: hidden;
}

.grid-gallery ul {
    list-style: none;
    margin: 0px auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.grid-gallery ul li {
    display: block;
    float: left;
    padding: 0 15px;
    width: 380px;
}

.grid-gallery ul li.shown,
.no-js .grid-gallery ul li,
.no-cssanimations .grid-gallery ul li,
.grid-gallery ul li.animate {
    opacity: 1;
}

.grid-gallery ul li a,
.grid-gallery ul li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.gridBox img {
    border-radius: 4px;
}

.gridBox a,
.gridBox h4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 4px;
}

.festival h4 {
    width: 100%;
    height: 159px;
    background-color: #c681bc;
    color: #fff;
    text-transform: uppercase;
    line-height: 159px;
    border-radius: 4px;
    letter-spacing: 0.6px;
}

.nature h4 {
    width: 100%;
    height: 116px;
    background-color: #96bc34;
    color: #fff;
    text-transform: uppercase;
    line-height: 116px;
    border-radius: 4px;
    letter-spacing: 0.6px;
}

.independent h4 {
    width: 100%;
    height: 104px;
    background-color: #e74c3c;
    color: #fff;
    text-transform: uppercase;
    line-height: 104px;
    border-radius: 4px;
    letter-spacing: 0.6px;
}

.interest h4 {
    width: 100%;
    height: 79px;
    background-color: #ff6600;
    color: #fff;
    text-transform: uppercase;
    line-height: 79px;
    border-radius: 4px;
    letter-spacing: 0.6px;
}

.marine h4 {
    width: 100%;
    height: 171px;
    background-color: #2c3e50;
    color: #fff;
    text-transform: uppercase;
    line-height: 171px;
    border-radius: 4px;
    letter-spacing: 0.6px;
}

#mainBox .fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

#mainBox .fancybox-opened {
    z-index: 999999;
}

.b-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.grid-gallery ul li a:hover .b-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid-gallery ul li a .b-wrapper h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .6px;
}

.grid-gallery ul li a .b-wrapper h5:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 20px auto;
}

.grid-gallery ul li a .b-wrapper p {
    text-transform: uppercase;
    letter-spacing: .6px;
}

.grid-gallery ul li a .b-wrapper p span {
    color: #ff6600;
    display: block;
}

.grid-gallery ul li a .b-wrapper .b-inn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 87%;
    margin: auto;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.grid-gallery ul li a:hover .b-wrapper .b-inn {
    visibility: visible;
}

.grid-gallery ul li a .b-wrapper .b-inn .b-Info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.fancybox-overlay, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span, #fancybox-loading div {
    background-image: none !important;
}


/* flight */
.flight-section, .blog-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.fImg img {
    /*width: 100%;*/
    width: auto;
    margin: 0 auto;    
    max-height: 101px;
}

.flightBox {
    border-radius: 4px;
    overflow: hidden;
}

.fImg {
    text-align: center;
    padding: 30px;
    vertical-align: top;
}

.flightInfo {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.flightInfo .upIn {
    left: 50%;
    margin-right: 0;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
}

.flightInfo .stars {
    margin-bottom: 30px;
}

.flightInfo h6 {
    color: #ff6600;
    margin-bottom: 10px;
}

.flightInfo h4 {
    margin-bottom: 10px;
}

.flight-block .owl-nav .owl-next {
    right: 20px;
}

.flight-block .owl-nav .owl-prev {
    left: 20px;
}

.flightDetails {
    text-align: center;
    padding: 35px 25px;
}

.flightDetails h6 {
    font-weight: 700;
    color: #022c54;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.flightDetails h5 {
    font-weight: 500;
    color: #4b545d;
    margin-bottom: 25px;
    margin-top: 12px;
}

.flightDetails .obtn {
    padding: 19px 41px;
}

.explore-block {
    text-align: center;
    color: #fff;
}

.explore-block h3 {
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

.explore-obtn:hover,
.explore-obtn:active,
.explore-obtn:focus {
    color: #ff6600;
    background-color: #fff;
    text-decoration: none;
}

.explore-obtn {
    padding: 19px 41px;
    margin-top: 50px;
    font-size: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #ff6600;
    border-radius: 4px;
    font-weight: 900;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-decoration: none;
}


/* review */

.review-side {
    display: inline-block;
    margin: 0 46px;
    border: 6px solid rgba(245, 166, 35, 0.5);
    height: 100%;
    padding: 50px 5%;
    text-align: center;
}

.review-side .hotel-area {
    margin: 40px 0 12px;
    display: inline-block;
    clear: both;
    background-color: #ff6600;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
    letter-spacing: .6px;
}

.review-side .stars {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-side h3 {
    color: #022c54;
    font-weight: 900;
    text-transform: uppercase;
}

.facility-list {
    display: inline-block;
    width: 60%;
    margin: 35px 0;
}

.facility-list li {
    font-size: 16px;
    color: #4b545d;
    padding: 8px 0;
    border-bottom: 1px solid #eff1f2;
}

.facility-list li:last-child {
    border: 0;
}

.review-side .place-name {
    color: #022c54;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.review-side .place-name:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #022c54;
    margin: 22px auto;
}

.review-side h5 {
    color: #4b545d;
    font-weight: 500;
    margin-bottom: 40px;
}

.review-side .obtn,
.blogBtn .obtn,
.contact .form-box .obtn {
    padding: 19px 41px; 
    vertical-align: top;
}

.review-block .owl-controls {
    position: relative;
}

.review-block .owl-controls,
.review-block .owl-dots {
    width: 100%;
    margin-top: 30px;
}

.review-block .owl-controls .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 85px;
    margin: 30px auto 0;
}

.review-block .owl-dot {
    background-color: #4b545d;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    float: left;
    margin: 5px 5px 0;
    /* transition: all 0.2s ease-in-out; 
     -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;*/
}

.review-block .owl-dot.active {
    width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
}

.hotel-img {
    position: relative;
    background-image: url("../images/hotel-1.jpg");
    background-size: cover !important;
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat !important;
}

.hotel-img.hotel-img-1 {
    background-image: url("../images/hotel-2.jpg");    
}

.hotel-img.hotel-img-2 {
    background-image: url("../images/hotel-3.jpg");    
}

.hotel-img.hotel-img-3 {
    background-image: url("../images/hotel-4.jpg");    
}


/* testimonial */

.testimonial-block .secTitle:after {
    display: none;
}

.customerSlider a img {
    width: 100%;
    padding: 0;
}
.testimonial-block .ele_icon {
    margin: 51px 0 35px;
    display: inline-block;
    color: #ff6600;
    font-size: 100px;
    line-height: 62px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 75px;
}
.customerSlider a h6 {
    margin: 30px 0 0px;
}

.customerSlider a h5 {
    color: #4b545d;
}


/* blog */

.blogBox img {
    width: 100%;
    border-radius: 4px;
}

.blogBox h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 10px;
}

.blogBox h6 a {
    color: #022c54;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.blogBox h6 a:hover {
    color: #ff6600;
    text-decoration: none;
}

.blogBox span {
    color: #4b545d;
    font-size: 16px;
    font-weight: 500;
}

.blogBox p {
    font-size: 18px;
    color: #4b545d;
    font-weight: 500;
    margin: 35px 0;
}

.blogBtn {
    text-align: center;
    margin-top: 35px;
}


/* contact */

.address label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #022c54;
    margin-bottom: 15px;
}

.address h6 {
    margin-bottom: 40px;
}

.address h6 {
    margin-bottom: 40px;
}

.address h6 a,
.address h6 {
    color: #898989;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.address h6 a:hover,
.address h6 a:active,
.address h6 a:focus {
    color: #ff6600;
    text-decoration: none;
}

.contactForm .form-box input,
.contactForm .form-box textarea {
    width: 100%;
    height: 65px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #4b545d;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 2px solid #dde3e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

.contactForm .form-box textarea {
    height: 165px;
    padding: 15px 20px;
}

.contactForm .form-box input::-webkit-input-placeholder,
.contactForm .form-box textarea::-webkit-input-placeholder {
    color: #4b545d;
}

.contactForm .form-box input:-moz-placeholder,
.contactForm .form-box textarea:-moz-placeholder {
    color: #4b545d;
}

.contactForm .form-box input::-moz-placeholder,
.contactForm .form-box textarea::-moz-placeholder {
    color: #4b545d;
}

.contactForm .form-box input:-ms-input-placeholder,
.contactForm .form-box textarea:-ms-input-placeholder {
    color: #4b545d;
}


/* footer */

.footer {
    text-align: center;
}

.footer .copyright {
    color: #ffffff;
    padding: 10px 0;
}

.footer .copyright a {
    color: #ff6600;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.footer .copyright a:hover,
.footer .copyright a:active,
.footer .copyright a:focus {
    color: #fff;
}

.foot_middle {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}

.foot_middle span {
    font-weight: 900;
}

.socialLinks li {
    float: left;
}

.socialLinks li a {
    color: #fff;
    font-size: 20px;
    padding-left: 24px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.socialLinks li:first-child a {
    padding-left: 0;
}

.socialLinks {
    float: right;
    padding: 8px 0;
}

.socialLinks li a:hover,
.socialLinks li a:active,
.socialLinks li a:focus {
    color: #ff6600;
}

.foot_middle a img {
    vertical-align: middle;
    max-width: 300px;
}

.obtn:hover,
.obtn:active,
.obtn:focus {
    background-color: #022c54;
    text-decoration: none;
    color: #fff;
}

.obtn {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px;
}

.material {
    position: relative;
    color: white;
    margin: 20px auto;
    height: 400px;
    width: 500px;
    background: #f45673;
}

.obtn {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    animation: ripple-animation 2s;
    -webkit-animation: ripple-animation 2s;
    -moz-animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}

@-moz-keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* back to top css */

.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: rgb(245, 166, 35);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-align: center;
    line-height: 40px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    background: #022c54;
}

.back-to-top i {
    color: #fff;
    font-size: 16px;
}

.back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

.back-to-top.cd-is-visible,
.back-to-top.cd-fade-out,
.no-touch .back-to-top:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* back to top css */


/*.......mp css starts here...........*/



.footer_bx{}
.footer_bx h3 {
    color: #fff;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 22px;
}
.footer_bx p {
    color: #fff;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}
.footer_bx ul{list-style: none;padding: 0;margin: 0;}
.footer_bx ul li{display: block;text-align: left;margin-bottom: 8px;}
.footer_bx ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
	font-weight: 300;
}

.ftr_btm {
    text-align: center;
    background: #0072ea;
    padding: 12px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}


.Refunc_banner{
    padding:120px 0px 120px 0px;
}
.Refunc_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000017;
}
.Refunc_banner h1 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-shadow: #000 0px 0px 1px;
    line-height:normal;
}

.refund_secCont {
    background: #f2f3f4;
    padding: 40px 0 40px 0px;
}
.refund_ctnt {
    position:relative;
}
.refund_ctnt h2 {
    font-size: 25px;
    text-align:left;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}
.refund_ctnt h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 15px 0 0 0;
    padding: 6px 5px;
    background: #f2f3f4;
    line-height: 18px;
    border-left: solid 4px #d52027;
}
.refund_ctnt p {
    font-size: 14px;
    margin: 0px 0 8px 0;
    line-height: 22px;
    color: #333;
}

.refund_ctnt h5 {
    font-size: 18px;
    margin: 10px 0 8px 0;
    color: #333;
}

.refund_ctnt ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    list-style: disc;
}

.refund_ctnt ul li {
    font-size: 14px;
    line-height: 27px;
    color: #333;
}


.page_txt{background-image: url('../images/banner.jpg');height: 250px;}
.page_txt h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 80px;
}
.bg_clr{background: #f2f3f4;padding: 25px 0;}
.pg_ctnt{background: #fff;padding: 25px;box-shadow: 0 0 3px #8c8c8c;}
.pg_ctnt h2{font-size: 25px;text-align: center;text-transform: uppercase;font-weight: 700;}
.pg_ctnt h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 15px 0 0 0;
    padding: 6px 5px;
    background: #f2f3f4;
    line-height: 18px;
    border-left: solid 4px #d52027;
}
.pg_ctnt p {
    font-size: 14px;
    margin: 8px 0 0 0;
    line-height: 22px;
	color: #333;
}

.pg_ctnt h5 {
    font-size: 18px;
    margin: 10px 0 8px 0;
    color: #333;
}

.pg_ctnt ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    list-style: disc;
}

.pg_ctnt ul li {
    font-size: 14px;
    line-height: 27px;
    color: #333;
}

.page_bx{width: 100%;display: flex;background: #fff;padding: 25px 0;box-shadow: 0 0 11px #d8d8d8;}
.dest_ct h2{font-size: 30px;font-weight: 700;border-bottom: double #eee;margin-bottom: 15px;}
.dest_ct h2 i{color: #f5a722;}
.dest_ct p {
    text-align: justify;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.disc_txt {
    /* background: #074482; */
    padding: 5px 0px 15px;
    color: #dcdcdc;
    margin: 20px 0 0 0;
    text-align: justify;
    font-size: 13px;
	line-height: 22px;
}


.toll_fress {
    position: absolute;
    top: -19px;
    left: 0px;
    width: 100%;
    text-align: center;
	display:none;
}
.toll_fress a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    /* background: #ff6600; */
    padding: 3px 15px;
    border-radius: 2px;
	
}


/*---------my styling--------*/

.ModelHeding {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 0 0;
    letter-spacing: 0.3px;
}
.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 1;
    position: relative;
}
.close_iconsEnquery {
    position: absolute;
    right: -33px;
    top: -16px;
    background: #f4f4fc;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 1px solid #acabab;
}
.leftEnquery_img {
    width: 200px;
    height: 200px;
    margin: 0 auto 0 auto;
    display: block;
}
.EnqueryFormInpt {
    position: relative;
}
.EnqueryFormInpt .form-group {

}
.EnqueryFormInpt input {
    height: 44px;
    border-radius: 4px;
    font-size: 14px;
    background: #f4f4fc00;
    border: 1px solid #dadada;
    padding: 0 0 0 15px;
}
.EnqueryFormInpt label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
    letter-spacing: 0.3px;
}
.submit_Enquery {
    background: #d40119;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 34px;
    height: 45px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.modelEnquery_header {
    padding: 12px 26px 12px 26px;
    position: relative;
    border-bottom: 1px solid #ececec;
    background: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
.modelEnquery_cont {
    padding: 24px 26px 25px 26px;
    position: relative;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.query_contact a {
    display: block;
    font-size: 15px;
    color: #333435;
    background: #ddecff00;
    line-height: 24px;
    margin: 0 0 0px 0;
    padding: 5px 12px 5px 12px;
    border-radius: 34px;
    /* border: 1px solid #cbe1ff; */
}
.enqueryToll_number {
    font-size: 18px !important;
    font-weight: 700;
    color: #d40119 !important;
    border: 1px dashed #d40119;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: -2px;
}
.car_banner {
    width: 100%;
    position: relative;
    padding: 85px 0 178px 0;
}
.car_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000a3;
}
.carBanner_caption {
    position:relative;
    text-align:center;
}
.carBanner_caption h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow: #6d6868 0px 1px 1px;
    line-height: normal;
}
.carInclude_form {
    position:relative;
}
.carBanner_caption ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 10px 0 10px 0;
}
.carBanner_caption ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin: 0 10px 5px 10px;
    text-shadow: #3d3b3b 0px 1px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.tpl_logo_btm {
    background: #ffffff00;
    padding: 0px 0 30px 0;
    position: relative;
    margin: -132px 0 0 0;
}
.tpl_logo {
    margin: 0px 0 0px 0;
    background: #ffffff00;
    padding: 14px 4px 14px 16px;
    border-radius: 4px;
}
.tpl_logo p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0 0 8px 0;
    text-shadow: #000 0px 1px;
}
.tpl_logo ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.tpl_logo ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0 15px 0px 0px;
    width: 10%;
    padding: 0 0 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .161);
    background: #fff;
    padding:8px 8px 0px 8px;
}
.tpl_logo ul li img {
    width: 100%;
}

.faq_sec {
    background: #ffffff;
    padding: 25px 0 40px 0;
}
.faq_bx {
    width: 100%;
    display: table;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 6px;
}
.faq_bx h4 {
    color: #0d0e23;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.faq_sec .card-header {
    padding: 5px 0;
    border: none;
    border-bottom: none;
    background: #3a6fb7;
    margin: 0 0 0px 0;
    box-shadow: 0px 0px 3px #ccc;
    color: #fff;
}
button.btn_stt {
    width: 100%;
    text-align: left;
    color: #ffffff;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    white-space: unset;
}
button.btn_stt:hover {
    color:#fff;
}
button.btn_stt:focus {
    color: #fff;
    border: none !important;
    box-shadow: none !important;
    outline: 0;
}
button.btn_stt:active {
    color: #fff;
    border: none !important;
    box-shadow: none !important;
    outline: 0;
}
.faq_bx h4 {
    color: #0d0e23;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.card-body p {
    font-size: 13px;
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #666;
}

.rev_sec {
    background: #ffffff;
    padding: 50px 0 16px 0;
}
.rev_tt {
    width: 100%;
    display: table;
    background: #fff;
    padding: 15px;
    padding-bottom: 46px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px #ccc;
}
.rev_tt img {
    width: 45%;
}
.rev_tt p {
    margin-bottom: 0;
    color: #a2a2a2;
}
.rev_tt p b {
    color: #333;
}
.carousel-indicators {
    bottom: -24px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
.slider_txt h3 {
    margin: 0;
    color: #0d0e23;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.slider_txt h4 {
    margin: 6px 0;
    color: #333;
    font-size: 13px;
    line-height: 22px;
}
.slider_txt p {
    margin-bottom: 0;
    color: #828282;
    margin: 0 0 11px 0;
}
.bx_st {
    width: 100%;
    display: table;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 10px 12px 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px #ccc;
}
.icon_lt {
    width: 60px;
    vertical-align: top;
    display: table-cell;
}
.icon_lt i {
    color: #116db4;
    font-size: 25px;
    margin: 6px 0 0 6px;
}
.ct_right h4 {
    margin: 0 0 6px 0;
    color: #0d0e23;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.ct_right p {
    margin: 0;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}
.carousel-control {
    position: absolute;
    top: 100%;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    text-shadow: none !important;
    background-color: #ffffff00 !important;
    filter: alpha(opacity = 50);
    opacity: 1;
}
a.left span {
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    color: #f08022;
    cursor: pointer;
}
a.right span {
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    color: #f08022;
    cursor: pointer;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, #00000000 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(0 0 0 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


.hotel_banner {
    position: relative;
    margin:0px 0 0 0;
}
.hotel_banner:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#0000007a 10%, #00000000);
}
.hotel_caption {
    position:relative;
    text-align:center;
}
.hotel_caption h2 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
}
.abls_tr {
    padding: 15px 0 15px 0px;
    margin: -56px 0 0 0;
    position: relative;
    z-index: 1;
    background: #00000000;
}
.htcr_co p {
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: left;
    font-weight: 500;
    text-shadow: #6b6666 0px 1px 2px;
    letter-spacing: 0.3px;
}
.htcr_co p img {
    width: 105px;
    margin: 0 5px 0 5px;
}
.ggBY-type {
    padding: 20px 0 20px 0;
}
.gg_tx {
    padding: 12px 14px 12px 14px;
    border-radius: 6px;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border: 1px solid #F5F5F5;
    background: linear-gradient(180deg, rgb(255 255 255) 100%, rgb(255 255 255) 100%);
}
.gg_tx h4 {
    font-size: 16px;
    color: #183160;
    letter-spacing: 0.3px;
    margin: 0 0 0 0;
    font-weight: 600;
}
.why_us {
    padding: 5px 0 50px 0;
}
.surces_bk {
    text-align: center;
    padding: 12px 14px 12px 14px;
    border-radius: 6px;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border: 1px solid #F5F5F5;
    background: linear-gradient(180deg, rgb(255 255 255) 100%, rgb(255 255 255) 100%);
}
.surces_bk img {
    width: 70px;
    margin: 0 0px 0 0;
    border-radius: 61px;
    border: 1px solid #e5f3ff;
    padding: 14px;
    height: 70px;
    background: #e5f3ff;
}
.surces_bk h2 {
    font-size: 17px;
    color: #3e3b3b;
    margin: 9px 0 8px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.surces_bk p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #777;
    font-weight: 500;
}
.hotel_caption h1 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 0 0 6px 0;
    line-height: 48px;
    text-shadow: #000 0px 1px 2px;
}

.hotel_desti_hd2 h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 0 0 4px 0;
    color: #2f3031;
    position: relative;
    line-height: normal;
}
.hotel_desti_hd2 p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 0 0 25px 0;
    color: #666;
    line-height: normal;
}
.hotel_desti_hd2 h2:before {
    content: " ";
    position: absolute;
    top: 34px;
    left: 0;
    width: 43px;
    height: 2px;
    background-color: #ec5214;
    display:none;
}
.hotel_desti_hd2 h2:after {
    content: " ";
    position: absolute;
    top: 34px;
    left: 48px;
    width: 14px;
    height: 2px;
    background-color: #003d4b;
    display:none;
}
.hotel_destination_main {
    position: relative;
    margin: 0px 0px 20px 0px;
    background: rgb(255, 255, 255);
    padding: 0;
    border-radius: 2px;
    border: 1px solid rgb(225, 231, 238);
}
.hotel_destination_main a {
    text-decoration:none;
}
.hotel_destination_main img {
    border-radius: 2px 2px 0px 0px;
}
.ht_text {
    padding: 4px 14px 8px 14px;
}
.ht_text h6 {
    font-size: 11px;
    color: #888;
    margin: 0px;
}
.ht_text h6 strong {
    float: right;
    color: #ef7f22;
    font-weight: 500;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
    border: solid 1px #ef7f22;
    margin: 0 0 0 0;
}
.ht_text h5 {
    font-size: 14px;
    color: #1b1c1d;
    margin: 0px 0 0px 0;
    font-weight: 600;
}
.ht_text h4 {
    margin: 0px 0 0 0;
    font-size: 12px;
    color: #797979;
}
.ht_text h4 strong {
    font-weight: 700;
    color: #ef7f22;
    font-size: 16px;
}
.more_destinat2 {
    padding: 34px 0 32px 0;
    background: #fafafa;
}
.dubx_contents2 h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.dubx_contents2 p {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 22px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.3px;
}
.cruise_deals_main {
    padding: 30px 0 30px 0;
    background: #ffffff;
}


/*----------css end car rental thankyou page----------*/

.Thank_pg {
    position:relative;
    width:100%;
    padding:100px 0px 127px 0px;
}
.Thank_pg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffffff0;
}
.page_dsgn2 {
    text-align: center;
    position: relative;
}
.page_dsgn2 img {
    width: 86px;
    border-radius: 106px;
    margin: 0 auto 10px auto;
}
.page_dsgn2 h2 {
    font-size: 44px;
    font-family: Austin News, georgia, times, serif;
    font-weight: 700;
    color: #3a6fb7;
}
.page_dsgn2 p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #182e4b;
    margin: 8px 0 8px 0;
}
.page_dsgn2 p span {
    background: #d520272b;
    color: #d52027;
    padding: 2px 8px 2px 8px;
    border-radius: 2px;
}
.page_dsgn2 h3 {
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.page_dsgn2 h3 a {
    background: #d52027;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 10px 2px 10px;
    border-radius: 2px;
}
.btm_home {
    background: #d52027;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 30px 6px 30px;
    border-radius: 25px;
}
.btm_home:hover {
    color:#fff;
    text-decoration:none;
}


.call-fix-strip {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #d52027;
    width: 100%;
    z-index: 9;
    display: none;
    border: 4px solid #3a6fb7;
}
.call-fix-strip ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: table;
    min-height: auto;
    width: 100%;
}
.call-fix-strip ul li {
    padding: 0px;
    margin: 0px;
    display: table-cell;
    padding: 11px 10px 4px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    vertical-align: top;
}
.call-fix-strip ul li:last-child {
    background-color: #3a6fb7;
    width: 24%;
    text-align: center;
}
.call-fix-strip ul li:last-child a {
    font-size: 18px;
}
.call-fix-strip ul li a {
    color: #ffffff;
    font-size: 24px;
}
.call-fix-strip ul li span {
    display: block;
    font-size: 14px;
    margin: 0 0 2px 0;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.call-fix-strip ul li a img {
    display: block;
    margin: 0 auto;
}

/*----------css end car rental thankyou page----------*/



/*------------------css for cruise page-----------*/

.cruise_Banner {
    background-image:url(../images/sliderImg.png); 
    background-size:cover; 
    background-repeat:no-repeat; 
    background-position:center;
    position:relative;
    padding:70px 0px 70px 0px;
}
.cruise_Banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0000002e;
}
.cruiseHead_cont {
    position:relative;
    text-align:center;
}
.cruiseHead_cont p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0px;
    text-shadow: #080808 0 1px 2px;
    font-size: 18px;
}
.cruiseHead_cont h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 38px;
    text-shadow: #080808 0 1px 2px;
    line-height: 64px;
}
.cruiseHead_cont a {
    font-size: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 8px 20px 8px 52px;
    background-color: #3a6fb7;
    border-radius: 40px 40px 40px 40px;
    font-weight: 600;
    position: relative;
}
.cruiseHead_cont a span {
    background: #ffffff;
    padding: 4px 6px 4px 6px;
    color: #3a6fb7;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
    margin: 0px 2px 0px 0;
    display: inline-block;
}
.cruiseHead_cont a i {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 35px;
    color: #3a6fb7;
    line-height: 40px;
    font-size: 18px;
}
.cruiseForm_include {
    position:relative;
}
.why_usmore2 {
    background: #fff;
    padding: 61px 0 40px 0;
}
.why_img {
    text-align: center;
    width: 110px;
    height: 95px;
    background: #fff;
    line-height: 152px;
    border-radius: 151px;
    margin: -39px auto 20px auto;
}
.why_img svg {
    width: 64px;
    height: 64px;
}
.custom_whyMore {
    background: linear-gradient(92.64deg,#fdf7e9 .07%,#fff5eb 100.07%)
}
.wayus_co2 {
    text-align: center;
}
.wayus_co2 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 3px 0;
}
.wayus_co2 p {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #555;
}
.Domestic_Destinations {
    padding: 14px 0 10px 0;
    background-color: #fff;
}
.cruiseTop_head h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 0 0 38px 0;
    line-height: 38px;
    color: #000;
    position:relative;
}
.cruiseTop_head h2:before {
    content: " ";
    position: absolute;
    top: 44px;
    left: 0;
    width: 135px;
    height: 3px;
    background-color: #d1e1f1;
}
.des_gp4 {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.desti-item2 {
    background: #ffffff;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 8px 8px 12px 12px;
    margin: 0 0 26px 0;
     border: 0.5px solid #63acff; 
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}
.desti_img {
    position: relative;
}
.desti_img img {
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
    border-bottom: 8px solid #e9e9e9;
}
.desti-detail2 {
    width: 100%;
    padding: 12px 12px 20px 12px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}
.CruseHead_Bottom {
    text-align: center;
}

.CruseHead_Top {
    display: block;
    position: relative;
    text-align: center;
}
.CruseHead_Top img {
    height: 37px;
}
.CruseHead_Top p {
    text-align: center;
    margin:8px 0 3px 0;
    font-size: 15px;
    color: #666;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.CruseHead_Top p strong {
    font-size: 18px;
    color: #d40119;
    font-weight: 700;
    font-style: normal;
}
.CruseHead_Bottom h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0px 0 0px 0;
    color: #1f1f1f;
}
.CruseHead_Bottom ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.CruseHead_Bottom ul li {
    list-style: none;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.3px;
    line-height: 26px;
}
.CruseHead_Bottom ul li strong {
    font-weight: 600;
    color: #000;
}
.CruseHead_Bottom a {
    text-align: center;
    font-size: 15px;
    background: #f1632900;
    color: #032559;
    font-weight: 500;
    text-transform: capitalize;
    width: 60%;
    display: block;
    padding:6px 0 6px 0;
    border-radius:1rem;
    margin:8px auto 0 auto;
    text-decoration: none;
    border: 1px solid #63acff;
}
.cruise_content {
    background: linear-gradient(92.64deg, #fdf7e9 .07%, #fff5eb 100.07%);
    padding: 40px 0px 40px 0px;
}
.custome_contentCruise {
    background: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0.5px solid #63acff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    border-radius: 12px;
}
.cruise_gp {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.cruise_aboutImg img {
    width: 100%;
    border-radius: 12px 0px 0px 12px;
}
.cruise_aboutCont {
    padding: 36px 0 0 0;
}
.cruise_aboutCont {
    padding: 40px 30px 40px 40px;
    position: relative;
}
.cruise_aboutCont h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
    position: relative;
}
.cruise_aboutCont h4:before {
    content: " ";
    position: absolute;
    top: 34px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #d1e1f1;
}
.cruise_aboutCont p {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 24px;
    margin: 0 0 9px 0;
}



/*------------------css end cruise page-----------*/



/*-------------css for site map page-------------*/

.site_mapBanner {
    position:relative;
    padding:100px 0px 100px 0px;
}
.site_mapBanner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000036;
}
.site_mapBannerHeading {

}
.site_mapBannerHeading h1 {
    margin: 0 0 0 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    text-align: center;
}

.siteMain_abt {
    background: #f8f8f8;
    padding: 40px 0 40px 0;
}
.siteMain_cont {
    width: 100%;
    display: table;
    padding: 12px 20px 12px 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    border-bottom: 1px dashed #c9c7c7;
    background: #ffffff78;
    border-radius: 3px;
}
.siteMain_cont:last-child {
    border:none;
}
.siteMain_cont h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    position: relative;
    color: #145072;
    line-height: normal;
}
.siteMain_cont h3:before {
    content: " ";
    position: absolute;
    top: 30px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #d52027;
}
.siteMain_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.siteMain_cont ul li {
    width: 25%;
    float: left;
    line-height: 28px;
}
.siteMain_cont ul li a {
    color: #343434;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    display: block;
}
.siteMain_cont ul li a i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid #939191;
    margin: 0 4px 0 0;
    color: #939191;
}
.airPlane {
    transform:rotate(45deg);
}


/*-------------css end site map page-------------*/



/*------css for airlines page--------------*/

.air-banner {
    position:relative;
    padding:100px 0px 100px 0px;
}
.air-banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000036;
}
.air-bannerHeading {
    position: relative;
    text-align: center;
}
.air-bannerHeading h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}
.air-bannerHeading a {
    font-size: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 8px 20px 8px 52px;
    background-color: #d52027;
    border-radius: 40px 40px 40px 40px;
    font-weight: 600;
    position: relative;
}
.air-bannerHeading a i {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 35px;
    color: #3a6fb7;
    line-height: 40px;
    font-size: 18px;
}
.air-bannerHeading a span {
    background: #ffffff;
    padding: 4px 6px 4px 6px;
    color: #3a6fb7;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
    margin: 0px 2px 0px 0;
    display: inline-block;
}
.air_formInclude {
    position:relative;
}

.airlines_content {
    padding:50px 0px 50px 0px;
    background: #fff;
}
.formRowing {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.airlinesCustomRowing {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 20px 0px 18px 0px;
    border-radius: 6px;
    border-left: 4px solid #d7d7d7;
}
.airlnes_tx {
    /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 20px 25px 18px 25px;
    border-radius: 6px;
    border-left: 4px solid #d7d7d7;*/
}
.airlnes_tx h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: normal;
    color: #d52027;
    background: #f8f8f8;
    padding: 2px 8px 2px 8px;
    border-radius: 2px;
    border-left: 4px solid #d7d7d7;
}
.airlnes_tx h3 {
    font-size:20px;
    font-weight: 600;
    margin:0 0 8px 0;
    line-height: normal;
    color: #333;
    background: #f8f8f8;
    padding: 2px 8px 2px 8px;
    border-radius: 2px;
    border-left: 4px solid #d7d7d7;
}
.airlnes_tx h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: normal;
    color: #333;
    background: #f8f8f8;
    padding: 2px 8px 2px 8px;
    border-radius: 2px;
    border-left: 4px solid #d7d7d7;
}
.airlnes_tx p {
    margin: 0px 0 10px 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #333;
}


/*------css end airlines page-------------*/


.fix_headerTop {
    background: #3a6fb7;
    padding: 14px 0 14px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0px 0px 4px #1b1b1b;
    border-radius: 2px;
    display:none;
}
.fix_headerTopCont a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid #4388e6;
    padding: 4px 11px 4px 95px;
    border-radius: 25px 25px 25px 25px;
    background: #2760ad;
    position: relative;
}
.fix_headerTopCont a span {
    background: #2974da;
    padding: 7px 10px 6px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
}



/*----------end my styling--------*/


@media (min-width:320px) and (max-width:479px){
.call-fix-strip {
    display: block !important;
    border-radius: 8px 8px 0px 0px;
}	
.navbar-toggle { top: 17px;}
.mys_sercf {
        position: relative;
        width: 100%;
        z-index: 9;
        bottom: 0;
    }
.call_number { text-align: end; display: none;}
#header { top: 0 !important;}
#site-main {
    display: block;
}
section.main_Banner {
    padding: 20px 0 20px 0;
    position: relative;
    width: 100%;
}
.sliderText {
        width: 100% !important;
    }
    .sliderText h1 {
        margin-bottom: 4px;
        line-height: 44px;
        font-size: 27px;
        font-weight: 600;
    }
    a.obtn.md-trigger {
        width: 100%;
    }
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    .query_contact {
        display: none;
    }
.car_banner {
    width: 100%;
    position: relative;
    padding: 20px 0 20px 0;
}
.carBanner_caption h1 {
    font-size: 24px;
    margin:0 0 10px 0px;
}
.carBanner_caption ul {
    display: none;
}
.logo a img {
        max-width: 170px !important;
        margin-top: 0px;
    }
.hotel_banner {
    position: relative;
    margin: 0px 0 0 0;
    padding: 20px 0px 20px 0px !important;
}
.hotel_caption h2 {
    display: none;
}
.Thank_pg {
    position: relative;
    width: 100%;
    padding: 20px 0px 30px 0px;
}
.page_dsgn2 h3 a {
    display: inline-block;
}
.main-menu .navbar-nav {
    background: rgb(25 40 55) !important;
    z-index: 999;
    position: relative;
    padding: 8px 0 12px 0;
}
.main-menu .navbar-default .navbar-nav>li>a {
    padding: 5px 0 !important;
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    font-size: 14px !important;
    text-align: center !important;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.cruiseHead_cont p {
    display: none;
}
.cruiseHead_cont a {
    display: none;
}
.cruise_Banner {
    padding: 20px 0px 20px 0px;
}
.cruiseHead_cont h1 {
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 44px;
}
.why_img svg {
    width: 54px;
    height: 54px;
}
.why_img {
    width: 80px;
    height: 80px;
    line-height: 123px;
    background: #fff;
    border-radius: 151px;
    margin: 0px auto 8px auto;
}
.custom_whyMore {
    background: linear-gradient(92.64deg, #fdf7e9 .07%, #fff5eb 100.07%);
    padding: 40px 0 20px 0;
}
.why_usmore2 {
    background: #fff;
    padding: 0px 0 20px 0;
}
.cruiseTop_head h2 {
    font-size: 20px;
    margin: 0 0 24px 0;
    line-height: 28px;
}
.cruiseTop_head h2:before {
    display:none;
}
.CruseHead_Bottom a {
    width: 70%;
}
.cruise_aboutCont {
    padding: 20px 15px 17px 15px;
    position: relative;
}
.cruise_aboutCont h4:before {
    display:none;
}
.cruise_aboutCont h4 {
    margin: 0 0 12px 0;
}
.formRowing {
    margin:0 0 0 0;
    padding:0 15px 0 15px;
}
.air-banner {
    position: relative;
    padding: 20px 0px 20px 0px;
}
.air-bannerHeading a span {
    display: none;
}
.air-bannerHeading h1 {
    font-size: 24px;
}
.air-bannerHeading a i {
    left: 0px;
    top: 1px;
}
.airlinesCustomRowing {
    margin: 0 0 0 0;
    padding:20px 0px 10px 0px;
}
.airlines_content {
    padding: 40px 0px 35px 0px;
    background: #fff;
}
.site_mapBanner {
    padding: 20px 0px 20px 0px;
}
.siteMain_cont ul li {
    width: 100%;
    float: left;
    line-height: 28px;
}
.fix_headerTop {
    display:block;
}
.airline_header {
    padding: 56px 0 6px 0 !important;
}
.airline_header .navbar-toggle.collapsed {
    top: 65px !important;
}
}

@media (min-width:360px) and (max-width:639px){
.call-fix-strip {
    display: block !important;
    border-radius: 8px 8px 0px 0px;
}		
.navbar-toggle { top: 17px;}
.mys_sercf {
        position: relative;
        width: 100%;
        z-index: 9;
        bottom: 0;
    }
.formRowing {
    margin:0 0 0 0;
    padding:0 15px 0 15px;
}
.air-banner {
    position: relative;
    padding: 20px 0px 20px 0px;
}
.air-bannerHeading a span {
    display: none;
}
.air-bannerHeading h1 {
    font-size: 24px;
}
.air-bannerHeading a i {
    left: 0px;
    top: 1px;
}
.airlinesCustomRowing {
    margin: 0 0 0 0;
    padding:20px 0px 10px 0px;
}
.airlines_content {
    padding: 40px 0px 35px 0px;
    background: #fff;
}
.site_mapBanner {
    padding: 20px 0px 20px 0px;
}
.siteMain_cont ul li {
    width: 100%;
    float: left;
    line-height: 28px;
}
.fix_headerTop {
    display:block;
}
.airline_header {
    padding: 56px 0 6px 0 !important;
}
.airline_header .navbar-toggle.collapsed {
    top: 65px !important;
}
}
.call_number { text-align: end;}
#header { top: 0 !important;}

@media (min-width:480px) and (max-width:639px){}



