/* Minification failed. Returning unminified contents.
(1613,84): run-time error CSS1046: Expect comma, found '49'
(1613,90): run-time error CSS1046: Expect comma, found '/'
 */
/* Minification failed. Returning unminified contents.
(1609,84): run-time error CSS1046: Expect comma, found '49'
(1609,90): run-time error CSS1046: Expect comma, found '/'
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.owl-carousel .owl-item img { display: block; width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab { cursor: move; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
/* No Js */
.no-js .owl-carousel { display: block; }
/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height { transition: height 500ms ease-in-out; }
/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
/* * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

@font-face {
    font-family: lg;
    src: url(/controls/light-gallery/lg.ttf?22t19m) format("truetype"),url(/controls/light-gallery/lg.woff?22t19m) format("woff"),url(/controls/light-gallery/lg.svg?22t19m#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: .5
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #FFF
    }

.lg-actions .lg-next {
    right: 20px
}

    .lg-actions .lg-next:before {
        content: "\e095"
    }

.lg-actions .lg-prev {
    left: 20px
}

    .lg-actions .lg-prev:after {
        content: "\e094"
    }

@-webkit-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.45)
}

    .lg-toolbar .lg-icon {
        color: #999;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: 0;
        background: 0 0;
        border: none;
        box-shadow: none;
        -webkit-transition: color .2s linear;
        -o-transition: color .2s linear;
        transition: color .2s linear
    }

        .lg-toolbar .lg-icon:hover {
            color: #FFF
        }

    .lg-toolbar .lg-close:after {
        content: "\e070"
    }

  /*  .lg-toolbar .lg-download:after {
        content: "\e0f2"
    }*/

.lg-sub-html {
    background-color: rgba(0,0,0,.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: 700
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;
    transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .25s cubic-bezier(0,0,.25,1) 0s
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: 0;
    border: none
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff"
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #FFF
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1080;
        cursor: pointer
    }

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 5px;
        width: 0
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

/*.lg-autoplay-button:after {
    content: "\e01d"
}*/

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

/*#lg-zoom-in:after {
    content: "\e311"
}*/

#lg-actual-size {
    font-size: 20px
}

  /*  #lg-actual-size:after {
        content: "\e033"
    }*/

/*#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

    #lg-zoom-out:after {
        content: "\e312"
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}*/

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px #fff inset
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition: opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%
    }

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

    .lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
        box-shadow: 0 0 0 8px #fff inset
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

/*.lg-fullscreen:after {
    content: "\e20c"
}*/

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0,5px,0);
    -o-transform: translate3d(0,5px,0);
    -ms-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #FFF;
        right: 16px;
        top: -16px
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0
    }

    .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
        color: #333
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0,0,0,.07)
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto
    }

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
    height: 100%;
    width: 100%
}

    .lg-outer #lg-share {
        position: relative
    }

      /*  .lg-outer #lg-share:after {
            content: "\e80d"
        }*/

    .lg-outer #lg-share-facebook .lg-icon {
        color: #3b5998
    }

        .lg-outer #lg-share-facebook .lg-icon:after {
            content: "\e904"
        }

    .lg-outer #lg-share-twitter .lg-icon {
        color: #00aced
    }

        .lg-outer #lg-share-twitter .lg-icon:after {
            content: "\e907"
        }

    .lg-outer #lg-share-googleplus .lg-icon {
        color: #dd4b39
    }

        .lg-outer #lg-share-googleplus .lg-icon:after {
            content: "\e905"
        }

    .lg-outer #lg-share-pinterest .lg-icon {
        color: #cb2027
    }

        .lg-outer #lg-share-pinterest .lg-icon:after {
            content: "\e906"
        }

    .lg-outer .lg-img-rotate {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;
        -moz-transition: -moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;
        -o-transition: -o-transform .3s cubic-bezier(.32,0,.67,0) 0s;
        transition: transform .3s cubic-bezier(.32,0,.67,0) 0s
    }

/*.lg-rotate-left:after {
    content: "\e900"
}*/

/*.lg-rotate-right:after {
    content: "\e901"
}*/

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 26px
}

/*.lg-flip-ver:after {
    content: "\e903"
}*/

/*.lg-flip-hor:after {
    content: "\e902"
}*/

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    outline: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

    /*.lg-outer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }*/

    .lg-outer.lg-visible {
        opacity: 1
    }

    .lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg {
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%
    }

    .lg-outer .lg-inner {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

    .lg-outer .lg-item {
        background: url(../img/loading.gif) center center no-repeat;
        display: none !important
    }

    .lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
        display: inline-block !important
    }

    .lg-outer .lg-img-wrap, .lg-outer .lg-item {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%
    }

        .lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        -webkit-transition: opacity .15s ease 0s;
        -o-transition: opacity .15s ease 0s;
        transition: opacity .15s ease 0s
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1
    }

    .lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
        display: none
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

    .lg-backdrop.in {
        opacity: 1
    }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1
    }

    .lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
        -webkit-transition: opacity .1s ease 0s;
        -moz-transition: opacity .1s ease 0s;
        -o-transition: opacity .1s ease 0s;
        transition: opacity .1s ease 0s
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
        transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
        -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
        -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
        transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
    }

