/*
* ===================================================
*     Custom Font
* ===================================================
*/

:root {
    --font-family-sans-serif: "HelveticaNeueLT Com 45 Lt", sans-serif;
}

body {
    margin: 0;
    font-family: "HelveticaNeueLT Com 45 Lt", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Aller", sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

button,
a {
    outline: none !important;
}

.text-p {
    font-size: 1.25rem;
}

.text-body {
    font-size: 1rem;
}

.text-subtitle {
    font-size: 0.875rem;
}

.text-caption {
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
}

.text-xs {
    font-size: 0.688rem;
    letter-spacing: 0.05rem;
}

.letter-spacing-0 {
    letter-spacing: 0rem;
}

.aller-font {
    margin-bottom: 0.5rem;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.font-family-helvetica-bold {
    font-family: "Helvetica Neue LT Std";
    font-weight: bold;
    font-style: normal;
}

.font-family-helvetica-black {
    font-family: "Helvetica Neue LT Std";
    font-weight: 900;
    font-style: normal;
}

strong {
    font-family: "Helvetica Neue LT Std";
    font-weight: bold;
    font-style: normal;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "HelveticaNeueLT Com 45 Lt", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.7875rem;
    word-wrap: break-word;
    opacity: 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "HelveticaNeueLT Com 45 Lt", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.detail-option-heading span {
    font-weight: normal;
    font-size: 0.8rem;
    text-transform: none;
    font-family: "HelveticaNeueLT Com 45 Lt", sans-serif;
    color: #adb5bd;
}

.ribbon {
    position: absolute;
    top: 10px;
    left: -11px;
    z-index: 999;
    display: inline-block;
    font-family: "HelveticaNeueLT Com 45 Lt", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding: 3px 15px 5px;
    color: #fff;
    text-align: center;
}


/* your styles go here */


/*.navbar .nav-item#contest {
    position: relative;
}*/

.navbar .nav-item#contest a {
    padding-top: 15px;
}


/*.navbar .nav-item#contest img#bg-white {
    position: absolute;
    width: 125px;
    top: -25px;
    left: -10px;
}

.navbar .nav-item#contest img#bg-black {
    position: absolute;
    width: 125px;
    top: -24px;
    left: -9px;
}

.navbar-light .navbar-nav .nav-item#contest img#bg-white,
.navbar-hover-light:hover .navbar-nav .nav-item#contest img#bg-white,
.navbar-fixed-light.fixed-top .navbar-nav .nav-item#contest img#bg-white {
    display: none;
}*/


/*
* ===================================================
*     Nav
* ===================================================
*/


/* .nav-link {
  text-shadow: 1px 1px 1px #8f8f8f ;
}

.nav-link:hover {
  text-shadow: none;
} */

.navbar-nav .nav-link {
    text-shadow: 1px 1px 2px #1c1c1c;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    text-shadow: none;
}

.navbar-light .navbar-nav .nav-link.disabled {
    text-shadow: none;
}

.navbar-nav .show>.nav-link,
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
    text-shadow: none;
}

.navbar-light .navbar-nav .nav-link,
.navbar-hover-light:hover .navbar-nav .nav-link,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    color: rgba(5, 5, 5, 1);
    text-shadow: 1px 1px 2px #808080;
}

.navbar .nav-item {
    border-bottom: transparent solid 3px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-hover-light:hover .navbar-nav .nav-link:hover,
.navbar-hover-light:hover .navbar-nav .nav-link:focus,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link:hover,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link:focus {
    color: #ffe400 !important;
    text-shadow: 1px 1px 2px #636363;
}


/*
* ===================================================
*     Home Slider
* ===================================================
*/

.heroImages-wrapper {
    position: relative;
    min-height: 600px;
}

@media (min-width: 768px) {
    .heroImages-wrapper {
        height: 100vh;
    }
}

#heroImages-dots {
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    z-index: 999;
    padding-left: 0;
}

#heroImages-dots li {
    display: inline-block;
    border-top: #ffffff solid 2px;
    width: 15rem;
    font-family: "Aller", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-shadow: 1px 1px 5px #7b7b7b;
    vertical-align: text-top;
    margin-bottom: 10px;
}

#heroImages-dots li span.owl-dot-number {
    display: block;
    float: left;
    width: 25px;
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

#heroImages-dots li span.owl-dot-name {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 1;
    color: #ffffff;
    width: 75%;
}

#heroImages-dots li.active {
    border-top: #ffe400 solid 2px;
}

#heroImages-dots li.active span.owl-dot-number {
    color: #ffe400;
    border: 1px solid #ffe400;
}

#heroImages-dots li.active span.owl-dot-name {
    color: #ffe400;
}

@media (max-width: 1199.98px) {
    #heroImages-dots li {
        width: 12rem;
    }
}

.welcome-note-top {
    position: absolute;
    bottom: 20rem;
    left: 5rem;
    z-index: 998;
    text-shadow: 1px 1px 2px #1c1c1c;
}

