﻿h1,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

.offer-btn h4 a,
a,
a:active,
a:hover,
li,
p,
ul {
    text-decoration: none;
}

.grid,
.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.f-capt,
.form .submit,
.offer-btn h4,
.pakg-detail .top,
.step {
    text-transform: uppercase;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

::-webkit-scrollbar-thumb {
    background-color: #ec5ca4;
    border-radius: 0px !important;
    border: 3px solid #96135a;
    border-radius: 10px !important;
}

::-webkit-scrollbar {
    width: 13px !important;
    height: 10px;
    border-radius: 0px !important;
    -webkit-appearance: none;
    background-color: #96135a;
}

::-moz-selection {
    color: #fff;
    background: #ec5ca4
}

::selection {
    color: #fff;
    background: #ec5ca4;
    border: 3px solid #96135a;
}


p img {
    width: 100%;
    height: auto;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Slab', serif !important;
    font-weight: 700;
}

h2 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

.progressbar {
    position: fixed;
    width: 100vw;
    height: 4px;
    overflow-x: hidden;
    display: none;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
}

body.page-loading .progressbar {
    display: block
}

.barLine {
    position: absolute;
    opacity: 1;
    background: #3fbd4e;
    width: 150%;
    height: 4px;
}

.subline {
    position: absolute;
    background: #007a45;
    height: 4px;
}

.inc {
    animation: increase 2s infinite;
}

.dec {
    animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}

.sf-menu li ul li.nopackage .inMenu {
    display: none;
}

.sf-menu li ul li.nopackage ul,
.sf-menu li ul li.nopackage:hover ul {
    display: none !important;
}

.priceAlertnew {
    display: block;
    color: #fdfbb2;
    font-size: 15px;
    display: none;
}

.footernav.FooterNavCategory {
    max-height: 210px;
    overflow-y: scroll;
}

.footernav.FooterNavCategory::-webkit-scrollbar {
    width: 5px !important;
}

/*  body.noscroll {
	overflow-y: hidden;
}*/
.dateValue.gry {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dateValue.gry .tooltiptextClnd {
    display: none;
    width: 170px;
    background-color: #96135a;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px 0px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    font-size: 11px;
    top: 48px;
}

.newfancymodal {
    max-width: 1024px !important;
    padding: 0 !important;
    border-radius: 10px !important;
}

.fancybox-button--close {
    background: #ec5ca4 !important;
    border-radius: 4px !important;
}

button.btn.errorMovebtn:hover {
    color: #FFF;
}

._temperature sup {
    font-size: 20px;
    position: relative;
    top: -20px;
    right: 6px;
    font-weight: 700;
}

ul.weather-chart-month_extra li sup {
    font-size: 12px;
    top: -10px;
}

.fancybox-button--close svg {
    color: #FFF !important;
}

.pakg-area h1 .starModalRating {
    overflow: hidden;
    display: inline-block;
    margin: 0 !important;
    position: relative;
    top: 5px;
}

.tourPreview.newCardStyle img.clsLazyLoad {
    border-radius: 6px;
}

.tourPreview.newCardStyle {
    border: 6px solid #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    position: relative;
    margin: 20px 5px 40px;
    display: block;
    overflow: inherit;
    height: initial !important;

}

.tourPreview.newCardStyle .position-relative {
    display: block;
}

.tourPreview.newCardStyle .position-relative .iconFlag {
    position: absolute;
    top: 15px;
    left: 0;
}

.tourPreview.newCardStyle .position-relative .iconFlag img {
    border-radius: 0;
}

.tourPreview.newCardStyle .btn-newStyle {
    position: absolute;
    bottom: -20px;
    background: #ec5ca4;
    color: #FFF;
    font-family: 'Roboto Slab', serif !important;
    font-size: 24px;
    text-shadow: 2px 2px 1px #96135a;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 6px #96135a;
}

.tourPreview.newCardStyle .btn-newStyle:hover {
    box-shadow: 0 3px #96135a;
    transform: translateX(-50%) translateY(3px);
}

.hoterTourFacts {
    /* padding: 20px; */
    padding: 12px 12px 0px 12px
}

.hoterTourFacts p {
    position: relative;
    color: #f9f9f9;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 11px;
    font-size: 16px !important;
}

.hoterTourFacts p strong {
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto Slab', serif !important;
}

.hoterTourFacts p:before {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    background-color: #FFF;
    display: block;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 22px;
}

.norotate {
    transform: none !important;
}

.htIntroBox {
    font-size: 20px;
}

.hoterTourFacts {
    color: #ec5ca4;
}

.badge-percent-duotone {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='badge-percent' class='svg-inline--fa fa-badge-percent fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M512 256a88 88 0 0 0-57.1-82.4A88 88 0 0 0 338.4 57.1a88 88 0 0 0-164.8 0A88 88 0 0 0 57.1 173.6a88 88 0 0 0 0 164.8 88 88 0 0 0 116.5 116.5 88 88 0 0 0 164.8 0 88 88 0 0 0 116.5-116.5A88 88 0 0 0 512 256zm-320-96a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm12.28 181.65a16 16 0 0 1-22.63 0l-11.31-11.31a16 16 0 0 1 0-22.63l137.37-137.37a16 16 0 0 1 22.63 0l11.31 11.31a16 16 0 0 1 0 22.63zM320 352a32 32 0 1 1 32-32 32 32 0 0 1-32 32z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M192 160a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm12.28 181.65a16 16 0 0 1-22.63 0l-11.31-11.31a16 16 0 0 1 0-22.63l137.37-137.37a16 16 0 0 1 22.63 0l11.31 11.31a16 16 0 0 1 0 22.63zM320 352a32 32 0 1 1 32-32 32 32 0 0 1-32 32z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.car-duotone {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='car' class='svg-inline--fa fa-car fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M319.5 128a48 48 0 0 1 44.57 30.17L384 208H128l19.93-49.83A48 48 0 0 1 192.5 128zM80 384a63.82 63.82 0 0 1-47.57-21.2A31.82 31.82 0 0 0 32 368v48a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32v-32zm352 0h-48v32a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32v-48a31.82 31.82 0 0 0-.43-5.2A63.82 63.82 0 0 1 432 384z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M500 176h-59.88l-16.64-41.6A111.43 111.43 0 0 0 319.5 64h-127a111.47 111.47 0 0 0-104 70.4L71.87 176H12A12 12 0 0 0 .37 190.91l6 24A12 12 0 0 0 18 224h20.08A63.55 63.55 0 0 0 16 272v48a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-48a63.58 63.58 0 0 0-22.07-48H494a12 12 0 0 0 11.64-9.09l6-24A12 12 0 0 0 500 176zm-352.07-17.83A48 48 0 0 1 192.5 128h127a48 48 0 0 1 44.57 30.17L384 208H128zM96 256c19.2 0 48 28.71 48 47.85s-28.8 15.95-48 15.95-32-12.8-32-31.9S76.8 256 96 256zm272 47.85c0-19.14 28.8-47.85 48-47.85s32 12.76 32 31.9-12.8 31.9-32 31.9-48 3.2-48-15.95z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.heart-circle-duotone {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='heart-circle' class='svg-inline--fa fa-heart-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M248,8C111,8,0,119,0,256S111,504,248,504,496,393,496,256,385,8,248,8ZM371.5,280.3,260.9,394.5a17.88,17.88,0,0,1-25.28.62h0c-.21-.2-.42-.41-.62-.62L124.5,280.3c-32.1-33.2-30.2-88.2,5.7-118.8,31.3-26.7,77.9-21.9,106.6,7.7l11.3,11.6,11.3-11.6c28.7-29.6,75.3-34.4,106.6-7.7,35.8,30.6,37.7,85.6,5.5,118.8Z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M371.5,280.3,260.9,394.5a17.88,17.88,0,0,1-25.28.62h0c-.21-.2-.42-.41-.62-.62L124.5,280.3c-32.1-33.2-30.2-88.2,5.7-118.8,31.3-26.7,77.9-21.9,106.6,7.7l11.3,11.6,11.3-11.6c28.7-29.6,75.3-34.4,106.6-7.7,35.8,30.6,37.7,85.6,5.5,118.8Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.random-duotone {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='random' class='svg-inline--fa fa-random fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M505 359l-80-80c-15-15-41-4.47-41 17v40h-32l-52.78-56.55-53.33 57.14 70.55 75.6a12 12 0 0 0 8.77 3.81H384v40c0 21.46 26 32 41 17l80-80a24 24 0 0 0 0-34zM122.79 96H12a12 12 0 0 0-12 12v56a12 12 0 0 0 12 12h84l52.78 56.55 53.33-57.14-70.55-75.6a12 12 0 0 0-8.77-3.81z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M505 119a24 24 0 0 1 0 34l-80 80c-15 15-41 4.48-41-17v-40h-32L131.56 412.19a12 12 0 0 1-8.77 3.81H12a12 12 0 0 1-12-12v-56a12 12 0 0 1 12-12h84L316.44 99.81a12 12 0 0 1 8.78-3.81H384V56c0-21.44 25.94-32 41-17z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.suitcase-rolling-duotone {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='suitcase-rolling' class='svg-inline--fa fa-suitcase-rolling fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M144 48h96v112h48V48a48 48 0 0 0-48-48h-96a48 48 0 0 0-48 48v112h48zM64 496a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16H64zm192 0a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h-64zm56-240H72a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h240a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm0 96H72a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h240a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M336 160H48a48 48 0 0 0-48 48v224a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V208a48 48 0 0 0-48-48zm-16 216a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8h240a8 8 0 0 1 8 8zm0-96a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8h240a8 8 0 0 1 8 8z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.award-duotone {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='award' class='svg-inline--fa fa-award fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M382.78 448.69L324 304.23a40.63 40.63 0 0 1-22.23 15.62C280 325.78 278.26 324.44 263 340a39.72 39.72 0 0 1-49.73 5.82 39.68 39.68 0 0 0-42.53 0A39.73 39.73 0 0 1 121 340c-14.73-15-16.4-14-38.73-20.12a40.54 40.54 0 0 1-22.07-15.4L1.2 448.7a16 16 0 0 0 15.43 22l52.69-2 36.22 38.3a16 16 0 0 0 22.62.61A16.23 16.23 0 0 0 132 502l60.15-147.1L252 502a16 16 0 0 0 26.43 5l36.25-38.28 52.69 2A16 16 0 0 0 384 455.33a16.23 16.23 0 0 0-1.22-6.64zM192 240a64 64 0 1 0-64-64 64 64 0 0 0 64 64z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M366.62 152.72a41.51 41.51 0 0 0-10.42-39.59c-20.41-20.77-18.47-17.35-25.95-45.74a40.66 40.66 0 0 0-28.47-29c-27.88-7.61-24.52-5.62-45-26.41A39.79 39.79 0 0 0 218 1.39c-27.92 7.6-24 7.6-51.95 0A39.8 39.8 0 0 0 127.16 12c-20.41 20.78-17 18.8-44.94 26.41a40.66 40.66 0 0 0-28.47 29c-7.47 28.39-5.54 25-25.95 45.75a41.46 41.46 0 0 0-10.42 39.58c7.47 28.36 7.48 24.4 0 52.82a41.52 41.52 0 0 0 10.42 39.57c20.41 20.78 18.47 17.35 26 45.75a40.64 40.64 0 0 0 28.47 29C104.6 326 106.27 325 121 340a39.74 39.74 0 0 0 49.74 5.82 39.68 39.68 0 0 1 42.53 0A39.73 39.73 0 0 0 263 340c15.28-15.55 17-14.21 38.79-20.14a40.64 40.64 0 0 0 28.47-29c7.48-28.4 5.54-25 25.95-45.75a41.49 41.49 0 0 0 10.42-39.58c-7.48-28.36-7.49-24.4-.01-52.81zM192 272a96 96 0 1 1 96-96 96 96 0 0 1-96 96z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.eye-duotone {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='eye' class='svg-inline--fa fa-eye fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288.14 400H288a143.93 143.93 0 1 1 .14 0z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M380.66 280.87a95.78 95.78 0 1 1-184.87-50.18 47.85 47.85 0 0 0 66.9-66.9 95.3 95.3 0 0 1 118 117.08z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.hand-sparkles-duotone {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='hand-sparkles' class='svg-inline--fa fa-hand-sparkles fa-w-20' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M512,112a32.1,32.1,0,0,0-32,32v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17-37.49-15.63-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144A32.1,32.1,0,0,0,512,112ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16Z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M156.3,138l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0A7.29,7.29,0,0,0,156.3,138ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.umbrella-beach-duotone {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='umbrella-beach' class='svg-inline--fa fa-umbrella-beach fa-w-20' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ec5ca4' d='M253 448l72.9-200.37L386 269.5 321.06 448z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23ec5ca4' d='M247.63 185.06l238.47 86.83c35.76-121.38 18.7-231.66-42.62-254a66.94 66.94 0 0 0-23.09-4c-58.02.04-128.27 69.19-172.76 171.17zM115.38 136.9l102.11 37.18C252.68 92.54 303.7 29.8 356.49.39A299.21 299.21 0 0 0 108 112.18c-6.73 8.4-2.7 21.05 7.38 24.72zm406.09-76.4a226.81 226.81 0 0 1 13.2 55.19c5.74 49.89-1.42 108.23-18.95 167L618.34 320c10.09 3.67 21.31-3.43 21.57-14.17A299.4 299.4 0 0 0 521.47 60.5zM560 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h544a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.svgbg {
    width: 85px;
    height: 85px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.htIntroBox ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.htIntroBox ul li .svgbg {
    display: block !important;
    position: absolute;
    left: 0;
}

.htIntroBox ul li p {
    margin-bottom: 10px !important;
}

.header-img .showGallery:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='camera-retro' class='svg-inline--fa fa-camera-retro fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23eb5ca2' d='M256 232a88 88 0 1 0 88 88 88 88 0 0 0-88-88zm0 56a32.09 32.09 0 0 0-32 32 16 16 0 0 1-32 0 64.06 64.06 0 0 1 64-64 16 16 0 0 1 0 32zM480 32H256l-64 48H16A16 16 0 0 0 0 96v64h512V64a32.09 32.09 0 0 0-32-32z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23eb5ca2' d='M176 48a16 16 0 0 0-16-16H64a16 16 0 0 0-16 16v32h128zM0 160v272a48 48 0 0 0 48 48h416a48 48 0 0 0 48-48V160zm256 280a120 120 0 1 1 120-120 120 120 0 0 1-120 120z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 78%;
    background-position: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    background-repeat: no-repeat;
    border-radius: 6px;
    display: none;
    transition: all .5s ease;
}

/*.header-img .showGallery { background: #0e0e0e; } */
.header-img .container {
    position: relative;
    z-index: 2;
}

.showGallery:hover:after {
    display: block
}

.showGallery {
    cursor: pointer;
}

.showGallery img {
    transition: all .5s ease;
}

.showGallery:hover img {
    opacity: 0.65;
}

.fancybox-caption {

    padding: 10px;
    color: #fff;

    background: transparent;
    display: flex;
    justify-content: center;

}

.fancybox-caption .fancybox-caption__body {
    background: #ec5ca4;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}

.headingInclude h2 {
    font-size: 30px;
}

._htStr .starModalRating svg {
    width: 100px;
}

.tabQueryNew .monthBtn span.clsTextDrp {
    text-transform: capitalize;
}

._htStr .starModalRating.rate5 {
    width: 100px;
}

._htStr .starModalRating.rate4 {
    width: 80px;
}

._htStr .starModalRating.rate3 {
    width: 60px;
}

._htStr .starModalRating.rate2 {
    width: 40px;
}

._htStr .starModalRating.rate1 {
    width: 20px;
}
.hotelSearchBox .starModalRating.rate5 {
    width: 120px;
    display:block;
}
.hotelSearchBox .starModalRating.rate4 {
    width: 95px;
    display:block;
}
.hotelSearchBox .starModalRating.rate3 {
    width: 72px;
    display:block;
}
.hotelSearchBox .starModalRating.rate2 {
    width: 49px;
    display:block;
}
.hotelSearchBox .starModalRating.rate1 {
    width: 25px;
    display:block;
}
ul.weather-chart-month_extra li:nth-child(1) svg {
    color: #ff9800;
}

.weather-chart-month_temperatures ._temperature._tempHigh svg {
    color: #ff9800;
}

ul.weather-chart-month_extra li:nth-child(2) svg {
    color: #2196F3;
}

ul.weather-chart-month_extra li:nth-child(3) svg {
    color: #2b2d42;
}

.rangeClnd._htStr {
    padding: 0 5px;
}

.hotelMap {
    width: 100%;
    height: 500px;

}

.sfScrolled ul li .menuIcon svg {
    color: #ababab !important;
    height: 22px !important;
    width: auto !important;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.sfScrolled ul li a .HBPackageCount {
    color: #ababab !important;
    font-weight: normal;
}

.sfScrolled ul li ul li:hover a .HBPackageCount {
    color: #FFFFFF !important;
    font-weight: normal;
}

.sfScrolled ul li ul li:hover a ul li .HBPackageCount {
    color: #ababab !important;
}

.sfScrolled ul li ul li ul li:hover .HBPackageCount {
    color: #ababab !important;
}

.sfScrolled ul li ul li:hover ul li a .HBPackageCount {
    color: #ababab !important;
}

.sfScrolled ul li ul li:hover ul li:hover .HBPackageCount {
    color: #FFFFFF !important;
}

.sfScrolled ul li a:hover .menuIcon svg {
    color: #FFF !important
}

.wc_Content p {
    margin-bottom: 10px;
}

ul.weatherMapBlock {
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    width: fit-content;
}

ul.weatherMapBlock li {
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
}

ul.weatherMapBlock li .wbBox {
    /* background: linear-gradient(to right, #b7243a,#43264e); */
    background: -webkit-linear-gradient(60deg, #56cfe1, #64dfdf);
    width: 312px;
    height: 180px;
    color: #ffffff;
}


ul.weatherMapBlock li .wbBox ._DayWeather svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 12px;
    top: 0;
}

ul.weatherMapBlock li .wbBox ._DayWeather {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    height: calc(100% - 50px);
    padding: 0 10px;
}

ul.weatherMapBlock li .wbBox ._DayWeather ._temperature {
    font-size: 60px;
    line-height: 1;
    position: relative;
    margin-left: 15px;
}

ul.weatherMapBlock li .wbBox ._DayWeather ._half {
    text-align: center;
    position: relative;
    width: 50%;
}

ul.weatherMapBlock li .wbBox .wTitle {
    text-align: center;
    padding: 20px 10px 0;
    letter-spacing: 0.5px;
    font-family: 'Roboto Slab', serif !important;
    font-size: 18px;
    text-transform: uppercase;
}

ul.weatherMapBlock li ._bottomTitle {
    padding: 10px 15px;
    font-weight: bold;
    position: relative;
}

ul.weatherMapBlock li .wbBox ._DayWeather ._half:first-child {
    border-right: 1px solid rgba(255, 255, 255, 40%);
}

ul.weatherMapBlock li .wbBox ._DayWeather ._temperature i._deg {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #FFF;
    top: 15px;
    right: -15px;
}

ul.weatherMapBlock li .wbBox._mapMarker svg {
    width: 90px;
    height: 90px;
}

ul.weatherMapBlock li .wbBox._mapMarker {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.weatherMapBlock li ._bottomTitle:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}



ul.weatherMapBlock {
    margin: 0 auto;
    padding: 0;
    display: flex;
    width: fit-content;
}

ul.weatherMapBlock li {
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
}

ul.weatherMapBlock li .wbBox {
    background: linear-gradient(60deg, #56cfe1, #64dfdf);
    background: -webkit-linear-gradient(60deg, #56cfe1, #64dfdf);
    width: 312px;
    height: 180px;
    color: #ffffff;
}


ul.weatherMapBlock li .wbBox ._DayWeather svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 12px;
    top: 0;
}

ul.weatherMapBlock li .wbBox ._DayWeather {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    height: calc(100% - 50px);
    padding: 0 10px;
}

ul.weatherMapBlock li .wbBox ._DayWeather ._temperature {
    font-size: 60px;
    line-height: 1;
    position: relative;
    margin-left: 15px;
}

ul.weatherMapBlock li .wbBox ._DayWeather ._half {
    text-align: center;
    position: relative;
    width: 50%;
}

ul.weatherMapBlock li .wbBox .wTitle {
    text-align: center;
    padding: 20px 10px 0;
    letter-spacing: 0.5px;
    font-family: 'Roboto Slab', serif !important;
    font-size: 18px;
    text-transform: uppercase;
}

ul.weatherMapBlock li ._bottomTitle {
    padding: 10px 15px;
    font-weight: bold;
    position: relative;
}

ul.weatherMapBlock li .wbBox ._DayWeather ._half:first-child {
    border-right: 1px solid rgba(255, 255, 255, 40%);
}

ul.weatherMapBlock li .wbBox ._DayWeather ._temperature i._deg {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #FFF;
    top: 15px;
    right: -15px;
}

ul.weatherMapBlock li .wbBox._mapMarker svg {
    width: 90px;
    height: 90px;
}

ul.weatherMapBlock li .wbBox._mapMarker {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.weatherMapBlock li ._bottomTitle:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

ul.wcTabs {
    border: none;
    justify-content: center;
    margin: 40px auto;
    width: fit-content;
}

ul.wcTabs li a {
    border: none !important;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    padding: 14px 10px 10px;
    position: relative;
    min-width: 150px;
    background-color: #FFF;
    transition: none;
}

ul.wcTabs li a.active {
    color: #fff !important;
    background: #000000 !important;
    position: relative;
}

ul.wcTabs li:nth-child(1) a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.wcTabs li:nth-child(2) a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.wcTabs li {
    width: 50%;
}

ul.wcTabs li a.active:after {
    content: "";
    height: 0px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, calc(-100% + 8px));
    width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0px;
}

.weatherChart {
    width: calc(100%);

    margin-top: -20px;

    background-color: #fcdfeb;
    padding: 30px 0 20px;
    border-radius: 8px;
    position: relative;
}

.weatherWidget {

    padding: 40px 0 60px;
}




.wChartBox .owl-nav button,
.wChartBox .owl-nav button:focus,
.wChartBox .owl-nav button:hover,
.wChartBox .owl-nav button:visited {
    border: none !important;
    background: transparent;
    outline: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.wChartBox .owl-nav button svg {
    width: 16px;
    height: 32px;
    color: #ec5ca4;
}

.wChartBox .owl-nav button.owl-prev {
    left: 0px;
}

.wChartBox .owl-nav button.owl-next {
    right: 0px
}

.wChartBox ._yearChart {
    display: flex;
    transition: all .5s ease;
    position: relative;
    left: -100%
}

.wChartBox ._yearChart.first {
    left: 0%
}

.wChartBox ._yearChart.notfirst ._halfYear:first-child {
    opacity: 0
}

.wChartBox ._yearChart.first ._halfYear:last-child {
    opacity: 0
}

.weatherChart .wChartBox {
    overflow: hidden;
    padding: 20px 30px 0;
    position: relative;
}

.wChartBox .owl-nav button.disabled {
    display: none;
}

.weatherChart .wChartBox ._yearChart.firt {
    position: relative;
    left: 0;
}

.wChartBox .owl-nav button {
    border: none !important;
    background: #FFF !important;
    outline: none !important;
    z-index: 1;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%); */
    box-shadow: 0 6px #dddddd;
}

.wChartBox .owl-nav button:hover {
    /* background: #ec5ca4  !important; */
    box-shadow: 0 3px #dddddd;
    transform: translateY(calc(-50% + 3px));
}


/* .wChartBox .owl-nav button:hover svg{
	color:#FFF !important;
} */

.dateValue.noPriceDt {
    box-shadow: none !important;
    transform: none !important;
}

ul.weather-chart-month_extra li svg {
    height: 22px;
    width: auto;
    margin-right: 2px;
    margin-top: -5px;
}

.weather-chart-month_temperatures ._temperature svg {
    width: 31px;
    /*height: 24px;*/
    position: absolute;
    left: -1px;
    top: 5px;
}

.weather-chart-month_temperatures {}

.weatherChart ._halfYear {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    transition: all .5s ease;
}

.weatherChart ._halfYear ._monthColoum {
    width: calc(100%/ 6);
    flex: 0 0 calc(100%/ 6);
    padding: 20px;
    text-align: center;
}

._monthTitle {
    color: #fff;
    background: #ec5ca4;
    width: fit-content;
    padding: 4px 12px 3px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin: 0 auto 20px;
    border-radius: 4px;
    line-height: 1;
    font-size: 18px;
}

.weatherChart ._halfYear ._monthColoum .sun svg {
    color: #ff9800;
}

.weather-chart-month_temperatures ._temperature._tempHigh {
    color: #101010;
}

.weather-chart-month_temperatures ._temperature {
    font-size: 40px;
    padding: 0 0 0 36px;
    text-align: center;
    width: fit-content;
    position: relative;
        color: #101010;
    line-height: 1;
    margin: 15px auto 0;
    max-width: 125px;
    font-weight: 600;
}

.weather-chart-month_temperatures ._temperature i {
    font-style: normal;
    font-size: 36px;
    position: absolute;
    right: -20px !important;
    left: initial !important;
}

ul.weather-chart-month_extra {
    margin-top: 30px;
    text-align: center
}

ul.weather-chart-month_extra li ._txt {
        display: block;
    font-size: 13px;
    color: #1a1a1a;
    margin-top: 0px;
}

ul.weather-chart-month_extra li {
    margin-top: 30px;
    font-size: 24px;
    color: #1a1a1a;
}

ul.weather-chart-month_extra li i {
    font-style: normal;
    position: relative;
    left: -5px;
    font-size: 30px;
    top: 5px;
}

ul.weather-chart-month_extra li span {
    position: relative;
    font-weight: 600;
}

._monthTitle svg {
    height: 16px;
    width: auto;
    margin-left: 5px;
    fill: #FFF;
}

ul.hotelFilters {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
}

ul.hotelFilters li {
    display: block;
    flex: 0 0 20%;
    margin: 0 15px 15px 0;
}

ul.hotelFilters li label {
    display: flex;
    background: #FFF;
    padding: 9px 10px 7px 30px;
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

ul.hotelFilters li input {
    position: absolute;
    opacity: 0;
}


ul.hotelFilters li label:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    background: #dfdfdf;
    width: 16px;
    height: 16px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

ul.hotelFilters li input:checked+label:before {
    background: #FFF;
}

ul.hotelFilters li input:checked+label:after {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 11px;
    height: 16px;
    border-radius: 3px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    background-size: 100%;
}

/*.dateValue.gry:hover .tooltiptextClnd {
  visibility: visible;
}*/
.dateValue.gry:hover.clickDtAll {
    background-color: #f3f3f3;

    cursor: pointer !important;
    transition: 0.2s;
}

.noPriceDt {
    cursor: pointer !important;
    color: #797979;
    font-weight: normal !important;
}

.noPriceDt:hover {
    background-color: #f3f3f3 !important;

    cursor: pointer !important;
    transition: .2s;
    background-color: #fcdfeb !important;
    color: #797979 !important;
}

.tabQueryNew {
    position: relative;
    overflow: visible !important;
    border-radius: 0 !important;
    background-color: #ec5ca4 !important;
    width: 450px;
    max-width: 450px;

}

.tabQueryNew .nav-tabs {
    border-bottom: none;
    background-color: #fff;
    border-top: none;
}

.tabQueryNew .monthBtn span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

span.clsTextDrpFtr {
    font-weight: 700 !important;
}

.tabQueryNew .weekdays {
    top: -22px;
    color: #fcdfeb;
    font-weight: 700;
}

.tabQueryNew .numRult {
    color: #fcdfeb;
}

.tabQueryNew .weekNum {
    left: -18px;
}

.tabQueryNew .weekdays .wDays {
    flex: 1;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
}

.tabQueryNew .nav-tabs .nav-link {
    color: #ffffff;
    font-weight: 700;
    border-left: 3px solid rgba(255, 255, 255, 0);
    border-top: 3px solid rgba(255, 255, 255, 0);
    border-right: 3px solid rgba(255, 255, 255, 0);
    background-color: #96135a;
    flex: 1;
    text-align: center;
    transition: none;
    display: inherit;
    justify-content: center;
    padding: 0.5rem 0rem !important;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0;
}

.tabQueryNew .nav-tabs .nav-link.active .numCir {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.tabQueryNew .tab-content .chngMonth .arrowClndLt img {
    width: 35px;
    opacity: 1;
}

.tabQueryNew .tab-content .chngMonth .arrowClndRt img {
    width: 30px;
    opacity: 1;
}

.tabQueryNew .tab-content .numRult {
    width: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.tabQueryNew .tab-content .hlf1 {
    width: 49%;
    display: inline-block;
    border-right: 2px solid #ec5ca4;
    margin-right: 1%;
}

.tabQueryNew .tab-content .hlf2 {
    width: 49%;
    float: right;
}

.tabQueryNew .nav-tabs .nav-link .numCir {
    border: 2px solid #808285;
    border-radius: 49%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.TourTopInfo ul li svg {
    width: 20px;
}


.TourTopInfo li svg {
    width: 20px;
}

.moreInfoNew svg {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.tourPreview .tourDetails .tourOverview ul li .check svg {
    width: 18px;
    color: #3fbd4e;
}

.tabQueryNew .tab-content .arrowClndLt a,
.tabQueryNew .tab-content .arrowClndRt a {
    position: relative;
    background: #3fbd4e;
    border-radius: 6px;
    box-shadow: 0 6px #007a45;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.tabQueryNew .tab-content .arrowClndLt a:hover,
.tabQueryNew .tab-content .arrowClndRt a:hover {
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
}

.tabQueryNew .tab-content .arrowClndLt.gryHide a,
.tabQueryNew .tab-content .arrowClndRt.gryHide a {
    background: #9c9c9c;
    box-shadow: none !important;
    transform: none !important;
}

.tabQueryNew .tab-content .arrowClndLt a:before,
.tabQueryNew .tab-content .arrowClndRt a:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #3fbd4e;
    border-radius: 8px;
    z-index: 1;
    content: "";
}

.tabQueryNew .tab-content .arrowClndLt.gryHide a:before,
.tabQueryNew .tab-content .arrowClndRt.gryHide a:before {
    background: #9c9c9c;
}

.tabQueryNew .tab-content .arrowClndLt a:after,
.tabQueryNew .tab-content .arrowClndRt a:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    z-index: 2;


}

.tabQueryNew .tab-content .arrowClndRt svg {
    width: 36px;
    height: 36px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: none;
    position: relative;
    z-index: 3;
}

.tabQueryNew .tab-content .arrowClndLt svg {
    width: 36px;
    height: 36px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: none;
    color: #3fbd4e;
    position: relative;
    z-index: 3;
}

.nwBtnqrTop svg {
    width: 28px;
    left: 9px;
    position: relative;
    top: 3px;
}

.btnIconLock svg {
    width: 22px;
    position: relative;
    top: -2px;
}

.qreTab svg {
    width: 18px;
    position: absolute;
    top: 14px;
    left: 8px;
    color: #333333;
}

.sfScrolled ul li svg {
    width: 20px;
    color: #ec5ca4;
}

.sf-menu ul li a .inMenu svg {
    color: #ec5ca4;
}


.sf-menu ul li:hover a .inMenu svg {
    color: #FFFFFF;
}

a.rejserMenu.active.pink {
    color: #ec5ca4 !important;
}

#top-header svg {
    width: 14px;
}

.top-menu {
    min-height: 50px;
}

.slinky-menu a:not(.back) {
    padding-left: 25px !important;
}

.top-menu .logo svg {
    width: 107px;
    float: left;
    padding: 0px 0px 0px 10px;
}

.logo-payoff {
    display: block;
    float: left;
    text-align: left;
    line-height: 19px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px;
    color: #96135a;
    border-left: 2px solid #96135a;
    margin: 45px 0px 0px 6px;
    padding: 2px 0px 2px 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.top-menu .logo-sml svg {
    width: 53px;
    float: left;
}

.top-menu .logoMob-sml svg {
    width: 50px;
    float: left;
}

.logo-payoff-mobile {
    display: block;
    float: left;
    text-align: left;
    line-height: 19px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 14px;
    color: #96135a;
    border-left: 2px solid #96135a;
    margin: 23px 0px 0px 4px;
    padding: 1px 0px 1px 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.footerlogoNew svg {
    width: 50px;
}

.ftr.logo-light-pink {
    fill: #e6e7e8;
}

.ftr.logo-dark-pink {
    fill: #939598;
}

.ftr.logo-flamingo-beak {
    fill: #939598;
}

.ftr.logo-flamingo-back {
    fill: #d1d3d4;
}

.dateInfoTop svg {
    width: 20px;
}

.footer-logo .sslR svg {
    width: 90px;
    opacity: 0.6;
}

.footer-logo .sslR svg:hover {
    opacity: 1;
}

.footer-logo .ssl svg {
    width: 30px;
    opacity: 0.6;
}

.footer-logo .ssl svg:hover {
    width: 30px;
    opacity: 1;
}

.barMenu svg {
    width: 24px;
}

.barMenu svg {
    width: 24px;
}

.menuTourInfo svg {
    width: 12px;
}

.clndImgblk svg {
    width: 20px;
    height: 20px;
    left: 5px;
    position: relative;
    color: #333;
}

.breadcrumb li svg {
    width: 15px;
    color: #8a8a8a;
}

.rangeClnd:hover .clndImgblk svg,
.rangeClnd:hover .clndValueblk {
    color: #96135a
}

.imgPartTop svg {
    width: 20px;
    color: #fff;
}

.offer-qr .M-icon svg {
    width: 41px;
    background: #fff;
    padding: 3px 3px 0px 6px;
    border-radius: 7px;
    color: #3fbd4e;
}

.gallery-nav.gallery-nav-left svg {
    width: 35px;
    color: #ec5ca4;
    position: relative;
    top: 2px;
    right: -1px;
}

.gallery-nav.gallery-nav-right svg {
    width: 35px;
    color: #ec5ca4;
    position: relative;
    top: 1px;
    right: -2px;
}

.carousel-control-next.rT,
.carousel-control-next.rT:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg style='color:%23eb5ca2' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-circle-right' class='svg-inline--fa fa-arrow-circle-right fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 6px center;
}


.carousel-control-prev.lT {
    background-image: url("data:image/svg+xml,%3Csvg style='color:%23eb5ca2' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-circle-left' class='svg-inline--fa fa-arrow-circle-left fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

.carousel-control-prev.lT:hover {
    background-image: url("data:image/svg+xml,%3Csvg style='color:%23eb5ca2' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-circle-left' class='svg-inline--fa fa-arrow-circle-left fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 22px center !important;
}


#hotelslider .carousel-control-prev.lT {
    background-position: 8px center;
}

.offer-qr .qr-text svg {
    width: 12px;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon svg {
    width: 16px;
}

.htcktg svg {
    width: 12px;
    right: 4px;
    position: relative;
    fill: #333333;
}

.listHoteloffer .icon svg {
    width: 16px;
    fill: #333333;
}

.listHoteloffer.mealicon {
    /*padding: 3px 26px 3px 42px !important;*/
    line-height: 17px;
}

.listHoteloffer:hover .icon svg {
    fill: #ec5ca4;
}

.listHoteloffer:hover .htcktg svg {
    fill: #ec5ca4;
}

.iconMeal svg {
    width: 16px;
}

.include .dont ul li svg {
    width: 14px;
}

.include .do ul li .check svg {
    width: 18px;
    color: #3fbd4e;
}

.starModalRating svg {
    width: 120px;
}

.sePri {
    display: inline-block;
    background-color: #3fbd4e;
    color: #fff;
    padding: 0px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-left: 7px;
    margin-top: 5px;
    box-shadow: 0 6px #007a45;
}

.sePri:hover {
    transform: translateY(3px);
    box-shadow: 0 3px #007a45;
}

.sePri a {
    color: #fff;
}

.sePri a:hover {
    color: #fff;
}

.pop-slider .cancelBtn svg {
    width: 12px;
}

.price-column svg {
    width: 14px;
}

/*.active .numCir1 {background-image: url(https://cdn.flamingotours.dk/icon/whiteOne.svg);
    background-repeat: no-repeat;
   background-size: 26px;
    background-position: 2px -1px;
    padding-left: 30px;
}*/

.numCir1 {
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 2px -1px;


}

.numCir1 svg {
    width: 25px;
    color: #FFFFFF;
}

.active .numCir1 svg {
    color: #fff;
}

.numCir2 svg {
    width: 25px;
    color: #FFFFFF;
}

.active .numCir2 svg {
    color: #fff;
}

.numCir3 svg {
    width: 25px;
    color: #FFFFFF;
}

.active .numCir3 svg {
    color: #fff;
}

/*.active .numCir2 {background-image: url(https://cdn.flamingotours.dk/icon/whiteTwo.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 2px -1px;
    padding-left: 30px;
}*/
.numCir2 {
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 2px -1px;

}

/*.active .numCir3 {background-image: url(https://cdn.flamingotours.dk/icon/whiteThree.svg);
    background-repeat: no-repeat;
   background-size: 26px;
    background-position: 2px -1px;
    padding-left: 30px;
}*/
.numCir3 {
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 2px -1px;

}


.frontViewTxt.rounder {
    border-radius: 8px !important;
}


.tabQueryNew .nav-link.active {
    color: #ffffff;
    background-color: #ec5ca4;
    font-weight: 600;
    border-left: 6px solid #ec5ca4;
    border-top: 6px solid #ec5ca4;
    border-right: 6px solid #ec5ca4;
    margin-left: 0;
    margin-right: 0;

}

.chngMonthDateTop {
    flex: 2 !important;
    font-size: 15px !important;
}

.tabQueryNew .tab-content {
    padding: 20px 25px;
}

.tabQueryNew .tab-content .clnSection {
    display: flex;
    margin-left: 0px;
    justify-content: center;
    margin-bottom: 10px;
}

.tabQueryNew .tab-content .topMonth {
    color: #96135a !important;
}

.tabQueryNew .tab-content .chngMonth {
    padding: 2px 3px;
    border-radius: 14px;
}

.tabQueryNew .tab-content .arrowClndLt {}

.tabQueryNew .tab-content .arrowClndRt {}

/* .tabQueryNew .tab-content .arrowClndRt:hover svg {
    color: #007a45;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.tabQueryNew .tab-content .arrowClndLt:hover svg {
    color: #007a45;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5); 
}
    .tabQueryNew .tab-content .arrowClndRt:hover {  }
        .tabQueryNew .tab-content .arrowClndLt:hover { } */
.tabQueryNew .tab-content .clnDate {
    border-bottom: 1px solid #fcdfeb;
}

.tabQueryNew .tab-content .dateNum {
    border-left: 1px solid #fcdfeb;
}

.tabQueryNew .tab-content .dateValue {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;

}

.tabQueryNew .tab-content .clickInfobt {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.tabQueryNew .tab-content .clickInfobt.mb1 {}

.tabQueryNew .tab-content .newQreslect .btnText {
    color: #fff;
}

.btnTopQurDiv {
    width: 100%;
    text-align: center;
}

.nwBtnqrTop {
    color: #fff;
    font-size: 15px;
    background-color: #3fbd4e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: none;
    /* border: 2px solid #fff; */
    border-radius: 6px;
    cursor: pointer;
    /* border: 3px solid #fff; */
    padding: 3px 7px 2px 13px;
    font-size: 24px;
    font-weight: 700;
    /* transition: .2s; */
    box-shadow: 0 6px #007a45;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.nwBtnqrTop:hover {
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
    /* background-color: #007a45; */
    /* transition: .2s; */
    /* box-shadow: 0px 0px 5px rgba(0,0,0,0.5); */
}

.nwBtnqrTop img {
    width: 18px;
    position: relative;
    top: -1px;
}

.gryHide svg {
    color: #9c9c9c !important;
}

.gryHide {
    cursor: default;
}

.gryHide:hover {}

.reqPrice {
    position: absolute;
    bottom: -40px;
    right: 0;
    display: flex;
}

.indexqueryform .sltPriceTop {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 2px 14px !important;
    background-color: #96135a;
    border-radius: 0 0 0 10px !important;

}


.sltPriceTop:hover .brdCls {
    border-bottom: 3px dashed #ec5ca4;
}

.sltPriceTop .brdCls {
    line-height: 24px;
    border-bottom: 3px dashed #ec5ca4;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
}

.sltPriceTop .smlprice {
    font-size: 15px;
    font-weight: 700;
}

.custInfoTop {
    background-color: #ec5ca4;
    padding: 4px 10px;
    display: flex;
    border-radius: 0 0 10px 0;
}

.custInfoTop img {
    width: 20px;
}

.sideTextInfo {
    font-size: 16px;
    color: #fff;
    padding-left: 8px;
    padding-right: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

span.subInfoText {
    line-height: 16px;
    display: block;
}

span.subInfoText.bld {
    font-weight: 600;
}

.dateInfoTop {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Slab', serif !important;
}

.dateInfoTop img {
    width: 18px;
    margin-right: 5px;
    height: 30px;
}

.airPortDate {
    text-align: center;
    margin: 0 auto;
}

.dateSubinfo {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.airDateShow {
    margin-bottom: 13px;
    margin-top: 13px;
    line-height: 17px;

}

.airNameInfo {
    width: 80%;
    margin: 0 auto;
}

.tabQueryNew.indexqueryform .airNameInfo {
    width: 90%;
}

/* .sltAirTab {
    background-color: #fff;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
} */

.sltAirTab ul li {
    text-align: left !important;
    display: flex;
    padding: 10px 0px 10px 5px;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    flex: 0 0 calc(50% - 8px) !important;
    border-radius: 6px;
    margin: 4px;
    background: #FFF;

}

.sltAirTab ul li:hover .checkbtntop input~.checkmarktop {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='595.279px' height='841.891px' viewBox='0 0 595.279 841.891' enable-background='new 0 0 595.279 841.891' xml:space='preserve'%3E%3Cpath fill='%23F49DC8' d='M585.979,420.945c0,159.245-129.093,288.339-288.339,288.339c-159.245,0-288.339-129.094-288.339-288.339 c0-159.246,129.094-288.339,288.339-288.339C456.886,132.606,585.979,261.699,585.979,420.945z M264.288,573.618l213.932-213.929 c7.264-7.265,7.264-19.043,0-26.308l-26.311-26.308c-7.265-7.265-19.043-7.265-26.309,0L251.134,481.54l-81.452-81.454 c-7.267-7.264-19.043-7.264-26.312,0l-26.307,26.308c-7.268,7.267-7.268,19.046,0,26.311L237.98,573.617 C245.245,580.883,257.023,580.883,264.288,573.618L264.288,573.618z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0px -6px;
    background-size: 30px;

}

.sltAirTab ul li:nth-last-child(1) {
    border-bottom: 1px solid #d2d2d2;
}

.sltAirTab ul li .pointSlt {
    border: none;
    background-color: #e0e0e0;
    height: 22px;
    width: 22px;
}

.sltAirTab .pointSlt .checkmark:after {
    color: #fff;
}

.sltAirTab .pointSlt .checkmark.bg-DK:after {
    background-size: 20px 35px;
    background-repeat: no-repeat;
    background-position: 1px -1px;
}

.clickInfobt {
    font-size: 12px;
    color: #888888;
}



.clsChkAir {
    position: absolute;
    opacity: 0;
}

.sltAirTab ul li .flyName {
    color: #ec5ca4;
}

svg.icon.w-24 {
    width: 24px;
    position: relative;
    top: 1px;
    margin: 0
}

.footer-pink {
    background: #ec5ca4;
    -webkit-box-shadow: 0 5px 25px -5px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 25px -5px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 1
}

.DRFlogo,
.facebook-round,
.footer_logo,
.trustpilot {
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.footer-pink .footer_logo {
    width: auto;
    max-height: 60px
}

.trustpilot svg {
    color: #fff;
    width: 100%;
}

.trustpilot span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: normal;
}

.facebook-round svg {
    width: 60px;
    height: 60px;
    color: #fff
}

.footer-pink a {
    text-decoration: none
}


.checkbtntop {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.checkbtntop input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmarktop {
    position: absolute;
    top: -15px;
    left: 7px;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbtntop:hover input~.checkmarktop {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkbtntop input:checked~.checkmarktop {}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarktop:after {
    content: "";
    position: absolute;
    display: none;
}



/* Style the indicator (dot/circle) */
.checkbtntop .checkmarktop:after {
    color: #ec5ca4;
    left: 0;
    top: -8px;
    content: " ";
    white-space: pre;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    background-color: #fff;
}


.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    color: #999 !important;
}

.datepicker-dropdown {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}







.topHeaderVideo {
    max-width: 560px;
    overflow: hidden;
    margin-top: 20px;
    border: 5px solid #fff;
    border-radius: 10px;
    width: 100%;
}

.youtube {
    position: relative;

    cursor: pointer;

}

.youtubeGallery {
    position: relative;
    cursor: pointer;

}

.youtubeGallery iframe {
    width: 100%;
    top: 0;
    left: 0;
    height: 322px;

}

.youtube img {
    width: 100%;
    top: 0;
    left: 0;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {

    top: 0;
    left: 0;
}

.headerHomeVideo {
    width: 100%;
    position: relative;

    right: 90px;
}

.headerHomeVideo .title {
    position: absolute;
    top: -27px;
    left: 18px;
    z-index: 99;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: -1px -1px 4px #848484;
}

.headerHomeVideo .videoClick {
    position: absolute;
    right: 26px;
    background-color: #96135a;
    border: 4px solid #fff;
    border-radius: 5px;
    bottom: -25px;
    color: #fff;
    font-size: 12px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    padding: 2px 0px;
}

.headerHomeVideo .videoClick img {
    width: 10px;
}


.mobSlidebg {}

.MobVideoIcon {
    position: absolute;
    z-index: 99;
    bottom: 6px;
    right: 0;
    padding: 5px 10px;
    display: flex;
}

.plIcon svg {
    width: 30px;
    padding: 2px;
    color: #96135a;
}

.plIcon {
    background-color: #fff;
    padding: 6px 10px;
    margin-right: 0px;
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid #96135a;
}

.tourVdTxt {
    font-size: 20px;
    font-weight: 800;
    background-color: #fff;
    display: inline-block;
    align-items: center;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    color: #ec5ca4;
    border-radius: 0px 10px 10px 0px;
}

.MobVideoIcon {
    display: none;
}

.topVideoHomeWind {
    /* opacity: 0.5; */
    /* visibility: visible; */
    background-color: #000000a8;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100000;
    /* transition: all 0.3s ease 0s; */
}

.topVideoHomeWind {
    top: 62px !important;
    width: 100% !important;


}

.topVideoHomeWind .topHeaderVideo {
    width: 100% !important;
}

.topVideoHomeWind .topVideoHeader {
    margin: 0 auto;
    text-align: center;
}

.topVideoHomeWind .topHeaderVideo {
    width: 100% !important;
    border: none;
}

.topVideoHomeWind .videoClick {
    background-color: #96135a;
    padding: 6px 10px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.topVideoHomeWind.videoClick img {
    width: 12px;
    color: #000;
}

.topVideoHomeWind .videoClick svg {
    width: 18px;
}

.topVideoHomeWind .modal-content .close {
    top: 0px;
    right: 0;
    padding: 0;
    font-size: 32px;
    border: none;
}

.topVideoHomeWind .modal-content .close svg {
    width: 14px;
}

.topVideoHomeWind .modal-content {
    border-radius: 0;
}

.topVideoHomeWind .modal-header {
    padding: 0;
    text-align: center;
    background-color: #ec5ca4;
    color: #fff;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.catgIntro .introBlock p {
    margin-bottom: 20px;
}

.iconMenu {
    display: inline-block;
    padding: 0px 8px 0px 0px !important;
}

.iconMenu img {
    width: 26px !important;
    height: 26px !important;
}

.container {
    max-width: 80% !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}



.newformPrice {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.52);
    background-color: rgba(0, 0, 0, 0.62);
    color: #fff;
    padding: 20px;
}

.chngMonth {
    background-color: #fff;
    color: #000;
    width: 250px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 3px;
    border-radius: 14px;
}


.arrowClndLt a,
.arrowClndRt a {
    width: 36px;
    height: 36px;
    background: #3fbd4e;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 6px #007a45;

}

.arrowClndLt a:hover,
.arrowClndRt a:hover {
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
}

.arrowClndLt.gryHide a,
.arrowClndRt.gryHide a {
    background: #9c9c9c !important;
    box-shadow: none !important;
}

.arrowClndLt a:before,
.arrowClndRt a:before {
    content: "";
    background-color: #FFF;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
}

.gryHide .arrowClndLt a,
.gryHide .arrowClndRt a {
    background: #9c9c9c;
}


.arrowClndLt svg {
    width: 36px;
    height: 36px;
    /* background-color: #fff; */
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: none;
    color: #3fbd4e;
    position: relative;
    z-index: 2;
}

.arrowClndLt a {
    display: flex;
    position: relative;
}

.arrowClndLt img {
    width: 35px;
    opacity: 1;
}

.arrowClndLt:hover img {
    opacity: 1;
}

/* .arrowClndLt:hover svg {color: #007a45;}

       .arrowClndRt:hover svg {color: #007a45;} */

.chngMonthDate {
    flex: 2 !important;
    font-size: 15px !important;
}

.chngMonthDate img {
    width: 14px;
    position: relative;
    top: -3px;
}

.datepicker-dropdown {
    top: 41px !important;
    right: 0px !important;
    left: inherit !important;
}

.datepicker table tr td span {
    font-weight: normal !important;
    font-size: 16px !important;
}

.datepicker {
    background-color: #fff !important;
    width: 250px !important;
    border: 1px solid #e0e0e0 !important;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #ec5ca4 !important;
    color: #fff !important;
}

.datepicker table tr td span.disabled:hover {
    color: #fff !important;
}

.datepicker table tr td span {
    color: #000 !important;
}

.datepicker .datepicker-switch {
    border-bottom: 1px dashed #9a9a9a;
}

.topMonth {
    font-size: 18px !important;
    color: #96135a !important;
}

.checkAir {
    display: flex;
}

.dateValue {
    flex: 1;
    font-size: 15px;
    padding: 15px 13px;
    font-weight: normal;
    border-right: 1px solid #fcdfeb;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    min-width: 43px;
    min-height: 43px;
    user-select: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dateValue.gry {
    color: #797979;
    font-weight: normal;
}


.dateValue.wrongMonth {
    color: #c1c1c1;
    font-weight: normal;
}

.dateValue.wrongMonth:hover {
    background: none;
    cursor: default;
}

.dateValue.gry:hover {
    background-color: #fff;
    color: #797979;
    cursor: default;
}

.qreTab.topTextar img {
    top: 5px;
}



.fillTextInputTop {
    position: absolute;
    top: -10px;
    background-color: #96135a;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    padding: 5px 10px;
    transition: 0.2s;
    left: 0;
    width: 258px;
    text-align: center;
    transform: translateY(-100%);
    line-height: 1.25;
    color: #ffffff;

}

.fillTextInputTop:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #96135a;
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    transform: rotate(45deg) translateY(100%);
}

.fillTextInput {
    position: absolute;
    top: -38px;
    background-color: #ec5ca4;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    padding: 5px 10px;
    transition: 0.2s;
    left: 0;
    height: 30px;
    width: 258px;
    text-align: center;

}

.fillTextInput:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ec5ca4;
    position: absolute;
    top: 24px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    transform: rotate(46deg);
}

.bldDays {
    display: block;
    font-weight: 700;
    font-size: 26px;
}

.newQreslect .btnText {
    font-size: 12px;
    text-align: center;
    line-height: 11px;
}

.chngMonthDate img {
    width: 14px;
    position: relative;
    top: -3px;
}

.flyName {
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 15px;
}

.adultPriceNew {
    line-height: 16px;
}

.childPriceNew {
    line-height: 16px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #ec5ca4;
    color: #fff;
}

.clnDate {
    position: relative;
    color: #000;
    height: 100%;
    background-color: #fff;
}



.arrowClndRt {}

.arrowClndRt svg {
    width: 36px;
    height: 36px;
    /* background-color: #fff; */
    margin: 0;
    padding: 0;
    border-radius: 20px;
    border: none;
    color: #3fbd4e;
    position: relative;
    z-index: 2;
}

.arrowClndRt {}

.arrowClndRt a {
    display: flex;
}

.arrowClndRt img {
    width: 35px;
    opacity: 1;
}

.arrowClndRt:hover img {
    opacity: 1;
}

/*.chngMonth::before {content: "\f060";font-family: FontAwesome;position: absolute;left: 10px;color: #797878;font-weight: normal; cursor:pointer;}
.chngMonth::after {content: "\f061";font-family: FontAwesome;position: absolute;right: 10px;color: #797878;font-weight: normal; cursor:pointer;}*/


.qreTab {
    position: relative;
}

.qreTab img {
    width: 14px;
    position: absolute;
    top: 9px;
    left: 8px;
}

.qreTab img path {
    fill: #fff !important;
}

.qreTab.topTextar img {
    top: 5px;
}

.qreTab.textarea img {
    top: 7px;
}

.qreTab i {
    position: absolute;
    top: 10px;
    color: #484848;
    z-index: 1;
    left: 10px;
}

.qreTab input {
    height: 39px;
    padding-left: 35px;
    font-size: 14px;
}

.sltCl {
    margin-right: 5px;
}

.qreTab select {

    text-indent: 20px;
    font-size: 14px;
    padding-left: 10px;

}

@supports (-ms-ime-align: auto) {
    .qreTab select {
        text-indent: 20px;
        font-size: 14px;
        padding-left: 30px;
    }
}

.monthBtn {
    position: relative;
    text-align: center;
    margin-top: 5px;

}

.monthBtn span {
    font-size: 13px;
    font-weight: 600;

}

.topMonth {
    font-size: 18px !important;
}

.clnSlect {
    margin-top: 40px;
}

.clnSection {
    display: flex;
    margin-left: 15px;
}

.clnDate {
    position: relative;
    color: #96135a;
    height: 100%;
    background-color: #fff;
}

.weekNum {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: -20px;
    color: #fff;

}

.numRult {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    color: #a3a3a3;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.clnInfo {
    flex: 1;
    overflow: hidden;
    position: relative;
    /* padding-right: 5px; */
}

.hlgDate {
    padding: 15px 0px;
    text-align: center;
    background-color: #ec5ca4;
}

.bldDays {
    display: block;
    font-weight: 700;
    font-size: 26px;
}

.subDays {
    display: block;
    color: #ffa4d0;
    line-height: 10px;
}

.priceInfo.Top {
    margin-top: 20px;
}

.priceInfo {
    display: block;
    font-size: 12px;
    color: #ec5ca4;
    line-height: 14px;
}

.qreTab.hlf1 svg,
.qreTab.hlf2 svg {
    top: 12px !important;
    transform: none !important;
}

.qreTab.topTextar svg {
    top: 6px !important;
    transform: none;
}

.qreTab input.form-control,
.qreTab select.form-control:not([size]):not([multiple]) {
    height: 46px;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px !important;
}

.qreTab .form-control::placeholder {
    Color: #86868a !important;
    font-size: 16px;
    font-weight: 600;

}

.qreTab textarea.form-control {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.qreTab select.form-control {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}


.qreTab textarea {
    border-radius: 4px !important;
}

.slectAirpot {
    padding-top: 35px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background-color: #ec5ca4;
}

.slectAirpot ul {}

.slectAirpot ul li {
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #ec5ca4;
    margin-bottom: 8px;
    align-items: center;
    padding-right: 10px !important;
}

.slectAirpot ul li:first-child {
    border-top: 1px solid #ffa4d0;
    padding-top: 6px;
}

.slectAirpot ul li:nth-last-child(1) {
    border-bottom: none;
}

.flyName {
    font-weight: 700;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    line-height: 15px;
}

.adultPriceNew {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 16px;
}

.childPriceNew {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 16px;
}


.pointSlt {
    position: relative;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qreTab.hlf {
    width: 49%;
    display: inline-block;
}

.hlf1 {
    width: 49.5%;
    display: inline-block;
}

.hlf2 {
    width: 49.5%;
    float: right;
}

.form-control.textCl {
    padding-left: 50px;
    padding: 5px 16px 0px 30px;
}

.newQreslect .btnText {
    font-size: 12px;
    text-align: center;
    line-height: 11px;
}

.newQreslect .btnText span {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.weekdays {
    display: flex;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -23px;
    color: #a3a3a3;
    font-weight: 700;
    font-size: 14px;
}

.wDays {
    flex: 1;
    /* display: inline-flex; */
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
}

.dateNum {
    display: flex;
    text-align: center;
    border-top: 1px solid #fcdfeb;
}

.dateValue {
    flex: 1;
    font-size: 15px;
    padding: 15px 13px;
    font-weight: normal;
    border-right: 1px solid #fcdfeb;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
    user-select: none;
    font-weight: 700;
    box-shadow: 0 6px transparent;
}

.dateValue:hover {
    background-color: #3fbd4e;
    color: #fff;
    transition: none;
}

.dateValue:hover span {
    color: #fff;
    transition: none;
}

.dateValue.gry:hover {
    background-color: #fff;
    color: #797979;
    cursor: default;
    transform: none !important;
    box-shadow: none !important;
}

.tab-pane.fade {
    transition: none;
}

.dateValue.gry {
    color: #797979;
    font-weight: normal;
    transform: none !important;
    box-shadow: none !important;
}

.dateValue.wrongMonth {
    color: #c1c1c1;
    font-weight: normal;
    transform: none !important;
    box-shadow: none !important;
}

.dateValue.wrongMonth:hover {
    background: none;
    cursor: default;
    transform: none !important;
    box-shadow: none !important;
}

.dateValue span {
    font-size: 11px;
    position: absolute;
    right: 0;
    left: 0;

    color: #ec5ca4;
}

.hrGrn:hover {
    background-color: #3fbd4e !important;
    color: #fff !important;
}

.dateValue.slt {
    background: #3fbd4e;
    color: #fff !important;
}

.dateValue.slt:hover {
    background: #007a45;


}

.dateValue.slt span {

    color: #fff;
}


.tabQueryNew .tab-content .dateValue.slt span {
    top: 29px;
}

.tabQueryNew .tab-content .dateValue span {
    top: 29px;
}

.dateValue.slt span {
    font-family: 'Roboto Condensed', sans-serif !important;
    top: 33px;
}

.dateValue span {
    top: 33px;
}


/* Hide the browser's default checkbox */
.pointSlt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkAir {
    display: flex;
}

/* Create a custom checkbox */
.pointSlt {
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 80px;
    background-color: #ffa4d0;
}

/* On mouse-over, add a grey background color */
.pointSlt:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.pointSlt input:checked~.checkmark:after {
    display: block;
}

/* Show the indicator (dot/circle) when checked */
.checkbtntop input:checked~.checkmarktop:after {
    display: block;
}

/* Style the checkmark/indicator */
.pointSlt .checkmark:after {
    color: #ec5ca4;
    left: 0px;
    top: -6px;
    content: " ";
    white-space: pre;
    font-size: 30px;
    background-color: #2196F3;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
}

.slectAirpot ul li:hover .pointSlt {
    background-color: #ec5ca4;
}

.slectAirpot ul li:hover .pointSlt .checkmark {
    width: 30px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #ec5ca4;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='595.279px' height='841.891px' viewBox='0 0 595.279 841.891' enable-background='new 0 0 595.279 841.891' xml:space='preserve'%3E%3Cpath fill='%23F49DC8' d='M585.979,420.945c0,159.245-129.093,288.339-288.339,288.339c-159.245,0-288.339-129.094-288.339-288.339 c0-159.246,129.094-288.339,288.339-288.339C456.886,132.606,585.979,261.699,585.979,420.945z M264.288,573.618l213.932-213.929 c7.264-7.265,7.264-19.043,0-26.308l-26.311-26.308c-7.265-7.265-19.043-7.265-26.309,0L251.134,481.54l-81.452-81.454 c-7.267-7.264-19.043-7.264-26.312,0l-26.307,26.308c-7.268,7.267-7.268,19.046,0,26.311L237.98,573.617 C245.245,580.883,257.023,580.883,264.288,573.618L264.288,573.618z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: -1px -7px;
    background-size: 32px;
}

.pointSlt .checkmark:after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='595.279px' height='841.891px' viewBox='0 0 595.279 841.891' enable-background='new 0 0 595.279 841.891' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M585.979,420.945c0,159.245-129.093,288.339-288.338,288.339c-159.245,0-288.339-129.094-288.339-288.339 c0-159.246,129.094-288.339,288.339-288.339C456.886,132.606,585.979,261.699,585.979,420.945z M264.288,573.618l213.929-213.929 c7.265-7.265,7.265-19.043,0-26.308l-26.308-26.308c-7.266-7.265-19.043-7.265-26.31,0L251.134,481.54l-81.455-81.454 c-7.264-7.264-19.043-7.264-26.309,0l-26.307,26.308c-7.265,7.265-7.265,19.044,0,26.309L237.98,573.617 C245.245,580.883,257.023,580.883,264.288,573.618L264.288,573.618z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: -1px -8px;
    top: 0px;
    background-color: #ec5ca4;
    height: 30px;
    width: 30px;
    border-radius: 80px;
}

/*.pointSlt .checkmark.bg-NO:after{ background: url(https://cdn.flamingotours.no/icon/circleCheck.svg);     background-repeat: no-repeat;
       background-size: 32px;
    background-position: -1px -8px;
    top: 0px;
    background-color: #ec5ca4 ;
    height: 30px;
    width: 30px;
    border-radius: 80px;}
.pointSlt .checkmark.bg-SE:after{ background: url(https://cdn.flamingotours.se/icon/circleCheck.svg);     background-repeat: no-repeat;
      background-size: 32px;
    background-position: -1px -8px;
    top: 0px;
    background-color: #ec5ca4 ;
    height: 30px;
    width: 30px;
    border-radius: 80px;}*/


/*.pointSlt input:checked .checkmark.active{
    display:block;
     background-color: #2196F3;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 16px;
    background: url(https://cdn.flamingotours.dk/icon/circleCheck.svg);
    background-size: 18px 30px;
    background-repeat: no-repeat;
    background-position: -1px 0px;
    position: relative;
    top: -11px;
}*/
.errorSection {
    padding: 40px 0;
}

.errorImg {
    width: 100%;
    height: auto;
    position: relative;
    right: -96px;
    top: -10px;
    z-index: 2;
}

.errorImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.errorBlock {
    margin-top: 100px;
    max-width: 460px;
}

.errorText {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 23px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

.errorTitle {
    display: block;
    font-family: 'Roboto Slab', serif !important;
    color: #ec5ca4;
}

.erroBtn {
    display: inline-block;
    background-color: #ec5ca4;
    font-family: 'Roboto Slab', serif !important;
    color: #fff;
    padding: 4px 10px;
    border-radius: 25px;
    margin-top: 14px;
}

.erroBtn svg {
    width: 20px;
}

.erroBtn a {
    color: #fff;
    border-bottom: 2px dashed #ec5ca4;
}

.erroBtn a:hover {
    color: #fff;
}




.pricePkgBanner {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.priceRangeTop {
    display: none !important;
}

.pricePkgBanner .priceRangeTop {
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 22px;

    align-items: center;

}

.pricePkgBanner .priceValue {
    background-color: #ec5ca4;
    display: inline-block;
    border-radius: 22px;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

/*span.priceText {
  display: inline-flex;
    text-align: center;
    font-weight: 700;
    color: #ec5ca4  ;
    position: relative;
    top: 0;
    left: 5px;
    align-items: center;
        padding: 0px 10px;
}*/

span.priceText {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    color: #ec5ca4;
    position: relative;
    top: -1px;
    left: 4px;
    text-transform: uppercase;
}

.priceText img {
    width: 0.5rem !important;
    height: auto !important;
    margin: 0 8px 0 10px;
}

.showRange {
    border-bottom: 3px dashed #ec5ca4;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 8px;
    padding-top: 5px;
    line-height: 25px;
}

.daysRange {
    display: flex;
}

.rangeClnd {
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0px 0px;
    box-shadow: 0 6px #dddddd;
}

.rangeClnd:hover {
    box-shadow: 0 3px #dddddd;
    transform: translateY(3px);
}

.clndImgblk {
    display: inline-block;
    padding: 0px 3px;
}

.clndImgblk img {
    width: 13px !important;
    color: #000;
    position: relative;
    left: 4px;
}

.clndValueblk {
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 22px;
    padding: 2px 10px;
    color: #333333;
    font-weight: 700;
    font-size: 15px;
    /* margin-left: 10px; */
}





.extraTourdiv {
    display: flex;

}

.extraTourtext {
    background-color: #fff;
    padding: 22px;
    flex: 3;
    order: 1;
    margin-right: 15px;
    order: 1;
}

.extraTimg {
    flex: 2;
    order: 2;
}

.extraTimg img {
    width: 100%;
}

.iconExtshow img {
    width: 15px;
}

.extpriceRange {
    flex: 1.4;
    background-color: #fff;
    border-right: 1px solid #CCC;
    padding: 5px 12px;
    font-size: 15px;
    position: relative;
}

.extTextblock {
    width: 38%;
    background: #ec5ca4;
    color: #fff;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    line-height: 19px;
    font-size: 15px;
    font-weight: 500;
}

.extrPriceSec {
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
}

.extpriceRange .price {
    display: flex;
    font-weight: bold;
    font-size: 23px;
    color: #96135a;

}

.extpriceRange .iconExtshow {
    position: absolute;
}

.extpriceRange .greytxt {
    position: relative;
    left: 20px;
    line-height: 19px;
    display: inline-block;
    padding-right: 10px;
}



/*NewCss*/

#divHotelModal {
    display: none;
    width: 70%;
    position: absolute !important;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.HotelModalOpenedIOS {
    margin-right: 0 !important;
    padding: 0 !important;
    min-height: 200px;
    overflow-y: scroll;
    position: fixed;
}

.fixbodytop {
    overflow: hidden;
}

.contentarea {
    margin-top: 0px !important;
}

.carousel-control-prev,
.carousel-control-next {
    background: #fff;
    top: 40%;
    transition: .3s ease-in-out;
    height: 46px;
    padding: 3px 0px;
    width: 50px !important;
    opacity: 0.3;
    display: block;
}

.pop-slider .carousel-control-prev,
.addpopupArrow {
    width: 45px !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #fff;
    transition: .3s ease-in-out;
    opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    width: 60px !important;
    transition: .3s ease-in-out;
}

.carousel-control-next:hover.arrowIcon img {
    background-color: #96135a;
}

.carousel-control-prev:hover.arrowIcon img {
    background-color: #96135a;
}

.carousel-control-opacity {
    opacity: 1 !important;
    transition: .3s ease-in-out;
}

.carousel-control-prev {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.carousel-control-next {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.gallery-nav i.fa-arrow-circle-left {
    font-size: 40px;
    color: #ec5ca4;
    text-shadow: none;
    float: right;
    padding-right: 8px;
}

.gallery-nav i.fa-arrow-circle-right {
    font-size: 40px;
    color: #ec5ca4;
    text-shadow: none;
    float: left;
    padding-left: 8px;
}

.carousel-control-prev:hover .gallery-nav i.fa-arrow-circle-left {
    color: #96135a;
}

.carousel-control-next:hover .gallery-nav i.fa-arrow-circle-right {
    color: #96135a;
}

.carousel-control-next:focus {
    opacity: 0.3;
}

.carousel-control-prev:focus {
    opacity: 0.3;
}

.carousel-control-next,
.carousel-control-prev:hover .gallery-nav i.fa-arrow-circle-right {
    color: #96135a;
}

.arrowIcon {
    display: flex;
    justify-content: flex-start;
    padding-left: 5px;
}

.arrowIcon.lT {
    justify-content: flex-end;
    padding-right: 5px;
}

.navNone .arrowIcon.rT {
    display: none !important;
}

.navNone .arrowIcon.lT {
    display: none !important;
}

.navNone .carousel-indicators {
    display: none !important;
}

.arrowIcon.rT {
    justify-content: flex-start;
    padding-left: 5px;
}


.arrowIcon img {
    width: 35px;
    background-color: #ec5ca4;
    height: 36px;
    border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev:visible .gallery-nav i.fa-arrow-circle-left {
    color: #ec5ca4;
}

.carousel-control-next,
.carousel-control-prev:visible .gallery-nav i.fa-arrow-circle-right {
    color: #ec5ca4;
}

.carousel-control {
    opacity: 1;
    width: 12%;
}

.carousel-control:hover {
    opacity: 1;
}

.slderAnimation {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slderAnimation .slideBg {
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
    background-size: cover;
}

.slderAnimation .slideBg.bg-DK {
    background-image: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
}

.slderAnimation .slideBg.bg-NO {
    background-image: url(https://cdn.flamingotours.no/images/desktopBg.jpg);
}

.slderAnimation .slideBg.bg-SE {
    background-image: url(https://cdn.flamingotours.se/images/desktopBg.jpg);
}

.slderAnimation .slideBg.bg-DE {
    background-image: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
}

.mobSlidebg {
    display: none;
}

.slideMobqr {
    display: none;
}

.part1 {
    position: relative;
    -webkit-animation-name: slideMove;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: slideMove;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.part1 img {
    max-width: 100%;
    height: auto;
}

.part1 .deskB {
    display: block;
}

.part1 .mobB {
    display: none;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes slideMove {
    0% {
        right: 200px;
        opacity: 0.5;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}

/* Standard syntax */

@keyframes slideMove {
    0% {
        right: 200px;
        opacity: 0.5;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}

.part2 {
    position: relative;
    -webkit-animation-name: slideMove2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: slideMove2;
    animation-duration: 2s;
    animation-iteration-count: 1;
    right: 200px;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes slideMove2 {
    0% {
        left: 600px;
        opacity: 0.5;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}

/* Standard syntax */

@keyframes slideMove2 {
    0% {
        left: 200px;
        opacity: 0.5;
    }

    100% {
        left: -200px;
        opacity: 1;
    }
}

.part2 .slideText {
    background-color: rgba(236, 92, 164, 0.788235294117647);
    padding: 15px 10px;
    width: 350px;
    margin-left: 50px;
    margin-top: 50px;
    color: #fff;
    text-align: center;
}

.part2 .slideText .toptxt {
    font-weight: 700;
    font-size: 19px;
    display: inline-block;
}

.part2 .slideText .textPr {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}

.part2 .slideText .priceTag {
    background-color: #fff;
    color: #96135a;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 700;
    box-shadow: 0px 0px 13px 0px #96135a;
}

.part2 .arroPoint {
    position: absolute;
    top: 100px;
    right: 65px;
    left: 0px;
}

.part2 .arroPoint img {
    width: 300px;
    height: auto;
}

.modal-lg {
    width: 900px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999 !important;
    overflow: hidden !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    ;
}

.modal-content {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 651px;
    height: 500px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.modal-content .close {
    color: #ec5ca4;
    position: absolute;
    top: -27px;
    right: -36px;
    font-size: 40px;
    font-weight: normal;
    transition: 2s;
    z-index: 99;
    border: 2px solid #ec5ca4;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1.0;
}

.modal-content .prev {
    background: none;
    width: 85px !important;
    height: 47px;
    cursor: pointer;
    position: absolute;
    opacity: 1 !important;
    bottom: -50px;
    /* top: 45%; */
    padding: 3px 0px;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    opacity: 0.3;
    user-select: none;
    -webkit-user-select: none;
}

.modal-content .next {
    background: none;
    width: 85px !important;
    height: 47px;
    cursor: pointer;
    position: absolute;
    opacity: 1 !important;
    bottom: -50px;
    /* top: 45%; */
    padding: 3px 0px;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    opacity: 0.3;
    user-select: none;
    -webkit-user-select: none;
}

.prev {
    left: 0;
}

.prev i {
    font-size: 40px;
    color: #ec5ca4 !important;
    text-shadow: none;
    float: right;
    padding-right: 8px;
}

.next i {
    font-size: 40px;
    color: #ec5ca4 !important;
    text-shadow: none;
    float: left;
    padding-left: 8px;
}

.mySlides {
    display: none;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.modal-content img {
    width: 100%;
    height: auto;
}

.capTitle {
    width: 100%;
    background-color: #ec5ca4;
    position: absolute;
    z-index: 999999;
    bottom: 0;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;

}

.modal-backdrop {
    background-color: #fff;
    opacity: 0.8 !important;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    justify-content: flex-start;
    padding-left: 5px;
    align-items: center;
    display: flex;

}

a.next img {
    width: 75px;
    background-color: #ec5ca4;
    height: 36px;
    border-radius: 10px;
}

.prev {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
    align-items: center;
}

a.prev img {
    width: 75px;
    background-color: #ec5ca4;
    height: 36px;
    border-radius: 10px;
}

.prev {
    left: 0;

}


.imgBlockSec {
    position: relative;
}

.imgBlockSec .overlay {
    position: absolute;
    bottom: 0;
    left: -100%;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.tourPreview:hover .overlay {
    width: 100%;
    left: 0;
}


.imgBlockSec .tourTitle {
    position: absolute;
    bottom: 4px;
    left: 12px;
    font-weight: 700;
    margin-right: 5px;
    /*right: 5px;*/
    overflow: hidden;

}
.imgBlockSec .tourTitleCountries {
    position: absolute;
    bottom: 10px;
    left: 12px;
    font-weight: 700;
    margin-right: 5px;
    right: 5px;

}


.imgBlockSec .tourTitleNew {
    font-weight: 700;
    /*margin-left: 5px;*/
}

.imgBlockSec .tourTitle a,
.imgBlockSec .tourTitle a:hover,
.imgBlockSec .tourTitle.newTitle {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none !important;
    text-shadow: 2px 2px 1px #96135a;
    background-color: #ec5ca4;
    white-space: pre-wrap;
    /*box-shadow: 5px 0 0 #ec5ca4, -5px 0 0 #ec5ca4;*/
    padding: 0 6px 3px 6px;
    -webkit-box-decoration-break: clone;
    font-family: 'Roboto Slab', serif !important;
}
.imgBlockSec .tourTitle span,
.imgBlockSec .tourTitle span:hover {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none !important;
    text-shadow: 2px 2px 1px #96135a;
    background-color: #ec5ca4;
    white-space: pre-wrap;
    box-shadow: 5px 0 0 #ec5ca4, -5px 0 0 #ec5ca4;
    /*padding: 2px 0px;*/
    font-family: 'Roboto Slab', serif !important;
}


.imgBlockSec .tourTitleNew a,
.imgBlockSec .tourTitleNew a:hover,
.imgBlockSec .tourTitleNew.newTitle {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none !important;
    text-shadow: 2px 2px 1px #96135a;
    background-color: #ec5ca4;
    white-space: pre-wrap;
    /*box-shadow: 5px 0 0 #ec5ca4, -5px 0 0 #ec5ca4;*/
    padding: 0 6px 3px 6px;
    -webkit-box-decoration-break: clone;
    font-family: 'Roboto Slab', serif !important;
}

.imgBlockSecP .tourTitle a,
.imgBlockSecP .tourTitle a:hover{
    padding: 2px 4px 2px 0;
}

.tourPreview .tourDetails.turncate-text-8 {
    padding-bottom: 50px !important;
    padding-top: 10px !important;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.tourDetails.turncate-text-8:before {
    content: "";
    background: linear-gradient(0deg, rgb(255 255 255) 80%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

/* .turncate-text-8 p{
  
        display: -webkit-box !important;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
   
} */
.TourTopInfo {
    font-size: 16px;
    font-weight: 700;
    color: #ec5ca4;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.TourTopInfo ul {
    display: flex;
    flex-wrap: wrap;
}

.TourTopInfo {
    display: flex;
    flex-wrap: wrap;
}

.TourTopInfo li {
    margin-right: 7px;

}

.TourTopInfo li:nth-last-child(1) {
    margin-right: 0px;
}


.TourTopInfo li img {
    width: 16px;
    height: auto;
}

.moreInfoNew {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    bottom: 14px;
    right: 10px;
}

.btnMoreRj {}

.moreInfoNew .btnMoreRj {
    background-color: #96135a;
    border-radius: 8px;
    padding: 6px 0px 6px 10px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif !important;

}

.moreInfoNew.btnMoreRj {
    font-family: 'Roboto Condensed', sans-serif !important;
    background: #3fbd4e;
    border-radius: 8px;
    padding: 6px 2px 6px 15px;
    box-shadow: 0 6px #007a45;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;

}


.moreInfoNew.btnMoreRj:hover {
    /*background-color: #ec5ca4  ;*/
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
}

/* 
    .tourPreview:hover .btnMoreRj { background-color: #ec5ca4  ;  box-shadow: 0 3px #007a45;  transform: translateY(3px);    }
	
	.tourPreview.btnMoreRj:hover  { background-color: #ec5ca4  ;  box-shadow: 0 3px #007a45;  transform: translateY(3px);    } */

.moreInfoNew .btnMoreRj a {
    color: #fff;
}

.moreInfoNew.btnMoreRj,
.moreInfoNew.btnMoreRj:hover {
    color: #fff !important;
}

.moreInfoNew .btnMoreRj a:hover {
    color: #fff !important;
}

.moreInfoNew .btnMoreRj a img {
    width: 14px;
    left: -2px;
    position: relative;
}



.itinerary-block .slideHeight {}

.contNameflg {
    position: absolute;
    background-color: #fff;
    padding: 5px 7px 7px 2px;
    right: 0;
    border-radius: 0 0 0 10px;
    top: 0;
    z-index: 1;
}

.contNameflg .flgBlock {
    text-align: right;
}

.contNameflg .imgflag {
    display: inline-block;
    width: 50px;
    margin-right: -5px;
}

.contNameflg .contTitle {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
}

.contNameflg .imgflag img {
    width: 100%;
}

.brdTop {
    border-top: 1px solid #c1c1c1;
    padding: 30px 0px;
    margin-top: 15px;
}

.catgPackage {}

.catgPreview {
    background-color: #fff;
    padding: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.catgPreview img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0px 0px;
}

.catgDetails {
    padding: 15px 14px;
    min-height: 200px;
}

.catgTitle {
    font-weight: 700;
    display: block;
    line-height: 19px;
    padding-bottom: 10px;
    font-size: 18px;
}

.catgTitle a {
    color: #000000;
}

.catgOverview {}

.catgIntro {
    margin-top: 20px;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 40px;
}

/* .catgIntro .col-sm-8 { display: flex;} */
/* .catgIntro .col-sm-4 { display: flex;} */
.catgIntro .introBlock {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: calc(100%);
}

.headingIntor {
    color: #000;
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    padding: 5px 0px 15px 0px;
    display: inline-block;
}

.headingIntor img {
    width: 20px;
}

.catgIntro .introLinks {
    width: 100%;
    /* background-color: #fff;
    padding: 25px 25px; */
    border-radius: 8px;

    /* position: sticky !important;  */
    /* top: 72px; */
}

#sidebar {
    position: relative;
    will-change: top, margin-top;
}

.catgIntro .introLinks ul {}

.catgIntro .introLinks ul li {
    margin-bottom: 10px;
    ;
}

.catgIntro .introLinks ul li a {
    display: block;
    background: #FFFFFF;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    transition: 0s;
    color: #333333;
    box-shadow: 0 6px #DDDDDD;
}

.catgIntro .introLinks ul li a:hover {
    transform: translateY(3px);
    box-shadow: 0 3px #DDDDDD;
    /*color: #96135a; border-radius: 15px; border: 2px solid #96135a;    transition: 0s;*/
}

.catgIntro .introLinks .linkBtn {}

.linkBtn svg {
    width: 20px;
}

.linkMorebtn svg {
    width: 20px;
    margin-right: 6px;
}

.linkMorebtn a:hover .linkMorebtn svg {
    color: #96135a;
}

.catgIntro .introLinks .linkBtn img {
    width: 14px;
}

.titleSection {
    margin-top: 40px;
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 10px;
}

.titleSection .leftPart {}

.titleSection .rightPart {}

.titleSection .blockDiv {
    width: 100%;
    display: flex;
}



.titleSection .blockDiv table tr th,
.blogTextpart table tr th,
.introBlock table tr th {
    padding: 3px 6px;
}

.titleSection .blockDiv table tr td,
.blogTextpart tr td,
.introBlock table tr td {
    padding: 3px 6px;
}


.textSection ol li {
    list-style-type: decimal;
}

.textSection ul li {
    list-style-type: disc;
}

.textSection ol,
.textSection ul {
    padding-left: 20px;
}

.titleSection .blockDiv .textSection {}

.titleSection .blockDiv .textSection .linkMorebtn {
    margin-bottom: 15px;
    display: block;
}

.titleSection .blockDiv .textSection .linkMorebtn a {
    background: #ec5ca4;
    color: #FFF;
    padding: 6px 8px;
    border-radius: 6px;
    box-shadow: 0 6px #96135a;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.titleSection .blockDiv .textSection .linkMorebtn a:hover {
    /*color:#96135a; border-radius: 15px; border: 1px solid #96135a;    transition: 0s; */
    box-shadow: 0 3px #96135a;
    transform: translateY(3px);
}

.titleSection .blockDiv .textSection .linkMorebtn img {
    width: 21px;
    position: relative;
    top: -1px;
}

.titleSection .blockDiv .textSection h2 {}

.titleSection .blockDiv .textSection p {
    padding-bottom: 20px;
}

.titleSection .blockDiv .textSection p a,
.introBlock a {
    color: #96135a;
    text-decoration: underline;
}

.titleSection .blockDiv .imgSection {}

.titleSection .blockDiv .imgSection.pkg {
    max-width: 600px !important;

}

.titleSection .blockDiv .imgSection.pkg img {
    max-width: 600px !important;
    border: none !important;

}

.titleSection .blockDiv .imgSection img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 12px solid #fff;
}

/*img.shd {
    box-shadow: 4px 4px 4px 0px #dcdbdb;
}*/

.titleSection.leftPart .blockDiv .textSection {
    flex: 3;
    order: 1;
    padding-right: 20px;
}

.titleSection .blockDiv .textSection h6 {
    color: #ec5ca4;
    padding: 0px 0px 10px 0px;
}

.titleSection.rightPart .blockDiv .textSection {
    flex: 3;
    order: 2;
    width: calc(100%);
}


.titleSection.leftPart .blockDiv .imgSection {
    flex: 2;
    order: 2;
    max-width: 400px;
}


.titleSection.rightPart .blockDiv .imgSection {
    flex: 3;
    order: 1;
    padding-right: 20px;
    max-width: 400px;
}


.tourPreview {
    background-color: #fff;
    /* padding: 6px; */
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    max-width: 441px;
    width: 100%;
    height: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.gallery-img figure {
    margin: 0px;
}

.tourPreview img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0px 0px;
}

.tourPreview .tourDetails {
    padding: 12px 15px;
    min-height: 240px;
    margin-bottom: 30px;
}
.tourPreview.fullTour .tourDetailsCountires{
    min-height: 150px;
    margin-bottom: 0;
}

.tourPreview .tourDetails .tourTitle {
    font-weight: 700;
    display: block;
    line-height: 19px;
    padding-bottom: 10px;
}

.tourPreview .tourDetails .tourTitle a {
    color: #96135a;
}

.tourPreview .tourDetails span {}


.tourPreview .tourDetails .tourOverview ul li {
    padding-left: 22px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
}

.tourPreview .tourDetails ul.tourOverview._checklist li {
    padding-left: 22px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    background-size: 18px 25px;
    background-repeat: no-repeat;
    background-position: 0 -4px;
}

.tourPreview .tourDetails .tourOverview ul li .check {
    position: absolute;
    left: 0;
}

.tourPreview .tourDetails .tourOverview ul li .check img {
    width: 15px;
}

/*.tourPreview .tourDetails .tourOverview ul li:before { font-family: FontAwesome; content: "\f00c "; color: #3fbd4e; padding-right: 8px; font-size: 15px; position: absolute; left: 14px; } */

.tourPreview .tourDetails .moreInfo {
    font-size: 15px;
    position: absolute;
    bottom: 8px;
    width: 100%;
}

.tourPreview .tourDetails .moreInfo ul {}

.tourPreview .tourDetails .moreInfo ul li {
    display: inline-block;
    font-weight: 700;
    color: #ec5ca4;
    padding-right: 12px;
}

.tourPreview .tourDetails .moreInfo ul li img {
    width: 20px;
    height: auto;
}

.tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) {
    padding-right: 0px;
    position: absolute;
    right: 20px;
    top: 4px;
}

.tourPreview .tourDetails a:hover {
    color: #333;
}

.moveNextdesktop {
    display: inline-block;
}

.moveNextmob {
    display: none;
}

.tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) img {
    position: relative;
    right: 3px;
    width: 10px;
}

.tourPreview .tourDetails .moreInfo ul li a {
    color: #96135a;
}

.tourPreview .tourDetails .moreInfo ul li i {
    padding-right: 2px;
}

.tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) i {
    font-size: 11px;
}

.tourPreview .clsHotelName {
    text-align: center;
    font-weight: 700;
    color: #96135a;
    padding-top: 10px;
    padding-bottom: 5px;
}

.tourPreview .clsHotelName a {
    color: #96135a;
}

.addVideo {
    bottom: 154px;
    display: none;
}

.addVideo ul {}

.addVideo ul li {
    display: inline-flex;
    width: 2em;
    height: 2em;
    background-color: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.addVideo ul li.active {
    background-color: #ec5ca4;
    color: #fff;
}

.paddingRt {
    padding-right: 17px;
}

.marginRt {
    margin-right: 15px;
}

/* .formArea { width: 80%; margin: 0 auto; }  */

/*end*/

.cookieB {
    position: fixed;
    z-index: 999;
    bottom: 0;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    display: none;
}

.cookieB .over {
    width: 30%;
    margin: 0 auto;
    display: block;
    background-color: rgba(0, 0, 0, 0.72);
    color: #fff;
    padding: 8px 10px 8px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.cookieB .over .txt {
    width: 80%;
    display: block;
    font-size: 14px;
}

.cookieB .over .txt a {
    color: #ec5ca4;
    line-height: 18px;
}

.cookieB .okbtn {
    background-color: #ec5ca4;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #ec5ca4;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.slideVideo {
    width: 100%;
    height: 448px;
    background-image: url(https://cdn.flamingotours.dk/images/videoBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.infoBlock {
    background-color: #fff;
    padding: 20px;
}

.infoBlock p a {
    color: #ec5ca4;
}

.thnksPage {
    padding: 40px 0;
    color: #000;
}

.lrg {}

.lrg img {}

.thnksPage .heading {
    padding-bottom: 0px;
}

.thnksPage .bold {
    color: #ec5ca4;
    font-weight: bold;
}

.thnksPage .glbImg {
    width: 100%;
    height: auto;
    position: relative;
    right: -26px;
}

.thnksPage .glbImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.thnksPage .thnks {
    font-size: 16px;
    line-height: 23px;
}

.thnksPage .thnks .thnksBlock {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 30px 30px;
    overflow: hidden;
    margin-top: 50px;
}

.thnksPage .thnks .thnksBlock2 {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
}

.thnksPage .thnks .thnksBlock2 .mapText {
    width: 60%;
    float: left;
    padding: 20px 0px;
}

.thnksPage .thnks .mapClnd {
    display: inline-block;
    padding-right: 20px;
    float: left;
}

.thnksPage .thnks .mapClnd img {
    width: auto;
    height: auto;
}

.thnksPage .thnks .blockImgSec {
    position: absolute;
    top: 130px;
    right: -70px;
}

.thnksPage .thnks .blockImgSec img {}

.offer-qr {
    background-color: #3fbd4e;
    display: inline-block;
    position: fixed;
    z-index: 111;
    top: 57px;
    right: 12%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 10px 7px 7px 7px;
    width: 220px;
    cursor: pointer;
    display: none;
    box-shadow: 0 6px #007a45;
}

.offer-qr:hover {
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
}

a.offer-qr {
    text-decoration: none;
}

.offer-qr a:hover {
    background-color: #ec5ca4;
    transition: 2s;
}

.offer-qr .M-icon {
    float: left;
    text-align: center;
    border-radius: 4px;
    padding: 3px 8px;
    margin-right: 0px;
}

.offer-qr .M-icon img {
    width: 35px;
}

.offer-qr .M-icon i {
    font-size: 25px;
    color: #ec5ca4;
}

.offer-qr .qr-text {
    display: block;
    padding-left: 12px;
}

.offer-qr .qr-text .Tbl {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.offer-qr .qr-text .Tbl img {
    width: 12px;
}

/*.offer-qr .qr-text .Tbl:after { content: "\f149"; font-family: fontAwesome; } */

.offer-qr .qr-text .Sml {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.sitemapList {
    margin-bottom: 20px
}

.sitemapList .listA {}

.sitemapList .listA h2 {
    font-size: 25px;
    font-weight: bold;
}

.sitemapList .listA ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.sitemapList .listA ul li {
    list-style-type: disc;
}

/*
.sitemapList .listA ul li:before { content: "\f111"; font-family: fontawesome; font-size: 10px; padding-right: 10px; } 

*/


ul.siteMapSubMenu.active {
    display: block
}

ul.siteMapSubMenu li a {
    position: relative;
    margin-left: 10px
}

ul.siteMapSubMenu li a:before {
    content: "";
    width: 7px;
    height: 2px;
    background: #333;
    position: absolute;
    left: -15px;
    top: 9px
}

.sitemapList .listA ul li ul {
    margin-bottom: 10px
}

.sitemapList .listA ul li ul li {
    font-weight: normal;
    padding-top: 0px;
    list-style-type: disc;
}

/*
.sitemapList .listA ul li ul li:before { content: "\f10c"; font-family: fontawesome; font-size: 10px; padding-right: 10px; } 

*/

.sitemapList .listA ul li ul li a {}

.sitemapList .listA ul li ul li a:hover {}

.clsSeparator {
    position: relative;
}

.clsSeparator hr {
    border-top: 2px solid #d6d6d6;
    width: 95%;
}

.clsSeparator span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    top: -12px;
    background: #f0f0f0;
    padding: 0 15px;
    font-weight: 700;
    font-size: 16px;
}

.front-view {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    width: 92%;
    margin: 50px auto;
}

.front-view .img {
    width: 100%;
    height: auto;
}

.front-view .img img {
    width: 100%;
    height: auto;
}

.front-view .front-text {
    height: 325px;
    overflow: auto;
    padding: 0px 60px 5px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.front-view .front-text .bold {
    padding-top: 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.front-view .front-text .p {}

.frontViewTxt {
    width: 100%;
    margin: 0px auto 0px auto;
    height: 425px;
    /* background: #fff; */
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}


.frontViewTxt span.bold {
    font-weight: bold;
    font-size: 16px;
}

.frontViewTxt img {
    float: right;
    margin: 0px 0px 0px 0px;
}

.frontViewTxt .location-map {
    float: right;
    margin: 0;
    height: 425px;
    width: 455px;
    display: block;
}

.frontViewTxt .textArea {
    padding: 20px 20px 20px 20px;
    width: calc(100% - 475px);
    border-radius: 10px;
    background: #FFF;
    margin-right: 20px;
}

.frontViewTxt .textArea p {
    margin-bottom: 1rem;
}

.frontViewTxt .textArea .contentA strong {
    font-size: 16px;
}

.frontViewTxt .mapImg {
    width: 455px;
    float: right;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}

a {
    color: #333;
}

li,
p,
ul {
    list-style-type: none;
}

a:hover {
    color: #96135a;
    ;
    /*-webkit-transition: all .4s ease; -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; -ms-transition: all .4s ease-in; transition: all .4s ease-in; */
}

.cFlag .trophySvg{
 width:30px;
 color:#faa819;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

.destination h1 {
    font-size: 2rem;
}

.item.t8 {
    padding-top: 80px;
}

.item.b8 {
    padding-bottom: 80px;
}

.item.t6 {
    padding-top: 50px;
}

.item.b6 {
    padding-bottom: 60px;
}

.item.t4 {
    padding-top: 40px;
}

.item.b4 {
    padding-bottom: 40px;
}

.item.t3 {
    padding-top: 30px;
}

.item.b3 {
    padding-bottom: 30px;
}

.item.t2 {
    padding-top: 20px;
}

.item.b2 {
    padding-bottom: 20px;
}

.hrControl {
    display: none;
}

.hSpace {
    display: none;
}

.textLeft {
    text-align: left !important;
    margin-bottom: 13px;
}

.widthSize {
    width: 70%;
}

.separate-bdr {
    display: none;
}

.mtop0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px !important;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mRight5 {
    margin-right: 5px !important;
}

.mRight10 {
    margin-right: 10px;
}

.mRight29 {
    margin-right: 29px !important;
}

.mLeft {
    margin-left: 0px;
    padding-left: 0px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt {
    margin-top: 100px;
}

.pt5 {
    padding-top: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt19 {
    padding-top: 19px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt25 {
    padding-top: 25px !important;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb100 {
    padding-bottom: 100px;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw600 {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

#top-header,
.heading,
.hf {
    font-weight: 700;
}

.marginR {
    margin-right: 3px;
}

.block {
    display: block !important;
}

.offset-0 {
    padding-left: 0;
    padding-right: 0;
}

.offset-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.offset-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.offset-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    top: 0;
}

.logo,
.logo span {
    position: relative;
}

.logo object {
    width: 100%;
    height: auto;
}

.fixed {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    height: 60px;
    animation: slide-down .7s;
    opacity: 1;
    background-color: #FFFFFF;
}

#top-header,
.bg-pink {
    background-color: #ec5ca4;
}

.bg-white {
    background-color: #fff;
}

.fixed #top-header {
    display: none;
}

.fixed .logo {
    width: 100px;
    float: left;
    height: 48px;
}

.fixed .logo img {
    width: 100%;
    height: 48px;
}

.fixed .logo object {
    width: 100%;
    height: auto;
}

.fixed .navbar-inverse {
    padding-top: 10px;
}

.fixed .mega-dropdown-menu {
    margin-top: 2px !important;
}

#top-header {
    padding: 8px 0 5px;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000 !important;
}

.fa.fa-phone {
    padding-right: 6px !important;
}

.float-img {
    width: auto !important;
    float: left;
    margin: 8px 10px 0px 0px;
}

.flex {
    display: flex !important;
}

.hf.f8 {
    font-size: 80px;
}

.hf.f7 {
    font-size: 70px;
}

.hf.f6 {
    font-size: 62px;
}

.hf.f5 {
    font-size: 50px;
}

.hf.f4 {
    font-size: 40px;
}

.hf.f3 {
    font-size: 30px;
}

.hf.f2 {
    font-size: 20px;
}

.hf.f1 {
    font-size: 12px;
}

.line {
    line-height: 40px;
}

.wht {
    color: #fff;
}

.pink {
    color: #ec5ca4;
}

.bg-dark-pink {
    background-color: #96135a;
}

.top-menu {
    padding: 8px 0 0;
}

.top-menu .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.logo {
    text-align: center;
    overflow: hidden;
    position: absolute;
    background: #fff;
    border-radius: 9px;
    transition: 0.2s;
    width: auto;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 5px;
}

.logo img {
    height: auto;
    width: 100%;
    transition: 0.2s;
}

.logo-sml {
    display: none;
    width: auto;
    height: 53px;
    float: left;
    position: relative;
}

.logo-payoff-small {
    display: block;
    float: left;
    text-align: left;
    line-height: 19px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    color: #96135a;
    border-left: 2px solid #96135a;
    margin: 25px 0px 0px 5px;
    padding: 1px 0px 1px 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.logo-sml img {
    width: 100%;
}

.logoMob-sml {
    display: none;
}


.logo span {}

.destination .bottom,
.destination .bottom .more a,
.heading {}

.fixed .logo span {
    top: 10px;
    padding-bottom: 0;
}

a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pd-b0,
.pd-l0,
.pd-r0,
.pd-t0 {
    padding-right: 0 !important;
}

.bg-gray {
    background-color: #fcdfeb;
}

.navbar-nav {
    float: right !important;
}

.destination {
    width: 100%;
}

.destination h2 {
    font-size: 25px;
    display: inline-block;
}

.destination h2 a:hover {
    text-decoration: underline !important;
    color: #96135a
}


.query-form-mapHome .destination h2 {
    color: #fff;
}


.destination .cFlag {
    display: inline-block;
    position: relative;
    top: -5px;
}

.destination .cFlag img {
    width: 90%;
    height: auto;
}

.cFlagMob {
    display: none;
}

.heading {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 45px;
}

.middle-sec {
    width: 95%;
    margin: 0 auto;
}

.middle-sec .row.justify-content-md-center {
    justify-content: center;
}

.middle-sec-catogary {
    width: 95%;
    margin: 0 auto;
}

.middle-sec-catogary .col-md-4 {
    display: flex
}
.middle-sec-countries{
    padding-top: 60px;
}

.destination .block {
    padding: 7px;
    background-color: #fff;
}

.destination .block img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.destination .block .text {
    padding: 15px;
}

.destination .block .text a {
    color: #96135a;
}

.destination .block .text.bold {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.destination .block span {
    display: block;
    font-size: 15px;
    color: #ec5ca4;
    padding-bottom: 0px;
}

p {
    font-weight: 400;
    text-align: left;
    color: #333;
}

.destination .bottom {
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.destination .bottom span {
    width: calc(33.3333% - 4px);
    padding-top: 14px;
    display: inline-block;
    font-weight: 700;
    color: #ec5ca4;
}

.destination .bottom span:first-child {
    padding-left: 24px;
}

.destination .bottom span:last-child {
    padding-right: 0;
    float: right;
    padding-top: 0;
    text-align: center;
}

.destination .bottom .more {
    background-color: #ffffff;
}

.destination .bottom .more a {
    display: block;
    padding: 14px 0;
    color: #96135a;
    font-weight: 700;
}

.destination .bottom .more a:hover {
    color: #000;
}

.destination .bottom .fa {
    padding-right: 2px;
}

.experience {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0;
}

.offer-btn {
    text-align: center;
    margin: 5px auto;
    width: 206px;
}

.msg-form .offer-btn {
    width: 100%;
    text-align: center;
    margin: 25px 0px 0px 0px;
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    right: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.env {}

.env img {
    width: 13px;
    height: auto;
}

.envM {}

.envM img {
    width: 10px;
    height: auto;
}

.offer-btn .sendit {
    display: inline-block;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    background-color: #3fbd4e;
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
    text-align: left;
    transition: 0.2s;
    padding: 9px 68px 7px 17px;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
}

.offer-btn .sendit.bottNew {
    outline: none !important;
    display: inline-block;
    margin: 0px auto 12px;
    display: block;
    background-color: #3fbd4e;
    color: #fff;
    border: none;
    position: relative;
    transition: none;
    /*padding: 6px 12px 4px 12px;*/
    padding: 6px 9px 4px 9px;
    font-weight: 700;
    cursor: pointer;
    /* border: 3px solid #fff; */
    text-transform: initial;
    border-radius: 6px;
    box-shadow: 0 6px #007a45;
    font-size: 24px;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.offer-btn .sendit.bottNew img {
    width: 16px;
    margin-right: 1px;
    position: relative;
    top: -2px;
}

.offer-btn .sendit.sd {
    box-shadow: 0px 0px 20px 5px #ffffff;
}

.offer-btn .sendit .iconSend {
    background-color: #007a45;
    width: 50px;
    position: absolute;
    right: 0;
    top: -1px;
    text-align: center;
}

.offer-btn .sendit .iconSend img {
    width: 60%;
    height: auto;
}

.offer-btn .sendit .iconSend:hover {
    background-color: #3fbd4e;
}

.offer-btn .sendit .iconSendOpen {
    display: none;
    background-color: #007a45;
    width: 50px;
    position: absolute;
    right: 0;
    top: -1px;
    text-align: center;
}

.offer-btn .sendit .iconSendOpen img {
    width: 60%;
    height: auto;
}

/*.offer-btn .sendit:after { content: "\f0e0"; font-family: fontAwesome; font-size: 31px; position: absolute; top: -6px; right: 0; background-color: #007a45; padding: 2px 10px; } */

.offer-btn .sendit:hover {
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
    /* background-color: #007a45;
transition: .2s;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);  */
}

.offer-btn .sendit:hover .iconSend {
    background-color: #3fbd4e;
}

/*.offer-btn .sendit:hover:after { content: "\f2b6"; font-family: fontAwesome; background-color: #3fbd4e; } */

.offer-btn i {
    display: inline-block;
    background-color: #007a45;
    padding: 14px 15px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 6px 6px 0px;
}

.dest-list .heading,
.experience-bg .block .text span,
.footer .text-area h4,
.footer .text-area ul li,
.navbar-inverse .navbar-nav>li>a,
.offer,
.subscribe,
.subscribe h2 {}

.footernav a {
    font-size: 14px;
    padding-bottom: 2px;
    color: #fff;
    display: block;
    padding: 1px 0px 1px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.offer-btn .modal,
.offer-btn h4 a,
.offer-btn h4:hover {
    border: none !important;
}

.offer-btn h4 a {
    color: #fff;
    padding: 8px 0;
}

.dest-list {}

.dest-list h2 {
    line-height: 16px;
}

.dest-list .sub {
    display: block;
}

.dest-list .heading {
    padding: 22px 0px 15px 0px;
}

.dest-list .block img {
    width: 100%;
    height: auto;
    padding: 0;
}

.offer {
    background-color: #ec5ca4;
    padding: 24px 0;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.offer .more {
    font-size: 12px;
    margin-left: 10px;
}

.offer .more a {
    padding: 12px 20px;
    color: #ec5ca4;
    background-color: #fff;
}

.offer .more a:hover {
    color: #fff;
    background-color: #ec5ca4;
}

.contact {
    width: 100%;
    margin: 30px auto;
}

.contact .brnd {
    width: 100%;
    height: auto;
    padding: 10px 30px 20px 0;
}

.contact .brnd img {
    width: 22%;
    height: auto;
    padding: 0 0 17px;
}

.contact .list {
    padding-top: 74px;
    padding-left: 60px;
    font-size: 12px;
}

.contact .list ul {
    margin: 0;
    padding: 0;
}

.contact .list ul li {
    padding: 0 0 18px;
}

.contact .list ul li i {
    color: #ec5ca4;
    padding: 0 10px 0 0;
}

.subscribe {
    font-weight: 700;
    margin-bottom: 13px;
}

.subscribe h2 {
    font-size: 25px;
    margin: 0;
    font-weight: 700;
}

.subscribe span {
    display: block;
    padding: 13px 0 0;
}

.subscribe .subscribebtn,
.subscribe span input {
    padding: 10px;
    font-size: 12px;
    height: 38px;
    color: #fff;
}

.subscribe span input {
    background-color: #ec5ca4;
    width: 60%;
    border: none;
}

.subscribe .subscribebtn {
    background-color: #96135a;
    margin-left: -3px;
    display: inline-block;
    color: #fff !important;
}

.subscribe .subscribebtn:hover {
    background-color: #000;
    color: #fff !important;
}

.subscribe ::-webkit-input-placeholder {
    color: #fff;
}

.subscribe ::-moz-placeholder {
    color: #fff;
}

.subscribe ::-ms-placeholder {
    color: #fff;
}

.subscribe ::placeholder {
    color: #fff;
}

.footer {
    width: 100%;
    background-color: #96135a;
}

.footer .text-area {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 45px;
    color: #fff;
    font-size: 14px;
}

.footer .text-area span.br {
    display: block;
}

.footer .text-area h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-top: 12px
}

.footer .text-area ul li {
    color: #fff;
    font-size: 13px;
    padding-bottom: 2px;
}

.footerlogoNew img {
    width: 50px;
}

.footer .text-area ul li span.Width55 {
    display: inline-block;
    width: 60px;
}

.footer .text-area span.Width55 {
    display: inline-block;
    width: 60px;
}

.footer .text-area ul li a {
    color: #fff;
    display: block;
    padding: 3px 0px 3px 0px;
}

.footernav a:hover {
    color: #ec5ca4;
    text-decoration: underline;
}

.footer .text-area ul li a:hover {
    color: #ec5ca4;
}

.footer .text-area span a {
    color: #fff;
}

.footer .text-area span a:hover {
    color: #ec5ca4;
}

.footer .text-area ul li span i {
    font-size: 28px;
    padding: 0 8px 0 0;
}

.footer .text-area .list-dubble ul li {
    width: 40%;
    float: left;
}

.footer .text-area .list-dubble .footernav a {
    width: 40%;
    float: left;
    padding: 1px 0px 1px 0px;
}


.footer .bottom {
    background-color: #96135a;
    padding: 0 0 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    width: 100%;
    text-align: center
}

.none {
    display: none !important;
}

.navbar-inverse {
    width: 730px;
    background: 0 0 !important;
    border: none !important;
    padding-top: 31px;
    float: right;
    padding-right: 0 !important;
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #8e8e8e;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 4px;
    font-weight: 700;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    padding-right: 0;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent !important;
    border-bottom: 3px solid #ec5ca4;
    transition: inherit;
    color: #000;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: rgba(245, 245, 245, .72);
}

.dropdown-menu {
    position: absolute;
    z-index: 9999 !important;
    border: none;
    background-color: #ec5ca4;
}

.mega-dropdown {
    position: static !important;
    z-index: 9999999999;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent !important;
    border-bottom: 3px solid #ec5ca4;
    color: #000;
}

.mega-dropdown-menu {
    margin-top: 28px !important;
    padding: 0 0 17px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

span.arrow {
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    z-index: 1000;
    height: 10px;
    width: 20px;
}

.grid,
.grid figure,
.grid figure img {
    position: relative;
}

span.arrow.rejser {
    left: 43%;
}

span.arrow.hoteller {
    left: 55%;
}

span.arrow.rejseinfo {
    left: 69%;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li:before {
    font-family: FontAwesome;
    content: "\f138 ";
    color: #fff;
    font-size: 12px;
}

.mega-dropdown-menu>li>ul>li:first-child:before {
    font-family: FontAwesome;
    content: "\f138 ";
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb>li,
.grid figure h2,
.grid figure h3,
.mega-dropdown-menu>li>ul>li>a,
.pakg-area h1 {
    font-weight: 700;
}

.mega-dropdown-menu>li>ul>li img {
    width: 16%;
    height: 27px;
    float: left;
    padding-right: 4px;
    display: none;
}

.mega-dropdown-menu>li>ul>li:first-child {
    list-style: none;
    border: none;
    background: 0 0;
    padding-top: 15px;
}

.mega-dropdown-menu>li>ul>li:first-child a {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    display: block;
}

.mega-dropdown-menu>li>ul>li>a {
    color: #fff;
    padding: 3px;
    font-size: 12px;
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: #96135a;
}

.hotel-catg1 a,
.hotel-catg2 a,
.hotel-catg3 a,
.hotel-catg5 a {
    text-decoration: underline;
    text-decoration-color: #ccc;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 14px;
    color: #212121;
    padding: 5px 60px 0 0;
    font-weight: 700;
    margin-bottom: 6px;
}

.grid {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.grid figure {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    display: block;
    opacity: .5;
}

.grid figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    color: #ec5ca4;
    font-size: 25px;
    margin-bottom: 0;
}

.grid figure h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

figure.effect-layla {
    background: #000;
    transition: .5s ease-in-out;
    margin: 0px;
}

figure.effect-layla:hover {
    background: #000000c4;
    cursor: pointer;
}

figure.effect-layla img {
    height: 390px;
}

figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 14%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}


figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before,
figure.effect-layla img,
figure.effect-layla p
/* { -webkit-transition:opacity .35s,-webkit-transform .35s; transition:opacity .35s,transform .35s } */

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover figcaption::before {
    /*opacity:1; -webkit-transform:scale(1); transform:scale(1);*/
}

.header-img {
    width: 100%;
    margin-top: 100px;
    position: relative;
    max-height: 350px;
    overflow: hidden;
    background-color: #fcdfeb;
}

.header-img img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.footer .text-area span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.header-img .bannerIcon {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0px;
}

.bannerIcon {}

.header-img .bannerIcon .iconBtn {
    background-color: #f0f0f0;
    width: 80%;
    display: flex;
    border: 3px solid #fff;
    border-radius: 50px;
    display: flex;
    margin: 0 auto;
}

.header-img .bannerIcon .iconBtn .iconValue {
    border-right: 3px solid #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ec5ca4;
    padding: 12px 10px;
}

.header-img .bannerIcon .iconBtn .iconValue i {
    font-size: 30px;
    padding-left: 5px;
}

.header-img .bannerIcon .iconBtn .textValue {
    padding-left: 10px;
    align-items: center;
    display: flex;
}

.header-img .bannerIcon .iconBtn .textValue ul {}

.header-img .bannerIcon .iconBtn .textValue ul li:first-child {
    color: #ec5ca4;
    font-weight: normal;
}

.header-img .bannerIcon .iconBtn .textValue ul li {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    line-height: 15px;
}

.breadcrumbBlock {
    width: 80%;
    margin: 0 auto;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    background: 0 0;
}

.breadcrumb>li {
    font-size: 13px;
    font-weight: normal;
}

.breadcrumb>li img {
    width: 11px;
    margin-right: 5px;
}

.breadcrumb>li>a {
    color: #898989;
}

.breadcrumb>li.active {
    color: #ec5ca4;
    font-weight: 700;
}

.breadcrumb>li.active a {
    color: #ec5ca4;
    font-size: 15px;
    font-weight: 700;
}

/*.breadcrumb > li + li:before { content: "\f054"; font-family: fontAwesome; padding: 0px 4px 0px 4px; font-size: 10px; font-weight: normal; color: #898989; } */
._monthColoum {
    width: 100% !important;
    text-align: center;
}

.pakg-area {
    padding-bottom: 70px;
}

.countryFlt {
    position: absolute;
    top: 514px;
    right: -58%;
    font-size: 13px;
    color: #c3c3c3;
    display: none;
}

.pakg-area p {
    max-width: 750px;
    font-weight: 400;
    line-height: 1.5;
}

.pakg-area p a {
    color: #96135a;
    text-decoration: underline;
}

.home-content {
    border-top: 2px solid #d6d6d6;
    overflow: hidden;
    border-bottom: 2px solid #d6d6d6;
    width: 55%;
    margin: 15px auto 25px auto;
}

.home-content p {
    line-height: 21px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
    color: #000;
    padding: 10px 0px 24px 0px;
    font-size: 16px;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Læs mere';
    position: relative;
    top: -6px;
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Læs mindre';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0px 12px;
    color: #333;
    font-size: 15px;
    border: 2px solid #d6d6d6;
    background: #f0f0f0;
    ;
    position: absolute;
    bottom: 27px;
    left: 45.3%;
    height: 29px;
}

.itinerary-block.row>[class^=col-] {
    padding-right: 0;
    padding-left: 0;
}

.itinerary-block.row {
    margin-right: 0;
    margin-left: 0;
}

.pakg-area h1 {
    font-size: 30px;
    line-height: 37px;
    margin: 27px 0 6px;
    padding: 0;
}

.pakg-area ul {
    padding-left: 0;
    padding-top: 9px;
}

.pakg-area ul li {
    padding: 0 0 10px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 24px;
    font-size: 17px;
}

.pakg-area ul li a {
    color: #96135a;
    text-decoration: underline;
}

/*.pakg-area.bg-DK ul li{ background: url(https://cdn.flamingotours.dk/icon/check_mark-wt.svg);background-size: 15px 26px; background-repeat: no-repeat;background-position: top left; }
.pakg-area.bg-NO ul li{ background: url(https://cdn.flamingotours.no/icon/check_mark-wt.svg);background-size: 15px 26px; background-repeat: no-repeat;background-position: top left;}
.pakg-area.bg-SE ul li{ background: url(https://cdn.flamingotours.se/icon/check_mark-wt.svg);background-size: 15px 26px; background-repeat: no-repeat;background-position: top left;}*/
.pakg-program h2,
.pakg-program h3,
.pakg-program .detail .itinerary h3 {
    color: #333333;
}

.pakg-area ul li {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    background-size: 15px 26px;
    background-repeat: no-repeat;
    background-position: top left;
    color: #333333;

}

.do ul li {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    /* background-size: 15px 26px;  */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 19px 27px;
    font-weight: 500 !important;
}

.dont ul li {
    background-image: url("data:image/svg+xml,%0A%3Csvg style='color:%238f2152' aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' class='svg-inline--fa fa-times fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3E%3C/path%3E%3C/svg%3E");
    /* background-size: 15px 26px;  */
    background-repeat: no-repeat;
    background-position: top left;
    font-style: italic;
    padding-left: 20px !important;
    color: #666666;
    background-size: 12px 26px;
    font-weight: 400 !important;
}

/*.pakg-area ul li::before { font-family: "Font Awesome"; content: "\f00c "; color: #3fbd4e; padding-right: 8px; position: absolute; left: 15px; }*/

.pakg-detail .top,
.pakg-detail h2,
.pakg-detail h3,
.pakg-detail ul li,
.pakg-program .detail .bold,
.pakg-program .detail .heading,
.pakg-program .detail .itinerary p,
.pakg-program h3 {}

.pakg-area ul.gallery {
    margin: 38px 0 0;
}

.pakg-area ul.gallery li {
    width: calc(20% - 12px);
    display: inline-block;
    margin: 3px;
}

.pakg-area ul.gallery li img {
    width: 100%;
    height: auto;
}

.pakg-detail .top {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
}

.pakg-detail {
    background-color: #f0f0f0;
    color: #333333;
    padding-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    max-width: 520px;
}

.pakg-detail .top {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
}

.pakg-detail .request-form-heading {
    color: #fff;
}

.pakg-detail .request-form-heading .bold {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.pakg-detail .request-form-heading .sub {
    display: block;
    font-size: 13px;
}

.pakg-detail .request-form-heading .sub img {
    width: 12px;
}

.pakg-detail .request-form-heading .sub i {}

.price-pp {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    color: #96135a;
    margin-top: 17px;
}

.pakg-detail .request-form-heading .drkSec {
    background-color: #96135a;
    padding: 12px 0px 12px 35px;
    line-height: 17px;
}

.pakg-detail .request-form-heading .pinkSec {
    background-color: #ec5ca4;
    padding: 12px 0px 12px 20px;
    line-height: 17px;
}

.request-form {
    width: 80%;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.request-form .form-group {
    margin-bottom: 0px;
    position: relative;
}

.request-form .form-control {
    width: 100%;
    height: 39px;
    color: #000;
}

select.form-control:not([size]):not([multiple]) {
    height: 39px;
}

.pakg-detail .request-form .form-control {
    border-radius: 10px !important;
    border: 1px solid #d4d4d4;
    margin-bottom: 25px;
}

.request-form .clsSelectWidth {
    width: 47px !important;
    float: left;
    padding: 0px 0px 0px 10px;
}

.request-form .form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}

.request-form .form-control::-webkit-moz-placeholder {
    color: #a5a5a5;
}

.request-form label span.pink-txt {
    color: #000000;
    position: relative;
    top: 4px;
    left: 10px;
    font-size: 12px;
    font-weight: 700;
}

span.highlight-txt {
    display: block;
    text-align: center;
    color: #000;
    font-size: 11px;
    font-weight: 500;
}

span.highlight-txt span.pinkTxt {
    color: #ec5ca4;
    font-weight: bold;
}

span.highlight-txt span.pinkTxtB {
    font-weight: 700;
}

.middle-sec .col-md-4 {
    display: flex;
}

.bPink {
    background-color: #ec5ca4 !important;
    color: #fff !important;
}

/* .pakg-detail .form-control { width:90%; margin:5px auto; height:39px; font-weight:bold; color:#000; } */

.pakg-detail h2 {
    font-size: 15px;
    padding: 6px 0;
    background-color: #96135a;
    text-align: center;
    margin: 14px 0 20px;
}

.pakg-detail ul {
    padding: 0;
    margin-top: -2px;
}

.pakg-detail ul li {
    padding-bottom: 5px;
    font-size: 13px;
    text-align: center;
}



.pakg-detail ul li i {
    padding: 0 5px 0 0;
}

.pakg-detail ul li .fontSize {
    font-size: 16px;
}

.pakg-detail h3 {
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    padding: 5px 0 0 20px;
}

.rate-barn {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
    color: #333333;
    font-weight: 500;
}

.rate-barn i.fa-child {
    color: #ec5ca4;
}

.sprt {
    border: 1px solid #ec5ca4;
    margin: 40px 22px;
}

.pakg-detail .highlight ul {
    padding: 7px 0 0 20px;
    margin: 0;
}

.pakg-detail .highlight ul li {
    padding: 0 0 3px;
}

.pakg-detail .highlight ul li:last-child {
    padding-bottom: 40px;
}

.pakg-detail .highlight ul li:before {
    padding: 0 3px;
    color: #fff;
    content: ">" !important;
}

.pakg-program {
    width: 100%;
    background-color: #fcdfeb;
    padding: 55px 0px 43px 0px;
    position: relative;
}

.pakg-program h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding: 5px 0 18px 0px;
}

.include,
.include .list,
.include-area {
    margin: 0 auto;
}

.pakg-program .detail {
    /*padding-top:0; display:table; height:300px; */
}

/* .pakg-program .detail .itinerary { padding: 0px 20px 0px 0px; }  */
.listHoteloffer._newBtn {
    box-shadow: 0 6px #dddddd;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
}

.listHoteloffer._newBtn:hover {
    box-shadow: 0 3px #dddddd;
    transform: translateY(3px);
}

.pakg-program .detail .itinerary .includeOffer {
    max-width: 750px;
}

.pakg-program .detail .itinerary .includeOffer .incDetail {
    padding-top: 15px;
    color: #333333;
    padding-left: 15px;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .title {
    color: #ec5ca4;
    font-weight: 700;
    padding-bottom: 2px;
    display: block;
    font-family: 'Roboto Slab',serif!important;
}

.sepMt22{
    margin-bottom: 22px !important;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer {
    display: flex;
    position: relative;
    margin-bottom: 5px;
    align-items: center;
    background-color: #fff;
    padding: 3.25px 12px 3.25px 35px;
    border-radius: 4px !important;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer.adExP{
    padding: 6px 12px 6px 35px !important;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer:hover .icon {
    color: #ec5ca4;
    cursor: pointer;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer:hover .htName {
    color: #ec5ca4;
    cursor: pointer;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer:hover .htcktg {
    color: #ec5ca4;
    cursor: pointer;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .bgBrd {
    background-color: #fff;
    height: 10px;
    display: block;
    position: relative;
    top: 19px;
    border-radius: 50px;
    z-index: 1;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon {
    background-color: #fff;

    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #333333;
    font-size: 15px;
    z-index: 22;
    position: relative;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon img {
    width: 16px;
}

/*.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon:after { content: ""; width: 40%; background-color: #fff; height: 10px; position: absolute; right: -8px; z-index: -1; }*/

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon i {}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #333333;
    font-size: 15px;
    z-index: 22;
    position: relative;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal img {
    width: 16px;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal:after {
    content: "";
    width: 40%;
    background-color: #fff;
    height: 10px;
    position: absolute;
    right: -8px;
    z-index: -1;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal i {}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
    flex: 80%;
    line-height: 17px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .mealW {
    min-width: 35%;
    background-color: #fff;
    padding: 3px 9px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    margin: 0px 5px;
    position: relative;
    z-index: 99;
    display: inline-block;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName:hover {}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName.fullW {
    width: 70%;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg {


    font-weight: 700;
    border-radius: 12px;
    font-size: 13px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg img {
    width: 12px;
    right: 4px;
    display: inline-block;
    position: relative;
}

.listHoteloffer.inf {
    display: inline-flex !important;
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg:before {}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg i {}

.pakg-program .detail .itinerary p {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.pakg-program .detail .itinerary ul {
    padding-left: 5px 0 5px 24px;
}

.pakg-program .detail .itinerary ul li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 6px;
}

.pakg-program .detail .heading {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0px;
    line-height: 19px;
    background-color: #fff;
    max-width: 750px;
    padding: 15px 5px 10px 15px;
    border-radius: 0px 10px 0px 0px;
    /*box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);*/
}

.addDestbg {
    background-color: #fff;
    padding: 0px 15px 10px 15px;
    max-width: 750px;
    border-radius: 0px 0px 10px 0px;
    margin-left: 0px;
    /*box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);*/
}

.rtSpt {
    padding-right: 0;
}

.crInner {
    border-radius: 10px 0px 10px 10px;
    border: 5px solid #fff;
    /*box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);*/
}

.pakg-program .detail .itinerary h3 {
    font-size: inherit;
    display: inline;
}

.pakg-program .detail .bold {
    font-weight: 700;
    font-size: 12px;
    color: #ec5ca4;
    display: block;
    padding: 15px 0 10px;
}

h1.hotelname {
    font-size: 2em;
}

.hotel-catg1,
.hotel-catg2,
.hotel-catg3 {
    font-size: 13px;
    display: block;
}

.hotel-catg1:after,
.hotel-catg1:before,
.hotel-catg2:after,
.hotel-catg2:before,
.hotel-catg3:after,
.hotel-catg4:after,
.hotel-catg4:before,
.hotel-catg5:after,
.hotel-catg5:before {
    padding: 0 3px;
    font-family: FontAwesome;
}

.bedicon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><style>svg{fill:%23333333}</style><path d="M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z"/></svg>');
    background-repeat: no-repeat;
    background-size: 17px 27px;
    background-position: 10px center;
}


.listHoteloffer.bedicon:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><style>svg{fill:%23ec5ca4}</style><path d="M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z"/></svg>');

}

.mealicon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="24px" height="35px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd;fill:%23333333" viewBox="0 0 2480 3507" xmlns:xlink="http://www.w3.org/1999/xlink"><path id="XMLID_98_" class="fil0" d="M786 2061c-11,1 -21,2 -32,2 -29,0 -57,-4 -84,-11l-635 635c-32,32 -32,82 0,113l164 165c31,31 82,31 113,0l763 -764 -141 -152 -148 12z" /><path id="XMLID_97_" class="fil0" d="M2458 1044c-30,-30 -78,-30 -108,0l-412 411c-39,39 -102,39 -141,0 -39,-39 -39,-102 0,-141l410 -409c31,-31 31,-81 0,-112 -31,-31 -82,-31 -113,0l-409 409c-39,39 -102,39 -141,0 -39,-39 -39,-102 0,-141l412 -411c29,-30 29,-78 0,-108 -30,-30 -79,-30 -108,0l-464 463c-111,111 -146,268 -110,410l310 310c143,36 299,1 410,-110l464 -463c29,-30 29,-79 0,-108z" /><path id="XMLID_96_" class="fil0" d="M208 584c-16,-16 -37,-25 -59,-25 -5,0 -10,0 -14,1 -27,5 -50,22 -62,46 -136,281 -79,616 141,836l394 394c39,39 92,61 146,61 6,0 12,0 18,-1l228 -19 998 1076c15,16 37,26 60,26 0,0 1,0 1,0 23,0 44,-8 60,-24l171 -171c15,-16 24,-37 24,-59 0,-23 -9,-44 -24,-60l-2082 -2081z" /></svg>');
    background-size: 16px 22px;
    background-repeat: no-repeat;
    background-position: 12px 3px;
}


.compassicon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><style>svg{fill:%23333333}</style><path d="M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z"/></svg>');
    background-repeat: no-repeat;
    background-size: 17px 21px;
    background-position: 10px center;
}


.listHoteloffer.compassicon:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><style>svg{fill:%23ec5ca4}</style><path d="M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z"/></svg>');

}

.staricon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="24px" height="35px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd; fill: %23333333;" viewBox="0 0 2480 3507" xmlns:xlink="http://www.w3.org/1999/xlink"><path class="fil0" d="M2338 1652c46,-44 61,-109 42,-169 -20,-60 -70,-103 -132,-112l-557 -81c-24,-3 -44,-18 -55,-39l-248 -504c-29,-57 -85,-92 -148,-92 -63,0 -119,35 -147,92l-249 504c-11,21 -32,36 -55,39l-557 81c-62,9 -112,52 -132,112 -19,60 -4,125 42,169l402 392c17,17 25,41 21,65l-95 554c-9,48 4,95 36,133 49,58 135,76 202,40l498 -261c21,-11 47,-11 68,0l498 261c24,13 50,19 75,19 50,0 96,-22 127,-59 32,-38 45,-85 36,-133l-95 -554c-4,-24 4,-48 21,-65l402 -392 0 0z" /></svg>');
    background-size: 12px 16px;
    background-repeat: no-repeat;
    background-position: 3px center;

}

.htcktg.staricon {
    padding-left: 20px !important;
}

.listHoteloffer:hover .staricon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='24px' height='35px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd; fill: %23ec5ca4;' viewBox='0 0 2480 3507' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath class='fil0' d='M2338 1652c46,-44 61,-109 42,-169 -20,-60 -70,-103 -132,-112l-557 -81c-24,-3 -44,-18 -55,-39l-248 -504c-29,-57 -85,-92 -148,-92 -63,0 -119,35 -147,92l-249 504c-11,21 -32,36 -55,39l-557 81c-62,9 -112,52 -132,112 -19,60 -4,125 42,169l402 392c17,17 25,41 21,65l-95 554c-9,48 4,95 36,133 49,58 135,76 202,40l498 -261c21,-11 47,-11 68,0l498 261c24,13 50,19 75,19 50,0 96,-22 127,-59 32,-38 45,-85 36,-133l-95 -554c-4,-24 4,-48 21,-65l402 -392 0 0z' /%3E%3C/svg%3E%0A");

}


.form-popup {
    width: 100%;
}

.form-popup ul.radio {
    float: none !important;
    padding-top: 0 !important;
    width: 88px;
    margin: 0 auto;
}

.form-popup ul.radio li {
    float: none;
    width: auto;
}

.form-popup ul.radio li input[type=checkbox] {
    width: 11px !important;
    height: 11px !important;
    margin-top: 2px;
}

.form-popup ul.radio li.blk {
    margin-left: 3px;
}

.form-popup ul.radio li:last-child {
    width: auto;
}

.submit-btn-txt {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 4px;
}

.hotel-catg1 {
    color: #ec5ca4;
}

.hotel-catg1 a {
    color: #333;
}

.hotel-catg1:before {
    content: "\f236";
}

.hotel-catg1:after {
    content: "\f005";
}

.hotel-catg2 {
    color: #ec5ca4;
}

.hotel-catg2 a {
    color: #333;
}

.hotel-catg2:before {
    content: "\f236";
}

.hotel-catg2:after {
    content: "\f005 \f005";
}

.hotel-catg3 {
    color: #ec5ca4;
}

.hotel-catg3 a {
    color: #333;
}

.hotel-catg4,
.hotel-catg5 {
    font-size: 13px;
    color: #ec5ca4;
    display: block;
}

.hotel-catg3:before {
    padding: 0 3px;
    font-family: FontAwesome;
    content: "\f236";
}

.hotel-catg3:after {
    content: "\f005 \f005 \f005";
}

.hotel-catg4:before {
    content: "\f236";
}

.hotel-catg4:after {
    content: "\f005 \f005 \f005 \f005";
}

.hotel-catg5 a {
    color: #333;
}

.hotel-catg5:before {
    content: "\f236";
}

.hotel-catg5:after {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.include {
    width: 100%;
    padding: 30px 0px 33px 0px;
}

.include h3,
.include h4 {
    padding-bottom: 5px;
    ;
    font-weight: 700;
}

.include-area {}

.include-area .headingInclude {
    padding-bottom: 30px;
}

.include h3 {
    font-size: 30px;
    text-align: center;
}

.include h4 {
    font-size: 16px;
}

.include .do ul li,
.include .dont ul li {
    line-height: 1.3em;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 24px;
    position: relative;
}

.include .do ul li .check {
    position: absolute;
    left: 0;
}

.include .dont ul li .check {
    position: absolute;
    left: 0;
}

.include .dont ul li .check img {
    width: 15px;
}

.include .do ul li img {
    width: 15px;
}

.include .dont ul li {
    font-weight: 500;
}

/*.include .do ul li:before { font-family: FontAwesome; content: "\f00c "; color: #3fbd4e; padding-right: 8px; font-size: 15px; position: absolute; left: 0; } */

.include .dont ul li {
    font-weight: 500;
}

.form h3,
.step,
.submit-btn {
    text-align: center;
}

/*.include .dont ul li:before { font-family: FontAwesome; content: "\f00d"; color: #96135a; padding-right: 8px; font-size: 15px; position: absolute; left: 0; } */

.form .bold,
.form .submit,
.form h3,
.form-control,
.modal-open .modal .form h3,
.pop-slider .top,
.step {}

.modal-open .modal .form {
    width: 70%;
    background-color: #fff;
    padding: 0;
    margin-top: 50px;
}

.modal-open .modal .form h3 {
    font-weight: 700;
    font-size: 22px;
    padding: 8px 0;
    margin: 0;
}

.modal-open .modal .form .glbtn {
    position: relative;
    right: 0;
    background-color: #ec5ca4;
    padding: 4px 6px 5px;
    border-radius: 50%;
    border: 2px;
    color: #fff;
    float: right;
    margin-top: -29px;
    margin-right: 6px;
}

.modal-open .modal .form .modal-header {
    padding: 0 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-open .modal .form .form-control {
    background-color: #e5e5e5;
}

.modal-open .modal .form select {}

.bg-black,
.form {
    background-color: #333;
}

.modal-open .modal .form .form ul.radio li {
    color: #000;
    font-weight: 700;
}

.blk {
    color: #000 !important;
    font-weight: 700;
}

.modal-open .modal .form .b-left {
    margin-top: 24px;
}

.form {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
    color: #fff;
}

.step {
    font-size: 14px;
    color: #7f7f7f;
    padding: 0 0 12px;
}

.step span {
    border: 1px solid #bdbcbc;
    border-radius: 50%;
    padding: 1px 10px;
    font-size: 15px;
}

.border-red {
    border: 3px solid #96135a !important;
}

.border-redDark {
    border: 3px solid #F44336 !important;
    background-color: #ec5ca4;
}

.tabQueryNew .tab-content .border-red {
    border: 3px solid #96135a !important;
    background-color: #ffffff;
}

.border-green {
    border: 2px solid #3fbd4e !important;
}

.form .img img {
    width: 100%;
    height: auto;
}

.form h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 35px;
    color: #fff;
}

.b-right {
    border-right: 1px solid #cdcdcd;
    padding: 0 20px 20px 0;
}

.b-left {
    border-left: 1px solid #cdcdcd;
    padding: 0 14px 0 20px;
}

.submit-btn {
    width: 100%;
    margin-top: 2px;
}

.submit-btn .btn {
    padding: 8px 10px;
    float: left;
}

.submit-btn .btn span {
    display: inline-block;
    float: left;
}

.submit-btn .btn span i {
    border-left: 1px solid #fff;
    padding: 4px 0 4px 6px;
    margin-left: 5px;
}

.checkbox,
.radio {
    padding-top: 32px !important;
    float: right !important;
    margin-left: 5px;
}

.submit-form-btn ul.radio li input [type=checkbox] {
    width: 12px !important;
    height: 12px !important;
}

.form .bold {
    font-weight: 700;
    font-size: 12px;
    color: #ec5ca4;
    display: block;
    padding: 0 0 8px;
}

.submit-form-btn {
    width: 245px;
    margin: 0 auto;
}

.form-control {
    border-radius: 0 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
    font-size: 12px;
    font-family: "Lucida Console", Monaco, monospace;
}

.form-group {
    margin-bottom: 6px;
}

.form .list ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px 0 0;
    font-weight: 500;
    font-family: 'Verdana', sans-serif !important;
    font-size: 12px;
}

.form ul.radio {
    padding-top: 28px;
}

.form ul.radio li {
    float: left;
    font-size: 11px;
}

/*.form ul.radio li:last-child { width:80% } */

input[type=checkbox],
input[type=radio] {
    width: 15px !important;
    height: 11px !important;
}

.form .submit {
    width: 100%;
}

.submit-request {
    float: none !important;
    clear: both;
    display: inherit;
    border: 1px solid #3fbd4e;
}

.submit-request .submit {
    font-size: 20px;
    color: #fff;
    font-family: Verdana, sans-serif;
    text-align: center;
    background-color: #3fbd4e;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    width: 260px;
    border: 1px solid #3fbd4e;
    padding: 0px;
    margin-top: 10px;
}

.submit-request .submit span.txt {
    padding-top: 14px;
    display: inline-block;
    margin-left: 28px;
}

.submit-request .submit i.fa-chevron-right {
    padding: 12px 15px;
    background: #007a45;
    float: right;
    font-size: 29px;
}

.blog-overview {
    background: #fff;
    margin-bottom: 30px;
    /* padding: 6px; */
    border: 6px solid #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    position: relative;
    margin: 20px 5px 40px;
    display: block;
    overflow: inherit;
    height: initial !important;
    position: relative;
}


.blog-overview .contNameflg {
    border-radius: 0 6px 0 10px;
}

.blogTime {
    font-size: 14px;
    font-weight: normal;
    color: #ec5ca4;
}

.blogTime svg {
    width: 20px;
}

.blog-overview .flgBlock {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
}

.blogTime img {
    width: 20px;
    position: relative;
    top: -1px;
}

.blog-overview .btn-newStyle {
    position: absolute;
    bottom: -20px;
    background: #ec5ca4;
    color: #FFF;
    font-family: 'Roboto Slab', serif !important;
    font-size: 24px;
    text-shadow: 2px 2px 1px #96135a;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 6px #96135a;
    display: block;
}

.blog-overview .btn-newStyle:hover {
    box-shadow: 0 3px #96135a;
    transform: translateX(-50%) translateY(3px);
}

.blog-overview .image {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.new_blog_Content .blog_date {
    color: #FFF;
}

.blog-overview .image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    transform: scale(1.25);
    height: 400px;
    object-fit: cover;
}

.blog-overview .blog-content {
    padding: 6px 10px 2px 10px;
    padding: 10px 10px 6px 10px;
}

.blog-overview .blog-content .countryFlag {}

.blog-overview .blog-content .countryFlag.cntr {
    text-align: center !important;
}

.blog-overview .blog-content .countryFlag span.countryName {
    color: #000;
    font-weight: normal;
}

.blog-overview .blog-content .moreInfo {
    font-size: 15px;
    width: 100%;
    padding-top: 20px;
}

.blog-overview .blog-content .moreInfo ul {}

.blog-overview .blog-content .moreInfo ul li {
    display: inline-block;
    font-weight: 700;
    color: #ec5ca4;
    width: 49%;
    text-align: left;
}

.blog-overview .blog-content .moreInfo ul li svg {
    width: 15px;
}

.blog-overview .blog-content .moreInfo ul li img {
    width: 20px;
    height: auto;
}

.blog-overview .blog-content .moreInfo ul li:nth-last-child(1) {
    text-align: right;
}

.blog-overview .blog-content .moreInfo ul li a {
    color: #96135a;
}

.blog-overview .blog-content .moreInfo ul li:nth-last-child(1) i {
    font-size: 11px;
}

.blog-overview .blog-content span.blogHeading {
    font-weight: 700;
    display: block;
    text-align: center;
}

.blog-overview .blog-content span.blogHeading a {
    color: #96135a;
}

.blog-overview .blog-content .footerText {
    border-top: 2px solid #e1e1e1;
    padding-top: 9px;
    overflow: hidden;
}

.blog-overview .blog-content .footerText .left {
    font-weight: bold;
    color: #808080;
    width: 85px;
    float: left;
    margin: 11px 0px 0px 10px;
}

.blog-overview .blog-content .footerText .left .fa {
    color: #ec5ca4;
    margin-right: 4px;
    font-size: 15px;
}

.blog-overview .blog-content .footerText .right {
    width: 147px;
    float: right;
}

.blog-overview .blog-content .footerText .right .btn-program {
    background: #ec5ca4;
    color: #fff;
    margin-top: 0px;
    width: 147px;
    float: right;
    text-align: center;
}

.blog-overview .blog-content .footerText .right .btn-program span.clsProgram {
    display: inline-block;
    font-size: 15px;
    padding-top: 7px;
    font-weight: bold;
}

.blog-overview .blog-content .footerText .right .btn-programHover {
    background: #96135a;
    color: #fff;
    margin-top: 0px;
    width: 147px;
    float: right;
    text-align: center;
}

.blog-overview .blog-content .footerText .right .btn-program a {
    color: #fff;
}

.blog-overview .blog-content .footerText .right .btn-program i.fa-chevron-right {
    padding: 10px 12px;
    background: #96135a;
    float: right;
    font-size: 15px;
}

.middle-sec .blogSection .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.middle-sec .blogSection .col-md-4 {
    display: block;
}

.blogSection {}

.blogSection .blogTextpart {
    background-color: #fff;
    padding: 20px 70px 20px 20px;
    border-radius: 8px;
}

.blogSection .blogTextpart p {
    margin-bottom: 15px;
}

.blogSection .blogImg {
    margin-top: 20px;
}

.blogSection .blogImg .imgSec {
    width: 100%;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);

}

.blogSection .blogImg .imgSec img {
    width: 100%;
    height: auto;
}

.blogSection .blogPrviewSec {}

.blogSection .headingTitle {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0;
    display: block;
    line-height: 18px;
    font-family: 'Roboto Slab', serif !important;
}

.blogDestination {
    width: 70%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 10px;
}

.blogDestination .sidebar-box .destDetails {
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.blogDestination .sidebar-box .destDetails .title {
    font-weight: 700;
}

.blogDestination .sidebar-box .destDetails p {}

.sidebar-box {}


.new_blog_Content .blog-overview {
    position: absolute;
    top: 40%;
}

.new_blog_Content {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 10px;
    right: 0;
    background-image: linear-gradient(transparent, rgb(0, 0, 0, 0.7));
    bottom: 0;
}

.new_blog_Content .blog_name {
    font-size: 32px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    line-height: 1.15;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: break-spaces;
    max-width: 245px;
    -webkit-appearance: none;
    color: #FFF;
}

.new_blog_Content .blog_date {
    color: #FFF;
}

.blog-landing-overview .clsContent {
    background: #fff;
    padding: 20px 20px 30px 20px;
    font-size: 15px;
}

.blog-landing-overview .clsContent h2 {
    font-size: 25px;
    font-weight: 700;
}

.blog-landing-overview .clsContent span.heading {
    font-size: 15px;
    line-height: normal;
}

.blog-landing-overview .clsContent p {
    margin-bottom: 20px;
}

.blog-landing-overview .clsContent #btnMore {
    border: 2px solid #d6d6d6;
    padding: 3px 12px;
    font-weight: bold;
    position: absolute;
    left: 20%;
    background: #f0f0f0;
    ;
    cursor: pointer;
    bottom: -15px;
}

.blog-landing-overview .image {}

.clsContentShowLess {
    /*height:415px; overflow:hidden; */
}

.clsContentShowMore {
    height: auto;
}

.toursHeading {}

.toursHeading h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.toursHeading p.RejserHeading {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    min-height: 30px;
}

.dayTxt {
    text-align: justify;
    color: rgb(236, 92, 164);
    font-family: Verdana, sans-serif;
    box-sizing: border-box;
    font-weight: bold;
}

.RejserHeading span.hr-seperator {
    border-top: 2px solid #d6d6d6;
    width: 95%;
    display: block;
    margin: 0 auto;
}

span.Rejsertext {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    top: -22px;
    background: #f0f0f0;
    padding: 0 15px;
}

ul.listFormat {
    margin: 20px;
    padding: 0px;
}

ul.listFormat li {
    list-style-type: disc;
    margin-bottom: 8px;
}

/*.carousel-control2 { opacity:1; } 
 .carousel-control2:hover { opacity:1; } 
 .gallery-nav { position:relative; top:50%; background:rgba(255,255,255,1); padding:20px; } 
 .gallery-nav-left { } 
 .gallery-nav-right { } 
 .gallery-nav i.fa-arrow-circle-left { font-size:40px; } 
 .gallery-nav i.fa-arrow-circle-right { font-size:40px; } */

/*.submit-request .submit:hover { background-color:#007781 } */

.right-button {
    position: fixed;
    right: 0;
    z-index: 1111;
    top: 310px;
    display: none;
}

#spopup {
    display: none;
}

.modal-open .modal {
    margin: 0 auto;
}

.right-button .click {
    display: block;
    cursor: pointer;
}

.pop-slider {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

.pop-slider .carousel {
    max-width: 441px;
    margin: 0 auto;
}


.tilkob-price {
    padding: 12px 10px;
    background: #f0f0f0;
    overflow: hidden;
}

.tilkob-price .price-column {
    padding: 10px 10px;
}

.tilkob-price .price-column img {
    width: 15px;
}

.tilkob-price .price-column i.fa {
    color: #ec5ca4;
    font-size: 14px;
    text-shadow: 0px 0px 0px #ec5ca4;
}

.tilkob-price .price-column span.greytxt {
    color: #333333;
    text-shadow: 0px 0px 0px #333333;
    -webkit-text-shadow: 0px 0px 0px #333333;
    -moz-text-shadow: 0px 0px 0px #333333;
    font-weight: 500;
    line-height: 10px;
}

.tilkob-price .price-column span.price {
    display: block;
    font-weight: bold;
    font-size: 23px;
    color: #96135a;
    line-height: 25px;
}

.tilkob-price-tagline {
    display: inline-block;
    background: #ec5ca4;
    color: #fff;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 500;
    min-width: 50%;
    position: absolute;
    bottom: -28px;
    right: 0px;
    text-align: right;
}

.flot-block,
.glbtn,
.pop-slider .top {
    background-color: #ec5ca4;
}

.pop-slider .top {
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 8px 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
    top: 0px;
    z-index: 99;
}

.cancelBtn {}

.cancelBtn img {
    width: 12px;
}

.star2:after,
.star3:after,
.star4:after,
.star5:after,
.star:after {
    font-family: FontAwesome;
}

.star,
.star2,
.star3,
.star4,
.star5 {
    color: #ec5ca4;
    font-size: 16px;
    text-align: center;
}

.starModalRating.rate0 {
    visibility: hidden;
}

.starModalRating.rate1 {
    color: #ec5ca4;
    font-size: 16px;
    text-align: center;
    width: 24px;
    overflow: hidden;
    margin: 0 auto;
}

.starModalRating.rate2 {
    color: #ec5ca4;
    font-size: 16px;
    text-align: center;
    width: 48px;
    overflow: hidden;
    margin: 0 auto;
}

.starModalRating.rate3 {
    color: #ec5ca4;
    font-size: 16px;
    text-align: center;
    width: 72px;
    overflow: hidden;
    margin: 0 auto;
}

.starModalRating.rate4 {
    color: #ec5ca4;
    font-size: 16px;
    text-align: center;
    width: 94px;
    overflow: hidden;
    margin: 0 auto;
}

.starModalRating.rate5 {
    color: #ec5ca4;
    font-size: 16px;
    text-align: center;
    width: 122px;
    overflow: hidden;
    margin: 0 auto;
}

.starModalRating img {
    width: 70px;
}

.stRatHt {
    height: 24px;
}

.star {
    padding: 5px;
}

.star:after {
    padding: 0 3px;
    content: "\f005";
}

.star2 {
    padding: 5px;
}

.star2:after {
    padding: 0 3px;
    content: "\f005 \f005";
}

.star3 {
    padding: 5px;
}

.star3:after {
    padding: 0 3px;
    content: "\f005 \f005 \f005";
}

.star4 {
    padding: 5px;
}

.star4:after {
    padding: 0 3px;
    content: "\f005 \f005 \f005 \f005";
}

.star5 {
    padding: 5px;
}

.star5:after {
    padding: 0 3px;
    content: "\f005 \f005 \f005 \f005 \f005";
}

.flot-block,
.flot-block .bold,
.modal-content h3,
.pop-slider h3 {}

.pop-slider .pettern {
    padding: 20px 0 30px 40px;
}

.thumbnail {
    padding: 1px;
    border: none;
    margin: 0;
}

.pop-slider .text {
    padding: 0 40px 0 20px;
    word-break: break-word;
}

.pop-slider .text .popup-contant-f {
    height: 350px;
    overflow: auto;
    padding: 0px 5px;
}

.pop-slider h3 {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding-left: 10px;
}

.glbtn {
    position: absolute;
    right: 0;
    padding: 3px 6px 5px;
    border-radius: 50%;
    border: 2px;
    color: #fff;
    float: right;
    margin-top: -2px;
    margin-right: 6px;
}

.description,
.flot-block {
    margin-top: 20px;
}

.description {
    border-bottom-right-radius: 25px;
    overflow-x: hidden;
    display: inline-block !important;
}

.flot-block {
    width: 76%;
    float: right;
}

.flot-block .bold {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    background-color: #96135a;
    padding: 5px 0 5px 10px;
    text-align: center;
}

.hotelstar,
.hotelstar2,
.hotelstar3,
.hotelstar4,
.hotelstar5 {
    display: block;
}

.text-center.hotelstar,
.text-center.hotelstar2,
.text-center.hotelstar3,
.text-center.hotelstar4,
.text-center.hotelstar5 {
    text-align: center !important;
}

.flot-block .bold span {
    font-weight: 400;
    font-size: 11px;
}

.flot-block ul {
    padding: 10px;
}

.flot-block ul li {
    padding: 4px 0;
    border-bottom: 1px solid #ec5ca4;
    color: #fff;
}

.flot-block ul li:last-child {
    border-bottom: none;
}

.flot-block ul li span {
    width: 120px;
}

.flot-block ul li span span.bld-txt {
    padding-left: 4px;
}

.modal.and.carousel {
    position: fixed;
    z-index: 999999999999999999999;
}

.modal-content h3 {
    color: #ec5ca4;
}

.hotelstar2:after,
.hotelstar3:after,
.hotelstar4:after,
.hotelstar5:after,
.hotelstar:after {
    font-family: FontAwesome;
}

.modal-content {
    border: none;
}

.hotelstar {
    color: #ec5ca4;
    font-size: 16px;
    padding: 0px;
}

.hotelstar:after {
    padding: 0 3px;
    content: "\f005";
}

.hotelstar2 {
    color: #ec5ca4;
    font-size: 16px;
    padding: 0px;
}

.hotelstar2:after {
    padding: 0 3px;
    content: "\f005 \f005";
}

.hotelstar3 {
    color: #ec5ca4;
    font-size: 16px;
    padding: 0px;
}

.hotelstar3:after {
    padding: 0 3px;
    content: "\f005 \f005 \f005";
}

.hotelstar4 {
    color: #ec5ca4;
    font-size: 16px;
    padding: 0px;
}

.hotelstar4:after {
    padding: 0 3px;
    content: "\f005 \f005 \f005 \f005";
}

.hotelstar5 {
    color: #ec5ca4;
    font-size: 16px;
    padding: 0px;
}

.bottomH .more a,
.destination-page .heading {
    text-align: center;
}

.hotelstar5:after {
    padding: 0 3px;
    content: "\f005 \f005 \f005 \f005 \f005";
}

.bottomH .more a,
.contact-page .block .bold,
.contact-page .block .pink,
.contact-page .icon,
.hotel-block .bold {}

.hotel-block {
    width: 100%;
    background-color: #fff;
}

.hotel-block img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.hotel-block .bold {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    padding: 10px 10px 0;
}

.bottomH {
    background-color: #ec5ca4;
    height: 45px;
    width: 100%;
}

.bottomH span:first-child {
    padding-left: 18px;
    width: 70%;
    color: #fff;
    padding-top: 14px;
    display: none;
}

.balloon,
.bottomH .more a,
.contact-page .icon span,
.description,
.dinner,
.safari {
    display: block;
}

.bottomH span:last-child {
    width: 30%;
}

.bottomH .more {
    background-color: #96135a;
    float: right;
    height: 45px;
    width: 30%;
}

.bottomH .more a {
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
}

.hotel-block p {
    padding: 10px;
}

.contact-page {
    width: 100%;
    margin-bottom: 50px;
}

.contact-page .icon {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 15px;
}

.contact-page .icon i {
    font-size: 50px;
    color: #ec5ca4;
}

.contact-page .block {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    height: 340px;
}

.about img,
.f04 img {
    height: auto;
}

.contact-page .block .bold {
    font-weight: 700;
    color: #000;
    padding: 7px 0 0;
}

.dinner:before,
.safari:before {
    padding: 0 3px;
    font-family: FontAwesome;
}

.contact-page .block .black {
    color: #333;
}

.contact-page p {
    font-size: 15px;
}

.balloon,
.dinner,
.safari {
    font-size: 12px;
}

.contact-page .map {
    overflow: hidden;
}

.dinner {
    color: #333;
}

.dinner:before {
    content: "\f0f5";
    color: #ec5ca4;
}

.dinner a {
    color: #333;
}

.dinner a:hover {
    color: #F06;
}

.safari {
    color: #ec5ca4;
    background: 0 0;
}

.about,
.bg-wht {
    background-color: #fff;
}

.safari:before {
    content: "\f1b9";
}

.description h2,
.destination-page .content,
.destination-page .list .top,
.destination-page .list ul li {}

.destination-page .list ul li svg {
    width: 20px;
    fill: #fff;
}

.safari a {
    color: #333;
}

.safari a:hover {
    color: #F06;
}

.balloon {
    color: #ec5ca4;
    background-repeat: no-repeat;
    padding: 0 0 3px 24px;
    background-position: 3px 0;
}

.balloon a {
    color: #333;
}

.balloon a:hover {
    color: #F06;
}

.description h2 {
    color: #ec5ca4;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 4px;
}

.description .incl {
    color: #ec5ca4;
    font-weight: 700;
    margin: 0 0 4px;
}

.bg-wht {
    padding: 10px;
}

.bg-wht span:not(.HotelCatg-Rating) {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.bg-wht span a:hover,
.bg-wht div a:hover {
    text-decoration: underline;
}

.bg-wht span img {
    margin-right: 5px;
}

.HotelCatg-Rating {
    display: inline-block !important;
    background: #ec5ca4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
    border-radius: 8px;
    line-height: 1.5;
    margin-right: 2px;
    clear: both;
}

.htlist {
    line-height: 1.5;
}

.about {
    padding: 15px;
    margin: 0 auto;
    width: 75%;
}

.about img,
.destination-page {
    width: 100%;
}

.about p {
    max-width: inherit;
}

.destination-page .content {
    padding: 20px;
    background-color: #fff;
    text-align: justify;
    margin-bottom: 30px;
}

.destination-page .content p a {
    text-decoration: underline !important;
    color: #96135a;
}

.f04 a,
.hotel-catg4 a {
    text-decoration: underline;
}

.destination-page .content ul {
    margin: 0;
    padding: 15px 0 0 19px;
}

.destination-page .content ul li {
    list-style-type: disc;
    padding: 0 0 10px 4px;
}

.destination-page .content ul li span {
    font-weight: 700;
    font-size: 14px;
}

.destination-page .content ul li span:first-child {
    color: #ec5ca4;
}

.destination-page .content-right .map {
    padding-top: 40px;
    text-align: center;
}

.destination-page .list {
    background-color: #ec5ca4;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.destination-page .list ul {
    margin: 0;
    padding: 25px;
}

.destination-page .list ul li {
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}

.destination-page .list ul li svg {
    margin-right: 10px
}

.destination-page .list ul li img {
    width: 20px;
}

.destination-page .list ul li i {
    padding-right: 12px;
    width: 24px;
}

.destination-page .list ul li a {
    color: #fff;
}

.destination-page .list .top {
    background-color: #96135a;
    padding: 10px 20px 10px 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.destination-page .list .button a {
    color: #fff;
}

.destination-page .list .button:after {
    font-family: FontAwesome;
    content: "\f061 ";
}

.block-hotel .tag,
.f04 {
    text-align: center;
}

.hotel-catg4 a {
    text-decoration-color: #ccc;
    color: #333;
}

.hotel-catg4 a:hover {
    color: #F06;
}

.destination .block-hotel {
    padding: 7px;
    background-color: #fff;
}

.destination .block-hotel img {
    width: 100%;
    height: auto;
}

.contentarea {
    margin-top: -8px;
    z-index: 1;
}

.carousel-indicators {
    position: absolute;
    margin-left: 0px;
    margin: 0 auto;
    left: 0 !important;
    width: 100% !important;
    bottom: -32px !important;
    display: block !important;
    text-align: center;
    line-height: 13px;
}

.pop-slider .carousel-indicators li {
    border: #ccc;
    background: #ccc;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

.pop-slider .carousel-indicators li.active {
    border: #ccc;
    background: #ec5ca4;
    width: 10px;
    height: 10px;
}

.hotel-catgnew a {
    color: #333;
}

.hotel-catgnew a:hover {
    color: #F06;
}

.block-hotel .tag {
    font-size: 22px;
    background-color: #ec5ca4;
}

.block-hotel .tag a {
    display: block;
    padding: 10px 0;
    color: #fff;
}

.block-hotel .tag a:hover {
    background-color: #ec5ca4;
    color: #fff;
}

.itinerary-block .carousel {
    max-width: 600px !important;
}

.itinerary-block .carousel .carousel-item img {
    background-color: #fff;
}

.carousel-control-prev i {
    font-size: 20px;
}

.carousel-control-next i {
    font-size: 20px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.country-block {
    width: calc(33.3333% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
    background-color: #ec5ca4;
    border: 7px solid #fff;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    height: 57px;
}

.country-block a {
    color: #fff;
    float: right;
    width: calc(100% - 80px);
}

.country-block a span {
    display: inline;
}

.country-block a:hover span {
    text-decoration: underline;
}

/*fontAwesome*/
.env i {
    padding-right: 5px;
}


.sf-menu ul li a .inMenu i {
    font-size: 20px;
    font-weight: normal;
    color: #96135a;
}

.TourTopInfo li i {
    padding-right: 2px;
    font-size: 14px;
}

.moreInfoNew i {
    font-size: 10px;
    font-weight: bold;
}

.tourPreview .tourDetails .tourOverview ul li i {
    color: #3fbd4e;
}

.tabQueryNew .tab-content .arrowClndLt i {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.tabQueryNew .tab-content .arrowClndRt i {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.nwBtnqrTop i {
    font-size: 14px;
    font-weight: 700;
    padding-left: 4px;
    position: relative;
    top: 1px;
}




/*NewCss*/

.reviewSlider {
    position: relative;
    overflow: hidden;
    background-color: #333333;
}

.reviewBgsec {}

.reviewBgsecTab {
    display: none;
}

.reviewBgsecTab img {
    width: 100%;
}

.reviewBgsecMob {
    display: none;
}

.reviewBgsecMob img {
    width: 100%;
}

.reviewBgsec img {
    width: 100%;
}

.reviewArea {
    width: 500px;
    margin-left: 25%;
    position: relative;
}

.reviewText {
    background-color: #fff;
    padding: 45px 60px;
    border-radius: 10px;
}

.reviewRank {
    width: 210px;
    display: block;
    position: absolute;
    top: -77px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.reviewRank img {
    width: 100%
}

.reviewArrowLeft {
    position: absolute;
    left: -20px;
    width: 40px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 3px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.reviewArrowLeft svg {
    color: #ec5ca4;
    width: 35px;
    top: -2px;
    position: relative;

}

.reviewArrowLeft svg:hover {
    color: #96135a;
}


.reviewArrowLeft img {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviewArrowRight {
    position: absolute;
    right: -20px;
    width: 40px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 3px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.reviewArrowRight svg {
    color: #ec5ca4;
    width: 35px;
    top: -2px;
    position: relative;
    right: -2px;
}

.reviewArrowRight svg:hover {
    color: #96135a;
}

.reviewArrowRight img {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviewTop {
    display: block;
    font-weight: 700;
}

.reviewSub {
    font-style: italic;
    font-size: 14px;
    color: #848484;
}

.reviewContent {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reviewSt {
    position: absolute;
    bottom: 0;
    left: 17px;
    color: #fff;
    font-weight: normal;
}

.reviewSt h2 {
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
}

.reviewSt div {
    display: inline-block;
}

.seeJourney {
    position: absolute;
    top: -38px;
    right: -178px;
    padding-top: 65px;
    background-color: #ec5ca4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    transform: rotate(45deg);
    width: 395px;
    height: 115px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.2s;
    display: none;
}

.seeJourney a {
    color: #fff;
}

.seeJourney a:hover {
    color: #fff;
}

.seeJourney:hover {
    background-color: #96135a;
    transition: 0.2s;
}

.seeJourney .tTop {
    display: block;
}

/* errorPageCss*/
.error-image img {
    max-width: 350px;
    width: 100%;
    height: auto;

}

.error-text {
    margin-top: auto;
    margin-bottom: auto;
}

.error-text h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px;
    color: #ec5ca4;
}

.error-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.error-box p {
    margin-bottom: 1rem;
    line-height: 22px;
}

.errorMovebtn {
    background-color: #ec5ca4;
    color: #ffffff;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 700;
    padding: .375rem .75rem !important;
    box-shadow: 0 6px #96135a;
    transition: none;
    display: inline-block;
}

.errorMovebtn:hover {
    box-shadow: 0 3px #96135a;
    transform: translateY(3px);
}

/* .errorMovebtn span{
        border-bottom: 3px dashed #ec5ca4 ;
      } */

.icon-custom {
    fill: #ffffff;
}

.errorMovebtn svg {
    width: 12px;
}

.fancyArrows svg {
    box-shadow: none !important;
    transform: none
}

.fancyArrows {
    background: #ec5ca4;
    border-radius: 8px;
    box-shadow: 0 6px #96135a
}

.fancyArrows:hover {
    box-shadow: 0 3px #96135a;
    transform: translateY(3px)
}

.fancybox-navigation .fancybox-button:disabled {
    visibility: hidden !important;
}

.fancybox-button--close {
    box-shadow: 0 6px #96135a !important;
    border-radius: 8px !important;
}

.fancybox-button--close:hover {
    box-shadow: 0 3px #96135a !important;
    transform: translateY(3px);
}

.c-alert {
    background: #ffff01;
    padding: 15px 15px 15px 72px;
    border: 2px solid #f26422;
    border-radius: 12px;
    color: #f26522;
    align-items: center;
    margin: 10px 0;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 1.2;
}


.c-alert:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bopacity:.5%3B%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' fill='%23f26422' cx='250' cy='250' r='250'/%3E%3Cpath fill='%23f26422' d='M202 395.81c0-12.66 4.58-23.06 13.73-31.19 9.15-8.13 20.58-12.19 34.27-12.19s25.11 4.07 34.27 12.19c9.15 8.13 13.73 18.53 13.73 31.19s-4.58 23.06-13.73 31.19c-9.16 8.13-20.58 12.19-34.27 12.19s-25.12-4.07-34.27-12.19c-9.16-8.13-13.73-18.52-13.73-31.19Zm83.69-79.58h-70.08l-11.04-255.42h92.16l-11.04 255.42Z'/%3E%3C/svg%3E");
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.c-alert strong {
    font-weight: 700;

}


.c-alert .alert-hedading {
    font-weight: 700;
    margin-bottom: 5px;
}


.modal-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-iframe {
    border: none;
}

.modal-youtube .playbtn svg {
    width: 80px;
    height: 80px;
    color: #fff;
}

.arrowClndLt.gryHide,
.arrowClndRt.gryHide {
    visibility: hidden;
}

.tingle-modal__close {
    right: 28px !important;
    box-shadow: 0 6px #96135a;
    border-radius: 8px !important;
}

.tingle-modal__close:hover {
    box-shadow: 0 3px #96135a;
    transform: translateY(3px);
}

.tingle-modal .clsTingleClose {
    position: absolute !important;
    top: 0 !important;
    right: -44px !important;
    display: block !important;
    border: none !important;
    border-radius: 4px !important;
}

.tingle-modal .clsTingleClose span.tingle-modal__closeIcon {
    position: relative;
    top: -2px;
}

.tingle-modal__close svg {
    width: 20px;
    height: 20px;
}

.tingle-modal .tingle-modal__close:not(.clsTingleClose) {
    display: none !important;
}

.tourPreview.fullTour .tourDetails {
    padding-bottom: 110px;
    padding-top: 20px;
}

.tourPreview.fullTour .tourDetailsCountires{
    padding-bottom: 20px;
}

.tourPreview.hotelTour.fullTour {
    min-height: 381px;
}

.tourPreview.hotelTour.widthoutDiscount .inkl_tour_pris {
    position: absolute;
    bottom: 50px;
    transform: none !important;
    z-index: 1;
}

.tourPreview.hotelTour.with_discount_pris .tourDetails {
    padding-bottom: 160px !important;
    padding-top: 20px;
}

.tourPreview.hotelTour.with_discount_pris .tourDetails .inkl_tour_pris {
    bottom: 0;
}

.searchBoxHeading.blog_heading {
    position: relative;
    display: inline-block;
}

.searchBoxHeading.blog_heading .heading_txt {
    transform: none;
}

.searchBoxHeading.blog_heading .blogTime {
    text-shadow: none;
    background: #ec5ca4;
    color: #FFF;
    padding: 5px 8px 5px 8px;
    position: absolute;
    top: -30px;
    right: 0;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1;
}

.blog_short_content p {
    font-size: 22px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: center;
    font-weight: 700;
    background: #FFF;
    /* display: inline; */
    line-height: 1.45;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline !important;
}

.blog_short_content p a{
    color: #ec5ca4 !important;
}

.blog_short_content p a:hover{
    color: #96135a !important;
}

.blogCardsShow {
    height: 100px;
    align-items: center;
    justify-content: center;
    background: rgb(245, 237, 244);
    /*background: linear-gradient(0deg, rgba(245, 237, 244, 1) 50%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(0deg, rgba(252, 223, 235, 1) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
}

.activeDivScroll .blogCardsShow {
    display: flex;
}

.blogCardsShow svg.icon {
    width: 47px;
    height: auto !important;
    color: #ec5ca4;
    position: relative;
    left: 5px
}

.blogCardsShow .round {
    width: 64px;
    height: 64px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
}

.activeDivScroll {
    overflow: hidden;
}

.blog_short_content {
    max-width: 774px;
    margin: 0 auto;

}

.clsTourFooter svg.icon {
    margin-left: 0;
}

.msg-box h2 span {
    background: #ec5ca4;
    padding: 0 15px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline !important;
    line-height: 1.4;
    text-shadow: 2px 2px 0px #96135a;
}

.tourPreview.hoteller .tourDetails {
    min-height: auto !important;
    padding-bottom: 30px;
    padding-top: 10px
}

.sitemapList.static-page-white {
    padding: 20px
}

.siteMapSubMenu {
    display: none
}

.sitemapList ul li {
    display: block
}

.expandButton,
.expandButton:focus {
    position: absolute;
    display: block;
    line-height: 1;
    background: #96135a;
    margin-left: 5px;
    padding: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
    border: none !important;
    left: -18px;
    outline: none;
}

.expandButton:after,
.expandButton:before {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.expandButton:before {
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

.expandButton.active:before {
    display: none;
}

.expand_Main {
    align-items: center;
    padding: 3px 0 3px 20px;
    position: relative;
}

.listA .col-md-4 {
    display: block;
}

.py10 {
    padding: 20px 0;
}

.TrustPilotWhiteBox {
    display: block;
    background: rgba(255, 255, 255, .3);
    padding: 10px 0;
    margin: 45px auto 0;
    /*margin: 10px auto 0;*/
    max-width: 240px;
    border-radius: 6px;
}

.TrustPilotWhiteBox svg.icon {
    max-width: 230px;
    width: 100%;
}

.clsIndexTrustPilot {
    text-align: center
}

.header-img.indexNewImage .tourSearch_wrapper img,
.header-img.indexPage.indexNewImage {
    max-height: 400px;
    height: 400px
}

.flyPrice {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

@media (min-width:1921px) {

    .container,
    .footer .text-area {
        max-width: 1556px !important;
    }
}

@media only screen and (max-width:1800px) and (min-width:1300px) {
    .col-lg-custom-4 {
        flex: 0 0 33% !important;
        max-width: 33.33% !important;
    }

}

@media only screen and (max-width:1299px) and (min-width:1024px) {
    .col-lg-custom-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width:1366px) {
    .searchBoxHeading .hotelDetailsStar svg {
        width: 90px !important;
        height: 30px !important;
        display: block !important;
        top: 0 !important;
    }

    .hotelDetailsStar {
        position: absolute !important;
        top: -38px !important;
    }

    .topHeaderVideo {
        width: auto;
    }

    .headerHomeVideo .videoClick {
        right: 19px;
    }

    .headerHomeVideo .title {
        top: -19px;
        text-shadow: 0 -1px 1px #5a5a5a;
        font-size: 18px;
    }

    .includeOffer .px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer .text-area .list-dubble ul li {
        line-height: 14px;
        padding-bottom: 8px;
    }

    .footer .text-area .list-dubble .footernav a {
        line-height: 14px;
        padding-bottom: 8px;
    }
}

@media only screen and (max-width:1600px) {
    .new_blog_Content .blog_name {
        font-size: 30px;
        max-width: 240px;
    }
}

@media only screen and (max-width:1599px) {
    .new_blog_Content .blog_name {
        font-size: 28px;
        max-width: 175px;
    }
}

@media only screen and (max-width:1400px) {
    .new_blog_Content .blog_name {
        font-size: 28px;
        max-width: 175px;
    }
}



@media only screen and (max-width:1280px) {
    .weatherWidget .container {
        max-width: 90% !important;
    }

    .weather-chart-month_temperatures ._temperature {
        font-size: 36px;
    }
}


@media only screen and (max-width:1099px) {
    .weather-chart-month_temperatures ._temperature {
        font-size: 32px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-img .showGallery:after {
        display: block;
        bottom: 20px;
        right: 20px;
        transform: none !important;
        left: initial !important;
        top: initial !important;
        width: 48px;
        height: 48px;
    }

}


@media only screen and (max-width:1024px) {
    ._temperature sup {
        font-size: 20px;
        position: relative;
        top: -12px;
    }

    .weatherChart {
        padding: 30px 35px 20px;
    }

    .weather-chart-month_temperatures ._temperature i {
        font-style: normal;
        font-size: 32px;
        position: absolute;
        right: -78px;
    }

    .header-img .showGallery:after {
        display: block;
        bottom: 20px;
        right: 10px;
        transform: none !important;
        left: initial !important;
        top: initial !important;
    }

    .header-img .showGallery:after {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .reviewText {
        padding: 35px 30px 25px 30px
    }


    .reviewArea {
        width: 450px;
        margin-left: 50px;
    }
}

@media only screen and (max-width:991px) {
    .TrustPilotWhiteBox {
        margin: 40px auto 0;
    }

    .header-img.indexNewImage .tourSearch_wrapper img,
    .header-img.indexPage.indexNewImage {
        max-height: 540px;
        height: 540px;
    }

    .weatherWidget .container {
        max-width: calc(100%) !important;
    }

    .weather-chart-month_temperatures ._temperature {
        font-size: 26px;
    }

    .weather-chart-month_temperatures ._temperature i,
    ul.weather-chart-month_extra li i {

        font-size: 26px;
    }

    ul.weather-chart-month_extra li {
        margin-top: 30px;
        font-size: 20px;
    }
}

@media only screen and (max-width:899px) {
    ul.hotelFilters li {
        flex: inherit;
    }

    .wChartBox ._yearChart.notfirst ._halfYear {
        opacity: 1 !important
    }

    .wChartBox .wcBtn,
    .wChartBox .wcBtn.active {
        display: none
    }

    .wChartBox ._yearChart,
    .wChartBox ._yearChart.first {
        position: initial !important;
        left: initial !important;
    }

    .weatherChart ._halfYear,
    .wChartBox ._yearChart {
        display: block
    }

    .weatherChart ._halfYear ._monthColoum {
        width: auto;
    }

    .weather-chart-month_temperatures ._temperature i {
        font-size: 44px;
        right: 0 !important;
        left: initial !important;
    }

    .weather-chart-month_temperatures {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: fit-content;
    }

    ul.weather-chart-month_extra li {
        margin-top: 0;
    }

    ul.weather-chart-month_extra {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .weatherChart ._halfYear ._monthColoum {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .weather-chart-month_temperatures ._temperature {
                padding: 0 20px 0 37px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .weather-chart-month_temperatures ._temperature svg {
    width: 35px;
    left: -2px;
    top: 7px;
}

    .weather-chart-month_temperatures ._temperature {
        font-size: 48px;
    }
}

@media (max-width:480px){
        .weather-chart-month_temperatures ._temperature svg {
        width: 32px;
        left: -9px;
        top: 4px;
    }
}

@media (min-width:768px) {

    .pricePkgBanner {
        left: 8px;
    }

    .error-box {
        position: relative;
        right: 100px;
    }

    .tabQueryNew.indexqueryform:not(.tourpageform) ._newcheckbox ul {
        display: flex;
        flex-wrap: wrap;
    }

    .tabQueryNew.indexqueryform ._newcheckbox ul li {
        flex: 1;
    }

    /* .tabQueryNew.indexqueryform ._newcheckbox ul li:nth-child(odd) {
    border-right: 1px solid #d2d2d2;
} */
    .tabQueryNew.indexqueryform .tab-content {
        padding: 10px 25px 15px;
    }

    ._htStr .starModalRating svg {
        width: 80px;
    }

    ._htStr .starModalRating.rate5 {
        width: 80px;
    }

    ._htStr .starModalRating.rate4 {
        width: 64px;
    }

    ._htStr .starModalRating.rate3 {
        width: 48px;
    }

    ._htStr .starModalRating.rate2 {
        width: 32px;
    }

    ._htStr .starModalRating.rate1 {
        width: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .reviewText {
        padding: 35px 35px 25px 35px;
    }

    .reviewArea {
        width: 380px;
        margin-left: 0px;
    }
}


@media (min-width:1680px) {
    .reviewArea {
        width: 610px;
    }

    .itinerary-block .carousel {
        float: right;
    }

    .reviewPost {
        width: 610px !important;
    }

    .reviewText {
        font-size: 24px;
    }

    .reviewRank {
        width: 267px;
        display: block;
        position: absolute;
        top: -98px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .sfScrolled ul li ul {
        top: 44px !important;
    }

}

.singlReview {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.singBgimg img {
    width: 100%;
}

.addDestbg a {
    color: #96135a;
    text-decoration: underline;
}

.reviewPost {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    left: 20%;
}

.viewDesktop {
    display: block;
}

.viewTablet {
    display: none;
}

.viewMob {
    display: none;
}

/* Modal styling */
.image-gallery img {
    max-width: 1024px;
    width: 100%;
    height: auto;
}

.custom-hotel-name {
    width: 100%;
    background-color: #ec5ca4;
    margin: 0px;
    padding: 0px;
    border-radius: 10px 10px 0 0;
}

.custom-hotel-name h1 {
    color: #ffffff;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
}

.custom-text-area h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Slab', serif;
}

.custom-text-area h3 {
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}

.custom-icon-star {
    width: 24px;
    color: #ec5ca4;
    margin-bottom: 20px;
}

.main-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-text p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    margin-bottom: 1rem;
}

.price-area {
    padding-top: 20px;
    background-color: #fcdfeb;
}

.custom-icon-user {
    color: #ec5ca4;
    height: 18px;
    margin-bottom: 8px;
}

.price-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.price-amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 20px;
    color: #96135a;
    font-weight: 700;
}

.price-segment {
    margin-bottom: 30px;
}

.price-segment:last-child {
    margin-bottom: 15px;
}

.pink-buttom {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #ec5ca4;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    width: auto;
    margin: 0px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
}

.price-segment svg {
    /*width: 20px;*/
    width: 15px;
    fill: #ec5ca4;
    position: relative;
    top: -6px;
}

.tingle-modal__closeLabel {
    font-weight: 700;
}

._counters {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 30px;
    border: 0;
    background: #ec5ca4;
    z-index: 1;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}

#SlideCount {
    margin-left: -2px;
}

.HotelNewModalStars svg {
    width: 120px;
}

.HotelNewModalStars.rate0 {
    visibility: hidden;
}

.HotelNewModalStars.rate1 {
    color: #ec5ca4;
    font-size: 16px;
    width: 24px;
    overflow: hidden;
}

.HotelNewModalStars.rate2 {
    color: #ec5ca4;
    font-size: 16px;
    width: 48px;
    overflow: hidden;
}

.HotelNewModalStars.rate3 {
    color: #ec5ca4;
    font-size: 16px;
    width: 72px;
    overflow: hidden;
}

.HotelNewModalStars.rate4 {
    color: #ec5ca4;
    font-size: 16px;
    width: 94px;
    overflow: hidden;
}

.HotelNewModalStars.rate5 {
    color: #ec5ca4;
    font-size: 16px;
    width: 120px;
    overflow: hidden;
}


h2.Modal_HotelName {
    margin: 0;
    margin: 0px;
    padding: 0px;
    font-size: 2em;
}

.HotelPopupNew h3 {

    margin-top: 30px;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;

}

.HotelModalCarousel .carousel {
    max-width: 100% !important;
}

.HotelModalCarousel {
    background: #f4edf4;
}

.HotelModalCarousel .carousel-item img {
    width: initial;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.HotelNewModalStars {
    color: #ec5ca4;
    font-size: 16px;
    margin-bottom: 20px;



}


.fancybox-container {
    z-index: 9999999 !important;
}


.header.fixed {
    margin-right: 17px !important;
}

.fancybox-button {
    background: transparent;
}

.fancybox-navigation .fancybox-button {
    background: transparent;
}

.fancybox-navigation .fancybox-button svg {
    width: 36px;
    height: 36px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    border: 2.5px solid #ec5ca4;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.fancybox-navigation .fancybox-button div:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #ec5ca4;
    border-radius: 50%;
}

.fancybox-navigation .fancybox-button div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 5px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 5px;
}

.fancybox-navigation .fancybox-button:disabled div:before {
    background: #9c9c9c;
}

.fancybox-navigation .fancybox-button:disabled svg {
    /*border: 2.5px solid #9c9c9c;*/
    color: #dcdcdc;
    border: none !important;
    transform: none !important;
}

.fancybox-navigation .fancybox-button:hover div:before {
    transform: translate(-50%, calc(-50% + 3px));
}

.fancybox-navigation .fancybox-button svg {
    background: #ec5ca4;
    box-shadow: 0 6px #96135a;
    border-radius: 8px;
    border: none !important;
}

.fancybox-navigation .fancybox-button:disabled svg {
    background: #888;
    box-shadow: none !important;
}

.fancybox-navigation .fancybox-button:hover svg {
    box-shadow: 0 3px #96135a;
    transform: translateY(3px);
}

#slinky-menu::-webkit-scrollbar {
    width: 13px !important;
}

@media only screen and (max-width:1599px) and (min-width:991px) {
    .col-md-custom-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media only screen and (max-width:1099px) {
    .query-form-mapHome .container {}
}

@media only screen and (max-width:1024px) {
    .frontViewTxt .textArea {
        overflow-y: inherit !important;
    }

    .viewDesktop {
        display: none;
    }

    .viewTablet {
        display: block;
    }

    .viewMob {
        display: none;
    }
}

@media (min-width: 1024px) {
    .fixbodytop {
        position: relative;
    }

    #mobile-menu .mobile-nav-open {
        right: 0;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        padding-left: 0px;
    }
}

@media (max-width: 1235px) {

    .header .menuBackdrop,
    #mobile-menu .mobile-nav-open {
        top: 60px !important
    }

    .headerHomeVideo {
        right: 180px;
    }

    .topHeaderVideo {
        width: 400px;
    }

    .top-menu {
        padding: 0 !important;
    }

    .mt {
        margin-top: 60px;
    }

    header {
        position: fixed !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        height: 60px;
        animation: slide-down .7s;
        opacity: 1;
    }

    .header-img {
        margin-top: 60px !important;
    }

    #mobile-menu {
        display: block !important;
    }

    #mobile-menu .mobile-nav-open {
        right: 0;
        width: 400px !important;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        /*padding-left: 10px;*/
    }

    .logo-sml {
        display: none !important;
    }

    .logoMob-sml {
        display: block;
        padding: 5px 0 3px;
        width: auto;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 11;
        margin-bottom: 7px;
    }

    .logoMob-sml img {
        width: 100%;
    }

    /* .sfTmenu {
    display: none;
} */
    #top-header,
    .logo {
        display: none !important;
    }





    .reviewPost {
        left: 40px;
    }


}

@media (max-width: 1023px) {
    .headerHomeVideo {
        right: 130px;
        width: 100%;

    }

    .headerHomeVideo .videoClick {
        right: -60px;
    }
}

@media (max-width: 991px) {
    .topHeaderVideo {
        width: 300px;
    }

    .msg-box {
        min-height: inherit !important;
    }

    .destination {
        padding: 4px 0 !important;
    }

    .desNewPadd {
		padding: 0 !important;
    }

    .tabQueryNew {
        margin: 0 auto;
    }
}

@media (min-width: 888px) {
    .middle-sec .blogSection .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 887px) {
    .middle-sec .blogSection .col-md-8 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .middle-sec .blogSection .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}



@media (max-width:1024px) {
    .clnSlect {
        z-index: 2;
        position: relative;
    }

    .newQreslect {
        margin: 0 auto;
        margin-top: 20px;
        margin-left: 15px;
    }

    .qreTab.hlf {
        width: 100%;
    }

    .reviewBgsecTab {
        display: block;
    }


    .viewDesktop {
        display: none;
    }

    .viewTablet {
        display: block;
    }

    .viewMob {
        display: none;
    }

    .reviewPost {
        left: 40px;
    }

    .reviewArea {
        margin-left: 0px;
    }



}


@media (max-width:1024px) {
    .fancybox-slide--html {
        padding: 0 !important;
    }

    .custom-hotel-name,
    .newfancymodal {
        border-radius: 0 !important;
    }

}

@media (max-width:768px) {
    .new_blog_Content .blog_name {
        font-size: 36px;
        max-width: 190px;
    }

    ._temperature sup {
        font-size: 20px;
        position: relative;
        top: -24px;
    }

    .weather-chart-month_temperatures ._tempHigh i {
        right: 10px !important;
    }

    .tabQueryNew.indexqueryform {
        margin-bottom: 20px;
    }

    .tabQueryNew.indexqueryform.tourpageform {
        margin-bottom: 48px;
    }

    .reviewArea {
        width: 430px;
    }

    .reviewPost {
        width: 430px;
    }

    .modal-content {
        position: absolute;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 480px;
        height: 368px;
        top: 10px;
        bottom: 0;
        right: 0;
        left: 0;
        border: none;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }

}

@media (max-width:834px) {
    .mobSlidebg .slideText {
        display: none;
    }

    .headerHomeVideo {
        position: absolute;
        z-index: 9;
        right: 155px;
        margin-top: 6px;
        width: 200px;
    }

    .headerHomeVideo .title {
        top: 0px;
        text-shadow: 0 -1px 1px #5a5a5a;
        font-size: 18px;
    }
}

.pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer {
        font-family: 'Roboto Condensed', sans-serif !important;
        font-weight: 700
    }

@media (min-width: 767px) {

    body {
        font-family: 'Roboto', sans-serif !important;
    }

    p {
        font-family: 'Roboto', sans-serif !important;
        font-size: 17px !important;
    }

    .dateValue span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px !important;
    }

    .offer-qr .qr-text .Sml {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'Roboto Slab', serif !important;
    }

    .clsTextDrpFtr {
        font-family: 'Roboto Condensed', sans-serif !important;
        font-weight: 700 !important
    }

    .qreTab input.form-control {}

    .qreTab select.form-control {}

    .qreTab textarea.form-control {}
    
    .pakg-program .detail .heading {
        font-size: 20px !important;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        font-size: 15px !important;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .mealW {
        font-size: 15px !important;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg {
        font-size: 15px !important;
    }

    .include h4 {
        font-size: 20px !important;
    }

    .include .do ul li,
    .include .dont ul li {
        font-size: 17px !important;
    }

    .clndValueblk {
        font-size: 17px !important;
    }

    .breadcrumb li {
        font-size: 15px;
    }

    .sf-menu a {
        font-size: 18px !important;
    }

    .sf-menu ul li a {
        font-size: 16px !important;
    }

    .nwBtnqrTop {
        font-size: 24px !important;
    }


}

.barMenu,
.menutext {
    display: none !important;
}


@media (max-width: 767px) {
    .header-img.indexPage.indexNewImage {
        margin-bottom: 0 !important;
    }

    #mobile-menu,
    #mobile-menu .toggle-menu-mobile {
        display: block !important;
    }

    .footernav.FooterNavCategory::-webkit-scrollbar {
        width: 5px !important;
        display: block;
    }

    .footernav.FooterNavCategory::-webkit-scrollbar-thumb {
        background-color: #ec5ca4;
        width: 5px !important;
        display: block;
    }

    .listHoteloffer.mealicon {

        font-size: 13px;
        font-weight: 700;
    }

    .destination h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .seeJourney {
        display: none;
    }

    .headerHomeVideo {
        right: 120px;
        margin-top: 20px;
        width: 100%;
    }

    .topHeaderVideo {
        width: 260px;
    }

    .headerHomeVideo .title {

        width: 100%;
    }

    .headerHomeVideo {
        right: 120px;
        margin-top: 20px;
        width: 160px;
    }

    .middle-sec .blogSection .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


}

@media (max-width:667px) {
    .reviewArea {
        width: 370px;
    }

    .clnSection {
        display: block;
    }

    .reviewPost {
        width: 370px;
    }
}

@media (max-width:568px) {
    .TrustPilotWhiteBox svg.icon {
        max-width: 200px;
    }

    .TrustPilotWhiteBox {

        padding: 10px;
        margin: 34px auto 0;
        max-width: 225px;
    }

    .fancybox-button--close {
        border-radius: 0 !important;
    }

    .custom-hotel-name h1 {
        display: block;
        vertical-align: middle;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
        width: 85%;
        text-align: left;
        padding: 15px 10px;
    }


    .HotelPopupNew {
        position: relative;
    }

    .reviewBgsecMob {
        display: block;
    }

    .reviewBgsecTab {
        display: none;
    }

    .reviewBgsec {
        display: none;
    }

    viewDesktop {
        display: none;
    }

    .viewTablet {
        display: none;
    }

    .viewMob {
        display: block;
    }



    .reviewArea {
        width: 90%;
        margin: 0 6px;
    }

    .reviewPost {
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 160px;
    }

    .reviewContent {
        top: 154px;
    }

    .reviewText {
        padding: 30px 40px;
    }

    .reviewSt div {
        display: inline-block;
        line-height: 17px;
        font-size: 16px;
    }

    .reviewSt h2 {
        line-height: 2px;
        font-size: 16px;
    }
}

@media (max-height:650px) {

    .sf-menu ul li a {
        padding: 4px 10px;
        font-size: 12px;
    }
}


@media (max-width: 1024px) and (max-width: 768px) {
    .reviewPost {
        width: 430px;
    }

}

@media (max-width: 1024px) and (max-width: 568px) {

    .viewMob {
        display: block;
    }

}

@media (max-width:568px) {

    .reviewBgsecMob {
        display: block;
    }

    .reviewBgsecTab {
        display: none;
    }

    .reviewBgsec {
        display: none;
    }

    viewDesktop {
        display: none;
    }

    .viewTablet {
        display: none;
    }

    .viewMob {
        display: block;
    }



    .reviewArea {
        width: 90%;
        margin: 0 6px;
    }

    .reviewPost {
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 160px;
    }

    .reviewContent {
        top: 154px;
    }

    .reviewText {
        padding: 30px 40px;
    }

    .reviewSt div {
        display: inline-block;
        line-height: 17px;
        font-size: 16px;
    }

    .reviewSt h2 {
        line-height: 2px;
        font-size: 16px;
    }
}

@media (max-width:667px) {
    .reviewArea {
        width: 370px;
    }

    .clnSection {
        display: block;
    }

    .reviewPost {
        width: 370px;
    }
}

@media (max-width:568px) {

    .reviewBgsecMob {
        display: block;
    }

    .reviewBgsecTab {
        display: none;
    }

    .reviewBgsec {
        display: none;
    }

    viewDesktop {
        display: none;
    }

    .viewTablet {
        display: none;
    }

    .viewMob {
        display: block;
    }



    .reviewArea {
        width: 90%;
        margin: 0 6px;
    }

    .reviewPost {
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 160px;
    }

    .reviewContent {
        top: 154px;
    }

    .reviewText {
        padding: 30px 40px;
    }

    .reviewSt div {
        display: inline-block;
        line-height: 17px;
        font-size: 16px;
    }

    .reviewSt h2 {
        line-height: 2px;
        font-size: 16px;
    }
}


@media (max-width: 375px) {
    .blog-overview .image img {
        height: 380px;
    }

    .reviewPost {
        top: 120px;
    }

    .header-img {
        height: 267px;
    }

    .mobSlidebg .slideText {
        top: 110px !important;
    }

    .countryFlt {
        top: 1495px;
    }

    .reviewText {
        padding: 22px 30px;
        font-size: 14px;
    }

    .reviewContent {
        top: 120px;
    }
}

/* About review New CSs End */

/* Global Offers CSS*/

.price-global-offers .tilkob-price {
    width: 100%;
    background: #FFF;
    margin-top: 20px;
    padding: 0px;
}

.brPd {
    background-color: #f0f0f0;
    padding: 0px;
}

.price-global-offers {
    margin-top: 0px;
    background: #f0f0f0;
}

.price-global-offers .tilkob-price-tagline {
    text-align: left;
    top: 0;
    bottom: 0;
    position: relative;
    width: 60%;
}

.hotelPricesec {
    position: relative;
}

.hotelPricesec img {
    float: none;
    position: absolute;
}

.hotelPricesec .greytxt {
    display: block;
    padding-left: 20px;
    line-height: 19px !important;
}

.hotelPricesec .price {
    line-height: inherit !important;
}

.price-global-offers .price-column:not(.last) {
    min-height: 106px !important;
    border-right: 1px solid #CCC;
}

.gallery-heading h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.gallery-heading .heading-subtext {
    font-size: 14px;
}

.gallery-heading {
    margin: 0;
    padding: 20px 0px 15px 0px;
}

.gallery-img {
    margin: 0 auto;
    max-width: 441px;
    width: 100%;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    /*margin-bottom: 46px;*/
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

.gallery-img figure img {
    width: 100%;
    height: auto;
    height: auto;
    max-height: 287px;
    object-fit: cover;
}

.package-overview.global-offer .pkg-content .pkgFooter {
    bottom: 12px;
}

.gallery-section {
    padding-bottom: 50px !important;
    margin-top: 3rem;
}

.gallery-section.bg-grey {
    background: #fcdfeb
}

.query-form-map {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #73c0ec;
    background-position: 100%;
}

.query-form-map.bg-DK {
    background-image: url(https://cdn.flamingotours.dk/images/world-map-package.jpg) !important;
}

.query-form-map.bg-NO {
    background-image: url(https://cdn.flamingotours.no/images/world-map-package.jpg) !important;
}

.query-form-map.bg-SE {
    background-image: url(https://cdn.flamingotours.se/images/world-map-package.jpg) !important;
}

.query-form-map.bg-DE {
    background-image: url(https://cdn.flamingotours.dk/images/world-map-package.jpg) !important;
}

.query-form-map .form-bottom {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 30px;
    width: 580px !important;
    margin: 0 auto;
}

.query-form-map .form-bottom .pakg-detail {
    margin-bottom: 0px;
    max-width: 520px;
}

.request-form-bottom {
    margin-top: 0px !important;
}

.query-form-mapHome {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #73c0ec;
    background-position: 100%;
    /*padding: 40px 0 0;*/
}

.query-form-mapHome.bg-DK {
    background-image: url(https://cdn.flamingotours.dk/images/world-map-index.jpg) !important;
}

.query-form-mapHome.bg-NO {
    background-image: url(https://cdn.flamingotours.no/images/world-map-index.jpg) !important;
}

.query-form-mapHome.bg-SE {
    background-image: url(https://cdn.flamingotours.se/images/world-map-index.jpg) !important;
}

.query-form-mapHome.bg-DE {
    background-image: url(https://cdn.flamingourlaub.de/images/world-map-index.jpg) !important;
}

.query-form-mapHome.bg-PL {
    background-image: url(https://cdn.flamingotours.pl/images/world-map-index.jpg) !important;
}

.forPopupMargin {
    margin-top: 10px !important;
}

.contentParah {
    text-align: center;
    color: #333333;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding: 15px 0px;
}

.contentParah span.pinkTxt {
    color: #ec5ca4;
    font-weight: bold;
}

.clsFormPopupPkg {
    color: #000;
    width: 85%;
    margin: 0 auto;
}

.clsFormPopupPkg .form-group .form-control {
    background: #f0f0f0 !important;
    border: 1px solid #cccccc;
    padding: 9px 10px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 15px;
}

.clsFormPopupPkg .form-group label {
    color: #ec5ca4;
    font-size: 15px;
    margin-bottom: 10px;
    /* float: left; */
    padding-top: 9px;
}

.clsFormPopupPkg textarea {
    font-style: italic;
}

.itinerary-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    border-bottom: 0;
}

.itinerary-block.brdNone {
    border: none;
}

.carousel-caption h3 a {
    color: #fff;
}

.text-show {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.text-show .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.text-show .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent;
}

.text-show:hover .tooltiptext {
    visibility: visible;
}

.f04 {
    font-size: 18px;
    padding: 20px 0;
    margin-top: 180px;
    background-color: #fff;
    margin-bottom: 50px;
}

.f04 img {
    width: 50%;
}

.footer-logo {
    margin-top: 15px;
}

.footer-logo a {
    color: #b1acac;
    font-size: 20px;
    font-weight: 700;
}

.footer-logo a:hover {
    color: #fff;
}

.footer-logo img {
    margin-right: 20px;
    opacity: 0.6;
}

.footer-logo .ssl {}

.footer-logo .ssl img {
    width: 30px;
}

.footer-logo img:hover {
    opacity: 1;
}

.footer-logo .sslR {}

.footer-logo .sslR img {
    width: 80px;
}

.form-control-box {
    background-color: #fff;
    border-radius: 0 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    margin: 0 auto 20px auto;
    border: none;
    font-size: 15px;
    display: block;
    width: 85.5%;
    height: 34px;
    line-height: 1.42857143;
    color: #000;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Inconsolata', monospace !important;
}

.form-control-box2 {
    background-color: #e5e5e5;
    border-radius: 0 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    color: #000;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Inconsolata', monospace !important;
}

.form-control-box3 {
    background-color: #fff;
    border-radius: 0 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    color: #000;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Inconsolata', monospace !important;
}

.dl-menuwrapper {
    display: none;
}

.white-content-box {
    background: #fff;
    padding: 20px;
    height: 315px;
    overflow: scroll;
    overflow-x: hidden;
}

.hotel-catgnew {
    position: relative;
    line-height: 1.5;
    margin-bottom: 6px;
}


span.hotel-catgnew:before {
    margin-right: 3px;
}

.hotel-catgnew a,
.hotel-catgnew span.HotelCatg-Rating {
    max-width: calc(100% - 42px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: underline;
}

.hotel-catgnew span.HotelCatg-Rating {
    margin-left: 2px;
    color: #FFF;
    background: #ec5ca4;
    padding: 0 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    line-height: 1.5;
    text-decoration: none;
}

.hotel-catgnew span.HotelCatg-Rating i {
    font-size: 11px;
    font-weight: normal;
    margin-right: 1px;
}

.bg-wht .custom-icon {
    padding: 0 3px;
    color: #ec5ca4;
    min-width: 25px;
}

.htlist a {
    max-width: calc(100% - 68px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 5px;
    text-decoration: underline;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.nlist-block {
    padding-top: 6px;
}

.nlist {
    width: 150px;
    padding: 2px 0px 0px 0px !important;
}

.nlist1 {
    display: inline-block !important;
    padding: 0px 0px 0px 11px;
    float: right;
    color: #000 !important;
}

#slinky-menu {
    width: 100%;
    box-sizing: border-box;
}

#slinky-menu * {
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 0;
    user-select: none;
    font-size: 18px;
}

/* Menu Highlight Update */

.categorize{
    background-color: #ec5ca4;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 45px !important;
    
}

.slinky-theme-default li {
    border-bottom: 1px solid #fbdbe9 !important;
}

.categorize .margin-left{
    margin-left: 25px !important;
}

.slinky-theme-default .newBack::before{
    width: 0;
    padding: 0 !important;
}

.categorize .see{
    width: 84px;
}

.categorize .margin-right{
    width: 92px
}

.categorize .country .country-name{
    display: inline-block;
    color: #ffffff !important;
    font-size: 19px !important;
    font-family: 'Roboto Slab', serif !important;
}

.categorize a{
    padding: 0 !important;
    height: 45px !important;
}

.categorize svg{
    height: 18px;
    fill: #ffffff;
    position: relative;
    top: -3px;
}

.categorize .see svg{
    margin-left: 4px !important;
}

#sealle{
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    display: inline-block;
    height: auto !important;
    color: #f49dc8;
    padding: 0 !important;
}

.categorize a .country .back-icon{
    margin-right: 6px !important;
}

.search-icon{
    height: 19px;
    margin-right: 8px !important;
    fill: #ec5ca4;
}

#dflex span{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

/* End */

#mobile-menu {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 10;
    display: none;
    top: 50px;
}

#mobile-menu .toggle-menu-mobile {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 55px;
    height: 60px;
    top: -50px;
    padding: 15px 10px 15px 10px;
    ;
    z-index: 1;
    text-align: center;
    font-size: 25px;
    display: none;
}

.toggle-menu-mobile i span {
    position: relative;
    top: -8px;
    font-weight: 600;
}

.barMenu img {
    width: 24px;
}

#mobile-menu .toggle-menu-mobile span.menutext {
    font-size: 9px;
    display: block;
    top: -4px;
    position: relative;
}

/* #mobile-menu {
	
	position: fixed;
	height: 100vh;
} */
.header .menuBackdrop {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.header.fixed .menuBackdrop {
    top: 60px;
}

.menu-bdr {
    border-bottom: 5px solid #fff;
}


.toggle-menu-mobile {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-decoration: none;
}

.toggle-menu-mobile i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    color: #252525;
    font-size: 14px;
    text-transform: uppercase;
    text-indent: -75px;
    background: #252525;
    transition: all .2s ease-out;
    font-style: normal;
}

.toggle-menu-mobile i::before,
.toggle-menu-mobile i::after {
    content: '';
    width: 18px;
    height: 3px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.toggle-menu-mobile i::before {
    top: -7px;
}

.toggle-menu-mobile i::after {
    bottom: -7px;
}

.toggle-menu-mobile :hover i::before {
    top: -10px;
}

.toggle-menu-mobile :hover i::after {
    bottom: -10px;
}

.toggle-menu-mobile.menu-bdr i {
    background: #fff;
}

.toggle-menu-mobile.menu-bdr i::before {
    top: 0 !important;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.toggle-menu-mobile.menu-bdr i::after {
    bottom: 0 !important;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}



#mobile-menu .mobile-nav-open {
    display: none;
    clear: both;
    position: fixed;
    width: 100%;
    top: 100px;
    height: 100%;
    border-top: 1px solid #ccc;
    background-color: #fff;
    padding-right: 0px !important;
}

.header.fixed #mobile-menu .mobile-nav-open {
    top: 60px
}

.slinky-menu a {
    padding: 8px 10px !important;
    text-decoration: none;
    padding: 4px 10px 4px 15px !important;
    height: 60px;
}

.slinky-theme-default {
    background: #fff !important;
    overflow-y: scroll;
}

.slinky-menu .back {
    color: #96135a !important;
    font-weight: 700 !important;
}

.slinky-menu {
    /*height: calc(100vh - 150px) !important;*/
    overflow-y: scroll;
}

.slinky-menu::-webkit-scrollbar-track {
    background-color: #96135a;
}

.slinky-menu::-webkit-scrollbar {
    width: 13px;
    background-color: #96135a;
    display: block;
}

.slinky-menu::-webkit-scrollbar-thumb {
    background-color: #ec5ca4;
    display: block;
}

.msg-form .form-control.lrgHT::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    display: block;
}

.msg-form .form-control.lrgHT::-webkit-scrollbar-thumb {
    background-color: #ec5ca4;
    display: block;
}

.htText::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    display: block;
}

.htText::-webkit-scrollbar-thumb {
    background-color: #ec5ca4;
    display: block;
}

.modal-lg {
    max-width: 900px;
}

/*Ab css*/

.sec-category {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}

.sec-category .carousel-indicators {
    position: absolute;
    top: 12%;
    width: 80% !important;
    margin: 0 auto;
}

.sec-category .carousel-indicators li {
    width: 200px;
    height: 200px;
    display: inline-block;
    text-indent: inherit;
    border-radius: 100%;
    border: 4px solid #fff;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.2s;
    margin-left: 60px;
    margin-right: 60px;
}

.sec-category .carousel-indicators li.active {
    opacity: 1;
}

.sec-category .carousel-indicators img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.sec-category .carousel-indicators li:hover {}

.sec-category .carousel-indicators li .tabtext {
    color: #fff;
    background: none;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.catg-img {
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    width: 200px;
    height: 200px;
    margin: auto;
    cursor: pointer;
}

.catg-mask {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(236, 92, 164, 0.72);
    top: -188px;
    border-radius: 0%;
    left: 0px;
}

.catg-img:hover {
    opacity: 0.6;
    transition: 1s;
}

.catg-mask {
    width: 0px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.catg-mask.open {
    width: 200px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.catg-img img {
    width: 100%;
}

.catg-title {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-top: 15px;
    display: block;
}

.msg-title {
    font-size: 24px;
}

.msg-box {
    padding: 15px;
    border-radius: 6px;
    background-color: transparent;
    min-height: 472px;
    position: relative;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 80%);
}

.msg-box p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.msg-box .formContact {
    margin-top: 20px;
    font-weight: 700;
}

.msg-box .formContact .imgCir {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: inline-block;
    border: 4px solid #fbfbfb;
    overflow: hidden;
    background-color: #eaeff2;
    vertical-align: middle;
}

.msg-box .formContact .imgCir img {
    width: 100%;
    height: auto;
    min-height: 120px;
    object-fit: cover;
}

.msg-box .formContact .contInfo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.msg-box .formContact .contInfo ul {}

.msg-box .formContact .contInfo ul li {
    line-height: 19px;
    font-weight: normal;
    color: #FFFFFF;
}

.msg-box .formContact .contInfo ul li:first-child {
    color: #FFFFFF;
}

.msg-box .formContact .contInfo ul li:nth-child(2) {
    margin-bottom: 5px;
}

.msg-box p {
    color: #FFFFFF;
    font-weight: 600
}

.msg-form {
    position: relative;
    height: 100%;
}

.msg-form .form-control {
    color: #000;
    border-radius: 8px !important;
    height: 35px;
    border: 1px solid #ddd;
    padding: 6px 10px 5px 10px;
}

.msg-form .mRight10 select {
    width: 40%;
    display: inline-block;
}

.msg-form .mRight10 .pink-txt {
    font-size: 13px;
    font-weight: 700;
}

.sendBtn {
    width: 100%;
    position: relative;
    bottom: 0;
}

.sendBtn .connectbtn {
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    padding: 10px 0px;
    background-color: #3fbd4e;
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-left: 20px;
    transition: 0.2s;
}

.sendBtn .connectbtn:hover {
    background-color: #007a45;
    cursor: pointer;
}

.sendBtn .connectbtn i {
    display: inline-block;
    background-color: #007a45;
    padding: 14px 15px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 6px 6px 0px;
}

.sendBtn .connectbtn i:hover {
    background-color: #3fbd4e;
}

.static-page-white {
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
}

.sml-label {
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0;
}

.pkg-label {
    color: #464646;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    top: -17px;
}

label {
    margin-bottom: 0 !important;
}

.msg-form .form-group {
    margin-bottom: 0;
}

.lrgHT {
    height: 78px !important;
}

.msg-box .formContact {
    position: absolute;
    bottom: 10px;
}

.msg-form label span {
    font-size: 12px !important;
}

.msg-form .form-group:first-child {
    margin-top: -4px;
}

.msg-box h2 {
    color: #FFFFFF !important;
    margin: 5px 0 20px;
    font-size: 32px;
}

.msg-box.height-initial {
    min-height: initial !important;
    margin-bottom: 0;
}

.subscribe label {
    display: block;
}

.testimonie {
    position: relative;
}

.testimonie .bgBlock {}

.testimonie .bgBlockTab {
    display: none;
}

.bgBlockmob {
    display: none;
}

.testimonie .bgBlock img {
    width: 100%;
    height: auto;
}

.testimonie .testimonieSec {
    position: absolute;
    top: 0;
    padding: 20px 0;
}

.testimonie .testimonieSlide {
    padding: 30px 50px;
    width: 60%;
    overflow: auto;
    position: relative;
}

.testimonie .testimonieSlide .carousel {
    max-width: 100% !important
}

.testimonie .testimonieSlide .textBlock {
    height: 360px;
    background-color: #fff;
    padding: 20px 20px;
    overflow: auto;
}

.testimonie .testimonieSlide .textBlock::-webkit-scrollbar {
    width: 3px !important;
    background-color: #F5F5F5;
    display: block;
}

.testimonie .testimonieSlide .textBlock::-webkit-scrollbar-thumb {
    background-color: #fff;
    display: block;
}


.testimonie .testimonieSlide .textBlock h3 {
    font-size: 20px;
}

.testimonie .testimonieSlide .textBlock .signFooter {
    padding-top: 30px;
}

.testimonie .testimonieSlide .textBlock .signFooter .title {
    font-weight: 700;
    color: #000;
    display: block;
}

.testimonie .testimonieSlide .textBlock .signFooter .titleSub {
    font-style: italic;
    font-size: 13px;
    line-height: 13px;
    display: block;
}

.testimonie .testimonieSlide .textBlock .starModalRating.rate5 {
    width: 100%;
    text-align: left;
}

.testimonie .testimonieSlide .textBlock .starModalRating img {
    width: 100px;
}

.testimonie .testimonieSlide .carousel-control-prev:hover {
    width: 50px !important;
}

.testimonie .testimonieSlide .carousel-control-next:hover {
    width: 50px !important;
}

.testimonie .testimonieSlide .carousel-control-next {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    opacity: 1;
}

.testimonie .testimonieSlide .carousel-control-prev {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    opacity: 1;
}

.carousel-control-prev {}

.contactForm {
    padding: 8px 8px;
    background-color: #fff;
    border-radius: 6px;
}

.contactForm .bgAreaForm {
    background-repeat: no-repeat;
    background-image: url(https://cdn.flamingotours.dk/images/world-map-index.jpg) !important;
    background: 100%;
    border-radius: 6px;
    padding: 36px 30px;
    background-size: cover;
}

.contactForm .bgAreaForm .formText {}

.contactForm .bgAreaForm .formText h2 {
    color: #fff;
}

.contactForm .bgAreaForm .formText .msg-box {}

.contactForm .bgAreaForm .formText .msg-box p {
    width: 85%
}

.contactForm .bgAreaForm .formText .msg-box .formContact {
    position: relative;
    padding-top: 50px;
}

.contactForm .bgAreaForm .formText .msg-form .offer-btn {}

.contactForm .bgAreaForm .formText .msg-form .offer-btn .sendit {
    padding: 9px 58px 7px 10px;
}

.contactForm .bgAreaForm .msg-form .mRight10 select {
    width: 38%;
}


.contactInfoblock {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.contactInfoblock .ring {
    color: #ec5ca4;
    font-weight: 700;
    color: #ec5ca4;
    font-weight: 700;
    position: relative;
    left: -11px;
}

.contactInfoblock .ring img {
    width: 26px;
    position: relative;
    left: 5px;
}

.contactInfoblock p {}

.contactInfoblock .pink {}

.contactInfoblock ul {
    margin-top: 15px;
}

.contactInfoblock ul li {
    color: #000;
    width: 35%;

}

.contactInfoblock ul li .tb {
    display: block;
    float: right;
}

.contactInfoblock .mapBlock {
    display: flex;
}

.contactInfoblock .mapBlock .mapText {
    flex: 2;
    padding-right: 10px;
}

.contactInfoblock .mapBlock .text {}

.contactInfoblock .mapBlock .map {
    flex: 3;
}

.contInfoMob {
    display: none
}

.contInfoDesk {
    display: block
}

.forlinkstyle a {
    color: #96135a;
    text-decoration: underline
}

.margin-top-0 {
    margin-top: 0;
}

button.showmore_bottom {
    background: #ec5ca4;
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    outline: none;
    box-shadow: 0 6px #96135a;
    border-radius: 8px;
}

button.showmore_bottom:hover {
    box-shadow: 0 3px #96135a;
    transform: translateY(3px);
}

/* button.showmore_bottom:after {
     position: absolute;
    content: "";
    border-bottom: 3px dashed #ec5ca4 ;
    height: 3px;
    width: calc(100% - 40px);
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
} */

/* New Radio Box Css*/

._newcheckbox ul li:hover .pointSlt .checkmark {
    display: block !important;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='595.279px' height='841.891px' viewBox='0 0 595.279 841.891' enable-background='new 0 0 595.279 841.891' xml:space='preserve'%3E%3Cpath fill='%23CCCCCC' d='M585.979,420.945c0,159.245-129.093,288.339-288.338,288.339c-159.245,0-288.339-129.094-288.339-288.339 c0-159.246,129.094-288.339,288.339-288.339C456.886,132.606,585.979,261.699,585.979,420.945z M264.288,573.618l213.931-213.929 c7.265-7.265,7.265-19.043,0-26.308l-26.31-26.308c-7.266-7.265-19.043-7.265-26.31,0L251.134,481.54l-81.453-81.454 c-7.266-7.264-19.043-7.264-26.311,0l-26.307,26.308c-7.267,7.267-7.267,19.046,0,26.311L237.98,573.617 C245.245,580.883,257.023,580.883,264.288,573.618L264.288,573.618z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0px -6px;
    background-size: 30px;
    width: 30px !important;
    height: 30px !important;
    background-color: #eee;
    border-radius: 50%;
    overflow: hidden;
    position: relative !important;
}

._newcheckbox ul li .pointSlt {
    position: relative;
    width: 30px !important;
    height: 30px !important;
}


._newcheckbox ul li .pointSlt .clsChkAir:checked~.checkmark:after {
    background-size: 34px;
    width: 30px !important;
    height: 30px !important;
    background-position: -2px -6px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='800px' height='1000px' viewBox='0 0 800 1000' enable-background='new 0 0 800 1000' xml:space='preserve' %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%233fbd4e' d='M742.622,486.368c-0.127-7.571-1-15.139-1.756-22.687 c-2.594-25.873-8.306-51.071-16.874-75.605c-12.854-36.804-31.442-70.462-55.811-100.908 c-23.597-29.482-51.273-54.447-83.068-74.822c-22.175-14.209-45.691-25.689-70.533-34.457 c-16.157-5.702-32.642-10.219-49.481-13.308c-9.259-1.699-18.618-2.896-27.968-4.031c-6.256-0.759-12.572-1.031-18.865-1.48 c-2.948-0.21-5.905-0.294-8.854-0.504c-0.675-0.048-1.328-0.382-1.991-0.585c-4.32,0-8.64,0-12.96,0 c-0.828,0.206-1.647,0.547-2.484,0.596c-6.618,0.39-13.259,0.513-19.855,1.128c-8.182,0.763-16.358,1.722-24.483,2.949 c-14.307,2.16-28.406,5.323-42.306,9.371c-14.676,4.273-28.996,9.504-42.979,15.678c-25.954,11.459-50.057,26.013-72.385,43.485 c-15.903,12.446-30.592,26.21-44.055,41.282c-10.939,12.248-21,25.167-30.077,38.846c-22.639,34.113-38.708,71.082-48.058,110.953 c-2.736,11.668-4.972,23.433-6.275,35.353c-0.771,7.059-1.39,14.138-1.939,21.218c-0.327,4.219-0.373,8.459-0.576,12.688 c-0.043,0.915,0.194,1.994-1.008,2.453c0,4.32,0,8.64,0,12.96c0.323,0.5,0.804,0.964,0.931,1.51c0.179,0.765,0.11,1.59,0.12,2.39 c0.114,9.438,0.911,18.825,1.924,28.205c1.735,16.072,4.685,31.915,8.723,47.56c4.685,18.148,10.867,35.776,18.481,52.905 c12.022,27.043,27.333,52.077,45.854,75.151c12.398,15.446,26.064,29.678,40.918,42.779c17.822,15.719,37.092,29.405,57.764,41.101 c22.004,12.449,45.138,22.275,69.349,29.575c14.558,4.39,29.352,7.754,44.352,10.162c6.932,1.113,13.936,1.79,20.915,2.597 c16.729,1.934,33.525,1.756,50.309,1.287c7.013-0.195,14.012-1.06,21.005-1.749c16.807-1.658,33.339-4.844,49.665-9.132 c18.908-4.966,37.231-11.563,55.009-19.698c24.479-11.202,47.282-25.153,68.468-41.739c15.654-12.256,30.113-25.804,43.416-40.591 c14.975-16.644,28.205-34.564,39.677-53.784c15.453-25.892,27.215-53.373,35.393-82.392c3.622-12.854,6.488-25.881,8.516-39.074 c1.104-7.176,1.765-14.421,2.604-21.637C743.154,517.072,742.88,501.709,742.622,486.368z M617.013,426.527 c-0.874,1.039-1.806,2.034-2.767,2.995c-83.704,83.715-167.418,167.421-251.116,251.143c-3.57,3.571-7.486,6.453-12.536,7.562 c-7.681,1.686-14.377-0.213-20.219-5.375c-0.419-0.37-0.799-0.784-1.195-1.181c-47.568-47.567-95.13-95.14-142.715-142.69 c-2.775-2.772-4.923-5.901-6.053-9.648c-2.554-8.475-0.758-16.095,5.349-22.375c10.371-10.666,20.948-21.133,31.534-31.586 c8.968-8.856,22.561-8.804,31.716,0.042c4.314,4.168,8.5,8.47,12.743,12.713c27.093,27.092,54.185,54.185,81.28,81.275 c0.726,0.726,1.491,1.412,2.483,2.347c0.986-0.922,1.757-1.602,2.481-2.326C388,529.445,427.99,489.459,467.997,449.489 c27.953-27.928,55.943-55.818,83.88-83.764c4.573-4.576,9.929-7.216,16.419-7.275c5.94-0.055,11.222,1.96,15.437,6.107 c10.89,10.715,21.732,21.482,32.408,32.41C624.017,405.029,624.257,417.904,617.013,426.527z'/%3E%3C/svg%3E");
    background-color: #FFF;
}

._newcheckbox ul li.slcBgN .pointSlt .clsChkAir:checked~.checkmark:after {
    display: none;
}


.widthinitial {
    width: initial !important;
}

/* New style for Index query form */
.tabQueryNew.indexqueryform {
    background-color: transparent !important;
}

.tabQueryNew.indexqueryform .tab-content {
    background-color: #ec5ca4 !important;
}

.tabQueryNew.indexqueryform .nav-tabs .nav-link {}

.tabQueryNew.indexqueryform .nav-tabs {
    background-color: transparent
}

/* .tabQueryNew.indexqueryform  .nav-tabs .nav-link:not(:last-child) { margin-right:3px;} */
/* New Month Dropdown */

.monthdropdown .selectedmonth {
    background-color: #3fbd4e;
    color: #fff;
    width: 200px;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    line-height: 1;
    height: 45px;
    cursor: pointer;
    /* border: 3px solid #fff; */
    flex-direction: column;
    padding: 0;
    margin: 0px 6px;
    box-shadow: 0 6px #007a45;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.monthdropdown .selectedmonth:hover {
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
}

.monthdropdown .selectedmonth:before {
    content: attr(data-month);
}

.clsTextDrp {
    font-size: 19px !important;
    display: inline-block;
}

.clsTextDrpFtr {
    display: block;
    font-size: 14px;
    font-weight: normal !important;
    color: #92ff92 !important;
}

body.hidescroll::-webkit-scrollbar {
    background: transparent !important
}

body.hidescroll::-webkit-scrollbar-thumb {
    background: transparent !important
}

.dropdown-menu {
    color: #333333;
}

/*.monthdropdown .selectedmonth:after {
        content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    background-color: #3fbd4e;
    z-index: 999;
    bottom: -8px;
    transform: rotate(46deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    }*/
.slinky-menu a span.HBPackageCount {
    color: #ababab;
}


.slinky-menu a:hover span.HBPackageCount {
    color: #ec5ca4
}

.monthdropdown .selectedmonth:after:hover {
    background-color: #007a45;
}

/* .monthdropdown .selectedmonth:hover .monthdropdown .selectedmonth:after:hover {
            background-color: #007a45;

    } */



.monthdropdown .selectedmonth:hover {
    /* background-color: #007a45;
    transition: .2s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5); */
    box-shadow: 0 3px #007a45;
    transform: translateY(3px);
}

.monthdropdown {
    position: relative;
    color: #000;
    width: 300px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
}

.monthdropdown .selectedmonth img {
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}




.monthdropdown ul.custom-monthselect {
    position: absolute;
    display: none;
    left: 50%;
    background: #FFF;
    z-index: 999;
    transform: translateX(-50%);
    overflow-y: scroll;
    margin-top: -5px;
    top: 52px;
    max-height: 300px;
    min-width: 230px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);

}

.monthdropdown ul.custom-monthselect li {
    border-bottom: 1px solid #fcdfeb;
    padding: 8px 10px;
    font-size: 15px;
    cursor: pointer;
    cursor: pointer;
    text-align: left;
}


.monthdropdown ul.custom-monthselect li:not(:last-child) {
    border-bottom: 1px solid #DDD;

}

.monthdropdown ul.custom-monthselect::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(244, 246, 248);
    background-color: #F5F5F5;
}

.monthdropdown ul.custom-monthselect::-webkit-scrollbar {
    width: 7px !important;
    background-color: #F5F5F5;
    display: block;
}

.monthdropdown ul.custom-monthselect::-webkit-scrollbar-thumb {
    background-color: #ec5ca4;
    display: block;
}

.video-play svg {
    width: 120px;
    margin-top: 80px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .7));
}

.modal-dialog {
    max-width: 800px;
    margin: 50px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.mobVdTop .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.top-banner {
    height: 300px;
    background: url(https://cdn.flamingotours.dk/images/mobile_elefant.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.elepant-element {
    height: 300px;
}

.video-element {
    height: 300px;
}

.video-frame img {
    max-width: 500px;
    width: 350px;
    border: 7px solid #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 15px;
}

.youtube iframe {
    max-width: 500px;
    width: 350px;
    height: 204px;
    border: 7px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);

    border-radius: 15px;
}

.youtube {
    height: 204px
}



.video-title {
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 30px;
    top: 7px;
    font-family: 'Roboto Slab', serif !important;
}

.video-btn {
    display: block;
    background-color: #96135a;
    border-left: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    z-index: 9999;
    border-radius: 0px 0px 15px 15px;
    margin-right: 20px;
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    top: -1px;
}

.video-btn:hover {
    color: #fff !important;
    text-decoration: none;
}

.video-btn svg {
    width: 15px;
    padding-right: 0px;
    margin-right: -8px;
}

.video-btn a {
    color: #fff;
    text-decoration: none;
}

.video-btn a:hover {
    color: #fff !important;
    text-decoration: none;
}

.read-more-btn-modal svg {
    width: 20px;
    margin-right: -10px;
}

.read-more-btn-modal a {
    color: #fff;
    text-decoration: none;
}

.read-more-btn-modal a:hover {
    color: #fff !important;
    text-decoration: none;
}

.mobVdTop a {
    color: #fff;
    text-decoration: none;
}

.mobVdTop a:hover {
    color: #fff !important;
    text-decoration: none;
}


.video-play img {
    margin-top: 80px;
}

.video-play-text {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.custom-fade {
    -webkit-animation: TopBannerFade 1.5s;
    animation: TopBannerFade 1.5s;
}

.read-more-btn-modal {
    display: block;
    background-color: #96135a;
    border: 7px solid #fff;
    z-index: 9999;
    border-radius: 15px;
    margin: 10px auto 0 auto;
    padding: 8px 0;
    width: 175px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
}

@-webkit-keyframes TopBannerFade {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@keyframes TopBannerFade {
    from {
        opacity: 0.2;
        background-position: -275px;
    }

    to {
        opacity: 1;
    }
}

.mobVdTop.modal {
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;

    height: 100%;
    overflow: auto !important;
    outline: 0;
    background-color: #00000099;
}

@media (max-width: 576px) {
    .youtube iframe {
        width: 100%;
    }

    .elepant-element .d-block {
        display: flex !important;
        justify-content: center;
    }

}

@media (min-width: 576px) {
    .top-banner {
        height: 300px;
        background: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .elepant-element {
        background: none
    }

    .video-element {
        margin-right: 18%;
    }

    .video-frame img {
        width: 350px;
    }

    .youtube iframe {
        max-width: 500px;
        width: 350px;
        height: 204px
    }

    .youtube {
        height: 204px
    }

}

@media screen and (min-width:769px) {

    #slinkyRejserMenu li.arrowheader,
    #slinkyTravelInfoMenu li.arrowheader {
        display: none;
    }

    #slinkyRejserMenu a+ul li.arrowheader {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    #mobile-menu .mobile-nav-open {
        right: 0;
        width: 622px;
    }

    .slinky-theme-default li:last-child {
        margin-bottom: 100px !important;
    }

    .top-banner {
        height: 300px;
        background: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .elepant-element {
        background: url(https://cdn.flamingotours.dk/images/desktop_elefant.png);
        height: 300px;
        background-position: -500px;
        background-repeat: no-repeat;
        background-size: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .video-element {
        margin-right: 2%
    }

    .video-frame img {
        width: 350px;
    }

    .youtube iframe {
        max-width: 500px;
        width: 350px;
        height: 204px;

    }

    .youtube {
        height: 204px
    }


}

@media (min-width: 992px) {
    .error-box {
        position: relative;
        right: 100px;
    }

    .top-banner {
        height: 350px;
        background: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .elepant-element {
        background: url(https://cdn.flamingotours.dk/images/desktop_elefant.png);
        height: 350px;
        background-position: -350px;
        background-repeat: no-repeat;
        background-size: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .video-element {
        margin-right: 2%;
    }

    .video-frame img {
        width: 450px;
    }

    .youtube iframe {
        max-width: 500px;
        width: 450px;
        height: 260px
    }

    .youtube {
        height: 260px
    }
}

@media (min-width: 1200px) {
    .error-box {
        position: relative;
        right: 100px;
    }

    .top-banner {
        height: 350px;
        background: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .elepant-element {
        background: url(https://cdn.flamingotours.dk/images/desktop_elefant.png);
        height: 350px;
        background-position: -150px;
        background-repeat: no-repeat;
        background-size: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .video-element {
        margin-right: 5%;
    }

    .video-frame img {
        width: 450px;
    }

    .youtube iframe {
        max-width: 500px;
        width: 450px;
        height: 260px
    }

    .youtube {
        height: 260px
    }
}

@media (min-width: 1500px) {
    .top-banner {
        height: 350px;
        background: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .elepant-element {
        background: url(https://cdn.flamingotours.dk/images/desktop_elefant.png);
        height: 350px;
        background-position: 12%;
        background-repeat: no-repeat;
        background-size: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .video-element {
        margin-right: 12%;
    }

    .video-frame img {
        width: 450px;
    }

    .youtube iframe {
        max-width: 500px;
        width: 450px;
        height: 260px
    }

    .youtube {
        height: 260px
    }
}

@media (min-width: 1900px) {
    .top-banner {
        height: 350px;
        background: url(https://cdn.flamingotours.dk/images/desktopBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .elepant-element {
        background: url(https://cdn.flamingotours.dk/images/desktop_elefant.png);
        height: 350px;
        background-position: 21%;
        background-repeat: no-repeat;
        background-size: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .video-element {
        margin-right: 22%;
    }

    .video-frame img {
        width: 450px;
    }

    .youtube iframe {
        max-width: 500px;
        width: 450px;
        height: 260px
    }

    .youtube {
        height: 260px
    }
}






@media (min-width:1400px) and (max-width:1920px) {
    .request-form-bottom {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:1680px) {
    .gallery-img figure img {
        width: 100%;
        height: auto;
        height: auto;
        max-height: 268px;
        object-fit: cover;
    }
}

@media only screen and (max-width:1400px) {
    .gallery-img figure img {
        width: 100%;
        height: auto;
        height: auto;
        height: 222px;
        object-fit: cover;
    }
}

@media (min-width:1420px) {

    .sec-category .carousel-indicators li {
        width: 220px !important;
        height: 220px !important;
    }
}

@media (min-width:1701px) and (max-width:1800px) {
    .query-form-map {
        background-position: -75px 0px;
    }

    .query-form-mapHome {
        background-position: -75px 0px;
    }
}


@media (max-width:1700px) {
    .price-global-offers .price-column {
        min-height: auto !important;
    }

    .sendBtn {
        position: absolute;
    }

    .countryFlt {
        right: -65%;
    }
}

@media (max-width:1650px) {
    .query-form-map .container {
        max-width: 95% !important;
    }
}

@media (max-width:1500px) {
    .price-global-offers .price-column {
        min-height: auto !important;
    }

    .sendBtn {
        position: absolute;
    }

    .countryFlt {
        right: -71%;
    }

    .header .menuBackdrop {
        top: 84px;
    }

    #mobile-menu .mobile-nav-open {
        top: 84px;
    }

}

@media (min-width:1601px) and (max-width:1700px) {
    .query-form-map {
        background-position: -175px 0px;
    }
}

@media (min-width:1501px) and (max-width:1600px) {
    .query-form-map {
        background-position: -275px 0px;
    }

    .query-form-mapHome {
        background-position: -275px 0px;
    }
}

@media (min-width:1401px) and (max-width:1500px) {
    .query-form-map {
        background-position: -375px 0px;
    }

    .query-form-mapHome {
        background-position: -375px 0px;
    }
}

@media(min-width:1401px) {
    .Hotel-global-offers {
        padding: 0 2.75%;
    }
}

@media (max-width:1400px) {
    .query-form-map {
        background-position: -400px 0px;
    }

    .query-form-mapHome {
        background-position: -400px 0px;
    }

}


@media (min-width:1200px) {
    .flex-xl-right {
        display: flex;
        justify-content: flex-end;
    }


    .flex-xl-right .tabQueryNew {
        margin: initial !important
    }

    .msg-box {
        max-width: 475px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .tourPreview .tourDetails .moreInfo ul li {
        font-size: 13px !important;
    }

    .tourPreview img {}

    .headingIntor {
        font-size: 20px;
    }

    .headingIntor img {
        width: 16px;
    }
}

@media (max-width:1280px) {
    .tourPreview .tourDetails .moreInfo ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .dateValue.gry .tooltiptextClnd {
        width: 80px;
        top: 40px;
        left: -16px;
    }
}

@media (min-width:768px) and (max-width:1400px) {
    .tourPreview .tourDetails .moreInfo ul li {
        width: 50%;
        text-align: left;
        padding-bottom: 4px;
        padding-right: 0px;
        float: left;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(2) {
        text-align: right;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) {
        position: inherit;
        background-color: #96135a;
        border-radius: 6px;
        padding: 5px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) {
        position: inherit;
        background-color: #96135a;
        border-radius: 6px;
        padding: 5px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) i {
        font-size: 10px;
    }

    .tourPreview .tourDetails .moreInfo ul li a:nth-last-child(1) {
        color: #fff;
        display: block;
    }

    .tourPreview .tourDetails .moreInfo {
        position: absolute;
        left: 0;
        padding: 0 15px;
    }

    .tourPreview .tourDetails {}

    .moveNextdesktop {
        display: none
    }

    .moveNextmob {
        display: inline-block;
    }
}

@media (min-width:1400px) {
    .msg-form .offer-btn {
        position: relative;
    }

    .contactForm .bgAreaForm .formText .msg-form .offer-btn {
        position: relative;
    }

    .tourPreview .tourDetails {}
}

@media (min-width:1280px) and (max-width:1400px) {
    .tourPreview .tourDetails {
        margin-bottom: 40px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .tourPreview .tourDetails {
        margin-bottom: 40px;
    }
}

@media (min-width:768px) and (max-width:1000px) {
    .hotel-block .bottom span:first-child {
        width: 66% !important;
    }

    .middle-sec .col-md-4 {
        display: flex;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .top-menu {
        padding: 0px !important;
    }
}

@media (min-width:2364px) and (max-width:2652px) {
    .destination .block {
        height: 442px;
    }
}

@media (min-width:1828px) and (max-width:2365px) {
    .destination .block {
        height: 424px;
    }
}

@media (min-width:1220px) and (max-width:1827px) {
    .destination .block {
        height: 404px;
        border-radius: 8px 8px 0 0;
    }
}

@media (min-width:946px) and (max-width:1219px) {
    .destination .block {
        height: 380px;
    }
}

@media (max-width:945px) {
    .destination .block {
        height: 415px;
    }
}

@media(max-width:898px) {
    #mobile-menu {
        display: block;
    }
}

@media (max-width:804px) {
    /*.destination .block { height:384px } */
}

@media (max-width:766px) {
    .destination .block {
        height: inherit;
    }
}

@media (min-width:2364px) and (max-width:2652px) {
    .contact-page .block {
        height: 274px !important;
    }
}

@media (min-width:1828px) and (max-width:2365px) {
    .contact-page .block {
        height: 288px !important;
    }

    .request-form .form-control {
        max-width: 255px !important;
    }
}

@media (min-width:1220px) and (max-width:1827px) {
    .contact-page .block {
        height: 355px !important;
        margin-bottom: 20px;
    }
}

@media (min-width:946px) and (max-width:1219px) {
    .contact-page .block {
        height: 320px !important;
    }
}

@media (max-width:945px) {
    .contact-page .block {
        height: 371px !important;
    }
}

@media (max-width:804px) {
    .contact-page .block {
        height: 384px !important;
    }
}

@media (min-width:1757px) and (max-width:2032px) {
    .hotel-block {
        height: 540px;
    }

    .request-form .form-control {
        max-width: 255px !important;
    }
}

@media (min-width:1631px) and (max-width:1756px) {
    .hotel-block {
        height: 530px;
    }
}

@media (min-width:1382px) and (max-width:1630px) {
    .hotel-block {
        height: 510px;
    }
}

@media (min-width:1225px) and (max-width:1382px) {
    .hotel-block {
        height: 500px;
    }

    .bottomH span:first-child {
        padding-left: 9px;
    }
}

@media (min-width:1220px) and (max-width:1224px) {
    .hotel-block {
        height: 470px;
    }

    .bottomH span:first-child {
        padding-left: 9px;
    }
}

@media (min-width: 1920px) {
    .headerHomeVideo {
        right: 170px;
    }

    .itinerary-block .carousel {
        float: right;
        max-width: 610px !important;
    }

    .countryFlt {
        right: -70%;
    }

    .pop-slider .carousel {
        max-width: 441px !important;
    }

    .pakg-detail {
        float: right;
        width: 520px;
    }
}

@media (min-width:1801px) and (max-width:1920px) {
    .blog-landing-overview .clsContent #btnMore {
        left: 26%;
    }

    .youtubeGallery {
        position: relative;
        cursor: pointer;
        /*max-height: 461px;
    height: 461px;*/
    }

    .youtubeGallery iframe {
        max-height: 461px;
        height: 461px;
    }
}

@media (min-width:1800px) and (max-width:1920px) {
    .read-more-trigger {
        left: 46.5%;
    }
}

@media (min-width:1700px) and (max-width:1799px) {
    .read-more-trigger {
        left: 46.8%;
    }
}

@media (max-width:1620px) {

    .TourTopInfo ul {
        display: block;
    }

    .TourTopInfo {
        display: block;
    }

    .TourTopInfo li {
        display: inline;
        line-height: 14px;
    }

    .TourTopInfo li:nth-last-child(1) {
        margin-right: 0;
        flex: none;
        width: 100%;
        /* display: block; */
    }
}



@media (min-width:1600px) and (max-width:1699px) {
    .read-more-trigger {
        left: 46.2%;
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    .read-more-trigger {
        left: 46.1%;
    }
}

@media (min-width:1601px) and (max-width:1800px) {
    .blog-landing-overview .clsContent #btnMore {
        left: 25.5%;
    }
}

@media (min-width:1501px) and (max-width:1600px) {
    .blog-landing-overview .clsContent #btnMore {
        left: 21.5%;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .blog-landing-overview .clsContent #btnMore {
        left: 21%;
    }

}

@media (min-width:1440px) {
    .countryFlt {
        top: 460px;
    }

    .tabQueryNew {
        margin: 0 auto;
    }

    .flex-xl-right .tabQueryNew {
        margin: initial !important
    }

    .TourTopInfo li {
        margin-right: 20px;
    }

}

@media (max-width:1440px) {

    .query-form-map .container {
        max-width: 80% !important;
    }

    .newformPrice {
        width: 100%;
    }

    .countryFlt {
        top: 478px;
    }

    .modal-content {
        position: absolute;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 550px;
        height: 423px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border: none;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }

    .part2 .slideText {
        margin-top: 15px;
    }

    .lrgHT {
        height: 134px !important;
    }

    .contactForm .bgAreaForm .formText .msg-box .formContact {}

    .contactForm .bgAreaForm {
        padding: 33px 30px;
    }

    .testimonie .testimonieSlide .textBlock {
        height: 300px
    }


}

@media (min-width:991px) and (max-width:1440px) {
    .contactInfoblock ul li {
        width: 50%;
    }

}

@media (max-width:1366px) {

    .contactForm .bgAreaForm .formText .msg-box p {
        width: 100%;
    }

    .contactForm .bgAreaForm .formText .msg-box .formContact {
        padding-top: 0px;
    }

    .lrgHT {
        height: 112px !important;
    }

    .carousel,
    .carousel-inner,
    .carousel-inner .item,
    body,
    html {
        margin-bottom: 0;
    }

    .carousel-caption h3 {
        font-size: 44px !important;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: 0 !important;
    }

    .carousel-control-prev,
    .carousel-control-next {}
}

@media (max-width:1224px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 11px !important;
    }

    .destination .block .text.bold {
        font-size: 12px;
    }

    .carousel-caption {
        top: 90px !important;
    }

    .carousel-caption h3 {
        font-size: 28px !important;
    }

    /* .middle-sec { width: 100% !important; }  */
    .destination .bottom span {
        width: 30%;
        padding-top: 7px;
    }

    .destination .bottom .more a {
        padding: 6px 4px !important;
        font-weight: 400 !important;
    }

    .destination .block .text {
        padding: 10px !important;
    }

    .dest-list .heading {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    /*.destination { padding: 40px 0; }*/
    .experience .heading {
        margin-bottom: -30px !important;
    }

    .experience .arrow {
        bottom: 8px !important;
    }

    .grid figure {
        margin: 0 !important;
    }

    .offer {
        padding: 28px 0 !important;
    }

    .contact .brnd {
        padding: 10px 0 0;
    }

    .contact .brnd img {
        width: 50%;
    }

    .contact .list {
        padding-top: 110px;
        padding-left: 10px;
        font-size: 12px;
    }

    .footer .text-area h4 {
        font-size: 15px;
    }

    .destination .bottom {
        font-size: 10px !important;
    }
}

@media (max-width: 1199px) {
    .newQreslect {
        margin-top: 20px;

    }

    .weatherChart .wChartBox {
        padding: 20px 20px 0;
    }

    .weatherChart ._halfYear ._monthColoum {
        padding: 15px;
    }
}


@media (min-width:1025px) and (max-width:1199px) {
    .query-form-mapHome .container {
        max-width: 95% !important;
    }

    /*.tabQueryNew {
        float: right;
    }*/

}

@media (min-width:946px) and (max-width:1219px) {
    .hotel-block {
        height: 492px;
    }

    .bottomH span:first-child {
        padding-left: 9px;
    }
}

@media (max-width:945px) {
    .hotel-block {
        height: 490px;
    }

    .bottomH span:first-child {
        padding-left: 9px;
        padding-top: 8px;
    }
}

@media (max-width:804px) {
    .hotel-block {
        height: 495px;
    }

    .bottomH span:first-child {
        padding-left: 9px;
        padding-top: 8px;
    }
}

@media only screen and (max-width:768px) {
    .tingle-modal-box {
        width: 100% !important;
    }

    .tingle-modal .tingle-modal__close:not(.clsTingleClose) {
        display: block !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .tingle-modal .clsTingleClose {
        display: none !important;
    }

    .gallery-img figure img {
        width: 100%;
        height: auto;
        height: auto;
        max-height: 135px;
        object-fit: cover;
    }
}

@media (max-width:766px) {
    .hotel-block {
        height: inherit;
    }
}

@media (min-width:1225px) and (max-width:1366px) {
    .carousel-caption h3 {
        font-size: 44px !important;
    }
}

@media (min-width:991px) and (max-width:1164px) {}

@media (min-width:991px) {
    .pakg-area {
        min-height: 600px;
    }
}

@media (max-width:991px) {

    .navbar-inverse {
        margin: 0 auto;
        width: 500px;
    }

    .navbar-nav {
        float: none !important;
    }

    .nav>li>a {
        padding: 10px 13px;
    }

    .carousel-caption {
        top: 20px !important;
    }

    .carousel-caption h3 {
        font-size: 25px !important;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -110px !important;
        font-size: 36px;
    }

    .destination .bottom span {
        width: 32% !important;
    }

    .destination .bottom span:first-child {
        padding-left: 9px;
    }

    .logo {
        /*float:none; margin:0 auto; text-align:center; display: block !important; */
    }

    .logo span {
        padding: 0 0 0 2px;
        display: block;
        border: none;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        width: 100%;
    }

    .mt {
        margin-top: 0;
    }

    .description {
        float: none;
        width: 300px;
        display: block;
    }

    .mobile-column-reverse {
        flex-direction: column-reverse;
        margin-top: 0;
    }


    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }
}

@media (min-width:998px) and (max-width:1219px) {
    .carousel-caption h3 {
        font-size: 44px !important;
    }

    .logo span {}

    .clsWidth {
        width: 47% !important;
        margin-left: 4px !important;
    }
}

@media (max-width:960px) {

    .pakg-program .detail {
        height: inherit;
    }

    .pakg-program .detail .itinerary {
        vertical-align: top;
    }
}

@media (max-width:874px) {
    .contact-page .block {
        height: 375px;
    }

    .query-form-map .container {
        max-width: 95% !important;
    }
}

@media (max-width:820px) {
    .contact-page .block {
        height: 416px;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .countryFlt {
        top: 448px;
        right: -98%;
    }
}

@media (min-width:768px) and (max-width:933px) {}

@media (min-width:768px) and (max-width:1199px) {
    .offer-btn.bottomNew {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -65px;
    }

    .newQreslect .btnText.bottomNewTxt {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -72px;
    }

    .tabQueryNew .tab-content .qreTab.topTextar textarea {
        height: auto;
    }

    .tabQueryNew .tab-content .newQreslect {
        width: 100%;
        margin: 0 auto;
    }

    .newQreslect {
        width: 50%;
    }

    .qreTab {
        position: relative;
        width: 100%;
    }

    .newformPrice {
        padding-bottom: 90px;
    }

    /*.offer-btn {    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px; }
    .newQreslect .btnText {position: absolute;
    right: 0;
    left: 0;
    bottom: -72px;
    }
*/

    .airPortDate .qreTab {
        width: 100%;
    }

    .hlf1 {
        width: 50%;
        display: inline-block;
    }

    .airPortDate .hlf1 {
        width: 100%;
    }

    .hlf2 {
        width: 49.5%;

    }

    .airPortDate .qreTab.topTextar {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .qreTab.topTextar {
        position: absolute;
        top: 20px;
        right: 16px;
        width: 44%;
    }

    .qreTab.topTextar textarea {
        height: 186px;
    }
}


@media (max-width:768px) {
    .tabQueryNew {
        margin: 0 auto;
        float: inherit;
        margin-bottom: 65px;
    }

    .pricePkgBanner {
        left: 30px;
    }

    .frontViewTxt .textArea {
        width: 50%;
    }

    .frontViewTxt .location-map {
        width: 50%;
    }

    .contactForm {
        margin-bottom: 20px;
    }

    .pakg-detail {
        margin: 30px auto !important;
    }

    .query-form-map .form-bottom .pakg-detail {
        margin: 0px auto !important;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg {
        display: inline-flex;
        align-items: initial;
        justify-content: center;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        min-width: 74%;
    }

    .pakg-area.reqTexttop {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reqTextbot {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .msg-form .form-control.lrgHT {
        height: 150px !important;
    }

    .part2 .slideText {
        position: relative !important;
        right: 350px !important;
        width: 443px !important;
        margin-top: 60px !important;
        padding: 6px 8px !important;
    }

    .part2 .slideText .textPr {
        padding: 5px 9px;
    }

    .part2 .arroPoint {
        left: -310px !important;
        top: 38px !important;
    }

    .msg-form .offer-btn .sendit {
        padding: 9px 60px 8px 8px;
    }

    .pakg-program .detail .heading {
        /*padding-top:20px; */
    }

    .include ul li {
        width: 100%;
    }

    .pakg-area ul.gallery li {
        width: 45% !important;
    }

    .heading {
        font-size: 38px;
        line-height: 37px;
        padding-top: 10px;
    }

    .header-img .bannerIcon {
        display: none;
    }

    .header-img {
        height: auto;
    }

    .tourPreview .tourDetails .moreInfo {
        position: absolute;
        left: 0;
        padding: 0 8px;
    }

    .tourPreview .tourDetails {
        /* min-height: 345px !important; */
        margin-bottom: 40px;
    }

    .tourPreview .tourDetails .moreInfo ul li {
        width: 50%;
        text-align: left;
        padding-bottom: 4px;
        padding-right: 0px;
        float: left;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(2) {
        text-align: right;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) {
        position: inherit;
        background-color: #96135a;
        border-radius: 6px;
        padding: 5px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) i {
        font-size: 10px;
    }

    .tourPreview .tourDetails .moreInfo ul li a:nth-last-child(1) {
        color: #fff;
        display: block;
    }

    .moveNextmob {
        display: inline-block;
    }

    .footer .text-area {
        width: 100%;
    }

    .slideVideo {
        height: 312px;
    }

    .catg-img {
        width: 100%;
        height: auto;
    }

    /*.formArea {
        width: 90% !important;
        margin: 0 auto;
    }*/

    .msg-form .mRight10 select {
        width: 30%;
        display: inline-block;
        padding: 0px 8px;
    }

    .sendBtn .connectbtn {
        padding-left: 18px;
    }

    .dest-list .sub {
        font-size: 20px;
    }

    .header-img {
        margin-top: 60px;
    }

    .pakg-detail .request-form-heading .pinkSec {
        padding: 12px 0px 12px 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {}

    .catg-title {
        font-size: 25px;
    }

    .sec-category .carousel-indicators li {
        width: 120px !important;
        height: 120px !important;
    }

    .sec-category .carousel-indicators li .tabtext {
        margin-top: 25px;
    }

    .moveNextdesktop {
        display: none
    }
}

@media (max-width:768px) {
    .frontViewTxt {
        display: block;
    }

    .gallery-img figure img {
        width: 100%;
        max-height: initial;
        height: 268px !important;
        object-fit: cover;
    }

    .frontViewTxt .textArea {
        width: 100% !important;
        margin-bottom: 20px;
        background-color: #fff;
        margin-right: 0;
    }

    .frontViewTxt .location-map {
        width: 100% !important;
        border-radius: 8px;
    }

    .sitemapList .listA ul li ul li {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .sitemapList .listA ul li {
        font-weight: bold;
    }

    .extraTourdiv {
        display: block;
    }

    .extraTourtext {
        margin-top: 15px;
        width: 100%;
    }

    .extrPriceSec {
        display: block;
        margin-top: 20px;
    }

    .extTextblock {
        width: 100%;
        padding: 5px 15px;
    }

    .extpriceRange {
        width: 100%;
        border-bottom: 1px solid #ada8aa;
    }

    .extpriceRange .price {
        position: absolute;
        right: 18px;
        top: 0;
        font-size: 18px;
        padding-top: 4px;
    }

    .msg-form .offer-btn {
        position: relative;
    }

    .thnksPage .glbImg {
        display: none;
    }

    .thnksPage .thnks .blockImgSec {
        display: none;
    }

    .thnksPage .thnks .mapClnd {
        display: none;
    }

    .tp {
        margin-top: 20px;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #fff;
    }

    #top-header {
        text-align: center;
        font-weight: 400;
    }

    .text-right {
        text-align: center !important;
    }

    .logo,
    .navbar-inverse {
        width: 100%;
        text-align: center;
    }

    .navbar-inverse {
        padding-top: 0;
        margin: 0 auto;
        left: 0 !important;
        right: 0 !important;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .logo {
        margin: 0 auto;
    }

    .logo span {
        padding: 0 0 0 2px;
        display: block;
    }

    .logo img {
        width: auto;
        height: auto;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px !important;
        color: #fff !important;
        padding-top: 6px !important;
        padding-bottom: 6px;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .carousel-caption h3 {
        margin: 0;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background-color: rgba(0, 0, 0, .81);
        border-radius: 15px;
    }

    .nav>li {
        border-bottom: 1px dotted #fff;
    }

    .nav>li:last-child {
        border-bottom: none;
    }

    .navbar-collapse {
        padding-left: 0;
    }

    .navbar-header {
        border-top: 1px solid #ec5ca4;
        margin-top: 13px;
    }

    .mega-dropdown-menu>li>ul>li>a {
        color: #fff;
    }

    .mega-dropdown-menu>li>ul>li img {
        width: 6%;
    }

    .destination .bottom {
        margin-bottom: 20px;
    }

    .pop-slider .pettern {
        padding: 0 !important;
        width: 98%;
        margin: 0 auto;
    }

    .pop-slider .text {
        padding: 5px;
    }

    .flot-block {
        width: 100%;
        margin-bottom: 8px;
    }

    .pop-slider .text .popup-contant-f {
        height: inherit !important;
    }

    .contact-page .block {
        height: inherit;
    }

    .content-right {
        margin-top: 20px;
    }

    .price-global-offers .tilkob-price,
    .price-global-offers .tilkob-price-tagline {
        max-width: 100%;
        width: 100%;
    }

    .formPopupWidth {
        width: 90% !important;
    }

    .carousel-caption h3 {
        font-size: 20px !important;
    }

    #carousel-bounding-box .carousel {}

}





@media (min-width:659px) and (max-width:730px) {
    /*.clnSection {
        width: 420px;
    }*/

    .clnSlect {
        text-align: center;
    }

    .airInfo {
        text-align: left;
    }

    .newQreslect {
        text-align: left;
    }


}

@media (min-width:520px) and (max-width:659px) {
    .newformPrice {
        width: 100% !important;
    }

    .clnSection {
        /*width: 420px !important;*/
        margin: 0 auto;
    }

}

@media (max-width:519px) {

    .indexqueryform .btnTopQurDiv.newBtnTop {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }
}

@media (min-width:448px) and (max-width:519px) {
    .newformPrice {
        width: 100% !important;
    }

    .clnSection {
        width: 385px !important;
        margin: 0 auto !important;
    }

    .dateValue {
        width: 55px !important;
        height: 55px !important;
        max-width: 55px !important;
        max-height: 55px !important;
        min-width: 55px !important;
        min-height: 55px !important;
    }
}

@media (min-width:378px) and (max-width:447px) {
    .newformPrice {
        width: 100% !important;
    }

    .clnSection {
        width: 350px !important;
        margin: 0 auto !important;
    }

}

@media (min-width:330px) and (max-width:377px) {
    .newformPrice {
        width: 100% !important;
    }

    .clnSection {
        width: 310px !important;
        margin: 0 auto !important;
    }

    /* .tabQueryNew.indexqueryform .clnSection {width:286px !important;} */
    /* .tabQueryNew.indexqueryform .dateValue { width: 40.85px !important; height: 40.85px  !important; max-width:40.85px  !important; max-height:40.85px  !important;min-width:40.85px  !important; min-height:40.85px  !important;} */

    .tabQueryNew.indexqueryform .clnDate {
        width: 100% !important;
    }


    .dateValue {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

}

@media (max-width:409px) {
    #dropQre .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}



@media (max-width:730px) {
    .clnSection {
        display: inline-block;
    }

    .query-form-map .clnSection {
        display: block;
        margin-left: auto;
        width: 100%;
        margin-right: auto
    }

    .query-form-map .newQreslect {
        margin-left: auto;
        max-width: 420px !important;
    }

    .newformPrice {
        width: 80%;
    }
}

@media (max-width:659px) {
    .clnSection {
        width: auto;
        padding-right: 0;
    }

    .carousel-caption {
        top: 47px !important;
        font-size: 22px !important;
    }

    .destination .bottom span {
        width: 33% !important;
    }

    .offer {
        font-size: 11px !important;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev,
    carousel-control .glyphicon-chevron-left {
        margin-top: -68px !important;
        font-size: 15px !important;
    }

    /*.carousel-fade .carousel-inner>.item.active { opacity:1; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); height:300px!important; min-height:300px!important; background-size:cover } */
    .offer .more a {
        padding: 4px 7px;
        color: #ec5ca4;
        background-color: #fff;
        display: block;
        width: 90px;
        margin: 6px auto;
    }
}

@media (max-width:530px) {
    .newformPrice {
        width: 100%;
    }
}

@media (min-width:991px) and (max-width:1164px) {
    .modal-lg {
        width: 772px !important;
    }
}

@media (min-width:768px) and (max-width:814px) {
    .destination .bottom span {
        width: 25%;
        font-size: 9px !important;
    }
}

@media (min-width:769px) and (max-width:899px) {
    .carousel-caption h3 {
        font-size: 20px !important;
    }

    .carousel-caption {
        top: 20px !important;
    }

    .hf.f1 {
        font-size: 10px !important;
    }

    .btn a {
        padding: 5px 10px !important;
    }

    .modal-open .modal {
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .htlist a {
        font-size: 14px;
        max-width: calc(100% - 64px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        top: 0px;
        position: relative;
    }

    .htlist {}

    .htlist i {
        top: -4px;
        position: relative;
    }

    .HotelCatg-Rating {
        position: relative;
        top: -6px;
    }

    .HotelCatg-Rating i {
        top: 0px;
    }
}

@media (min-width:668px) and (max-width:768px) {
    .carousel-caption h3 {
        font-size: 16px !important;
    }

    .carousel-caption {
        top: 35px !important;
    }

    .hf.f1 {
        font-size: 10px !important;
    }

    .btn a {
        padding: 5px 10px !important;
    }
}

@media (min-width:556px) and (max-width:659px) {
    .carousel-caption h3 {
        font-size: 20px !important;
    }

    .carousel-caption {
        top: 35px !important;
    }

    .hf.f1 {
        font-size: 10px !important;
    }

    .btn a {
        padding: 5px 10px !important;
    }
}

@media (min-width:481px) and (max-width:555px) {
    .hf.f1 {
        font-size: 10px !important;
    }

    .btn a {
        padding: 5px 10px !important;
    }
}

@media (max-width:322px) {
    .titleSection .blockDiv .textSection .linkMorebtn {
        font-size: 12px;
    }

    .carousel-caption h3 {
        font-size: 25px !important;
    }

    .middle-sec {
        margin-top: 0 !important;
    }

    .btn a {
        font-size: 9px;
        font-weight: 400;
        padding: 4px 6px !important;
    }

    .offer {
        font-size: 12px !important;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -36px !important;
        font-size: 15px !important;
    }

    .destination .bottom span {
        width: 33% !important;
    }

    .destination .bottom {
        font-size: 9px !important;
    }

    .pakg-program .detail .itinerary p {
        width: 244px;
    }
}

@media (min-width:1600px) and (max-width:1920px) {
    .blog-landing-overview .clsContent {
        width: 58%;
    }
}

@media (min-width:1225px) and (max-width:1300px) {
    .blog-landing-overview .clsContent {
        width: 44%;
    }

    .blog-landing-overview .clsContent #btnMore {
        left: 17%;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .query-form-map .container {
        max-width: 95% !important;
    }

}

@media (min-width:992px) and (max-width:1224px) {

    .navbar-inverse {
        width: 650px;
    }

    span.arrow.rejser {
        left: 39%;
    }

    span.arrow.hoteller {
        left: 52%;
    }

    span.arrow.rejseinfo {
        left: 67%;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        width: auto;
    }

    .rate-barn {
        font-size: 13px;
    }

    .offer-btn h4 {
        width: 219px;
    }

    .grid,
    .mega-dropdown-menu>li>ul>li {
        line-height: 14px;
        margin-bottom: 8px;
    }

    .query-form-map .form-bottom {}

    .grid {
        padding: 0 !important;
    }
}

@media (min-width:1101px) and (max-width:1224px) {
    .blog-landing-overview .clsContent #btnMore {
        left: 20%;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .blog-landing-overview .clsContent {
        width: 45%;
    }

    .blog-landing-overview .clsContent #btnMore {
        left: 18%;
    }

    .pop-slider .text .popup-contant-f {
        height: 285px;
    }
}

@media (min-width:1025px) and (max-width:1349px) {
    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        width: 65%;
    }
}

@media (min-width:1025px) {
    .sidebar-box .read-more {
        display: none;
    }
}

@media (min-width:767px) and (max-width:1024px) {
    .contactForm .bgAreaForm .formText .col-md-4 {
        padding-left: 0px;
    }
}

@media (max-width:1024px) {

    .barMenu,
    .menutext {
        display: block !important;
    }

    .pakg-area {
        max-width: 50%;
    }

    .newQreslect {
        margin: 0 auto;
        margin-top: 20px;
        margin-left: 15px;
    }

    .clnSlect {
        z-index: 2;
        position: relative;
    }

    .pricePkgBanner {
        left: 35px;
    }

    .cookieB .over {
        width: 95%;
    }

    .carousel-indicators {
        bottom: -20px !important;
    }

    .query-form-map .form-bottom {
        z-index: 112;
        position: relative;
    }

    .modal-content {
        width: 481px;
        height: 370px;
    }

    .testimonie .testimonieSlide {
        padding: 0px 50px;
        width: 65%;
    }

    .contactForm .bgAreaForm {
        padding: 33px 20px;
    }

    .contactForm .bgAreaForm .lrgHT {
        height: 136px !important;
    }

    .testimonie .bgBlock {
        display: none;
    }

    .testimonie .bgBlockTab {
        display: block;
    }

    .bgBlockmob {
        display: none;
    }

    .testimonie .bgBlockTab img {
        width: 100%;
        height: auto;
    }

    .query-form-mapHome {
        background-position: -590px 0px;
        /*padding: 40px 0px 20px 0px;*/
    }

    .query-form-map {
        background-position: -520px 0px;
    }

    .container {
        max-width: 95% !important;
        width: 95% !important;
    }

    .breadcrumbBlock {
        width: 95%;
    }

    .breadcrumbBlock .col-md-12 {
        padding-left: 12px;
    }

    .home-content {
        width: 100%;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon {
        font-size: 13px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon:after {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal {
        font-size: 13px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal:after {
        height: 7px;
        right: -8px;
        top: 8px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        font-size: 13px;
        border-radius: 13px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .mealW {
        padding: 3px 6px;
        font-size: 13px;
        border-radius: 13px;
        margin: 0px 4px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg {
        padding: 4px 8px;
        font-weight: 700;
        border-radius: 12px;
        font-size: 13px;
        position: relative;
        z-index: 2;
        height: 27px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg:before {}

    /* .formArea { width: 80%; }  */
    .carousel-control-prev,
    .carousel-control-next {}

    .sec-category .carousel-indicators {
        width: 98% !important;
        top: 10%;
    }

    .sec-category .carousel-indicators li {
        width: 170px;
        height: 170px;
    }

    .slderAnimation .slideBg {
        background-image: url(https://cdn.flamingotours.dk/images/tablet_bg.jpg);
        background-repeat: no-repeat;
        display: flex;
        background-position: center;
        background-size: cover;
    }

    .slderAnimation .slideBg.bg-DK {
        background-image: url(https://cdn.flamingotours.dk/images/tablet_bg.jpg);
    }

    .slderAnimation .slideBg.bg-NO {
        background-image: url(https://cdn.flamingotours.no/images/tablet_bg.jpg);
    }

    .slderAnimation .slideBg.bg-SE {
        background-image: url(https://cdn.flamingotours.se/images/tablet_bg.jpg);
    }

    .part1 .deskB {
        display: none;
    }

    .part1 .mobB {
        display: block;
    }

    .slderAnimation .slideBg .container {
        max-width: 100% !important;
        padding: 0px;
        width: 100% !important;
    }

    .part2 .slideText {
        position: relative;
        right: 100px;
        margin-top: 50px;
        width: 450px;
    }

    .part2 .arroPoint {
        left: -310px;
        top: 76px;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 12px 0px 12px 34px;
    }

    .pakg-detail .request-form-heading .reqTextbottom {
        max-width: 50%;
        flex: 0 0 100%;
        padding: 12px 0px 12px 34px;
    }

    .pakg-detail .request-form .tablt {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .countryFlt {
        top: 780px;
    }

    .sidebar-box {
        max-height: 300px;
        position: relative;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }

    .sidebar-box .read-more {
        position: absolute;
        display: inline-block;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 135px 0px;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: -moz-linear-gradient(top, transparent, #f0f0f0);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #f0f0f0));
    }

    .sidebar-box .read-more .button {
        cursor: pointer;
        background-color: #fff;
        padding: 8px 15px;
        border-radius: 5px;
        color: #ec5ca4;
        font-weight: 700;
        z-index: 2;
        position: relative;
    }

    .sidebar-box .read-more .brdht {
        background-color: #fff;
        height: 2px;
        display: block;
        position: relative;
        top: 13px;
        z-index: 1;
    }
}

@media (max-width:1023px) {
    .msg-box .formContact {
        position: relative;
    }
}

@media (min-width:768px) and (max-width:1003px) {
    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer {
        display: flex;
        align-items: center;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon:after {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal:after {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        width: 58%;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg:before {}
}

@media (min-width:1025px) and (max-width:1329px) {}

@media (min-width:768px) and (max-width:1024px) {
    .contentParah {
        width: 100%;
        padding: 10px 0px;
    }

    .clsFormPopupPkg .form-group .form-control {
        padding: 5px 10px;
    }

    .submit-request .submit {
        margin-top: 0px;
    }

    .modal-open .modal .form .modal-header {
        padding: 0 15px 10px;
    }

    .tourPreview .tourDetails .moreInfo ul li {
        padding-right: 8px;
        font-size: 14px;
    }

    #divHotelModal {
        width: 85%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    span.arrow.rejser {
        left: 22%;
    }

    span.arrow.hoteller {
        left: 39%;
    }

    span.arrow.rejseinfo {
        left: 58%;
    }

    .country-block {
        width: calc(50% - 20px);
    }

    .pakg-area {
        padding-bottom: 50px;
    }

    .pakg-detail {
        margin: 0px 0px 40px 0px;
    }

    .grid,
    .mega-dropdown-menu>li>ul>li {
        line-height: 14px;
        margin-bottom: 8px;
    }

    .tilkob-price {
        padding: 16px 10px 12px 10px;
    }

    .tilkob-price .price-column {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .tilkob-price .iPadlast,
    .tilkob-price .last {
        margin-bottom: 0px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    .query-form-map .form-bottom {
        width: 100%;
    }

    .blog-landing-overview .clsContent {
        width: 100%;
        padding: 20px;
    }

    .blog-landing-overview .image {
        text-align: center;
        float: none;
    }

    .mRight10 {
        margin-right: 0px;
    }

    .country-block {
        width: 48.5% !important;
    }

    .country-block a {
        width: 100% !important;
        padding-left: 80px;
    }

    .country-block:nth-child(even) {
        margin: 0px 0px 20px 0px;
    }

    .blog-landing-overview .clsContent #btnMore {
        display: none;
    }

    .clsContentShowLess {
        height: auto;
    }

    .pop-slider .text .popup-contant-f {
        height: 230px;
    }
}

@media (max-width:998px) {
    .header-img {
        margin-top: 60px !important;
    }

    #mobile-menu {
        display: block;
    }

    .logoMob-sml {
        display: block;
        padding: 5px 0 3px;
        width: 254px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 11;
        margin-bottom: 7px;
    }

    .logoMob-sml img {
        width: 100%;
    }

    .mt {
        margin-top: 60px;
    }
}

@media (max-width:700px) {
    #mobile-menu .mobile-nav-open {
        width: 100% !important;
        box-shadow: none;
    }
}

@media (max-height:650px) {
    .offer-qr {
        display: none !important;
    }

    .top-menu {
        padding: 0 !important;
    }

    .mt {
        margin-top: 60px;
    }

    header {
        position: fixed !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        height: 60px;
        animation: slide-down .7s;
        opacity: 1;
    }

    .header-img {
        margin-top: 60px !important;
    }

    #mobile-menu {
        display: block;
    }

    .fixbodytop {
        position: relative;
    }

    #mobile-menu .mobile-nav-open {
        right: 0;
        width: 400px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    }

    .logo-sml {
        display: none !important;
    }

    .logoMob-sml {
        display: block;
        padding: 5px 0 3px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 11;
        margin-bottom: 7px;
    }

    .logoMob-sml img {
        width: 100%;
    }

    /* .sfTmenu {
    display: none;
} */
    #top-header,
    .logo {
        display: none !important;
    }
}


@media (max-width:767px) {

    /*body { overflow-x: hidden; } */
    #top-header,
    .logo {
        display: none !important;
    }

    span.arrow {
        background-image: none;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #000 !important;
        text-align: left;
        padding: 10px 25px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #000 !important;
    }

    .mega-dropdown-menu>li>ul>li::before,
    .mega-dropdown-menu>li>ul>li:first-child a,
    .mega-dropdown-menu>li>ul>li>a {
        color: #000;
    }

    .top-menu {
        padding: 0;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .logo-mobile img {
        width: auto;
        height: 42px;
    }

    .navbar-header {
        border-top: none;
        margin-top: 0;
    }

    .navbar-inverse {
        width: auto;
        padding-top: 0;
    }

    .top-menu .container {
        width: 100% !important;
        padding-left: 7px;
        padding-right: 7px;
    }

    .top-menu .container .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-radius: 0;
        background: rgba(243, 243, 243, 1);
        border-color: #f3f3f3;
    }

    .navbar-toggle {
        margin: 0;
        padding: 20px 12px;
        background-color: #fff;
        border-radius: 0;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent !important;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #f3f3f3;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #313131;
    }

    .pakg-program .detail .itinerary {
        display: inherit;
    }

    .country-block {
        padding-top: 6px;
        width: 100%;
        float: none;
        margin: 0px 0px 20px 0px;
    }

    .country-block a {
        width: calc(100% - 80px);
    }

    .country-block:nth-child(1),
    .country-block:nth-child(2),
    .country-block:nth-child(3),
    .country-block:nth-child(4),
    .country-block:nth-child(5) {
        background-size: 80px, cover;
    }

    .bottomH {
        margin-bottom: 20px;
    }

    .dl-menuwrapper {
        display: block;
    }

    .navbar-inverse {
        display: none;
    }

    .fixed {
        display: block !important;
        background-color: rgba(255, 255, 255, 1);
        height: 56px;
    }

    header {
        position: fixed !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        height: 60px;
        animation: slide-down .7s;
        opacity: 1;
    }

    .pakg-area {
        padding-bottom: 50px;
    }

    .pakg-detail {
        margin: 0px 0px 40px 0px;
    }

    .tilkob-price {
        padding: 16px 10px 12px 10px;
    }

    .tilkob-price .price-column {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .tilkob-price .last {
        margin-bottom: 0px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    .tilkob-price-tagline {
        padding: 6px 20px;
    }

    .query-form-map .form-bottom {
        width: 100% !important;
        padding: 10px 10px;
        background: none;
    }

    .pakg-detail .request-form-heading .pinkSec {
        padding: 12px 0px 12px 36px;
    }

    .query-form-map .form-bottom .pakg-detail {
        margin-bottom: 33px !important;
        margin-top: 33px !important;
    }

    .home-content {
        margin-bottom: 0px;
    }

    .dNone {
        display: none;
    }

    .modal-open .modal .form h3 {
        font-size: 15px;
    }

    .clsFormPopupPkg {
        width: 100%;
    }

    .clsFormPopupPkg .form-group .form-control {
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .contentParah {
        width: 100%;
    }

    .forPopupMargin {
        margin-top: 5px !important;
    }

    .mRight10 {
        margin-right: 0px;
    }

    .country-block {
        width: 100% !important;
    }

    .country-block a {
        width: 100% !important;
        padding-left: 80px;
    }

    .blog-landing-overview .clsContent {
        width: 100%;
        padding: 20px 20px 0px 20px;
    }

    .blog-landing-overview .image {
        width: 100%;
    }

    .blog-landing-overview .image img {
        width: 100%;
        height: auto;
    }

    .blog-overview {
        margin-bottom: 40px;
    }

    .blog-landing-overview .clsContent #btnMore {
        display: none;
    }

    .clsContentShowLess {
        height: auto;
    }
}

@media (min-width:992px) and (max-width:1400px) {

    .titleSection .blockDiv table,
    .blogTextpart table,
    .introBlock table {
        display: block;
        width: 100% !important;
        font-size: 14px;
        border-color: grey;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin-bottom: 20px;
        border-collapse: collapse;
    }



    .titleSection .blockDiv table tr td,
    .blogTextpart tr td,
    .introBlock table tr td {
        padding: 3px 7px;
    }

    .destination-page .titleSection .blockDiv table tr td,
    .destination-page .blogTextpart tr td,
    .destination-page .introBlock table tr td {
        padding: 3px 5px;
    }
}

@media (min-width:992px) {
    .description {
        width: calc(50% - 17px);
        margin-right: 15px;
        vertical-align: top;
    }



}

@media (max-width:991px) {

    .titleSection .blockDiv table,
    .blogTextpart table,
    .introBlock table {
        display: block;
        width: 370px !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin-bottom: 20px;
        border-collapse: collapse;
        font-size: 12px;
        border: none;
    }

    .b-left,
    .separate-bdr {
        padding: 0 14px 0 15px;
    }

    .widthSize {
        width: 100%;
    }

    .b-left {
        border-left: none;
    }

    .separate-bdr {
        display: block;
    }

    .separate-bdr hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #cdcdcd;
    }

    .hrControl {
        display: block;
    }

    .hSpace {
        display: block;
        height: 10px;
    }

    .destination .bottom span:nth-child(2) {
        display: none;
    }

    .destination .bottom span:first-child {
        padding-top: 6px !important;
        width: 50% !important;
    }

    .grid {
        padding: 0 !important;
    }
}

@media (max-width:400px) {
    .pop-slider .top {
        height: auto;
        padding: 8px 0px;
    }

    #hotelname {
        display: inline-block;
        width: 238px;
        text-align: left;
        padding-right: 10px;
    }

    .pakg-program {
        overflow-x: hidden;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari and Chrome, if Chrome rule needed */
    .someClass {
        color: #c00;
    }

    /* Safari 5+ ONLY */
    .country-block {
        width: 31%;
    }

    .country-block a {
        width: 73%;
    }

    .destination .bottom .more a {
        padding: 14px 10px;
        font-size: 13px;
    }

    .destination .bottom .more a i {
        position: relative;
        top: 1px;
    }

    .destination .bottom span:first-child {
        padding: 0px 10px 0px 24px;
    }
}

@media (min-width:568px) {
    /*.slinky-theme-default { max-height: 250px !important; background: #fff !important; overflow-y: scroll; }*/
}

@media (max-width:568px) {

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        width: 50px !important;
    }

    .middle-sec .col-md-4 {
        display: block;
    }
}

@media (max-width:767px) {
    ::-webkit-scrollbar-thumb {
        display: none;
    }

    ::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .itinerary-block .carousel-inner {}

    .slideVideo {
        height: 270px;
    }

    #divHotelModal {
        width: 90%;
    }
}

@media (min-width:569px) {
    /*.slinky-theme-default { max-height: 312px !important; background: #fff !important; overflow-y: scroll; }*/
    /*::-webkit-scrollbar-thumb { background-color: #ec5ca4  ; border-radius: 8px; } 

 ::-webkit-scrollbar { width: 10px; height: 10px; background-color: #ebebeb; border-radius: 8px; } */
}

@media (min-width:767px) and (max-width:768px) {
    /*.slinky-theme-default { max-height: 100% !important; background: #fff !important; overflow-y: scroll; }*/
}

@media (min-width:768px) and (max-width:1024px) {
    /*.mobSlidebg .slideText { background-color: #ec5ca4 c9; padding: 15px 10px !important; width: 330px; margin-left: 50px; margin-top: 50px; color: #fff; text-align: center; } */
}

@media (min-width:449px) and (max-width:834px) {
    .slderAnimation .slideBg {
        background: none;
    }

    .mobSlidebg {
        display: block;
        position: relative;
    }

    .mobSlidebg .slideText {
        background-color: rgba(236, 92, 164, 0.788235294117647);
        padding: 15px 10px !important;
        width: 330px;
        margin-left: 50px;
        margin-top: 50px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        right: 20px;
    }

    .mobImagebg {
        background-repeat: no-repeat;
        display: flex;
        background-position: center;
        background-size: cover;
        height: 234px;
    }

    .mobImagebg.bg-DK {
        background-image: url(https://cdn.flamingotours.dk/images/mobbgNew.jpg);
    }

    .mobImagebg.bg-NO {
        background-image: url(https://cdn.flamingotours.no/images/mobbgNew.jpg);
    }

    .mobImagebg.bg-SE {
        background-image: url(https://cdn.flamingotours.se/images/mobbgNew.jpg);
    }

    .mobImagebg img {
        display: none;
    }

    .mobSlidebg .slideText .toptxt {
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
    }

    .mobSlidebg .slideText .textPr {
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
    }

    .mobSlidebg .slideText .priceTag {
        background-color: #fff;
        color: #96135a;
        padding: 3px 6px;
        display: inline-block;
        font-weight: 700;
        box-shadow: 0px 0px 13px 0px #96135a;
        font-size: 14px;
    }

    .mobSlidebg .arroPoint {
        position: absolute;
        top: 100px;
        right: 65px;
        left: 0px;
    }

    .part1 {
        display: none;
    }

    .part2 {
        display: none;
    }
}

/*@media (min-width:411px) and (max-width:731px) { slderAnimation .slideBg { background: none; } 
 .mobSlidebg { display: block; margin-top: 59px; position: relative; } 
 .mobSlidebg .slideText { } 
 .mobImagebg { } 
 .mobImagebg img { width:100%; } 

.mobSlidebg .slideText .toptxt { font-weight: 700; font-size: 18px; display: inline-block; } 
.mobSlidebg .slideText .textPr { font-size: 14px; text-align: center; color: #fff; padding: 5px 10px; display: inline-block; } 
.mobSlidebg .slideText .priceTag { background-color: #fff; color: #96135a; padding: 3px 6px; display: inline-block; font-weight: 700; box-shadow: 0px 0px 13px 0px #96135a; font-size: 12px; } 
.mobSlidebg .arroPoint { position: absolute; top: 100px; right: 65px; left: 0px; } 




 .part1 { display: none; } 

 .part2 { display: none; } 
 }*/

@media (max-width:933px) {
    .col-md-6.pakg-area {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabQueryNew {
        margin: 0 auto;
        float: inherit;
        margin-bottom: 65px;
    }

    .offset-0.reqTextbot {
        margin: 0 auto;
    }
}

@media (max-width:823px) {

    .pakg-area {
        max-width: 100%
    }

    .youtubeGallery iframe {
        height: 227px;
    }

    .modal-content {
        position: relative;
        width: 299px;
        height: auto;
        top: 90px;
    }

    .testimonie .testimonieSlide {
        padding: 0px 50px;
        width: 68%;
    }

    .testimonie .testimonieSlide .textBlock {
        height: 220px;
        padding: 10px 15px;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 50%;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 50%;
        padding: 12px 0px 12px 34px;
    }

    .pakg-detail .request-form .tabltFl {
        max-width: 50%;
        flex: 0 0 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .catgIntro .col-sm-8 {
        flex: 100%;
        max-width: 100%;
    }

    .catgIntro .col-sm-4 {
        flex: 100%;
        max-width: 100%;
    }

    .catgIntro .introLinks {
        margin-top: 45px
    }
}

@media (max-width:812px) {

    .modal-content {
        position: relative;
        width: 380px;
        height: auto;
        top: 20px;
    }
}

@media (max-width:768px) {
    h1.hotelname {
        font-size: 32px;
    }

    .youtubeGallery iframe {
        height: 211px;
    }

    .modal-content {
        position: absolute;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 480px;
        height: 368px;
        top: 10px;
        bottom: 0;
        right: 0;
        left: 0;
        border: none;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }

    .modal-content .close {
        top: -42px;
        right: 9px;
    }

    .contactForm .bgAreaForm .lrgHT {
        height: 138px !important;
    }

    .testimonie .testimonieSlide {
        padding: 4px 50px;
        width: 80%;
    }

    .testimonie .testimonieSlide .textBlock {
        height: 220px;
        padding: 15px 15px;
    }

    .query-form-mapHome {
        background-position: -1030px 0px;
        padding: 0px;
    }

    .query-form-map {
        background-position: -790px 0px;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 50%;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 50%;
        padding: 12px 0px 12px 34px;
    }

    .pakg-detail .request-form .tablt {
        max-width: 50%;
        flex: 0 0 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .countryFlt {
        top: 1004px;
        right: 112px;
    }

}

@media (max-width:736px) {
    .modal-content {
        position: relative;
        width: 430px;
        height: auto;
        top: 20px;
    }
}

@media screen and (max-width:680px) {
    .clsFullTourPkg {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .middle-sec-countries {
        padding-top: 40px;
    }
}

@media (max-width:667px) {
    .modal-content {
        position: relative;
        width: 380px;
        height: auto;
        top: 18px;
    }

    .clnSection {
        display: block;
        background-color: #ec5ca4;
    }
}


@media (max-width:576px) {
    .catgIntro .introBlock {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .catgIntro .introLinks {
        margin-top: 0px;
    }

    .titleSection .blockDiv {
        display: block;
    }

    .catgIntro {
        margin-bottom: 50px;
        margin-top: 20px;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .titleSection {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .priceRangeTop {
        display: inline-flex !important;
    }

    .pricePkgBanner {
        bottom: 8px;
        left: 12px;
    }

    .includeOffer .px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width:559px) {
    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .pakg-detail .request-form-heading .reqText {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .titleSection.rightPart .blockDiv .imgSection {
        padding-right: 0px;
    }

    .titleSection.leftPart .blockDiv .textSection {
        padding-right: 0px;
    }

    .slectAirpot {
        position: relative;
    }

}

@media screen and (max-width: 840px) and (orientation: landscape) {
    .fancybox-caption .fancybox-caption__body {
        background: #ec5ca4;
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;

    }

    .fancybox-caption {
        background: transparent !important;
    }
}

@media (max-width:480px) {

    .destination-page.mp-0,
    .destination.mp-0 {
        padding-top: 0 !important
    }

    .destination-page.mp-0 .catgIntro {
        margin-top: 0
    }

    .header-img.indexNewImage .tourSearch_wrapper img,
    .header-img.indexPage.indexNewImage {
        max-height: 590px;
        height: 590px
    }

    /*.hotelDetailsStar,*/
    .searchBoxHeading.blog_heading .blogTime {
        right: initial !important;
        left: 0 !important;
    }

    .siteMapPage .container {
        width: 100% !important;
        max-width: initial !important;
        padding: 0;
    }

    /*.searchBoxHeading.blog_heading {
        text-align: left;
    }*/

    .blog-section {
        padding-top: 15px !important;
    }

    .m_blogGallery .container {
        max-width: initial !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .blogSection .blogImg .imgSec {
        padding: 0;
    }

    .hotelTourImgGallery.blogImageGallery .owl-nav button.owl-next {
        right: 15px !important;
    }

    .hotelTourImgGallery.blogImageGallery .owl-nav button.owl-prev {
        left: 15px !important;
    }

    .blog_details_page,
    .blog_details_page .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /*.header-img.indexPage.blogPage:not(.blogDetail) .tourSearch_wrapper img {
        min-height: 180px;
        height: 180px;
    }*/

    .header-img.indexPage.blogPage.blogDetail,
    .header-img.indexPage.blogPage.blogDetail .tourSearch_wrapper img {
        min-height: 400px !important;
        /*min-height: 290px !important;*/
    }

    .header-img.indexPage.blogPage.blogDetail2,
    .header-img.indexPage.blogPage.blogDetail2 .tourSearch_wrapper img {
        /*min-height: 400px !important;*/
        min-height: 290px !important;
    }

    .MobileTourPreviewWrapper .blogCardsShow {
        display: flex;
    }

    .MobileTourPreviewWrapper {
        height: 800px;
        overflow: hidden;
    }

    .MobileTourPreviewWrapper.inActive {
        height: auto;
    }

    .MobileTourPreviewWrapper.inActive .blogCardsShow {
        display: none;
    }

    .header-img.indexPage.blogPage {
        margin-bottom: 0;
        height: auto !important;
    }

    .blog_short_content {
        text-align: left;
    }

    .blog_short_content p {
        font-size: 18px !important;
        display: block !important;
        text-align: left;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        display: inline !important;
        line-height: 1.45;
    }

    .tourPreview.hotelTour.widthoutDiscount .tourDetails {
        padding-bottom: 130px !important;
    }

    .new_blog_Content {
        top: 40%
    }

    .footer-pink .container {
        width: 90% !important;
    }

    /*.footer .row {
        max-width: calc(100vw - 30px);
    }*/

    /* body {
	overflow-x: hidden;
	max-width: 100vw;
touch-action: pan-y;
} */
    .htIntroBox ul li p {
        font-size: 16px;
    }

    .text-center-xs {
        text-align: center;
    }

    .htIntroBox ul li {
        padding-left: 0;
        text-align: center;
        margin: 0 auto 10px;
    }

    .htIntroBox ul li .svgbg {
        position: relative;
        margin: 0 auto 10px;
    }

    .htIntroBox ul li strong {
        margin-bottom: 5px;
    }

    .fancybox-caption {
        background: transparent !important;
    }

    .fancybox-caption .fancybox-caption__body {
        background: #ec5ca4;
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;

    }

    ._temperature sup {
        font-size: 20px;
        position: relative;
        top: -18px;
    }

    .wChartBox .owl-nav button,
    .wChartBox .owl-nav button:visited,
    .wChartBox .owl-nav button:hover,
    .wChartBox .owl-nav button:focus {
        transform: scale(0.6) translateY(-50%);
    }

    .breadcrumb>li.active a {
        color: #ec5ca4;
        font-size: 13px;
        font-weight: 700;
    }

    .weatherChart .wChartBox {
        padding: 20px 10px 0;
    }

    .weather-chart-month_temperatures ._temperature {
        padding: 0 28px;
    }

    .weather-chart-month_temperatures ._temperature,
    .weather-chart-month_temperatures ._temperature i {
        font-size: 40px;
    }

    .header-img .showGallery:after {
        bottom: initial !important;
        top: 20px !important;
    }

    .header-img .showGallery:after {
        width: 40px;
        height: 40px;
    }

    .weatherChart {
        /* padding: 30px 12px 20px; */
        padding: 0;
        margin-top: 20px !important;
    }

    .weatherWidget .container {
        max-width: calc(100%) !important;
        width: 100% !important;
    }

    .weatherChart ._halfYear ._monthColoum {
        padding: 0
    }

    .c-alert {
        padding: 15px 15px 15px 60px;
    }

    .c-alert:before {
        width: 36px;
        height: 36px;
    }

    ul.weather-chart-month_extra {
        margin: 22px 0;
    }

    ul.weather-chart-month_extra {
        align-items: baseline;
    }

    ul.weather-chart-month_extra li i {
        top: 3px;
        height: 5px;
        display: inline-block;
        left: -3px;
        font-size: 20px;
    }

    ul.weather-chart-month_extra li svg {
        height: 16px;
    }

    /*ul.weather-chart-month_extra li {
        font-size: 16px;
    }*/

    .carousel-control-prev.lT:hover {
        background-position: 12px center !important;
    }

    .formArea {
        width: 100% !important;
    }

    .msg-box h2 {
        font-size: 23px;
    }

    .tabQueryNew.indexqueryform {
        width: 100%;
    }

    .tabQueryNew.indexqueryform .numCir1,
    .tabQueryNew.indexqueryform .numCir2,
    .tabQueryNew.indexqueryform .numCir3 {
        background-size: 24px;
        display: block;
        position: relative;
        width: 24px;
        height: 20px;
        margin: 0 auto;
        padding: 0;
    }

    .monthdropdown ul.custom-monthselect {
        width: 225px;
        min-width: 225px;
    }

    .tabQueryNew.indexqueryform .tab-content {
        padding: 10px 10px;
    }

    .tabQueryNew.indexqueryform .nav-tabs .nav-link {
        padding: 0.3rem 0 0.1rem !important;
    }

    .msg-box .formContact {
        text-align: center;
    }

    .msg-box .formContact .imgCir {
        margin-bottom: 10px;
    }

    .query-form-mapHome .msg-box {
        margin-bottom: 0;
    }

    .msg-box.height-initial h2 {
        margin-bottom: 8px;
    }

    .query-form-mapHome .msg-box {
        padding-top: 0;
    }

    .xs-full {
        width: 100% !important;
        float: none !important;
    }


    .qreTab._tabEmail img {
        top: 59px;
    }

    .query-form-mapHome .msg-box {
        min-height: initial
    }

    .monthdropdown ul.custom-monthselect {
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.5);
        width: 225px;
        min-width: 225px !important;
        margin-top: -5px;
    }

    /* .tabQueryNew.indexqueryform .nav-tabs .nav-link:not(:last-child) { */
    /* margin-right: 1px; */
    /* } */

    .tabQueryNew.indexqueryform .nav-tabs .nav-link {
        display: block
    }

    .youtubeGallery iframe {
        height: 277px;
    }

    .extrPriceSec {
        display: block;
        margin-top: 0;
    }

    .frontViewTxt.mb30 {
        margin-bottom: 0;
    }

    .extpriceRange {
        margin-top: 6px;
    }

    .weekNum {
        display: none;
    }

    .newQreslect {
        margin-left: 17px !important;
        margin-right: 17px !important;
    }

    .clnSlect .col-lg-12.col-xl-8 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .clnSlect .col-lg-12.col-xl-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .clnSection {
        margin: 0px;
    }

    .dateValue {
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .modal-content {
        border: none;
        width: 100%;
        height: auto;
        position: relative;
        top: 20%;
    }

    .contInfoMob {
        display: block
    }

    .contInfoDesk {
        display: none
    }

    .testimonie .bgBlockTab {
        display: none;
    }

    .bgBlockmob {
        display: block;
    }

    .testimonie .testimonieSlide .textBlock {
        height: 250px;
        padding: 15px 22px;
    }

    .testimonie .testimonieSlide .carousel-control-prev {
        left: -20px;
        justify-content: space-around;
        width: 38px !important;
    }

    .testimonie .testimonieSlide .carousel-control-next {
        right: -20px;
        justify-content: space-around;
        width: 48px !important;
    }

    .testimonie .testimonieSlide {
        width: 100%;
        padding: 0px 0px;
        overflow: visible;
    }

    .arrowIcon img {
        width: 30px;
        height: 30px;
    }

    .arrowIcon {}

    .htText {
        height: 90px !important;
    }

    .pakg-detail .request-form .tablt {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .pakg-detail .request-form .tabltFl {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .pakg-detail .request-form-heading .reqTextbottom {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 12px 0px 12px 34px;
    }

    .slderAnimation .slideBg {
        background: none;
    }

    .mobSlidebg {
        display: block;
        position: relative;
    }

    .mobSlidebg .slideText {
        background-color: rgba(236, 92, 164, 0.788235294117647);
        padding: 10px 2px !important;
        width: 90%;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        top: 85px !important;
    }

    .mobImagebg {}

    .mobImagebg img {
        width: 100%;
    }

    .mobSlidebg .slideText .toptxt {
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
    }

    .mobSlidebg .slideText .textPr {
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
    }

    .mobSlidebg .slideText .priceTag {
        background-color: #fff;
        color: #96135a;
        padding: 3px 6px;
        display: inline-block;
        font-weight: 700;
        box-shadow: 0px 0px 13px 0px #96135a;
        font-size: 12px;
    }

    .mobSlidebg .arroPoint {
        position: absolute;
        top: 100px;
        right: 65px;
        left: 0px;
    }

    .part1 {
        display: none;
    }

    .part2 {
        display: none;
    }

    .pakg-detail {
        margin: 0px 0px 40px 0px !important;
    }

    .mbqry {
        display: none;
    }

    .pakg-program {
        padding: 20px 0px 43px 0px;
    }

    .slideMobqr {
        display: block;
    }

    .offer-mob {
        background-color: #ec5ca4;
        z-index: 111;
        border-radius: 15px 15px 0px 0px;
        padding: 7px 7px;
        width: 220px;
        cursor: pointer;
        margin: 0 auto;
    }

    .M-iconMob {
        float: left;
        text-align: center;
        border-radius: 4px;
        padding: 3px 8px;
        margin-right: 0px;
    }

    .M-iconMob img {
        width: 35px;
    }

    .qr-textMob {
        display: block;
        padding-left: 12px;
    }

    .TblMob {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }

    .TblMob img {
        width: 12px;
    }

    .SmlMob {
        display: block;
        color: #fff;
        font-size: 12px;
        line-height: 1;
    }

    .destination {
        padding: 20px 0px 10px 0px !important
    }

    .desNewPadd {
        padding: 0 !important
    }
}

@media (max-width:575px) {
    .MobVideoIcon {
        display: flex;
    }

    .headerHomeVideo {
        display: none;
    }

    .topHeaderVideo {
        margin-top: 0;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail {
        padding-left: 0px;
    }

    .rtSpt {
        padding-right: 15px;
    }

    .itinerary-block {
        box-shadow: none;
        border: none;
    }

    .pakg-program .detail .itinerary {
        padding: 0px;
    }

    .crInner {
        border-radius: 0;
        box-shadow: none;
    }

    .pakg-program .detail .heading {
        box-shadow: none;
        margin: 0px;
        border-radius: 0;
        padding-right: 10px;
    }

    .addDestbg {
        padding-bottom: 5px;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
        border-radius: 0px 0px 10px 10px;
    }

    .itinerary-block .offset-0 {
        padding-right: 15px;
        padding-left: 15px;
    }

}

.hotelDetailsStar {
    position: absolute;
    top: -48px;
    right: 0;
    background: #ec5ca4;
    padding: 0 5px;
}

.hotelDetailsStar svg {
    width: 70px !important;
    height: 40px !important;
    display: block !important;
    top: 0 !important;
    filter: drop-shadow(2px 2px 0px #96135a) !important;
}

.hotelDetailsStar .starModalRating.rate4 {
    color: #FFF !important;
}

@media (max-width:480px) {
    .static-page .catgIntro {
        margin-bottom: 0;
    }

    .mobileReduceSpace .container.destination-page {
        padding: 0 !important
    }

    .bg-gray.py10.mobileReduceSpace {
        padding: 10px 0
    }

    .mobileReduceSpace .catgIntro {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bg-gray.py-5 {
        padding-top: 20px !important;
        border-bottom: 20px !important;
    }

    .blogSection.blog_m_flex_orders {
        display: flex;
        flex-wrap: wrap;
    }

    .m_blogGallery .my-5 {
        margin: -40px 0 0 0 !important;
    }

    .blogSection.blog_m_flex_orders>[data-mobile-order="1"] {
        order: 1;
        flex: 0 0 100%;
        width: 100% !important;
    }

    .blogSection.blog_m_flex_orders>[data-mobile-order="2"] {
        order: 2;
        flex: 0 0 100%;
        width: 100% !important;
    }

    .searchBoxHeading.blog_heading .heading_txt {
        transform: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        display: inline !important;
    }

    .btnTopQurDiv.bdTop {
        position: relative;
        top: 10px;
    }

    /* .reqPrice{position:absolute;bottom:0;right:0;display:flex;}      */
    .countryFlt {
        position: absolute;
        top: 1446px;
        left: 16px;
        font-size: 13px;
        color: #c3c3c3;
    }

    .msg-form .form-control.lrgHT {
        height: 90px !important;
    }

    .msg-box {
        min-height: 570px;
    }

    /*.carousel-fade .carousel-inner>.item.active { opacity:1; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); height:200px!important; min-height:200px!important; background-size:cover } */
    .pakg-program h3 {
        text-align: center;
        padding: 10px 0px;
    }

    .carousel-caption {
        top: 10px !important;
        font-size: 21px !important;
    }

    .carousel-caption h3 {
        font-size: 16px !important;
    }

    .hf.f1 {
        font-size: 10px !important;
    }

    .btn a {
        padding: 5px 10px !important;
    }

    .footer .text-area h4 {
        font-size: 18px;
        margin: 2px 0px;
    }

    .footer .text-area ul li {
        font-size: 14px;
    }

    .footer .text-area .list-dubble ul li {
        width: 50%;
    }

    .footer .text-area .list-dubble .footernav a {
        width: 50%;
    }

    .footer .text-area {
        padding: 19px 0;
        text-align: center;
    }

    .mega-dropdown-menu>li>ul>li img {
        display: none;
    }

    .modal-open .modal {
        width: 95%;
        padding-top: 0px;
        top: 0px;
        height: 100%;
    }

    .pop-slider .text {
        margin-top: 40px;
    }

    .about {
        width: 100%;
    }

    .clsFormPopupPkg .form-group label {
        color: #ec5ca4;
        font-size: 15px;
        margin-bottom: 10px;
        /* float: left; */
        padding-top: 4px;
    }

    .itinerary-block .carousel-inner {}

    .frontViewTxt .textArea {
        width: 100%;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .frontViewTxt .location-map {
        width: 100%;
    }

    .slideVideo {
        height: 200px;
    }

    .catg-img {
        margin-top: 40px;
    }

    .msg-box {
        margin-bottom: 30px;
    }

    .sendBtn {
        position: relative;
    }

    .sendBtn .connectbtn {
        width: 100%;
    }

    .dest-list .sub {
        font-size: 20px;
    }

    .dest-list h2 {
        line-height: 30px;
    }

    .pakg-detail .request-form-heading .pinkSec {
        padding: 12px 0px 12px 36px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        /*margin: 0px 10px;*/
        width: 70%;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .mealW {
        margin: 0px 10px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon:after {
        right: -12px;
        width: 90%;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal:after {
        right: -12px;
        width: 90%;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htcktg:before {
        /* top: 9px; */
    }

    .catg-title {
        font-size: 25px;
        position: relative;
        top: -8px;
    }

    .destination .heading h2 {
        padding-top: 10px;
    }

    .destination .cFlag {
        display: none;
    }

    .destination h2.heading .cFlag {
        display: block;
        order: 1;
    }

    .destination h2 a {
        order: 2;
        width: 100%;
    }

    .destination h2 {
        flex-wrap: wrap;
    }

    .destination .cFlagMob {
        display: block;
    }

    .destination .cFlagMob.mntop {
        margin-top: -55px;
    }

    .breadcrumbBlock {
        width: 100%;
    }

    .pakg-detail .request-form .form-control {
        padding: 2px 0px 0px 10px;
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {}

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .icon i {
        left: -1px;
        position: relative;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .iconMeal i {
        left: -1px;
        position: relative;
    }

    .include-area .headingInclude {
        padding-bottom: 5px;
    }

    .list .dont {
        margin-top: 20px;
    }

    .query-form-map .form-bottom {
        padding-top: 3px;
    }

    .blogDestination {
        width: 100%;
    }

    .modal-lg {
        max-width: 98%;
        margin: 0 auto;
    }

    .carousel-indicators {}

    .tilkob-price-tagline {
        text-align: center;
        width: 100%;
    }

    #hotelname {
        text-align: center !important;
    }

    .paddingRt {
        padding-right: 0px;
    }

    .marginRt {
        margin-right: 0px;
    }

    #divHotelModal {
        width: 95%;
    }

    .sec-category {
        max-height: 100%;
        background-image: url(https://cdn.flamingotours.dk/images/catBg.jpg);
        padding-bottom: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #000;
    }

    .sec-category .carousel-inner {
        display: none;
    }

    .sec-category .carousel-indicators {
        position: relative;
        top: 5%;
    }

    .sec-category .carousel-indicators li {
        width: 200px !important;
        height: 200px !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 90px;
    }

    .query-form-map .form-bottom {
        width: 100% !important;
    }

    .header-img {
        margin-top: 60px;
    }

    .frontViewTxt {
        overflow: hidden;
        height: auto;
        background: none;
    }

    .heading {
        padding-top: 5px;
    }

    .query-form-map {
        background-position: 100%;
    }

    .query-form-map.bg-DK {
        background-image: url(https://cdn.flamingotours.dk/images/world-map-package-mobile.jpg) !important;
    }

    .query-form-map.bg-NO {
        background-image: url(https://cdn.flamingotours.no/images/world-map-package-mobile.jpg) !important;
    }

    .query-form-map.bg-SE {
        background-image: url(https://cdn.flamingotours.se/images/world-map-package-mobile.jpg) !important;
    }

    .query-form-mapHome {
        background-position: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .query-form-mapHome.bg-DK {
        background-image: url(https://cdn.flamingotours.dk/images/worl-map-index-mobile.jpg) !important;
    }

    .query-form-mapHome.bg-NO {
        background-image: url(https://cdn.flamingotours.no/images/worl-map-index-mobile.jpg) !important;
    }

    .query-form-mapHome.bg-SE {
        background-image: url(https://cdn.flamingotours.se/images/worl-map-index-mobile.jpg) !important;
    }

    .query-form-mapHome.bg-DE {
        background-image: url(https://cdn.flamingourlaub.de/images/worl-map-index-mobile.jpg) !important;
    }

    .query-form-mapHome.bg-PL {
        background-image: url(https://cdn.flamingotours.pl/images/worl-map-index-mobile.jpg) !important;
    }

    .destination-page {
        padding: 40px 0 !important;
    }

    .offset-0 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mtclndarea.offset-0 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .item.t6 {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
    }

    .blogSection .blogTextpart {
        padding: 20px 20px 20px 20px;
    }

    .tabQueryNew.indexqueryform .nav-tabs .nav-link:not(:last-child) {
        margin-right: 1px;
    }
}


@media only screen and (max-width:480px) and (min-width:420px) {
    .btnTopQurDiv.bdTop {
        margin-bottom: 14px;
    }

}

@media (max-width:420px) {
    .catgIntro {
        margin-top: 0;
    }

    .m-fix-container.static-page .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .HotelDetailsHeader {
        padding: 0 15px;
        display: flex;
        align-items: center;
    }

    .HotelDetailsHeader h1 {
        margin: 30px 0 0;
    }


    .m-fix-container .content-right {
        margin-top: 0;
    }

    .m-fix-container.static-page .reviewSlider .container {
        max-width: 95% !important;
        width: 95% !important;
        padding: 0 15px !important;
    }

    .weather-chart-month_temperatures ._temperature:last-child i {

        right: -15px !important;
        left: initial !important;
    }

    .newQreslect {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .query-form-map .newQreslect {
        margin-left: auto;
        max-width: 420px !important;
        margin-left: 17px !important;
        margin-right: 17px !important;
    }

    /*.dateValue span {    top: 30px;}*/
    .dateValue.slt span {
        font-family: 'Roboto Condensed', sans-serif !important;
        top: 29px;
    }

    .dateValue span {
        top: 29px;
    }

    .monthdropdown {
        width: 100%;
    }

    .weatherChart .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0;
    }

    .weather-chart-month_temperatures ._temperature:last-child {
        padding-right: 0;
    }
}

@media (max-width:414px) {
    /*.slinky-theme-default { height: 85% !important; }*/
}

@media (max-width:348px) {
    .blog-overview .blog-content .footerText .right {
        width: 123px;
    }

    .blog-overview .blog-content .footerText .right .btn-program {
        width: 130px;
    }
}

@media (max-width:1280px) {
    .moveNextdesktop {
        display: none;
    }

    .moveNextmob {
        display: inline-block;
    }

    .tourPreview .tourDetails .tourOverview ul li:nth-last-child(1) {
        padding-bottom: 30px;
    }

    .tourPreview .tourDetails ul.tourOverview li:nth-last-child(1) {
        padding-bottom: 30px;
    }

    .tourPreview .tourDetails .moreInfo {
        font-size: 15px;
        position: absolute;
        bottom: 12px;
        width: 95%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .tourPreview .tourDetails .moreInfo ul li {
        display: inline-block;
        font-weight: 700;
        color: #ec5ca4;
        padding-right: 0;
        width: 55%;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(1) {
        padding-right: 0px;
        position: relative;
        right: 0;
        width: 100%;
        display: block;
        text-align: center;
        background: #96135a;
        padding: 3px;
        border-radius: 4px;
        margin-top: 0px;
    }

    .tourPreview .tourDetails .moreInfo ul li a {
        color: #ffffff;
    }

    .tourPreview .tourDetails .moreInfo ul li:nth-last-child(2) {
        text-align: right;
        width: 40%;
    }

    .tourPreview .tourDetails {
        padding: 10px 14px;
        min-height: 220px;
        padding-bottom: 0px;
    }
}

.about-sec {
    background: #fff;
    padding: 15px;
}

.contact-page .block .bold span.width94 {
    width: 94px;
    color: #000;
    display: inline-block;
    padding-bottom: 0;
}

@media (max-width: 415px) {
    .mobSlidebg .slideText {
        top: 158px !important;
    }
}

@media (min-width: 386px) and (max-width:420px) {
    .indexqueryform .clnSection {
        background-color: transparent;
        width: initial !important;
    }


    .indexqueryform .dateValue {
        width: 46.42px !important;
        height: 46.42px !important;
        max-width: 46.42px !important;
        max-height: 46.42px !important;
        min-width: 46.42px !important;
        min-height: 46.42px !important;
    }
}

@media (min-width: 415px) {
    .topVideoHomeWind .videoClick {
        display: none;
    }

    .topVideoHomeWind .modal-content {
        width: 348px !important;
    }

    .topVideoHomeWind .modal-body {
        padding: 4px;
    }

    .topHeaderVideo {
        margin-top: 0;
    }

    .topVideoHomeWind .modal-dialog {
        margin: 0 auto !important;
    }

    .topVideoHomeWind .modal-content {
        top: 8px;
    }

}


@media (min-width: 376px) and (max-width:385px) {
    .dateValue span {

        font-size: 11px;
    }

    .indexqueryform .clnSection {
        background-color: transparent;
        width: initial !important;
    }


    .indexqueryform .dateValue {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }
}

@media (min-width: 361px) and (max-width:375px) {
    .monthBtn {
        margin-top: 15px;
    }

    .tabQueryNew.indexqueryform .clnSection {
        width: 322px !important;
    }

    .tabQueryNew.indexqueryform .dateValue {
        width: 46px !important;
        height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
    }

    .query-form-mapHome .container {
        padding: 0;
    }


}

@media screen and (max-width:360px) {
    .m-fix-container .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .m-fix-container .middle-sec {
        width: 100%;
        max-width: 100%;
    }


}

@media (min-width: 322px) and (max-width:360px) {
    .dateValue span {

        font-size: 10px !important;
    }
}

@media (min-width: 330px) and (max-width:360px) {
    .indexqueryform .clnSection {
        width: 272px !important;
    }
}

@media (min-width: 321px) and (max-width:360px) {
    .dateValue span {

        font-size: 10px !important;
    }



    .indexqueryform .dateValue {
        width: 38.85px !important;
        height: 38.85px !important;
        max-width: 38.85px !important;
        max-height: 38.85px !important;
        min-width: 38.85px !important;
        min-height: 38.85px !important;
        font-size: 14px;

    }
}



@media (max-width: 375px) {
    .youtubeGallery iframe {
        height: 251px;
    }

    .clnDate {
        width: 99.9%;
        margin: 0 auto;
    }

    .dateValue {
        width: 44.23px;
        height: 44.23px;
        max-width: 44.23px;
        max-height: 44.23px;
        min-width: 44.23px;
        min-height: 44.23px;
        padding: 7px 0px
    }

    .dateValue span {
        font-size: 11px;
    }

    .mobSlidebg .slideText {
        top: 110px !important;
    }

    .countryFlt {
        top: 1495px;
    }

    /*.tourpageform .reqPrice {    bottom: -38px !important;    left: 0;
    right: 0;
    justify-content: space-between;    background: #ec5ca4  ;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;}
 .tourpageform  .sltPriceTop {font-size:23px;}*/


}

@media (max-width: 360px) {
    ul.weather-chart-month_extra li {

        flex: 0 0 33.33%;
        padding: 0 5px;

    }


    .youtubeGallery iframe {
        height: 240px;
    }

    .mobSlidebg .slideText {
        top: 100px !important;
    }

    .countryFlt {
        top: 1464px;
    }

    .dateValue {
        width: 43.14px;
        height: 43.14px;
        max-width: 43.14px;
        max-height: 43.14px;
        padding: 8px 0px;
    }

    .clnDate {
        width: 100%;
    }

    .tourpageform .sltPriceTop {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .newQreslect {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}

@media (max-width: 359px) {
    #dropQre .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .newformPrice {
        padding: 20px 17px;
    }

    .dateValue {
        width: 42.84px;
        height: 42.84px;
        max-width: 42.84px;
        max-height: 42.84px;
        min-width: 42.84px;
        min-height: 42.84px;
        font-size: 14px;
    }

    .tourpageform .sltPriceTop {}

    .sltPriceTop .smlprice {
        font-size: 12px;
    }


}


@media (max-width: 341px) {

    .tourpageform .sltPriceTop {
        font-size: 14px;
    }

    .sltPriceTop .smlprice {
        font-size: 12px;
    }

    .query-form-mapHome .container {
        padding: 0 !important;
    }

}




@media (max-width: 320px) {
    .blog_details_page .m_blogGallery .container {
        padding: 0 !important;
    }

    .blog_details_page .container {
        padding: 0 15px !important;
    }

    .blog-section {
        padding-top: 20px !important;
    }

    .new_blog_Content {
        top: 35%
    }

    .weather-chart-month_temperatures ._temperature {
        font-size: 36px;
    }

    .weather-chart-month_temperatures ._temperature i {
        font-size: 36px;
    }

    .weather-chart-month_temperatures ._temperature i {
        font-size: 36px;
    }

    .weatherChart {
        padding: 30px 5px 20px;
    }

    .dateValue.gry .tooltiptextClnd {
        width: 60px;
        top: 30px;
        left: -10px;
    }

    .mobSlidebg .slideText {
        top: 50px !important;
    }

    .countryFlt {
        top: 1593px;
    }

    .youtubeGallery iframe {
        height: 211px;
    }

    .reviewText {
        padding: 30px 25px 15px 25px;
    }

    .reviewContent {
        top: 130px;
    }

    .tabQueryNew .tab-content .clnSection {
        margin-bottom: 0;
    }

    .titleSection {
        padding: 10px 10px;
    }


    .bg-gray .container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .indexqueryform:not(.tourpageform) .dateValue {
        width: 38.57px !important;
        height: 38.57px !important;
        max-width: 38.57px !important;
        max-height: 38.57px !important;
        min-width: 38.57px !important;
        min-height: 38.57px !important;
        font-size: 12px;

    }

    .tourpageform.indexqueryform .dateValue {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        font-size: 12px;

    }

    /*.tourpageform .dateValue span {
       font-size: 11px;
    line-height: 1;
    top: 28px;
}*/

    .tabQueryNew.indexqueryform .nav-tabs .nav-link {
        font-size: 13px;
    }

    .tabQueryNew.indexqueryform .tab-content {
        padding: 5px 5px;
    }

    .sideTextInfo {
        font-size: 12px;

    }

    .reqTextbot {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}


@media (min-width:320px) and (max-width:374px) {

    .custInfoTop {
        padding: 4px 3px;
    }

    .sltPriceTop {
        font-size: 18px;
    }

    .tourpageform.indexqueryform .dateValue {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        font-size: 12px;
    }

    .tabQueryNew .weekdays .wDays {
        flex: 1;
        width: 42px;
        height: 42px;
        max-width: 42px;
        max-height: 42px;
    }

    .tabQueryNew.indexqueryform .clnDate {
        width: auto !important;
    }

    .tourpageform .dateValue span {
        font-size: 11px;
        line-height: 1;

    }

    .sltPriceTop .smlprice {
        font-size: 14px;
        font-weight: 700;
    }

    /* .reqPrice {bottom: -36px;} */




    .indexqueryform:not(.tourpageform) .dateValue {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        font-size: 12px;
    }

    .tabQueryNew.indexqueryform:not(.tourpageform) .weekdays .wDays {
        flex: 1;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }



}

@media (min-width:375px) and (max-width:410px) {
    .indexqueryform .dateValue {
        width: 46px !important;
        height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
    }

    .tabQueryNew .weekdays .wDays {
        flex: 1;
        width: 46px !important;
        height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
    }

    .tourpageform .dateValue span {

        font-size: 11px;
    }



    .indexqueryform:not(.tourpageform) .dateValue {
        width: 42px !important;
        height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
        font-size: 12px;
    }

    .tabQueryNew.indexqueryform:not(.tourpageform) .weekdays .wDays {
        flex: 1;
        height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
    }

    /* .tabQueryNew.indexqueryform:not(.tourpageform) .clnSection { */
    /* width: 295px!important;  } */

}

@media (min-width:411px) and (max-width:767px) {
    .tabQueryNew .tab-content .dateValue {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .weekNum {
        display: none;
    }
}

@media (max-width: 329px) and (min-width: 321px) {
    .tourpageform.indexqueryform .dateValue {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        font-size: 12px;
    }

    .tabQueryNew .weekdays .wDays .tabQueryNew .weekdays .wDays {
        flex: 1;
        width: 40px;
        height: 40px;
        max-width: 40px;
        max-height: 40px;
    }

    .tourpageform .sltPriceTop {

        display: flex;
        align-items: center;
        padding: 2px 12px;
    }
}


/* New Css */

/*@media only screen and (max-width:480px){
    .header-img .container {
    text-align: left !important;
    }
}*/


/* Bounce Button*/

.bounce .title:hover{
  color:#8d2653;
}

.bounce a{
  text-decoration: none;
}

.bounce .title{
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-size:17px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  max-width: 285px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;    
}

.bounce-button{
  width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.bounce .wrapper{
  width: 300px;
  top:6px;
  text-align: center;
  position: absolute;
}

/*small bounce button*/

.btn-bounce-sml{
    -moz-animation: bounce-sm 1.4s infinite linear;
    -o-animation: bounce-sm 1.4s infinite linear;
    -webkit-animation: bounce-sm 1.4s infinite linear;
     animation: bounce-sm 1.4s infinite linear !important;
}

@-webkit-keyframes bounce-sm {
    0% { bottom: -60px; }
    50% { bottom: -45px; }
    100% { bottom: -60px; }
}
@-moz-keyframes bounce-sm {
    0% { bottom: -60px; }
    50% { bottom: -45px; }
    100% { bottom: -60px; }
}
@-o-keyframes bounce-sm {
    0% { bottom: -60px; }
    50% { bottom: -45px; }
    100% { bottom: -60px; }
}
@-ms-keyframes bounce-sm {
    0% { bottom: -60px; }
    50% { bottom: -45px; }
    100% { bottom: -60px; }
}
@keyframes bounce-sm {
    0% { bottom: -60px; }
    50% { bottom: -45px; }
    100% { bottom: -60px; }
}

/*Med bounce button*/
.btn-bounce-med {
  display: inline-block;
  -moz-animation: bounce 1.4s infinite linear;
  -o-animation: bounce 1.4s infinite linear;
  -webkit-animation: bounce 1.4s infinite linear;
  animation: bounce-md 1.4s infinite linear;
}

@-webkit-keyframes bounce-md {
    0% { bottom: -50px; }
    50% { bottom: -35px; }
    100% { bottom: -50px; }
}
@-moz-keyframes bounce-md {
    0% { bottom: -50px; }
    50% { bottom: -35px; }
    100% { bottom: -50px; }
}
@-o-keyframes bounce-md {
    0% { bottom: -50px; }
    50% { bottom: -35px; }
    100% { bottom: -50px; }
}
@-ms-keyframes bounce-md {
    0% { bottom: -50px; }
    50% { bottom: -35px; }
    100% { bottom: -50px; }
}
@keyframes bounce-md {
    0% { bottom: -50px; }
    50% { bottom: -35px; }
    100% { bottom: -50px; }
}

/*Large bounce button*/

.btn-bounce-lrg{
    -moz-animation: bounce-lg 1.4s infinite linear;
    -o-animation: bounce-lg 1.4s infinite linear;
    -webkit-animation: bounce-lg 1.4s infinite linear;
     animation: bounce-lg 1.4s infinite linear !important;
}

@-webkit-keyframes bounce-lg {
    0% { bottom: -45px; }
    50% { bottom: -30px; }
    100% { bottom: -45px; }
}
@-moz-keyframes bounce-lg {
    0% { bottom: -45px; }
    50% { bottom: -30px; }
    100% { bottom: -45px; }
}
@-o-keyframes bounce-lg {
    0% { bottom: -45px; }
    50% { bottom: -30px; }
    100% { bottom: -45px; }
}
@-ms-keyframes bounce-lg {
    0% { bottom: -45px; }
    50% { bottom: -30px; }
    100% { bottom: -45px; }
}
@keyframes bounce-lg {
    0% { bottom: -45px; }
    50% { bottom: -30px; }
    100% { bottom: -45px; }
}

@media only screen and (max-width:1200px){
        .pricePkgBannerInfo {
        bottom: 108px !important;
    }

    .HotelTourSearchDetail .btn-search-hotel{
        margin-left: 0 !important;
    }

    .rangeClnd{
        margin-right: 0 !important;
    }

    .tourSearch_wrapper.tourbook .hotelSearchBox{
        top: 41% !important;
    }

    .tourSearch_wrapper.tourbook img{
         max-height: 25rem !important;
         height: 25rem !important;
    }

    /*Small bounce button*/
    @-webkit-keyframes bounce-sm {
        0% { bottom: -110px; }
        50% { bottom: -95px; }
        100% { bottom: -110px; }
    }
    @-moz-keyframes bounce-sm {
        0% { bottom: -110px; }
        50% { bottom: -95px; }
        100% { bottom: -110px; }
    }
    @-o-keyframes bounce-sm {
        0% { bottom: -110px; }
        50% { bottom: -95px; }
        100% { bottom: -110px; }
    }
    @-ms-keyframes bounce-sm {
        0% { bottom: -110px; }
        50% { bottom: -95px; }
        100% { bottom: -110px; }
    }
    @keyframes bounce-sm {
        0% { bottom: -110px; }
        50% { bottom: -95px; }
        100% { bottom: -110px; }
    }

    /*Med bounce button*/
    @-webkit-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -75px; }
        100% { bottom: -100px; }
    }
    @-moz-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -75px; }
        100% { bottom: -100px; }
    }
    @-o-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -75px; }
        100% { bottom: -100px; }
    }
    @-ms-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -75px; }
        100% { bottom: -100px; }
    }
    @keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -75px; }
        100% { bottom: -100px; }
    }

    /*Large bounce button*/
    @-webkit-keyframes bounce-lg {
        0% { bottom: -95px; }
        50% { bottom: -80px; }
        100% { bottom: -95px; }
    }
    @-moz-keyframes bounce-lg {
        0% { bottom: -95px; }
        50% { bottom: -80px; }
        100% { bottom: -95px; }
    }
    @-o-keyframes bounce-lg {
        0% { bottom: -95px; }
        50% { bottom: -80px; }
        100% { bottom: -95px; }
    }
    @-ms-keyframes bounce-lg {
        0% { bottom: -95px; }
        50% { bottom: -80px; }
        100% { bottom: -95px; }
    }
    @keyframes bounce-lg {
        0% { bottom: -95px; }
        50% { bottom: -80px; }
        100% { bottom: -95px; }
    }

    .tourBooKContent2{
        margin-top: 3rem;
    }

    .pakg-area2 h1{
        margin-top: 0;
    }

    .TrustPilotWhiteBox {
        margin-bottom: 0 !important;
    }

}

@media only screen and (max-width:992px){
    .pricePkgBannerInfo {
        bottom: 88px !important;
    }

    .tourSearch_wrapper.tourbook .hotelSearchBox{
        top: 37% !important;
    }

    @-webkit-keyframes bounce-md {
        0% { bottom: -90px; }
        50% { bottom: -85px; }
        100% { bottom: -90px; }
    }
    @-moz-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -85px; }
        100% { bottom: -100px; }
    }
    @-o-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -85px; }
        100% { bottom: -100px; }
    }
    @-ms-keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -85px; }
        100% { bottom: -100px; }
    }
    @keyframes bounce-md {
        0% { bottom: -100px; }
        50% { bottom: -85px; }
        100% { bottom: -100px; }
    }
}

@media only screen and (max-width:768px){
    .tourSearch_wrapper.tourbook .hotelSearchBox {
        top: 43% !important;
    }

    .pricePkgBannerInfo {
        bottom: 68px !important;
    }

    .pakg-area h1{
        margin-top: 0;
    }

    .tourBooKContent2 {
        margin-top: 3rem !important;
    }

    .tourBooKContent3 {
        margin-top: 5.5rem !important;
    }

    .tourBooKContent2 .breadcrumb {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:767px) {
    .tourSearch_wrapper.tourbook .hotelSearchBox {
        top: -11% !important;
    }
}

@media only screen and (max-width:640px){
    .pricePkgBannerInfo.pricePkgBannerInfo2 {
        position: absolute !important;
        top: -124px;
        left: calc(50% - 97.5px) !important;
    }

    .tourSearch_wrapper.tourbook .hotelSearchBox {
        top: -16% !important;
    }
}

@media only screen and (max-width:480px){
    .tourSearch_wrapper.tourbook .hotelSearchBox {
        top: -4% !important;
    }

    .tourBooKContent2 {
        margin-top: 5.1rem !important;
    }

    .tourSearch_wrapper.tourbook img {
        max-height: 26rem !important;
        height: 26rem !important;
    }

    .m_hotelname{
        position: relative;
        top: 11px;
    }

    .display_mobile_order2>[data-mobile-order="3"] {
        order: 2 !important;
    }

    .tourBooKContent2 .breadcrumb {
        margin-top: 1px !important;
    }

    /*small bounce button*/
    @-webkit-keyframes bounce-sm {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-moz-keyframes bounce-sm {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-o-keyframes bounce-sm {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-ms-keyframes bounce-sm {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @keyframes bounce-sm {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }

    /*Med bounce button*/
    @-webkit-keyframes bounce-md {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-moz-keyframes bounce-md {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-o-keyframes bounce-md {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-ms-keyframes bounce-md {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @keyframes bounce-md {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }

    /*Large bounce button*/
    @-webkit-keyframes bounce-lg {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-moz-keyframes bounce-lg {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-o-keyframes bounce-lg {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @-ms-keyframes bounce-lg {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }
    @keyframes bounce-lg {
        0% { bottom: -70px; }
        50% { bottom: -55px; }
        100% { bottom: -70px; }
    }

    .bounce-button {
        width: 248px;
    }

    .bounce .wrapper {
        width: 248px;
        top: 3px;
    }

    .bounce .title {
        font-size: 16px;
        max-width: 238px;
    }

    .ht-m_owl_gallery{
        margin-top: 12px !important;
    }

    .pakg-area2 h1 {
         margin-top: 17px; 
    }

    .tourSearch_wrapper.tourbook .hotelSearchBox{
        top: 48%;
    }
    
    .tourSearch_wrapper.tourbook .hotelSearchBoxNew{
        top: -26% !important;
    }    
    
    .btn-bounce-sml{
        width: 217px;
    } 
    
    .btn-bounce-sml .wrapper {
        width: 222px;
        top: 3px;
    } 
    
    .btn-bounce-sml .title {
       font-size: 16px;
        max-width: 208px;
    }   
}

/* Hotel Toour Details Card Preview*/

.hoteltdet-cardpreview .cardpreview-box {
    position: absolute;
    top: 0;
    left: 0; 
}

.hoteltdet-cardpreview .img-div > img{
    width: 100%;
    height: 52.5rem;
}

.hoteltdet-cardpreview .cardpreview-box{
    width: 100% !important;
}

.hoteltdet-cardpreview h1{
    margin: 70px 0 !important;
}

.tour_inkWidth{
    width: 60%;
    margin: 0 auto;
    margin-top: 2rem;
}

.tour_inkWidth .newformheding{
    color: #333333;
    font-size: 19px;
}

.tour_inkWidth .dropdown .dropdown-toggle {
     box-shadow: none !important; 
}

.destinationdivp0{
    padding-top: 0 !important;
}

.tour_inkWidth .formDropdown-wrapper .eye-wrapper{
    height: 35px;
    min-height:35px !important;
    padding: 0 7px !important;
}

.tour_inkWidth .formDropdown-wrapper{
    border-bottom: 2px solid #fbdbe9;
    padding-right: 9px;
}

.tour_inkWidth .dropdown .dropdown-toggle {
    margin-bottom: 0px !important;
}

.tour_inkWidth .dropdown .dropdown-toggle:hover {
    box-shadow: 0 !important;
    transform: translateY(0px) !important;
}

.tour_inkWidth .fdrop-tborder{
    border-top: 2px solid #fbdbe9;
    padding-top: 7px;
}

.pinksvg{
    fill: #ec5ca4 !important;
}

.classRoomBorder {
    border-bottom: 2px solid #fbdbe9 !important;
}

.fancybox-button--play, .fancybox-button--zoom, .fancybox-button--thumbs{
    display: none !important;
}

.blur-img{
    filter: blur(5px) !important;
}

@media only screen and (max-width:575px){
    .viewmore-container{
    position: relative;
    height: 400px;
    overflow: hidden;
}

}
.blogCardsShow span svg{
    width: 47px;
    height: auto !important;
    color: #ec5ca4;
    position: relative;
    left: 5px;
}

.middle-sec2 .con-order{
        width: 100%;

}

.middle-sec2 .gal-order{
    width: 98%;
    margin: 0 auto;
    margin-bottom: 46px;
}

@media only screen and (max-width:1000px) {
    .middle-sec2 .gal-order{
    width: 95%;
    }
}

@media only screen and (max-width:768px) {
    .middle-sec2 .gal-order{
        width: 93%;
}
}


@media only screen and (max-width:480px){
    .gallery-section {
        margin-top: 0rem;
    }
}

.setmb-30{
    margin-bottom: 30px !important;
}

.hd-gal-img{
    max-width: 720px;
}

.hd-gal-img figure img {
    max-height: 500px;
}

.gal-order .gallery-section{
    padding-bottom: 0 !important;
}

.hd-hotel-title span{
    position: relative;
    top: 6px;
}

.dark-pink{
    color: #96135a;
}

.hd-country-title{
    position: relative;
    top: -6px;
}

.frontViewTxt2{
    height: auto !important;
}

.hotel-det-section3{
    display: block;
    width: 100%;
    position: relative;
    /*background-image: url("https://cdn.flamingotours.dk/image/package/sri_lanka/day_04_3_sri_lanka_600_461.webp");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 30px;
     
}

.hotel-det-section3::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    inset: 0;
    z-index: 9;
    backdrop-filter: blur(5px);
}

.hotel-det-section3 .container{
    position: relative;
    z-index: 10;
}

.hotel-det-section3 .TrustPilotWhiteBox{
    margin-top: 30px;
    max-width: 280px;
    padding: 12px;
    border-radius: 6px;
}

.hotel-det-section3 .TrustPilotWhiteBox svg.icon {
     max-width: initial;
     
}

.hd-section4 .heading{
    padding-top: 30px;
}

.hd-section4{
    padding-bottom: 15px;
}

.frontViewTxt2 .starModalRating{
    display: inline-block !important;
}

@media only screen and (max-width:1199px){
    .hotel-det-section3 .content-right{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1203px) and (min-width:769px){
    .hd-hotel-title span {
    top: 0;
}
}

.blog-det-order{
    order: 1 !important;
}

.gallery-order{
    order: 2 !important;
}


@media only screen and (max-width:480px){
    .hotel-det-section3 .destination-page, .hd-section4{
    padding: 0 15px !important;
}

    .blog-det-order{
    order: 2 !important;
}

.gallery-order{
    order: 1 !important;
}

}

.extraTourdiv2{
    width: 100%;
}

.extraTourtext2{
    order: 0 !important;
    width: 70%;
    border-radius: 10px;
}

.extrPriceSec2{
    width: 30%;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    padding: 15px;
    height: max-content;
    border-radius: 8px;
}

.extpriceRange2{
    border-right: 0;
    background-color: #ec5ca4;
    border-bottom: 2px solid #96135a;
    padding: 5px 6px;
}

.extpriceRange2 .price{
    color: #fff !important;
}

.priceSecDiv{
    background-color: #ec5ca4 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 15px;
}

.extTextblock2{
    width: 100%;
    background: none;
    color: #ec5ca4;
    font-weight: 600;
    margin-top: 10px;
}

.priceSecDiv .extpriceRange2:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.priceSecDiv .extpriceRange2:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0;
}

.extraTour-hoteldetail{
    margin-top: 4rem;
}

.iconExtshow2 svg{
    height: 22px;
    width: 17px;
    fill: #fff;
    position: relative;
    left: -2px;
    top: -2px;
}

@media only screen and (max-width:1300px){
    .extraTourtext2{
    width: 60%;
}

    .extrPriceSec2 {
        width: 40%;
    }
}

@media only screen and (max-width:768px){
    .extraTourtext2{
    width: 100%;
    margin-bottom: 2rem;
}

    .extrPriceSec2 {
        width: 100%;
    }

    .hd-section4 .heading {
    padding-top: 0;
}

    /*.middle-sec2{
        padding-bottom: 0 !important;
    }*/
}

.bg-gray-pb-1{
    padding-bottom: 1rem !important;
}

@media only screen and (max-width: 575px){
    .cardCenter{
        margin: 0 auto !important;
        margin-bottom: 40px !important;
    }
}

.footer-pink  .row.align-items-center.justify-content-center{
    padding-top: 10px;
}

@media only screen and (max-width:420px){
    .tc-divShowMoreBottom{
        margin-top: 1.5rem;
    }
}

.bg-gray.py-5.newp-0{
    padding-bottom: 0 !important;
}

.hcd-rating-tourTitle-wrapper .imgBlockSec .countryStarRating, .hcd-rating-tourTitle-wrapper .countryStarRating,
.hcd-rating-tourTitle-wrapper .countryTourTitle {
    position: initial !important; 
}

/*.hcd-rating-tourTitle-wrapper .countryTourTitle, .hcd-rating-tourTitle-wrapper2 .tour-title {
    margin-left: 5px !important;
}*/

.hcd-rating-tourTitle-wrapper .countryTourTitle a{
    line-height: 20px !important;
}

.hcd-rating-tourTitle-wrapper2{
    position: absolute;
    bottom: 12px;
    left: 9px;
}

.hcd-rating-tourTitle-wrapper2 .countryStarRating{
    margin-bottom: 5px;
}

.hcd-rating-tourTitle-wrapper2 .tour-title span{
    position: initial !important;
}

.tour_inkWidth .formDropdown-wrapper .eye-wrapper2 {
    padding: 0 2px !important;
}

.eye-wrapper2 span{
    margin-top: 0 !important;
    font-size: 15px !important;
}

.tour_inkWidth {
    width: 382px;
}

@media only screen and (max-width: 1200px){
    .tour_inkWidth {
        width: 465px;
    }
}

@media only screen and (max-width: 500px){
    .tour_inkWidth {
        width: 100%;
    }
}

.bg-check-icon{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    background-size: 23px 30px;
    background-repeat: no-repeat;
    background-position: 0 -4px;
}

.bg-cross-icon{
    background-image: url("data:image/svg+xml,%0A%3Csvg style='color:%238f2152' aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' class='svg-inline--fa fa-times fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 18px 30px;
    background-repeat: no-repeat;
    background-position: 2px -4px;
}


.tour_inkWidth .newformheding {
    font-family: 'Roboto Slab', serif !important;
}

.m_0auto{
    margin: 0 auto;
}

@media only screen and (max-width:480px){
    .blogLeft .container .blog_heading{
        text-align: left;
        display: block;
    }

    .middle-sec2 .gal-order {
        width: 100% !important;
        margin: 0;
    }

    .owl-carousel.owl-loaded {
    display: block;
}
    .bg-grayNew.py-5 {
    padding-top: 0 !important;
}

    .m_0auto{
    padding: 0 !important;
}

    .tourPreview.newCardStyle {
    margin: 20px 0 40px !important;
}

    .setP0{
        padding: 0 4px !important;
    }
}

.tourSearch_wrapperFixImg img{
    height: 350px;
}

.MobileTourPreviewWrapper2.inActive {
    height: auto;
}

.MobileTourPreviewWrapper2.inActive .blogCardsShow {
    display: none !important;
}

.imgBlockSec .tourTitleOverflow0{
    overflow: initial;
}

.TrustPilotWhiteBoxM{
    margin: 15px auto 0 !important;
}       

@media only screen and (max-width:768px){
    .headingIncludeP{
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width:480px){
    .includeNew{
        padding-top: 0 !important;
    }

    .gallery-img-mobile{
        max-width: 100% !important;
    }

    .middle-sec-countries {
        padding-top: 20px;
    }

    .destination h2.heading .cFlagNew {
        display: block;
         order: 0 !important; 
    }

    .destination h2.heading .cFlag2 {
        display: none;
    }

    .destination h2.heading .cFlag1 {
        width: 100%;
    }

    .destination h2.heading .cFlag1 svg{
        margin-right: 0 !important;
    }
}

.clsFlex svg.mysvg{
    margin-right: 0 !important;
    height: 14px;
    width: 17px;
    position: relative;
    top: -2px;
    left: -1px;
}

ul.selectRoomOptions.ulHotelRooms.scrollable-list::-webkit-scrollbar,
.owl-filter-button .dropdown .dropdown-menu.scrollable-list::-webkit-scrollbar{
    width: 5px !important;
    background: none !important;
}

ul.selectRoomOptions.ulHotelRooms.scrollable-list::-webkit-scrollbar-thumb,
div.dropdown-menu.scrollable-list::-webkit-scrollbar-thumb {
     border: none !important;
     background-color: #96135a !important;
}

.clsTourFooter svg.newIcon {
    position: relative;
    left: 6px;
}

svg.NewFooterSvg{
    width: 106px;
}

@media only screen and (max-width:639px) and (min-width:480px){
    .hotelSearchSelect.HotelsTourSearch.HotelTourSearchDetail{
        margin-bottom: 20px !important;
    }
}

.itinerary_title, .itinerary_day{
    font-size: 22px !important;
}

.categorize .seeNewWidth{
    width: max-content !important;
    /*margin-right: 20px !important;*/
    background-color: #96135a;
    height: 45px !important;
    vertical-align: middle;
    display: grid;
    place-items: center;
    padding: 0px 22px 0 17px !important; 
}

.categorize .seeNewWidth a{
    color: #cb89ad !important;
}

.StaticPTable table{
    font-size: 16px !important;
}

.StaticPTable table tr td{
    padding: 2px !important;
}

.blogDetailTable table{
    overflow-x: auto;
    white-space: nowrap;
    /*width: 100% !important;*/
}

.blogSection .blogDetailTable {
    padding: 20px 20px 20px 20px;
}

.blogDetailTable h4{
    word-wrap: break-word !important;
}

.blogTextpart.blogDetailTable table::-webkit-scrollbar{
    height: 5px !important;
    background: #fff !important;
    display: block !important;
}

.blogTextpart.blogDetailTable table::-webkit-scrollbar-thumb{
     border: none !important;
     background-color: #96135a !important;
     display: block !important;
}

.htsSearchBtn{
    position: absolute;
    left: 65px;
    top: 2px;
    font-family: inherit !important;
    font-size: 24px !important;
    padding: 0px 10px 0px 10px !important;
    /*display: none;*/
    z-index: 99 !important;
}

.htsSearchBtn svg{
    fill: #fff;
    width: 20px !important;
    height: 20px !important;
    margin-left: 3px;
}

.logoSpanRemove{
    display: none;
}

@media only screen and (max-height:650px){
    .htsSearchBtn{
        display: block;
        margin-top: 7px;
    }
}

.contInfoNew ul li{
    color: #fff !important;
}

.tourMap-btn{
    z-index: 1 !important;
}

.tourMap-btn:hover {
    width: 93px !important;
}

/* Tour Map Starts */

 #viewer-container button {
          width: 50px;
          height: 50px;
          position: absolute;
          bottom: 10px;
          right: 10px;
          z-index: 2;
          font-weight: 700;
          font-size: 40px;
          background-color: #96135a;
          color: #ffffff;
          border: none;
      }

  #viewer-container button span{
      position: relative;
      top: -6px;
  }

  #viewer-container button:focus {
    outline: 0 !important;
}

      #viewer-container button:disabled {
        opacity: 0.3;
      }

      #zoomOut {
          right: 65px !important;
      }

      #viewer-container {
          max-width: 1024px;
          max-height: 768px;
        margin: auto;
        width: auto;
        height: 100%;
          overflow: hidden;
          position: relative;

        --grid-size: 30px;
        /*background-image: linear-gradient(to right, #c3dee7 2px, transparent 2px),
                          linear-gradient(to bottom, #c3dee7 2px, transparent 2px);
        background-color: #cfeaf3;*/

        background-image: linear-gradient(to right, #f3e8e3 2px, transparent 2px), linear-gradient(to bottom, #f3e8e3 2px, transparent 2px);
        background-color: #f7efeb;

        background-size: var(--grid-size) var(--grid-size);
        background-position: center center;
        background-attachment: fixed;
      }

      #map:active {
          cursor: grabbing;
      }
      #map {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
          position: absolute;
          cursor: grab;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
      }
      #map * {
          pointer-events: none;
      }
      #relative_size_sim{
        /*width: 100vw;*/
        height: 70vh;
        position: relative;
      }


/* Tour Map End */

/* New Css Starts */

.mapImgSection img{
    width: 100%;
}

.mapImgSection{
    position: relative;
}

.mapImgSection .clickZoom{
    display: inline-block;
    padding: 8px 15px;
    background-color: #96135a;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 17px;
}

.mapImgSection .clickZoom svg{
    height: 19px;
    fill: #fff;
    margin-right: 5px;
    position: relative;
    top: -1px;
}


/* New Css end */

.tdNewHS{
    font-size: 32px !important;
    display: block !important;
    margin-bottom: 3rem !important;
}

.tdNewHSM0{
    margin-bottom: 1rem !important;
}

.tdNewHS span{
    background: #ec5ca4;
    padding: 0 15px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline !important;
    line-height: 1.4;
    text-shadow: 2px 2px 0px #96135a;
    color: #fff;
}

.incSec{
    width: 78%;
    margin: 0 auto;
}


/*New Media Query*/

@media only screen and (max-width:1366px){
    .searchBoxHeading .hotelDetailsStarNewsvg svg {
        width: 57px !important;
    }
}

@media only screen and (max-width:1280px){
    .tourPreviewNewP .tourDetails ul.tourOverview li:last-child{
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width:1235px){
    .htsSearchBtn{
        margin-top: 7px;
    }
}

@media only screen and (max-width:1200px){
    .rangeClndM{
        margin-right: 15px !important;
    }

    .hotelSearchBoxRev{
        top: 50% !important;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width:900px) {

    .frontViewTxt .location-map {
        width: 50%;
        min-width: 320px;
    }

     .frontViewTxt .textArea {
        width: calc(100% - 340px);
    }

    .frontViewTxt .textArea {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

@media only screen and (max-width:768px){
    .htsSearchBtn{
        font-size: 22px !important;
        margin-top: 9px;
    }

    .htsSearchBtn svg{
        margin-left: 1px !important;
    }

    .hotelDetailRatCenter .hotelDetailsStar{
        position: initial !important;
        display: inline-block;
    }

    .hotelDetailRatCenter{
        position: absolute;
        top: -43px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:767px){
    .blogTextpart.blogDetailTable table::-webkit-scrollbar{
        display: block !important;
    }

    .blogTextpart.blogDetailTable table::-webkit-scrollbar-thumb{
         display: block !important;
    }
}

@media only screen and (max-width:576px){
    .rangeClndM{
        margin-bottom: 15px !important;
        cursor: pointer;
    }

    .pricePkgBanner .priceValueNewBtn{
        background: #ec5ca4;
        border-radius: 8px !important;
        color: #FFF !important;
        font-family: 'Roboto Condensed', sans-serif;
        padding-left: 0;
        padding-right: 0;
        padding: 2px 12px 6px 12px;
        box-shadow: 0 6px #96135a;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 20px;
        font-size: 22px;
        cursor: pointer;
    }

    .priceValueNewBtn:hover {
        box-shadow: 0 3px #96135a;
        transform: translateY(3px);
    }

    .pricePkgBanner .priceValueNewBtnTop{
        background: none;
        margin-bottom: 0;
        border-radius: 0;
        align-items: initial;
    }

    .priceValueNewBtn .showRange {
        margin-bottom: 0px;
        padding-top: 4px;
        display: initial !important;
}

    .priceValueNewBtn .showRange .priceText{
        transform: rotate(0);
        font-size: 19px;
        top: 0;
        left: 0;
        color: #fff;
    }
}

@media only screen and (max-width:480px){
    .hd-hotel-title span {
        top: 0 !important;
        left: -3px;
    }

    .blogDetailTable table{
        width: 100% !important;
    }
    .hotelDetailRatCenter{
        top: -34px;
    }

    .StaticPTable table{
        line-height: 22px;
    }

    .StaticPTable table tr td{
        word-spacing: -3px;
    }
    }

.error-text h2{
    color: #333333;
    font-size: 18px;
    margin-bottom: 0;
}

.error-boxMt{
    margin-top: 1.8rem;
}

.error-text p a{
    color: #96135a;
    text-decoration: underline;
}

.query-form-mapNew.bg-DK {
    background-image: url(https://cdn.flamingotours.dk/images/world-map-new.webp) !important;
}

.query-form-mapNew.bg-NO {
    background-image: url(https://cdn.flamingotours.no/images/world-map-new.webp) !important;
}

.query-form-mapNew.bg-SE {
    background-image: url(https://cdn.flamingotours.se/images/world-map-new.webp) !important;
}

.query-form-mapNew.bg-DE {
    background-image: url(https://cdn.flamingotours.dk/images/world-map-new.webp) !important;
}

.query-form-mapNew .dateValue {
    border-right: 0;
}

.query-form-mapNew .dateNum{
    border-top: 0;
}

.query-form-mapNew {
    /*background-attachment: fixed;*/
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
}

.query-form-mapNew::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(7px);
}

.query-form-mapNew .container {
    position: relative;
    z-index: 1;
}

.query-form-mapNew .newformPrice {
    position: relative;
}

.query-form-mapNew .newformPrice::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(10px);
}

.query-form-mapNew .innerBackDrop{
    position: relative;
    z-index: 1;
}


.query-form-mapNew .wDays, .query-form-mapNew .numRult {
    color: #fff;
}

.query-form-mapNew .clnDate {
    border-radius: 15px 0 15px 15px;
}

.query-form-mapNew .slectAirpot {
    border-bottom-right-radius: 15px;
    padding-top: 10px;

}

.query-form-mapNew .hlgDate {
    border-top-right-radius: 15px;
    padding: 15px 0px 20px 0;
    background-color: #96135a;
}

.query-form-mapNew .dateValue.slt, .query-form-mapNew .dateValue:hover, .query-form-mapNew .dateValue{
    border-radius: 10px;
}

.query-form-mapNew .slectAirpot ul li {
    border: 0 !important;
}

.query-form-mapNew .subDays, .query-form-mapNew .dateValue span {
    font-family: 'Roboto Condensed', sans-serif;
}

.query-form-mapNew .monthdropdown .selectedmonth{
    width: 260px;
}

@media only screen and (max-width:730px) {
    .query-form-mapNew .clnDate {
        border-radius: 15px;
    }

    .query-form-mapNew .hlgDate {
        border-top-left-radius: 15px;
    }

    .query-form-mapNew .slectAirpot {
        border-bottom-left-radius: 15px;
    }

    .query-form-mapNew .clnInfo{
        margin-top: 1.2rem;
    }
}

@media (max-width: 667px){
    .query-form-mapNew .clnSection {
        background: none; 
    }   
}

@media only screen and (max-width:768px) {
    .incSec {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .pakg-program .detail .itinerary .includeOffer .incDetail .title {
        font-size: 15px;
    }

    .listHoteloffer.mealicon {
        font-size: 15px;
    }

    .pakg-program .detail .itinerary .includeOffer .incDetail .listHoteloffer .htName {
        font-size: 15px;
    }

    .tdNewHS {
        font-size: 26px !important;
    }
}

/* New blog page css */
/*.bp-common{
    margin-bottom: 4rem;
}*/

/*.bpm_blogGallery{
    margin-bottom: calc(4rem - 30px);
}*/

.bp-itext .text{
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
}

.bp-itext .text p{
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    margin:  0px 0px 15px 0px;
}

.bp-itext .crInner {
    border-radius: 10px !important;
}

.bp-common-title span{
    background: #ec5ca4;
    padding: 2px 16px 6px 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    line-height: 1.4;
    text-shadow: 2px 2px 0px #96135a;
    color: #fff;
    font-size: 26px;
}

.bp-common-title{
    margin-bottom: 32px;
}

.bp-itext .text .bptext-ul span{
    font-weight: 600;
}

.bptext-ul ul li svg{
    margin-right: 3px;
    fill: #ec5ca4;
    height: 8px;
    width: 8px;
    position: relative;
    top: -2px;
}

.bptext-ul ul li{
    margin-bottom: 3px;
}

.duckText{
    width: 55%;
    /*margin-bottom: 4rem;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.duckText .img-box{
    width: 165px;
}

.duckText .img-box svg{
    border-radius: 50%;
    height: 165px;
}

.duckText .txt{
    width: calc(100% - 165px);
    padding-left: 1rem;
}

.b-table{
    overflow-x: scroll;
    margin-bottom: 0;
    cursor: pointer !important;
}

.b-table table{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    cursor: auto !important;
}

.b-table::-webkit-scrollbar {
    height: 8px;
    border-radius: 0px !important;
    -webkit-appearance: none;
    background: none !important;
}

.b-table::-webkit-scrollbar-thumb {
    border: none !important;
    background-color: #96135a !important;
    border-radius: 10px !important;
}

.b-table table tr th, .b-table table tr td{
    border: 0;
}

.b-table table tr th{
    background-color: #ec5ca4;
    color: #fff;
    font-size: 17px;
}

.b-table table tr:nth-child(even){
    background-color: #ffffff6e;
}

.b-table table tr td{
    font-weight: 600;
    font-size: 15px;
}

.flamingoAccordion .accordionBorderNew>.card, .accordionBorderNew{
    border: 0 !important;
}

.accordionBorderNew .card{
    border-radius: 10px !important;
    margin-bottom: 15px;
}

.accordionBorderNew .card .roomDescLlist{
    padding: 0 15px;
    font-size: 15px;
}

.flamingoAccordion .accordionBorderNew>.card .card-header{
    padding: 16px 15px 16px 15px !important;
}

.flamingoAccordion .accordionBorderNew>.card .card-header h4 .btn:after{
    right: 2px !important;
    top: 38% !important;
}

.flamingoAccordionNew .pr{
    padding-right: 8px;
}

.flamingoAccordionNew .pl{
    padding-left: 8px;
}

.flamingoAccordionNew{
    margin: 0 auto !important;
}

/*.relatedArticle{
    margin-bottom: calc(1rem + 23px);
}*/

.relatedArticle .blog-overview{
    margin-top: 0 !important;
}

.bp-mb{
    margin-bottom: 4rem !important;
}

/*.tourPack, .bphotel{
    margin-bottom: calc(4rem - 30px) !important;
}*/

/*.bpextratour{
    padding-bottom: calc(4rem - 30px) !important;
}*/

.flamingoAccordionNew .accordion>.card .card-header h4 .btn{
    font-size: 18px !important;
}

.tp-heading{
    padding: 4px 18px 12px 18px !important;
}

.bp-itextM .sepCol{
    column-count: 2;
    column-gap: 1.875rem;
}

p.des-highlight, .div-des-highlight p{
    border-left: 7px solid #ec5ca4;
    font-weight: 600;
    padding: 5px;
    break-inside: avoid !important;
}

.bpm_blogGallery .blogImg .imgSec{
    box-shadow: none !important;
    border-radius: 9px;
    margin-bottom: 0;
}

.bpm_blogGallery .blogImg .imgSec img{
    border-radius: 6px;
}

.hd-hotel-des .list_bullet{     
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3e%3cstyle%3esvg%7bfill:%23ec5ca4%7d%3c/style%3e%3cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'/%3e%3c/svg%3e");
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
    background-size: 11px 25px;
    background-repeat: no-repeat;
    background-position: 0px -4px;
    break-inside: avoid !important; 
}

.hd-hotel-des .list_cross{     
    background-image: url("data:image/svg+xml,%0A%3Csvg style='color:%238f2152' aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' class='svg-inline--fa fa-times fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3E%3C/path%3E%3C/svg%3E");
    padding-left: 22px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
    background-size: 12px 26px;
    background-repeat: no-repeat;
    background-position: 0px -4px;
}

.hd-hotel-des .list_check{     
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    padding-left: 22px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
    background-size: 17px 25px;
    background-repeat: no-repeat;
    background-position: 0px -4px;
}

.bpTableNew table tr th, .bpTableNew table tr td {
    padding: 3px 6px;
}

.bpTableNew table{
    border-color: #ec5ca4;
    font-size: 16px;
}

.blogDetailTable thead {
    font-weight: 600;
    background-color: #ec5ca4;
    color: #fff;
}

.bpTableNew table tr th {
    min-width: 70px;
}

.bpTableNew{
    overflow-x: auto;
    padding: 0 !important;
    margin: 1rem 0 !important;
}

.bpTableNew::-webkit-scrollbar{
    background: none;
    height: 8px;
}

.bpTableNew::-webkit-scrollbar-thumb{
    background-color: #96135a;
    border: 0;
    border-radius: 10px !important;
}

.bp_linkMorebtn {
    margin-bottom: 15px;
    display: block;
    break-inside: avoid !important;
}

.bp_linkMorebtn a {
    background: #ec5ca4;
    color: #FFF;
    padding: 6px 8px;
    border-radius: 8px;
    box-shadow: 0 6px #96135a;
    text-decoration: none;
    display: inline-block;
    padding-left: 34px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 496 512" fill="%23ffffff"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm179.3 160h-67.2c-6.7-36.5-17.5-68.8-31.2-94.7 42.9 19 77.7 52.7 98.4 94.7zM248 56c18.6 0 48.6 41.2 63.2 112H184.8C199.4 97.2 229.4 56 248 56zM48 256c0-13.7 1.4-27.1 4-40h77.7c-1 13.1-1.7 26.3-1.7 40s.7 26.9 1.7 40H52c-2.6-12.9-4-26.3-4-40zm20.7 88h67.2c6.7 36.5 17.5 68.8 31.2 94.7-42.9-19-77.7-52.7-98.4-94.7zm67.2-176H68.7c20.7-42 55.5-75.7 98.4-94.7-13.7 25.9-24.5 58.2-31.2 94.7zM248 456c-18.6 0-48.6-41.2-63.2-112h126.5c-14.7 70.8-44.7 112-63.3 112zm70.1-160H177.9c-1.1-12.8-1.9-26-1.9-40s.8-27.2 1.9-40h140.3c1.1 12.8 1.9 26 1.9 40s-.9 27.2-2 40zm10.8 142.7c13.7-25.9 24.4-58.2 31.2-94.7h67.2c-20.7 42-55.5 75.7-98.4 94.7zM366.3 296c1-13.1 1.7-26.3 1.7-40s-.7-26.9-1.7-40H444c2.6 12.9 4 26.3 4 40s-1.4 27.1-4 40h-77.7z" /></svg>');
    background-size: 20px 44px;
    background-repeat: no-repeat;
    background-position: 8px -4px;

}

.bp_linkMorebtn a:hover {
    box-shadow: 0 3px #96135a;
    transform: translateY(3px);
}

.bp_linkMorebtn svg {
    width: 20px;
    margin-right: 6px;
}

@media only screen and (max-width: 1024px){
    .bp-itextM .sepCol {
        column-count: 1;
    }
}

@media only screen and (max-width: 550px){
    .duckText .img-box {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .duckText .txt {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px){
    .bp-itext .pr-0{
        padding-right: 15px !important;
    }

    .bp-itextM2 .carousel {
        margin-bottom: 2rem !important;
    }

    .bp-itext .pl-0{
        padding-left: 15px !important;
    }

    .flamingoAccordionNew .pr {
        padding-right: 15px !important;
    }

    .flamingoAccordionNew .pl {
        padding-left: 15px !important;
    }
}

@media (max-width:767px){
    .b-table::-webkit-scrollbar, .bpTableNew::-webkit-scrollbar{
        display: block !important;
    }
    .b-table::-webkit-scrollbar-thumb, .bpTableNew::-webkit-scrollbar-thumb{
        display: block !important;
    }
}

@media (max-width: 480px){
    .blogSection.blog_m_flex_ordersNew>[data-mobile-order="1"] {
        order: 0 !important;
    }

    .b-table table{
        font-size: 14px !important;
    }

    .bp-common-title span{
        font-size: 25px;
    }
}

/*New Blog css end*/

.tour_map_container {
    max-height: 768px;
}

.query-form-mapNew .subDays{
    color: #fff;
}

.query-form-mapNew .flyName{
    font-size: 18px;
}

.query-form-mapNew .flyName{
    font-size: 16px;
}

.query-form-mapNew .adultPriceNew, .query-form-mapNew .childPriceNew {
    font-size: 16px;
    line-height: 18px;
}


.tour_map_container .infoDet{
    background-color: #fff;
    padding: 18px 10px 15px 15px;
    border-bottom-left-radius: 6px;
}

.tour_map_container .infoDet .name{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none !important;
    text-shadow: 2px 2px 1px #96135a;
    background-color: #ec5ca4;
    white-space: pre-wrap;
    padding: 0 6px 3px 6px;
    -webkit-box-decoration-break: clone;
    font-family: 'Roboto Slab', serif !important;
    
}

.tour_map_container .infoDet .tourDetails ul.tourOverview._checklist{
    margin-top: 15px;
    padding-left: 8px;
}

.tour_map_container .infoDet .tourDetails ul.tourOverview._checklist li {
    padding-left: 22px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='35px' viewBox='0 0 2480 3508' enable-background='new 0 0 2480 3508' xml:space='preserve'%3E%3Cpath fill='%233fbd4e' d='M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z'/%3E%3C/svg%3E");
    background-size: 15px 25px;
    background-repeat: no-repeat;
    background-position: 0 -4px;
}


#tour-mapLeft{
    width: 412px !important;
    position: absolute;
    right: 622px;
    z-index: 1;
    visibility: hidden;
}

.active_tourMap{
    visibility: visible !important;
}

@media only screen and (max-width: 1023px){
    .active_tourMap {
        visibility: hidden !important;
        display: none;
    }
}

#tour-mapLeft .tour_map_container #viewer-container{
    height: 309px;
    border-top-left-radius: 6px;
}
#tour-mapLeft .tour_map_container #relative_size_sim{
    height: initial;
}

@media (max-height: 650px){
    #tour-mapLeft{
        right: 400px;
    }
}

@media only screen and (width: 1152px) and (height: 864px) {
    #tour-mapLeft {
        right: 400px !important;
    }
}

@media only screen and (max-width:1500px){
    .header .menuBackdrop {
        top: 100px;
    }
    #mobile-menu .mobile-nav-open {
        top: 100px;
    }
}

@media only screen and (max-width: 1235px) and (min-width: 1024px) {
    #tour-mapLeft {
        right: 400px !important;
    }
}

.div-2block-parent{
    column-count: 2;
    column-gap: 20px;
    break-inside: avoid !important;
}

.hd-hotel-title{
     margin-bottom: 15px !important; 
}

.hd-hotel-des ul{
    margin: 0px 0px 15px 0px;
}

.image-container {
      overflow: hidden !important;
      position: relative;
    }

    .image-container img {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
    top: 50%;
    transform: translateY(-50%);
    }
	
@media only screen and (max-width:520px){
    .div-2block-parent {
        column-count: 1;
    }
}

@media only screen and (max-width: 767px){
    .sm-gallM{
        margin-bottom: 1.5rem;
    }
}

.blog-parent-padding .carousel {
    cursor: pointer !important;
}

.accordionBorderNew .card h4 .txt_div span{
    color: #96135a !important;
}

.bp-section-padding .msg-box-addP{
    padding-bottom: 9.5rem !important;
}

@media only screen and (max-width: 991px){
    .bp-section-padding .msg-box-addP{
        padding-bottom: 0 !important;
    }
}

.bpTxtContainer{
    max-width: 55% !important;
}

.blog-parent-padding{
    padding-top: 40px !important;
}

.bp-section-padding{
    padding-bottom: 3rem !important;
}

.bp-section-paddingRelated{
    padding-bottom: calc(3rem - 20px) !important;
}

.bp-section-diffPaddingBt{
    padding-bottom: calc(3rem - 30px) !important;
}

.divblocks:last-child.bp-section-padding { padding-bottom: 60px !important }

.divblocks:last-child.bp-section-paddingRelated { padding-bottom: calc(60px - 40px) !important }

.divblocks:last-child.bp-section-diffPaddingBt { padding-bottom: 30px !important }

.faq_padd{
    padding-bottom: calc(3rem - 15px) !important;
}

.divblocks:last-child.faq_padd { padding-bottom: 45px !important }


.blogDetailTable {
    cursor: pointer !important;
    break-inside: avoid !important;
}


.blogDetailTable table{
    cursor: default !important;
}

.hd-hotel-title > p{
    break-inside: avoid !important;
}

.hotelDropdown .dropdown-menu{
    min-width: inherit !important;
}

.hotelDropdown {
    margin-bottom: 1.3rem;
    }

.moreInfoNewCountries .deRwLink{
    background: #ec5ca4;
    box-shadow: 0 6px #96135a;
    border-radius: 8px;
    color: #FFF !important;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 100;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.moreInfoNewCountries .deRwLink:hover {
    transform: translateY(3px);
    box-shadow: 0 3px #96135a;
}

.blog-parent-padding h2{
    font-size: 26px !important;
}

.blog-parent-padding h3{
    font-size: 23px !important;
}

.blog-parent-padding h4{
    font-size: 20px !important;
}

.blog-parent-padding h5{
    font-size: 18px !important;
}

.catgIntro .introLinks ul li a{
    position: relative;
    line-height: 21px;
    padding: 4.5px 10px !important;
    padding-left: 34px !important;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.catgIntro .introLinks ul li a span{
    position: absolute;
    left: 10px;
}

h2.tourTitle.mt-0 {
    line-height: 29px;
}

.imgBlockSec .tourTitle.hcd-hotel-title a{
    padding: 1px 6px 2px 6px;
    white-space: normal;
}

/*Flamingo Responsive Table CSS Starts*/

.table-container table tr td {
    padding: 3px 6px;
    min-width: 70px;
}

.table-container table tbody tr:first-child, 
.table-container table thead tr{
    font-weight: 600;
    background-color: #ec5ca4;
    color: #fff;
}

.table-container table thead + tbody tr:first-child{
    font-weight: 400;
    background-color: initial;
    color: initial;
}

.table-container table tbody tr td p{
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.table-container table thead tr th p{
    color: #fff;
}

.table-container table tbody tr:first-child td p{
    color: #fff;
}

.table-container table thead + tbody tr:first-child td p{
    color: #333333 !important;
}

.table-container table{
    border-color: #ec5ca4;
    font-size: 16px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.table-container{
    overflow-x: auto;
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

.table-container::-webkit-scrollbar{
    background: none;
    height: 8px;
}

.table-container::-webkit-scrollbar-thumb{
    background-color: #96135a;
    border: 0;
    border-radius: 10px !important;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .table-container table{
        display: table !important;
        width: 100% !important;
        font-size: 14px;
        border-color: #ec5ca4 !important; 
        margin-bottom: initial !important; 
    }
}

@media (max-width: 991px) {
    .table-container table{
        display: table !important;
        width: 100% !important;
        font-size: 13px;
        border-color: #ec5ca4 !important; 
        margin-bottom: initial !important; 
    }
}

/*Survey Box CSS Start*/

.survey-box .input-box{
    display: block;
    margin-bottom: 8px;
}

.survey-box .input-box input{
    width: 18px !important;
    height: 18px !important;
    accent-color: #ec5ca4;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.survey-box .submit-btn{
    margin-top: 14px;
    display: inline-block;
    width: auto;
    padding: 6px 15px 6px 15px;
}

.survey-box {
        background-color: #fff;
    padding: 25px 25px;
    border-radius: 8px;
}

@media only screen and (max-width: 768px){
    .survey-box h1 {
        font-size: 21px !important;
    }
}

/*Survey Page CSS start*/

.surveyHeader .blogTime{
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    background: #ec5ca4;
    color: #FFF;
    padding: 5px 8px 5px 8px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1;
    text-align: right;
    max-width: 86.27px;
    right: calc(-100% - -86.27px);
    position: relative;
    margin-bottom: 6px;
}

@media (max-width: 480px) {
    .surveyHeader .blogTime {
        right: initial !important;
        left: 0 !important;
    }
}

.surveyHeader .bd-time{
    display: inline-grid;
}

.surveyHeader .bd-banner-content{
    margin: 0 auto;
    display: grid;
    justify-content: center;
}

.sur-img-cont img{
    border: 7px solid #fff;
    border-radius: 8px;
    width: 100%;
}

@media only screen and (max-width:768px){
    .sur-img-cont img{
        margin-top: 1.5rem;
    }
}


/*New preview card stlying starts*/

.tourPreview{
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.tourPreview:hover{
    box-shadow: 0 0 20px #ec5ca4;
}

.tourPreview.newCardStyle:hover{
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
}

.tourPreview .gallery-btn{
    top: 10px;
    left: 10px;
    padding: 4px 5px 6px 5px;
    border-radius: 7px;
    width: 33px;
    height: 33px;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.gallery-btn .anim-text{
    text-shadow: none;
    padding-left: 5px;
    order: 2;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.gallery-btn > span > svg{
    filter: none;
    width: 22px;
}

.tourPreview .gallery-btn.tourMap-btn:hover {
    width: 84px !important;
}

.tourPreview .gallery-btn:hover {
    width: 110px !important;
}

.imgBlockSec .tourTitle a, .imgBlockSec .tourTitle a:hover,
.imgBlockSec .tourTitle span, .imgBlockSec .tourTitle span:hover {
    font-size: 22px !important;
    line-height: 30px !important;
    position: relative !important;
    top: -1px !important;
}

.tourPreview ul.inkl_dt_list li.round {
    border-radius: 7px;
    height: 33px;
    width: 33px;
    background-color: #fcdfeb;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.tourPreview ul.inkl_dt_list li.round:hover{
    background-color: #ec5ca4;
}

.tourPreview ul.inkl_dt_list li.round svg{
    height: 20px;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.tourPreview ul.inkl_dt_list li.round:hover svg{
    color: #fff;
}

.tourPreview ul.inkl_dt_list li.text{
    border-radius: 7px;
    height: 33px;
    background-color: #fcdfeb;
    font-size: 16px;
    padding: 0 8px;
}

.BtnViewPkg, .moreInfoNewCountries .BtnViewPkgCountries, .moreInfoNew.btnMoreRj {
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.hcd-starRating{
    margin-bottom: 4px;
}

/*New preview card stlying End*/


/*New Header CSS Start*/

#top-header {
    padding: 12px 0 8px;
    font-size: 16px;
}

#top-header svg {
    width: 26px; 
    margin-right: 3px;
    fill: #fff;
    position: relative;
    top: -2px;
}

.sfScrolled {
    padding-top: 19px !important;
}

@media (min-width: 1920px) {
    .sf-menu a {
        font-size: 19px !important;
    }
}

.sf-menu a.active, .sf-menu a:hover, .sf-menu li a:active, .sf-menu li:hover a{
    border-bottom: 4px solid #ec5ca4;
}

.header.fixed .top-menu {
    padding: 6px 0 0;
}

.header.fixed .sfScrolled {
    padding-top: 10px !important;
}

.header .menuBackdrop, #mobile-menu .mobile-nav-open {
    top: 125px;
}

@media only screen and (max-width:1400px){
    #top-header {
        font-size: 15px;
        padding: 11px 0 6px;
    }

    #top-header svg {
        width: 24px;
        margin-right: 2px;
    top: -2px;
    }

    .sfScrolled {
        padding-top: 15px !important;
    }

    .header .menuBackdrop, #mobile-menu .mobile-nav-open {
        top: 114px !important;
    }

    .header.fixed .menuBackdrop, .header.fixed #mobile-menu .mobile-nav-open {
        top: 60px !important;
    }
}

@media (max-height: 650px) {
    .top-menu {
        padding: 6px !important;
    }

    .header .menuBackdrop, #mobile-menu .mobile-nav-open{
        top: 60px !important;
    }

    .sfScrolled {
        padding-top: 10px !important;
    }

    .logoMob-sml {
        padding: 3px 0 3px;
    }
}

.sfScrolled ul li svg {
    margin-top: -3px;
    position: relative;
    top: 2px;
}



@media only screen and (max-width: 1235px){
    .sfScrolled, .header.fixed .sfScrolled{
        padding-top: 17px !important;
    }

    .header {
    height: 60px;
}

        .logoMob-sml {
        padding: 8px 0 3px;
    }

            #mobile-menu .mobile-nav-open {
        top: 60px !important;
    }
}


@media only screen and (max-width: 1235px) and (max-height:650px){
    .top-menu {
        padding: 0 !important;
    }
}

@media(max-width:1235px) {
    .header .menuBackdrop {
        top: 60px !important;
    }

    .header-img {
        margin-top: 60px !important;
    }
}

.header-img {
    margin-top: 125px;
}

@media only screen and (max-width:1400px){
    .header-img {
    margin-top: 114px;
}
}

/*New Header CSS End*/

@media (min-width: 1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width:1200px) and (min-width:992px){
    .flex-xl-right{
        display: flex;
        justify-content: flex-end;
    }
}

.clsTourFooter .tourPris {
    padding: 3px 0 0 !important;
}

.clsTourFooter .tourPris .pristxt {
    font-size: 12px !important;
    margin-bottom: 4px !important;
}

@media screen and (max-width: 767px) {
    .tourPreview  ul.inkl_dt_list li.round {
        height: 33px !important;
        width: 33px !important;
    }
}


/*NEw Logo CSS Start*/

.new-logo{
    border-radius: 50% !important;
    padding: 25px !important;
    top: -16px !important;
    top: -16px !important;
}

    #top-header {
        z-index: 1;
        position: relative;
    }
.top-menu .new-logo svg {
    width: 130px !important;
    float: none !important;
    padding: 0 !important;
}

.top-menu .new-logo-sml svg {
    width: 144px !important;
    float: none !important;
    position: relative !important;
    top: 3px !important;
}

.top-menu .new-logoMob-sml svg {
    width: 144px !important;
    float: none !important;
}

@media only screen and (max-width:1400px){
    .top-menu .new-logo svg {
        width: 120px !important;
    }
}

@media only screen and (max-width:1366px){
    .top-menu .new-logo-sml svg {
        width: 130px !important;
        top: 5px !important;
    }

    .top-menu .new-logoMob-sml svg {
        width: 130px !important;
        position: relative !important;
        top: 3px !important;
    }
}

@media only screen and (max-width:480px){
    .top-menu .new-logoMob-sml svg {
        width: 160px !important;
        top: -1px !important;
        left: -11px;
    }
}

.tourPreview .tourDetails ul.tourOverview._checklist li,
.tour_map_container .infoDet .tourDetails ul.tourOverview._checklist li {
    font-weight: 600;
}

.card-cont-name {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    top: 10px;
    right: 10px;
    padding: 4px 9px 5px 9px;
    border-radius: 7px;
    transition: all 0.1s ease-out;
}

.card-cont-name .contTitle{
    color: #333;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.1s ease-out;
}

.card-cont-name:hover {
    background-color: #ec5ca4;
}

.card-cont-name:hover .contTitle {
    color: #fff;
}

.price-tag{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5px 7px;
    padding: 6px 7px 6px 8px;
    border-radius: 0 0 6px 0;
}

.price-tag .txt{
    display: block;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 600;
}


.price-tag .price{
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #3fbd4e;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.newCardStyle:hover {
    box-shadow: 0 0 20px #ec5ca4 !important;
}

.newCardStyle {
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1) !important;
}

@media only screen and (min-width:1921px){
        #mobile-menu .mobile-nav-open {
            width: 38%;
        }

        #tour-mapLeft {
    right: 100%;
}
}

.blog-overview .btn-newStyle,
.card-green-btn{
    background: #3fbd4e;
    text-shadow: 2px 2px 1px #007a45;
    box-shadow: 0 6px #007a45;
        transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1);
}

.blog-overview .btn-newStyle:hover,
.card-green-btn:hover {
    box-shadow: 0 3px #007a45;
    transform: translateX(-50%) translateY(3px);
}

.titleSection .blockDiv .new-imgSection img {
    border: 0 !important;
}

.titleSection.leftPart .blockDiv .new-imgSection {
    flex: 3;
}



/*New Menu CSS Start ====================================> */

.user-li a {
    background-color: #3fbd4e !important;
    color: #fff !important;
    padding: 5px 11px 5px 8px !important;
    border-radius: 6px !important;
    position: relative !important;
    top: -6px !important;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.320, 1) !important;
    display: flex !important;
    align-items: center;
}

.user-li.counter a {
    padding: 5px 16px 5px 8px !important;
}

.user-li a svg {
    margin: 0 !important;
    top: 0 !important;
    width: 30px !important;
    fill: #fff !important;
}

.user-li a .name {
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
    display: inline-block;
}

.sf-menu .user-li a.active,
.sf-menu .user-li a:hover,
.sf-menu .user-li a:active,
.sf-menu .user-li:hover a {
    border-bottom: 0 !important;
}

.user-li .count {
    background-color: #007a45;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 13px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    font-family: 'Roboto Slab', serif !important;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
}

.user-bucket {
    position: fixed;
    right: 0;
    height: 100%;
    border-top: 1px solid #3fbd4e;
    background-color: #fff;
    padding-right: 0 !important;
    top: 125px;
    padding-bottom: 150px;
}

.header.fixed .user-bucket {
    top: 60px;
}

@media (min-width: 1921px) {
    .user-bucket {
        width: 30% !important;
    }
}

@media (min-width: 1236px) {
    .user-bucket {
        width: 622px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
        padding-left: 0;
    }
}

@media (max-width: 1236px) and (min-width: 701px) {
    .user-bucket {
        width: 500px;
    }
}

@media (max-width: 701px) {
    .user-bucket {
        width: 100% !important;
    }
}

@media only screen and (max-width:1401px) {
    .user-bucket {
        top: 114px;
    }
}

@media only screen and (max-width:1235px) {
    .user-bucket {
        top: 60px;
    }
}

@media (max-height: 650px) {
    .user-bucket {
        width: 500px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
        top: 60px;
    }
}

.user-bucket ul li.categorize {
    background-color: #3fbd4e !important;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 45px !important;
}

.user-bucket ul li.categorize div {
    display: inline-block;
    color: #fff !important;
    font-size: 19px !important;
    font-family: 'Roboto Slab', serif !important;
    line-height: 29px;
    margin-left: 25px !important;
}

.user-bucket .categorize svg {
    height: 32px;
    fill: #fff;
    position: relative;
    top: -1px;
    margin-right: 3px;
}


.user-bucket ul li a .LabelPending,
.user-bucket ul li a .LabelNew,
.user-bucket ul li a .LabelSoldout,
.user-bucket ul li a .LabeWon,
.user-bucket ul li a .LabelExpired {
    padding: 2px 1px;
    border-radius: 4px;
    margin-right: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: -1px;
}

.user-bucket ul li a .LabelPending {
    background-color: #96135a;
}

.user-bucket ul li a .LabelNew {
    background-color: #3fbd4e;
}

.user-bucket ul li a .LabelSoldout {
    background-color: #dc3545;
}

.user-bucket ul li a .LabeWon {
    background-color: #3fbd4e;
}

.user-bucket ul li a .LabelExpired {
    background-color: #dc3545;
}

.user-bucket ul li a .LabelPending svg{
    width: 17px;
    fill: #fff;
    margin-right: -1px;
    margin-left: 1px;
    position: relative;
    top: -1px;
}

.user-bucket ul li a .LabelNew svg {
    width: 18px;
    fill: #fff;
    margin-right: -1px;
    margin-left: 1px;
}

.user-bucket ul li a .LabelSoldout svg {
    width: 14px;
    margin-left: 3px;
    fill: #fff;
    position: relative;
    top: -1px;
}

.user-bucket ul li a .LabelExpired svg {
        width: 10px;
    margin-left: 4px;
    fill: #fff;
    position: relative;
    top: -1px;
}

.user-bucket ul li a .LabeWon svg {
    width: 16px;
    margin-left: 3px;
    fill: #fff;
}

#ulUserBucket li a:hover span.title{
    color: #ec5ca4;
}

#ulUserBucket li a[href="#"]:hover span.title {
  cursor: default;   
  color: #333;
}

.user-bucket ul li a span {
    line-height: 18px;
    color: #333;
    font-weight: 700;
}

.user-bucket ul li a {
    text-decoration: none;
    padding: 14px 25px 14px 25px !important;
    user-select: none;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.user-bucket ul li a p,
.user-bucket ul li p span {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 600;
    color: #808080b0;
    margin-top: 1px;
}

.user-bucket ul li {
    border-bottom: 1px solid #3fbd4e63 !important;
}

.user-bucket ul li p svg {
    fill: #808080b0;
    width: 21px;
    position: relative;
    top: -3px;
    margin-top: 3px;
    margin-right: -3px;
}

.user-bucket ul li p span:first-child svg {
    margin-left: -3px;
}

.user-bucket ul li p span {
    margin-right: 3px;
}

.user-li {
    padding-right: 0 !important;
}


@media only screen and (max-width:768px) {
    .user-li.mob-user-li a {
        position: absolute !important;
        top: 0 !important;
        height: 60px;
        border-radius: 0 !important;
        right: -57px;
        padding: 0 !important;
        width: 60px !important;
        display: grid !important;
        place-items: center;
    }

    .user-li.mob-user-li a svg {
        margin: 0 !important;
        top: 0 !important;
        width: 44px !important;
        fill: #fff !important;
    }

    .user-li.mob-user-li .count {
        top: 4px;
        right: 4px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: grid;
    }

    #mobile-menu .toggle-menu-mobile.newTMM {
        right: 57px !important;
    }

    .new-menu-icon {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        right: 7px;
    }

    #mobile-menu .toggle-menu-mobile.newTMM {
        padding: 0 !important;
        font-size: 13px !important;
        font-weight: 600;
    }

    .toggle-menu-mobile.newTMM i {
        width: 35px !important;
        top: 2px !important;
    }

    .toggle-menu-mobile.newTMM i::before,
    .toggle-menu-mobile.newTMM i::after {
        width: 35px !important;
    }

    .toggle-menu-mobile.newTMM i::before {
        top: -9px;
    }

    .new-menu-icon span {
        position: relative;
        top: 14px;
    }

    .toggle-menu-mobile.newTMM i::after {
        bottom: -9px;
    }
}

@media only screen and (max-width:920px) and (min-width:768px) {
    .sf-menu.add-user-col li {
        padding: 0 14px;
    }
}

.fl-scroll {
    overflow: auto;
}

/* width */
.fl-scroll::-webkit-scrollbar {
    width: 13px;
}

/* Track */
.fl-scroll::-webkit-scrollbar-track {
    background: #96135a;
}

/* Handle */
.fl-scroll::-webkit-scrollbar-thumb {
    background: #ec5ca4;
    border: 3px solid #96135a;
    border-radius: 10px !important;
}

/*New Menu CSS End =======================> */



/*New Contact Module CSS Start =============================>*/

:root {
  --fla-pink: #ec5ca4;
  --text: #333333;
  --job-title: #96135a;
  --bg: #fcdfeb;
  --panel-pad: 16px;
  --panel-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
  }

 /* Sticky call/message window */
  .call-widget {
    position: fixed;
    right: 20px;
    bottom: 12px;
    z-index: 999;
    width: min(92vw, 500px);
    color: var(--text);
    border-radius: 12px;
    box-shadow: var(--panel-shadow);
  }

  /* Lift bottom by iOS home indicator when supported */
  @supports (margin: env(safe-area-inset-bottom)) {
    .call-widget {
      bottom: calc(12px + env(safe-area-inset-bottom));
    }
  }

  .call-widget.is-narrow {
    width: min(80vw, 280px);
  }

  .call-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--fla-pink);
    color: #fff;
    padding: 7px 14px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    position: initial !important;
    box-shadow: none;
    height: auto;
    animation: none;
    opacity: 1;
  }

  .call-widget__header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
  }

  .status-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3cc36b;
    flex: 0 0 auto
  }

  .call-widget__header-text {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .call-widget__toggle {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    cursor: pointer
  }

  .call-widget__panel {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    padding: var(--panel-pad);
    max-height: 80vh;
    overflow: auto;
    /* scrollable when content is tall */
  }

  /* Minimized look */
  .call-widget.is-minimized .call-widget__header {
    border-radius: 6px;
  }

  .call-widget.is-minimized .call-widget__panel {
    display: none;
    padding: 0;
    box-shadow: none;
  }

  /* Small/medium screens: make the widget span the bottom width with safe padding */
  @media (max-width: 600px) {
    .call-widget {
      left: 12px;
      right: 12px;
      width: auto;
    }

    .call-widget.is-narrow {
      width: auto;
    }

    .call-widget__header {
      padding: 12px 16px;
    }

    .call-widget__toggle {
      font-size: 22px;
    }

    :root {
      --panel-pad: 16px;
    }
  }

  /* If env() supported, add the safe-area to the panel padding on small screens */
  @supports (margin: env(safe-area-inset-bottom)) {
    @media (max-width: 600px) {
      :root {
        --panel-pad: calc(16px + env(safe-area-inset-bottom));
      }
    }
  }

  /* Agent card (default: desktop/tablet layout) */
  .agent {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto 1fr;
    gap: 5px 10px;
    align-items: center;
  }

  .agent__photo {
    grid-row: span 2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: none
  }

  .agent__name {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: var(--fla-pink)
  }

  .agent__title {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--job-title);
  }

  .agent__message {
    margin: 0;
    font-size: 16px
  }

  .agent__message a {
    color: var(--text);
    text-decoration: none
  }

  .agent__message a:hover {
    text-decoration: underline
  }

  /* Mobile: photo left of name/title; message below full width */
  @media (max-width: 420px) {
    .agent {
      grid-template-columns: 56px 1fr;
      grid-template-rows: auto auto;
      gap: 6px 10px;
    }

    .agent__photo {
      width: 56px;
      height: 56px;
      grid-row: 1;
    }

    .agent__name {
      grid-column: 2;
      grid-row: 1;
      margin: 0;
    }

    .agent__message {
      grid-column: 1 / -1;
      grid-row: 2;
      font-size: 15px;
    }

    .call-widget__header-text {
      font-size: 15px;
    }
  }

  /* Ultra-narrow phones: stack everything */
  @media (max-width: 340px) {
    .agent {
      grid-template-columns: 1fr;
      grid-auto-rows: auto;
    }

    .agent__photo {
      width: 56px;
      height: 56px;
      grid-row: auto;
    }

    .agent__name {
      grid-column: 1;
      grid-row: auto;
    }

    .agent__message {
      grid-column: 1;
      grid-row: auto;
    }
 }

/*Contact Module CSS End =========================>*/
@media only screen and (max-width: 768px) {
    #mobile-menu .toggle-menu-mobile.newTMM.skip-userMenu {
        right: 0px !important;
    }
}

.user-bucket ul li p span {
    white-space: nowrap;
}

@media only screen and (min-width:1250px){
    .user-li a:hover {
        background-color: #007a45 !important;
    }
}

@media only screen and (max-width: 480px) {
    .clsTourFooter .fraPris {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 320px) {
    .clsTourFooter .fraPris {
        font-size: 26px !important;
    }
}


/*Common CSS for all CSS File start*/

.categorize {
    cursor: auto !important;
}

.categorize .back:hover .country svg{
    fill: #96135a;
}

.categorize .back:hover .country .country-name{
    color: #96135a !important;
}

.br-10{
    border-radius: 10px !important;   /*Border-radius on large element*/
}

.br-6{
    border-radius: 6px !important;   /*Border-radius on medium element*/
}

.br-4{
    border-radius: 4px !important;   /*Border-radius on small element*/
}

.tourPreview ul.inkl_dt_list li.text, 
.tourPreview ul.inkl_dt_list li.round,
.tourPreview .gallery-btn,
.card-cont-name{
    border-radius: 4px !important;
}

.tourPreview,
.BtnViewPkg,
.tourPreview.newCardStyle .btn-newStyle {
    border-radius: 6px !important;
}

.tourPreview.newCardStyle{
    border-radius: 10px !important;
}

.price-tag {
    border-radius: 0 0 10px 0;
}

.status-dot.offline {
    background: #dc3545;
}

/*Common CSS for all CSS File End*/

.agentCollapsed {
    display: none;
}

.is-narrow .agentCollapsed {
    display: block;
}

.is-narrow .agentExpanded {
    display: none;
}

.call-widget__toggle:focus{
    outline: 0;
}

.new-CP > *{
    padding-bottom: 3rem !important;
    margin-bottom: 0 !important;
}

.new-CP > .hotel-det-section3{
    padding-bottom: 0 !important;
}

/*New CSS For Request Form*/


.form-wrapper{
    display: inline-flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    gap: 30px;
    padding: 20px 25px 40px;
        background-color: rgba(0, 0, 0, 0.62);
        position: relative;
}

.form-wrapper > div {
    position: relative;
    z-index: 1;
}

.form-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(10px);
}

.form-wrapper .text-wrapper{
    text-align: left;
    
}

.query-form-mapNew-bg.bg-DK {
    background-image: url(https://cdn.flamingotours.dk/images/world-map-new.webp) !important;
}

.query-form-mapNew-bg.bg-NO {
    background-image: url(https://cdn.flamingotours.no/images/world-map-new.webp) !important;
}

.query-form-mapNew-bg.bg-SE {
    background-image: url(https://cdn.flamingotours.se/images/world-map-new.webp) !important;
}

.query-form-mapNew-bg.bg-DE {
    background-image: url(https://cdn.flamingourlaub.de/images/world-map-new.webp) !important;
}

.query-form-mapNew-bg.bg-PL {
    background-image: url(https://cdn.flamingotours.pl/images/world-map-new.webp) !important;
}

.text-wrapper .msg-box{
    padding-bottom: 145px;
}

@media (max-width:1023px){
    .text-wrapper .msg-box{
        padding-bottom: 0;
    }
}

@media (max-width:992px){
    .form-wrapper{
        display: block;
    }

    .form-wrapper .text-wrapper{
        margin-top: 20px;
    }
}

@media (max-width:992px){
    .query-form-mapNew-bg .destination{
        padding: 0 !important;
    }

}


@media (max-width: 575px){
        .query-form-mapNew-bg .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0;
    }

        .form-wrapper {
    padding: 20px 10px 40px;
}
}

@media (max-width: 340px){
        .form-wrapper {
        padding: 20px 4px 40px;
    }
}

.season-label{
    background-color: #fcdfeb;
    padding: 4px 8px;
    border-radius: 4px;
    color: #ec5ca4;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 29px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="35" viewBox="0 0 2480 3508"><path fill="%23ec5ca4" d="M2451,1216.5l-1421,1420c-38,38-99,38-137,0l-865-869c-38-38-38-100,0-138l207-207c38-38,100-38,138,0 l589,594l1145-1145c38-38,100-38,138,0l206,207C2490,1116.5,2490,1178.5,2451,1216.5z"/></svg>');
    background-size: 18px 25px;
    background-repeat: no-repeat;
    background-position: 6px 3px;
    position: relative;
    left: -6px;
}


.req-desc p:not(:last-child) { margin-bottom: 15px; }