/*
Project: AFC Holidays
Version: 4.0
Last Update: 19 July 2025, 04:56pm
*/

/* Semibold --> font-weight: 600; */

body {
    min-height: 60rem;
    /*padding-top: 6.6rem;*/
    padding-top: 120px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

img {
    pointer-events: none;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #333333;
}

a:hover {
    color: #30475E;
    text-decoration: none;
}

.swal2-title {
    font-size: 1.4em !important;
}

select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input.hidearrow::-webkit-outer-spin-button,
input.hidearrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].hidearrow {
    -moz-appearance: textfield;
}

.fixed-top {
    border-bottom: 1px solid #E0E0E0;
}

.form-control,
.btn {
    font-size: 14px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.input-group-append .btn {
    z-index: 1;
}

.cursor {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.btn-danger {
    color: #fff;
    background-color: #E01B1B;
    border-color: #E01B1B;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.container {
    max-width: 1440px;
}

.toplogo {
    max-height: 50px;
    max-width: 100px;
    width: 215px;
    height: auto;
}

.wid45 {
    width: 45px;
}

.bg-light {
    background-color: #ffffff !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.bg-lightblue {
    border: 2px solid #c9e9ff;
    border-radius: 15px;
}

.nopadd {
    padding: 0px;
}

.mt-n10 {
    margin-top: -10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t20res {
    padding-top: 20px;
}

.p-t20resnofrmbl {
    padding-top: 20px;
}

.p-t30res {
    padding-top: 30px;
}

.p-b20res {
    padding-bottom: 20px;
}

.p-b30res {
    padding-bottom: 30px;
}

.c-white {
    color: #ffffff;
}

.mh-100 {
    min-height: 100px;
}

.min-h-0{
	min-height: 0px !important;
}

.img-white{
	filter: brightness(0) invert(1);
}

.v-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    padding: .2rem 1rem;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333 !important;
    text-transform: capitalize;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.topnavsmall {
    font-size: 12px;
    font-weight: 600;
    min-height: 37px;
    justify-content: center;
    align-items: center;
    background: #971419;
    color: #ffffff;
}

.topnavsmall a {
    color: #ffffff;
}

.topnavicon {
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
    margin-left: 10px;
}

/* Homepage CSS start */
.bg-blue {
    /*    background-color: #30475E;*/
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff !important;
}

.owl-prev span,
.owl-next span {
    color: #ffffff;
    font-size: 2em;
    line-height: 20px;
}

.owl-prev {
    left: 2rem;
}

.owl-next {
    right: 2rem;
}

.supersaverslider .owl-prev,
.supersaverslider .owl-next {
    background-color: #ffffff !important
}

.supersaverslider .owl-prev span,
.supersaverslider .owl-next span {
    color: #333333 !important;
}

.supersaverslider .owl-prev {
    left: 1rem;
}

.supersaverslider .owl-next {
    right: 1rem;
}

.supersaverslider .owl-prev,
.supersaverslider .owl-next {
    position: absolute;
    top: 32%;
    transform: translateY(-32%);
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff !important;
}

.br-rihome:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 47px;
    background: rgb(255 255 255 / 40%);
    top: 25%;
    bottom: 0;
}

.br-rihome:first-of-type:after {
    width: 0px;
}

.br-rihome {
    background-color: #971419;
    padding-bottom: 2px;
}

.br-rihome:hover {
    background-color: #791014;
    cursor: pointer;
}

.br-rihome:hover .ctgtitleweb {
    border-bottom: 2px solid white;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots.clickable .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: -25px;
    position: absolute;
    left: 0;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.owl-carousel .owl-dots .owl-dot span {
    height: 4px;
    width: 32px;
    border-radius: 0px;
    background-color: #c4c4c4;
    border-radius: 2px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ed4552;
}

.owl-carousel .owl-dots {
    margin-top: 0px;
    position: relative;
}

.title {
    font-size: 24px;
    color: #30475E;
    font-weight: 600;
}

.subtitle {
    font-size: 20px;
    color: #30475E;
    font-weight: 600;
}

.ctgtitleweb {
    color: #ffffff;
    font-size: 16px;
}

.newmenu {
    font-size: 10px;
    position: relative;
    top: -10px;
    margin-bottom: 13px;
    color: #000000;
    background-color: #ffe514;
    padding: 3px 4px;
    border-radius: 3px;
    animation: blinker 1s linear infinite;
}

.mblservbox {
    background-color: #ffffff;
    text-align: center;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    position: relative;
}

.mblservbox img {
    border-radius: 15px;
}

.mblservbox .ctgtitle {
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0px 2px 15px #000000;
    font-weight: 500;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.pleftfrmbl {
    margin: 0px;
}

.bg-gray {
    background-color: #F4F6F8;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.bg-gray:before {
    content: "";
    background: transparent url(../img/bkicon.png) no-repeat;
    display: block;
    background-position: top right;
    height: 75%;
    position: absolute;
    width: 80%;
    right: 0;
}

.viewall {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 25px;
    color: #333333;
}

.tourduricon {
    height: 13px;
    width: 14px !important;
    display: inline-block !important;
    margin-right: 2px;
    margin-top: -3px;
}

.tourduricontourpg {
    height: 19px;
    width: 20px !important;
    display: inline-block !important;
    margin-right: 2px;
    margin-top: -3px;
}

.viewtour {
    border: 1px solid #979797;
    display: inline-block;
    padding: 7px 35px;
    color: #333333;
    text-decoration: none;
}

.viewtour:hover {
    background-color: #30475E;
    color: #ffffff;
}

.textoff {
    color: #E01B1B;
    font-size: 24px;
    font-weight: 600;
}

.over-hidden {
    overflow: hidden;
}

.hoverzoom {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hoverzoom:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ribbon {
    width: 170px;
    height: 165px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 10px 0;
    background-color: #ffffff;
    color: #FF5858;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.ribbon-top-left span {
    left: -45px;
    top: 20px;
    transform: rotate(-45deg);
}

.supersavbx {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0px 0px 25px 25px;
    margin-bottom: 5px;
}

.supersavbxlespad {
    padding: 5px 10px;
    background-color: #ffffff;
    margin: -25px auto;
    text-align: center;
    position: relative;
    right: 0;
    left: 0;
    max-width: 230px;
    margin-bottom: 10px;
    color: #333333;
    border: 1px solid #E0E0E0;
}

.supersavbxlespad .title {
    font-size: 20px;
}

.supersavbxlespad .suppribox {
    background-color: #30475E;
    position: absolute;
    right: 0;
    top: -37px;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
    display: table;
}

.supersavbxlespad .actprc {
    font-size: 18px;
}

.l3-scroll {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.suppribox {
    background-color: #30475E;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    font-size: 20px;
    color: #ffffff;
    z-index: 1;
}

.strkout {
    text-decoration: line-through;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
}

.strkoutaed {
    font-size: 14px;
}

.strkoutprc {
    font-size: 18px;
}

.actprc {
    font-size: 24px;
}

.supersaverbox {
    padding-left: 100px;
    padding-right: 100px;
}

.abtbox {
    padding: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    display: block;
    text-align: center;
    background-color: #ffffff;
    margin: 15px;
    min-width: 190px;
}

.abtboxnew {
    padding: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    margin: 15px;
    min-width: 190px;
}

.aboutusbk {
    background: url(../img/aboutusbk.png) no-repeat;
    min-height: 300px;
    background-size: 75% auto;
    background-position: center top;
    display: flex;
}

.aboutusbk .subtext,
.aboutuspage .subtext {
    font-size: 14px;
}

.imgawards {
    max-width: 150px;
    text-align: center;
    margin: auto;
    padding: 20px;
}

.count:after {
    content: "+";
    display: inline-block;
}

.trendingbox {
    padding-left: 100px;
    padding-right: 100px;
}

.trndstnprcdiv {
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    z-index: 1;
}

.trndstnprc {
    color: #ffffff;
    font-size: 18px;
    background-color: #30475E;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 10px;
}

.trndstimg {
    position: relative;
    border-radius: 40px;
}

.trndstimgfront {
    background-color: #000000b3;
    position: absolute;
    bottom: 0px;
    top: 0;
    min-width: 100%;
    background: #ffffff00;
    background: -webkit-linear-gradient(to top, #000000b3, #ffffff00);
    background: linear-gradient(to top, #000000b3, #ffffff00);
    border-radius: 40px;
    z-index: 1;
}

.trndsttitlebox {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 2;
}

.trndsttitle {
    font-size: 24px;
}

.trndstduration {
    font-size: 14px;
}

.trenddiv {
    margin-top: 25px;
    padding-bottom: 15px;
}

.trendingboxtitle {
    padding-bottom: 20px;
}

.staycationbox {
    padding-left: 100px;
    padding-right: 100px;
}

.staycationbx {
    padding: 15px;
    border-radius: 5px;
    display: block;
    position: relative;
    border: 1px solid #D9D9D9;
    margin-left: 100px;
    margin-bottom: 10px;
}

.stayleftmar {
    margin-left: -100px;
}

.pricebtn {
    background-color: #E01B1B;
    display: inline-block;
    padding: 7px 35px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #E01B1B;
    border-radius: 5px;
}

.pricebtn:hover {
    background-color: #ffffff;
    color: #E01B1B;
    border: 1px solid #E01B1B;
    border-radius: 5px;
}

/* Video start */
.jarallax {
    min-height: 498px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
}

.jarallaxtxt {
    max-width: 600px;
    text-align: right;
    position: absolute;
    right: 0;
    padding: 30px 40px;
    color: #ffffff;
    font-size: 24px;
    background-color: rgb(0 0 0 / 65%);
}

.jarallaxathr {
    font-size: 18px;
    font-style: italic;
    color: #ff0075;
}

/* Video end */
.testimonialbox {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1440px;
}

.testimonialdiv {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 23px #23397426;
    box-shadow: 0px 0px 23px #23397426;
    padding: 20px 15px 15px 20px;
    margin: 30px 20px 15px;
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    display: block;
}

.testimonialdiv .quote {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    display: inline-block;
    margin-left: -40px;
    margin-top: -40px;
    background: #30475E;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
}

.testimonialdiv .content-text {
    margin-bottom: 20px;
    color: #666666;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100px;
    min-height: 100px;
    scrollbar-width: thin;
}

.testimonialdivnew .content-text {
    height: 110px;
}

/* width */
.testimonialdiv .content-text::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.testimonialdiv .content-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.testimonialdiv .content-text::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.testimonialdiv .content-text::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

.testimonialdiv .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.testimonialdiv .media .media-left img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonialdiv .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testimonialdiv .media .media-body h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
}

.testimonialdiv .media .media-body span {
    font-weight: 500;
    font-size: 12px;
}

.testimonialdiv .media .media-body .tp-review-meta {
    float: right;
}

.testimonialdiv .ic-red {
    color: #e01c1c;
}

.testimonialdiv .tp-review-meta span {
    margin-left: 10px;
    color: #e01c1c;
}

.newsletterbox {
    padding-left: 100px;
    padding-right: 100px;
}

.newsletterdiv {
    /*
    background: #FFB2B2;
    background: -webkit-linear-gradient(to right, #F8FF99, #FFB2B2);
    background: linear-gradient(to right, #F8FF99, #FFB2B2);
*/
    border-radius: 0px;
    padding: 30px 40px;
}

.newsletterdiv .btn {
    width: 102px;
    height: 40px;
}

.newsletterdiv:before {
    content: "";
    /*    background: transparent url(../img/newsletterline.png) no-repeat;*/
    background-position: top center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 34%;
    left: -6%;
}

.articlesbox {
    padding-left: 100px;
    padding-right: 100px;
}

.articletext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 12px;
}

.articledate {
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
}

.articletitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    text-transform: uppercase;
    line-height: inherit;
}

.articlereadmr {
    font-size: 12px;
    padding-bottom: 5px;
    display: block;
    color: #e01c1c;
    font-weight: 600;
}

.articleboxshdw {
    display: block;
    box-shadow: 0px 0px 15px #23397426;
    margin: 10px;
    margin-left: 1px;
}

.articlovrhidimgdiv {
    overflow: hidden;
}

.articlepbox {
    display: block;
    padding: 10px 25px;
}

.articleboxshdw img {
    display: block;
    min-height: 246px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer {
    background: #222831;
    color: #fff;
}

footer .centered {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    max-width: 1440px;
}

footer .centered .footer-contact {
    width: 15%;
}

footer .centered .footer-navigation {
    width: 60%;
}

footer .centered .footer-navigation .footer-links-holder {
    width: 33.33333%;
    position: relative;
    float: left;
    margin: 0;
}

footer .centered .footer-navigation .footer-links-holder .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

footer .bottom-bar {
    position: relative;
    text-align: center;
    font-size: 12px;
    padding: 10px 20px;
}

.bknwrecent {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #f9da39;
    padding: 5px 15px 10px;
    border-radius: 0px 15px;
    line-height: normal;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.bknwrecent span {
    font-size: 12px;
    line-height: normal;
}

/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
    footer .centered {
        flex-wrap: wrap;
    }

    footer .centered .footer-contact {
        width: 100%;
        padding: 0 20px 15px;
    }

    footer .centered .footer-navigation {
        width: 100%;
    }

    footer .centered .footer-navigation .footer-links-holder {
        padding: 0 20px;
    }
}

/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
    footer .centered .footer-contact {
        width: 100%;
    }

    footer .centered .footer-navigation .footer-links-holder {
        width: 100%;
        padding: 0;
    }

    footer .centered .footer-navigation .footer-links-holder h3 {
        margin: 0;
        padding: 10px 20px;
        border-top: #979797 1px solid;
        cursor: pointer;
        /* Down Arrows */
    }

    footer .centered .footer-navigation .footer-links-holder h3::after {
        float: right;
        margin-right: 10px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-top: 3px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
    }

    footer .centered .footer-navigation .footer-links-holder .footer-links {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
    }

    footer .centered .footer-navigation .footer-links-holder.active h3::after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    footer .centered .footer-navigation .footer-links-holder.active .footer-links {
        max-height: 10000px;
        padding-bottom: 15px;
    }

    footer h3 {
        font-size: 14px !important;
        padding-bottom: 10px !important;
    }

    .brdftlast {
        border-bottom: #979797 1px solid;
    }
}

/* Typography */
footer h3 {
    margin-bottom: 0;
    font-size: 18px;
    padding-bottom: 15px;
}

footer p,
footer li {
    margin: auto;
    font-size: 12px;
    color: #E8E8E8;
    line-height: 2em;
}

footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.5s, background 0.5s;
    transition: color 0.5s, background 0.5s;
}

footer a:hover {
    color: #65c2ed;
}

/* Misc CSS */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
}

.followus i {
    font-size: 18px;
    margin-right: 10px;
}

.modal-title {
    font-size: 24px;
}

.error {
    color: #e01c1c;
}

label#accepttandc-error {
    float: right;
    width: 100%;
}

.mblbtmictxt {
    font-size: 10px;
    padding-top: 3px;
    color: #ffffff;
}

.bk-lightblue {
    background-color: #c9eaff;
}

.bk-lightblue2 {
    background-color: #cafef8;
}

.megamenuimg {
    max-height: 100px;
    margin: auto;
    display: block;
}

@media all and (min-width: 992px) {
    .nav-item.dropdown.megamenu.show {
        position: static !important;
    }

    .navbar .megamenulist {
        width: 100%;
        margin-top: -1px;
    }
}

.mmenushw {
    z-index: 1022;
    background: #971419;
    height: 52px;
    position: fixed;
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
    width: 100%;
    left: 0;
    padding: 7px 5px 0px;
    text-align: center;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 10%);
}

.mobilemenu-up {
    bottom: -52px;
}

.mobilemenu-down img {
    filter: brightness(0) invert(1);
}

.mmenushw .col:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: hsl(0deg 0% 0% / 25%);
    top: 10px;
    bottom: 0;
    right: 0;
}

.animround {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#scroll-percent {
    position: fixed;
    top: 0;
    width: 100vw;
    color: #31475e;
    margin: 0;
    padding: 0;
    z-index: 1030;
    height: 10px;
}

.scrltop {
    position: fixed;
    bottom: 55px;
    right: 10px;
    max-width: 75px;
    max-height: 75px;
    height: auto;
    width: 100%;
    background-color: #FF5858;
    border-radius: 50%;
    padding: 1px;
    z-index: 1021;
}

#percentage-value {
    position: fixed;
    bottom: 68px;
    right: 21px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    z-index: 1021;
}

[data-scrollPercentage] .percentage {
    display: inline-block;
    background-color: #ffaaae;
    height: 6px;
    width: 0;
}