/*previous banner*/
/*.at_banner_sec { background-image: url('../images/banner.png'); padding: 90px 0px; background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 695px; position: relative; display: flex; align-items: end; width: 100%; }*/
/* New banner*/
.at_banner_sec { padding: 90px 0px; background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 695px; position: relative; display: flex; align-items: end; width: 100%; }
.at_banner_sec.bg-image { background-image: url('../images/banner_main.png'); }
/*.at_banner_sec.bg-image-mobile { background-color: url('../images/banner_main_mobile.png'); }*/
.at_banner_sec.bg-image-mobile { background-color: #edf7f8; }
/*This is overlay with backgroud location*/
.at_banner_sec:before { content: ''; position: absolute; /*background-color: #0000002b;*/ left: 0; /*background-image: url(../images/banner_effect.svg);*/ right: 0; bottom: 0; top: 0; /* max-width: 1440px;*/ width: 100%; margin: auto; background-repeat: no-repeat; background-position: center 200px; opacity: 0.8; }
.at_banner_sec .banner_inside { position: relative; z-index: 1; background-color: rgba(0, 0, 0, .25); margin: 0 5rem; }
.at_banner_sec .banner_inside h1 { text-align: center; color: #fff; font-weight: 800; margin-top: 0px; margin-bottom: 30px; font-size: 56px; }
.at_banner_sec .banner_inside h1 span { font-family: 'Courgette', cursive; font-weight: 100; font-size: 60px; margin-left: 5px; }
.at_banner_sec .banner_inside p { text-align: center; color: #fff; font-weight: 400; font-size: 15px; font-family: 'Poppins', sans-serif; margin: 0; position: relative; top: -15px; padding: 0 7rem; }
/***
    *************************************** Security card Section Boxes***********************************
    */
.ats_Securitysection { width: 100%; padding: 90px 0px; }
    .ats_Securitysection .planet_featuress {margin-top: 90px;}
    .ats_Securitysection .seacure_cardBox { width: 100%; background: #F9F9F9; padding: 30px 30px; height: 100%; }
.ats_Securitysection .seacure_cardBox img { width: 105px; display: block; /*margin-bottom: 20px;*/ }
.ats_Securitysection .seacure_cardBox h5 { margin-bottom: 7px; font-size: 17px; font-weight: 800; /*text-align: left;*/ }
.ats_Securitysection .seacure_cardBox p { }
.ats_Securitysection .seacure_cardBox ul { display: none; }
.ats_Securitysection .seacure_cardBox ul li { display: inline-block; text-align: left; font-size: 13px; color: #F86040; font-weight: 600; margin-right: 15px; }
.ads_Pickupactivity .activitiesBG { width: 38%; background: url(../images/activity.svg); padding: 0px 0px; position: absolute; height: 100%; background-size: 225px; left: 0; top: 0; z-index: 2; background-position: 0px; background-repeat: no-repeat; background-attachment: fixed; }
/***
    *************************************** Pick your activity***********************************
    */
.pickup_activity { width: 100%; background: none; padding: 90px 0px; background-repeat: no-repeat; background-position: 20%; background-size: contain; position: relative; z-index: -1; }
.activitiesBG { width: 100%; background: url(../images/activity.svg); padding: 0px 0px; position: absolute; height: 100%; background-size: 225px; left: 0; top: 0; z-index: 1; background-position: 0px; background-repeat: no-repeat; background-attachment: fixed; }
.pickup_inside { width: 100%; background: none; padding: 0px 0px; position: relative; }
/*  .bg_pics img { position: absolute; left: -165px; height: 675px; width: 770px; top: -90px; }*/
.our_secrets_inside .bg_pics img { left: -200px; height: 101%; width: 770px; top: 94px; }
/*.bg_pics img { left: -200px; height: 100%; width: 740px !important; top: -60px; position: absolute;  }*/
/*edited by aman to correct parallex*/
.bg_pics img { left: -200px; height: 100%; width: 740px !important; top: -60px; position: absolute; height: 1030px; overflow: hidden; }
.upperdiv { position: relative; z-index: 2; }
.mypick_sec { width: 100%; background: none; padding: 0px; display: flex; align-items: self-start; height: 100%; }
.mypick_sec h1 { text-align: left; margin-bottom: 20px; font-size: 42px; font-weight: 700; position: relative; color: #13373D; }
.mypick_sec h1:before { content: ''; width: 46%; height: 2px; background: #54BFC7; position: absolute; right: 0; top: 28px; }
.mypick_sec h1 label, .mypick_sec h1 span label { display: inline-block; margin-bottom: 0 !important; background: transparent; padding: 0 20px; padding-left: 0px !important; position: relative; }
.mypick_sec h1 span { display: block; margin-left: 22%; font-family: 'Courgette', cursive; font-weight: 500; position: relative; font-size: 42px; }
.mypick_sec h1 span:before { content: ''; width: 58%; height: 2px; background: #54BFC7; position: absolute; left: -180px; right: 100%; top: 29px; }
.mypick_sec h1 label, .mypick_sec h1 span label { display: inline-block; margin-bottom: 0 !important; background: transparent; padding: 0 20px; padding-left: 0px !important; position: relative; }
.mypick_sec h1 span label { padding: 0 20px !important; }
.mypick_sec p { margin-bottom: 0px; font-size: 16px; font-weight: 400; text-align: left; color: #13373D; font-family: 'Poppins', sans-serif; }
.picked_card { width: 100%; background: none; padding: 0px; position: relative; margin: 15px 0px; overflow: hidden; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; filter: drop-shadow(0px 10px 24px rgba(25, 41, 54, .15)); }
.picked_card:hover { cursor: pointer; }
.picked_card:hover .overlay_card { bottom: 0; -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.picked_card:before { content: ''; width: 100%; height: 100%; position: absolute; background: linear-gradient(0deg, #0c2327, transparent 25%); left: 0; right: 0; bottom: 0; top: 0; z-index: 1; }
.picked_card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.picked_card > img { -webkit-transition: all 800ms ease-in-out 0s; -o-transition: all 800ms ease-in-out 0s; transition: all 800ms ease-in-out 0s; }
.overlay_card { /* width: 100%; */ /* height: 100%; */ position: absolute; left: 0; /* top: 0; */ bottom: 24px; right: 0; padding: 25px; /* display: flex; */ /* align-items: end; */ -webkit-transition: all 400ms ease-in-out 0s; -o-transition: all 400ms ease-in-out 0s; transition: all 400ms ease-in-out 0s; -webkit-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%); z-index: 2; }
.overlay_card span { display: block; width: 100%; }
.overlay_card h3 { text-align: left; margin-bottom: 10px; font-size: 24px; font-weight: 700; color: #fff; }
.showOnhover { opacity: 0; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; }
.overlay_card p { margin-bottom: 0; text-align: left; font-size: 14px; color: #fff; line-height: 1.3; font-weight: 400; font-family: 'Poppins', sans-serif; }
.overlay_card button { width: 100%; padding: 10px 15px; background: transparent; border: 1px solid #fff; color: #fff; font-weight: 700; margin-top: 25px; outline: none; font-size: 14px; /* max-width: 350px; */ }
.overlay_card button img { width: 15px !important; height: auto !important; display: inline-block !important; margin-left: 6px; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; }
.our_secrets_inside .mypick_sec h1 span:before { width: 45%; }
.our_secrets_inside .mypick_sec h1:before { width: 40%; right: 140px; }
/*.right-video-sec { position: absolute; right: -200px; top: 0; width: 100%; height: 500px; }*/
.right-video-sec { position: absolute; right: -131px; top: 0; width: 100%; height: 500px; }

@media (max-width: 1500px) {
    .right-video-sec { right: -140px; }
}

@media (max-width: 1399px) {

    .overlay_card h3 { font-size: 18px; }
    .mypick_sec p { font-size: 14px; }
    .mypick_sec h1:before { width: 30%; }
    .our_secrets_sec .mypick_sec h1:before { width: 30%; right: 100px; }
    .our_secrets_inside .mypick_sec h1 span:before { left: -140px; }
}

@media (max-width: 991px) {
    .right-video-sec { position: relative; right: unset; }
    .bg_pics > img { display: none; }
    .bg_pics { position: absolute; left: -240px; height: 480px; width: 100%; top: -50px; background-color: #EDF7F8; }
    .pickup_inside .picked_card { height: 336px; }
    .d-lg-none { display: block; }
    .at_banner_sec .banner_inside { margin: 0; }
    .at_banner_sec .banner_inside p { padding: 0px 1rem; }
    .header_sec { padding: 0; }
    #searchform { position: relative; z-index: 96; }
    .our_secrets_sec.new_our_sec .container { float: none !important; max-width: unset !important; padding: unset !important; margin: unset !important; }
}

@media (max-width: 767px) {
    .right-video-sec { right: 0; }
    .bg_pics { left: -20px; height: 370px; width: auto; top: -40px; right: -20px; }
    .mypick_sec h1:before { width: 80%; right: -80px; top: 22px; }
    .mypick_sec h1 span:before { width: 70%; top: 30px; left: unset; }
}
/***
*************************************** Pick your activity***********************************
*/
.pickup_activity { width: 100%; background: none; /*padding: 90px 0px;*/ padding-top: 60px; background-repeat: no-repeat; background-position: 20%; background-size: contain; position: relative; z-index: 99; }
.pickup_activity_outer { padding-bottom: 60px; }
.pickup_activity .pickup_inside { width: 100%; background: none; padding: 0px 0px; position: relative; }
.pickup_activity .pickup_inside .bg_picks { }
.pickup_activity .pickup_inside .bg_picks img { position: absolute; left: -165px; height: 675px; width: 770px !important; top: -90px; }
.pickup_activity .picked_card { width: 100%; height: 400px; background: none; padding: 0px; position: relative; margin: 16px 0px; overflow: hidden; z-index: 10; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; filter: drop-shadow(0px 10px 24px rgba(25, 41, 54, .15)); }
.overlay_card button img { width: 15px !important; height: auto !important; display: inline-block !important; margin-left: 6px; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; }
.pickup_activity .picked_card:hover .overlay_card { bottom: 0; -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.pickup_activity .picked_card .overlay_card { -webkit-transition: all 400ms ease-in-out 0s; -o-transition: all 400ms ease-in-out 0s; background: #00000082; opacity: 0.7; transition: all 400ms ease-in-out 0s; -webkit-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%); z-index: 2; padding: 25px; top: unset; bottom: 34px; }
.pickup_activity .picked_card:before { content: ''; width: 100%; height: 100%; position: absolute; /*background: linear-gradient(0deg, #0C2327, transparent);*/ left: 0; right: 0; bottom: 0; top: 0; z-index: 1; }
.pickup_activity.picked_card img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center; }
.pickup_activity .picked_card:hover .showOnhover { opacity: 1 !important; }
.pickup_activity .picked_card .showOnhover { opacity: 0; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; }
.picked_card:hover { cursor: pointer; }
.howdoes_works { width: 100%; background: none; padding: 0px; }
.howdoes_works .works_sec { width: 100%; background: none; padding: 60px 0px; }
.howdoes_works .works_sec section img.line1 { position: absolute; width: 116%; top: -65px; left: 10px; }
.height300 { height: 300px; }
.howdoes_works .works_card { width: 100%; background: none; padding: 0px; position: relative; display: flex; }
.howdoes_works .works_card img { width: 40px; margin-right: 25px; }
.howdoes_works .works_card h3 { text-align: left; margin-bottom: 15px; font-size: 20px; font-weight: 700; color: #0C2327; }
.howdoes_works .works_card p { text-align: left; font-weight: 400; line-height: 20px; font-size: 14px; margin-bottom: 20px; font-family: 'Poppins', sans-serif; color: #212529; }
.howdoes_works .works_card button { background: transparent; border: none; padding: 0; outline: none !important; color: #F86040; font-weight: 500; font-size: 14px; }
.howdoes_works .works_card button img { width: 25px; margin-left: 7px; margin-right: 0px; }
.works_sec section img.line2 { position: absolute; width: 102%; top: -60px; left: -218px; height: 384px; }
.howdoes_works .main_headingTile p { opacity: 0; height: 0; }
.howdoes_works .main_headingTile label { background: #fff !important; }
.howdoes_works .works_card img.picstree { display: block; margin-left: 60px; width: 55px; margin-bottom: 20px; }
.last_cardBox { margin-left: 25px; }
.dp-line-none { display: none; }
.relative { position: relative; }

@media only screen and (max-width:767px) {
    .howdoes_works .works_sec .mobile_margin { padding-bottom: 5rem; position: relative; }
    .howdoes_works .works_sec .dp-line-none { display: block; }
    .howdoes_works .works_sec .mob-line1 { position: absolute; left: 0px; top: 70px; width: 100%; }
    .howdoes_works .works_sec .mob-line2 { position: absolute; left: 0px; top: -30%; height: 97%; width: 100%; }
}
/*** Our Secret Section */
.our_secrets_sec { width: 100%; background: #fff; /*  padding-top: 0px !IMPORTANT;*/ padding: 70px 0px 200px; }
.our_secrets_sec .our_secrets_inside { position: relative; width: 100%; }
/* .our_secrets_sec .our_secrets_inside .videoembed { width: 100%; height: 100%; background: #333; position: relative; }*/
.our_secrets_sec .our_secrets_inside .videoembed { background: #333; position: absolute; top: 0; width: 100%; height: 100%; background: #333; object-fit: cover; }
.mypick_sec { width: 100%; background: none; padding: 0px; display: flex; align-items: center; height: 100%; }
.our_secrets_inside .mypick_sec { margin-top: 85px; }
.our_secrets_sec .mypick_sec h6 { }
.our_secrets_sec .mypick_sec h6 label { }
.our_secrets_sec .mypick_sec h6 label span { }
.our_secrets_sec .mypick_sec .explore_btn { }
.our_secrets_sec .mypick_sec .explore_btn a { margin-bottom: 0; margin-top: 15px; font-size: 14px; color: #F86040; text-align: left; font-weight: 600; display: flex; align-items: center; }
.our_secrets_sec .mypick_sec .explore_btn a img { margin-left: 5px; width: 24px; }
.our_secrets_sec .mypick_sec .total_secret { padding-left: 20px; width: 100%; border-left: 2px solid #54BFC7; margin-top: 20px; padding-bottom: 5px; }
.our_secrets_sec .mypick_sec .total_secret h5 { text-align: left; font-size: 14px; margin-bottom: 0; font-weight: 500; }
.our_secrets_sec .mypick_sec .total_secret h5 span { display: block; font-size: 40px; font-family: 'Lora', serif; font-weight: 700; font-weight: 700; font-style: italic; }
.our_secretContentBox .main_headingTile { height: auto; margin-bottom: 25px; }
.our_secretContentBox { position: absolute; top: 150px; }
.aboutsBG { width: 100%; background: url(../images/about.svg); padding: 0px 0px; position: absolute; height: 100%; background-size: 109px; right: 0; top: 0; z-index: 1; background-position: 87%; background-repeat: no-repeat; background-attachment: fixed; left: auto; opacity: 0.1; }
/****************************** Home Service Region Section *****************/
.service_destSection { width: 100%; }
.sport_serviceMain_Wrapper { background-image: url('../images/best_places.svg'); padding: 120px 0px 290px 0px; background-repeat: no-repeat; background-position: 85% center; background-attachment: fixed; background-size: 50%; width: 100%; }
.service_destSection .main_headingTile p { opacity: 0; height: 0; }
.service_destSection .main_headingTile h1 label, .service_destSection .main_headingTile h1 span label { background: #fff !important; }
#toTop { display: none !important; }
.show_moboOnly { display: none; }
.our_secrets_inside .main_headingTile h1::before { content: ''; width: 30%; right: 140px; }
.our_secrets_inside .main_headingTile h1 span:before { content: ''; width: 46%; }
.our_secrets_inside .aboutText { position: absolute; right: 12px; top: 0; bottom: 0; z-index: 1; opacity: 0.5; }
.our_secrets_inside .aboutText img { width: 100%; height: 100%; object-fit: contain; }
.home_contactSection .need_serviceContent p { margin-bottom: 5px; }
.home_contactSection .needSome_container .need_box p { font-family: 'Red Hat Display', sans-serif; }
.pickup_activity .col-md-12, .pickup_activity .col-lg-6 { z-index: 10; }
.mypick_sec h1 { text-align: left; margin-bottom: 20px; font-size: 42px; font-weight: 700; position: relative; color: #13373D; }
.mypick_sec h1 span { display: block; margin-left: 22%; font-family: 'Courgette', cursive; font-weight: 500; position: relative; font-size: 42px; }
/* .mypick_sec h1:before { content: ''; width: 46%; height: 2px; background: #54BFC7; position: absolute; right: 140px; top: 28px; }*/
.mypick_sec h1 label, .mypick_sec h1 span label { display: inline-block; margin-bottom: 0 !important; background: transparent; padding: 0 20px; padding-left: 0px !important; position: relative; }
/*.mypick_sec h1 span:before { content: ''; width: 45%; height: 2px; background: #54BFC7; position: absolute; left: -180px;  right: 100%; top: 29px; }*/
.mypick_sec h1 label, .mypick_sec h1 span label { display: inline-block; margin-bottom: 0 !important; background: transparent; padding: 0 20px; padding-left: 0px !important; position: relative; }
.mypick_sec h1 span label { padding: 0 20px !important; }
.mypick_sec h6 a { color: #F86040; }
.upperdiv { position: relative; z-index: 2; }
.btm_card_home { text-align: center; }
.not_sure_go { position: relative; z-index: 9 !important; /* margin-bottom: 100px; */ }
.inside_not_sure_parent { /*display: flex;*/ justify-content: center; z-index: -1;/* position: relative;*/ }
.not_sure_where { justify-content: center; display: flex; align-items: center; text-align: center; }
.inside_not_sure {/* position: relative;*/ margin:auto;  padding: 30px 5px; background: #EDF7F8; top: -35px; width: 550px; display: flex; justify-content: center; /*margin: auto;*/ flex-direction: column; align-items: center; }
.btn_not_sure { width: 50%; padding: 25px; }
.home_contactSection .need_serviceContent h4 span { display: unset; }

@media (max-width:1399px) {
    .our_secrets_sec .bg_pics img { left: -200px; height: 100%; width: 700px !important; top: 60px; position: absolute; }
    .total_secret h5 span { font-size: 40px; }
}

@media (max-width:991px) {
    .class_crd_etra { padding: 4px; }
    /*.at_banner_sec { min-height: 453px; }*/
    .at_banner_sec { min-height: 320px; }
    .our_secrets_sec .mypick_sec h1:before { width: 44%; }
    .our_secrets_sec .mypick_sec h1 span:before { width: 40%; }
    .our_secrets_sec { width: 100%; background: #fff; padding: 70px 0px 90px; }
    .our_secrets_inside { padding-top: 0; background-size: cover; }
    .btn_not_sure { width: 50%; padding: 15px; }
    .inside_not_sure { padding: 20px 14px; top: -8px !important; width: 360px !important; }
    .ats_Securitysection { padding: 50px 0px; }
    .our_secrets_inside .bg_pics { display: none; }
    .mypick_sec.secret_info { background-color: #EDF7F8; padding: 40px; display: block; margin-top: -120px; max-width: 560px; height: auto; }
    .mypick_sec h1 { font-size: 32px; }
    .mypick_sec p { font-size: 14px; }
    .our_secrets_sec .our_secrets_inside .videoembed { position: inherit; }
    .pickup_activity .pickup_inside .bg_picks { position: absolute; left: -240px; height: 480px; width: 100%; top: -50px; background-color: #EDF7F8; }
    .pickup_activity .pickup_inside .bg_picks > img { display: none; }
    .not_sure_go { position: relative; z-index: 99 !important; margin-bottom: 0px; left: -15px; top: 22px; }
    .mypick_sec h1 label, .mypick_sec h1 span label { font-size: 32px; }
    .our_secrets_sec .mypick_sec .total_secret h5 span { font-size: 48px; }
    .overlay_card h3 { font-size: 22px; }
    .overlay_card p { font-size: 12px; }
    .overlay_card button { font-size: 16px; }
    .pickup_activity { z-index: unset; }
}


@media only screen and (max-width:767px) {
    .class_crd_etra { padding: 0px 15px; }
    .inside_not_sure h5 { font-size: 16px; }
    .inside_not_sure img { height: 14px; }
    .btn_not_sure { width: 70%; padding: 8px 6px; font-size: 10px; }
    .our_secrets_inside { margin-bottom: 4rem; }
    .aboutText { display: none; }
    .our_secrets_sec .mypick_sec h1:before { width: 30%; top: 20px; right: 110px; }
    .our_secrets_sec .mypick_sec h1 span:before { width: 30%; }
    .our_secrets_inside .mypick_sec h1 span:before { left: -90px; }
    .main_headingTile h1 span:before { left: -90px; }
    .mypick_sec.secret_info { margin-top: 10px; padding: 20px; }
    .ats_Securitysection { padding: 30px 0px; }
    .ats_Securitysection .seacure_cardBox { padding: 25px 20px; height: auto; margin: 5px 0px; }
    .at_banner_sec { /*padding-top: 90%;*/ min-height: 225px; }
    .at_banner_sec { padding: 30px 0px 90px 0px; }
    .at_banner_sec .banner_inside h1{color:#000;}
    .at_banner_sec .banner_inside p{color:#000;}
    .at_banner_sec .banner_inside{background-color:transparent;}
    .pickup_activity .picked_card { height: 330px; }
    .works_sec section img.line2, .works_sec section img.line1 { display: none !important; }
    .height300 { height: auto; }
    .howdoes_works .works_sec { padding: 20px 0px; position: relative; }
    .howdoes_works .works_card h3 { margin-bottom: 12px; font-size: 18px; }
    .howdoes_works .works_card p { line-height: 18px; font-size: 14px; margin-bottom: 0px; width: 99%; }
    .howdoes_works .works_card button { font-size: 16px; }
    .pickup_activity { padding-bottom: 60px !important }
    .howdoes_works .works_sec:before { content: ''; }
    .our_secrets_inside .aboutText img { display: none; }
    .howdoes_works .works_card { padding: 20px 0px; }
    .howdoes_works .works_card img { width: 35px !important; margin-right: 15px !important; }
    .howdoes_works .works_card button img { width: 17px !important; margin-left: 2px !important; }
    .howdoes_works .works_card.reverse_data img { margin-right: 0px; margin-left: 15px; }
    .howdoes_works .works_card.reverse_data { flex-direction: row-reverse; }
    .howdoes_works .works_card.reverse_data h3, .howdoes_works .works_card.reverse_data p { text-align: right; }
    .our_secrets_sec .bg_pics img { left: 0px; height: auto !IMPORTANT; display: none; }
    .our_secrets_sec { padding: 0px 0px 15px !important; background: #EDF7F8; margin-bottom: 50px; }
    .our_secrets_sec .container { padding: 0px !important; }
    .our_secrets_sec .our_secretContentBox { position: relative; top: 40px !important; }
    .our_secretContentBox .main_headingTile { padding: 0px 15px; }
    .our_secrets_inside .main_headingTile h1 span label, .our_secrets_inside .main_headingTile h1 label { background: #EDF7F8 !important; }
    .our_secrets_sec .mypick_sec { padding: 0px 20px; }
    .our_secrets_inside .mypick_sec p { font-size: 14px; line-height: 17px; }
    .home_contactSection { padding: 70px 0px 20px !important; position: relative; background-size: cover; }
    .home_contactSection .needSome_container { flex-flow: wrap-reverse; margin-top: 20px; justify-content: center; }
    .home_contactSection .width50per { width: 50% !important; }
    .home_contactSection .needSome_container .need_box { text-align: center !important; padding-top: 20px; padding-right: unset; }
    .home_contactSection .needSome_container .contact_adviseBox { padding: 5px 8px !important; }
    .home_contactSection .needSome_container .contact_adviseBox img { width: 30px; height: 30px; }
    .home_contactSection .needSome_container .contact_adviseBox a { margin-bottom: 0; font-size: 18px; }
    .our_secrets_inside .main_headingTile p { margin-bottom: 0px; font-size: 14px; line-height: 18px; }
    .newsletters:before { content: ''; display: block; height: 85%; position: absolute; left: 20px; top: 0; border-left: 2px solid #54BFC7; bottom: 0; margin: auto; }
    .joinour_newsletter .newsletters_content h3 { font-size: 17px; }
    .joinour_newsletter .newsletters_content h6 { font-size: 15px; }
    .not_flex { display: block !important; }
    .joinour_newsletter .newsletters_form { display: block !important; }
    .joinour_newsletter .newsletters_form button { width: 100% !important; margin-top: 20px !important; justify-content: center; }
    .joinour_newsletter .newsletters_form input { width: 100% !important; }
    .joinour_newsletter .newsletters { padding: 20px 20px 20px 40px !important; }
    .joinour_newsletter .newsletters_content p { font-size: 11px !important; }
    .footer_sec .data_flex { display: flex; align-items: baseline; }
    .footer_sec .footer_columnBox { width: 100%; }
    .show_moboOnly { display: block !important; }
    .no-mobo { display: none !important; }
    .show_moboOnly { display: block !important }
    .contact_columnBoxes ul li a { color: #fff; font-size: 18px; font-weight: 600; margin: 10px 0px; display: block; }
    .needAdv_inside .col_lg, .needAdv_inside .col_lg_auto { width: 100%; padding: 0px 15px; }
    .home_contactSection .need_serviceContent { width: 100%; text-align: center; }
    .pickup_activity .activitiesBG { display: none; }
    .howdoes_works .works_card.last_cardBox { display: block; margin: auto 0; max-width: 100%; }
    .howdoes_works .works_card.last_cardBox .inner_lastCardBox { display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .howdoes_works .works_card img.picstree { display: block; margin-left: 0px !important; width: 72px !IMPORTANT; margin-right: 0px !important; position: relative; margin: 0 auto; }
    .our_secrets_inside .main_headingTile h1 span:before { content: ''; width: 100%; top: 14px; }
    .our_secrets_inside .main_headingTile h1::before { content: ''; width: 37%; right: 150px; }
    .howdoes_works .works_card.last_cardBox .inner_lastCardBox p { text-align: center; width: 70%; margin: 0 auto; }
    .at_banner_sec .banner_inside h1 { font-size: 32px !important; }
    .inside_not_sure { width: 100%; }

    .mobile_view_only{display:none!important;}
}
.pickup_activity .main_headingTile label { background: #F9F9F9; }
@media (max-width:767px) {
    .showOnhover { display: block; opacity: 1; }
    .pickup_activity .picked_card .showOnhover { opacity: 1; }
    .pickup_activity .picked_card .overlay_card { bottom: 0; -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    .picked_card .overlay_card { width: unset; }
    .mypick_sec h1 label, .mypick_sec h1 span label { font-size: 28px; }
    .pickup_activity .picked_card { margin: 10px 0; }
    .not_sure_go { left: unset; }
    .our_secrets_sec .mypick_sec h6 { margin-top: 6px; }
    .inside_not_sure { top: -8px !important; width: 250px !important; margin-top:30px; }
    .ats_Securitysection .planet_featuress { margin-top: 50px; }
}
@media (max-width: 1400px) {
    .bg_pics img { height: 925px; }
}

.sport_serviceMain_Wrapper { }
.sport_serviceMain_Wrapper .region_filter_main { width: 100%; padding: 25px 0px; background: #FFFFFF; border-bottom: 1px solid #D8D8D8; box-shadow: 0px 8px 15px rgba(31, 91, 101, .1); }
.sport_serviceMain_Wrapper .region_filter_main select { border: none; outline: none; padding: 0; line-height: normal; box-shadow: none !important; height: auto; -webkit-appearance: none; -moz-appearance: none; display: inline-block; font-size: 14px; color: #B0B0B0; font-weight: 500; background: url('../images/Icon/icon15.svg'); background-repeat: no-repeat; background-position: center right; }
.sport_serviceMain_Wrapper .region_filter_main .regn-fltr-title { margin-bottom: 0px; font-size: 15px; font-weight: 500; color: #000; }
.sport_serviceMain_Wrapper .br_right { border-right: 1px solid #D8D8D8; padding-right: 20px; }
.region_filterMain_layout { padding-top: 60px; }
.region_filterMain_layout .list-inner-dv { }
.region_filterMain_layout .list-inner-dv .box { background-position: center; background-size: cover; width: 100%; height: 230px !important; }
.region_filterMain_layout .list-inner-dv .title-dv { min-height: 40px; }
/*.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft { display: flex; width: 50%; }*/
.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft h6 { margin: 0; text-align: left; font-size: 16px; font-weight: 700; color: #212529; padding-left: 10px; }
.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft h6 a { color: #212529; }
/*.region_filterMain_layout .list-inner-dv .price-cost { position: absolute; top: 25px; left: 240px; width: calc(100% - 180px); }*/
.region_filterMain_layout .list-inner-dv .price-cost .price_costInner { display: flex; align-items: center; font-family: 'Poppins', sans-serif; }
.region_filterMain_layout .list-inner-dv .price-cost .price_costInner .txt { font-size: 14px; font-weight: 400; color: #333333; }
.region_filterMain_layout .list-inner-dv .price-cost .price_costInner .price .ib { color: #F86040; font-weight: 700; margin: 0 5px; font-size: 20px; font-family: 'Poppins', sans-serif; }
.region_filterMain_layout .reigion_cardWrapper { width: 100%; background: #fff; padding: 25px 20px; position: relative; }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight .measurment-scale { transform: rotate(-180deg); margin-bottom: 4px; direction: rtl; display: grid; gap: 12px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight ul { margin: 0; }
.top-list-item .list-inner-dv .more-item { padding: 15px 0px; border-bottom: 1px solid #D8D8D8; }
.top-list-item .list-inner-dv .more-item ul li { display: inline-block; }
.top-list-item .list-inner-dv .sport-heighlight ul li { list-style: none; float: left; }
.sport-starts-bg10 { background-color: #425F64; color: #fff; height: 30px; }
.sport-starts-bg9 { background-color: #0c4045; color: #fff; height: 27px }
/*.price-section .more-item .nav.regiongrid-gap { min-height: 100px;display:block; }*/
.sport-starts-bg8 { background-color: #425F64; color: #fff; height: 24px }
.sport-starts-bg7 { background-color: #899B9E; color: #fff; height: 21px }
.sport-starts-bg6 { background-color: #899B9E; color: #fff; height: 18px }
.sport-starts-bg5 { background-color: #1badb6; color: #fff; height: 15px }
.sport-starts-bg4 { background-color: #D0D7D8; color: #fff; height: 12px }
.sport-starts-bg3 { background-color: #D0D7D8; color: #fff; height: 9px }
.sport-starts-bg2 { background-color: #D0D7D8; color: #fff; height: 6px }
.sport-starts-bg1 { background-color: #D0D7D8; color: #fff; height: 3px }
.sport-starts-bg0 { background-color: #D0D7D8; color: #fff; height: 1px }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight ul.month li { color: #878c8d; font-size: 10.5px; font-weight: 500; }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight ul.month { display: grid; gap: 8px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.region_filterMain_layout .reigion_cardWrapper .sport-heighlight { overflow: inherit; position: absolute; width: 100%; background: #fdfdfd; border: 1px solid #D8D8D8; z-index: 1; left: 0; bottom: 54px; padding: 10px; opacity: 0; transition: opacity .3s; visibility: hidden; border-radius: 4px; box-shadow: 4px 4px 5px -2px rgba(31, 91, 101, .18); }
.region_filterMain_layout .more_activites_wrapperBox { padding: 20px 0px 0px; }
.region_filterMain_layout .more_activites_wrapperBox .best-sport { text-align: left; margin-bottom: 5px; font-size: 16px; font-weight: 800; color: #333333; }
.region_filterMain_layout .more_activites_wrapperBox .more_activityText { text-align: left; font-size: 14px; color: #333333; font-weight: 400; padding-right: 4px; text-transform: capitalize !IMPORTANT; position: relative; font-family: 'Poppins', sans-serif; }
.region_filterMain_layout .list-inner-dv .pricebtn .btn-search { background: #F86040; width: 100%; border: none; color: #fff; padding: 12px 20px; font-weight: 700; font-size: 15px; outline: none; margin-top: 20px; display: none; transition: background-color 0.2s; border-radius: 0px !important; }
.region_filterMain_layout .list-inner-dv .pricebtn .btn-search img { transform: rotate(180deg); margin-left: 0px; }
.region_filterMain_layout .list-inner-dv:hover .pricebtn .btn-search { display: block; }
.activity_moreShow { display: none; }
.reigion_cardWrapper:hover .activity_moreShow { display: block; }
.region_filterMain_layout .more_activites_wrapperBox .more_activityText::after { content: ","; position: absolute; right: 1px; top: 0px; }
.region_filterMain_layout .regiongrid-gap .more_activityText:last-of-type::after { content: ""; display: none; }
/*.region_filterMain_layout .list-inner-dv .pricebtn { position: absolute; width: 100%; z-index: 100; padding: 0px 20px 25px 20px; left: 0; background: #fff; }*/
.pager_sec p { margin-bottom: 0px; display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #F86040; }
.pager_sec p img { margin-left: 10px; }
.pager_sec li.active a { border-color: #F86040 !important; color: #F86040 !important; }
.pager_sec li a { display: flex; width: 30px; height: 30px; border: 1px solid #D8D8D8; align-items: center; justify-content: center; text-decoration: none; color: #0C2327; font-weight: 500; }
.pager_sec li:first-child a { background: #D8D8D8 !important; }
.pager_sec ul { margin: 0px; padding: 0px; list-style: none; display: flex; align-items: center; justify-content: end; }
.pager_sec li { float: none; display: inline-block; margin-left: 5px; }
.pager_sec { padding: 80px 20px 0px 20px; }
.reigion_cardWrapper .hover_linksMoreItem li { position: unset; }
.reigion_cardWrapper .hover_linksMoreItem li .h_regionSportICon { width: 30px; }
.reigion_cardWrapper .hover_linksMoreItem li .sport-heighlight img { width: 30px; }
.reigion_cardWrapper .hover_linksMoreItem li .sport-heighlight h3 { font-size: 16px; font-weight: 600; }
.reigion_cardWrapper .hover_linksMoreItem li:hover .sport-heighlight { opacity: 1; visibility: visible; }
/*.reigion_cardWrapper .hover_linksMoreItem { position: relative; padding: 15px 0px; border-bottom: 1px solid #D8D8D8; }*/
.reigion_cardWrapper .sport-heighlight.icon-adjust::after { content: " "; position: absolute; left: 10px; bottom: -5.7px; background: #fdfdfd; height: 11px; width: 11px; clip-path: polygon(100% 0,0 100%,0 0); transform: rotate(-135deg); z-index: 100; border: 1px solid #D8D8D8; }
.region_filterMain_layout .list-inner-dv:hover { cursor: pointer; box-shadow: 0px 8px 15px rgba(31, 49, 101, .1); }
.region_filterMain_layout .list-inner-dv { width: 100%; background: #fff; transition: background-color 0.2s; }
#regionGridHtmlDiv{width:100%; margin:auto;}
/* .region_filterMain_layout .list-inner-dv:hover .pricebtn { box-shadow: 0px 16px 15px rgb(31 49 101 / 10%); }*/
@media(max-width:1400px) { .region_filterMain_layout .list-inner-dv .price-cost { left: 190px;/* width: calc(100% - 210px);*/ }
}
@media only screen and (max-width:1200px) {
    .region_filterMain_layout .list-inner-dv .pricebtn .btn-search { padding: 9px; }

}
    @media only screen and (max-width:991px) {
        /*.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft { width: 55%; }*/
        /*.region_filterMain_layout .list-inner-dv .price-cost { position: unset; width: 45%; }*/
        .sport_serviceMain_Wrapper .region_filter_main .regn-fltr-title { font-size: 14px; font-weight: 700; }
        .sport_serviceMain_Wrapper .region_filter_main select { font-size: 12px; }
        .region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft h6 { font-size: 18px; }
        .region_filterMain_layout .list-inner-dv .price-cost .price_costInner .txt { font-size: 12px; }
        .region_filterMain_layout .list-inner-dv .price-cost .price_costInner .price .ib { font-size: 22px; }
        .region_filterMain_layout .list-inner-dv .title-dv { display: flex; justify-content: space-between; }
        .region_filterMain_layout .more_activites_wrapperBox .best-sport { font-size: 14px; }
        .region_filterMain_layout .more_activites_wrapperBox .more_activityText { font-size: 12px; }
        .region_filterMain_layout .reigion_cardWrapper { padding: 15px 15px; }
        .list-inner-dv:hover { pointer-events: unset !important; }
        .region_filterMain_layout .list-inner-dv .pricebtn { box-shadow: 0px !important; position: relative; padding: 0px; }
        .region_filterMain_layout .list-inner-dv:hover .pricebtn { box-shadow: none !important; }
        .region_filterMain_layout .list-inner-dv:hover { box-shadow: none !important; }

        .region_filterMain_layout .list-inner-dv .pricebtn .btn-search { display: block !important; }
        /*.region_filterMain_layout .list-inner-dv:hover { box-shadow: unset !important; }*/
    }

    @media only screen and (max-width:767px) {
        .mobile_filterWidth .row .col-md-4 { width: 33.33%; }
        .pager_sec .row, .pager_sec p, .pager_sec ul { justify-content: center; align-items: center; width: 100%; }
        .pager_sec p { margin-bottom: 40px; }
        .region_filterMain_layout .list-inner-dv { box-shadow: 0px 8px 15px rgb(35 49 85 / 55%); margin: 18px 0px; }
    }

