@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'open_sanslight';
    src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad-Pro-light';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'), url('../fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/../fonts/MyriadPro-Regular.eot') format('eot');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProCond';
    src: url('../fonts/MyriadProCond.eot');
    src: url('../fonts/MyriadProCond.eot') format('embedded-opentype'), url('../fonts/MyriadProCond.woff2') format('woff2'), url('../fonts/MyriadProCond.woff') format('woff'), url('../fonts/MyriadProCond.ttf') format('truetype'), url('../fonts/MyriadProCond.svg#MyriadProCond') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
    url('../fonts/MyriadProSemibold.woff2') format('woff2'),
    url('../fonts/MyriadProSemibold.woff') format('woff'),
    url('../fonts/MyriadProSemibold.ttf') format('truetype'),
    url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'fontelico';
    src: url('../fonts/fontelico.eot?7803838');
    src: url('../fonts/fontelico.eot?7803838#iefix') format('embedded-opentype'), url('../fonts/fontelico.woff?7803838') format('woff'), url('../fonts/fontelico.ttf?7803838') format('truetype'), url('../fonts/fontelico.svg?7803838#fontelico') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("~assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'mona_sans';
    src: url("../fonts/MonaSans-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

body.fixed-content {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%;
    font-family: 'mona_sans'
}

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;
    /*     list-style: none; */
}

img {
    vertical-align: -webkit-baseline-middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    /* list-style: none; */
    margin: 0;
    /* padding: 0; */
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'mona_sans';
    color: #000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.login-Small {
    display: none;
}

.btn-yellow {
    background: #ffd52e;
    color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #ebcd57;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue {
    background: #1354A9 !important;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-family: 'mona_sans';
    width: 100%;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    border-radius: 5px;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #EABE23 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.color-dropdown a {
    color: #000;
}

.margin-left {
    margin-right: 11px;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler {
    background: none;
    border: none;
    outline: none;
}

.nav1 {
    margin-right: 30px;
}

.nav-container {
    padding: 20px 0;
    margin-bottom: 0;
}

.nav-tabs-contain .nav-tabs {
    border: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

img {
    vertical-align: -webkit-baseline-middle;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    width: 100%;
    float: left;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    padding: 1.5rem 2rem 1.5rem 2.5rem !important;
    margin: 2rem 0 !important;
    color: #28374c !important;
    border: 1px solid #eaeaea !important;
    position: relative !important;
    font-style: italic !important;
}

blockquote:before {
    content: "" !important;
    width: 8px !important;
    height: calc(100% + 2px) !important;
    position: absolute !important;
    top: -1px !important;
    left: -1px !important;
    background: #1353a8 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    min-width: 320px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.login-Small {
    display: none;
}

.btn-yellow {
    background: #ffd52e;
    color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #ebcd57;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #EABE23;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.color-dropdown a {
    color: #000;
}

.margin-left {
    margin-right: 11px;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler {
    background: none;
    border: none;
    outline: none;
}

.nav1 {
    margin-right: 30px;
}

.holidays-package {
    text-align: center;
    font-family: 'mona_sans';
    position: relative;
    background: #f2f7fa;
    padding: 38px 0 25px 0;
}

.holiday-content {
    margin-bottom: 7px;
}

.holiday-content h2 {
    display: table;
    font-family: 'mona_sans';
    font-size: 33px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 100%;
}

.holiday-content p {
    font-size: 20px;
    font-family: 'mona_sans';
    line-height: 24px;
    padding: 15px 0 20px 0;
    color: #666666;
    text-align: center;
}

.holiday-offer {
    padding: 30px;
    text-align: left;
    border: 1px solid #bec6cb;
    position: relative;
}

.holiday-offer img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.holiday-main {
    position: relative;
}

.holiday-container {
    border: 1px solid #bec6cb;
    margin-right: 3px;
    height: 100%;
    position: relative;
}

.holiday-container img,
.package img {
    vertical-align: -webkit-baseline-middle;
}

.holiday-container img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.star {
    margin-bottom: 11px;
    color: #ffd52e;
    font-size: 11px;
    margin-left: -2px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.star svg:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.star .fa-star:hover {
    cursor: pointer;
    color: #c5c5c5;
}

.holiday-all h2,
.package-content h2 {
    font-family: 'Myriad Pro';
    color: #1c3b8d;
    font-size: 20px;
}

.holiday-all p {
    font-family: 'mona_sans';
    color: #000000;
    font-size: 14px;
    line-height: 27px;
    padding: 10px 0 35px 0;
    width: 90%;
}

a.view-more {
    position: relative;
    padding: 17px 0 0 0;
    font-size: 14px;
    color: #000;
    font-family: 'mona_sans';
}

a.view-more::before {
    width: 50%;
    content: "";
    position: absolute;
    background: #ffd52e;
    height: 3px;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nav-container {
    padding: 20px 0;
    margin-bottom: 0;
}

.nav-tabs-contain .nav-tabs {
    border: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    z-index: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.radio-green-gap input[type="radio"] {
    border-color: #28a745 !important;
}

.login-Small {
    display: none;
}

.login-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login-contain img {
    margin-right: 1px;
    margin-top: -4px;
}

.toggle-icon-custom {
    font-size: 26px !important;
}

.design-bg {
    background-image: url(../images/design-bg.webp);
    background-size: cover;
    height: 30%;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: -6%;
}

@media screen and (max-width: 1390px) {
    .design-bg {
        bottom: -10%;
    }
}

@media screen and (max-width: 994px) {
    .design-bg {
        bottom: -5%;
    }
}

@media screen and (max-width: 902px) {
    .design-bg {
        bottom: -3%;
    }
}

@media screen and (max-width: 706px) {
    .design-bg {
        bottom: 3%;
    }
}

@media screen and (max-width: 426px) {
    .design-bg {
        bottom: 6%;
    }
}

@media screen and (max-width: 350px) {
    .design-bg {
        bottom: 12%;
    }
}

.body-wrapper {
    position: relative;
}


/*Banner Fade in Fade out*/

/**/

.main-wrapper {
    background: #fff;
    border-radius: 5px;
    margin-top: -12%;
    z-index: 4;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

.main-wrapper em {
    font-style: normal;
}

.tab-content {
    padding: 0px 0 22px 0;
    margin: 0;
    padding: 0;
}

.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav-tabs li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-tabs .nav-item {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
}

.content-detailwrap {
    text-align: justify;
}

/*.nav-tabs .nav-link {
    font-family: 'mona_sans';
    text-transform: uppercase;
    font-size: 18px;
    color: #0a0a0a;
    display: block;
    background: -webkit-linear-gradient(bottom left, #f1f1f1 40%, #ffffff 100%);
    background: -o-linear-gradient(bottom left, #f1f1f1 40%, #ffffff 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(40%, #f1f1f1), to(#ffffff));
    background: linear-gradient(to top right, #f1f1f1 40%, #ffffff 100%);
    padding: 22px 8px 6px;
    margin-bottom: 0;
    border: none;
    text-align: center;
    }*/

.login-items {
    font-size: 18px;
    line-height: 18px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #fff;
    /* border-left:none !important; */
    color: #000000 !important;
}


/*Tripe Section*/

.trip-main input {
    font-family: 'mona_sans';
}

.trip-contain {
    padding: 24px 30px;
    margin-bottom: 0;
}

.trip-menu a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    margin-right: 20px;
}

.trip-menu a:hover::after {
    opacity: 1;
    width: 100%;
}

.trip-menu a::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 100%;
    height: 2px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    left: 0%;
}

.trip-menu a:hover,
.trip-menu a.active-tab {
    color: #1c509f;
    border-bottom: 2px solid #0263aa;
}

.trip-form input[type="text"] {
    padding: 33px 0 13px 15px;
    border: 1px solid #D3D3D3;
    border-radius: 0;
}

.trip-form .form-group {
    padding-left: 2px;
    padding-right: 2px;
}

.trip-form .form-group:last-child {
    padding-left: 0;
    padding-right: 0;
}

.trip-form .form-group {
    position: relative;
}

.trip-form label {
    position: absolute;
    top: 9px;
    display: block;
    width: 100%;
    color: #1354A9;
    font-size: .75rem;
    line-height: .9375rem;
    overflow-x: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 17px;
    font-family: 'mona_sans';
    font-weight: bold;
}

.trip-form input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.flight {
    margin-top: 0;
    float: right;
}


/*Special Contain*/

.holidays-package {
    text-align: center;
    font-family: 'mona_sans';
    position: relative;
    background: #f2f7fa;
    padding: 38px 0 25px 0;
}

.holiday-content {
    margin-bottom: 7px;
}

.holiday-content h2 {
    display: table;
    font-family: 'mona_sans';
    font-size: 33px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 100%;
}

.holiday-content p {
    font-size: 20px;
    font-family: 'mona_sans';
    line-height: 24px;
    padding: 15px 0 20px 0;
    color: #666666;
    text-align: center;
}

.holiday-offer {
    padding: 30px;
    text-align: left;
    border: 1px solid #bec6cb;
    position: relative;
}

.holiday-offer img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.holiday-main {
    position: relative;
}

.holiday-container {
    border: 1px solid #bec6cb;
    margin-right: 3px;
    height: 100%;
    position: relative;
}

.holiday-container img,
.package img {
    vertical-align: -webkit-baseline-middle;
}

.holiday-container img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.star {
    margin-bottom: 11px;
    color: #ffd52e;
    font-size: 11px;
    margin-left: -2px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.star svg:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.star .fa-star:hover {
    cursor: pointer;
    color: #c5c5c5;
}

.holiday-all h2,
.package-content h2 {
    font-family: 'mona_sans';
    color: #1c3b8d;
    font-size: 20px;
}

.holiday-all p {
    font-family: 'mona_sans';
    color: #000000;
    font-size: 14px;
    line-height: 27px;
    padding: 10px 0 35px 0;
    width: 90%;
}

a.view-more {
    position: relative;
    padding: 17px 0 0 0;
    font-size: 14px;
    color: #000;
    font-family: 'mona_sans';
}

a.view-more::before {
    width: 50%;
    content: "";
    position: absolute;
    background: #ffd52e;
    height: 3px;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fa-arrow-right {
    margin-left: 7px;
    color: #ffd52e;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.margin-package {
    margin-bottom: 5px !important;
}

.no-padding-fix {
    padding-left: 6px;
    padding-right: 0;
}

.buddha-package {
    width: 100%;
    height: 246px;
    border: 1px solid #c5ced3;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.buddha-content {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-bottom: 100%;
    background-position: 50% 0;
}

.buddha-holidays {
    height: 497px;
}

.bg-one {
    background-image: url(../images/fewa-img.webp);
}

.bg-two {
    background-image: url(../images/safari.webp);
}

.bg-three {
    background-image: url(../images/mountain.webp);
}

.bg-four {
    background-image: url(../images/temple.webp);
}

.bg-five {
    background-image: url(../images/cloud.webp);
}

.buddha-content:hover,
.buddha-content:focus {
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.2);
    transform: scale(1.02);
}

.buddha-content:hover span {
    height: 200px;
}

.buddha-main {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.buddha-main h2 {
    font-size: 19px;
    font-family: 'mona_sans';
    color: #0262af;
    background: -webkit-gradient(linear, left top, right top, from(#0262af), to(#0097c6));
    background: -webkit-linear-gradient(left, #0262af, #0097c6);
    background: -o-linear-gradient(left, #0262af, #0097c6);
    background: linear-gradient(to right, #0262af, #0097c6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
    font-weight: bold;
    padding-left: 8px;
}

a.view-more1 {
    position: relative;
    padding: 8px 0 0 0;
    font-size: 14px;
    color: #000;
    font-family: 'mona_sans';
}

a.view-more1::before {
    width: 50%;
    content: "";
    position: absolute;
    background: #ffd52e;
    height: 3px;
    text-align: center;
    top: 0;
    left: 23%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.buddha-main a.view-more1 svg,
.buddha-holi a.view-more svg {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.buddha-main:hover a.view-more1 svg,
.buddha-holi:hover a.view-more svg {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #000;
}

.buddha-content a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.fa-arrow-right {
    margin-left: 7px;
    color: #ffd52e;
}

.buddha-holi {
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 0 0 23px;
    width: 80%;
    margin-left: 11px;
}

.line {
    left: 4%;
    height: 62%;
    width: 3px;
    border-left: 3px solid #ffd52e;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.buddha-holi h2 {
    font-size: 32px;
    font-family: 'mona_sans';
    color: #0262af;
    background: -webkit-gradient(linear, left top, right top, from(#0262af), to(#0097c6));
    background: -webkit-linear-gradient(left, #0262af, #0097c6);
    background: -o-linear-gradient(left, #0262af, #0097c6);
    background: linear-gradient(to right, #0262af, #0097c6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buddha-holi p {
    font-size: 14px;
    font-family: 'mona_sans';
    color: #000;
    line-height: 23px;
    margin: 13px 0 28px 0;
}

.price {
    width: 20%;
    height: 11%;
    background-color: gold;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 7%;
    font-family: 'mona_sans';
    font-size: 1.2rem;
}

.price span {
    font-size: 17px;
    position: absolute;
    top: 27%;
}

.wrapper-holiday {
    padding: 50px 50px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.right {
    float: right !important;
}


/* Image zoom on hover + Overlay colour */

.parent {
    width: 100%;
    margin: 20px;
    height: 330px;
    border: 1px solid blue;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child,
.parent:focus .child {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before,
.parent:focus .child:before {
    display: block;
}

.parent:hover a,
.parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}


/*Image Slider*/


.one-content {
    display: none;
}

#nav-icon2 {
    width: 38px;
    height: 27px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


/* Icon 2 */

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 10px;
    background: #f30117;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 10px;
    background: #f30117;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 20px;
    background: #f30117;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 20px;
    background: #f30117;
}

.trip-main .col-md-3 {
    padding-left: 0;
    padding-right: 3px;
}

.trip-main .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.trip-main .form-group {
    margin-bottom: 6px;
}

.trip-main .date svg {
    position: absolute;
    top: 15px;
    right: 8px;
    color: #1057a9;
    font-size: 22px;
}

.trip-padd {
    padding-top: 20px;
    padding-bottom: 20px;
}

.related-style {
    color: #000000;
    font-family: 'mona_sans' !important;
    font-size: 16px;
}

/* LABEL ======================================= */

.group label {
    color: #232323;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    left: 11px;
    top: 14px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: 'mona_sans';
    /* fontbk-weight: bold; */
}


/* active state */

.group input:focus ~ label,
.group input:valid ~ label {
    top: 10px;
    color: #0051a0;
    font-size: 13px;
    font-family: 'mona_sans' !important;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #5264AE;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
    width: 50%;
}

.nav-tabs-contain svg {
    margin-right: 7px;
    color: #989898;
    font-size: 16px;
}

/*.nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active svg,
    .nav-tabs .nav-link.active i {
        color: #1354A9 !important;
        }*/

.dropdown-custom {
    border: none;
    border-radius: 0;
    padding: 0;
}

.custom-flight .travel-holiday .dropdown-custom,
.custom-flight .travel-activities .dropdown-custom {
    width: 100%;
}

.lang-select .dropdown-custom {
    right: -95px;
    left: auto !important;
    min-width: 300% !important;
    top: 16px !important;
}

.dropdown-custom h6 {
    font-family: 'mona_sans';
    font-size: 13px;
    line-height: 1.38rem;
    font-weight: 200;
    color: #fff;
    border-bottom: .1rem solid #d8d8d8;
    text-decoration: none;
    position: relative;
    padding: 11px 15px;
    background: #3351a6;
}

.dropdown-custom h6 svg {
    position: absolute;
    left: 20px;
    color: #fff;
    top: 13px;
}

.dropdown-custom a {
    line-height: 18px;
    font-size: 14px;
    padding: 11px 23px;
    border-bottom: 1px solid #dcdcdc;
}

.dropdown-custom a span,
.dropdown-custom span {
    /* fontbk-weight: bold; */
    font-size: 16px;
}

.dropdown-custom p img {
    height: 20px;
    margin-top: 5px;
}

.dropdown-custom i {
    color: #92adfb;
    top: 15px;
    font-size: 16px;
    right: 14px;
}

.dropdown-custom .dropdown-item {
    line-height: 18px;
    font-size: 14px;
    padding: 11px 23px;
    border-bottom: 1px solid #dcdcdc;
    background: #efefef;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    overflow: hidden;
}

.dropdown-item:hover {
    background: #eaeaea;
}

.dropdown-nohover:hover {
    background: none;
}

.dropdown-custom p svg {
    font-size: 20px;
    margin-top: 0px;
    color: #bdbdbd;
}

.checkbox-custom {
    position: relative;
    height: 55px;
}

.checkbox-custom label {
    position: absolute;
    padding-left: 25px;
    top: 22px;
    font-family: 'mona_sans';
    width: 100%;
    font-size: 14px;
}

.checkbox-custom input[type="checkbox"] {
    position: absolute;
    top: -4px;
}

.checkbox-custom a {
    color: #000000;
    font-style: italic;
    font-size: 15px;
    padding-bottom: 5px;
    margin-right: 40px;
}

.checkbox-custom a:hover:after {
    opacity: 1;
    width: 30%;
}

.checkbox-custom a:hover {
    color: #ff0303;
}

.checkbox-custom a::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 20px;
    height: 2px;
    background-color: #ff0000;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s;
    left: 53%;
}

.checkbox-custom svg {
    color: #f03;
    font-size: 20px;
    position: absolute;
    top: -10px;
}

.checkbox-custom img {
    position: absolute;
    top: -11px;
    right: 0;
}

.arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    top: -27px;
    font-size: 12px;
    color: #e20000;
    padding-right: 28px;
}

.arrow svg {
    position: absolute;
    top: -5px;
    right: 0;
}

.tab-pane .row {
    margin-left: 0;
    /* margin-right: 0; */
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}

.calcumona_sansr input[type="text"] {
    color: #1f3e93;
    font-family: 'mona_sans';
    font-size: 17px;
}

.calcumona_sansr button {
    border-radius: 0;
    height: 100%;
    background: #1354A9;
    outline: none;
}

.calcumona_sansr button:hover,
.calcumona_sansr button:focus {
    background: #122f7d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calcumona_sansr .input-group {
    height: 47px;
}

.drop-fields {
    /*position: absolute;
    left: -271%;*/
    left: 51%;
    top: 125%;
}

.drop-fields svg {
    position: absolute;
    right: 15px;
    font-size: 45px;
    top: -31px;
    color: #d3d4d5;
}

.drop-fields input[type="text"] {
    border-radius: 0;
}

.drop-fields button {
    border-radius: 0;
    background: #1f3e93;
    outline: none;
    border: none;
    padding: 10px 22px;
    width: 100%;
}

.drop-fields button:hover,
.drop-fields button:focus {
    background: #162d6b;
    outline: none;
}

.package-holiday h2 {
    font-size: 24px;
    color: #1c4688;
    text-transform: uppercase;
    margin: 22px 0;
    font-family: 'mona_sans';
    font-weight: bold;
    letter-spacing: 3px;
}

.package-1 {
    border: 1px solid #d2d2d2;
    position: relative;
    cursor: pointer;
}

.package-head {
    position: relative;
    margin: 0;
    padding: 0;
}

.package-head img {
    vertical-align: -webkit-baseline-middle;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.descrip {
    padding: 13px 21px;
    display: block;
    line-height: 23px;
    font-family: 'mona_sans';
    font-size: 17px;
    border-top: 2px solid #d0d0d0;
}

.descrip h2 {
    font-size: 18px;
    color: #000;
    margin: 9px 5px;
}

.descrip p {
    font-family: 'mona_sans';
    font-size: 17px;
    padding-left: 12px;
    /* padding-bottom: 14px; */
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    border-left: 3px solid #ffd100;
}

.descrip span {
    font-weight: bold;
    margin-top: 11px;
    /* display: block; */
    font-family: 'mona_sans';
    font-size: 14px;
    background: #ffd100;
    padding: 6px 15px;
    color: #5a5331;
}

.main-head {
    color: #1c4688;
    font-size: 19px;
    font-family: 'mona_sans';
    position: absolute;
    z-index: 1;
    top: 13%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container-full {
    width: 96%;
}

.video-main {
    -webkit-box-shadow: 0px 20px 45px 0px rgba(224, 224, 224, 1);
    box-shadow: 0px 8px 45px 0px rgba(224, 224, 224, 1);
    padding: 15px 0 10px 0;
}

.no-padding-left {
    padding-left: 0;
}

.testimonial-slider {
    position: relative;
    /* padding: 20px 0 0 0; */
}

.testimonial-slider .quote-icon {
    color: #e2ebf2;
    font-size: 86px;
    position: absolute;
    left: 0;
    top: -37px;
    z-index: 1;
}

.remember-me span {
    margin-left: 20px;
    display: block;
    color: #636363;
    font-size: 14px !important;
    font-weight: normal !important;
}

.remember-me input[type="checkbox"] {
    position: absolute;
    /* top: 9px; */
}

.flight-menu {
    display: none;
}

.radio-fix {
    position: absolute;
    top: 3px;
}

.package-holiday {
    padding: 15px 20px;
}


/* HOliday Section*/

.holiday-section {
    padding: 30px;
}

.holiday-section h2 {
    display: table;
    font-family: 'mona_sans';
    font-size: 28px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.holiday-section p {
    font-family: 'mona_sans';
    font-size: 16px;
    padding: 13px 0;
    text-align: left;
    line-height: 25px;
}

.itinerary {
    padding: 20px 0;
}

.itinerary h2 {
    text-align: left;
    font-size: 25px;
    text-transform: inherit;
    padding: 20px 0px 10px 0;
}

.itinerary p {
    text-align: left;
    padding: 10px 15px;
    /* border-top: 1px solid #eaeaea; */
    /* border-bottom: 1px solid #eaeaea; */
    background: #fbfbfb;
    line-height: 30px;
}

.holiday-tab-content h2 a span.span-small {
    font-size: 21px;
    font-family: 'mona_sans';
    font-weight: bold;
    color: #dedede !important;
    background: none !important;
    margin: 0 5px;
}

.itinerary-collapse-contain {
    /* margin-bottom: 8px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.span-head {
    font-family: 'mona_sans';
    font-size: 22px;
    font-weight: bold;
    color: #dedede !important;
}

.itinerary-heading {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    opacity: 1;
    font-size: 21px;
    font-family: 'mona_sans';
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-left: 10px;
    /* width: 93%; */
    line-height: 23px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.holiday-tabs {
    border-bottom: none;
    padding-left: 0 !important;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    padding-bottom: 20px;
    padding-top: 23px;
}

.holiday-tabs li {
    width: 100%;
}

.holiday-tabs li a.active {
    color: #000 !important;
    border-bottom: 2px solid #ffd200;
}

.holiday-tabs li a {
    color: #0056b3;
    padding: 10px 0 10px 0px;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid #eaeaea;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: block;
}

.holiday-tabs li a:hover {
    color: #000;
    /*-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    -webkit-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s;
    border-bottom: 2px solid #ffd200;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
}

.holiday-tabs li a:focus {
    background: none;
}

.holiday-tab-content {
    padding: 0px 20px 20px 20px;
    border-left: 4px solid #ffd200;
    border-top: none;
    margin-top: 23px;
}

.holiday-tab-content h2 a {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    width: 100%;
    opacity: 1;
    font-size: 21px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: block;
}

.holiday-tab-content h2 a:hover::after {
    opacity: 1;
    width: 100%;
}

.holiday-tab-content h2 a::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 100%;
    height: 1px;
    background-color: #ffd200;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s;
    left: 50%;
    margin-top: 11px;
}

.holiday-tab-gallery {
    padding: 21px 20px 20px 0px;
}

.holiday-tab-gallery h2 {
    display: table;
    font-family: 'mona_sans';
    font-size: 25px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    border-left: 3px solid #ffd200;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
}

.gallery {
    margin: 27px 0 0 0;
}

.gallery h3 {
    font-family: 'mona_sans';
    font-size: 18px;
    margin-left: 5px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.gallery-img {
    position: relative;
    height: 100%;
    margin: 0 -9px;
}

.gallery p {
    font-family: 'mona_sans';
    font-size: 17px;
    padding: 13px 0 13px 0;
    text-align: left;
    color: #1f3e93;
    font-weight: bold;
}

.gallery span {
    font-family: 'mona_sans';
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    border-left: 3px solid #ffd200;
    display: block;
    padding-left: 15px;
}

.gallery-img a:hover .fade-overlay {
    opacity: 0.7;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.gallery-img p.tag {
    background: #ffd200;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffd200 0%, #f9e172 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #ffd200 0%, #f9e172 100%);
    background: -o-linear-gradient(315deg, #ffd200 0%, #f9e172 100%);
    background: linear-gradient(135deg, #ffd200 0%, #f9e172 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: -8px;
    left: 30px;
    padding: 10px 15px;
    color: #060501;
    border: 1px solid #ffe465;
    z-index: 2;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.fade-overlay {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.video-gallery {
    padding: 20px 0;
}

.video-gallery-content {
    position: relative;
    padding: 0 !important;
}

span.video-title {
    position: absolute;
    font-family: 'mona_sans';
    font-size: 19px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 100%;
}

.video-gallery a img {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.video-gallery-content svg {
    font-size: 22px;
    text-align: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-top: 0px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2
}

.video-gallery a em {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.video-gallery a:hover svg {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.video-gallery a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.video-overlay {
    opacity: 0;
    position: absolute;
    z-index: 1;
    display: block;
    background: #000;
    width: 100%;
    top: 0;
    height: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.video-gallery a:hover .video-overlay {
    opacity: 0.6;
    width: 100%;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.video-buddha-section {
    padding: 20px;
}

.video-buddha {
    font-family: 'mona_sans';
    font-size: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin-bottom: 10px;
}

.video-name {
    font-size: 23px;
    font-family: 'mona_sans';
    line-height: 24px;
    padding: 20px 0 9px 0;
    color: #000000;
    text-align: left;
}

.video-description {
    font-size: 16px;
    font-family: 'mona_sans';
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.video-description p {
    margin-bottom: 15px;
}

.content {
    background: #f2f7fa;
}

.travel-form {
    background: #fff;
}

.travel-form:last-child .col-fix {
    padding: 0;
}

.travel-form > ul > li {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.travel-form > ul:after {
    content: '';
    display: block;
    clear: both;
}

.travel-form input[type="text"] {
    min-height: 50px;
    max-height: 50px;
    padding-left: 7px;
    padding-right: 7px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    margin: 0;
}

.travel-form input[type="text"]::-webkit-input-placeholder {
    color: #a0a0a0;
    font-family: 'mona_sans';
}

.travel-form input[type="text"]::-moz-placeholder {
    color: #a0a0a0;
    font-family: 'mona_sans';
}

.travel-form input[type="text"]:-ms-input-placeholder {
    color: #a0a0a0;
    font-family: 'mona_sans';
}

.travel-form input[type="text"]:-moz-placeholder {
    color: #a0a0a0;
    font-family: 'mona_sans';
}

.custom-flight .nav-link span {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.button-flight {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.travel-form > ul {
    /* float: left; */
    width: 100%;
}

.travel-form input[type="text"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.travel-economy {
    position: relative;
}

.travel-economy .dropdown-main {
    padding-bottom: 0 !important;
}

.number-btn button,
.number-btn button:focus,
.number-btn button:active {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 3px 0 0;
    padding: 2px 8px;
    border-radius: 0;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.number-btn .glyphicon,
.number-btn i {
    color: #191919;
    font-size: 13px;
}

.number-btn i.icon {
    font-size: 10px;
}

.number-btn button {
    cursor: pointer;
}

.number-btn button:hover,
.number-btn button:focus,
.number-btn button:active,
.number-btn i.icon:hover,
.number-newbtn button:hover,
.number-newbtn button:focus,
.number-newbtn button:active,
.number-newbtn i.icon:hover {
    background: #3350a6;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.number-newbtn {
    position: relative;
}

.number-newbtn span button {
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    padding: 12px;
    margin: 0 2px 0 0;
}

.number-newbtn span i {
    position: absolute;
    font-size: 10px;
    color: #000;
    top: 7px;
    left: 7px;;
}

.number-newbtn button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    cursor: not-allowed;
    background: #eaeaea;
}

.radio-button {
    position: relative;
}

.radio-button input[type="radio"] {
    position: absolute;
    top: 0px;
    background: #fff;
    border: 1px solid #c3c3c3;
}

.radio-button span {
    margin-left: 20px;
}

.holiday-icon {
    margin-right: 6px;
    /* float: none !important; */
}

.bed-margin {
    margin-left: 5px;
}


/* VIdeo Overlay popup */

.overlay-video {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 4;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-y: hidden;
    /* Disable horizontal scroll */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


/* Position the content inside the overlay */

.overlay-content {
    position: relative;
    /* 25% from the top */
    width: 70%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    padding: 58px 56px;
    height: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* The navigation links inside the overlay */

.overlay-video a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */

.overlay-video a:hover,
.overlay a:focus {
    color: #f1f1f1;
}


/* Position the close button (top right corner) */

.overlay-video .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 15;
}


/* When the height of the screen is less than 450 pixels, change the fontbk-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay-video a {
        font-size: 20px
    }

    .overlay-video .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.hotel {
    font-size: 16px;
    font-family: arial;
    padding: 20px 0 0px 20px;
    text-transform: uppercase;
    color: #c3c3c3;
    font-weight: bold;
}

.room-limit {
    font-size: 13px;
    white-space: normal;
    margin-top: 13px;
    line-height: 19px;
    color: #fb0000;
}

.room-container {
    padding: 14px 0 0px 1px !important;
}

.room-container .nav-item {
    width: initial;
    /*border-right: 1px solid #cecece;*/
}

.room-container li.nav-item:nth-child(1) {
    border-right: none;
}

.room-container .nav-link {
    font-size: 14px;
    font-family: arial;
    padding: 6px 7px 6px 6.9px !important;
    color: #636363 !important;
    border-bottom: none !important;
    background: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
    border: none;
    font-weight: normal;
}

.room-container li:last-child {
    border-right: none !important;
}

.room-container .nav-item.show .nav-link,
.room-container .nav-link.active {
    font-family: arial;
    font-size: 14px;
    color: #f03;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
}

.dropdown-main {
    width: 298px;
}

.drodown-width {
    width: 200%;
}

.booknow-holder .drodown-width {
    width: 100%;
}

.dropdown-main a {
    padding: 10px 24px;
    color: #000000 !important;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    /* border-bottom: 1px solid #eaeaea; */
}

.dropdown-main a:last-child {
    border-bottom: none;
}

.travel-holiday,
.travel-hotel,
.travel-activities {
    width: 83%;
}

.travel-holiday li:nth-child(-n+2) {
    width: 42%;
}

.travel-holiday li input[type="text"],
.travel-hotel li input[type="text"],
.travel-activities li input[type="text"] {
    width: 100%;
}

.travel-hotel li,
.travel-transport li {
    width: 24%;
}

.travel-hotel li {
    width: 12%;
}

.travel-hotel li:last-child {
    width: 11%;
}

.travel-hotel li.pnr {
    width: 11%;
}

.travel-hotel li.passenger-seat {
    width: 18%;
}

.travel-activities li {
    width: 78%;
}

.travel-activities li:last-child {
    width: 22%;
}

.travel-form .travel-hotel ul li {
    width: 12% !important
}

.travel-hotel .custom-control {
    top: 17px;
    left: 15px;
    font-family: 'mona_sans';
    font-size: 14px;
}

.travel-hotel .date input[type="text"] {
    border-left: 1px solid #ccc;
}

.flight-list li {
    width: 12%;
}

.flight-list li:last-child {
    width: 25.1%;
}

.tab-hide {
    display: none;
}

ul.travel-transport {
    width: 84%;
}

.travel-form ul li.date-fix {
    width: 12% !important;
}

.flight-hotelfix .travel-form ul li.date-fix {
    width: 100% !important;
}

.flight-hotel > ul > li {
    width: 17%;
}

.flight-hotel > ul > li:last-child {
    width: 15%;
}

.flight-hotel li .nav-item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.flight-hotel .dropdown-item select {
    font-size: 13px;
    border: 1px solid #ccc;
    color: #000000;
    font-family: 'mona_sans' !important;
    width: 100%;
    min-height: 38px;
    padding-left: 10px;
}

.seat-contain .float-left {
    padding: 20px 0 0 10px;
}

.seat-contain .float-right {
    padding: 13px 10px 0 0;
}

#myTab2Content {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    padding: 20px 0;
}

.diff-contain input[type="text"] {
    border: 1px solid #ccc;
    min-height: 34px;
    font-size: 13px;
    width: 100%;
}

.diff-contain {
    margin: 11px 0;
    position: relative;
    border: 1px solid;
}

.diff-contain td {
    padding: 0;
    margin: 0;
}

.picker {
    position: relative;
}

.picker svg {
    position: absolute;
    right: 0;
    top: 8px;
    color: #fd7b7b;
}

.holiday-package {
    position: relative;
}

.holiday-head {
    -webkit-box-shadow: -8px 11px 28px -17px rgba(0, 0, 0, 0.75);
    box-shadow: -11px -12px 14px -18px rgba(0, 0, 0, 0.75);
}

.holiday-head h3 {
    position: absolute;
    top: 13%;
    font-family: 'mona_sans';
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 3;
    display: inline-table;
}

.holiday-head h3 a {
    display: block;
    color: #0262af;
}

.holiday-head h3 a:hover {
    color: #037fe2;
}

.holiday-image {
    height: 290px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.holiday-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(transparent));
    background: -webkit-linear-gradient(#fff, #fff, transparent);
    background: -o-linear-gradient(#fff, #fff, transparent);
    background: linear-gradient(#fff, #fff, transparent);
}

.holiday-image img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
    position: relative;
}

.holiday-image:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
}

.holiday-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin: 19px 0 10px 0;
    color: white;
    text-align: center;
}

.holiday-description p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1c4688;
    font-family: 'mona_sans';
    font-size: 27px;
}

.star-size {
    font-size: 14px;
    margin-top: 3px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.holiday-view {
    text-align: center;
    margin: 0 auto;
}

.holiday-view button {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 9px 16px;
    margin-bottom: 0;
    font-family: 'mona_sans';
    font-size: 15px;
    color: #000000;
    margin: 0 auto;
    text-align: center;
}

.holiday-view button:hover,
.holiday-view button:focus {
    outline: none;
}

.description {
    position: relative;
    font-family: 'mona_sans';
    line-height: 23px;
    border-left: 3px solid #e6e6e6;
    padding: 0 19px;
    margin-bottom: 17px;
    text-align: center;
    border-right: 3px solid #e6e6e6;
}

.description:before,
.description:after {
    content: '';
    position: absolute
}

.description:before {
    border-right: 3px solid #ffd52e;
    top: 0;
    bottom: 100%;
    left: -3px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.description:after {
    border-right: 3px solid #ffd52e;
    top: 0;
    bottom: 100%;
    right: -3px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.description:hover:after {
    bottom: 0%;
}

.description:hover:before {
    bottom: 0%;
}

.description:not(:hover):before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.description:not(:hover):after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.description p {
    font-size: 14px;
}

.top-leftStart-burst:before {
    border-top: 1px solid #ffd52e;;
}

.top-leftStart-burst:after {
    border-bottom: 1px solid #ffd52e;
}

.top-leftStart-burst .ui-border-element:before {
    border-left: 1px solid #ffd52e;
}

.top-leftStart-burst .ui-border-element:after {
    border-right: 1px solid #ffd52e;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bg-color {
    background: #f2f7fa;
}

.tags {
    margin-top: 29px;
}

.tags .bootstrap-tagsinput {
    padding: 13px 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tags .bootstrap-tagsinput .badge {
    background: #3355b3;
    font-size: 12px;
    font-family: arial;
}

.tags {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* .tags h2 {
    text-align: left;
    font-size: 28px;
    } */

.tags h2:after {
    clear: both;
}

.tag-item {
    background: #ffffff;
    padding: 10px 15px;
    color: #191919;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    border: 1px solid #dadada;
}

.tag-item:hover {
    cursor: pointer;
    background: #2a54c7;
    color: #fff;
}

/* .related-package {
    color: #0262af;
    font-family: 'mona_sans';
    font-size: 33px;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
}

.related-package ul li{
    list-style: none;
}
*/
.video-package {
    margin-top: 0px;
}

.relative-position {
    position: relative;
}

.videos-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.videos-container p {
    font-size: 18px;
    font-family: 'mona_sans';
    color: #fff;
}

.videos-container svg {
    font-size: 25px;
    text-align: center !important;
    display: block;
    margin-left: 35%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.relative-position img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.relative-position img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.02);
}

.padding-fix-button {
    padding: 14px 0;
}

.padding-fix-holiday {
    padding: 10px 13px;
}

.login-container {
    background: #f3f3f3;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border-top: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    z-index: 4;
}

.login-container.login-active {
    max-height: 400px;
}

.login-main {
    max-width: 460px;
    padding: 50px 22px;
    position: relative;
}

.login-main:after {
    background: #ccc;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
}

.login-container input[type="text"] {
    border: 1px solid #bbb;
    border-radius: 0;
}

.btn-fade {
    background: none;
    color: #000;
    border: 1px solid #bbb;
    font-size: 16px;
}

.col-container {
    display: table;
    width: 100%;
}

.col-content {
    display: table-cell;
    border: 1px solid;
}

.no-margin {
    margin: 0;
}

.sign-In input[type="checkbox"] {
    position: absolute;
    top: 12px;
}

.remember {
    color: #000;
}

.none-content {
    display: none;
}

.search-flight {
    background: #f7f7f7;
    padding: 28px 0;
}

.left-panel {
    background: #fff;
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-top: none;
    margin-right: 20px;
}

.reset-txt {
    text-align: right;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 6px;
    color: #404040aa;
}

a.reset-txt:hover {
    color: #0033F7;
}

.Price {
    padding: 15px 0;
    color: #5d5d5d;
    font-size: 13px;
}

.price-custom {
    background: #f1f1f1;
    border-radius: 0;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    line-height: 4px;
    margin: 0;
    height: 8%;
}

.slider.slider-horizontal {
    width: 65% !important;
}

.slider-handle {
    background-color: #ea2330;
    background-image: -webkit-linear-gradient(top, #ea2330 0, #ea2330 100%) !important;
    background-image: -o-linear-gradient(top, #ea2330 0, #ea2330 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ea2330), to(#ea2330)) !important;
    background-image: linear-gradient(to bottom, #ea2330 0, #ea2330 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea2330', endColorstr='#ea2330', GradientType=0) !important;
    border: 2px solid #ffffff !important;
}

.slider-selection {
    background-image: -webkit-linear-gradient(top, #f03 0, #f03 100%) !important;
    background-image: -o-linear-gradient(top, #f03 0, #f03 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f03), to(#f03)) !important;
    background-image: linear-gradient(to bottom, #f03 0, #f03 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f03', endColorstr='#f03', GradientType=0);
}

.Price p {
    padding-bottom: 29px;
}

.dept-time p {
    margin: 5px 0;
}

.dept-time-day p {
    border: 1px solid #eaeaea;
    display: inline-block;
    padding: 9px 10px;
    width: 23%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.dept-time-day span {
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 6px;
    padding-top: 4px;
    font-size: 12px;
}

.dept-time-day svg {
    font-size: 20px;
    color: #f03;
    width: 100% !important;
}

.airlines {
    color: #5d5d5d;
}

.airlines ul {
    margin: 10px 0;
    margin-left: 20px;
}

.airlines ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
}

.list-airline {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.airlines input[type="checkbox"] {
    margin-right: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    top: 3px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    outline: none;
    top: -2px;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
    outline: none;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.list-airline span {
    color: #c4c4c4;
    margin-left: 3px;
}

.flight-description {
    padding: 21px 0;
}

.flight-description p {
    line-height: 15px;
    font-size: 13px;
}

.flight-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search {
    border: 1px solid #dedede;
    padding: 9px;
    font-size: 12px;
    color: #6b6b6b !important;
    font-family: arial;
}

.flight-detail {
    background: #fff;
    padding: 0px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
}

.fligh-summary {
    background: #e2e2e2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 7px 11px;
    font-size: 14px;
}

.fligh-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
}

.main-flight {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 20px;
}

.main-flight:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.fligh-summary span {
    background-color: #ffd302;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd302), to(#fdb201));
    background-image: linear-gradient(to bottom, #ffd302, #fdb201);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd302), to(#fdb201));
    background-image: -webkit-linear-gradient(top, #ffd302, #fdb201);
    background-image: -o-linear-gradient(top, #ffd302, #fdb201);
    padding: 2px 4px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ffd302;
    margin-left: 8px;
    color: #fff;
}

.book-now {
    background: #ea2330;
    padding: 7px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    display: block;
    font-size: 14px;
    text-align: center;
    /*float: right;*/
}

.book-now:hover {
    background: #7c0019;
    color: #fff;
}

.booknow-section a:hover,
.booknow-section a:focus {
    color: #fff;
}

.book-detail {
    background: #14182f;
    position: fixed;
    z-index: 34;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #fff;
}

.book-detail table {
    background: none;
    color: #fff;
}

.book-detail table tr td {
    color: #fff;
    background: none;
}

.time {
    font-size: 20px;
    font-weight: bold;
}

.price-book {
    font-size: 25px;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.earn-price {
    font-size: 12px;
    color: #fff;
}

.display-inline {
    display: inline-block;
}


#Inclusion ul li,
#Exclusion ul li {
    line-height: 29px;
    font-family: 'mona_sans';
    background: url(../images/check.webp) 0 8px no-repeat;
    padding-left: 25px;
}

#Inclusion svg,
#Exclusion svg {
    font-size: 13px;
    color: #304ea1;
    margin-right: 9px;
}

#Inclusion ul,
#Exclusion ul {
    margin-top: 20px;
}

#Inclusion h2,
#Exclusion h2,
#terms h2 {
    display: table;
    font-family: 'mona_sans';
    font-size: 25px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    border-left: 3px solid #ffd200;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
    margin-top: 36px;
}

#terms p {
    font-family: 'mona_sans';
    font-size: 16px;
    padding: 13px 0;
    text-align: left;
    line-height: 25px;
}

.hotel-name {
    font-family: 'mona_sans';
    font-size: 16px;
    padding: 13px 0;
    text-align: left;
    line-height: 25px;
}

.hotel-name i {
    margin-right: 10px;
    color: #1f3e93;
}

.activities ul li {
    font-family: 'mona_sans';
    font-size: 19px;
    padding: 13px 0;
    text-align: left;
    line-height: 25px;
    border-bottom: 1px solid #dadada;
}

.activities span,
.activities .fa,
.activities .icon-bungee {
    color: #1f3e93;
    font-size: 20px;
    margin-right: 10px;
}

.hotel-description h3,
.hotel-description h4 {
    font-size: 22px;
    padding: 13px 0;
    text-align: left;
    line-height: 25px;
    color: #000;
}

.hotel-description p {
    line-height: 31px;
    padding: 15px 0 0 0;
    background: none;
}

.option-activity ul li {
    padding: 0px 12px;
    float: left;
    border: none;
    list-style: disc;
    /* padding: 0; */
    margin: 0px 14px;
    color: #252525;
}

.main-activity {
    margin: 27px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.activity-list {
    float: left;
}

.option-activity {
    float: right;
}

.day-detail {
    margin: 2px 0;
    padding: 20px 0 !important;
}

.hote-booking {
    margin-top: 20px;
}

.booknow-section {
    background: #f1f1f1;
    position: fixed;
    max-width: 400px;
    width: 100%;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 0 rgba(0, 0, 0, 0.1);
    border-left: 5px solid #1f3e93;
}

.booknow-section.booking-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.booknow-section .input--error input[type="email"],
.booknow-section .input--error input[type="text"],
.booknow-section .input--error input[type="number"],
.booknow-section .input--error input[type="tel"],
.booknow-section .input--error textarea,
.booknow-section .input--error select {
    border-color: #f00;
}

.booknow-section input[type="email"],
.booknow-section input[type="text"],
.booknow-section input[type="number"],
.booknow-section input[type="tel"],
.booknow-section textarea,
.booknow-section select {
    border: 1px solid #bbb;
    padding-left: 10px;
    height: 31px;
    width: 100%;
    outline: none;
    min-height: 0;
}

.booknow-section textarea {
    height: 90px;
    padding: 7px 10px;
}

.booknow-header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 44px;
    border-bottom: 1px solid #dfdfdf;
}

.booknow-header h2 {
    font: 25px/1 'mona_sans';
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), color-stop(25%, #00cfff), color-stop(35%, #00cfff), color-stop(40%, #00cfff), color-stop(45%, #00cfff), color-stop(75%, #004195), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #00cfff 25%, #00cfff 35%, #00cfff 40%, #00cfff 45%, #004195 75%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-transform: uppercase;
}

.booknow-section .dropdown svg {
    position: absolute;
    top: 8px;
    right: 8px;
}

.booknow-section p {
    padding-left: 20px;
}

.booknow-section table {
    background: #fff !important;
    width: 100%;
}

.booknow-section button {
    margin: 0;
}

.booknow-opener {
    background: #1f3e93;
    color: #fff;
    width: 30px;
    height: 120px;
    font-size: 0;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: left 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    border-radius: 46px 0 0 46px;
}

.booknow-opener:after {
    content: '';
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.booknow-opener .fa {
    white-space: normal;
    vertical-align: middle;
    -webkit-transition: font-size 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out;
    transition: font-size 0.3s ease-in-out;
}

.booknow-opener .booknow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotateZ(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.booking-active .booknow-opener {
    height: 60px;
    left: 0;
    border-radius: 0 64px 64px 0;
}

.booking-active .booknow-text {
    opacity: 0;
    visibility: hidden;
}

.booknow-opener .fa-chevron-left {
    font-size: 15px;
}

.booknow-body {
    height: calc(100% - 100px);
    font-family: 'mona_sans';
    font-size: 14px;
    background: #fff;
    white-space: nowrap;
    padding-right: 20px;
    margin-right: -20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.booknow-body:after {
    width: 0;
    min-height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.booknow-body .booknow-holder {
    padding: 85px 25px 85px 40px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.booknow-body .booknow-holder dl dd > ul {
    padding-left: 20px;
}

.booking-active .booknow-opener .fa-chevron-left {
    font-size: 0;
}

.booking-active .booknow-opener .fa-chevron-right {
    font-size: 15px;
}

.date-select {
    position: relative;
}

.date-select input[type="text"] {
    position: relative;
    width: 100%;
}

.date-select svg,
.date-select svg {
    position: absolute;
    right: 8px;
    top: 10px;
    color: #1f3e93;
}

.form-book .room-add {
    margin: 10px 0;
}


/* Scroll Design */

.dropdown-scroll {
    overflow-y: auto;
    max-height: 200px;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*transform:translate3d(10px, 50px, 0px) !important;*/
}

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
}

/* width */

.dropdown-scroll::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}


/* Track */

.dropdown-scroll::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 10px grey;
    border-radius: 1000px;
    background: #fff;*/
    -webkit-box-shadow: inset 0 0 10px grey;
    box-shadow: inset 0 0 10px grey;
    border-radius: 10px;
    width: 100px;
    background: #fff;
}


/* Handle */

.dropdown-scroll::-webkit-scrollbar-thumb {
    /* background:#1f3e93;
    border-radius: 10px;
    height:50px;*/
    border-radius: 500px;
    background-color: #4A65B0;
    height: 10px;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


/* Handle on hover */

.dropdown-scroll::-webkit-scrollbar-thumb:hover {
    background: #1f3e93;
}

.activities span,
.activities svg {
    color: #1f3e93;
    font-size: 20px;
    margin-right: 10px;
}


/*------------------- Buddha Packages -----------------------------*/

.main-package {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.first-package {
    width: 49%;
    border: 1px solid #c5ced3;
    position: relative;
    cursor: pointer;
    margin-right: 1%;
    z-index: 1;
    overflow: hidden;
}

.first-package:hover .line {
    height: 20%;
}

.bg-one {
    background-image: url('../images/safari.webp');
}

.bg-two {
    background-image: url('../images/mountain.webp');
}

.bg-three {
    background-image: url('../images/cloud.webp');
}

.bg-four {
    background-image: url('../images/temple.webp');
}

.bg-animation {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding-bottom: 100% !important;
    cursor: pointer;
    height: 100%;
    position: relative;
    z-index: -1;
}

.bg-animation:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(transparent));
    background: -webkit-linear-gradient(#fff, #fff, transparent);
    background: -o-linear-gradient(#fff, #fff, transparent);
    background: linear-gradient(#fff, #fff, transparent);
}

.bg-animation:hover,
.bg-animation:focus {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.bg-fewa {
    background: url('../images/fewa-img.webp') 0 0 no-repeat;
}

.buddha-holi-package {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10%;
}

.buddha-holi-package h2 {
    font-size: 32px;
    font-family: 'mona_sans';
    color: #0262af;
}

.buddha-holi-package .text-holder {
    font-size: 14px;
    font-family: 'mona_sans';
    color: #000;
    line-height: 23px;
    margin: 13px 0 28px 0;
}

.buddha-holi-package2 a.view-more1 i,
.buddha-holi-package a.view-more i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.buddha-holi-package2:hover a.view-more1 i,
.buddha-holi-package:hover a.view-more i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #000;
}

.fa-arrow-right {
    margin-left: 7px;
    color: #ffd52e;
}

.price-tag {
    width: 110px;
    height: 50px;
    background-color: gold;
    border-radius: 100px 100px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 8px 20px 0;
    font-family: 'mona_sans';
    font-size: 1.2rem;
    line-height: 1.1;
}

.second-package {
    width: 50%;
}

.sub-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.package-detaillist {
    width: 100%;
    border: 1px solid #c5ced3;
    position: relative;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.sub-1 {
    width: 49%;
    border: 1px solid #c5ced3;
    position: relative;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.sub-package div.sub-1:nth-child(even) {
    margin-right: 0;
}

.sub-package div.sub-1:nth-child(1),
.sub-package div.sub-1:nth-child(2) {
    margin-bottom: 2%;
}

.view-packages {
    display: block;
    text-align: right;
    width: 100%;
    margin: 32px 0 20px 0;
}

.view-packages a {
    font-family: 'mona_sans';
    font-size: 14px;
    color: #000;
    padding-bottom: 4px;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.4s ease-in ease-out;
    -o-transition: 0.4s ease-in ease-out;
    transition: 0.4s ease-in ease-out;
}

.view-packages a:before {
    background: #ffd101;
    height: 3px;
    content: '';
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    opacity: 100%;
}

.view-packages a:after {
    background: #203e92;
    height: 3px;
    content: '';
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    opacity: 0;
    -webkit-animation: mymove 5s infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
    animation-timing-function: linear;
}

.view-packages a:hover:before {
    opacity: 0;
}

.view-packages a:hover:after {
    opacity: 1;
}

.buddha-holi-package2 {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    text-align: center;
}

.buddha-holi-package2 h2 {
    font-size: 19px;
    font-family: 'mona_sans';
    color: #0262af;
    background: -webkit-gradient(linear, left top, right top, from(#0262af), to(#0097c6));
    background: -webkit-linear-gradient(left, #0262af, #0097c6);
    background: -o-linear-gradient(left, #0262af, #0097c6);
    background: linear-gradient(to right, #0262af, #0097c6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    font-weight: bold;
    text-align: center;
}


/* Booking Summary  */

#booking-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.booking-details {
    width: 75%;
    margin-right: 1%;
}

.booking-details h2 {
    font-family: 'mona_sans';
    font-size: 33px;
    background: -webkit-gradient(linear, right top, left top, from(#00cfff), to(#004195));
    background: -webkit-linear-gradient(right, #00cfff 0%, #004195 100%);
    background: -o-linear-gradient(right, #00cfff 0%, #004195 100%);
    background: linear-gradient(-90deg, #00cfff 0%, #004195 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    /* display: inline-block; */
    /* width: 100%; */
    float: left;
}

.change-flight {
    color: #4197cd;
    float: right;
    font-family: arial;
    font-size: 14px;
    padding-top: 9px;
    position: relative;
}

.change-flight:after {
    clear: both;
}

.change-flight:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #d64443;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.change-flight:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.change-flight:hover {
    color: #d64443 !important;
}

.icon-flightHotel {
    display: none;
    color: #989898;
    font-size: 21px;
}

.flighthotel {
    text-align: center;
}

.nav-skhide .slide-navs {
    display: none !important;
}

.custom-flight .nav-tabs i {
    margin-right: 7px;
}

.travel-form input[type="text"]:disabled,
.disabled {
    background: #f3f3f3;
}

h1.heading-class {
    font-size: 27px;
    color: #000;
    border-bottom: 1px solid #efefef !important;
    padding-bottom: 11px !important;
    font-family: 'mona_sans';
    margin-bottom: 30px;
}

h1.heading-style {
    font-size: 23px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

h1.heading-style:after {
    content: '';
    background: #ffd200;
    position: absolute;
    width: 9%;
    height: 3px;
    bottom: -8px;
    left: 0;
}

h1.heading-style span {
    color: #bbb;
}

.gray-bg {
    background: #eaeaea;
}

.sub-page {
    border-top: 1px solid #c7c7c7;
    padding: 20px 0 50px 0;
}

.sub-page-detail {
    padding: 40px 0;
}

.sub-pagecontain {
    padding: 50px 0;
}

.video-list {
    padding-bottom: 50px;
}

.video-list h1 {
    font-size: 25px;
    font-family: 'mona_sans';
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 31px;
}

.video-desc {
    color: #000;
    font-family: arial;
    margin: 11px 0;
}

.video-views {
    color: #adadad;
    font-family: arial;
}

.video-list .col-md-4 {
    padding-left: 20px;
    padding-right: 0;
}

.video-list .col-md-4:last-child {
    padding-right: 0;
}

.video-list .row {
    margin-bottom: 40px;
}

.gallery-img a {
    height: 100%;
    display: block;
}

.gallery-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.image-container {
    height: 600px;
}

.image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.center-none {
    text-align: left !important;
}

.no-flight {
    font-family: 'mona_sans';
    font-size: 18px;
    margin: 10px 0;
    text-align: left;
    padding: 0;
    color: #ea2330;
    font-weight: bold;
}

.flight-container {
    background: #fff;
    padding: 20px;
}

.search-flight .flight-list {
    background: #fff;
}

.search-flight .flight-list ul li input[type="text"] {
    background: none;
}

.search-flight .flight-list ul li input[type="text"].disable-btn {
    background: #dcdcdc;
}

input#return-date:disabled {
    background: #fdfdfd;
}

.search-flight .flight-list ul {
    border-top: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    padding-bottom: 1px;
    min-height: 51px;
}

.search-flight .flight-list .choices__inner {
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
    overflow: inherit;
    vertical-align: inherit;
    min-height: 50px;
    background: #fff;
    width: 200% !important;
}

.choices__list--single {
    padding-top: 13px !important;
}


/* Progress Bar */

.progress-container {
    margin: 0 0 27px 0;
}

.progressbar ul li {
    /* counter-reset: step; */
    position: relative;
}

.progressbar i {
    position: absolute;
    top: 15px;
    z-index: 3;
    left: 124px;
}

.progressbar i.fa-bookmark {
    left: 128px;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 17px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    font-family: 'mona_sans';
    font-weight: bold;
}

.progressbar li:before {
    width: 50px;
    height: 50px;
    content: '';
    /*counter-increment: step;*/
    line-height: 49px;
    border: 2px solid #e4e4e4;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    position: relative;
    z-index: 2;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #e4e4e4;
    top: 24px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: #55b776;
}

.progressbar li.active + li:after {
    background-color: #55b776;
}

.choices__list--dropdown {
    display: block !important;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0 !important;
}

.fare-detailcontain {
    background: #fff;
    padding: 20px;
}

.fare-detailcontain h3 {
    font-family: 'mona_sans';
    font-size: 22px;
    color: #000;
    padding: 11px 23px 2px 0px;
    border-bottom: 3px solid #f1c908;
    text-transform: uppercase;
}

.modify-search {
    font-family: 'mona_sans';
    border: 1px solid #eaeaea;
    padding: 9px;
    border-radius: 3px;
    margin-bottom: 21px;
    display: inline-block;
    font-size: 16px;
    color: #000;
}


/*------------------------------------flight-search-----------------------------------------------*/

.view-btn {
    border: 1px solid #000;
    padding: 10px 20px;
    color: #000;
    font-family: 'mona_sans';
}


.container-max {
    width: 100%;
}

.flight-search {
    background: url('../images/flight-bg.webp') 0 0 no-repeat;
    padding: 20px 0;
    background-size: cover;
}

.flight-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 15px 14px 15px;
}

.flight-wrap span {
    margin-top: 3px;
    color: #696969;
    font-size: 14px;
    font-family: 'mona_sans';
}

.flight-detail .flight-depart {
    width: 100%;
}

.flight-depart h2,
.flight-destination h2 {
    font-family: 'mona_sans';
    color: #2b2b2b;
    font-size: 15px;
    display: block;
}

.flight-depart span,
.flight-destination span {
    font-family: 'mona_sans';
    color: #313131;
    font-size: 13px;
    display: block;
    font-weight: 600;
}

.flight-depart h2 {
    font-family: 'mona_sans';
    color: #1354A9;
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    font-size: 24px;
    border-bottom: 1px solid #696969;
    margin-bottom: 10px;
    padding: 12px 16px 7px 15px;
    background: none;
    text-transform: uppercase;
}

#outbound-flights {
    border-radius: 10px;
}

.flight-depart h2:after {
    clear: both;
    display: block;
}

.flight-depart .fa-calendar-alt {
    color: #1f3e93;
    margin-right: 4px;
    font-size: 14px;
}

.flight-depart span {
    float: right;
    font-size: 14px;
}

.flight-image span {
    color: #b3b3b3;
    font-size: 13px;
}

.flight-image img {
    display: block;
    margin-left: 11px;
}

.summary-contain {
    margin-top: 10px;
}

.flight-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flight-summary-active {
    border: 1px solid #cca23e;
    -webkit-box-shadow: 1px 0px 5px 2px #a2a1a1bf;
    box-shadow: 1px 0px 5px 2px #a2a1a1bf;
}

.label-tag {
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
}

.label-active {
    border-top: 31px solid #cca23e;
}

.flight-selected {
    position: absolute;
    top: 0;
    right: 2px;
    color: white;
}

.btn-red {
    background: #1f3e93;
    border-radius: 3px;
    color: #fff;
    padding: 6px 16px;
    display: block;
}

.btn-red:hover {
    background: #506fc1;
    color: #fff;
}

.flight-discount {
    background: #cca23ea6;
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.flight-number {
    font-family: 'mona_sans';
    font-size: 12px;
    color: #000;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.flight-number span {
    margin-left: 5px;
}

.flight-discount .flight-number:last-child {
    border-right: none;
}

.flight-number {
    position: relative;
}

.flight-number i,
.flight-mnumber .fa-calendar {
    color: #735714;
    font-size: 18px;
    line-height: 1;
}

.flight-mnumber .fa-calendar {
    font-size: 14px;
    left: -15px;
    top: -2px;
}

.gray-plane {
    margin-top: -11px;
    padding-left: 10px;
}

.total-fare {
    background: #fff;
}

.search-process {
    text-align: center;
}

.modify-search-contain {
    background: #17327d;
    background: -webkit-linear-gradient(top, #1f3e93 1%, #17327d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1f3e93), to(#17327d));
    background: -o-linear-gradient(top, #1f3e93 1%, #17327d 100%);
    background: linear-gradient(to bottom, #1f3e93 1%, #17327d 100%);
    line-height: 53px;
    text-align: center;
}

.modify-search-contain a {
    text-align: center;
    padding: 6px 20px;
    color: #fff !important;
    font-family: 'mona_sans';
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.modify-search-contain:hover {
    font-weight: bolder;
}

.dismiss {
    background: #b74278;
    line-height: 53px;
    text-align: center;
}

.dismiss a {
    text-align: center;
    padding: 6px 20px;
    color: #fff !important;
    font-family: 'mona_sans';
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.fare-detail {
    padding: 20px;
}

.fare-detail h2 {
    font-family: 'mona_sans';
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 12px;
}

.fare-detail h2:after {
    content: '';
    position: absolute;
    background: #fce100;
    height: 3px;
    width: 20%;
    bottom: 0;
    left: 0;
}

.fare-detail span {
    color: #9f9f9f;
}

.fare-detail table {
    margin-bottom: 30px;
}

.fare-detail table tr td {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
    padding: 7px 10px;
    font-size: 12px;
    font-family: 'mona_sans';
    color: #696969;
}

.fare-detail table tr:last-child td {
    font-weight: bold;
}


.summary-depart h2 {
    font-family: 'mona_sans';
    color: #2b2b2b;
    font-size: 18px;
    display: block;
}

.summary-depart span {
    font-family: 'mona_sans';
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
    margin-left: 4px;
    display: block;
}

.search-listflight {
    padding: 15px 20px;
}

.search-listflight {
    padding: 0;
}

.search-listflight .travel-form > ul > li {
    width: 100% !important;
    border: 1px solid #bfbfbf;
    margin-top: -1px;
    border-right: 0;
}

.search-listflight .btn-blue {
    width: 100% !important;
    border-bottom-right-radius: 0;
}

.search-listflight .travel-form > ul > li:last-child {
    width: 100%;
    border: none;
}

.passenger-summary tr th {
    background: #eaeaea;
    padding: 7px 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
}

.passenger-summary tr td {
    padding: 7px 10px;
    border: 1px solid #bdbdbd;
}

.passenger-detail tr td {
    padding-bottom: 10px;
    vertical-align: top;
}

.passenger-table input[type="text"],
.passenger-table select,
.passenger-table textarea {
    font-family: 'mona_sans';
    font-size: 14px;
    border: 1px solid #bcbcbc;
}

.passenger-table .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.passenger-table .form-check {
    font-family: 'mona_sans';
    font-size: 14px;
}

.passenger-table input[type="text"] {
    height: 37px;
}

.passenger-table input[type="checkbox"] {
    position: absolute;
    top: -3px;
}

.fare-detail tr td a {
    color: #016ee2;
    text-decoration: underline;
}

.fare-detail tr td .btn-blue {
    border-bottom-right-radius: 0;
}

.fare-detail .form-check-label {
    font-size: 14px;
}

.btn-green {
    background: #49c826;
}

.listing ul li {
    font: 12px/22px 'mona_sans';
    background: url(../images/check.webp) 0 9px no-repeat;
    padding-left: 16px;
    padding-bottom: 6px;
    background-size: 9px;
}

.booking-table tr td:nth-child(odd) {
    font-weight: bold;
}

.booking-table tr td span {
    border-bottom: 2px solid #fce100;
    padding-bottom: 3px
}

.booking-table tr td {
    padding: 14px 0 0 0;
}

.booking-time i {
    font-size: 18px;
    color: #f03;
    margin-right: 8px;
    position: absolute;
    top: -2px;
    left: 37%;
}

.booknow-body .booknow-holder input[type="text"],
.booknow-body .booknow-holder input[type="tel"],
.booknow-body .booknow-holder textarea,
.booknow-body .booknow-holder select {
    font-family: 'mona_sans';
    font-size: 14px;
    color: #75758a;
}

.date-select {
    position: relative;
}

.date-select i {
    position: absolute;
    top: 6px;
    right: 6px;
}

.booknow-body .booknow-holder .btn-blue {
    border-bottom-right-radius: 0;
}

.text--error {
    color: #f03;
    padding-top: 10px;
    display: block;
    font-family: 'mona_sans';
    font-size: 14px;
    font-style: italic;
}

.flightList-form h3 {
    font-family: 'mona_sans';
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin-bottom: 17px;
    padding-bottom: 12px;
}

.flightList-form h3:after {
    content: '';
    position: absolute;
    background: #fce100;
    height: 3px;
    width: 20%;
    bottom: 0;
    left: 0;
}

.raido-contain label {
    margin-bottom: 10px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0;
}

.back-book {
    color: #3760d2;
    font-size: 19px;
}

.back-book i:hover {
    color: #000;
}

.booking-summary h3 {
    font-family: 'mona_sans';
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin-bottom: 17px;
    padding-bottom: 12px;
}

.booking-summary h3:after {
    content: '';
    position: absolute;
    background: #fce100;
    height: 3px;
    width: 20%;
    bottom: 0;
    left: 0;
}

.summary-table {
    background: none !important;
    margin-bottom: 20px !important;
}

.summary-table tr td {
    border-bottom: 1px solid #dee2e6;
    border-top: none;;
}

.summary-table tr td:nth-child(odd) {
    font-weight: bold;
}

.booknow-body .dropdown-item {
    overflow: hidden;
}

#table-book {
    background: none !important;
}

#table-book tr td:nth-child(odd) {
    padding-bottom: 7px;
}

#table-book tr td .form-group {
    padding-bottom: 0;
    margin-bottom: 4px;
}

#table-rate tr th {
    background: #2647a0;
    padding: 13px 8px;
    color: #fff;
    border: 1px solid;
}

#table-rate tr td {
    border: 1px solid #eaeaea;
    padding: 3px;
    vertical-align: middle;
}

#table-book .fa-caret-down {
    position: absolute;
    top: 9px;
    right: 10px;
}

#table-rate .custom-control {
    padding-left: 1px;
}

.flightList-form h3 {
    margin-top: 20px;
}

#travelers-table {
    margin-bottom: 20px !important;
}

#travelers-table tr td {
    font-family: 'mona_sans';
    font-size: 14px;
    color: #000;
    padding: 10px 16px 10px 19px;
    white-space: nowrap;
}

#travelers-table tr td:nth-child(odd) {
    font-family: 'mona_sans';
}

.book-container {
    background: #f7f7f7;
    margin-bottom: 15px;
}

.flight-destination {
    font-family: 'mona_sans';
    color: #2b2b2b;
    font-size: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flight-destination img {
    margin-top: -11px;
}

.detail-destination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'mona_sans';
    color: #2b2b2b;
    padding: 9px 0 4px 0;
    border-bottom: 1px solid #fff;
}

.book-container input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.book-container label {
    position: relative;
}

.book-container input[type="radio"]:checked + .detail-destination {
    background: #40b81e;
    color: #fff;
    position: relative;
}

.book-container input[type="radio"]:checked + .detail-destination i,
.book-container input[type="radio"]:checked + .detail-destination .total-price {
    color: #fff;
}

.detail-destination i {
    margin: 0 4px;
    color: #54679a;
}

.detail-destination .custom-control {
    padding-left: 47px;
    min-height: 18px;
}

.detail-destination .custom-control label:before {
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
}

.detail-destination .total-price {
    padding: 4px 10px 2px 10px;
    color: #ef0909;
}

.margin-t20 {
    margin-top: 20px;
}

.flightList-form h3 i {
    margin-right: 6px;
    color: #4e66a9;
    font-size: 16px;
}

.flightList-form h3 span {
    float: right;
    font-size: 13px;
}

.detail-destination:hover {
    background: #e2e2e2;
    cursor: pointer;
}

.package-form .fa-caret-down {
    top: 10px;
}

#travelers-table h4 {
    padding: 10px 0;
}

.booking-summary span {
    color: #a9a9a9;
}

.payment-method img {
    width: 73px;
}

.payment-method {
    position: relative;
    overflow: hidden;
    margin: 0 -3px;
}

.payment-method li {
    float: left;
    padding: 0 3px;
    width: 25%;
}

.payment-method .is-current a {
    border-color: red;
}

.payment-method a {
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
}

.payment-method:hover a {
    -webkit-transform: scale(1.0009);
    -ms-transform: scale(1.0009);
    transform: scale(1.0009);
}

.select-payment:hover a:after {
    opacity: 1;
}

.payment-method a {
    position: relative;
    cursor: pointer;
    -webkit-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    margin-right: 5px;
}

.payment-method a:after {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(transparent));
    background: -webkit-linear-gradient(#fff, #fff, transparent);
    background: -o-linear-gradient(#fff, #fff, transparent);
    background: linear-gradient(#fff, #fff, transparent);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/* HOliday's package */

.holiday-detail {
    margin-top: -14%;
}

.holiday-containertab .nav-tabs .nav-link.active {
    background: #f1f1f1;
    background: -webkit-linear-gradient(bottom left, #f1f1f1 40%, #ffffff 100%);
    background: -o-linear-gradient(bottom left, #f1f1f1 40%, #ffffff 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(40%, #f1f1f1), to(#ffffff));
    background: linear-gradient(to top right, #f1f1f1 40%, #ffffff 100%);
    text-align: left;
    padding-left: 20px;
}

.holiday-containertab .nav-tabs .nav-link i {
    margin-right: 10px;
}

.view-holidaypackage {
    margin: 50px 0;
}

.sort-packages ul li {
    float: left;
    margin: 0 20px;
    padding-bottom: 8px;
    position: relative;
}

.sort-packages ul li a.current-active:after {
    content: '';
    background: #ffda4b;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.sort-packages ul:after {
    clear: both;
    display: block;
    content: '';
}

.sort-packages ul li a {
    display: inline-block;
}

.sort-packages ul li:first-child {
    margin-left: 0;
}

.sort-packages a {
    font-family: 'mona_sans';
    font-size: 20px;
    color: #585858;
}

.allpackage a {
    font-size: 21px;
    font-weight: bold;
    color: #505050;
}

.sorting-list {
    background: #efefef;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.sorting-list:after {
    clear: both;
    display: block;
    content: '';
}

.sort-by {
    display: inline-block;
    font-weight: bold;
    font-family: 'mona_sans';
}

.sorting-list ul {
    float: right;
}

.sorting-list ul li {
    list-style: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
}

.sorting-list ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #4c4c4c;
    padding: 10px 0;
    text-transform: capitalize;
}

.sorting-list ul li a i {
    margin-left: 9px;
    color: #1354A9;
}

.package-containers {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #fff;
    margin: 15px 0px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.package-containers:hover {
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .22);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.package-containers img {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.package-info {
    padding: 20px 0;
}

.package-info h1 {
    color: #000;
    font-size: 23px;
}

.seller-package {
    float: left;
    padding: 13px 0;
    width: 100%;
    clear: both;
    word-break: break-word;
}

.duration-package {
    border-radius: 4px;
    height: 25px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    width: 95px;
    text-align: center;
    font-size: .75rem;
    line-height: 25px;
    margin-right: 15px;
    color: #666;
}

.night,
.day {
    display: inline-block;
}

.seller-name {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}

.url-link {
    color: #0c93f7 !important;
    margin-left: 5px;
}

.seller-name span {
    font-family: 'mona_sans';
    font-size: 20px;
    color: #585858
}

.package-offer ul:after {
    content: '';
    clear: both;
    display: block;
}

.package-offer ul li {
    float: left;
    margin-right: 28px;
}

.package-offer ul li p {
    text-align: center;
    font-family: arial;
    font-size: 14px;
    margin-bottom: 6px;
    color: #848484;
}

.package-offer ul li p:last-child {
    margin-bottom: 0;
}

.package-offer ul li p span {
    font-size: 22px;
    color: #a9a9a9;
}

.package-pricecontainer {
    float: right;
    /*width: 235px;*/
    padding: 20px;
    height: 100%;
    background: #f9f9f9;
    min-height: 124px;
    border-radius: 5px;
}

.price-maincontent {
    float: left;
    width: 100%;
    text-align: right;
}

.emi,
.price-total {
    float: right;
    width: 100%;
    text-align: right;
}

.price-total {
    font-size: 28px;
    color: #000;
}

.emi {
    color: #1d1d1d;
    margin: 7px 0;
}

.price-total .fa-rupee-sign {
    font-size: 22px;
}

.emi-text {
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    display: inline-block;
    font-size: .725rem;
    width: 32px;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
    background: #fff;
}

.rs {
    margin: 0 3px;
}

.twin {
    font-size: 13px;
    color: #999;
    float: right;
    width: 100%;
    text-align: right;
    margin: 9px 0;
}

.pay-hold {
    margin: 22px 0 5px 0;
    text-align: right;
    font-size: 13px;
    font-family: arial;
    color: #999;
    font-weight: normal;
}

.amount {
    margin-left: 10px;
    color: #000 !important;
}

.ecash {
    text-align: right;
    font-size: 12px;
    font-family: arial;
    color: #999;
}

.ecash .amount span.rs,
.color-red {
    color: #f34f4f !important
}

.btn-roundblue {
    background: #1354A9;
    color: #fff;
    border: 1px solid #1354A9;
    border-radius: 3px;
    min-width: 120px;
    padding: 9px 0;
    margin-bottom: 0;
    font-size: 12px;
}

.btn-roundblue:hover {
    background: #253c7d;
}


/* Video Gallery Css */

.video-alter {
    width: 100%;
}

.video-alter:nth-child(even) {
    background: #f7f7f7;
}

div:last-child.video-alter {
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
    background: -webkit-linear-gradient(#eaeaea, #ffffff);
    background: -o-linear-gradient(#eaeaea, #ffffff);
    background: linear-gradient(#eaeaea, #ffffff);
}

.video-detail {
    padding-top: 50px;
    padding-bottom: 40px;
}

.video-detail h1 {
    font-family: 'mona_sans';
    font-size: 19px;
    margin-bottom: 13px;
}

.video-detail p {
    font-family: 'mona_sans';
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.blog-detailtxt {
    padding-bottom: 0;
    padding-top: 0;
}

.blog-detailtxt p {
    line-height: 28px;
    margin-bottom: 0;
}

.blog-detailtxt .text-holder {
    margin: 23px 0;
}

.blog-detailtxt .text-holder h2 {
    margin: 18px 0;
    font-size: 21px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
}

.blog-detailtxt .text-holder ul {
    margin-left: 16px;
}

.blog-detailtxt .text-holder ul li {
    font-size: 16px;
    line-height: 26px;
    list-style: disc;
    color: #545454
}

.text-holder h2 {
    margin-bottom: 20px;
}


.video-detail a {
    border: 1px solid #dfdfdf;
    color: #717171;
    font-size: 16px;
}

.author-detail {
    margin: 10px 0;
}

.author-detail em {
    margin-right: 10px;
}

.author-detail .far,
.author-detail .fas {
    margin-right: 10px;
    color: #5e75b5;
}

.author-detail span {
    color: #585858;
    font-size: 15px;
    border-bottom: 1px solid #b5b5b5;
}

.transport-container {
    margin-bottom: 20px;
}

.transport-container .col-md-6 {
    padding-bottom: 20px;
    padding-left: 33px;
}

.transport-container .col-md-6:nth-child(even) {
    font-family: 'mona_sans';
    font-size: 15px;
    position: relative;
    padding-bottom: 6px
}

.button-list {
    background: #fff;
    padding: 20px;
}

.width-ten {
    width: 10% !important;
}

.width-twelve {
    width: 12% !important;
}

.width-seventeen {
    width: 17% !important;
}

.btn-container {
    background: #fff;
    padding: 0 20px 20px 20px;
}

.btn-container .btn-blue {
    border-bottom-right-radius: 0;
}

.video-gallery {
    width: 100%;
}

.video-gallery img {
    max-width: 100%;
    width: 100%;
}

.video-fixed-position {
    width: 30% !important;
    z-index: 5;
    top: 55% !important;
    left: 70% !important;
}

.Accomondation-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.features {
    padding-bottom: 16px;
    /* border-bottom: 1px solid #efefef; */
    /* margin-bottom: 15px; */
}

.features h3 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 9px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 7px;

}

@media screen and (max-width: 760px) {
    .features h3 {
        padding-top: 15px;
    }
}

.room-table table tr td {

    border-bottom: 1px solid #dee2e6;
    border-top: none;
}

.icons-highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

.icons-highlights p {
    background: #f7f7f7;
    margin: 1px;
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
    color: #223467;
    font-size: 20px;
}

.tooltip {
    z-index: 99999 !important;
}

.checkout-features .icons-highlights p {
    padding: 7px 10px;
    font-size: 14px;
}

.checkout-features span {
    font-size: 12px;
    margin-right: 10px;
    display: block;
    padding-top: 7px;
}

.checkout-features span:last-child {
    margin-right: 0;
}

.checkout-features span b {
    font-weight: bold;
    text-transform: uppercase;
}

.progress-content {
    background: #fff;
    margin-left: -15px;
    padding: 13px 20px;
    margin-bottom: 15px;
}

.destination-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.depart-totalamount-head {
    background: #eaeaea;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    background: -webkit-linear-gradient(#eaeaea, #fff);
    background: -o-linear-gradient(#eaeaea, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff));
    background: linear-gradient(#eaeaea, #fff);
}

.depart-totalamount-head:hover {
    background: -webkit-linear-gradient(#fff, #eaeaea);
    background: -o-linear-gradient(#fff, #eaeaea);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
    background: linear-gradient(#fff, #eaeaea);
    cursor: pointer;
}

.depart-totalamount-head:after {
    clear: both;
    display: block;
}

.depart-totalamount {
    background: #fff;
    padding-left: 10px;
}

.depart-totalamount tr td:first-child {
    font-weight: bold !important;
}

.depart-totalamount tr td {
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
}

.total-cost {
    float: right;
}

.hide-price .summary-depart .price-label {
    display: none;
}


/* light Slider */

.hotel-modal {
    max-width: 700px;
    min-width: 60vw;
    display: inline-block !important;
    position: fixed;
    visibility: hidden;
}

.fancybox-active .fancybox-container .hotel-modal {
    position: relative;
    visibility: visible;
    overflow: hidden;
}

.map h2 {
    text-transform: uppercase;
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #dadada;
}

.demo {
    width: 65%;
}

.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.slide-navs {
    display: none;
}

.profile-heading {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 3px solid #ffd52e;
}

.profile-heading i {
    color: #bfb178;
    margin-left: 5px;
    font-size: 14px;
    border: 1px solid #ffd52e;
    border-radius: 100%;
    padding: 6px;
}

.profile-heading span {
    font-size: 14px;
    text-align: right;
    display: block;
    margin-top: -19px;
}

.proile-detail .col-3,
.proile-detail .col-9 {
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    font-family: 'mona_sans';
    letter-spacing: 0.05em;
}

.proile-detail .col-3:nth-child(odd),
.proile-detail .col-9:nth-child(odd) {
    font-family: 'mona_sans';
    letter-spacing: 0.05em;
}


.flight-navcontain {
    background: #0076a4;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.flight-navcontain h2 {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}

.flight-navcontain ul {
    margin: 10px 0 10px 17px;
}

.flight-navcontain ul li {
    color: #fff;
    font-family: 'mona_sans';
    list-style: disc;
    line-height: 27px;
    font-size: 13px;
}

.flight-nav input[type='radio']:not(old) {
    width: 0px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
}

.flight-classes input[type='radio']:not(old):checked + label > span {
    background: #fff;
    border: 1px solid #a60c14;
}

.flight-classes:hover,
.flight-classes.active {
    background: #a60c14;
    color: #fff;
}

input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: 0;
    line-height: 16px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
}

.flight-classes {
    width: 100%;
    display: block;
    text-align: center;
    color: #4d4d4d;
    font-weight: 400;
    padding: 10px 0;
    font-weight: normal;
}

.label-container {
    border: 1px solid;
    text-align: center;
}

.post {
    background-color: #fff;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 35px;
    position: relative;
    font-family: 'mona_sans';
    margin-bottom: 20px;
    margin-right: 20px;
}

.post .post-body-wrap .post-body {
    padding: 28px;
    position: relative;
    background-color: #fff;
}

.post .post-body-wrap {
    position: relative;
}

.post .post-body-wrap .reading-time {
    font-size: .75rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #e72c30;
    color: #fff;
    padding: 4px 14px;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
}

.post .post-body-wrap .post-body {
    padding: 28px;
    position: relative;
    background-color: #fff;
}

.post .post-body-wrap .post-body .tag-wrap {
    margin-bottom: 21px;
}

.post .post-body-wrap .post-body .tag-wrap a {
    color: #28374c;
    text-transform: uppercase;
    font-size: .75rem;
    position: relative;
    margin-right: 7px;
}

.post .post-body-wrap .post-body .tag-wrap a:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #e72c30;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.post .post-body-wrap .post-body .tag-wrap a:hover {
    color: #1f3e93;
}

.post .post-body-wrap .post-body .post-title {
    color: #28374c;
    margin-bottom: 28px;
}

.post .post-body-wrap .post-body .post-meta .author {
    float: left;
}

.post .post-body-wrap .post-body .tag-wrap a {
    color: #28374c;
    text-transform: uppercase;
    font-size: .75rem;
    position: relative;
    margin-right: 7px;
}

.post .post-body-wrap .post-body .post-title a {
    color: #28374c;
    font-weight: bold;
    font-size: 19px;
}

.post .post-body-wrap .post-body .post-meta {
    font-size: .75rem;
    color: #91a0b7;
}

.post .post-body-wrap .post-body .post-meta .author {
    float: left;
}

.post .post-body-wrap .post-body .post-meta a {
    color: #91a0b7;
}

.post .post-body-wrap .post-body .post-meta a:hover {
    color: #1f3e93;
}

.post .post-body-wrap .post-body .post-meta .date {
    float: right;
}

.post:hover .post-body-wrap .reading-time {
    top: -19px;
    opacity: 1;
}

.post .featured {
    position: absolute;
    z-index: 1;
    background: #f1ba21;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    padding: 7px 14px;
    top: 14px;
    right: 0;
}

.post .featured:before {
    content: "";
    position: absolute;
    border-top: 16px solid #f1ba21;
    border-left: 10px solid transparent;
    top: 0;
    right: 100%;
}

.post .featured:after {
    content: "";
    position: absolute;
    border-bottom: 16px solid #f1ba21;
    border-left: 10px solid transparent;
    bottom: 0;
    right: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* force scrollbar */

html {
    overflow-y: scroll;
}


/* ---- isotope ---- */


/*
.grid {
background: #DDD;
}*/


/* clear fix */

.grid:nth-child(3) {
    border: 1px solid;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.33%;
}

@media screen and (max-width: 1200px) {
    .testimonial-slider .quote-icon {
        left: 0;
        font-size: 70px;
    }
}

@media screen and (max-width: 992px) {
    .testimonial-slider .quote-icon {
        left: 0;
        font-size: 50px;
    }
}

@media screen and (max-width: 768px) {

    /* 5 columns for larger screens */
    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .testimonial-slider .quote-icon {
        display: none;
    }
}

@media screen and (max-width: 520px) {

    /* 5 columns for larger screens */
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
    border: 5px !important;
}

.site-footer {
    padding: 42px 0;
}

.footer-top {
    margin-bottom: 14px;
}

.post-info {
    float: left;
    width: 65%;
    margin-left: 16px;
}

.post-info h4 {
    font-size: 16px;
    color: #f03;
}

.post-info h4 a {
    display: block;
    color: #a5b8ec;
    font-size: 14px;
}

.post-thumb {
    float: left;
}

.post-thumb img {
    max-width: 80px;
}

.recent-posts {
    margin-bottom: 20px;
}

.recent-posts:after {
    content: '';
    clear: both;
    display: block;
}

.author a,
.author {
    color: #d9e1f9;
    font-size: 12px;
}

.widget .tagcloud a {
    color: #a5b3d8;
    border: 1px solid #91a0b7;
    margin-right: 7px;
    padding: 8px 14px;
    display: inline-block;
    margin-bottom: 7px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.widget .tagcloud a:hover {
    color: #fff;
    border-color: #fff;
}

.widget .follow-social .social-links li {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.widget .follow-social .social-links li a {
    display: block;
    text-align: center;
    color: #91a0b7;
    font-size: 1rem;
    line-height: 2rem;
}

.widget .follow-social .social-links li a:hover {
    color: #fff;
}

.widget .widget-title {
    color: #fff;
    margin-bottom: 21px;
    margin-top: 21px;
    font-size: 18px;
    color: #fff;
}

.widget p {
    color: #a5b8ec;
    margin-bottom: 10px;
    line-height: 24px;
}

.subscribe-btn input[type="email"] {
    height: 38px;
    border-radius: 0;
}

.widget .custom-links {
    font-size: .875rem;
    border-top: 1px solid #5b77c3;
    padding-top: 21px;
}

.widget .custom-links a {
    margin-right: 14px;
    color: #b1bee0;
}

.widget .custom-links a:hover {
    color: #fff;
}

.table-faredetail {
    margin-bottom: 0;
    background: none;
}

.table-faredetail tr td {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 10px;
    font-family: 'mona_sans';
    color: #696969;
}

.bg-blue-light {
    background: #0076a4;
    padding: 0 10px;
    text-align: center;
    color: #fff !important;
}

.pos-r {
    position: relative;
}

/*
#flight-card .nav-tabs {
    border-bottom: none;
    width: 100%;
    margin-left: 12px;
}

#flight-card .owl-next {
    right: -11px;
}

.class-select {
    color: #fff;
    padding: 18px 0 0 0;
}

#flight-card .owl-prev {
    left: -16px;
}

#flight-card .tab-content {
    margin-left: 4px;
    margin-right: 11px;
}
*/

.overlay {
    position: relative;
}

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.loader-img img {
    width: 100%;
}

.follow-us {
    padding-top: 6px;
    display: inline-block;
    color: #fff;
}

/* login */
.login-form {
    max-width: 420px;
    margin: 80px auto;
    border: 1px solid #d8d8d8;
}

.login-form .btn-holder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-form .btn-login {
    background: #1354A9;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    width: 150px;
    padding: 10px 15px;
    margin: 0;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    -o-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
}

.login-form .btn-login:hover {
    background: #d8d8d8;
    color: #444;
}

/*.login-form .forgot-password {*/
/*    color: #1354A9;*/
/*}*/

/*.login-form .forgot-password:hover {*/
/*    color: #444;*/
/*}*/

/*.login-form .register-link:hover {*/
/*    color: #444;*/
/*}*/

.login-form h1 {
    background: #f3f3f3;
    color: #1354A9;
    font-size: 30px;
    line-height: 1;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}

.login-form .form-group label {
    color: #1354A9;
    margin-bottom: 5px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-holder {
    padding: 20px;
}

.login-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.login-form .form-control {
    min-height: 46px;
    padding-left: 30px;
    border-radius: 0;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.login-form .form-control:focus {
    background: #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da;
}

.login-form .remember {
    margin-bottom: 20px;
}

.login-form .custom-control {
    min-height: 0;
}

.login-with {
    background: #f3f3f3;
    color: #1354A9;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    border-top: 1px solid #d8d8d8;
    position: relative;
}

.login-with a {
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding: 7px 15px;
    margin-bottom: 15px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.login-with a:hover {
    background: #d8d8d8;
    color: #444;
}

.login-with a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    min-height: 100%;
}

.login-with a .fab {
    width: 22px;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.login-with a .social-text {
    width: calc(100% - 22px);
    max-width: 70%;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.login-with .facebook {
    width: 50%;
    background: #014a96;
}

.login-with .google {
    width: 50%;
    background: #ec2327;
}

.login-with .register-link {
    color: #1354A9;
    padding: 0;
    margin-bottom: 0;
}

.login-with .register-link:hover {
    background: none;
    color: #444;
}

@media screen and (max-width: 480px) {
    .container {
        width: 100%;
    }

    .login-form .btn-holder {
        text-align: right;
        display: block;
    }

    .login-form .btn-login {
        display: block;
        margin: 15px 0 0 auto;
    }

    .login-with {
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .login-with a {
        margin: 0 8px;
    }

    .login-with a:hover {
        background: none;
    }

    .login-with a .social-text {
        display: none;
    }

    .login-with .facebook,
    .login-with .google {
        background: none;
        width: auto;
        padding: 0;
    }

    .login-with .facebook {
        color: #014a96;
    }

    .login-with .google {
        color: #ec2327;
    }
}

.v--modal-overlay .v--modal-box {
    overflow: visible !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close-btn {
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: #fff;
    color: #a50c13 !important;
    font-size: 17px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    font-weight: bold;
    right: 10px;
    padding-left: 4px;
    padding-top: 2px;
    cursor: pointer;
}

.page-content h1 {
    font-family: 'mona_sans';
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 4px;
    position: relative;
}

.page-content h1:after {
    content: '';
    position: absolute;
    width: 13%;
    left: 0;
    bottom: 0;
    background: #fdca36;
    height: 2px;
}

.page-content p {
    line-height: 27px;
    color: #353535;
    font-family: 'mona_sans';
    font-size: 16px;
}

.page-img-content {
    margin: 20px 0;
}

.page-img-content .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-img-content a.card-link {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page-img-content .card {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.page-img-content .card:hover {
    -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .09);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    transform: scale(1.05);

}


.page-img-content .card {
    border: none;
    border-bottom-right-radius: 50px !important;
    transition: all .3s ease;
    margin: 20px;
}

.page-img-content .card-body {
    position: relative;
    background: #f5f6f7;
    /* border-left: 3px solid #f7ca2c; */
    transition: all .3s ease;
    min-height: 100px;
    max-height: 100px;
}

.page-img-content .card-body:before {
    content: '';
    position: absolute;
    width: 3px;
    background: #f7ca2c;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 1;
}

.page-img-content .card-body:after {
    content: '';
    position: absolute;
    width: 3px;
    background: #f7ca2c;
    height: 0%;
    left: 0;
    bottom: 0;
    opacity: 1;
    /*animation: mymove 5s infinite;*/
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/*
.page-img-content .card:hover .card-body:before {
    opacity: 0;
    background: none !important;
}

.page-img-content .card:hover .card-body:after {
    opacity: 1;
    transform: translate(-10px, 0, 0, -10px);
    height: 100%;
    background: none !important;
    }*/
/*
@-webkit-keyframes mymove {
    from {height: : 0px;}
    to {height: 300px;}
}

@keyframes mymove {
    from {height: : 0px;}
    to {height: : 300px;}
    }*/

.page-img-content .card-title {
    font-family: 'mona_sans';
    font-size: 15px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    margin: -67px -20px -15px -19px;
    padding: 19px 15px 11px 15px;
    background-color: #fff;
    background-color: #1354A9 !important;
    line-height: 1;
    border-bottom: 2px solid #1354A9;
    text-transform: uppercase;
    font-family: 'mona_sans' !important;
    letter-spacing: 0.05em;
}


.page-img-content .card-text,
.page-img-content .card-text p {
    margin-top: 29px !important;
    font-family: 'mona_sans' !important;
    /* line-height: 20px; */
    font-size: 14px !important;
    color: #000;
    padding: 0;

}

.image-detailslider {
    margin-bottom: 30px;
}

.fixed-top-nav .navbar {
    padding: 0 !important;
}

.boardmember-info .show {
    position: relative;
}

.is-fixed .travel-form button.btn-blue {
    width: 102% !important;
}


/* Added by mohan 11/5/2018 */


.flight-details {
    padding: 10px 0 10px 0 !important;
    background: #ECF2F6 !important;
}

/*.flight-details .col-md-8 {
        margin-right: -15px;
        }*/


/*.flight-block .head,
    .head {
        background-color: #1354A9;
        padding: 8px 20px 5px 12px;
    }

    .flight-block .head p,
    .head p {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }

    .flight-block .head h4,
    .flight-block .head p {
        display: inline-block;
    }

    .flight-block .head h4 {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

    .flight-block .head p {
        float: right;
    }
    */
.fa-calendar-alt:before {
    margin-right: 5px;
}


.flight-table {
    width: 100%;
}

.flight-table tr {
    margin-bottom: 4px;
}

.flight-table tr th {
    border-right: 1px solid #aeaeae;
    text-align: center;
    padding: 10px 0;
}

.flight-table tr:first-child {
    border-bottom: 1px solid #aeaeae;
}

.flight-table tr th:last-child {
    border: none;
}

.flight-table tr td {
    padding: 10px 0;
    text-align: center;
}

.flight-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.flight-table tr:nth-child(even) {
    background-color: #e8e8e8;
}

/*  .location {
       background: #fff;
   }

   .location .head {
       background-color: #1354A9;
       padding: 8px 20px 5px 12px;
       color: #fff;
   }

   .location-steps {
       text-align: center;
       padding: 7px 0;
   }

   .steps {
       display: inline-block;
       text-align: center;
       margin: 0 5%;
       position: relative;
       z-index: 1;
       width: 14%;
   }

   .steps figure {
       background-size: 20px;
       background-repeat: no-repeat;
       background-position: center center;
       height: 35px;
       width: 35px;
       background-color: #eaeaeb;
       border-radius: 50%;
       display: block;
       margin: 0 auto;
       line-height: 41px;
       color: #777777;
       font-size: 18px;
   }

   .steps.active figure {
       background-color: #1354A9;
       color: #fff;
   }

   .steps.active p {
       border-bottom: 3px solid #ffdc1b
   }

   .steps p {
       font-size: 16px;
       font-weight: 600;
       padding: 10px 0 5px 0;
   }

   .steps:after {
       content: '';
       background-color: #eaeaeb;
       height: 10px;
       width: 180%;
       position: absolute;
       top: 20%;
       left: 34px;
       z-index: -1;
   }

   .steps:last-child:after {
       background-color: transparent;
       } */

/*.destination-info {
        padding: 20px;
        padding-bottom: 0;
        border-bottom: 1px solid #d9dce3;
        background: #FFF;
    }

    .destination-info h1,
    .destination-info .totalflight {
        width: 33.3333%;
        text-align: left;
        font-size: 28px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
    }

    .destination-info .totalflight {
        text-align: center;
        font-size: 14px;
    }

    .destination-info .totalflight span {
        font-weight: bold;
        padding: 6px;
        border-bottom: 3px solid #ffdc1b;
        display: inline-block;
        text-transform: capitalize;
    }

    .destination-info h1.to {
        text-align: right;
        }*/


h1 {
    font-family: 'mona_sans';
    font-size: 28px;
    color: #1354A9;
}

h2 {
    font-size: 21px;
    color: rgb(19, 84, 169);
    font-family: 'mona_sans';
    margin: 5px 0px 15px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.form-control {
    border: 1px solid #69696975;
    border-radius: 5px;
    color: #696969;
    height: 44px;
    letter-spacing: 0.025em;
}

select.form-control {
    font-family: 'mona_sans' !important;
    /*height: 44px !important;*/
    color: #696969 !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #696969 !important;
}


p {
    font-family: 'mona_sans';
    line-height: normal;
    font-size: 15px;
    line-height: 27px;
    color: #696969;
    /* margin: 15px 0;  */
}

.vue-star-rating-star {
    width: 15px !important;
}


/* new css */
.blog-test.index-slide-contain {
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
    padding: 20px;
    margin: -53px 13px 0 13px;
    position: relative;
    min-height: 170px;
}

.blog-test.index-slide-contaip p {
    font-family: "mona_sans";
    text-align: left;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 0;
    min-height: 53px;
    color: #000;
}

.blog-test.index-slide-contain span {
    font-size: 14px;
    position: relative;
    padding-left: 13px;
    line-height: 21px;
    display: block;
    color: #000;
    font-family: "mona_sans";
}

.blog-test.index-slide-contain span:before {
    content: '';
    position: absolute;
    background: #ffd101;
    width: 3px;
    height: 100%;
    left: 0;
}

.support-dropdown {
    text-align: left !important;
}

.standard-app img {
    height: 2em;
}

@media only screen and (max-width: 480px) {
    /*.menu-navigation {*/
        /*margin: 0 15px !important;*/
    /*}*/

    .banner-slide .slogon-descript p {
        font-size: 20px !important;
    }

    .special-content {
        margin-top: 15px;
        padding-bottom: 5%;
    }

    .testimonial-slider {
        padding-top: 0;
    }

    .social-media {
        text-align: left;
    }

    .foot-head {
        padding: 13px 0;
    }

    .video-wrap {
        margin-top: 15px;
    }

    .social-media a {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .support-section {
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 719px) {
    .search-section {
        margin: 0 auto !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 461px) {
    .buddha-visalis ul li {
        margin-left: 2px !important;
    }
}

@media only screen and (max-width: 525px) {
    .buddha-visalis li {
        font-size: 0.8em;
    }

    .buddha-visalis li img {
        height: 1em;
    }
}

.inner-page {
    padding-top: 15px;
    margin-bottom: 30px;
}

.page-img-content .table {
    overflow-x: auto;
}

.page-img-content .table th,
.page-img-content .table td {
    padding: 15px 10px;
}

/* @media screen and (max-width: 766px) {
    font-size: 12px;
} */
.dropdown__menu__list {
    padding: 0;
}

/* .ck-container li:nth-child(1) {
    float: left;
} */

.text-page .ck-container ol,
.text-page .ck-container ul {
    float: left;
}

.ck-container ol:first-child,
.ck-container ul:first-child {
    float: none;
}

.blog-description table td,
.blog-description table th {
    border: 1px solid #eaeaea;
    padding: 5px 20px;
}

.blog-description > ol,
.blog-description > ul {
    line-height: 20px;
}

.blog-description > ol:first-child,
.blog-description > ul:first-child {
    margin-top: 25px;
}

.text-page > ol,
.text-page > ul {
    line-height: 20px;
}

.text-page > ol:first-child,
.text-page > ul:first-child {
    margin-top: 25px;
}

.departure-block:hover {
    -webkit-box-shadow: 0 0px 0px #bdbdbd !important;
    /* box-shadow: 0 2px 5px #bdbdbd; */
}

.mt-3, .my-3 {
    /*margin-top: -1rem!important;*/
    /*margin-left: 75px;*/
    /*margin-right: 25px;*/
}

.sticky-bottom {
    background: #1354A9;
    height: 190px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 998;
    color: white;
    /*border-radius: 10px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.refundable-text {
    color: #13A922
}

.non-refundable-text {
    color: #1354A9
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.flight-hr {
    border: none;
    border-bottom: 0.2em dashed #696969;
    margin-top: 5px;
}

.text-normal {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.05em;
    font-family: 'mona_sans';
}

.text-heading {
    font-size: 16px;
    font-family: 'mona_sans';
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);

}

.booking-id {
    font-size: 20px;
    font-family: 'mona_sans';
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.7);
}

.passenger-detail-hr {
    width: 100%;
    border: none;
    border-bottom: 2px dotted #696969;
}

.btn-primary {
    background: #EABE23 !important;
    color: #000000 !important;
    border-color: #EABE23 !important;
}

.btn-primary:hover {
    background: #1354A9 !important;
    color: #fff !important;
    border-color: #1354A9 !important;
}

.btn-continue {
    background: #1354A9 !important;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid gray !important;
    width: 100%;
    cursor: pointer;
    font-family: 'mona_sans';
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    padding: 10px !important;
}

.btn-continue:hover {
    background: #EABE23 !important;
    border-color: #EABE23 !important;;
}

.btn-continue:disabled {
    background: #696969 !important;
}

.login-btn {
    width: 100% !important;
}

.login-block {
    padding: 20px;
}

.login-inner-block {
    display: flex;
}

.login-inner-content {
    padding: 0px 0px 0px 10px;
    font-family: 'mona_sans';
    letter-spacing: 0.025em;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#myModal2 {
    z-index: 9999999;
}

body {
    padding-right: 0 !important;
}

.view-detail {
    font-size: 15px;
    font-family: 'mona_sans';
    letter-spacing: 0.05em;
    color: #fff;
    cursor: pointer;
}

.view-detail:hover {
    color: #EABE23 !important;
}


.bottom-refundable {
    font-size: 15px;
    font-family: 'mona_sans';
    letter-spacing: 0.05em;
    color: #fff;
    cursor: pointer;
}

.v--modal-box.v--modal {
    width: 850px !important;
}


.head-departing {
    padding: 10px;
}

.departing-fare-detail {
    text-align: right;
}

.table-faredetail-head tr td {
    color: #1354A9;
    font-size: 14px;
    font-weight: 600;
}

.amount-col {
    margin-left: 60px;
}

.amount-col-head {
    margin-left: 70px;
}

tr.total td {
    font-family: #{$fontName}, sans-serif;
}

.search-form-holder .has--error {
    /*border-radius: 5px 0px 0px 5px !important;*/
}

.has--error {
    /*border: 1px solid #EA4723 !important;*/
    /*border-radius: 5px;*/
}

a {
    color: #1354A9;
}

a:hover {
    color: #EABE23 !important;
}

@media screen and (max-width: 992px) {
    .v--modal-box.v--modal {
        width: 500px !important;
    }

    .amount-col {
        margin-left: 10px;
    }

    .amount-col-head {
        margin-left: 22px;
    }

    .head-departing p {
        font-size: 11px;
    }

    .table-faredetail tr td {
        font-size: 10px;
    }
}

a:hover {
    text-decoration: none !important;
}


/*@media screen and (max-width: 600px) {*/
/*    .v--modal-box.v--modal {*/
/*        width: 200px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 320px) {*/
/*    .v--modal-box.v--modal {*/
/*        width: 150px !important;*/
/*    }*/
/*}*/


/*@media screen and (min-width: 1024px) {*/
/*    .flight-details .progress-here .progress-searchcontain .progressbar-new li {*/
/*        font-size: 11px;*/
/*    }*/
/*}*/
/*.flight-contentfull .detailflights-boundslink .detailflights-bounds .total-amountcurrency p:after {*/
/*    content: "" !important;*/
/*}*/