.animroundslw {
    animation: rotationslw 10s infinite linear;
}

@keyframes rotationslw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.p-bnoformbl {
    padding-bottom: 0px;
}

/* Homepage end */

/* About Us start */
.sitemapdiv {
    margin-top: -34px;
    text-align: center;
}

.sitemaptitle {
    border: 1px solid #E0E0E0;
    font-size: 16px;
    color: #30475E;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    padding: 4px;
    background-color: #ffffff;
    cursor: pointer;
}

.sitemaptitle.active,
.sitemaptitle:hover {
    background-color: #ec3666;
    color: #ffffff;
    border-color: #ec3666;
}

.txtjstfrmbl {
    text-align: center;
}

.abtuspagebox {
    padding-left: 100px;
    padding-right: 100px;
}

.abtboxpage {
    padding: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    display: block;
    text-align: center;
    background-color: #ffffff;
    margin: 15px;
}

.mxw-950 {
    max-width: 950px;
    margin: auto;
    width: 100%;
}

.maxw-300 {
    max-width: 300px;
    width: 100%;
}

.maxw-400 {
    max-width: 400px;
    width: 100%;
}

.maxw-600 {
    max-width: 600px;
    width: 100%;
}

.maxw-700 {
    max-width: 700px;
    width: 100%;
}

.mhw-75 {
    max-height: 75px;
    max-width: 75px;
}

.movltor {
    height: 75px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.movltor > div {
    height: 75px;
    width: 2501px;
    background: url(../img/ourpartners/partnersfull.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
}

.movltor .mover-1 {
    animation: moveSlideshow 25s linear infinite;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-66.6666%);
    }
}

/* About Us end */
/* Testimonial start */
.tespagebtmmar {
    margin: 0px;
    position: relative;
    float: none;
}

.tespagebtmmar .content-text {
    margin-bottom: 20px;
    color: #666666;
    max-height: 110px;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* width */
.tespagebtmmar .content-text::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.tespagebtmmar .content-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.tespagebtmmar .content-text::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.tespagebtmmar .content-text::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

.portfolio-filter.sticky-top {
    top: 82px;
    background-color: #ffffff;
}

.single-portfolio {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}

@media (min-width: 576px) {
    .single-portfolio {
        max-width: 100%;
    }

    .portfolio-filter.sticky-top {
        top: 119px;
    }
}

@media (min-width: 768px) {
    .single-portfolio {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .single-portfolio {
        max-width: 33%;
    }
}

.mblxscroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 5px 0px 0px;
}

/* width */
.mblxscroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
.mblxscroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.mblxscroll::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.mblxscroll::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

/* Testimonial end */

/* Pay as You Go start */
.trenddivpage {
    padding-bottom: 40px;
}

/* Pay as You Go end */

/* Edutour page start */
.edutourbxcstm {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    display: block;
}

.minh-220 {
    min-height: 220px;
}
.edutour-portfolio {
    position: relative;
    display: block;
    width: 50%;
    z-index: 1;
	transition: all 0.3s ease;
}

.edutour-portfolio:hover{
	transform: translateY(-5px);
}

@media (min-width: 576px) {
    .edutour-portfolio {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .edutour-portfolio {
        max-width: 33%;
    }
}

@media (min-width: 1200px) {
    .edutour-portfolio {
        max-width: 25%;
    }
}

/* Edutour page end */
/* FAQ start */
.faqbox {
    padding-left: 100px;
    padding-right: 100px;
}

/* FAQ end */

/* My Profile start */
#gender-error,
#newslettereml-error,
#visagender-error,
#visanationality-error,
#vivafatnatn-error,
#vivamotnatn-error,
#vivaspsnationality-error,
#vivaspscountryfbrth-error {
    float: right;
    width: 100%;
}

/* My Profile end */
/* My Referral start */
.nav-tabs li {
    background-color: #081957;
    border-right: 1px solid #dfe2e6;
    padding: 10px 25px;
}

.nav-tabs li a {
    color: #ffffff;
}

.nav-tabs li a.active {
    color: #FFC000;
}

.refuser {
    border-radius: 50%;
    background-color: #FFC000;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.bokuser {
    border-radius: 50%;
    background-color: #081957;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.bookedbk {
    background-color: #ffc000;
    padding: 0px 5px;
    font-size: 12px;
}

.notbookedbk {
    background-color: #081a56;
    color: #ffffff;
    padding: 0px 5px;
    font-size: 12px;
}

.morefornotification {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
}

table.referraltb,
table.notificationtb {
    width: 100%;
    border-collapse: collapse;
}

.referraltb td,
.referraltb th,
.notificationtb td,
.notificationtb th {
    padding: 6px;
    text-align: left;
}

.referraltb tr.normaltr:nth-child(even) {
    background-color: #ffffff;
}

.table > thead > tr > th,
.table td {
    vertical-align: middle !important;
}

.rewardpoint {
    max-width: 50px;
}

.m-center {
    margin: 0 auto;
}

/* My Referral end */

/* My Booking start */
.mybkreid {
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
    padding: 0px 10px;
    right: 0px;
    color: #333333;
}

.mybkbox {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    position: relative;
    display: block;
    height: 100%;
}

.mybkbox:hover {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 23%);
}

.mybkboxsmall {
    padding: 15px 20px;
    font-size: 13px;
    color: #666666;
    line-height: 1.7em;
}

.mybkdate {
    font-size: 12px;
}

.mybktour {
    font-size: 18px;
    padding: 3px 0px;
    color: #333333;
}

#travdoc-error,
#accepttermndcnd-error {
    float: right;
    width: 100%;
}

#miscchkbx-error {
    float: none;
    width: 100%;
}

/* My Booking end */

/* My Booking inside tour page start */
.panel-title > a,
.panel-title > a:active {
    display: block;
    text-decoration: none;
    line-height: initial;
}

.panel-heading a:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
}

.panel-heading a.collapsed:after {
    content: "\f107";
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading,
.panel-title > a:hover,
.panel-title > a:focus {
    color: #30475E;
    background-color: #C9FFF8;
    border-color: #C9FFF8;
    font-size: 18px;
}

.viewdoc {
    background-color: #c4f7ff;
    padding: 5px 10px;
    max-width: 400px;
    line-height: 17px;
    display: block;
    position: relative;
}

.bksummarydiv {
    padding: 0px 0px 15px;
    background: #f0f3f3;
    border-radius: 5px;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
    border-color: #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0px rgb(35 57 116 / 15%);
}

.panel-group .panel-heading {
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
}

.max-width160 {
    max-width: 160px;
    width: 100%;
}

.bksummarydiv p {
    margin: 0;
}

.bksummarydiv img {
    background-color: #ffffff;
}

.panel-body label {
    margin-bottom: 0px;
}

.btn-cstmyl {
    background-color: #FFC000;
    border-color: #FFC000;
    color: #081957;
    font-size: 18px;
    padding: 5px;
}

.bksummary {
    background-color: #081957;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
}

/* My Booking inside tour page end */

/* Checkout page start */
.chkoutpage.sticky-top {
    top: 110px;
    height: 100%;
    z-index: 1;
}

.chkoutpage .sticky-top {
    top: 110px;
}

.chkouttitle {
    font-size: 18px;
    color: #081957;
    background-color: #c9f3ff;
    padding: 10px 15px;
}

.chkoutbox {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

.chkouttxtbox {
    padding: 10px 0px;
    margin-bottom: 20px;
}

.border-btm {
    border-bottom: 1px solid #f1f3f3;
    padding-top: 10px;
}

.couponbtn {
    width: 150px;
}

.chkouttxtbox .form-check {
    margin-bottom: 5px;
}

#chkpromocode-error,
#chkagreepaymnt-error {
    float: none;
    width: 100%;
}

/* Checkout page end */
/* Tourpage start */
.trpgbk {
    background-color: #222831;
    position: relative;
}

.trpgbkimg {
    background-size: cover;
    min-height: 430px;
    opacity: 0.7;
}

.trpgboxdiv {
    text-align: center;
    color: white;
    width: 100%;
    position: absolute;
    top: 16%;
    font-size: 2em;
    text-shadow: 2px 2px 4px #000000;
    font-size: 20px;
}

.faitoptpg {
    padding: 10px;
    font-size: 1.8em;
}

.sideinquire {
    position: fixed;
    top: calc(50% - 152px);
    right: 0;
    z-index: 1030;
    height: auto;
}

.sideinquire-form {
    float: right;
    width: 250px;
    padding: 15px;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, .2);
    display: none;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 1px 15px rgba(0, 0, 0, 0.2);
}