.welcome-note {
    position: absolute;
    bottom: 10rem;
    left: 5rem;
    z-index: 998;
    text-shadow: 1px 1px 2px #1c1c1c;
}

.welcome-note-name {
    display: none;
}

@media (max-width: 767.98px) {
    .welcome-note-top {
        position: absolute;
        bottom: 23rem;
        left: 1rem;
        z-index: 998;
    }
    .welcome-note {
        position: absolute;
        bottom: 12rem;
        left: 1rem;
        z-index: 998;
    }
    .welcome-note-name {
        display: block;
        position: absolute;
        bottom: 5rem;
        left: 1rem;
        z-index: 998;
        text-shadow: 1px 1px 2px #1c1c1c;
    }
    #heroImages-dots {
        display: none;
    }
    .welcome-note-name {
        display: block;
        position: absolute;
        bottom: 5rem;
        left: 1rem;
        z-index: 999;
        padding-left: 0;
        border-top: #ffe400 solid 2px;
        width: 15rem;
        font-family: "Aller", sans-serif;
        font-weight: 700;
        font-size: 17pt;
        cursor: pointer;
        text-shadow: 0 0 5px #000000;
        vertical-align: text-top;
        margin-bottom: 10px;
    }
    .welcome-note-name span.owl-dot-number {
        display: block;
        float: left;
        width: 25px;
        text-align: center;
        padding: 2px 0;
        margin-top: 10px;
        color: #ffe400;
        text-shadow: 0 0 5px #000000;
        border: 1px solid #ffe400;
    }
    .welcome-note-name span.owl-dot-name {
        display: block;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        line-height: 1;
        width: 75%;
        color: #ffe400;
    }
}


/*
* ===================================================
*     Card Class
* ===================================================
*/

.card.no-border {
    border: none;
}


/*
* ===================================================
*     Card Slider
* ===================================================
*/

.owl-item>div {
    cursor: pointer;
}

.container-card-slider {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}

.card-slider {
    position: relative;
}

.card-slider .owl-stage-outer {
    overflow: visible;
}

.card-slider .card-slider-item,
.card-slider-signEvents .card-slider-item,
.card-slider-deals .card-slider-item {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.card-slider-signEvents .owl-stage-outer,
.card-slider-deals .owl-stage-outer {
    overflow: visible;
}

.card-slider .owl-nav .owl-prev,
.card-slider .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    background: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    position: absolute;
}

.card-slider .owl-nav .owl-prev {
    left: -80px;
}

.card-slider .owl-nav .owl-next {
    right: -80px;
}

.parallax-section {
    padding-top: 14rem;
    padding-bottom: 14rem;
}

.circle-slider-bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-size: contain !important;
}

@media (max-width: 767.98px) {
    .circle-slider-bg {
        background-position: center bottom !important;
    }
}


/*
* ===================================================
*     Card Hover Scale
* ===================================================
*/

.card-hover-scale {
    display: inline-block;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.card-hover-scale .card {
    border: 0px solid #e9ecef;
    transition: all 200ms ease-in;
    /* height: ; */
}

.card-hover-scale .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 1rem;
}

.card-hover-scale .card-body .card-title {
    width: 100%;
    background-color: #ffe400;
    margin: 0;
    padding: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #999999;
    transition: all 200ms ease-in;
}

.card-hover-scale:hover {
    position: absolute;
    box-shadow: 0px 0px 10px #999999;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.card-hover-scale:hover .card {
    border: 5px solid #e9ecef;
    transition: all 200ms ease-in;
}

.card-hover-scale:hover .card-body .card-title {
    background-color: transparent;
    transition: all 200ms ease-in;
    color: #ffffff;
    text-shadow: 1px 1px 2px #999999;
}


/*
* ===================================================
*     Card Hover Colour
* ===================================================
*/

.card-hover-green,
.card-hover-ligt-purple,
.card-hover-orange {
    position: relative;
}

.card-hover-green .card-body,
.card-hover-ligt-purple .card-body,
.card-hover-orange .card-body {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding: 1rem 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 100ms ease-in-out;
}

.card-hover-green .card-body .card-title {
    margin: 0;
    color: #56d9cf;
}

.card-hover-ligt-purple .card-body .card-title {
    margin: 0;
    color: #b8c4ed;
}

.card-hover-orange .card-body .card-title {
    margin: 0;
    color: #f0cc87;
}

.card-hover-green .card-body .card-text,
.card-hover-ligt-purple .card-body .card-text,
.card-hover-orange .card-body .card-text {
    display: none;
}

.card-hover-green:hover .card-body {
    opacity: 1;
    padding: 1rem 0;
    background: rgba(86, 217, 207);
    transition: all 100ms ease-in-out;
}

.card-hover-ligt-purple:hover .card-body {
    opacity: 1;
    padding: 1rem 0;
    background: rgba(180, 196, 240);
    transition: all 100ms ease-in-out;
}

