.btn-style-1004::after{
    content: '';
    background: #fca516;
    width: 9px;
    height: 104%;
    position: absolute;
    display: inline-block;
    right: 8px;
    top: -1px;
    z-index: 10;
}

.btn-style-1004::before{
    content: '';
    background: #fd2d6c;
    width: 9px;
    height: 104%;
    position: absolute;
    display: inline-block;
    right: -1px;
    top: -1px;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hero-shape-100 {
    position: absolute;
    top: 0;
    left: 36px;
    z-index: 10;
    width: 130px;
}

.hero-shape-101 {
    position: absolute;
    bottom: 10px;
    left: 38px;
    z-index: 10;
    width: 110px;
}

.number-dot-blue{
    background: #27bef1;
    color: #ffffff;
}

.number-dot-red{
    background: #fc2c6b;
    color: #ffffff;
}

.number-dot-yellow{
    background: #fca517;
    color: #ffffff;
}

.footer-hyvr-logo-love{
    height: 16px;
    margin: 0px 0px;
    position: relative;
    top: -2px;
}

.footer-hyvr-logo{
    height: 12px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.gallery-popup-link{
    cursor: pointer;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #28b4ed !important;
}

.footer-slogan{
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.046em;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 24px;
}

.footer-slogan span{
    opacity: 0.5;
}

.header-notification{
    background-color: #27b4ed;
    background-image: url('../images/notification-background.svg');
    background-size: cover;
    background-position: center center;
    padding: 3px 10px;

    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.header-notification p{
    margin: 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.header-notification img{
    height: 19px;
    position: relative;
    display: inline;
    top: -2px;
    margin-right: 4px;
}

@keyframes marquee{
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.new-yoga-section{
    background-color: #407450;
    background-image: url('../images/banner-image-10.png');
    background-size: 1500px auto;
    background-repeat: repeat;
    border-top: 8px solid #e4d7ad;
    border-bottom: 8px solid #e4d7ad;
}

.new-yoga-section-image{
    margin-bottom: 15px;
    max-width: 330px;
}

.new-yoga-section .content-title{
    text-align: center;
}

.new-yoga-section p{
    color: #e4d8ae;
    margin-bottom: 28px !important;
}

.new-yoga-section .about-btn{
    text-align: center;
}

.new-yoga-section .btn{
    background: #e4d8ae;
}

@media only screen and (max-width: 600px){
    .footer-slogan{
        font-size: 14px;
    }

    #nav-appoinment-btn{
        padding: 8px 23px 6px 8px !important;
        position: absolute;
        right: 98px;
        scale: 0.9;
    }

    .header-notification{
        background-position: -92px;
    }

    .header-notification p{
        display: inline-block;
        padding-left: 100%;
        animation: marquee 15s linear infinite;
    }
}

.insight-page-header{
    background-image: url('../insights/images/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.blog-image-slide{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.brands-image{
    height: 80px;
    width: max-content;
    filter: grayscale(100%);
    transition-duration: 0.4s;
}

.brands-image:hover{
    filter: grayscale(0%);
}

@media only screen and (max-width: 600px){
    .about-wrap.style3 .about-img {
        height: 320px;
    }

    .wh-img{
        height: 385px;
    }

    .brands-image{
        height: 48px;
    }
}