.sideinquire-tab {
    float: left;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 160px;
    height: 60px;
    color: #ffffff;
    border-color: #EAA128;
    margin-top: 50px;
    margin-right: -50px;
    padding-top: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #fe5858;
    background-size: 400% 400%;
    -webkit-animation: btnenqgrd 30s ease infinite;
    -moz-animation: btnenqgrd 30s ease infinite;
    animation: btnenqgrd 30s ease infinite;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes btnenqgrd {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes btnenqgrd {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes btnenqgrd {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.tourmainpagebox {
    padding-left: 100px;
    padding-right: 100px;
}

.tourpagebtmicon,
.tourpagebtmicon:active,
.tourpagebtmicon:hover {
    height: 53px;
    padding-top: 6px;
    color: #ffffff;
    margin-top: -7px;
}

.mmenushw .tourpagebtmicon.col:after {
    display: none;
}

.tourpagebtmicon:nth-child(1) {
    background-color: #E01B1B;
}

.tourpagebtmicon:nth-child(2) {
    background-color: #FFC000;
    color: #333333;
}

.tourpagebtmicon:nth-child(3) {
    background-color: #25D366;
}

.tourpagebtmicon img {
    max-width: 20px;
}
.travlinsightsicon {
	max-width: 20px;
	max-height: 20px;
}

.travbk {
	background: #c67eec;
	background: -webkit-linear-gradient(to bottom, #ffffff, #c67eec);
	background: linear-gradient(to bottom, #ffffff, #c67eec);
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
}
.travbk:before {
    content: "";
    background: transparent url(../img/bkicon.png) no-repeat;
    display: block;
    background-position: top right;
    height: 100%;
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    opacity: 0.3;
}
.qicktourbox {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
}

.travel-leftimg {
	max-width: 155px;
	max-height: 145px;
}

.travel-rightimg {
	max-width: 95px;
	max-height: 100px;
}

.font-weight-600 {
	font-weight: 600;
}
.booknowtourpage {
    position: fixed;
    z-index: 3;
    right: 90px;
    bottom: 30px;
    max-width: 150px;
    max-height: 150px;
    cursor: pointer;
}

.tourtitle {
    margin: 0px;
    float: left;
    width: calc(100% - 32px);
    padding-bottom: 15px;
}

.sharediv {
    float: right;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.sharediv .dropdown-toggle::after {
    display: none;
}

.sharediv .btn {
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #30475E;
}

.sharediv .dropdown-item {
    font-size: 14px;
}

.sharediv .dropdown-menu {
    padding: 0px;
}

.fbcolor {
    color: #3b5998;
}

.whatsappcolor {
    color: #25d366;
}

.linkedincolor {
    color: #0077b5;
}

.tourdetstrkot {
    text-decoration: line-through;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
    color: #E01B1B;
}

.tourenqtitle {
    font-size: 22px;
    line-height: inherit;
}

.newprc {
    display: block;
}

.tourenqdiv {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #D9D9D9;
}

.blinkred {
    animation: blinker 1s linear infinite;
    color: #E01B1B;
    font-weight: 600;
}

.blinkyellow {
    animation: blinker 1s linear infinite;
    color: #ffeb00;
    font-weight: 600;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.inclusionicon {
    max-width: 18px;
    max-height: 18px;
    margin-right: 10px;
}

.inclusioniconscroller {
    max-height: 265px;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* width */
.inclusioniconscroller::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.inclusioniconscroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.inclusioniconscroller::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.inclusioniconscroller::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

.btn-freecall,
.btn-freecall:hover,
.btn-freecall:active {
    background-color: #E01B1B;
    border-color: #E01B1B;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.btn-booknow,
.btn-booknow:hover,
.btn-booknow:active {
    background-color: #FFC000;
    border-color: #FFC000;
    outline: none;
    box-shadow: none;
}

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:active {
    background-color: #25D366;
    border-color: #25D366;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.enqricon {
    font-size: 18px;
}

.navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/icons/menu.svg);
}

.tourpageeq.sticky-top {
    top: 110px;
    height: 100%;
    z-index: 1;
}


.tourpagesubmenu.sticky-top {
    top: 110px;
    height: 100%;
    z-index: 2;
    background-color: #ffffff;
}

.tourpagesubmenu {
    background-color: #ffffff;
    padding: 15px;
    font-size: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 10px;
    margin-top: 10px;
    scrollbar-width: thin;
}

/* width */
.tourpagesubmenu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.tourpagesubmenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.tourpagesubmenu::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.tourpagesubmenu::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

.hoverimgdiv:hover .hoverimgtour {
    transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hoverimgdiv .hoverimgtour {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.allmealsincluded {
    background-color: #ff5858;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 10px 10px 0 0;
}

.submenutitle {
    display: inline-block;
}

.submenutitle a.current {
    color: #E01B1B;
    text-decoration: underline;
}

.submenutitle:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgb(0 0 0 / 40%);
    top: 35%;
}

.submenutitle:last-child:after {
    display: none;
}

.submenutitle span {
    text-align: center;
    padding: 0px 10px;
    cursor: pointer;
}

.itinerarybox .panel-default > .panel-heading,
.itinerarybox .panel-title > a:hover,
.itinerarybox .panel-title > a:focus {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.itinerarybox {
    display: block;
}

.itinerarypad15 {
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.itinerarybox ::marker {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.itinerarybox .panel.panel-default:last-child {
    margin-bottom: 0px;
}

.highlightsbx {
    padding: 0px 15px;
    margin: 0px 0px 10px;
}

.highlightsbx li {
    padding-left: 10px;
}

.max-h275scrl {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 275px;
    scrollbar-width: thin;
}

/* width */
.max-h275scrl::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.max-h275scrl::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.max-h275scrl::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.max-h275scrl::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

table.departurestb {
    width: 100%;
    border-collapse: collapse;
}

.departurestb td,
.departurestb th {
    padding: 6px;
    text-align: center;
}

.mwidth165 {
    width: 165px;
}

.bkgry {
    background-color: #f4f6f8;
}

.mwidth165 .btn-default {
    background-color: #dfe2e5;
}

.max-width80 {
    max-width: 80px;
}

.maxh-150 {
    max-height: 150px;
}

.useforscrl {
    display: block;
    height: 160px;
    margin-top: -160px;
    visibility: hidden;
}

.minh365 {
    min-height: 365px;
    width: 100%;
    display: block;
}

.blogtourpage {
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    position: relative;
    color: #fe5858;
}
.blogtourpage::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fe5858;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.blogtourpage:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.blogtourpage img {
    max-height: 200px;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.blogtourpagetitle {
    text-align: center;
    background-color: #F4F6F8;
    padding: 5px;
}
/* Tourpage end */

/* Visa page start */
.visapgnewtxttpimg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #08080812;
    position: absolute;
    bottom: 0px;
    min-width: 100%;
    background: #ffffff00;
    background: -webkit-linear-gradient(to top, #08080812, #ffffff00);
    background: linear-gradient(to top, #000000, #08080812);
}

span.select2-selection.select2-selection--single,
.select2-search__field:focus {
    outline: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.visapagenav {
    background-color: #C9FFF8;
}

.visapagenav .nav-tabs .nav-link {
    border-radius: 0px;
    border: none;
    font-size: 18px;
    color: #081957;
    font-weight: 100;
    text-align: center;
}

.maxw200 {
    max-width: 200px;
}

/* Visa new start */
.flip-boxes {
    /*justify-content: center;*/
}

.flip-box {
    display: flex;
    align-content: stretch;
    min-height: 200px;
    flex-wrap: wrap;
    position: relative;
    border: 10px solid transparent;
    padding: 0;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
    margin-bottom: 15px;
}

.flip-box:hover .back {
    transform: rotateY(0deg);
    z-index: 10;
}

.flip-box:hover .front {
    transform: rotateY(180deg);
    z-index: -1;
}

.flip-box .back,
.flip-box .front {
    position: relative;
    background-color: #1b2d61;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.flip-box .back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateY(-180deg);
}

.flip-box .front {
    z-index: 10;
}

.flip-box .front .content {
    font-size: 2rem;
}

.flip-box .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    text-shadow: 0px 0px 2px black;
}

/* Visa new end */
/* Visa page end */

/* Visavalley page start */
.visavalleypsgnr {
    margin: 0px;
    float: left;
    width: calc(100% - 115px);
    padding-bottom: 15px;
}

.visavalleyprgs {
    float: right;
    line-height: 20px;
    border-radius: 5px;
    font-weight: 600;
    color: #E01B1B;
}

.btnupldoc {
    border-radius: 20px;
    color: #E01B1B;
    background-color: #ffffff;
    outline: none;
}

.btnupldoc:hover,
.btnupldoc:active {
    color: #ffffff !important;
}

.bordervisa {
    border: 1px solid #dfe2e6;
}

.visavalboxupld {
    box-shadow: 0px 0px 23px #23397426;
    padding: 15px;
    border-radius: 10px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 15px;
}

/* Visavalley page end */

/* Visavalley document upload page start */
.frmgrpdiv {
    border: 1px solid #cdd5da;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
}

.frmgrsec {
    position: relative;
    background-color: #ffffff;
    display: inline;
    border: 1px solid #cdd5da;
    left: 15px;
    top: -13px;
    padding: 5px;
    border-radius: 5px;
}

.dcmupldfile {
    border: 1px solid #D8D8D8;
    background-color: #F0F0F0;
    font-size: 12px;
    color: #333333;
    padding: 8px 0px;
}

.bksummarydivvisa {
    padding: 0px 0px 15px;
    background: #F8F9F9;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

/* Visavalley document upload page end */

.usertopdiv .rounded-circle {
    max-width: 30px;
    margin-right: 6px;
}

.usertopdiv .dropdown-item {
    font-size: 14px;
}

.usertopdiv .dropdown-toggle {
    -webkit-appearance: none !important;
}

/* AFC Homepage start */
.navbar-nav ul.dropdown-menu.show {
    padding: 0px 10px 5px 10px;
}

.navbar-nav ul.dropdown-menu.show li {
    padding-top: 5px;
}

.navbar-nav ul.dropdown-menu .dropdown-item {
    font-size: 14px;
}

.maintitle {
    font-size: 24px;
    color: #30475E;
    font-weight: 600;
}

.strkot {
    text-decoration: line-through;
    color: #FF5858;
}

.pb-5px {
    padding-bottom: 5px;
}

.bxshdw {
    box-shadow: 0px 0px 15px rgb(71 77 75 / 15%);
    border-radius: 25px;
    border: 1px solid #E0E0E0;
}

.notxtshadow {
    text-shadow: none;
}

.brdrad25 {
    border-radius: 25px 25px 0px 0px;
}

.wegtglbdiv {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgb(71 77 75 / 10%);
    height: 100%;
}

.wegtglbdiv img {
    max-height: 250px;
    margin: auto;
    display: block;
}

.wegtglbrt {
    position: absolute;
    right: 20px;
    text-align: center;
    z-index: 1;
}

.cltravld {
    color: #30475E;
    font-size: 12px;
}

.glbcvrdiv {
    background: url(../img/globecoveredbk.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.payasygseats {
    background-color: #ffeb3b;
    border-radius: 15px;
    color: #000000;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    z-index: 1;
}

.payasygdiv img {
    border-radius: 15px;
}

.payasyougoslider .owl-prev {
    left: -10px;
}

.payasyougoslider .owl-next {
    right: -10px;
}

.payasyougoslider.owl-carousel .owl-nav button.owl-prev,
.payasyougoslider.owl-carousel .owl-nav button.owl-next {
    background-color: #FF5858;
    border-radius: 50%;
}

.payasyougoslider .subtitle {
    padding: 5px 0px;
}

.supersaverslider.owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.supersaverslider.owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.text-rightforweb {
    text-align: right;
}

.experiencebk {
    background: url(../img/our_experience.jpg) no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}

.ourexptxt {
    color: #ffffff;
    text-shadow: 1px 1px 25px rgb(0 0 0);
}

.minexpheight {
    min-height: 500px;
}

.videobktp:before {
    background-image: url(../img/our_experiencepng.png);
    background-repeat: repeat-x;
    background-size: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testimonialdivnew:after {
    position: absolute;
    top: -20px;
    left: -20px;
    height: 100%;
    width: 100%;
    border: 8px solid;
    content: "";
    z-index: -1;
    border-color: #FF5858;
    border-image-slice: 5;
    border-radius: 5px;
}

.testimonialdivnew {
    -webkit-box-shadow: 0px 0px 23px rgb(255 88 88 / 15%);
    box-shadow: 0px 0px 23px rgb(255 88 88 / 15%);
    border: 1px solid #FF5858;
    border-radius: 5px;
    padding: 20px;
}

.newsltdivbk {
    background: #FFB2B2;
    background: -webkit-linear-gradient(to right, #F8FF99, #FFB2B2);
    background: linear-gradient(to right, #F8FF99, #FFB2B2);
    position: relative;
}

.newsltdivbk:before {
    background: url(../img/newsletterbk.png);
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Mega Menu Start 2023 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.line-height-normal {
    line-height: normal;
}

.talktoexpert {
    background: #fff600;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    padding: 10px;
    line-height: normal;
}

.menlogindiv {
    display: inline-block;
    line-height: 50px;
    margin-left: 15px;
}

.menlogin {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
    background-color: #ffffff;
}

.header .item-left {
    flex: 0 0 10%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 66.5%;
}

.header .item-right {
    flex: 0 0 23%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    text-transform: capitalize;
    transition: color 0.3s ease;
    font-weight: 400;
}

.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 15px;
}

.header .menu > ul > li > a {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 15px 25px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}

.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 500px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 8px 0;
    display: inline-block;
    font-size: 14px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 15px;
    color: #971419;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-decoration: underline;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #971419;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

@media(max-width: 991px) {
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu > ul > li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu > ul > li > a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu > ul > li > a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 14px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 400;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu > ul > li .sub-menu.mega-menu,
    .header .menu > ul > li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu > ul > li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.custom-video.video-js {
    max-width: 100%;
}

/* Mega Menu End 2023 */

.artgraddiv {
    position: absolute;
    height: 100%;
    top: 0;
    min-width: 100%;
    z-index: 1;
    background: #000000b3;
    background: -webkit-linear-gradient(to top, #000000b3, #00000000);
    background: linear-gradient(to top, #000000b3, #00000000);
    border-radius: 5px;
}

.br-5 {
    border-radius: 5px;
}

.br-20 {
    border-radius: 20px;
}

.rcmdgraddiv {
    position: absolute;
    height: 100%;
    top: 0;
    min-width: 100%;
    z-index: 0;
    background: #000000b3;
    background: -webkit-linear-gradient(to top, #000000b3, #00000000);
    background: linear-gradient(to top, #000000b3, #00000000);
    border-radius: 15px;
}

.artcltxt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
    z-index: 2;
}

.artdatebx {
    color: #666666;
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    min-width: 45px;
}

.artdatebxdate {
    font-size: 24px;
    text-align: center;
    line-height: normal;
}

.artdatebxsubdate {
    font-size: 12px;
    text-align: center;
    line-height: normal;
}

.articleboxshdw:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* AFC Homepage end */
/* Customize Tour start */
.cstmboxshdw {
    display: block;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    margin: 0px 15px 30px 1px;
    border-radius: 15px;
}

.cstmztrprcdiv {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
}

.cstmzprc {
    color: #30475E;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.cstmzprc img {
    max-width: 35px;
}

.cstmdivtimg {
    position: relative;
    border-radius: 15px;
    width: 100%;
}

.noresize {
    resize: none;
}

.cstmstepsdiv {
    width: 60px;
    height: 60px;
    top: -30px;
    border-width: 4px !important;
    background-color: #49a3e0;
}

.mt-minus25 {
    margin-top: -25px;
}

/* Customize Tour end */

/* Inbound tour detail page start */
.inbdtourpanel .panel-group .panel-heading {
    border-radius: 5px;
}

.inbdtourpanel .panel-default > .panel-heading,
.inbdtourpanel .panel-title > a:hover,
.inbdtourpanel .panel-title > a:focus {
    background-color: #ffffff;
    border-color: #d9d9d9;
}

.inbdtourpanel .panel-group .panel {
    margin-bottom: -1px;
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
}

/* Inbound tour detail page end */

/* Flight Ticket start*/
.autocomplete-wrapper {
    position: relative;
    width: 100%;
}

.autocomplete-wrapper input {
    width: 100%;
}

.autocomplete-results {
    position: absolute;
    background: white;
    z-index: 2;
    top: 100%;
    left: 0;
    font-size: 1em;
    border: solid 1px #ddd;
    border-top-width: 0;
    border-bottom-color: #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result:hover {
    background-color: #c9fff8;
    color: #30475E;
}

.autocomplete-result {
    padding: 12px 15px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
    min-width: 275px;
}

.autocomplete-result:last-child {
    border-bottom-width: 0;
}

.autocomplete-location {
    opacity: 0.8;
    font-size: smaller;
}

.autocomplete-results[data-highlight="0"] > :nth-child(1) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="1"] > :nth-child(2) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="2"] > :nth-child(3) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="3"] > :nth-child(4) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="4"] > :nth-child(5) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="5"] > :nth-child(6) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="6"] > :nth-child(7) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="7"] > :nth-child(8) {
    color: white;
    background: #26C9FF;
    border-bottom-color: #26C9FF;
    outline: solid 1px #00b6f2;
}

/* Flight Ticket end*/
/* Rail Europe start*/
.raileuroepeboxshdw {
    display: block;
    box-shadow: 0px 0px 15px #23397426;
    margin: 10px;
    margin-left: 1px;
}

.raileuroepeboxshdw img {
    display: block;
}

.raileuroepeboxshdw img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.raileuroepeboxshdw:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.raileuropebox {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 15px;
    height: 100%;
}

.raileuropesubtext {
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}

.raileuropetext {
    overflow-y: auto;
    font-size: 14px;
    max-height: 210px;
}

/* width */
.raileuropetext::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.raileuropetext::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.raileuropetext::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.raileuropetext::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

.raileuropetitle {
    font-size: 18px;
    text-transform: uppercase;
    line-height: inherit;
    margin-bottom: 0px;
}

/* Rail Europe end*/

/* Travel Insurance start */
.width-auto {
    width: auto;
}

.mw-170 {
    max-width: 170px;
}

#progressbar {
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
}

#progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    z-index: 0;
}

#progressbar #step1:before {
    content: "1";
}

#progressbar #step2:before {
    content: "2";
}

#progressbar #step3:before {
    content: "3";
}

#progressbar #step4:before {
    content: "4";
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #455A64;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #455A64;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -45%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0490D5;
    color: #ffffff;
}

.line-height-1-4 {
    line-height: 1.4em;
}

.travlbrdr {
    border: 1px solid #D2D7E2;
}

.trvlinsrtop {
    margin-top: -20px;
}

.trvlinsrbtm {
    margin-bottom: -20px;
}

.clroddrow .trvllist:nth-child(odd) {
    background-color: #E5E5E5;
}

.trvlinsrselectdiv {
    background-color: #E01B1B;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
}

.trvlinsrtitle {
    text-transform: uppercase;
    background-color: #30475E;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

/* Travel Insurance end */
/* WhatsApp Chat start */
.f-2 {
    font-size: 2em;
}

.f1-2 {
    font-size: 1.2em;
}

.chatcstm {
    font-size: 28px;
    z-index: 1021;
    position: fixed;
    bottom: 60px;
    width: 45px;
    height: 45px;
    background-color: #25d366;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.chatbox {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 225px;
    height: 400px;
    z-index: 1031;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #25d366;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}

.chatbox__title .txth5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title .txth5 div {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5em;
}

.chatbox__title .txth5:before {
    display: block;
    content: "\f232";
    height: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 1.3em;
    position: absolute;
    top: 10px;
    left: 0;
}

.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox--empty {
    height: auto;
}

.chatbox--empty.chatbox--tray {
    bottom: -569px;
}

.chatbtn {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}

/* WhatsApp Chat end */

/* Goodie Bag start */
.minheight274img {
    min-height: 274px;
}

.codeforcoupon {
    position: absolute;
    bottom: 0px;
    right: 6%;
    background-color: gold;
    padding: 5px 10px;
    color: #333;
}

.couponloginbody {
    border: 1px solid #e5e5e6;
    height: 100%;
    height: 274px;
    border-left: none;
    padding-left: 10px;
    overflow: auto;
}

table.referraltb,
table.notificationtb {
    width: 100%;
    border-collapse: collapse;
}

.referraltb tr:nth-of-type(odd) {
    background: #eee;
}

.notificationtb tr.noread {
    background: #e6eaec;
}

.referraltb th,
.notificationtb th {
    background: #8cc63f;
    color: white;
    font-weight: bold;
}

.referraltb td,
.referraltb th,
.notificationtb td,
.notificationtb th {
    padding: 6px;
    text-align: left;
}

/* width */
.couponloginbody::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.couponloginbody::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.couponloginbody::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.couponloginbody::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

/* Goodie Bag end */

.soldoutdiv {
    background-color: #00000061;
    position: absolute;
    bottom: 0px;
    top: 0;
    right: 0px;
    left: 0px;
    width: calc(100% - 15px);
    background: #ffffff00;
    background: -webkit-linear-gradient(to top, #00000061, transparent);
    background: linear-gradient(to top, #00000061, #0000000f);
    border-radius: 25px;
    z-index: 3;
}

.soldoutdiv img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 165px;
    color: #fff;
    transform: rotate(-10deg);
}

tr.normaltr:nth-child(even) {
    background-color: #f1f1f1;
}

table.loading tbody {
    position: relative;
}

table.loading tbody:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 75%);
    background-image: url(../img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    content: "";
}

.conttourpddiv {
    padding-right: 15px;
    padding-bottom: 30px;
}

/* My Trips New start */
.pdfdownload {
    max-width: 50px;
    text-align: center;
    margin: auto;
}

.pdfbox {
    border-radius: 10px;
    border: 1px solid #dddddd;
    padding: 10px 10px 5px;
}

.pdftxtname {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cstmiconmypfrl {
    max-width: 50px;
    min-height: 50px;
    padding: 10px;
}

.tabscstmnw {
    margin: 0 auto;
}

#tab-button {
    table-layout: fixed;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    display: block;
    justify-content: center;
}

#tab-button li {
    display: inline-block;
    flex: auto;
    width: 32%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #f1f3f3;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#tab-button li a div {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
}

.tabscstmnw .tab-button-outer {
    padding-bottom: 20px;
}

.tabscstmnw .tab-contents {
    margin-top: 20px;
}

.optindivmybk {
    background-color: #f4f6f8;
    padding: 10px;
    margin-bottom: 15px;
}

/* Snow start */

.christmascap {
    max-width: 30px;
    position: absolute;
    top: -12px;
    left: 0;
}

.snow-bg {
    position: relative;
}

.snow-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url('../img/s1.png'), url('../img/s2.png'), url('../img/s3.png');
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

/* Snow end */

/* Fake Sale start */
.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
}

.custom-social-proof .custom-notification {
    width: auto;
    padding: 10px 15px 10px 10px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px;
    line-height: 20px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
}

.custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transform: rotate(45deg);
    opacity: 1;
}

.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1;
}

.linktakeurl {
    text-decoration: none;
}

/* Fake Sale end */

/* Count Down Timer Start */
.dealvalidity {
    font-size: 2.3em;
}

.countdownafc {
    text-align: center;
    display: inline;
    font-size: 2.3em;
    background-color: #eb3666;
    padding: 0px 10px;
    color: #ffffff;
}

.countdownafc div {
    display: inline-block;
}

.countdownafc small {
    font-size: 10px;
    margin-top: -5px;
    display: block;
    margin-bottom: -10px;
}

.custmcountp {
    font-size: 0.4em;
}

/* Count Down Timer End */

/* Tour Video Start */
.hytPlayerWrap {
    display: block;
    position: relative;
    max-width: 720px;
    margin: auto;
}

.hytPlayerWrap.ended::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    z-index: 2;
}

.hytPlayerWrap.ended::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}


.hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 60px;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    z-index: 2;
}

.hytPlayerWrap.paused::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    padding-bottom: 405px;
}

/* Tour Video End */
.marquee {
    width: 100%;
    overflow: hidden;
}

/* My Trips New end */
/* New Referral start */
.max-w-50 {
    max-height: 50px;
    max-width: 50px;
}

.video-play-button {
    position: absolute;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #ffffff;
}

.video-play-button span {
    margin-left: 5px;
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ec3323;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.firstbox,
.secondbox {
    padding-bottom: 20px;
}

.secondbox {
    padding-top: 50px;
}

.lefticon {
    width: 100%;
    max-width: 16px;
    max-height: 16px;
    height: auto;
    margin-right: 10px;
    margin-top: -3px;
}

.referraltopdiv .nav-tabs li {
    background-color: #dfe2e6 !important;
    padding: 0px;
}

.referraltopdiv .nav-tabs li a {
    color: #495057;
    text-align: center;
    padding: 10px;
}

.referraltopdiv .nav-tabs .nav-link.active {
    color: #EC3323;
}

.referraltopdiv .nav-tabs .nav-link.active path {
    fill: #EC3323;
}

.referraltopdiv .nav-pills .nav-link {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0px;
    margin-bottom: -1px;
    border-left: 0px;
    border-right: 0px;
    font-weight: 500;
}

.referraltopdiv .nav-pills .nav-link.active {
    color: #EC3323;
    background-color: rgb(236 51 35 / 10%);
    border-color: #EC3323;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

.prflpicdiv {
    margin-top: -100px;
    padding: 0;
    display: initial;
    border: 0px;
    background-color: transparent;
}

.prflpicoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: transparent;
}

.prfldiv {
    position: relative;
}

.prfldiv:hover .prflpicoverlay {
    opacity: 1;
}

.prflpic {
    border-radius: 50%;
    max-width: 125px;
    max-height: 125px;
    margin-bottom: 15px;
}

.cstmtopref {
    padding-top: 50px;
}

.referraltopdiv .nav-link-faded.active path {
    fill: #EC3323;
}

.referraltopdiv .refdivvcenter {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.refshareicon {
    max-width: 40px;
    max-height: 40px;
    margin-left: 10px;
    margin-right: 0px;
}

.refearnbox1 {
    background-color: #AF8F1B;
    padding: 20px;
    border-radius: 5px;
}

.refearnbox1::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/earning.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.refearnbox2 {
    background-color: #F38500;
    padding: 20px;
    border-radius: 5px;
}

.refearnbox2::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/redeemed.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.refearnbox3 {
    background-color: #9D47FF;
    padding: 20px;
    border-radius: 5px;
}

.refearnbox3::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/balance.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.refamnt {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.refsubtxt {
    color: #ffffff;
}

.listofearningsdiv .nav-pills .nav-link {
    color: #081957;
    background-color: rgb(8 25 87 / 10%);
    border-color: #081957;
    border: 1px solid #081957;
    border-radius: 0px;
}

.listofearningsdiv .nav-pills .nav-link.active {
    color: #FFC000;
    background-color: #081957;
    border-color: #081957;
    border: 1px solid #081957;
    border-radius: 0px;
}

.rfldashboardbox1 {
    background-color: #1BAF65;
    padding: 20px;
    border-radius: 5px;
    margin-right: 15px;
    height: 100%;
}

.rfldashboardbox1::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/totalviews.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.rfldashboardbox2 {
    background-color: #F39F00;
    padding: 20px;
    border-radius: 5px;
    margin-right: 15px;
    height: 100%;
}

.rfldashboardbox2::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/totalenquiries.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.rfldashboardbox3 {
    background-color: #477CFF;
    padding: 20px;
    border-radius: 5px;
    margin-right: 15px;
    height: 100%;
}

.rfldashboardbox3::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/totalwon.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.rfldashboardbox4 {
    background-color: #EC3323;
    padding: 20px;
    border-radius: 5px;
    margin-right: 15px;
    height: 100%;
}

.rfldashboardbox4::after {
    content: "";
    height: 65px;
    width: 65px;
    background: url(../img/referral/earning.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.listofearningsdiv .table td,
.listofearningsdiv .table th {
    padding: 0.5rem;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-referral .table td,
.report-referral .table th {
    padding: 0.5rem;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prflboxdv {
    margin-top: -40px;
    position: relative;
}

/*Daterangepicker css start*/
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

/*Daterangepicker css end*/
/* New Referral start end */
@media screen and (max-width:768px) {
    .custom-social-proof {
        display: none !important;
    }

    .soldoutdiv img {
        min-width: 125px;
    }

    .topnavsmall {
        font-size: 12px;
    }

    .form-control,
    .btn {
        font-size: 12px;
    }

    /* Homepage start */
    .mblservbox {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .mblservbox .ctgtitle {
        font-size: 18px;
        line-height: normal;
    }

    .toplogo {
        max-height: 50px;
        height: 50px;
        width: auto;
    }

    .supersavbxlespad .title {
        font-size: 12px;
        padding-bottom: normal;
    }

    .ctgtitleweb {
        font-size: 14px;
    }

    .nav-link {
        font-size: 12px;
    }

    .supersaverbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .title {
        font-size: 14px;
    }

    .subtitle {
        font-size: 12px;
    }

    .viewall {
        font-size: 10px;
        top: 15px;
    }

    .viewall img {
        height: 10px;
    }

    .p-t20res {
        padding-top: 10px;
    }

    .p-t20resnofrmbl {
        padding-top: 0px;
    }

    .p-t30res {
        padding-top: 10px;
    }

    .p-b20res {
        padding-bottom: 10px;
    }

    .p-b30res {
        padding-bottom: 10px;
    }

    .titleleftfrmbl {
        text-align: left !important;
        margin-left: -15px;
    }

    .pleftfrmbl {
        text-align: left !important;
        margin-left: -15px;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .supersavbx,
    .supersavbxlespad {
        padding: 5px;
    }

    .supersavbxlespad .suppribox,
    .suppribox {
        font-size: 10px;
        padding: 0px 5px;
    }

    .supersavbxlespad .suppribox {
        top: -19px;
    }

    .supersavbxlespad .actprc,
    .actprc,
    .supersavbx .l3-scroll {
        font-size: 12px;
    }

    .supersavbx .viewtour {
        padding: 5px 25px;
        font-size: 12px;
    }

    .strkoutaed {
        font-size: 8px;
    }

    .strkoutprc {
        font-size: 10px;
    }

    .supersavbx .title {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .artcltxt,
    .artdatebxdate {
        font-size: 16px;
    }

    .suprfntfrmbl {
        font-size: 10px;
    }

    .newsletterdiv .btn {
        height: 32px;
    }

    .ribbon {
        height: 120px;
    }

    .ribbon-top-left span {
        left: -40px;
        top: 20px
    }

    .ribbon span {
        width: 140px;
        padding: 5px 0;
        font-size: var(--font-size-xs);
    }

    .abtbox {
        padding: 10px;
        margin: 5px;
        min-width: auto;
    }

    .abtboxnew {
        font-size: 10px;
        padding: 10px;
        margin: 5px;
        min-width: auto;
    }

    .aboutusbk .subtext,
    .aboutuspage .subtext {
        font-size: 10px;
    }

    .aboutusbk {
        min-height: 170px;
        background-size: 100% auto;
    }

    .trndstnprc {
        font-size: 12px;
    }

    .trndstimgfront {
        border-radius: 20px;
    }

    .trndstimg {
        border-radius: 20px;
    }

    .trndsttitle {
        font-size: 12px;
    }

    .trndstduration {
        font-size: 10px;
    }

    .trendingbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .trendingboxtitle {
        padding-bottom: 0px;
    }

    .trenddiv {
        padding-bottom: 5px;
    }

    .staycationbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .staycationbx {
        margin-left: 50px;
        margin-bottom: 5px;
    }

    .stayleftmar {
        margin-left: -80px;
    }

    .stayleftmar img {
        border-radius: 10px;
    }

    .staydesc {
        font-size: 10px;
        padding-right: 5px;
        -webkit-line-clamp: 3;
    }

    .staycationbx .title,
    .staycationbx .suprfntfrmbl {
        padding: 2px;
    }

    .jarallax {
        min-height: 250px;
    }

    .jarallaxtxt {
        max-width: 320px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .jarallaxathr {
        font-size: 12px;
    }

    .testimonialbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .testimonialdiv {
        padding: 20px 10px 7px 15px;
        margin: 15px 10px 7px;
    }

    .testimonialdiv .quote {
        height: 25px;
        width: 25px;
        line-height: 25px;
        margin-left: -25px;
        margin-top: -35px;
        font-size: 14px;
    }

    .testimonialdiv .content-text {
        margin-bottom: 15px;
        font-size: 12px;
        min-height: auto;
    }

    .testimonialdiv .media .media-left img {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .testimonialdiv .media .media-body h4 {
        font-size: 12px;
        margin-top: 0px;
    }

    .testimonialdiv .media .media-body span {
        font-size: 10px;
    }

    .newsletterbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .newsletterdiv {
        padding: 15px 20px;
    }

    .newsletterdiv:before {
        top: 50%;
        left: 0%;
    }

    .articlesbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .articledate {
        font-size: 10px;
    }

    .articletitle {
        font-size: 14px;
    }

    .articletext {
        font-size: 10px;
    }

    .articlepbox {
        display: block;
        padding: 10px 15px;
    }

    .articlereadmr {
        font-size: 10px;
        padding-bottom: 0px;
    }

    .scrltop {
        position: fixed;
        bottom: 2px;
        right: 2px;
        max-width: 50px;
        max-height: 50px;
    }

    #percentage-value {
        font-size: 12px;
        bottom: 3px;
        right: 1px;
    }

    [data-scrollPercentage] .percentage {
        height: 4px;
    }

    p {
        font-size: 12px;
    }

    .modal-title {
        font-size: 14px;
    }

    .modal-header {
        padding: 10px 15px;
    }

    .close {
        font-size: 17px;
    }

    .modal-body {
        font-size: 12px;
    }

    .modal-body p {
        margin-bottom: 5px;
    }

    .modalbtmtxt {
        font-size: 11px;
    }

    .mblleftmar {
        margin-left: -15px;
        margin-right: -15px;
    }

    .articleboxshdw img {
        min-height: inherit;
    }

    /* Homepage end */
    /* About Us start */
    .sitemaptitle {
        font-size: 14px;
        min-width: 90px;
        padding: 2px;
    }

    .txtjstfrmbl {
        text-align: justify;
    }

    .abtuspagebox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .abtboxpage {
        padding: 10px;
        margin: 5px;
    }

    .movltor,
    .movltor > div {
        height: 50px;
    }

    .movltor .mover-1 {
        animation: moveSlideshow 40s linear infinite;
    }

    /* About Us end */
    /* Pay as You Go start */
    .trenddivpage {
        padding-bottom: 15px;
        margin-top: 15px;
    }

    /* Pay as You Go end */
    /* FAQ start */
    .faqbox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .faqpoints {
        padding-left: 20px;
        font-size: 12px;
        padding-right: 10px;
        line-height: inherit;
    }

    /* FAQ end */
    /* My Profile start */
    label {
        font-size: 12px;
    }

    input[type=checkbox],
    input[type=radio] {
        margin-top: 2px;
    }

    /* My Profile end */
    /* My Referral start */
    .nav-tabs li a {
        font-size: 12px;
    }

    table.referraltb,
    table.notificationtb {
        font-size: 12px;
    }

    .mbltxtleft {
        text-align: left !important;
    }

    .nav-tabs li {
        padding: 10px;
    }

    #menu1 table,
    #menu1 thead,
    #menu1 tbody,
    #menu1 th,
    #menu1 td,
    #menu1 tr {
        display: block;
        border: 1px;
    }

    #menu1 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #menu1 tr {
        border: 1px solid #e6eaec;
        margin-bottom: -1px;
    }

    #menu1 td {
        border: none;
        border-bottom: 1px solid #e6eaec;
        position: relative;
        padding-left: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #menu1 td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
    }

    #menu1 td:nth-of-type(1):before {
        content: "#";
    }

    #menu1 td:nth-of-type(2):before {
        content: "Name";
    }

    #menu1 td:nth-of-type(3):before {
        content: "Email";
    }

    #menu1 td:nth-of-type(4):before {
        content: "Mobile";
    }

    #menu1 td:nth-of-type(5):before {
        content: "Status";
    }

    .notificationtb td:nth-of-type(1):before {
        content: "#" !important;
    }

    .notificationtb td:nth-of-type(2):before {
        content: "Tour Name" !important;
    }

    .notificationtb td:nth-of-type(3):before {
        content: "Date & Time" !important;
    }

    .notificationtb td:nth-of-type(4):before {
        content: "Subject" !important;
    }

    .notificationtb td:nth-of-type(5):before {
        content: "Message" !important;
    }

    /* My Referral end */

    /* My Booking start */
    .mybkreid {
        font-size: 12px;
        padding: 0px 5px;
    }

    .mybkboxsmall {
        padding: 5px 10px;
        font-size: 10px;
    }

    .mybkdate {
        font-size: 10px;
    }

    .mybktour {
        font-size: 14px;
    }

    /* My Booking end */

    /* My Booking inside tour page start */
    .panel-title > a,
    .panel-title > a:active {
        font-size: 14px !important;
    }

    .bksummary,
    .btn-cstmyl {
        font-size: 14px;
    }

    /* My Booking inside tour page end */

    /* Checkout page start */
    .col-form-label {
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 0px;
    }

    .chkouttitle {
        font-size: 14px;
    }

    .chkouttxtbox {
        padding: 5px 0px 10px;
    }

    /* Checkout page end */

    /* Tourpage start */
    .trptitle {
        font-size: 1.5em;
    }

    .faitoptpg {
        font-size: 1.5em;
    }

    .trptitle {
        font-size: 1.3em;
    }

    .trpstartprc {
        font-size: 1em;
    }

    .trpgbkimg {
        min-height: 367px;
    }

    .tourmainpagebox {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tourmainpagebox .title {
        font-size: 18px;
    }

    .blinkred {
        font-size: 12px;
    }

    .tourenqtitle {
        font-size: 14px;
    }

    .newprc {
        display: inline-block;
    }

    .nopaddfrmbl {
        padding: 0px;
    }

    .shareicon img {
        max-width: 15px;
    }

    .sharediv .btn {
        padding: 3px 5px;
    }

    .sharediv .dropdown-item {
        font-size: 12px;
        padding: .25rem 1rem;
    }

    .sharediv .dropdown-menu {
        min-width: inherit;
    }

    table.departurestb {
        font-size: 12px;
    }

    .departurestb table,
    .departurestb thead,
    .departurestb tbody,
    .departurestb th,
    .departurestb .normaltr td,
    .departurestb tr.normaltr {
        display: block;
        border: 1px;
    }

    .departurestb thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .departurestb .normaltr td {
        border: none;
        border-bottom: 1px solid #e6eaec;
        position: relative;
        padding-left: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .departurestb .normaltr td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .departurestb .normaltr td:nth-of-type(1):before {
        content: "Departure Date";
    }

    .departurestb .normaltr td:nth-of-type(2):before {
        content: "Adult";
    }

    .departurestb .normaltr td:nth-of-type(3):before {
        content: "Single";
    }

    .departurestb .normaltr td:nth-of-type(4):before {
        content: "Child (6-11yrs)";
    }

    .departurestb .normaltr td:nth-of-type(5):before {
        content: "Child (2-5yrs)";
    }

    .departurestb .normaltr td:nth-of-type(6):before {
        content: "Infant";
    }

    .departurestb .normaltr td:nth-of-type(7):before {
        content: "Seats";
    }

    .departurestb .normaltr td:nth-of-type(8):before {
        content: "Book";
    }

    .tourpagesubmenu {
        padding: 3px 10px;
    }

    .submenutitle {
        font-size: 14px;
    }

    .highlightsbx {
        padding-top: 10px;
    }

    .highlightsbx li {
        font-size: 12px;
    }

    .mwidth165 {
        width: auto;
    }

    tr.bkgry td {
        width: 100%;
        display: inline-block;
    }

    .tourpagesubmenu.sticky-top {
        top: 82px;
    }

    .useforscrl {
        height: 106px;
        margin-top: -106px;
    }

    .mt10formbl {
        margin-top: 10px;
    }

    /* Tourpage end */

    /* Visa page start */
    .visapagenav .nav-tabs .nav-link {
        font-size: 12px;
    }

    /* Visa page end */
    /* Visavalley start */
    .visavalleypsgnr,
    .visavalleyprgs {
        font-size: 12px;
    }

    /* Visavalley end */

    /* Visavalley document upload page start */
    .dcmupldfile {
        font-size: 11px;
        padding: 5px 0px;
    }

    /* Visavalley document upload page end */

    .artcltxt,
    .artdatebxdate {
        font-size: 16px;
    }

    /* AFC Homepage start */
    .testimonialdivnew:after {
        top: -15px;
        left: -15px;
    }

    .testimonialdivnew {
        margin: 15px 15px 7px;
        padding: 15px;
    }

    .brdrad25 {
        border-radius: 15px 15px 0px 0px;
    }

    .payasyougoslider .subtitle {
        padding: 0px;
    }

    .lftmrgglbmbl {
        padding-left: 5px;
    }

    .rgtmrgglbmbl {
        padding-right: 5px;
    }

    .payasygseats {
        font-size: 10px;
        padding: 0px 5px;
        top: 5px;
        right: 5px;
    }

    .allmealsincluded {
        font-size: 10px;
    }

    .payasygdiv img {
        border-radius: 10px;
    }

    .wegtglbdiv {
        padding: 5px;
    }

    .wegtglbrt {
        right: 10px;
        text-align: right;
    }

    .wegtglbdiv img {
        max-height: 75px;
    }

    .cltravld {
        font-size: 10px;
    }

    .text-rightforweb {
        text-align: left;
    }

    .navbar-nav ul.dropdown-menu .dropdown-item {
        font-size: 12px;
        padding: 0px;
    }

    .maintitle {
        font-size: 30px;
    }

    .payasyougoslider.owl-carousel .owl-nav button.owl-prev span,
    .payasyougoslider.owl-carousel .owl-nav button.owl-next span {
        font-size: 1em;
        line-height: 0px;
        display: block;
        height: 3px;
    }

    .payasyougoslider.owl-carousel .owl-nav button.owl-prev,
    .payasyougoslider.owl-carousel .owl-nav button.owl-next {
        width: 25px;
        height: 25px;
    }

    .minexpheight {
        min-height: 250px;
    }

    .experiencebk {
        min-height: 250px;
    }

    /* AFC Homepage end */

    /* Customize Tour start */
    .cstmzprc {
        font-size: 12px;
        padding: 0px 15px;
    }

    /* Customize Tour end */

    .fntmbl12 {
        font-size: 12px;
    }

    /* Rail Europe start */
    .raileuropetext {
        font-size: 10px;
    }

    .raileuropesubtext {
        font-size: 12px;
    }

    .raileuropetitle {
        font-size: 14px;
    }

    /* Rail Europe end */

    /* Travel Insurance start */
    #progressbar li:after {
        top: 16px;
    }

    #progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 35px;
        font-size: 15px;
    }

    /* Travel Insurance end */

    /* WhatsApp Chat start */
    .chatbox--empty.chatbox--tray {
        bottom: -590px;
    }

    /* WhatsApp Chat end */

    /* Goodie Bag start */
    .minheight274img {
        min-height: auto;
    }

    .codeforcoupon {
        bottom: 0px;
        right: 0%;
        padding: 0px 5px;
    }

    .couponloginbody {
        border: none;
        border-bottom: 1px solid #e5e5e6;
        height: auto;
        background-color: #ecf4f7;
        padding-right: 10px;
        max-height: 300px;
    }

    .couponloginbody li {
        font-size: 80%;
    }

    #couponshistory table,
    #couponshistory thead,
    #couponshistory tbody,
    #couponshistory th,
    #couponshistory td,
    #couponshistory tr {
        display: block;
    }

    #couponshistory thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #couponshistory tr {
        border: 1px solid #ccc;
    }

    #couponshistory td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #couponshistory td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
    }

    #couponshistory td:nth-of-type(1):before {
        content: "Booking Ref #";
    }

    #couponshistory td:nth-of-type(2):before {
        content: "Coupon";
    }

    #couponshistory td:nth-of-type(3):before {
        content: "Tour Name";
    }

    #couponshistory td:nth-of-type(4):before {
        content: "Used on";
    }

    #couponshistory td:nth-of-type(5):before {
        content: "Redemption";
    }

    /* Goodie Bag end */
    /* Count Down Timer Start */
    .countdownafc {
        position: static;
        font-size: 1.4em;
        text-align: left;
    }

    .dealvalidity {
        font-size: 1em;
        display: block !important;
    }

    /* Count Down Timer End */
    /* Tour Video Start */
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }

    /* Tour Video End */
    /* New Referral start start */
    .secondbox {
        padding-top: 0px;
    }

    .listofearningsdiv .table td,
    .listofearningsdiv .table th {
        font-size: 12px;
    }

    .refearnbox1,
    .refearnbox2,
    .refearnbox3 {
        padding: 10px;
    }

    .refamnt {
        font-size: 20px;
    }

    .refsubtxt {
        font-size: 12px;
    }

    .refearnbox1::after,
    .refearnbox2::after,
    .refearnbox3::after {
        height: 35px;
        width: 35px;
        right: 10px;
    }

    /* New Referral start end */
}