.card-hover-orange:hover .card-body {
    opacity: 1;
    padding: 1rem 0;
    background: rgba(240, 204, 136);
    transition: all 100ms ease-in-out;
}

.card-hover-green:hover .card-body .card-text,
.card-hover-ligt-purple:hover .card-body .card-text,
.card-hover-orange:hover .card-body .card-text {
    display: inline-block;
}

.detail-nav-link.nav-link.active,
.detail-nav-link.nav-link:hover,
.detail-nav-link.nav-link:focus {
    color: #343a40;
    border-color: #fff #fff #343a40 !important;
}


/*
* ===================================================
*     Line Color
* ===================================================
*/

.line {
    position: relative;
}

.line-orange {
    border-bottom: 5px solid #f0cc87;
}

.line-green {
    border-bottom: 5px solid #56d9cf;
}

.line-green-2 {
    border-bottom: 5px solid #0afcba;
}

.line-ligt-purple {
    border-bottom: 5px solid #b8c4ed;
}

.line-purple {
    border-bottom: 5px solid #c07eee;
}

.line-blue {
    border-bottom: 5px solid #80ccff;
}

.line-pink {
    border-bottom: 5px solid #ffc5de;
}

.line-red {
    border-bottom: 5px solid #dc3545;
}

.line-white {
    border-bottom: 5px solid #ffffff;
}

.section-range-line {
    border-bottom: 5px solid #4c4c4c;
    display: block;
    width: 30%;
    margin: 30px auto;
}

.card-xplore .line {
    width: 25%;
}

.deals-line {
    width: 80% !important;
}

.favourite {
    position: absolute;
    left: 0;
    bottom: -2rem;
    z-index: 1;
}


/*
* ===================================================
*     font color
* ===================================================
*/

.font-dark-blue {
    color: #000a40 !important;
}

.font-gray {
    color: #667374 !important;
}

.text-yellow {
    color: #ffe400;
}


/*
* ===================================================
*     footer color
* ===================================================
*/

.footer-blue {
    background-color: #80ccff !important;
}

.footer-purple {
    background-color: #c07eee;
}


/* southeast logo */

@media only screen and (max-width: 760px) {
    .footer-mobLogo-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        height: 120px;
    }
    .ml-1-5rem {
        margin-left: 1.5rem !important;
    }
    .mt-n3rem {
        margin-top: -3rem;
    }
    .mt-3rem {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-mobLogo-center {
        height: 120px;
    }
    .mt-n3rem {
        margin-top: -3rem;
    }
    .mt-3rem {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .footer-mobLogo-center {
        height: 120px;
    }
    .mt-n3rem {
        margin-top: -3rem;
    }
    .mt-3rem {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1201px) {
    .footer-mobLogo-center {
        height: 120px;
    }
    .mt-n3rem {
        margin-top: -3rem;
    }
    .mt-2rem {
        margin-top: 2rem;
    }
}


/* @media only screen and (max-width: 411px) {
    .mobile-footer-image {
        margin-top:60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
}

@media only screen and (min-width: 414px) {
    .mobile-footer-image {
        margin-top: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
}

@media only screen and (max-width: 540px) {
    .mobile-footer-image {
        margin-top: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-footer-image {
        margin-top: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    .footer-logo {
        height: 120px;
        margin: 5rem;
        margin-top: 1rem !important;
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-footer-image {
        margin-top: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
} */


/*
* ===================================================
*     Card Hover Overlay
* ===================================================
*/

.card-hover-overlay {
    position: relative;
}

.card-hover-overlay .card-body {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin: 0;
    padding: 1rem 0;
}

.card-hover-overlay:hover .card-body {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    border: #ffe400 solid 6px;
}

.padding-top-25 {
    padding-top: 25%;
}

.padding-top-60 {
    padding-top: 60%;
}

.padding-top-45 {
    padding-top: 45%;
}

.card-hover-overlay:hover .card-body .card-title {
    display: none;
}

.card-hover-overlay .card-body .card-text {
    display: none;
}

.card-hover-overlay:hover .card-body .card-text {
    display: inline-block;
    padding-top: 15%;
}

.text-orange {
    color: #f0cc87;
}

.bg-blue-300 {
    background-color: #242a3a !important;
}

.list-unstyled-footer {
    padding-left: 0.8rem;
    list-style: none;
}

.btn-hover-card {
    width: 100%;
    align-items: center;
}

.text-margin {
    margin-top: -5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    /* //Put your CSS here for 400px to 600px width devices (cover all mobile portrait width // */
    /* .card-hover-overlay .card-body{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin: 0;
    padding: 1rem 0;
  } */
    .card-hover-overlay .card-body .card-text {
        display: none;
    }
    .card-hover-overlay .card-body .card-title {
        display: inline-block;
        padding-right: 5px;
    }
    .card-hover-overlay:hover .card-body .card-text {
        display: none;
    }
}


/*
* ===================================================
*     Card Scale
* ===================================================
*/

.card-scale {
    margin-bottom: 1rem;
    border-radius: 10px;
}

.card-scale:hover {
    position: relative;
    box-shadow: 1px 1px 10px #999999;
    /* -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);  */
    /* -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1); */
    transition: all 200ms ease-in-out;
    transform: scale(1);
}

.card-scale-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-bottom: 0.25rem;
}

.card-scale .card-scale-overlay {
    overflow: hidden;
    height: 100%;
}

.card-scale:hover .card-scale-overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}

