body {
    color: rgba(0, 0, 0, 0.54);
}

@media(max-width: 800px) {
    body {
        background-color: #ECEEF4;
    }
}

/* ------------ Brand Header ------------ */

.brand-header {
    width: 100%;
    height: 692px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.brand-header .header-container {
    padding: 20px 50px;
    background: #fff;
}

.brand-header .background {
    width: 100%;
    height: 106%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.brand-header .brand-cover {
    height: 28px;
}

.brand-header .member {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    float: right;
    margin-top: 8px;
    margin-right: 12px;
}

.brand-header .partners {
    float: right;
    margin-left: 40px;
    display: inline-block;
    padding-top: 2px;
}

.partners .heading {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
}

.partners .sub-heading {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.brand-header .login-text {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    float: right;
    margin: 6px 8px 6px auto;
}

.brand-header .login-button {
    background: #ef1c74;
    color: #fff;
    border: 1px solid #ef1c74;
    float: right;
    padding: 10px 26px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    width: 94px;
}

.brand-header .partner-button {
    background: #fff;
    color: #ef1c74;
    border: 1px solid #ef1c74;
    float: right;
    padding: 10px 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    width: 94px;
    margin-left: 16px;
}

.brand-header .login-button:hover {
    background: #cd0b5b;
    border-color: transparent
}

.brand-header .partner-button:hover {
    background: rgba(239, 28, 116, 0.3);
    border-color: transparent
}

.brand-header .login {
    float: right;
    padding: 6px;
    background: none;
    color: white;
    border: 1px solid white;
    width: 68px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 28px;
}

.brand-header .login:hover {
    color: #338aed;
    background-color: #fff;
}

.brand-header h1 {
    font-size: 28px;
    width: 64%;
    color: white;
    padding-top: 130px;
    padding-left: 50px;
    padding-bottom: 24px;
    line-height: 1.3;
}

.brand-header h1 .highlight {
    font-weight: 500;
}

.brand-header .mobile {
    position: absolute;
    right: -40px;
    top: 140px;
}

.brand-header .subheading {
    color: white;
    padding-top: 36px;
    padding-left: 50px;
    padding-bottom: 32px;
}

.brand-footer .brand-name,
.brand-header .brand-name {
    width: 40px;
}

.brand-header .partner-text {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    padding-top: 0;
    margin-left: 50px;
}

.brand-header .scroll-mouse {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width: 800px) {
    .brand-header {
        height: 530px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .brand-header .partner-text {
        font-size: 14px;
        line-height: 20px;
        margin-left: 24px;
    }

    .brand-header .brand-cover {
        height: 24px;
    }

    .brand-header .header-container {
        padding: 12px;
    }

    .brand-header h1 {
        font-size: 18px;
        width: 100%;
        padding: 16px 24px;
        text-align: start;
    }

    .brand-header .subheading {
        padding-left: 0;
        padding: 20px;
        text-align: center;
    }

    .brand-header .login {
        margin-right: 0;
    }

    .brand-header .login-button {
        width: 50px;
        text-align: center;
        padding: 8px 0;
    }

    .brand-header .partner-button {
        width: 60px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .brand-header .partners {
        margin-left: 10px;
    }

    .partners .heading {
        font-size: 10px;
    }

    .partners .sub-heading {
        font-size: 10px;
    }
}

/* ------------ Brand Advertisement------------ */

.brand-adv {
    width: 100%;
    height: 640px;
    position: relative;
    background: #f7f7fa;
    z-index: -2;
    top: -100px;
    background-size: cover;
}

.brand-adv .background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    object-fit: cover;
}

.brand-adv .heading {
    font-size: 32px;
    padding-top: 154px;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    color: rgba(0,0,0,0.87);
}

.brand-adv hr {
    width: 6%;
    display: block;
    margin-top: 24px;
    border: 0;
    border-top: 2px solid #ef1c74;
}

.brand-adv .adv-card-holder {
    width: 70%;
    height: 250px;
    margin: 40px auto;
    margin-bottom: 0;
    text-align: center;
}

.adv-card-holder .adv-card {
    width: 30%;
    height: 84px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    margin: 10px;
    display: inline-flex;
    align-items: center;
}

.adv-card img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-left: 24px;
}

.adv-card .adv-card-details {
    display: inline-block;
    width: 64%;
    margin-left: 8px;
}

.adv-card-details .title {
    font-size: 16px;
    margin: 0;
    color: rgba(0,0,0,0.87);
    text-align: left;
}

.adv-card-details .sub-detail {
    font-size: 12px;
    margin-top: 8px;
    color: rgba(0,0,0,0.54);
    text-align: left;
}

@media(max-width: 800px) {
    .brand-adv {
        height: auto;
        position: relative;
        top: 0;
        background: none;
    }

    .brand-adv hr {
        width: 20%;
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .brand-adv .heading {
        font-size: 20px;
        padding-top: 20px;
        width: 90%;
        line-height: 1.3;
    }

    .brand-adv .adv-card-holder {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .adv-card img {
        width: 32px;
        height: 32px;
        margin-left: 8px;
        float: left;
    }

    .adv-card-holder .adv-card {
        width: 44%;
        height: 64px;
        margin: 6px;
        vertical-align: top
    }

    .adv-card-details .title {
        font-size: 12px;
    }

    .adv-card-details .sub-detail {
        font-size: 10px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

/* ------------ How to use Magicpin ------------ */

.use-magicpin {
    width: 100%;
    margin: auto;
}

.use-magicpin .learn-to-use {
    text-align: center;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 60px;
    width: 48%;
    line-height: 1.4;
    margin: 0 auto;
}

.use-magicpin .sub-caption {
    text-align: center;
    font-size: 26px;
    color: rgba(0,0,0,0.87);
    margin-top: 12px;
}

.use-magicpin hr {
    width: 8%;
    display: block;
    margin-top: 24px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid #ef1c74;
}

.use-magicpin .learn-page {
    background-size: cover;
}

.brands .video-heading {
    text-align: center;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.87);
    padding: 20px 0;
    padding-top: 40px;
}

.brands hr {
    width: 8%;
    display: block;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #ef1c74;
}

.brands .video-holder {
    display: block;
    margin: 0 auto; 
    width: 66%;
    margin-bottom: 40px;
    border-radius: 8px;
}

.video-holder .player {
    border-radius: 8px;
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 500px;
    background: #000000
}

.video-holder img {
    width: 100%;
    height: 100%;
}

.video-holder .thumbnail-holder {
    text-align: center;
    margin-top: 20px;
}

.thumbnail-holder .thumbnail {
    border-radius: 4px;
    margin-right: 8px;
    height: 96px;
    width: 120px;
    display: inline-block;
    transition: .2s transform linear;
}

.thumbnail-holder .thumbnail:hover {
    transform: scale(1.1)
}

.learn-page .learn-card-holder {
    height: 200px;
    position: relative;
}

.learn-card-holder .card-holder {
    height: 238px;
} 

.learn-card-holder .learn-card {
    width: 616px;
    position: relative;
    height: 180px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}

.learn-card .category {
    font-size: 14px;
    color: white;
    position: relative;
    left: 5%;
    top: 20px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.15);
    padding-top: 11px;
    padding-left: 24px;
    border-radius: 20px;
    height: 36px;
}

.learn-card .category-black {
    font-size: 14px;
    color: white;
    position: relative;
    left: 5%;
    top: 20px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.15);
    padding-top: 11px;
    padding-left: 24px;
    border-radius: 20px;
    height: 36px;
}

.learn-card .learn-content {
    color: white;
    font-size: 18px;
    padding-top: 40px; 
    padding-left: 34px;
    line-height: 1.3;
    width: 72%;
    font-weight: bolder;
}

.learn-card .card-image {
    float: right;
    margin-top: 42px;
    margin-right: 36px;
    height: 100px;
}

.learn-card .know-more {
    position: absolute;
    left: 34px;
    bottom: 16px;
    border: 1px solid white;
    color: white;
    background-color: transparent;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.learn-card .know-more:hover {
    background-color: #fff;
    color: #000000;
}

.learn-page .title {
    text-align: center;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.87);
}

@media(max-width: 800px) {

    .use-magicpin {
        margin-top: 50px;
    }

    .use-magicpin .learn-to-use {
        font-size: 24px;
        margin-top: 0;
        line-height: 1.3;
        padding: 0;
        width: 100%;
        margin-top: 50px;
    }

    .use-magicpin hr {
        margin-bottom: 20px;
        width: 24%;
        margin-top: 12px;
    }

    .learn-page .learn-card-holder {
        height: auto;
    }

    .learn-card-holder .card-holder {
        height: 210px;
    }

    .learn-card-holder .learn-card {
        width: 300px;
        height: 148px;
    }

    .learn-card .category {
        font-size: 12px;
        position: relative;
        left: 3%;
        top: 14px;
        width: 167px;
    }

    .learn-card .learn-content {
        font-size: 12px;
        padding-top: 22px;
        padding-left: 15px;
        width: 64%;
    }

    .learn-card .card-image {
        margin: 20px;
        height: 70px;
    }

    .learn-card .know-more {
        left: 12px;
        bottom: 12px;
        padding: 4px 10px;
        font-size: 12px;
    }

    .learn-page .next-arrow {
        width: 26px;
    }

    .learn-page .prev-arrow {
        width: 26px;
    }

    .brands .video-heading {
        font-size: 24px;
        padding-top: 0;
    }

    .brands .video-holder {
        width: 100%;
        border-radius: 0;
    }

    .video-holder video {
        border-radius: 0;
    }

    .brands hr {
        width: 26%;
    }

    .video-holder .player {
        height: 240px;
        border-radius: 0;
    }

    .thumbnail-holder .thumbnail {
        width: 100px;
    }
}

/*----------- Brands Pop Up -----------------*/

.modal {
    display: none; 
    position: fixed;
    z-index: 100; 
    left: 0;
    top: 0;
    width: 100%;  
    height: 100%;  
    background-color: rgba(0, 0, 0, 0.6);  
}

.modal .popup-content-holder {
    display: none;
}

.modal .brands-popup-holder {
    margin: auto;
    display: block;
    object-fit: contain;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0) } 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0) } 
    to {transform:scale(1)}
}