@media screen and (max-width:767px) {
    body {
        /*padding-top: 4.6rem;*/
        padding-top: 82px;
    }

    .nopaddformbl {
        padding: 0px;
    }

    .p-bnoformbl {
        padding-bottom: 10px;
    }

    .m-minusbtm30 {
        margin-bottom: 35px;
    }

    .conttourpddiv {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .f1-2 {
        font-size: 1em;
    }

    /* Connect with us */
    .referraltb table,
    .referraltb thead,
    .referraltb tbody,
    .referraltb th,
    .referraltb .normaltr td,
    .referraltb tr.normaltr {
        display: block;
        border: 1px;
    }

    .referraltb thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .referraltb .normaltr td {
        border: none;
        border-bottom: 1px solid #e6eaec;
        position: relative;
        padding-left: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .referraltb .normaltr td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .referraltb .normaltr td:nth-of-type(1):before {
        content: "#";
    }

    .referraltb .normaltr td:nth-of-type(2):before {
        content: "Booking #";
    }

    .referraltb .normaltr td:nth-of-type(3):before {
        content: "Date Submitted";
    }

    .referraltb .normaltr td:nth-of-type(4):before {
        content: "Initial Message";
    }

    .referraltb .normaltr td:nth-of-type(5):before {
        content: "Reply";
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {

    .trendingbox,
    .faqbox {
        padding-left: 50px;
        padding-right: 50px;
    }

    .abtuspagebox,
    .faqbox {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* My Trips New start */
@media screen and (min-width: 768px) {
    #tab-button li a div {
        font-size: 13px;
    }

    #tab-button li {
        display: grid;
        flex: auto;
    }

    #tab-button {
        display: flex;
    }

    .tabscstmnw .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tabscstmnw .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

/* My Trips New end */

/* Valentine Effect start */
#hearts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.heart-container {
    float: left;
    position: absolute;
    top: -20px;
    left: -20px;
    -moz-animation-duration: 8s;
    -moz-animation-name: fall;
    -moz-animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    -webkit-animation-name: fall;
    -webkit-animation-timing-function: linear;
}

@-moz-keyframes fall {
    from {
        top: -20px;
    }

    to {
        top: 100%;
    }
}

@-webkit-keyframes fall {
    from {
        top: -10%;
    }

    to {
        top: 100%;
    }
}

.heart {
    overflow: hidden;
    height: 20px;
    width: 20px;
    font-size: 1.2em;
    text-align: center;
    color: red;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: swing;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: center center;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: swing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-transform-origin: center center;
}

@media screen and (max-width:767px) {
    .heart {
        font-size: 0.6em;
    }
}

@-moz-keyframes swing {
    from {
        -moz-transform: rotate(-45deg) translateX(10px);
    }

    to {
        -moz-transform: rotate(45deg) translateX(-10px);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: scaleX(1) translateX(5px);
    }

    50% {
        -moz-transform: scaleX(0.1);
    }

    to {
        -moz-transform: scaleX(1) translateX(-5px);
    }
}

@-webkit-keyframes swing {
    from {
        -webkit-transform: rotate(-45deg) translateX(10px);
    }

    to {
        -webkit-transform: rotate(45deg) translateX(-10px);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: scaleX(1) translateX(5px);
    }

    50% {
        -webkit-transform: scaleX(0.1);
    }

    to {
        -webkit-transform: scaleX(1) translateX(-5px);
    }
}

/* Valentine Effect end */
.cookiebk {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    line-height: 150%;
    z-index: 2;
    transition: all .3s;
}

/* Gift Card start */
.number[type='number'] {
    -moz-appearance: textfield;
}

.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.themethumbimg .owl-item.active.current {
    background-color: #cecccc;
}

.flip-boxgift {
    display: flex;
    align-content: stretch;
    min-height: 200px;
    flex-wrap: wrap;
    position: relative;
    border: 10px solid transparent;
    padding: 0;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
    margin-bottom: 15px;
}

.flip-boxgift:hover .back {
    transform: rotateY(0deg);
    z-index: 10;
}

.flip-boxgift:hover .front {
    transform: rotateY(180deg);
    z-index: -1;
}

.flip-boxgift .back,
.flip-boxgift .front {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.flip-boxgift .back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateY(-180deg);
}

.flip-boxgift .front {
    z-index: 10;
}

.flip-boxgift .front .content {
    font-size: 2rem;
}

.flip-boxgift .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    text-shadow: 0px 0px 2px black;
}

.loadingdiv {
    background-color: rgb(255 255 255 / 50%);
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1022;
    top: 0;
    bottom: 0;
}

.spinnerdiv {
    position: fixed;
    top: 50%;
    left: 50%;
}

.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgb(0 0 0 / 50%);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Gift Card end */

/* Start Inbox */

.inboxdiv {
    max-width: 990px;
    border-top: none;
    margin: 0 auto;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}

.dis-con-time {
    width: 100%;
    text-align: right;
    display: block;
    font-weight: 400;
    font-size: 80%;
}

.sidebar {
    position: absolute;
    left: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
    border-right: 1px solid #DADFE1;
    overflow: hidden;
    z-index: 1;
}

.sidebar.active {
    left: 0;
}

.sidebar__inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
}

.sidebar__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    overflow: hidden;
}