.card-scale:hover .card-scale-overlay.image-scale {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 5);
}

.mt-sm-8,
.my-sm-8 {
    margin-top: 12rem !important;
}

.card-scale .image-scale {
    transition: transform 3s, filter ease-in-out;
    filter: blur(0);
    transform: scale(1);
}

.card-scale:hover .image-scale {
    filter: blur(0);
    transform: scale(1.1);
}

.card-scale-deals {
    /* background:#42e2f5;
  border-bottom: 15px solid #ffffff;
  box-shadow: 0px 1px 2px #999999; */
    /* border:#ffc5de 1px solid; */
    border: #80ccff 1px solid;
    overflow: hidden;
}


/* .card-scale-deals .card-scale-body {
    margin-bottom: 1rem;
    background-color: #80ccff;
} */

.card-scale-packages {
    border: #c07eee 1px solid;
    overflow: hidden;
}


/* .card-scale-packages .card-scale-body {
  background-color: #c07eee;
} */

.card-scale-faq {
    box-shadow: 0px 0px 2px #999999;
}

.card-scale-faq .card-header {
    background: #ffffff;
}


/*
* ===================================================
*     Event & Happening
* ===================================================
*/

.happening-month {
    font-family: "Helvetica Neue LT Std";
    font-weight: bold;
    font-size: 0.7rem;
    color: #4c4c4c;
}

.happening-date {
    /* font-size: 2.6rem; */
    color: #4c4c4c;
}

.happening-dash {
    margin-top: 0.7rem;
    color: #4c4c4c;
}

.pt-4rem {
    padding-top: 4rem;
}

.date-range {
    margin-top: 0.3rem;
    margin-left: -1.5rem;
}

.ml-n2-5 {
    margin-left: -2.5rem;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .date-range-mobile {
        margin-top: 0.3rem;
        margin-left: -1.5rem;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .card-other-happening {
        max-height: 200px;
        overflow: hidden;
    }
}


/*
* ===================================================
*     Filter (Peek Into Malaysia)
* ===================================================
*/

.checkbox-checked:checked+label {
    font-weight: bold;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #8eebd0;
    background-color: #8eebd0;
}

.m-15px {
    margin: 15px;
}

.green-text {
    color: #8eebd0;
}

.green-background {
    background-color: #8eebd0;
}

.card-green {
    /* -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; */
    padding-left: 5rem;
    padding-right: 5rem;
}


/* tab media-release*/

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #fff #fff #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    border-bottom: 5px solid;
    background-color: #fff;
    border-color: #fff #fff #8eebd0 #fff;
}


/* tab */


/* tab */

.nav-tabs-media {
    border-bottom: 0px solid #dee2e6;
}

#news-year {
    background-color: #e9ecef;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    padding-top: 10px;
}

.news-year-nav {
    float: left;
    flex: 1 1 auto;
    text-align: center;
}

.news-year-nav button {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 10px;
    background-color: #dc3545;
    text-align: center;
    padding: 2px;
}

#news-year-selector-wrapper {
    float: left;
    width: 60px;
    text-align: center;
    flex: 1 1 auto;
}

#news-year-selector {
    color: #dc3545;
}

.nav-tabs-media .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #e9ecef;
}

.nav-tabs-media .nav-link:hover,
.nav-tabs-media .nav-link:focus {
    color: #dc3545;
}

.nav-tabs-media .nav-link.active,
.nav-tabs-media .nav-item.show .nav-link {
    color: #dc3545;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .search-container {
        background-color: #e9ecef;
    }
    #searchNewsInput {
        width: 90% !important;
        margin: 0 5% !important;
    }
}


/* tab */

@media (max-width: 767.98px) {
    .card-scale {
        margin-top: 15px;
    }
    .mobile-footer {
        margin-left: -2.5rem;
        margin-bottom: -3rem;
    }
}

.line-yellow {
    border-bottom: 6px solid #ffe400;
    position: relative;
    width: 4%;
}

.py7 {
    padding-top: 6.45rem;
}

.btn-rounded {
    border-radius: 0.5rem !important;
}

.btn-rounded-colored {
    border-radius: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.btn-rounded-colored-yellow {
    background-color: #ffe400;
}

.btn-rounded-colored-blue {
    background-color: #80ccff;
}

.btn-rounded-colored-green {
    background-color: #56d9cf;
}

.btn-rounded-colored-orange {
    background-color: #f0cc87;
}

.btn-rounded-colored-pink {
    background-color: #ffc5de;
}

.btn-happening-cats {
    font-size: 0.7rem;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
}

.line-black {
    border-bottom: 6px solid #070707;
    position: relative;
    width: 5%;
}


/* news and media nav link */

.nav-link {
    display: block;
    padding: 0.5rem 1.8rem;
}

.nav.nav-tabs.nav-pills.nav-fill .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* //Put your CSS here for 768px to 1024px width devices(covers all iPad portrait width // */
    .nav-link {
        display: block;
        padding: 0rem 0.56rem;
    }
}