.modal .close {
    position: fixed;
    width: 24px;
    top: 16px;
    right: 16px;
    color: #f1f1f1;
    z-index: 100;
    cursor: pointer;
}

.popup {
    width: 650px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

.popup .popup-header {
    height: 100px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.popup .mcd, .popup-mb .mcd {
    background-color: #BF261A;
}

.popup .classmate, .popup-mb .classmate {
    background-color: #F99C1B;
}

.popup .pcj, .popup-mb .pcj {
    background-color: #000000;
}

.popup .fabindia, .popup-mb .fabindia {
    background: #903233;
}

.popup .unlimited, .popup-mb .unlimited {
    background: #e30614;
}

.popup .eatfit, .popup-mb .eatfit {
    background: #000000;
}

.popup .diageo, .popup-mb .diageo {
    background: #be2255;
}

.popup .decathlon, .popup-mb .decathlon {
    background-color: #0082C3;
}

.popup .bira, .popup-mb .bira {
    background-color: #000000;
}

.popup .savlon, .popup-mb .savlon {
    background-color: #F9414A;
}

.popup-header .round {
    width: 120px;
    height: 100px;
    float: right;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%/120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
}

.popup-header .round-black {
    width: 120px;
    height: 100px;
    float: right;
    background: rgba(255, 255, 255, 0.1);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px; 
}

.popup-header .header-content {
    font-size: 14px;
    color: white;
    padding: 30px;
    width: 80%;
    line-height: 1.4;
}

.popup-header .header-image {
    float: right;
    width: 60px;
    height: 60px;
    margin: 20px;
}

.popup .popup-content {
    width: 100%;
    background-color: white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.popup-content .content-image-holder {
    display: inline-block;
    padding-bottom: 0;
    float: left;
}

.content-image-holder .background-design {
    height: 420px;
    width: 270px;
    margin: 16px;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 8px;
    background: #f7f7fa;
}

.content-image-holder .background-over {
    height: 490px;
    padding-top: 24px;
}

.content-image-holder .content-image {
    margin: 0px 20px;
    display: inline-block;
}

.content-image .image {
    height: 370px;
    display: block;
    margin: 0 auto;
}

.content-image-holder .image-description {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    width: 98%;
    line-height: 1.3
}

.content-image-holder .decathlon-image-description {
    width: 98%;
}

.popup-content .info {
    display: inline-block;
    width: 50%;
}

.description .title {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 28px;
    font-weight: 500;
}

.description .info-badge-holder {
    margin-top: 16px;
}

.info-badge-holder .badge {
    display: inline-block;
    padding: 8px;
    padding-right: 0;
    width: 160px;
}

.info-badge-holder .badge-savlon {
    padding: 0;
    width: 32%;
}

.badge .heading {
    padding-left: 28px;
    font-size: 14px;
}

.badge .heading-content {
    padding-top: 4px;
    padding-left: 30px;
    font-size: 10px;
}

.badge .image {
    margin: 4px 0;
    float: left;
}

.description .key-points {
    margin-top: 12px;
}

.description .icon {
    float: left;
    margin-top: -4px;
}

.description .icon-over {
    margin-bottom: 16px;
}

.description .over-icon {
    margin-bottom: 30px;
}

.description li {
    line-height: 1.3;
    font-size: 12px;
    padding: 4px;
}

.info .sub-content {
    padding-top: 20px;
}

.sub-content .image-title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}

.sub-content .image {
    height: 100%;
    width: 100%;
    margin: 16px 0;
}

.sub-content .image-over {
    margin-bottom: 36px;
}

.popup-pcj {
    height: 540px;
    width: 700px;
    }

.slick-dots {
    bottom: 28px;
    width: 86%;
}

.slick-dots li {
    width: 4px;
}

.slick-dots li button:before {
    color: #458eff;
}

.slick-dots li.slick-active button:before {
    color: #458eff; 
}

/* ------------ Brands Popup Mobile ------------- */

@media (max-width: 800px){
    .modal .close-mb {
        display: block;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 20px;
    }

    .popup-mb {
        width: 350px;
        height: 510px;
        background: #fff;
        margin: 20px auto;
        border-radius: 8px;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    }

    .popup-mb-over {
        height: 600px;
    }

    .popup-mb .popup-header {
        position: relative;
        text-align: center;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .popup-header .brand-logo {
        height: 32px;
        width: 32px;
        position: absolute;
        top: 4px;
    }

    .popup-header .brand-description {
        color: #fff;
        padding: 12px;
        display: inline-block;
        margin-left: 32px;
    }
    
    .badge-holder .badge {
        padding: 8px;
        width: 172px;
        position: relative;
        display: inline-block;
    }

    .badge .badge-icon-holder {
        background: #fff;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 16px;
        text-align: center;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1)
    }

    .badge-icon-holder .badge-icon {
        width: 24px;
        height: 24px;
        margin-top: 8px;
    }

    .badge .badge-content {
        margin-left: 40px;
    }

    .badge-content .badge-name {
        display: inline-block;
        padding: 8px;
        color: rgba(0, 0, 0, 0.87);
        font-weight: 500;
        font-size: 14px;
    }

    .badge-content .badge-description {
        padding-left: 8px;
        font-size: 12px;
    }

    .popup-mb .key-points-holder {
        padding: 12px;
    }

    .key-points-holder .key-points {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.87);
    }

    .key-points-holder .key-points:first-child {
        margin-top: 0px;
    }

    .key-points .ul-icon {
        float: left;
        padding-bottom: 4px;
    }

    .key-points .text-over {
        padding-bottom: 24px;
    }

    .key-points .over-text {
        padding-bottom: 42px;
    }

    .popup-mb .graph-holder {
        width: 100%;
        margin: 8px 0;
        padding: 0 8px;
    }

    .graph-holder .brand-graph {
        width: 100%;
    }
}

/* New Navigation Bar */

.navigation-holder {
    width: 80%;
    margin: 0 auto;
}

.navigation-holder .navigation-menu {
    display: inline-block;
    width: 26%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    float: left;
    margin-right: 24px;
    margin-top: 30px;
}

.navigation-menu .menu-item {
    display: block;
    padding: 26px 20px;
    background: #f7f7fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.navigation-menu .menu-item:hover {
    color: #ef1c74;
}

.menu-item.active {
    color: #ef1c74;
    background: #fff;
    border-left: 4px solid;
    position: relative;
}

.menu-item.active::after {
    content: "\2192";
    position: absolute;
    font-size: 32px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.navigation-menu .menu-item:last-child {
    border-bottom: none;
}

.navigation-holder .tabs-content {
    display: inline-block;
    position: relative;
    width: 64%;
    min-height: 350px;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 80px;
}

.tabs-content .tabs-bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.tabs-content .tabs-text {
    display: inline-block;
    padding-left: 40px;
    float: left;
    width: 48%;
    padding-bottom: 20px;
}

.tabs-content .tabs-image {
    display: inline-block;
    position: relative;
    width: 50%;
}

.tabs-text .content-heading {
    margin-top: 80px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 24px;
}

.tabs-text .hyper-content {
    margin-top: 44px;
}

.tabs-text .drive-content {
    margin-top: 120px;
}

.tabs-text .consumer-content {
    margin-top: 40px;
}
 
.tabs-text .sub-heading {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    margin-top: 16px;
}

.tabs-text .heading-detail {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 23px;
    padding-top: 8px;
    line-height: 1.3;
}

.tabs-text .sub-heading:first-child {
    margin-top: 0;
}

.sub-heading .bullet {
    margin-right: 12px;
    float: left;
    margin-bottom: 6px;
    margin-top: 2px;
}

.tabs-text .content-list {
    padding-left: 23px;
    padding-top: 8px;
}

.content-list .list-item {
    margin-top: 6px;
}

.content-list .list-item::before {
    content: '\2022';
    color: #ef1c74;
    margin-right: 8px;
}

.tabs-image .image {
    position: absolute;
    top: 0;
    right: 12px;
    width: 90%;
}

.tabs-image .hyper-image {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 74%;
}

.tabs-image .drive-image {
    position: absolute;
}

.tabs-image .consumer-image {
    position: absolute;
    top: 30px;
    right: 12px;
    width: 94%;
}

.tabs-image .competitor-image {
    position: absolute;
    top: 30px;
    right: 12px;
    width: 94%;
    height: 280px;
}
/* ------------ Navigation Tab ------------ */

.learn-page .category-navigation {
    padding: 0;
    text-align: center;
    margin: auto;
    background: white;
    z-index: 10;
    width: 84%;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

.category-navigation a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.43;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: solid 4px #fff;
    padding: 25px 26px;
    cursor: pointer;
}

.category-navigation a:hover {
    color: #338aed;
    font-weight: 500;
}

.category-navigation a.active {
    color: #338aed;
    border-bottom: solid 4px #338aed;
    font-weight: 500;
}

.learn-page .navigation-tabs-container {
    width: 100%;
    padding-top: 50px;
    padding-left: 138px;
}

.navigation-tabs-container .data {
    width: 100%;
    display: inline-block;
}

.data ul {
    padding-top: 130px;
}

.data ul li {
    margin-top: 12px;
    width: 50%;
    line-height: 1.3;
}

.data ul li img {
    padding-right: 4px;
    float: left;
    padding-bottom: 4px;
}

.navigation-tabs-container .data-image {
    width: 100%;
}

.data-image .awareness-img {
    width: 50%;
}

.data-image img {
    float: right;
    margin-top: -230px;
    margin-right: 50px;
}

.data-image-hyper {
    position: absolute;
    top: 110px;
    right: 72px;
    width: 34%;
}

.data-image-hyper img {
    width: 460px;
}

.data-image-drive img {
    float: right;
    margin-top: -180px;
    margin-right: 100px;
}

.data-image-consumer img {
    float: right;
    margin-top: -270px;
    width: 50%;
    margin-right: 50px;
}

.data .consumer-list {
    padding-top: 20px;
}

.consumer-list .consumer-list-inner {
    padding:2px 2px 2px 4px;
    margin-left:40px;
    
}

.consumer-list-inner .feature {
    list-style-type: circle;
    width:70%;
}

.data .consumer-content {
    width: 44%;
    line-height: 1.3;
    padding-top: 64px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.87);
}

@media(max-width: 800px) {
    .learn-page .title {
        font-size: 30px;
        margin-top: 46px;
    }

    .use-magicpin .learn-page {
        height: auto;
    }
}

/* ------------ Mobile Cards ------------ */

.learn-page .tabs-container {
    width: 96%;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}
 
.tabs-container .tabs-heading {
    font-size: 20px;
}

.tabs-container .tabs-image {
    height: auto;
}

.tabs-container .tabs {
    width: auto;
}

.tabs .list{
    margin: 20px;
}

.bottom-stick {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.stick {
    position: fixed;
    top: 64px;
    height: 500px;
    left: 0;
    width: 100%;
    transition: all 0.5s;
}

.relative {
    position: relative;
}

@media(max-width: 800px) {
    .learn-card .tabs-container {
        background-color: white;
        height: 600px;
        margin: 10px;
    }

    .tabs .tabs-heading {
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        color: rgba(0, 0, 0, 0.87);
    }

    .tabs .tabs-image {
        width: 310px;
        display: block;
        margin: 32px auto;
        margin-bottom: 12px;
    }

    .tabs .text-over {
        padding-bottom: 18px;
    }

    .tabs ul li {
        line-height: 1.3;
        margin-top: 10px;
        font-size: 14px;
    }

    .tabs ul li:last-child {
        padding-bottom: 10px;
    }

    .tabs ul li img {
        padding-right: 4px;
        float: left;
    }

    .tabs .consumer-content {
        padding: 10px;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
        color: rgba(0,0,0,0.87);
    }

    .tabs .consumer-list-inner {
        padding:2px 2px 2px 4px;
        margin-left:42px;
        
    }
    
    .consumer-list-inner .feature {
        list-style-type: circle;
        width:94%;
    }

    .tabs .tabs-hr {
        width: 80%;
        margin: 20px auto;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
}

/* ------------ Partner Reviews ------------ */

.bg-white {
    background-color: #fff;
}

.partner-review {
    width: 70%;
    padding-bottom: 20px;
    position: relative;
    margin: 0 auto;
    border: solid 1px #eceef4;
    border-radius: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-top: 80px;
}

.partner-review .background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.partner-review .title {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 80px;
    text-align: center;
}

.partner-review hr {
    width: 8%;
    display: block;
    margin-top: 24px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #ef1c74;
}

.partner-review .partner-logo {
    width: 76%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 auto;
}

.partner-logo .logo {
    height: 56px;
    margin: 0 8px;
    transition: all .2s linear;
    cursor: pointer;
}

.partner-logo .partner-logo-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}

.partner-logo .logo:hover {
    height: 66px;
    border: 1px solid #2e108e
}

.logo.active {
    height: 66px;
    border: 1px solid #2e108e
}

.partner-review .partner-comment {
    width: 70%;
    margin: 0 auto;
    display: block;
    background: #2e108e;
    margin-top: 60px;
    border-radius: 16px;
    position: relative;
}

.partner-comment .comment-holder {
    padding-top: 40px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
    width: 60%;
    font-style: italic;
    font-size: 14px;
}

.partner-comment .merchant-name {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 24px;
}

.partner-comment .merchant-details {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 26px;
}

.partner-comment .comment {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.partner-review .partner-review-card-holder {
    margin-top: 60px;
}

.partner-review-card-holder .article-holder {
    height: 330px;
    position: relative;
    padding: 0 16px;
}

.partner-review-card-holder .partner-review-card {
    width: 520px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background: white;
    height: 310px;
    top: 22px;
    border-radius: 8px;
    display: inline-block;
}

.partner-review-card .partner-logo {
    width: 48px;
    height: 48px;
    margin: 40px auto;
    object-fit: contain;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.partner-review-card .reviews {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 20px;
    margin-bottom:30px;
    font-size: 14px;
    line-height: 1.4;
}

.reviews .highlight {
    font-weight: 500;
}

.partner-review-card .reviewer {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.partner-review-card .reviewer-post {
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,0.54);
    padding-top: 6px;
}

.partner-review-card .comment-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


@media(max-width: 800px) {

    .partner-review {
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        width: 100%;
        background: #fff;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .partner-review .title {
        font-size: 26px;
        padding-top: 30px;
    }

    .partner-logo .logo {
        display: none;
    }

    .partner-review hr {
        margin-top: 16px;
    }

    .partner-review-card-holder .article-holder {
        padding: 0 8px;
    }

    .partner-review-card-holder .partner-review-card {
        width: 340px;
        height: 310px;
    }

    .partner-review-card .partner-logo {
        width: 36px;
        height: 36px;
        margin: 14px auto;
        object-fit: contain;
        margin-bottom: 0;
    }

    .partner-review .reviews {
        margin: 8px 16px 20px;
    }

}

/* ------------ Business Logos ------------ */

.magicpin-business {
    width: 100%;
    margin-top: -30px;
}

.magicpin-business .title {
    font-size: 32px;
    margin-top: 120px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.magicpin-business hr {
    width: 8%;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #ef1c74;
}

.magicpin-business .brands-container {
    text-align: center;
    margin-bottom: 24px;
}

.brands-container .brand-category {
    display: inline-block;
    color: rgba(0, 0, 0, 0.54);
    margin-right: 24px;
    cursor: pointer;
    font-size: 12px;
}

.brands-container .brand-category:hover {
    color: #458eff
}

.brand-category.active {
    color: #458eff;
    font-weight: bold;
    font-size: 14px;
}

.magicpin-business .logo-holder {
    width: 65%;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.logo-holder .logo {
    height: 78px;
    width: 78px;
    object-fit: contain;
    display: inline-block;
    margin: 6px;
    border-radius: 4px;
    outline: 1px solid #ECEEF4;
}

@media(max-width: 800px) {
    .magicpin-business {
        background-color: #fff;
    }

    .magicpin-business .title {
        font-size: 18px;
        padding-top: 30px;
        margin-top: 0;
        text-align: center;
    }

    .magicpin-business hr {
        width: 22%;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .magicpin-business .logo-holder {
        height: auto;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .logo-holder .logo {
        height: 40px;
        width: 40px;
        margin: 4px;
    }

    .brands-container .brand-category {
        padding: 6px;
    }
}

/* ------------ Page Footer ------------ */

.footer {
    background-size: cover;
    width: 100%;
    min-height: 462px;
    position: relative;
    margin-top: -2px;
}

.footer .background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.footer .contact-us {
    font-size: 34px;
    color: white;
    padding-top: 100px;
    text-align: center;
}

.footer .laptop {
    width: 30%;
    float: right;
    margin-right: 200px;
    margin-top: -224px;
}

.footer hr {
    width: 6%;
    display: block;
    margin-top: 24px;
    border: 0;
    border-top: 2px solid #ef1c74;
}

.footer .content {
    color: white;
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
}

.footer .sub-content {
    color: white;
    margin-top: 25px;
    margin-bottom: 32px;
    text-align: center;
}

@media(max-width: 800px) {
    .footer {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 386px;
        background: #fff;
        z-index: 0;
    }

    .footer .contact-us {
        font-size: 20px;
        padding-top: 52px;
        padding-left: 23px;
    }

    .footer hr {
        width: 10%;
        margin: 0 auto;
        margin-top: 14px;
    }

    .footer .sub-content {
        margin-top: 20px;
        margin-right: 24px;
        margin-left: 23px;
        line-height: 1.3;
    }
}

/* ------------ Brand Apply Box --------- */

.footer .sign-up-box {
    margin-top: 32px;
}

.brand-header .sign-up-box {
    margin-left: 50px;
}

.sign-up-box input {
    border: none;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.54);
    padding: 8px;
    margin-right: 10px;
    border-radius: 4px;
}

.sign-up-box .brand-name {
    width: 200px;
}

.sign-up-box .email {
    width: 200px;
}

.sign-up-box .phone-number {
    width: 150px;
}

.sign-up-box .contact-us-btn {
    font-size: 14px;
    border: none;
    font-weight: 500;
    line-height: 1.25;
    padding: 10px;
    margin-left: 12px;
    color: #fff;
    border-radius: 4px;
    background-color: #ef1c74;
    text-transform: uppercase;
    width: 130px;
    vertical-align: bottom;
    cursor: pointer;
}

.sign-up-box .contact-us-btn:hover {
    background: #cd0b5b
}

.brand-signup-react .sign-up-box {
    float: left;
}

.loginform .brand-signup-react .confirmation {
    display: none;
}

.confirmation h3 {
    font-size: 24px;
}

.confirmation p {
    font-size: 24px;
    margin-top: 12px;
}

.brand-header .confirmation {
    margin-top: 0;
    padding-left: 50px;
    color: #fff;
    animation: show 0.8s;
}

.footer .confirmation {
    text-align: center;
    color: #fff;
    animation: show 0.8s;
}

.footer .brand-signup-react .sign-up-box {
    float: none;
}

@keyframes show {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 800px){

    .brand-header .sign-up-box {
        margin: 0 24px;
        text-align: center;
        padding: 0;
    }

    .footer .sign-up-box {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-top: 24px;
    }

    .confirmation h3,
    .confirmation p {
        font-size: 18px;
        line-height: 1.3;
    }

    .sign-up-box input {
        margin-bottom: 8px;
    }

    .sign-up-box .email,
    .sign-up-box .brand-name,
    .sign-up-box .phone-number {
        width: 48%;
        display: inline-block;
        margin: 0 auto;
        padding: 8px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .sign-up-box .email {
        margin-left: 12px;
    }

    .sign-up-box .phone-number {
        width: calc(96% + 12px);
        margin-top: 8px;
    }

    .sign-up-box .contact-us-btn {
        width: calc(96% + 12px);
        padding: 10px;
        margin: 8px 0 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.33;
    }

    .brand-signup-react .confirmation {
        width: 100%;
        padding: 0 10px;
        text-align: center;
        margin-top: 68px;
    }

    ::placeholder {
        color: #fff;
        opacity: .5;
    }
    
    :-ms-input-placeholder {
        color: #fff;
        opacity: .5;
    }
    
    ::-ms-input-placeholder {
        color: #fff;
        opacity: .5;
    }
}

.loginform {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 10px 16px;
    z-index: 20;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

.loginform .form-holder {
    width: 90%;
    margin: 0 auto;
}

.loginform .loginform-icon {
    float: left;
    padding-right: 40px;
    height: 32px;
    margin-top: 2px;
}

.loginform .login {
    float: right;
    padding: 8px;
    background: none;
    font-weight: bold;
    color: white;
    border: 1px solid white;
    width: 68px;
    cursor: pointer;
    border-radius: 4px;
}

.loginform .login:hover {
    color: #338aed;
    background-color: #fff;
}

.loginform .brand-name {
    height: 36px;
    width: 180px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.loginform .email {
    height: 36px;
    width: 180px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.loginform .phone-number {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.loginform .contact-us-btn {
    width: 118px;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: inherit;
}