.content1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1 1 660px;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.content__title {
    display: flex;
    padding: 10px;
    font-weight: 500;
    line-height: 31px;
    color: #4A4A4A;
    border-bottom: 1px solid #DADFE1;
    flex: 0 0 58px;
    box-sizing: border-box;
}

.content__inner {
    width: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}

.messages {
    flex: 1 1 100%;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 10px;
    width: 100%;
}

.message__wrap {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 16px 0;
}

.message__content {
    flex: 1 0;
    flex-wrap: nowrap;
    overflow: hidden;
}

.message__sender_and_status {
    display: block;
    margin: 0 0 4px 0;
}

.message__sender_name {
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    color: #778594;
    flex: 1 0;
    margin-bottom: 0px;
}

@media screen and (min-width: 880px) {
    .inboxdiv {
        border: 1px solid #dadfe1;
    }

    .sidebar {
        flex: 1 0 320px;
        position: static;
        left: 100%;
    }

    .open_sidebar {
        display: none;
    }

    .p-top40forweb {
        padding-top: 40px;
    }

    .content__inner {
        max-height: 470px;
    }

    .messages {
        padding: 20px 20px;
    }

    .content__title {
        padding: 21.5px;
    }
}

.sidebar__dilog_list {
    flex: 1 1 100%;
    overflow-y: auto;
    text-align: left;
    padding: 0px;
    max-height: 550px;
    min-height: 550px;
}

.sidebar__dilog_list .dialog__item {
    display: block;
    width: 100%;
}

.sidebar__dilog_list .dialog__item.selected,
.sidebar__dilog_list .dialog__item:hover {
    background: rgba(42, 100, 150, 0.1);
}

.dialog__item_link {
    padding: 16px;
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #dadfe1;
}

.open_sidebar {
    border: none;
    width: 24px;
    height: 24px;
    background-color: #778594;
    -webkit-mask: url(../img/ic_arrow_back.svg) no-repeat 50% 50%;
    mask: url(../img/ic_arrow_back.svg) no-repeat 50% 50%;
    cursor: pointer;
    flex: 0 0 24px;
    padding: 0;
    margin: 3px 16px 0 0;
}

.dialog__title {
    font-size: 1.2em;
    font-weight: 600;
    flex: 1 1 100%;
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dialog__item {
    cursor: pointer;
}

.dialog__info {
    flex: 1 1 100%;
    overflow: hidden;
}

.dialog__name {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #4A4A4A;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 10px 6px 0;
}

.dialog__last_message {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    color: #778594;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dialog_additional_info {
    flex: 0 0 65px;
    text-align: right;
}

.dialog__last_message_date {
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
    margin: 0 0 2px 0;
    display: inline-block;
}

.dialog_unread_counter {
    min-width: 23px;
    background-color: #17D04B;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
}

.travelawardbk {
    background-color: #000e15;
}

.secondimg,
.showformobile,
.dialog_unread_counter.hidden,
.chatinitialtwo,
.redmhide,
.hoveraboutimg {
    display: none;
}

.mar30-center {
    margin: 30% auto;
}

.nomsgimg {
    margin: 0 auto;
    max-width: 120px;
    padding: 15px;
    display: block;
}

.nomsgtext {
    text-align: center;
    font-size: 1.1em;
    color: #85888c;
}

/* width */
.sidebar__dilog_list::-webkit-scrollbar,
.messages::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.sidebar__dilog_list::-webkit-scrollbar-track,
.messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sidebar__dilog_list::-webkit-scrollbar-thumb,
.messages::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.sidebar__dilog_list::-webkit-scrollbar-thumb:hover,
.messages::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

/* End Inbox */

/* Chat Start*/
.scntwithusmsg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-width: 200px;
    line-height: 2em;
}

.chatsendbtn {
    min-width: 100px;
}

.chat-application .content-area-wrapper {
    border: 1px solid #ebe9f1;
    border-radius: 0.428rem;
}

.chat-application .chat-profile-sidebar {
    border-right: 1px solid #ebe9f1;
    height: inherit;
    width: 360px;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    background-color: #fff;
    transform: translateX(-110%);
    transition: all 0.3s ease, background 0s, border 0s, color 0s;
    z-index: 6;
}

.chat-application .chat-profile-sidebar.show {
    transform: translateX(0);
    transition: all 0.3s ease, background 0s, border 0s, color 0s;
}

.chat-application .chat-profile-sidebar .chat-profile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    text-align: center;
}

.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
    margin-bottom: 1.25rem;
}

.chat-application .chat-profile-sidebar .profile-sidebar-area {
    height: calc(100% - 200px);
    position: relative;
    padding: 0 2rem 1.5rem;
}

.chat-application .close-icon {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    cursor: pointer;
}

.chat-application .sidebar-close-icon svg,
.chat-application .sidebar-close-icon i,
.chat-application .close-icon svg,
.chat-application .close-icon i {
    font-size: 1.143rem;
    height: 1.143rem;
    width: 1.143rem;
}

.chat-application .avatar-border img {
    border: 2px solid #fff;
}

.chat-application .sidebar-content {
    background-color: #fff;
    border-right: 1px solid #ebe9f1;
    height: inherit;
    width: 360px;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    box-shadow: none;
}

.chat-application .sidebar-content .sidebar-close-icon {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    font-size: 1.25rem;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
}

.chat-application .sidebar-content .chat-fixed-search {
    width: 360px;
    border-bottom: 1px solid #ebe9f1;
    padding: 0 1.286rem;
    height: 65px;
    display: flex;
}

.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
    display: inline-table;
}

.chat-application .sidebar-content .chat-fixed-search .input-group:focus-within {
    background-color: transparent;
    box-shadow: none;
}

.chat-application .sidebar-content .chat-list-title {
    color: #7367f0;
    margin: 2rem 1.286rem 0.5rem;
}

.chat-application .sidebar-content .chat-user-list-wrapper {
    position: relative;
    height: calc(100% - 65px);
    width: 360px;
    border-radius: 0;
}

.chat-application .sidebar-content .chat-user-list-wrapper .avatar {
    height: 42px;
}

.chat-application .sidebar-content .chat-user-list-wrapper .avatar [class*='avatar-status-'] {
    right: 1px;
    bottom: 1px;
}

.chat-application .sidebar-content .chat-user-list-wrapper .contact-list .chat-info {
    width: calc(100% - 46px);
    padding-right: 0;
}

.chat-application .sidebar-content .chat-user-list-wrapper .no-results {
    padding: 0.786rem 1.286rem;
    display: none !important;
}

.chat-application .sidebar-content .chat-user-list-wrapper .no-results.show {
    display: block !important;
}

.chat-application .sidebar-content .chat-user-list-wrapper ul {
    padding-left: 0;
    margin-bottom: 0;
}

.chat-application .sidebar-content .chat-user-list-wrapper li {
    display: flex;
    padding: 0.786rem 1.286rem;
}

.chat-application .sidebar-content .chat-user-list-wrapper li .chat-info {
    margin-top: 0.3rem;
    width: calc(100% - 46px - 46px);
    padding: 0 0.75rem;
}