/* .line-red{
  border-bottom: 6px solid #070707;
  position: relative;
  width: 5%;
} */


/* link color */

a {
    color: #070707;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #070707;
    text-decoration: none;
}


/* card media kit */

.card-media {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}


/*
* ===================================================
*     responsive google maps
* ===================================================
*/

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.google-maps .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.container-img {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767.98px) {
    .mobile-greentag {
        padding-left: 2.5rem;
        margin-top: -1.8rem;
    }
    .article-mobile {
        padding: 1rem;
    }
    .line-yellow {
        border-bottom: 6px solid #ffe400;
        position: relative;
        width: 3rem;
    }
    .py7 {
        padding-top: 0.5rem;
    }
}

section {
    padding-top: 2rem;
    /* padding-bottom: 3rem; */
}

.section-header {
    margin-bottom: 2rem;
    padding: 1rem;
}

.section-header-line {
    width: 5rem;
    display: block;
    margin: 0 auto;
}


/*
* ===================================================
*     Card Explore
* ===================================================
*/

.card-xplore {
    margin-bottom: 30px;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 350px;
}

.card-xplore-image {
    position: relative;
    height: 100%;
}


/* .owl-carousel.home-full-slider .owl-item img {
    width: auto !important;
} */

.card-xplore-image img {
    height: 100%;
    /* width: auto !important; */
}


/* .card-xplore-image:hover .card-xplore-hover-overlay {
  opacity: 1;
  transition: opacity 0.3s;
} */

.card-xplore-image:hover .card-xplore-hover-overlay-green {
    background: rgba(86, 217, 207, 1) !important;
}

.card-xplore-image:hover .card-xplore-hover-overlay-ligt-purple {
    background: rgba(180, 196, 240, 1) !important;
}

.card-xplore-image:hover .card-xplore-hover-overlay-orange {
    background: rgba(240, 204, 135, 1) !important;
}


/* color: #f0cc87 ; */

.card-xplore-image .brief-details {
    display: flex;
}

.card-xplore-image .full-details {
    display: none;
}

.card-xplore-image:hover .brief-details {
    display: none;
}

.card-xplore-image:hover .full-details {
    display: block;
}

.card-xplore-image:hover .ribbon-xplore {
    opacity: 1;
}

.card-xplore-image:hover .btn {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.card-xplore-hover-overlay {
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    /* opacity: .75;
  transition: opacity 0.3s; */
}

.card-xplore-hover-overlay .btn {
    text-transform: none;
    letter-spacing: 0rem;
}

.card-xplore-hover-overlay .card-xplore-hover-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/*
* ===================================================
*     Card Explore more
* ===================================================
*/

.card-xplore-more-yellow {
    background: #ffe400 !important;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-xplore-more-yellow .full-details {
    display: none;
}

.brief-details #text-exploremore {
    font-size: 15pt;
    margin-top: 40%;
    margin-bottom: 0;
}

.brief-details #text-exploremore-recom {
    font-size: 18pt;
}

.full-details #text-exploremore {
    font-size: 20pt;
    margin-top: 40%;
    margin-bottom: 0;
}

.full-details #text-exploremore-recom {
    font-size: 25pt;
}

.card-xplore-more-yellow:hover .brief-details {
    display: none;
}

.card-xplore-more-yellow:hover .full-details {
    display: block;
}

@media (max-width: 1365.98px) {
    .brief-details #text-exploremore {
        font-size: 12pt;
        margin-top: 40%;
    }
    .brief-details #text-exploremore-recom {
        font-size: 15pt;
    }
    .full-details #text-exploremore {
        font-size: 15pt;
        margin-top: 40%;
        margin-bottom: 0;
    }
    .full-details #text-exploremore-recom {
        font-size: 18pt;
    }
}

@media (max-width: 1023.98px) {
    .brief-details #text-exploremore {
        font-size: 15pt;
        margin-top: 40%;
        margin-bottom: 0;
    }
    .brief-details #text-exploremore-recom {
        font-size: 18pt;
    }
    .full-details #text-exploremore {
        font-size: 20pt;
        margin-top: 40%;
        margin-bottom: 0;
    }
    .full-details #text-exploremore-recom {
        font-size: 25pt;
    }
}

@media (max-width: 767.98px) {
    .brief-details #text-exploremore {
        font-size: 15pt;
        margin-top: 25%;
        margin-bottom: 0;
    }
    .brief-details #text-exploremore-recom {
        font-size: 18pt;
    }
    .full-details #text-exploremore {
        font-size: 20pt;
        margin-top: 25%;
        margin-bottom: 0;
    }
    .full-details #text-exploremore-recom {
        font-size: 25pt;
    }
}