.chat-application .sidebar-content .chat-user-list-wrapper li .chat-info .card-text,
.chat-application .sidebar-content .chat-user-list-wrapper li .chat-info p {
    color: #b9b9c3;
}

.chat-application .sidebar-content .chat-user-list-wrapper li .chat-time {
    color: #b9b9c3;
}

.chat-application .sidebar-content .chat-user-list-wrapper li:hover {
    cursor: pointer;
    background: #f8f8f8;
}

.chat-application .sidebar-content .chat-user-list-wrapper li.active {
    background-image: linear-gradient(80deg, #7367f0, #9e95f5);
    background-repeat: repeat-x;
}

.chat-application .sidebar-content .chat-user-list-wrapper li.active h1,
.chat-application .sidebar-content .chat-user-list-wrapper li.active h2,
.chat-application .sidebar-content .chat-user-list-wrapper li.active h3,
.chat-application .sidebar-content .chat-user-list-wrapper li.active h4,
.chat-application .sidebar-content .chat-user-list-wrapper li.active h5,
.chat-application .sidebar-content .chat-user-list-wrapper li.active h6,
.chat-application .sidebar-content .chat-user-list-wrapper li.active .card-text,
.chat-application .sidebar-content .chat-user-list-wrapper li.active .chat-time {
    color: #fff;
}

.chat-application .sidebar-content .chat-user-list-wrapper li img {
    border: 2px solid #fff;
}

.chat-application .chat-app-window {
    height: 100%;
}

.chat-application .chat-app-window .start-chat-area,
.chat-application .chat-app-window .user-chats {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNjAgMjYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjAgMjYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0UxRTBFOTt9Cjwvc3R5bGU+CjxnPgoJPGcgaWQ9ImktbGlrZS1mb29kIj4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuNCwxNmMwLjIsMC42LDAuNCwxLjMsMC41LDJoLTMuN2wxLjIsMi4zbDAuNSwwLjlsLTAuMiwwLjFWMjhjMi4yLDEuNywyLjcsNC44LDEsNwoJCQljLTAuOCwxLTEuOSwxLjctMy4yLDEuOVYzN2MtMC45LDMuNS00LjEsNi03LjgsNmgtMjBjLTMuNiwwLTYuOC0yLjUtNy43LTZ2LTAuMWMtMi43LTAuNC00LjYtMy00LjItNS43YzAuMi0xLjMsMC45LTIuNSwxLjktMy4yCgkJCXYtNi44bC0wLjgtMS42bC0wLjQtMC45bDAuOS0wLjRMLTE3LDE4aC0zQy0xNy4yLDUuNi00LjktMi4yLDcuNSwwLjZDMTUuNCwyLjMsMjEuOSw4LjIsMjQuNCwxNnogTS0xMi40LDE4Yy0wLjIsMC0wLjMsMC0wLjQsMC4xCgkJCWwtMy4xLDEuNmwwLjksMS44bDEuMy0wLjdjMC44LTAuNCwxLjgtMC40LDIuNywwbDIuMiwxLjFjMC4zLDAuMSwwLjYsMC4xLDAuOSwwbDIuMi0xLjFjMC44LTAuNCwxLjgtMC40LDIuNywwbDIuMiwxLjEKCQkJYzAuMywwLjEsMC42LDAuMSwwLjksMGwyLjItMS4xYzAuOC0wLjQsMS44LTAuNCwyLjcsMGwyLjIsMS4xQzcuNCwyMiw3LjcsMjIsOCwyMS45bDIuOS0xLjNjMC44LTAuMywxLjctMC4zLDIuNCwwbDIuOSwxLjMKCQkJYzAuMywwLjEsMC42LDAuMSwwLjksMGwzLjEtMS41bC0wLjktMS44bC0xLjQsMC43Yy0wLjgsMC40LTEuNywwLjQtMi42LDAuMWwtMi44LTEuMkMxMi4zLDE4LDEyLjIsMTgsMTIuMSwxOGwwLDAKCQkJYy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0yLjgsMS4yYy0wLjgsMC40LTEuOCwwLjMtMi42LTAuMUw0LDE4LjFDMy45LDE4LDMuNywxOCwzLjYsMThsMCwwYy0wLjIsMC0wLjMsMC0wLjQsMC4xTDEsMTkuMgoJCQljLTAuOCwwLjQtMS44LDAuNC0yLjcsMEwtNCwxOC4xQy00LjEsMTgtNC4zLDE4LTQuNCwxOGwwLDBjLTAuMiwwLTAuMywwLTAuNCwwLjFMLTcsMTkuMmMtMC44LDAuNC0xLjgsMC40LTIuNywwbC0yLjItMS4xCgkJCUMtMTIuMSwxOC0xMi4zLDE4LTEyLjQsMThMLTEyLjQsMThMLTEyLjQsMTh6IE0tMTIuNCwxNmgtNC45Qy0xMy41LDUuMS0xLjUtMC43LDkuNSwzLjJjNiwyLjEsMTAuNyw2LjgsMTIuOCwxMi44aC0yLjFsLTAuMS0wLjEKCQkJTDE5LjksMTZILTEyLjRMLTEyLjQsMTZ6IE0xNy45LDIzLjdsMS40LTAuN2gxLjN2MmgtMzZ2LTEuMWwwLjMtMC4ybDEuNC0wLjdoMi42bDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwbDEuNC0wLjdILTMKCQkJbDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwTDIuMywyM2gyLjZsMS40LDAuN2MwLjcsMC40LDEuNywwLjQsMi41LDBsMS43LTAuN2gzLjJsMS43LDAuN0MxNi4yLDI0LjEsMTcuMSwyNC4xLDE3LjksMjMuN3oKCQkJIE0tMTMuOCwyN2wxNi40LDQuOUwxOC45LDI3SC0xMy44eiBNLTE0LjQsMjloMC4zbDE2LjcsNWwxNi43LTVoMC4zYzEuNywwLDMsMS4zLDMsM3MtMS4zLDMtMywzaC0zNGMtMS43LDAtMy0xLjMtMy0zCgkJCUMtMTcuNCwzMC4zLTE2LjEsMjktMTQuNCwyOXogTS0xMy4xLDM3YzAuOCwyLjQsMy4xLDQsNS43LDRoMjBjMi41LDAsNC44LTEuNiw1LjctNEMxOC4yLDM3LTEzLjEsMzctMTMuMSwzN3oiLz4KCQk8cGF0aCBpZD0icGF0aDZfZmlsbC1jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMjg0LjQsMTZjMC4yLDAuNiwwLjQsMS4zLDAuNSwyaC0zLjdsMS4yLDIuM2wwLjUsMC45bC0wLjIsMC4xVjI4YzIuMiwxLjcsMi43LDQuOCwxLDcKCQkJYy0wLjgsMS0xLjksMS43LTMuMiwxLjlWMzdjLTAuOSwzLjUtNC4xLDYtNy44LDZoLTIwYy0zLjYsMC02LjgtMi41LTcuNy02di0wLjFjLTIuNy0wLjQtNC42LTMtNC4yLTUuN2MwLjItMS4zLDAuOS0yLjUsMS45LTMuMgoJCQl2LTYuOGwtMC44LTEuNmwtMC40LTAuOWwwLjktMC40TDI0MywxOGgtM2MyLjgtMTIuNCwxNS4xLTIwLjIsMjcuNS0xNy40QzI3NS40LDIuMywyODEuOSw4LjIsMjg0LjQsMTZ6IE0yNDcuNSwxOAoJCQljLTAuMiwwLTAuMywwLTAuNCwwLjFsLTMuMSwxLjZsMC45LDEuOGwxLjMtMC43YzAuOC0wLjQsMS44LTAuNCwyLjcsMGwyLjIsMS4xYzAuMywwLjEsMC42LDAuMSwwLjksMGwyLjItMS4xCgkJCWMwLjgtMC40LDEuOC0wLjQsMi43LDBsMi4yLDEuMWMwLjMsMC4xLDAuNiwwLjEsMC45LDBsMi4yLTEuMWMwLjgtMC40LDEuOC0wLjQsMi43LDBsMi4yLDEuMWMwLjMsMC4xLDAuNiwwLjEsMC45LDBsMi45LTEuMwoJCQljMC44LTAuMywxLjctMC4zLDIuNCwwbDIuOSwxLjNjMC4zLDAuMSwwLjYsMC4xLDAuOSwwbDMuMS0xLjVsLTAuOS0xLjhsLTEuNCwwLjdjLTAuOCwwLjQtMS43LDAuNC0yLjYsMC4xbC0yLjgtMS4yCgkJCWMtMC4xLTAuMS0wLjMtMC4xLTAuNC0wLjFsMCwwYy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0yLjgsMS4yYy0wLjgsMC40LTEuOCwwLjMtMi42LTAuMWwtMi4zLTEuMWMtMC4xLTAuMS0wLjMtMC4xLTAuNS0wLjFsMCwwCgkJCWMtMC4yLDAtMC4zLDAtMC40LDAuMWwtMi4yLDEuMWMtMC44LDAuNC0xLjgsMC40LTIuNywwbC0yLjItMS4xYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMWwwLDBjLTAuMiwwLTAuMywwLTAuNCwwLjFsLTIuMiwxLjEKCQkJYy0wLjgsMC40LTEuOCwwLjQtMi43LDBsLTIuMi0xLjFDMjQ3LjksMTgsMjQ3LjcsMTgsMjQ3LjUsMThMMjQ3LjUsMThMMjQ3LjUsMTh6IE0yNDcuNSwxNmgtNC45YzMuOS0xMC45LDE1LjktMTYuNywyNi44LTEyLjgKCQkJYzYsMi4xLDEwLjcsNi44LDEyLjgsMTIuOGgtMi4xbC0wLjEtMC4xbC0wLjMsMC4xSDI0Ny41TDI0Ny41LDE2eiBNMjc3LjksMjMuN2wxLjQtMC43aDEuM3YyaC0zNnYtMS4xbDAuMy0wLjJsMS40LTAuN2gyLjYKCQkJbDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwbDEuNC0wLjdoMi42bDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwbDEuNC0wLjdoMi42bDEuNCwwLjdjMC44LDAuNCwxLjcsMC40LDIuNiwwLjFsMS43LTAuNwoJCQloMy4ybDEuNywwLjdDMjc2LjIsMjQuMSwyNzcuMSwyNC4xLDI3Ny45LDIzLjdMMjc3LjksMjMuN3ogTTI0Ni4yLDI3bDE2LjQsNC45TDI3OSwyN0gyNDYuMnogTTI0NS41LDI5aDAuM2wxNi43LDVsMTYuNy01aDAuMwoJCQljMS43LDAsMywxLjMsMywzcy0xLjMsMy0zLDNoLTM0Yy0xLjcsMC0zLTEuMy0zLTNTMjQzLjksMjksMjQ1LjUsMjl6IE0yNDYuOSwzN2MwLjgsMi40LDMuMSw0LDUuNiw0aDIwYzIuNSwwLDQuOC0xLjYsNS43LTQKCQkJSDI0Ni45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNTkuNSwyMWMtMS4zLTMuNi00LjctNi04LjUtNmgtNDJjLTMuOCwwLTcuMiwyLjQtOC41LDZjLTMuMywwLjMtNS44LDMuMi01LjUsNi41YzAuMiwyLjksMi42LDUuMiw1LjUsNS41CgkJCWMtMS43LDQuNywwLjgsOS44LDUuNCwxMS41YzEsMC4zLDIsMC41LDMsMC41aDQyYzUsMCw5LTQsOS05YzAtMS0wLjItMi4xLTAuNS0zYzMuMy0wLjMsNS44LTMuMiw1LjUtNi41CgkJCUMxNjQuNywyMy42LDE2Mi40LDIxLjMsMTU5LjUsMjF6IE0xNTEsMTdoLTQyYy0yLjcsMC01LjIsMS42LTYuMyw0aDU0LjdDMTU2LjIsMTguNiwxNTMuNywxNywxNTEsMTd6IE0xNDEuNyw0MwoJCQljMi4xLTEuNywzLjMtNC4zLDMuMy03aC0yYzAsMy45LTMuMSw3LTcsN2gtNC4zYzIuMS0xLjcsMy4zLTQuMywzLjMtN2gtMmMwLDMuOS0zLjEsNy03LDdoLTQuM2MyLjEtMS43LDMuMy00LjMsMy4zLTdoLTIKCQkJYzAsMy45LTMuMSw3LTcsN2gtN2MtMy45LDAtNy0zLjEtNy03czMuMS03LDctN2g0MmMzLjksMCw3LDMuMSw3LDdzLTMuMSw3LTcsN0gxNDEuN3ogTTEwOSwyN2MtMywwLTUuOCwxLjUtNy41LDRIMTAxCgkJCWMtMi4yLDAtNC0xLjgtNC00czEuOC00LDQtNGg1OGMyLjIsMCw0LDEuOCw0LDRzLTEuOCw0LTQsNGgtMC41Yy0xLjctMi41LTQuNS00LTcuNS00SDEwOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzksMTE1YzQuNCwwLDgtMy42LDgtOHMtMy42LTgtOC04cy04LDMuNi04LDhTMzQuNiwxMTUsMzksMTE1eiBNNDUsMTA3YzAsMy4zLTIuNyw2LTYsNnMtNi0yLjctNi02CgkJCXMyLjctNiw2LTZTNDUsMTAzLjcsNDUsMTA3eiBNNDIsNzh2LTJoOHYtNkg0MGMtMi4yLDAtNCwxLjgtNCw0djEwSDIybC0xLjMsNEwyMCw5MGgyLjJsMy44LDQwaDI2bDMuOC00MEg1OGwtMC43LTJMNTYsODRINDJWNzh6CgkJCSBNMzgsNzR2MTBoMlY3NGg4di0yaC04QzM4LjksNzIsMzgsNzIuOSwzOCw3NHogTTQwLDg2aDE0LjZsMC43LDJIMjIuOGwwLjctMkg0MHogTTUzLjgsOTBIMjQuMmwzLjYsMzhoMjIuNEw1My44LDkweiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjksOTJoLTZ2NGgtNnY0aC02djE0aC0zbDAuMiwybDMuOCwzMmgzNmwzLjgtMzJsMC4yLTJoLTN2LTE0aC02di00aC02di00SDEyOXogTTE0NywxMTR2LTEyaC00djRoM3Y4SDE0NwoJCQl6IE0xNDQsMTE0di02aC00djZIMTQ0eiBNMTM4LDEyMHYtMTZoLTR2MTkuMkMxMzUuNiwxMjIuNSwxMzcsMTIxLjQsMTM4LDEyMHogTTEzMiwxMjMuOFYxMDBoLTR2MjMuOAoJCQlDMTI5LjMsMTI0LjEsMTMwLjcsMTI0LjEsMTMyLDEyMy44eiBNMTI2LDEyMy4yVjEwNGgtNHYxNkMxMjMsMTIxLjQsMTI0LjQsMTIyLjUsMTI2LDEyMy4yeiBNMTIwLDExNHYtNmgtNHY2SDEyMHogTTExNCwxMTR2LThoMwoJCQl2LTRoLTR2MTJIMTE0eiBNMTQxLDEwMnYtNGgtNHY0aDN2NGgxVjEwMnogTTEzNSwxMDJ2LThoLTR2NGgzdjRIMTM1eiBNMTI5LDk4di00aC00djhoMXYtNEgxMjl6IE0xMjMsMTAydi00aC00djhoMXYtNEgxMjN6CgkJCSBNMTMwLDEyNmM1LjksMCwxMC45LTQuMiwxMS44LTEwaDcuOWwtMy41LDMwaC0zMi40bC0zLjUtMzBoNy45QzExOS4xLDEyMS44LDEyNC4xLDEyNiwxMzAsMTI2eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMTIsODZ2MmgtNHYtMkgyMTJ6IE0yMTYsODZoLTJ2MmgyVjg2eiBNMTk2LDg2TDE5Niw4NmMtMi43LDAuNy00LjUsMy4zLTMuOSw2YzAuNCwxLjgsMS42LDMuMiwzLjMsMy44CgkJCWwwLjEsMC4ybDEuMSw0LjVjMC4yLDAuOSwxLDEuNSwxLjksMS41bDAsMGw3LDI0LjZjMC4yLDAuOSwxLDEuNCwxLjksMS40aDVjMC45LDAsMS43LTAuNiwxLjktMS40bDctMjQuNmMwLjksMCwxLjctMC42LDEuOS0xLjUKCQkJbDEuMS00LjVsMC4xLTAuMmMyLjYtMC45LDQuMS0zLjcsMy4yLTYuM2MtMC42LTEuNy0yLTMtMy44LTMuM1Y4NmMwLTcuNy02LjMtMTQtMTQtMTRTMTk2LDc4LjMsMTk2LDg2eiBNMjAwLDg2aDZ2MmgtOQoJCQljLTEuNywwLTMsMS4zLTMsM3MxLjMsMywzLDNoMjZjMS43LDAsMy0xLjMsMy0zcy0xLjMtMy0zLTNoLTN2LTJoMmMwLTYuNi01LjQtMTItMTItMTJzLTEyLDUuNC0xMiwxMkgyMDB6IE0xOTguNiwxMDBsLTEtNGgyNC45CgkJCWwtMSw0SDE5OC42eiBNMjA3LjUsMTI2bC02LjktMjRoMTguN2wtNi45LDI0SDIwNy41eiBNMTUwLDI0MmMxMi4yLDAsMjItOS44LDIyLTIycy05LjgtMjItMjItMjJzLTIyLDkuOC0yMiwyMgoJCQlTMTM3LjgsMjQyLDE1MCwyNDJ6IE0xNzQsMjIwYzAsMTMuMy0xMC43LDI0LTI0LDI0cy0yNC0xMC43LTI0LTI0bDAsMGMwLTEzLjMsMTAuNy0yNCwyNC0yNFMxNzQsMjA2LjcsMTc0LDIyMHogTTE0NS42LDIzNy43CgkJCWwyLTAuOWMxLjUtMC42LDMuMi0wLjYsNC43LDBsMiwwLjljMC45LDAuNCwyLDAsMi41LTAuOGwxLjEtMS45YzAuOC0xLjQsMi4yLTIuNCwzLjgtMi44bDIuMS0wLjVjMS0wLjIsMS42LTEuMSwxLjUtMi4xbC0wLjItMi4yCgkJCWMtMC4xLTEuNiwwLjQtMy4yLDEuNC00LjVsMS40LTEuN2MwLjctMC44LDAuNy0xLjksMC0yLjZsLTEuNC0xLjdjLTEuMS0xLjItMS42LTIuOC0xLjQtNC41bDAuMi0yLjJjMC4xLTEtMC42LTEuOS0xLjYtMi4xCgkJCWwtMi4xLTAuNWMtMS42LTAuNC0zLTEuNC0zLjgtMi44bC0xLjEtMS45Yy0wLjUtMC45LTEuNi0xLjItMi41LTAuOGwtMiwwLjljLTEuNSwwLjYtMy4yLDAuNi00LjcsMGwtMi0wLjljLTAuOS0wLjQtMiwwLTIuNSwwLjgKCQkJbC0xLDIuMWMtMC44LDEuNC0yLjIsMi40LTMuOCwyLjhsLTIuMSwwLjVjLTEsMC4yLTEuNiwxLjEtMS41LDIuMWwwLjIsMi4yYzAuMSwxLjYtMC40LDMuMi0xLjQsNC41bC0xLjQsMS43CgkJCWMtMC43LDAuOC0wLjcsMS45LDAsMi42bDEuNCwxLjdjMS4xLDEuMiwxLjYsMi44LDEuNCw0LjVsLTAuMiwyLjJjLTAuMSwxLDAuNiwxLjksMS42LDIuMWwyLjEsMC41YzEuNiwwLjQsMywxLjQsMy44LDIuOGwxLjEsMS45CgkJCUMxNDMuNiwyMzcuOCwxNDQuNywyMzguMSwxNDUuNiwyMzcuN0wxNDUuNiwyMzcuN3ogTTE0OC40LDIzOC43YzEtMC40LDIuMS0wLjQsMy4xLDBsMiwwLjljMS44LDAuOCw0LDAuMSw1LTEuNmwxLjEtMS45CgkJCWMwLjYtMC45LDEuNS0xLjYsMi41LTEuOGwyLjEtMC41YzEuOS0wLjQsMy4zLTIuMywzLjEtNC4ybC0wLjItMi4yYy0wLjEtMS4xLDAuMy0yLjIsMS0zbDEuNC0xLjdjMS4zLTEuNSwxLjMtMy43LDAtNS4ybC0xLjQtMS43CgkJCWMtMC43LTAuOC0xLjEtMS45LTEtM2wwLjItMi4yYzAuMi0yLTEuMS0zLjgtMy4xLTQuMmwtMi4xLTAuNWMtMS4xLTAuMi0yLTAuOS0yLjUtMS44bC0xLjEtMS45Yy0xLTEuNy0zLjItMi40LTUtMS42bC0yLDAuOQoJCQljLTEsMC40LTIuMSwwLjQtMy4xLDBsLTItMC45Yy0xLjgtMC44LTQtMC4xLTUsMS42bC0xLjEsMS45Yy0wLjYsMC45LTEuNSwxLjYtMi41LDEuOGwtMi4xLDAuNWMtMS45LDAuNC0zLjMsMi4zLTMuMSw0LjJsMC4yLDIuMgoJCQljMC4xLDEuMS0wLjMsMi4yLTEsM2wtMS40LDEuN2MtMS4zLDEuNS0xLjMsMy43LDAsNS4ybDEuNCwxLjdjMC43LDAuOCwxLjEsMS45LDEsM2wtMC4yLDIuMmMtMC4yLDIsMS4xLDMuOCwzLjEsNC4ybDIuMSwwLjUKCQkJYzEuMSwwLjIsMiwwLjksMi41LDEuOGwxLjEsMS45YzEsMS43LDMuMiwyLjQsNSwxLjZMMTQ4LjQsMjM4Ljd6IE0xNTIsMjA3YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMQoJCQlTMTUyLDIwNy42LDE1MiwyMDd6IE0xNTgsMjA5YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNTgsMjA5LjYsMTU4LDIwOXogTTE0NywyMTBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMQoJCQlzLTAuNCwxLTEsMVMxNDcsMjEwLjYsMTQ3LDIxMHogTTE0MSwyMTBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxUzE0MSwyMTAuNiwxNDEsMjEweiBNMTQ0LDIwNWMwLTAuNiwwLjQtMSwxLTEKCQkJczEsMC40LDEsMXMtMC40LDEtMSwxUzE0NCwyMDUuNiwxNDQsMjA1eiBNMTM2LDIxM2MwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTM2LDIxMy42LDEzNiwyMTN6IE0xMzksMjE5CgkJCWMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTM5LDIxOS42LDEzOSwyMTl6IE0xMzksMjI1YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxMzksMjI1LjYsMTM5LDIyNXoKCQkJIE0xNDMsMjMyYzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNDMsMjMyLjYsMTQzLDIzMnogTTE0OCwyMzBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxCgkJCVMxNDgsMjMwLjYsMTQ4LDIzMHogTTE1MywyMzRjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxUzE1MywyMzQuNiwxNTMsMjM0eiBNMTU3LDIyOGMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxCgkJCXMtMC40LDEtMSwxUzE1NywyMjguNiwxNTcsMjI4eiBNMTYzLDIyNGMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTYzLDIyNC42LDE2MywyMjR6IE0xNTksMjIxYzAtMC42LDAuNC0xLDEtMQoJCQlzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTU5LDIyMS42LDE1OSwyMjF6IE0xNjMsMjE4YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNjMsMjE4LjYsMTYzLDIxOHogTTE1OCwyMTQKCQkJYzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNTgsMjE0LjYsMTU4LDIxNHogTTEzNCwyMjBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxUzEzNCwyMjAuNiwxMzQsMjIwegoJCQkgTTE1MCwyMjVjMi44LDAsNS0yLjIsNS01cy0yLjItNS01LTVzLTUsMi4yLTUsNVMxNDcuMiwyMjUsMTUwLDIyNXogTTE1NywyMjBjMCwzLjktMy4xLDctNyw3cy03LTMuMS03LTdzMy4xLTcsNy03CgkJCVMxNTcsMjE2LjEsMTU3LDIyMHogTTI0MywxOTFjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgyNDN6IE0yNjIsMjAwYzAtMC42LDAuNC0xLDEtMWgyCgkJCWMwLjYsMCwxLDAuNCwxLDFzLTAuNCwxLTEsMWgtMkMyNjIuNCwyMDEsMjYyLDIwMC42LDI2MiwyMDB6IE0yNDgsMjA1Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTEKCQkJSDI0OHogTTIyMywyMDZjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgyMjN6IE0yMjgsMjEwYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDIKCQkJYzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xSDIyOHogTTIzNywyMTBjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDMjM3LjQsMjExLDIzNywyMTAuNiwyMzcsMjEwegoJCQkgTTI1MiwyMTFjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDMjUyLjQsMjEyLDI1MiwyMTEuNiwyNTIsMjExeiBNMjY0LDIwOWMtMC42LDAtMSwwLjQtMSwxczAuNCwxLDEsMWgyCgkJCWMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgyNjR6IE0yNTMsMTk1YzAtMC42LDAuNC0xLDEtMWgyYzAuNiwwLDEsMC40LDEsMXMtMC40LDEtMSwxaC0yQzI1My40LDE5NiwyNTMsMTk1LjYsMjUzLDE5NXoKCQkJIE0yMzQsMTk1Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFIMjM0eiBNMjQwLDIwMGMwLTAuNiwwLjQtMSwxLTFoMmMwLjYsMCwxLDAuNCwxLDFzLTAuNCwxLTEsMQoJCQloLTJDMjQwLjQsMjAxLDI0MCwyMDAuNiwyNDAsMjAweiBNMjE1LDIxNWMwLTAuNSwwLTAuOSwwLTEuNGMtMi41LTEuMS0zLjctNC0yLjYtNi42YzAuMi0wLjUsMC41LTEsMC45LTEuNGMtMC45LTIsMC00LjIsMS45LTUuMgoJCQljLTAuOC0yLjYsMC43LTUuNCwzLjQtNi4ybDAsMGMwLjQtMC41LDAuOS0wLjksMS41LTEuMWMwLjUtMi43LDMuMS00LjUsNS44LTQuMWMwLjcsMC4xLDEuNCwwLjQsMiwwLjhjNS4zLTMuOCwxMS42LTUuOSwxOC4yLTUuOQoJCQljNi44LDAsMTMuMSwyLjIsMTguMiw1LjljMi4zLTEuNiw1LjQtMSw3LDEuM2MwLjQsMC42LDAuNywxLjMsMC44LDJjMC42LDAuMiwxLjEsMC42LDEuNSwxLjFjMi43LDAuOCw0LjIsMy41LDMuNCw2LjJsMCwwCgkJCWMxLjksMSwyLjcsMy4yLDEuOSw1LjJjMS45LDIsMS44LDUuMi0wLjIsN2MtMC40LDAuNC0wLjksMC43LTEuNSwxYzAsMC41LDAsMC45LDAsMS40djFoLTYydi0xSDIxNXogTTIxNS44LDIwNy44CgkJCWMtMC4zLDEuMi0wLjUsMi40LTAuNiwzLjZjLTEuMy0xLTEuNi0yLjktMC42LTQuMmwwLDBDMjE1LDIwNy41LDIxNS40LDIwNy43LDIxNS44LDIwNy44TDIxNS44LDIwNy44eiBNMjE3LjMsMjAzLjIKCQkJYy0wLjQsMC45LTAuNywxLjgtMSwyLjdjLTEtMC40LTEuNi0xLjUtMS4zLTIuNWMwLjItMC41LDAuNi0wLjksMS4xLTEuMkMyMTYuNSwyMDIuNiwyMTYuOSwyMDIuOSwyMTcuMywyMDMuMkwyMTcuMywyMDMuMnoKCQkJIE0yMTkuNiwxOTguN2MtMC41LDAuOS0xLDEuOC0xLjUsMi43Yy0xLjMtMS0xLjUtMi45LTAuNS00LjJjMC4xLTAuMiwwLjMtMC4zLDAuNC0wLjVDMjE4LjMsMTk3LjYsMjE4LjksMTk4LjMsMjE5LjYsMTk4LjcKCQkJTDIxOS42LDE5OC43eiBNMjIwLjgsMTk3YzAuNC0wLjUsMC43LTEsMS4xLTEuNWMtMC4zLTAuNS0wLjktMC43LTEuNC0wLjRzLTAuNywwLjktMC40LDEuNEMyMjAuMywxOTYuNywyMjAuNSwxOTYuOSwyMjAuOCwxOTcKCQkJTDIyMC44LDE5N3ogTTIyNi4xLDE5MS4yYy0xLDAuOS0yLDEuOC0yLjksMi44Yy0wLjMtMC4zLTAuNy0wLjYtMS4xLTAuOGMwLjQtMS42LDIuMS0yLjUsMy43LTIuMQoJCQlDMjI1LjksMTkxLjEsMjI2LDE5MS4yLDIyNi4xLDE5MS4yTDIyNi4xLDE5MS4yeiBNMjY4LjgsMTk0Yy0wLjktMS0xLjktMS45LTIuOS0yLjhjMS41LTAuNiwzLjMsMC4xLDMuOSwxLjcKCQkJYzAsMC4xLDAuMSwwLjIsMC4xLDAuM0MyNjkuNSwxOTMuNCwyNjkuMSwxOTMuNiwyNjguOCwxOTRMMjY4LjgsMTk0eiBNMjcwLjEsMTk1LjVjMC40LDAuNSwwLjgsMSwxLjEsMS40CgkJCWMwLjUtMC4xLDAuOS0wLjcsMC44LTEuMnMtMC43LTAuOS0xLjItMC44QzI3MC41LDE5NS4xLDI3MC4zLDE5NS4zLDI3MC4xLDE5NS41eiBNMjczLjksMjAxLjRjLTAuNS0wLjktMS0xLjgtMS41LTIuNwoJCQljMC44LTAuNCwxLjQtMS4xLDEuNi0yYzEuMywxLjEsMS40LDMsMC40LDQuMkMyNzQuMiwyMDEuMSwyNzQsMjAxLjIsMjczLjksMjAxLjR6IE0yNzUuNiwyMDUuOWMtMC4zLTAuOS0wLjYtMS44LTEtMi43CgkJCWMwLjQtMC4zLDAuOC0wLjYsMS4yLTFjMSwwLjUsMS40LDEuNywxLDIuN0MyNzYuNiwyMDUuMywyNzYuMiwyMDUuNywyNzUuNiwyMDUuOXogTTI3Ni44LDIxMS40Yy0wLjEtMS4yLTAuNC0yLjQtMC42LTMuNgoJCQljMC41LTAuMSwwLjktMC40LDEuMi0wLjZDMjc4LjQsMjA4LjUsMjc4LjEsMjEwLjQsMjc2LjgsMjExLjRMMjc2LjgsMjExLjRMMjc2LjgsMjExLjR6IE0yNzUsMjE0Yy0wLjUtMTYtMTMuOS0yOC42LTI5LjktMjguMQoJCQljLTE1LjMsMC41LTI3LjYsMTIuOC0yOC4xLDI4LjFIMjc1TDI3NSwyMTR6IE03Mi4zLDE5OC4xYy0wLjItMC4zLTAuMy0wLjctMC4zLTEuMXYtMTJoLTJ2MTJjMCwyLjIsMS44LDQsNCw0CgkJCWMxLjIsMCwyLjMtMC41LDMuMS0xLjRjMC42LTAuNywwLjktMS42LDAuOS0yLjV2LTEyaC0ydjEyYzAsMS4xLTAuOSwyLTIsMmwwLDBDNzMuMywxOTksNzIuNywxOTguNyw3Mi4zLDE5OC4xeiBNNzUsMTc2CgkJCWMwLjQsMCwwLjcsMCwxLjEtMC4xYzAuNSwyLjIsMi42LDMuNSw0LjgsM2MwLjUtMC4xLDEtMC4zLDEuNC0wLjZjMS4xLDIuMSwxLjcsNC40LDEuNyw2Ljd2MjRjMCwzLjMtMi43LDYtNiw2aC0zdjkKCQkJYzAsMi44LTIuMiw1LTUsNXMtNS0yLjItNS01di05aC0zYy0zLjMsMC02LTIuNy02LTZ2LTI0YzAtNy43LDYuMy0xNCwxNC0xNEM3MCwxNzMuOCw3Mi4yLDE3Niw3NSwxNzZ6IE01OCwxOTF2MTIKCQkJYzAsMC44LDAuNSwxLjUsMS4yLDEuOGMwLjksMC40LDEuOSwwLjEsMi40LTAuN2MwLjItMC4zLDAuMy0wLjcsMC4zLTEuMXYtMTJoMnYxMmMwLDIuMi0xLjcsNC0zLjksNGMtMC41LDAtMS0wLjEtMS40LTAuMgoJCQljLTAuMi0wLjEtMC40LTAuMi0wLjctMC4zdjIuNWMwLDIuMiwxLjgsNCw0LDRoMTZjMi4yLDAsNC0xLjgsNC00di0yNGMwLTEuNS0wLjItMi45LTAuNy00LjJjLTAuNCwwLjEtMC45LDAuMi0xLjMsMC4yCgkJCWMtMi4xLDAtNC4xLTEuMS01LjItM2MtMy0wLjEtNS42LTItNi41LTQuOUM2Mi40LDE3NCw1OCwxNzksNTgsMTg1VjE5MXogTTY3LDIxNXY5YzAsMS43LDEuMywzLDMsM3MzLTEuMywzLTN2LTlINjd6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTS0xNywxOTFjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgtMTd6IE0yLDIwMGMwLTAuNiwwLjQtMSwxLTFoMgoJCQljMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFIM0MyLjQsMjAxLDIsMjAwLjYsMiwyMDB6IE0tMTIsMjA1Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFILTEyegoJCQkgTS0zNywyMDZjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgtMzd6IE0tMzIsMjEwYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xCgkJCXMtMC40LTEtMS0xSC0zMnogTS0yMywyMTBjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDLTIyLjYsMjExLTIzLDIxMC42LTIzLDIxMHogTS04LDIxMWMwLTAuNiwwLjQtMSwxLTEKCQkJaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDLTcuNiwyMTItOCwyMTEuNi04LDIxMXogTTQsMjA5Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFINHoKCQkJIE0tNywxOTVjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDLTYuNiwxOTYtNywxOTUuNi03LDE5NXogTS0yNiwxOTVjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMgoJCQljMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFILTI2eiBNLTIwLDIwMGMwLTAuNiwwLjQtMSwxLTFoMmMwLjYsMCwxLDAuNCwxLDFzLTAuNCwxLTEsMWgtMkMtMTkuNiwyMDEtMjAsMjAwLjYtMjAsMjAweiBNLTQ1LDIxNQoJCQljMC0wLjUsMC0wLjksMC0xLjRjLTIuNS0xLjEtMy43LTQtMi42LTYuNmMwLjItMC41LDAuNS0xLDAuOS0xLjRjLTAuOS0yLDAtNC4yLDEuOS01LjJjLTAuOC0yLjYsMC43LTUuNCwzLjQtNi4ybDAsMAoJCQljMC40LTAuNSwwLjktMC45LDEuNS0xLjFjMC41LTIuNywzLjEtNC41LDUuOC00LjFjMC43LDAuMSwxLjQsMC40LDIsMC44YzUuMy0zLjgsMTEuNi01LjksMTguMi01LjljNi44LDAsMTMuMSwyLjIsMTguMiw1LjkKCQkJYzIuMy0xLjYsNS40LTEsNywxLjNjMC40LDAuNiwwLjcsMS4zLDAuOCwyYzAuNiwwLjIsMS4xLDAuNiwxLjUsMS4xYzIuNywwLjgsNC4yLDMuNSwzLjQsNi4ybDAsMGMxLjksMSwyLjcsMy4yLDEuOSw1LjIKCQkJYzEuOSwyLDEuOCw1LjItMC4yLDdjLTAuNCwwLjQtMC45LDAuNy0xLjUsMWMwLDAuNSwwLDAuOSwwLDEuNHYxaC02MnYtMUgtNDV6IE0tNDQuMiwyMDcuOGMtMC4zLDEuMi0wLjUsMi40LTAuNiwzLjYKCQkJYy0xLjMtMS0xLjYtMi45LTAuNi00LjJsMCwwQy00NSwyMDcuNS00NC42LDIwNy43LTQ0LjIsMjA3LjhMLTQ0LjIsMjA3Ljh6IE0tNDIuNywyMDMuMmMtMC40LDAuOS0wLjcsMS44LTEsMi43CgkJCWMtMS0wLjQtMS42LTEuNS0xLjMtMi41YzAuMi0wLjUsMC42LTAuOSwxLjEtMS4yQy00My41LDIwMi42LTQzLjEsMjAyLjktNDIuNywyMDMuMkwtNDIuNywyMDMuMnogTS00MC40LDE5OC43CgkJCWMtMC41LDAuOS0xLDEuOC0xLjUsMi43Yy0xLjMtMS0xLjUtMi45LTAuNS00LjJjMC4xLTAuMiwwLjMtMC4zLDAuNC0wLjVDLTQxLjcsMTk3LjYtNDEuMSwxOTguMy00MC40LDE5OC43eiBNLTM5LjIsMTk3CgkJCWMwLjMtMC41LDAuNy0xLDEuMS0xLjVjLTAuMy0wLjUtMC45LTAuNy0xLjQtMC40cy0wLjcsMC45LTAuNCwxLjRDLTM5LjcsMTk2LjctMzkuNSwxOTYuOS0zOS4yLDE5N0wtMzkuMiwxOTd6IE0tMzMuOSwxOTEuMgoJCQljLTEsMC45LTIsMS44LTIuOSwyLjhjLTAuMy0wLjMtMC43LTAuNi0xLjEtMC44YzAuNC0xLjYsMi4xLTIuNSwzLjctMi4xQy0zNC4xLDE5MS4xLTM0LDE5MS4yLTMzLjksMTkxLjJMLTMzLjksMTkxLjJ6IE04LjgsMTk0CgkJCWMtMC45LTEtMS45LTEuOS0yLjktMi44YzEuNS0wLjYsMy4zLDAuMSwzLjksMS43YzAsMC4xLDAuMSwwLjIsMC4xLDAuM0M5LjUsMTkzLjQsOS4xLDE5My42LDguOCwxOTRMOC44LDE5NHogTTEwLjEsMTk1LjUKCQkJYzAuNCwwLjUsMC44LDEsMS4xLDEuNGMwLjUtMC4xLDAuOS0wLjcsMC44LTEuMmMtMC4xLTAuNS0wLjctMC45LTEuMi0wLjhDMTAuNSwxOTUuMSwxMC4zLDE5NS4zLDEwLjEsMTk1LjV6IE0xMy45LDIwMS40CgkJCWMtMC41LTAuOS0wLjktMS44LTEuNS0yLjdjMC44LTAuNCwxLjQtMS4xLDEuNi0yYzEuMywxLjEsMS40LDMsMC40LDQuMkMxNC4yLDIwMS4xLDE0LDIwMS4yLDEzLjksMjAxLjR6IE0xNS43LDIwNS45CgkJCWMtMC4zLTAuOS0wLjYtMS44LTEtMi43YzAuNC0wLjMsMC44LTAuNiwxLjItMWMxLDAuNSwxLjQsMS43LDEsMi43QzE2LjYsMjA1LjMsMTYuMiwyMDUuNywxNS43LDIwNS45eiBNMTYuOCwyMTEuNAoJCQljLTAuMS0xLjItMC40LTIuNC0wLjYtMy42YzAuNS0wLjEsMC45LTAuNCwxLjItMC42QzE4LjQsMjA4LjUsMTguMSwyMTAuNCwxNi44LDIxMS40TDE2LjgsMjExLjRMMTYuOCwyMTEuNHogTTE1LDIxNAoJCQljLTAuNS0xNi0xMy45LTI4LjYtMjkuOS0yOC4xYy0xNS4zLDAuNS0yNy42LDEyLjgtMjguMSwyOC4xSDE1TDE1LDIxNHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
    background-color: #f2f0f7;
    background-repeat: repeat;
    background-size: 210px;
}

.chat-application .chat-app-window .start-chat-area {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chat-application .chat-app-window .start-chat-area .start-chat-icon,
.chat-application .chat-app-window .start-chat-area .start-chat-text {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12) !important;
    color: #6e6b7b;
}

.chat-application .chat-app-window .start-chat-area .start-chat-text {
    padding: 0.5rem 1rem;
    border-radius: calc(0.357rem * 4);
    cursor: pointer;
}

.chat-application .chat-app-window .start-chat-area .start-chat-icon {
    border-radius: 50%;
    padding: 2rem;
}

.chat-application .chat-app-window .start-chat-area .start-chat-icon svg,
.chat-application .chat-app-window .start-chat-area .start-chat-icon i {
    height: 4rem;
    width: 4rem;
    font-size: 4rem;
}

.chat-application .user-profile-sidebar {
    width: 360px;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    position: absolute;
    transform: translateX(110%);
    transition: all 0.3s ease, background 0s, border 0s, color 0s;
    z-index: 6;
    right: 0;
    bottom: 0;
    top: 0;
}

.chat-application .user-profile-sidebar.show {
    transform: translateX(0%);
    transition: all 0.3s ease, background 0s, border 0s, color 0s;
}

.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}