/*
* ===================================================
*     RIBBONS Card Explore
* ===================================================
*/

.ribbon-xplore {
    position: absolute;
    bottom: -25px;
    left: 5px;
    z-index: 999;
    display: inline-block;
    font-family: "HK Grotesk", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff;
    text-align: center;
    opacity: 0;
}

.ribbon-xplore::before {
    content: "";
}

.card-xplore-body {
    position: absolute;
    bottom: 0;
}


/*
* ===================================================
TEXT COLOR
* ===================================================
*/

.text-green-100 {
    color: #56d9cf !important;
}

.text-ligt-purple-100 {
    color: #b4c4f0 !important;
}

.text-orange-100 {
    color: #f0cc87 !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    text-shadow: 1px 1px 2px #333333;
}

.font-blue {
    color: #80ccff !important;
}

.font-purple {
    color: #c07eee !important;
}


/*
* ===================================================
      PLAN YOUR ROUTE
* ===================================================
*/

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .widthAuto {
        width: auto;
    }
    /* .footer {
        padding-left: 3rem;
    } */
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .container {
        max-width: 1140px;
    }
    .ml--3 {
        margin-left: -2rem;
    }
}


/*
* ===================================================
      MEDIA KIT
* ===================================================
*/

.card-news {
    position: relative;
    /* box-shadow: 1px 0.2px 2px #999999; */
    border-radius: 0.5rem;
    border-top-left-radius: 0rem;
}

.nav-pills-news .nav-link,
.nav-pills-news .show>.nav-link {
    color: #ffffff;
    background-color: #bbbbbb;
    font-family: "Helvetica Neue LT Std";
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.nav-pills-news .nav-link.active,
.nav-pills-news .show>.nav-link {
    color: #212529;
    background-color: #ffc5de;
    font-family: "Helvetica Neue LT Std";
}

.card-about {
    position: relative;
    /* box-shadow: 1px 0.2px 2px #999999; */
    border-radius: 0.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .widthAuto {
        width: auto;
        max-width: none;
    }
    .ipad-reso {
        height: 450px !important;
    }
    .ipad-reso .pt-4rem {
        padding-top: 10rem !important;
    }
    .ipad-reso #audio {
        width: 200px !important;
        height: 45px !important;
        margin-top: 1rem;
    }
}


/*
* ===================================================
      NEWSLETTER
* ===================================================
*/

#newsletter-form input#email,
#comment-form input#email {
    padding: 1.2rem;
    border: 10px solid #c9c9c9;
    font-family: "Aller";
}

#newsletter-form button#submit-email,
#comment-form button#email {
    background: #ffe400;
    width: 5rem;
    font-family: "Aller";
    font-size: 10pt;
    color: #333333;
}


/*
* ===================================================
      NEWSLETTER
* ===================================================
*/

.search-page .search-area-form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
}

.search-page .search-area-input {
    width: 100%;
    padding: 1rem 0;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
}

.search-page .search-area-button {
    position: absolute;
    right: 0;
    /* bottom: 15px; */
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (min-width: 576px) {
    .card-columns-deals {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        orphans: 1;
        widows: 1;
    }
    .card-columns-deals .card {
        display: inline-block;
        width: 100%;
    }
    .ml-wizard-mobile {
        margin-left: 15%;
    }
}

@media (min-width: 768px) {
    .card-columns-deals {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        orphans: 1;
        widows: 1;
    }
    .card-columns-deals .card {
        display: inline-block;
        width: 100%;
    }
    .ml-wizard {
        margin-left: 25%;
    }
}

@media (min-width: 1024px) {
    .card-columns-deals {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        orphans: 1;
        widows: 1;
    }
    .card-columns-deals .card {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .card-columns-deals {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        orphans: 1;
        widows: 1;
    }
    .card-columns-deals .card {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .product-columns-deals {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
    }
}

@media (min-width: 768px) {
    .product-columns-deals {
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important;
    }
}

@media (min-width: 1024px) {
    .product-columns-deals {
        -webkit-column-count: 4 !important;
        -moz-column-count: 4 !important;
        column-count: 4 !important;
    }
}

@media (max-width: 575.98px) {
    .product-columns-deals {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1!important;
        column-count: 1 !important;
    }
}


/*
* ===================================================
*     News Highlight
* ===================================================
*/

.pills-highlight {
    width: 175px;
    background-color: #dc3545;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.pills-highlight .pills-title {
    color: #fff;
    font-family: "Helvetica Neue LT Std";
    padding: 1rem;
}

.text-red {
    color: #dc3545;
    font-family: "Helvetica Neue LT Std";
}

.modal-content {
    border-radius: 10px;
}

button.close {
    background-color: #000000;
    opacity: 1;
    height: 30px;
    width: 30px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    text-align: center;
    padding-left: 1px;
    padding-top: 1px;
    position: absolute;
    top: -6px;
    right: -6px;
    box-shadow: 0px 0px 3px #333333;
}

button.close:hover {
    background-color: #dc3545;
    opacity: 1 !important;
}

button.close span {
    color: #ffffff;
    text-shadow: none;
}


/*
* ===================================================
*     Search Form
* ===================================================
*/

.searchForm .btn {
    width: 100%;
    border-radius: 4px;
    padding: 7px 10px 2px;
    height: auto;
    color: black;
    background-color: #44e4e0;
    border-color: #44e4e0;
}

.searchForm input {
    width: 100%;
    border-radius: 4px;
    padding: 4px 10px 2px;
}


/*
* ===================================================
*     Insta Worthy
* ===================================================
*/

.instaModal .modal-content {
    background-color: transparent;
}

.instaModal button.close {
    /* top:-15px;
    right:-12px; */
    z-index: 9;
}


/* .instaModal #modal-body-img {
    max-width: 480px;
} */

.instaModal #modal-body-img img {
    width: 100%;
}

.instaModal #modal-body-details p {
    padding: 25px;
}

#insta-member-logo-frame {
    width: 58px;
    height: 58px;
    border-radius: 29px;
    border: 2px solid #ffe400;
    padding: 2px;
    float: left;
    margin-left: 25px;
}