.chat-application .user-profile-sidebar .user-profile-header .avatar {
    margin-bottom: 1.25rem;
}

.chat-application .user-profile-sidebar .user-profile-sidebar-area {
    position: relative;
    height: calc(100% - 200px);
    padding: 0 2rem 1.5rem;
}

@media (max-width: 991.98px) {
    .content-right {
        width: 100%;
    }

    .chat-application .sidebar-content {
        transform: translateX(-110%);
        transition: all 0.3s ease-in-out;
        position: absolute;
        z-index: 5;
    }

    .chat-application .sidebar-content.show {
        transform: translateX(0);
        transition: all 0.3s ease;
    }
    
    .tourmainpagebox {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .chat-application .sidebar-content .sidebar-close-icon {
        visibility: visible;
        top: 15px;
        right: 0;
        padding: 0.65rem;
        line-height: 1;
    }

    .chat-application .sidebar-content .chat-fixed-search {
        padding-right: 2.5rem;
    }

    .bknwrecent {
        padding: 0px 10px 5px;
    }

    .bknwrecent span {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .chat-application .sidebar {
        position: unset !important;
    }

    .chat-application .sidebar-content {
        width: 100%;
    }

    .chat-application .sidebar-content .chat-fixed-search,
    .chat-application .sidebar-content .chat-user-list-wrapper {
        width: 100%;
    }

    .chat-application .chat-profile-sidebar {
        width: 100%;
    }

    .chat-application .user-profile-sidebar {
        width: 100%;
    }
}

.chat-app-window .user-chats {
    background-color: #f2f0f7;
    padding: 1rem;
    position: relative;
    height: 500px;
    overflow-y: auto;
}

/* width */
.chat-app-window .user-chats::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.chat-app-window .user-chats::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.chat-app-window .user-chats::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.chat-app-window .user-chats::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}



.chat-app-window .user-chats .avatar img {
    border: 2px solid #fff;
}

.chat-app-window .active-chat {
    height: inherit;
}

.chat-app-window .active-chat .chat-header {
    display: flex;
    justify-content: space-between;
    height: 65px;
    background-color: #fff;
    padding: 0 1rem;
    border-bottom: 1px solid #ebe9f1;
}

.chat-app-window .chats .chat-avatar {
    float: right;
}

.chat-app-window .chats .chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

.chat-app-window .chats .chat-body .chat-content {
    float: right;
    padding: 0.7rem 1rem;
    margin: 0 1rem 10px 0;
    clear: both;
    background-repeat: repeat-x;
    border-radius: 0.357rem;
    box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12);
    max-width: 75%;
    color: #6e6b7b;
    background: none;
    background-color: #ffffff;
}