#insta-member-logo {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
}

#insta-member-logo img {
    width: 100%;
}

#insta-member-name {
    float: left;
    margin-left: 15px;
    margin-top: 25px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

section#instaworthy .container-fluid {
    position: relative;
}

#insta-frame {
    position: relative;
}

#insta-row {
    width: 100%;
    position: absolute;
    top: 15%;
    z-index: 100;
}

#insta-frame-image {
    margin: 0 auto;
    position: relative;
}

.card-xplore.insta-card {
    margin-bottom: 0;
}

.card-xplore.insta-card img {
    height: 100%;
    width: 100%;
}

#insta_note {
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    font-style: italic;
    z-index: 110;
}

#insta_note h5 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#insta_note a {
    font-size: 12pt;
    padding: 10px 40px;
}

.insta-owl-nav {
    position: absolute;
    width: auto;
    top: 50%;
    height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 110;
}

.insta-owl-nav [class*="owl-"] {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    width: 45px;
    text-align: center;
}

.insta-owl-nav-prev {
    left: 40px;
}

.insta-owl-nav-next {
    right: 85px;
}

.instaModal #modal-body-details p a,
.instaModal #modal-body-details p a:visited {
    color: rgba(var(--fe0, 0, 53, 105), 1);
}

.instaModal #modal-body-details p a:hover {
    text-decoration: underline;
}

@media (max-width: 599px) {
    #insta-frame {
        display: none;
    }
    #insta-row {
        position: relative;
        margin: 0;
    }
    #instaworthy .owl-nav {
        display: none;
    }
}


/*
* ===================================================
*     Search area
* ===================================================
*/

.search-global .search-area-form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
}

.search-global .search-area-input {
    width: 100%;
    padding: 1rem;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
}

.search-global .search-area-button {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.navbar-icon-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 40px;
    border-radius: 50px;
    background: #ebecf0;
    margin-top: -50px;
}

.navbar-icon-link:hover>.search-area-input {
    width: 240px;
    padding: 0 6px;
}

.navbar-icon-link:hover .search-area-wrapper {
    display: block;
}

.navbar-icon-link:hover>.searchButton {
    background: transparent;
    color: #2f3640;
}

.searchButton {
    float: right;
    width: 40px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    transition: 1s;
    border: none;
    outline: none !important;
}

.search-area-input {
    outline: none;
    float: left;
    padding: 0;
    color: #000000;
    font-size: 12px;
    transition: 1s;
    line-height: 40px;
    width: 0px;
}

@media screen and (max-width: 620px) {
    .navbar-icon-link:hover>.search-area-input {
        padding: 0 6px;
    }
    .search-button-pt0 {
        padding-top: 0rem !important;
    }
}

@media screen and (max-width: 768px) {
    .search-button {
        margin-top: 40px !important;
    }
}


/*
* ===================================================
*     Gallery
* ===================================================
*/

.card-gallery-body {
    display: none;
}

.card-gallery:hover .card-gallery-body {
    display: block;
}

.card-gallery-body {
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
}

.text-white {
    color: #ffffffff;
}

.select2-container {
    width: 100% !important;
}


/* select2 at plan your route */

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    text-align: left;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef !important;
}

.searchForm .btn {
    width: 100%;
    border-radius: 4px;
    padding: 7px 10px 2px;
    height: 40px !important;
}

.articles-card {
    cursor: pointer;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.0) !important;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.0) !important;
}


/*
* ===================================================
*     voucher
* ===================================================
*/

.e-voucher {
    position: absolute;
    width: 140px;
    bottom: -2px;
    right: 0;
}