.chat-app-window .chats .chat-body .chat-content p {
    margin: 0;
}

.chat-app-window .chats .chat-left .chat-avatar {
    float: left;
}

.chat-app-window .chats .chat-left .chat-body .chat-content {
    float: left;
    margin: 0 0 10px 1rem;
    color: #6e6b7b;
    background: none;
    background-color: white;
}

.chat-app-window .chat-app-form {
    height: 65px;
    padding: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebe9f1;
}

.chat-widget .card-header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.chat-widget .chat-app-window .user-chats {
    background-color: #f8f8f8;
    height: 390px;
}

.chat-widget .chat-app-window .chat-app-form {
    border-top: 0;
    border-bottom-left-radius: 0.357rem;
    border-bottom-right-radius: 0.357rem;
    height: 56px;
}

.chat-widget .chat-app-window .chat-app-form .input-group-text,
.chat-widget .chat-app-window .chat-app-form .message {
    border: 0;
    padding-left: 0;
}

.chat-widget .chat-app-window .chat-app-form .input-group:not(.bootstrap-touchspin):focus-within {
    box-shadow: none;
}

/* Chat End */
/* Career Page Start */
.viewjbbtn .btnefct {
    --c: #E01B1B;
    --r: #ffffff;
    line-height: 2em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    background-color: var(--r);
}

.viewjbbtn .btnefct span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
    top: 0;
}

.btn-cstmjob {
    color: #fff;
    background-color: #E01B1B;
    border-color: #E01B1B;
    transition: 0.5s;
}

.viewjbbtn .btnefct:hover .btn-cstmjob {
    color: var(--c);
    background-color: #fff;
    border-color: var(--c);
    font-weight: 600;
    letter-spacing: 2px;
}

.viewjbbtn .btnefct:hover,
.viewjbbtn .btnefct:hover h6 {
    color: var(--r) !important;
    transition: 0.5s;
}

.viewjbbtn .btnefct:hover span {
    transform: translateY(0) scale(2);
}

.viewjbbtn .btnefct span:nth-child(1) {
    --n: 1;
}

.viewjbbtn .btnefct span:nth-child(2) {
    --n: 2;
}

.viewjbbtn .btnefct span:nth-child(3) {
    --n: 3;
}

.viewjbbtn .btnefct span:nth-child(4) {
    --n: 4;
}

/* Career Page End */
.pulsebtnanm {
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.gradientdiv {
    background: linear-gradient(-45deg, #76eef8, #aaffa9, #d3f3ff, #edffc1);
    animation: gradient 5s ease infinite;
    border-radius: 50px 0px 50px;
    background-size: 400% 400%;
    box-shadow: 0px 0px 23px #00000026;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 5px;
    margin-bottom: 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.inclusionul ::marker {
    content: "";
}

.exclusionul ::marker {
    content: "\f00d";
    color: #ff0000;
}

.popover-header {
    background-color: #971419;
    color: #ffffff;
}

.popover-header {
    background-color: #971419;
    color: #ffffff;
}

.popover-body {
    padding: .5rem .75rem;
    color: #971419;
    background-color: #fbffd5;
}

.optionaltours {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: start;
    text-align: justify;
}

.read-more {
    /* You can update this variable directly in the html by adding a style property to the .read-more element */
    --line-clamp: 3;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.read-more__text {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more__checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.read-more__checkbox ~ .read-more__label {
    cursor: pointer;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: underline;
}

/* Don't forget focus and hover styles for accessibility! */
.read-more__checkbox:focus ~ .read-more__label {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.read-more__checkbox:hover ~ .read-more__label {
    text-decoration: none;
}

.read-more__checkbox ~ .read-more__label::before {
    content: attr(data-read-more);
}

.read-more__checkbox:checked ~ .read-more__label::before {
    content: attr(data-read-less);
}

.read-more__checkbox:checked ~ .read-more__text {
    --line-clamp: none;
    -webkit-line-clamp: var(--line-clamp);
}

/* End read more component styles */
/* Loyalty Emirates ID page start */
.verifyformtopdiv { background-color: #F4F4F4; border-radius: 15px; border: 1px solid #E5E4E4; padding: 10px; } .verifyformtitlediv { margin-top: -45px; } .verifyformtitle { text-align: center; font-size: var(--font-size-md); line-height: var(--line-height-md); padding: 15px 25px; background-color: var(--text-white-color); border: 1px solid var(--lightgray-color); box-shadow: 5px 5px 25px #00000026; font-weight: 600; border-radius: 20px; color: var(--primary-color); display: inline-block; } .loyaltytable { font-size: var(--font-size-xs); margin-top: 40px; } .loyaltytable th { background-color: #F3F2F7 } .loyaltytable tr { background-color: #ffffff; } @media screen and (max-width: 600px) { .flightpassengertable table { border: 0; } .flightpassengertable table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .flightpassengertable table tr { display: block; margin-bottom: 1.625em; } .flightpassengertable table td, .flightpassengertable table td input { display: block; text-align: right; } .flightpassengertable table td::before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; } .flightpassengertable table td { border-bottom: 0; } .flightpassengertable table td:last-child { border-bottom: 1px solid #dee2e6; } }
/* Loyalty Emirates ID page end */

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.threecolumn{ flex: 0 0 33%;}
@media(min-width: 1375px){.header .menu > ul > li .sub-menu > ul > li > a,.header .menu > ul > li > a,.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a, header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {font-size: 16px !important;}}