@media only screen and (min-width: 200px) and (max-width: 767.98px) {
    .voucher-mobile {
        width: 140px;
    }
    .ml-wizard-mobile {
        margin-left: 15%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.78px) {
    /* //Put your CSS here for 768px to 1024px width devices(covers all iPad portrait width // */
    .voucher-mobile {
        width: 130px;
    }
}


/*
* ===================================================
*     tooltip clipboard
* ===================================================
*/

.tooltips {
    cursor: pointer;
}

#msform {
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform input[type='checkbox'] {
    margin-right: 15px;
}

#msform input[type='text'] {
    padding: 4px 10px 2px;
}

#msform .btn {
    border-radius: 4px;
    padding: 7px 10px 2px;
    height: 40px !important;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    float: left;
    position: relative;
    z-index: 0;
}

.submit-deals #progressbar li {
    width: 33.33%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #uploadImg:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/*
* ===================================================
*     media-kit resolution
* ===================================================
*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .widthAuto {
        width: auto;
        max-width: none;
    }
    .ipad-reso {
        height: 450px !important;
    }
    .ipad-reso .pt-140 {
        padding-top: 140px !important;
    }
    .ipad-reso .pt-165 {
        padding-top: 165px !important;
    }
    .ipad-reso #audio {
        width: 200px !important;
        height: 45px !important;
        margin-top: 1rem;
    }
    .desk-text-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1025px) {
    .ipad-reso {
        height: 380px !important;
    }
    .ipad-reso .pt-70 {
        padding-top: 70px !important;
    }
    .ipad-reso .pt-80 {
        padding-top: 80px !important;
    }
    .desk-text-left {
        text-align: left !important;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 1681px) {
    .ipad-reso {
        height: 350px !important;
    }
    .ipad-reso .pt-45 {
        padding-top: 45px !important;
    }
    .ipad-reso .pt-53 {
        padding-top: 53px !important;
    }
}


/* alert */

.alert-warning {
    color: rgba(5, 5, 5, 0.65);
    background-color: #ffcc00;
    border: none;
    text-align: center;
    -moz-box-shadow: inset 0px 7px 9px -6px;
    -webkit-box-shadow: inset 0px 7px 9px -6px;
    box-shadow: inset 0px 7px 9px -6px;
    margin-bottom: 0;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert .close {
    cursor: pointer;
}

.pt-10 {
    padding-top: 10rem;
}

.mask {
    height: 30px;
}

.alert-ul {
    list-style-type: none;
    text-indent: -30px;
}

.alert-ul li:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 20px;
    background-size: 20px;
    background-image: url("../img/website/alert/medical-mask-01.jpg");
    background-repeat: no-repeat;
    margin-right: 5px;
}

.bg-image-alert {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .mask-mob {
        height: 20px;
    }
    .infographic-alert {
        position: relative;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
        z-index: 0;
    }
}


/* control label */


/* .custom-checkbox .custom-register:indeterminate ~ .custom-control-label::before {
    border-color: transparent;
    background-color: transparent;
  }

.custom-checkbox .custom-register:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  } */


/* article experiential */

.articles-overlay {
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.50);
}

.articles-full-slider-wrapper {
    min-height: none;
}

@media (min-width: 768px) {
    .articles-full-slider-wrapper {
        height: none;
    }
}

.bg-image-articles {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.border-line-yellow {
    border: 3px solid #ffe400;
    position: relative;
}

.line-buttom-table {
    border-bottom: 1px solid #ccc;
    line-height: 1.8em;
}

.section-header-line-contest-faq {
    /* width: 5rem; */
    display: block;
    margin: 0 auto;
}

.line-yellow-contest-faq {
    border-bottom: 1px solid #ffe400;
    position: relative;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin: 0 2% 0 2%;
}

.margin-social-link {
    margin-top: -4%;
}

.margin-n-89 {
    margin-right: -89%;
}

@media (max-width: 767.98px) {
    .line-yellow-contest-faq {
        border-bottom: 1px solid #ffe400;
        position: relative;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        margin: 0 4% 0 4%;
    }
    .margin-n-89 {
        margin-right: 0;
    }
    .margin-n-4 {
        margin-top: -4%;
    }
    .margin-social-link {
        margin-top: -12%;
    }
}

.card-home-scale-deals {
    height: 500px;
}

@media (max-width: 600px) {
    .card-home-scale-deals {
        height: auto;
    }
    .list-order-constest {
        margin-top: -15px
    }
}

.card-img-home-deals {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.width-650-infographic {
    width: 650px;
}

.content-live-chat {
    margin-right: 40px;
    background: #060606;
    box-shadow: 0px 3px 8px #00000080;
    mix-blend-mode: multiply;
    border-radius: 20px;
    opacity: 0.8;
    outline: 0;
}

.img-live-chat {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0.5rem;
    z-index: 999;
    cursor: pointer;
}

.live-chat-popup {
    display: block;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}

.close-btn {
    float: right;
    font-size: 2rem;
    color: #FFE400;
}