/* =============================Common styles */
html {
    font-size: 9px; /* should be in px */
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #162738;
    --color-text: rgba(23, 37, 78, 0.7);
    --color-text-2: rgba(23, 37, 78, 0.77);
    --color-text-3: rgba(23, 37, 78, 0.8);
    --color-text-4: #5f5f5f;
    --color-heading: #17254e;
    --color-highlight: #5b49d1;
    --color-bannerText: #7e7e7e;
    --color-grey: #33333;
    --color-grey-2: #4d4d4d;
    --color-grey-3: #555555;
    --color-light-grey: #f4f5f6;
    --color-light-grey-2: #a6a6a6;
    --color-dark-blue: #0f204c;
    --color-light-grey-3: #f8fafc;
    --color-border: #f2f2f2;
    --color-light-grey-4: #edf2f5;
    --color-light-grey-5: #727272;
    --color-green: #01ae37;
    --color-grey-4: #919bb0;
    --color-violet: #6635cd;
    --color-yellow: #f79723;
    --color-border-2: #e6e7f2;
    --color-textbox: #f7f9fc;
    --color-dark-grey: #0e1e3e;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 9px; /* should be in px */
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 10px; /* should be in px */
    }
}

@font-face {
    font-family: MuliBlack;
    src: url(../fonts/Muli-Black.ttf);
}

@font-face {
    font-family: MuliBlackItalic;
    src: url(../fonts/Muli-BlackItalic.ttf);
}

@font-face {
    font-family: MuliBold;
    src: url(../fonts/Muli-Bold.ttf);
}

@font-face {
    font-family: MuliBoldItalic;
    src: url(../fonts/Muli-BoldItalic.ttf);
}

@font-face {
    font-family: MuliExtraBold;
    src: url(../fonts/Muli-ExtraBold.ttf);
}

@font-face {
    font-family: MuliExtraBoldItalic;
    src: url(../fonts/Muli-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: MuliExtraLight;
    src: url(../fonts/Muli-ExtraLight.ttf);
}

@font-face {
    font-family: MuliExtraLightItalic;
    src: url(../fonts/Muli-ExtraLightItalic.ttf);
}

@font-face {
    font-family: MuliItalic;
    src: url(../fonts/Muli-Italic.ttf);
}

@font-face {
    font-family: MuliLight;
    src: url(../fonts/Muli-Light.ttf);
}

@font-face {
    font-family: MuliMedium;
    src: url(../fonts/Muli-Medium.ttf);
}

@font-face {
    font-family: MuliMediumItalic;
    src: url(../fonts/Muli-MediumItalic.ttf);
}

@font-face {
    font-family: Muli;
    src: url(../fonts/Muli-Regular.ttf);
}

@font-face {
    font-family: MuliSemiBold;
    src: url(../fonts/Muli-SemiBold.ttf);
}

@font-face {
    font-family: MuliSemiBoldItalic;
    src: url(../fonts/Muli-SemiBoldItalic.ttf);
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-text);
    font-family: Muli;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    counter-reset: section;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ul-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

*.full-width {
    width: 100% !important;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

/*@media only screen and (max-width: 1200px) {
    .login-area {
        right: calc(100% - 95%) !important;
    }
}*/

    .login-area {
        position: absolute;
        right: 0;
        top: -2px;
    }


        .login-area > a {
            border: 1px solid grey;
            padding: 2px 23px;
            margin-right: 16px;
            border-radius: 0px 0px 8px 8px;
            background-image: linear-gradient(to top, #5b49d1, #6635cd);
            color: #fff;
            text-decoration:none;
        }

    .global-width {
        width: 100%;
        max-width: 1150px; /* should be in px */
        padding: 0 20px; /* should be in px */
        margin: 0 auto;
    }

    @media screen and (min-width: 768px) {
        .global-width {
            padding: 0 40px; /* should be in px */
        }
    }

    @media screen and (min-width: 1024px) {
        .global-width {
            max-width: 1240px; /* should be in px */
            padding: 0 65px; /* should be in px */
        }
    }

    .common-button {
        height: 5.4rem;
        padding: 0 3rem;
        display: inline-block;
        cursor: pointer;
        min-width: 18.7rem;
        height: 5.6rem;
        border-radius: 2.8rem;
        font-family: Muli;
        font-size: 1.65rem;
        font-family: muliSemiBold;
        line-height: 5.6rem;
        text-align: center;
    }

        .common-button.medium-width {
            width: 15.4rem;
        }

    .common-button-2 {
        display: inline-block;
        cursor: pointer;
        padding: 0 3rem;
        text-align: center;
        min-width: 20.7rem;
        height: 5.9rem;
        border-radius: 10px; /* should be in px */
        font-size: 1.8rem;
        font-family: muliSemiBold;
        line-height: 5.9rem;
    }

    .white-button {
        background-color: #ffffff;
        color: var(--color-heading);
    }

    .navy-button {
        background-color: var(--color-heading);
        color: var(--color-white);
    }

    .violet-button {
        background-color: var(--color-violet);
        color: var(--color-white);
        height: 5.4rem;
        line-height: 5.4rem;
    }

    .yellow-button {
        background-color: var(--color-yellow);
        color: var(--color-white);
        height: 4.7rem;
        line-height: 4.7rem;
    }

    .hide {
        display: none;
    }

    .header {
        position: fixed;
        background: white;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        padding-top: .3rem;
    }

        .header .global-width {
            display: flex;
            justify-content: space-between;
        }

        .header .logo {
            margin-top: 2.9rem;
        }

        .header .right-section {
            display: flex;
            padding-top: 3.6rem;
            position: relative;
        }

    #mob-menu-check {
        display: none;
    }

    @media screen and (min-width: 1200px) {
        .mob-menu {
            display: none;
        }

        .header .main-menu {
            display: flex;
            flex-direction: row;
            margin-top: 1.1rem;
        }

            .header .main-menu .list-item {
                padding: 0 1.67rem;
            }

            .header .main-menu .mob-only {
                display: none;
            }

                .header .main-menu .list-item:first-child {
                    padding-left: 0;
                }

                .header .main-menu .list-item .link-item {
                    color: var(--color-grey-2);
                    text-decoration: none;
                    border-bottom: 2px solid transparent; /* should be in px */
                    font-family: muliSemiBold;
                    font-size: 1.7rem;
                    white-space: nowrap;
                }

                    .header .main-menu .list-item .link-item:hover,
                    .header .main-menu .list-item.active .link-item {
                        color: var(--color-highlight);
                    }
    }

    @media screen and (max-width: 1200px) {
        .header .menu-wrap {
            position: relative;
            position: relative;
            height: 25px; /* should be in px */
            order: 2;
            margin-left: 25px; /* should be in px */
            margin-top: 3px; /* should be in px */
        }

        .header .login-area{
            display:none;
        }

        .mob-menu {
            display: inline-block;
            position: relative;
            width: 40px; /* should be in px */
            height: 30px; /* should be in px */
            margin-top: 2px; /* should be in px */
        }

            .mob-menu:before,
            .mob-menu:after {
                content: '';
                width: 100%;
                height: 3px; /* should be in px */
                background-color: var(--color-heading);
                position: absolute;
                left: 0;
                transition: .3s linear;
            }

            .mob-menu:before {
                top: 0;
            }

            .mob-menu:after {
                bottom: 0;
            }

            .mob-menu .center-line {
                width: 50%;
                height: 3px; /* should be in px */
                background-color: var(--color-heading);
                position: absolute;
                left: 0;
                top: calc(50% - 1px);
                transition: .3s linear;
            }

            .mob-menu .mob-menu-click {
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }

        #mob-menu-check:checked ~ .mob-menu .center-line {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            transition: .1s linear;
        }

        #mob-menu-check:checked ~ .mob-menu:before,
        #mob-menu-check:checked ~ .mob-menu:after {
            top: 50%;
        }

        #mob-menu-check:checked ~ .mob-menu:before {
            transform: rotateZ(45deg);
        }

        #mob-menu-check:checked ~ .mob-menu:after {
            transform: rotateZ(-45deg);
        }

        .header .main-menu {
            position: absolute;
            right: 0;
            top: 5.5rem;
            background: #fff;
            max-height: 0;
            overflow: hidden;
            min-width: 155px;
            box-shadow: 0px 7px 20px #333; /* should be in px */
            transition: .2s linear;
        }

        #mob-menu-check:checked ~ .main-menu {
            max-height: 38rem;
        }

        .header .main-menu .list-item .link-item {
            display: inline-block;
            padding: 8px 20px; /* should be in px */
            text-decoration: none;
            width: 100%;
            white-space: nowrap;
            font-weight: 500;
            position: relative;
            color: var(--color-grey-2);
            font-size: 1.8rem;
        }

            .header .main-menu .list-item .link-item:hover {
                color: var(--color-highlight);
            }

        .header .main-menu .list-item:first-child .link-item {
            padding-top: 20px; /* should be in px */
        }

        .header .main-menu .list-item:last-child .link-item {
            padding-bottom: 30px; /* should be in px */
        }

        .header .main-menu .list-item .link-item:hover:before {
            content: '';
            position: absolute;
            left: 0;
            width: 5px; /* should be in px */
            height: 24px; /* should be in px */
            top: 50%;
            background: var(--color-highlight);
            transform: translateY(-50%);
        }

        .header .main-menu .list-item:first-child .link-item:hover:before {
            top: calc(50% + 7px); /* should be in px */
        }

        .header .main-menu .list-item:last-child .link-item:hover:before {
            top: calc(50% - 14px); /* should be in px */
        }
    }

    .login-btn {
        display: inline-block;
        width: 13.1rem;
        height: 5.1rem;
        line-height: 5.1rem;
        border-radius: 25.5px; /* should be in px */
        box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1); /* should be in px */
        background-image: linear-gradient(to top, #5b49d1, #6635cd);
        text-align: center;
        margin-left: 1.5rem;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
    }

    @media screen and (min-width: 768px) {
        .login-btn {
            width: 16.1rem;
        }

        .mobile-only {
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .tab-n-above {
            display: none;
        }
    }

    .main-container {
        font-size: 0;
    }

        .main-container.inner-page {
            padding-top: 12.6rem;
        }

        .main-container > section {
            font-size: 0;
        }

    .form-group {
        margin: 0;
        padding: 0;
    }

    .textbox-style {
        height: 5.2rem;
        border-radius: 4px;
        border: solid 1px var(--color-border-2);
        background-color: var(--color-textbox);
        font-size: 1.55rem;
        text-align: left;
        color: var(--color-text-4);
        padding: 0 2.2rem;
        margin-bottom: 1.7rem;
    }

    .textarea-style {
        border-radius: 4px;
        border: solid 1px var(--color-border-2);
        background-color: var(--color-textbox);
        resize: none;
        font-size: 1.55rem;
        line-height: 1.56;
        text-align: left;
        color: var(--color-text-4);
        padding: 1.7rem 2.2rem;
        margin-bottom: 1.7rem;
    }

    .common-accordion .accord-heading {
        border: 2px solid var(--color-heading);
        border-radius: 5px;
        margin: 0;
        padding: 1.7rem 3rem;
        margin-top: 3rem;
        cursor: pointer;
        color: #198dcf;
        font-weight: 600;
        font-size: 1.78rem;
        position: relative;
    }

        .common-accordion .accord-heading:after {
            position: absolute;
            content: '';
            width: 25px;
            height: 25px;
            right: 30px;
            top: 20px;
            background: url('../images/maximise.png') no-repeat center;
        }

        .common-accordion .accord-heading.ui-state-active:after {
            background-image: url('../images/minimise.png');
        }

        .common-accordion .accord-heading:focus {
            outline: none;
        }

        .common-accordion .accord-heading.ui-state-active {
            border-bottom: 0 none;
            border-radius: 5px 5px 0 0; /* should be in px */
            cursor: default;
        }

    .common-accordion .accord-detail {
        padding: 0 3rem 2rem;
        border: 2px solid var(--color-heading); /* should be in px */
        border-top: 0 none;
        border-radius: 0 0 5px 5px; /* should be in px */
        color: #4e5457;
    }

    .dashboard-list .list-item {
        display: flex;
        flex-direction: column;
    }

    .dashboard-list .left-section {
        margin-bottom: 3rem;
    }

    @media screen and (min-width: 768px) {
        .dashboard-list .list-item {
            flex-direction: row;
        }

        .dashboard-list .left-section {
            margin-bottom: 0;
            width: 49.6%;
        }

        .dashboard-list .right-section {
            width: 51.4%;
        }

        .dashboard-list.alternate .global-width {
            align-items: center;
        }

        .dashboard-list.alternate .left-section {
            width: 50%;
        }

        .dashboard-list.alternate .right-section {
            width: 50%;
        }

        .dashboard-list.alternate .list-item:nth-child(even) .left-section {
            padding-right: 0;
            padding-left: 1rem;
            order: 2;
        }

        .dashboard-list.alternate .list-item:nth-child(even) .right-section {
            order: 1;
        }
    }

    @media screen and (min-width: 1024px) {
        .dashboard-list .right-section .dash-content {
            font-size: 1.45rem;
        }
    }

    .footer-top-block {
        background: var(--color-dark-blue);
    }

    .full-height-content .global-width,
    .full-height-content .dashboard-list,
    .full-height-content .list-item,
    .full-height-content .left-section .image {
        height: 100%;
    }

    .footer-top-block .left-section {
        height: 53.8rem;
        text-align: center;
    }

    .footer-top-block .right-section {
        text-align: center;
        padding-bottom: 10rem;
        position: relative;
    }

        .footer-top-block .right-section .detail-content {
            font-family: MuliBold;
            font-size: 5.6rem;
            line-height: 1.2;
            color: #ffffff;
            margin: 5.6rem 0 3.7rem;
        }

        .footer-top-block .right-section .pebble {
            position: absolute;
        }

            .footer-top-block .right-section .pebble.pebble-1 {
                width: 4.9rem;
                height: 5.1rem;
                background: url(../images/science-pebble-1.png) no-repeat center/cover;
                top: -2.8rem;
                right: 14.5rem;
            }

            .footer-top-block .right-section .pebble.pebble-2 {
                width: 2.2rem;
                height: 2.1rem;
                background: url(../images/science-pebble-2.png) no-repeat center/cover;
                right: 8.8rem;
                bottom: 5.3rem;
            }

            .footer-top-block .right-section .pebble.pebble-3 {
                width: 4.9rem;
                height: 5.1rem;
                background: url(../images/science-pebble-3.png) no-repeat center/cover;
                left: 3.8rem;
                bottom: 8rem;
            }

    .footer {
        padding-top: 5.9rem;
        padding-bottom: 11.3rem;
    }

        .footer .footer-logo .image {
            max-width: initial;
        }

        .footer .footer-top {
            display: flex;
            flex-direction: column;
        }

            .footer .footer-top .right-section {
                width: 100%;
                padding-top: 1.8rem;
                padding-left: 1.5rem;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }

            .footer .footer-top .footer-logo {
                text-align: center;
            }

        .footer .footer-links-list {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
            flex-direction: column;
        }

            .footer .footer-links-list .list-item {
                text-align: center;
                padding: 0.7rem 0;
            }

            .footer .footer-links-list .link-item {
                padding: 0 1.8rem;
                text-decoration: none;
                font-size: 1.8rem;
                color: var(--color-grey-2);
                white-space: nowrap;
            }

            .footer .footer-links-list .list-item .link-item:hover,
            .footer .footer-links-list .list-item.active .link-item {
                color: var(--color-highlight);
            }

        .footer .social-list {
            display: flex;
            padding-top: .2rem;
            justify-content: center;
            margin-top: 4rem;
        }

            .footer .social-list .list-item {
                padding: 0 1.8rem;
            }

            .footer .social-list .link-item {
                display: inline-block;
            }

                .footer .social-list .link-item.twitter {
                    margin-top: .2rem;
                }

                .footer .social-list .link-item.youtube {
                    margin-top: .2rem;
                }

        .footer .footer-content {
            padding-top: 8.2rem;
            max-width: 88.9rem;
            margin: 0 auto;
        }

            .footer .footer-content .text {
                font-size: 1.8rem;
                margin-bottom: 3.3rem;
                margin-block-start: 0;
                color: var(--color-grey-2);
                line-height: 1.73;
                text-align: center;
            }

    @media screen and (min-width: 500px) {
        .footer .footer-links-list {
            flex-direction: row;
        }

            .footer .footer-links-list .list-item {
                text-align: left;
                padding: 0;
            }

                .footer .footer-links-list .list-item:first-child .link-item {
                    padding-left: 0;
                }

        .footer .social-list .list-item:last-child {
            padding-right: 0;
        }
    }

    @media screen and (min-width: 768px) {
        .footer .global-width {
            flex-direction: row;
            justify-content: space-between;
        }

        .footer .footer-top .right-section {
            flex-direction: row;
            margin-top: 2rem;
        }

        .footer .footer-links-list {
            justify-content: flex-start;
            margin-top: 0;
        }

        .footer .social-list {
            justify-content: flex-start;
            margin-top: 0;
        }

        .footer-top-block {
            height: 53.8rem;
        }

            .footer-top-block .left-section,
            .footer-top-block .right-section {
                height: 100%;
                text-align: left;
            }

            .footer-top-block .right-section {
                text-align: left;
                padding-bottom: 0;
            }

                .footer-top-block .right-section .detail-content {
                    margin: 15.6rem 0 3.7rem;
                }

                .footer-top-block .right-section .pebble.pebble-1 {
                    top: 4.2rem;
                    right: 15.5rem;
                }

                .footer-top-block .right-section .pebble.pebble-2 {
                    right: 3.8rem;
                    bottom: 19.3rem;
                }

                .footer-top-block .right-section .pebble.pebble-3 {
                    left: -1.6rem;
                    bottom: 6rem;
                }

        .footer .footer-content .text {
            text-align: left;
        }
    }

    @media screen and (min-width: 980px) {
        .footer .footer-top {
            flex-direction: row;
        }

            .footer .footer-top .right-section {
                justify-content: flex-end;
                margin-top: 0;
            }

            .footer .footer-top .footer-logo {
                text-align: left;
            }

        .footer-top-block .right-section .pebble.pebble-1 {
            top: 4.2rem;
            right: 15.5rem;
        }

        .footer-top-block .right-section .pebble.pebble-2 {
            right: 8.8rem;
            bottom: 25.3rem;
        }

        .footer-top-block .right-section .pebble.pebble-3 {
            left: -8.6rem;
            bottom: 6rem;
        }
    }

    .jconfirm .jconfirm-box {
        border-top: solid 7px #f1c40f !important;
    }

        .jconfirm .jconfirm-box .jconfirm-buttons button:first-child {
            background-image: linear-gradient(to top, #5b49d1, #6635cd) !important;
            color: white !important;
        }
    /* =============================Home styles */
    .home-banner .owl-nav {
        display: none;
    }

    .banner.home-banner {
        min-height: 50rem;
        background: none;
        position: relative;
    }

        .banner.home-banner .each-banner {
            height: 74.5rem;
            position: relative;
        }

        .banner.home-banner .image {
            width: auto;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 0;
        }

        .banner.home-banner .left-section {
            padding-top: 15rem;
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .banner.home-banner .banner-text {
            font-size: 1.9rem;
            line-height: 1.97;
            color: var(--color-bannerText);
            font-family: muliSemiBold;
            position: relative;
            max-width: 47.7rem;
        }

        .banner.home-banner .banner-1 .banner-text {
            line-height: 1.87;
            padding: 5.2rem 1rem 0 0;
        }

        .banner.home-banner .banner-2 .banner-text {
            padding: 1.9rem 1rem 0 0;
        }

        .banner.home-banner .banner-3 .banner-text {
            padding: 0.4rem 1rem 0 0;
        }

        .banner.home-banner .banner-1 .banner-text:before {
            content: '"';
            position: absolute;
            left: -1.5rem;
            top: 2.1rem;
        }

        .banner.home-banner .banner-1 .banner-text:after {
            content: '"';
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .banner.home-banner .highlight-text {
            font-size: 6.2rem;
            line-height: 1.21;
            color: var(--color-heading);
            font-family: muliBold;
            margin: 3.7rem 0 0;
        }

        .banner.home-banner .banner-2 .highlight-text {
            font-family: muliSemiBold;
            margin: 3.1rem 0 0;
            font-size: 4.7rem;
        }

        .banner.home-banner .banner-3 .highlight-text {
            font-family: MuliBoldItalic;
            margin-top: 3.8rem;
        }

        .banner.home-banner .banner-button-wrap {
            display: inline-block;
            width: 26.9rem;
            height: 10.2rem;
            background: url(../images/banner-button.png) no-repeat center/cover;
            margin-left: -2rem;
            padding: 2rem 2.2rem 2rem 2rem;
        }

        .banner.home-banner .banner-1 .banner-button-wrap {
            margin-top: 2.8rem;
        }

        .banner.home-banner .banner-2 .banner-button-wrap {
            margin-top: 6rem;
        }

        .banner.home-banner .banner-3 .banner-button-wrap {
            margin-top: 3.3rem;
        }

        .banner.home-banner .banner-button-wrap .banner-button {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-family: muliBold;
            color: var(--color-grey);
            text-decoration: none;
        }

        .banner.home-banner .note {
            font-size: 1.5rem;
            font-family: MuliBold;
            color: var(--color-grey);
        }

        .banner.home-banner .banner-3 .note {
            margin: 0;
        }

    @media screen and (min-width: 500px) {
        .banner.home-banner {
            min-height: 60rem;
        }
    }

    @media screen and (min-width: 768px) {
        .banner.home-banner {
            min-height: 74.5rem;
        }

            .banner.home-banner .left-section {
                padding-top: 20rem;
            }

            .banner.home-banner .banner-1 .left-section {
                width: 50%;
            }

            .banner.home-banner .banner-2 .left-section {
                width: 57%;
            }

            .banner.home-banner .banner-3 .left-section {
                width: 40%;
            }
    }

    @media screen and (min-width: 1200px) {
        .banner.home-banner .banner-2 .banner-button-wrap {
            margin-top: 6.3rem;
        }
    }

    .what-talentspire {
        position: relative;
        padding-top: 10rem;
        padding-bottom: 9.6rem;
    }

        .what-talentspire .list-item {
            display: flex;
            flex-direction: column;
        }

        .what-talentspire .left-section {
            display: none;
            text-align: center;
            position: relative;
            margin-bottom: 6rem;
        }

        .what-talentspire .right-section .left-section {
            display: block;
        }

        .what-talentspire .right-section {
            position: relative;
            text-align: center;
        }

            .what-talentspire .right-section .detail-head {
                color: var(--color-heading);
                font-size: 5.7rem;
                line-height: 1.2;
                font-family: muliBold;
                margin: 3rem 0 4.4rem;
            }

            .what-talentspire .right-section .left-section {
                display: block;
            }

            .what-talentspire .right-section .detail-content {
                color: var(---color-text);
                font-size: 1.7rem;
                font-family: muliSemiBold;
                line-height: 1.85;
                text-align: justify;
                opacity: 0.9;
                margin: 0 0 3rem;
            }

        .what-talentspire .pebble {
            position: absolute;
            background-size: cover;
            background-position: center;
        }

        .what-talentspire .right-section .pebble-1 {
            width: 6.4rem;
            height: 5.6rem;
            background-image: url(../images/talent-pebble-1.png);
            right: 0rem;
            bottom: 0rem;
        }

        .what-talentspire .right-section .pebble-2 {
            width: 3.5rem;
            height: 3.4rem;
            background-image: url(../images/talent-pebble-2.png);
            right: 7rem;
            bottom: -5rem;
        }

        .what-talentspire .pebble-3 {
            width: 1.8rem;
            height: 1.8rem;
            background-image: url(../images/talent-pebble-3.png);
            left: 0;
            bottom: 7.7rem;
        }

        .what-talentspire .pebble-4 {
            width: 3.5rem;
            height: 3.4rem;
            background-image: url(../images/talent-pebble-4.png);
            left: 6rem;
            bottom: -2.8rem;
        }

    @media screen and (min-width: 768px) {
        .what-talentspire .list-item {
            flex-direction: row;
        }

        .what-talentspire .left-section {
            text-align: left;
            display: flex;
            align-items: center;
            position: static;
            margin-bottom: 3rem;
            display: block;
        }

        .what-talentspire .right-section {
            text-align: left;
            padding-left: 2rem;
        }

            .what-talentspire .right-section .pebble-1 {
                bottom: auto;
                top: -3.7rem;
                right: 29rem;
            }

            .what-talentspire .right-section .pebble-2 {
                bottom: auto;
                top: 11.1rem;
                right: 0;
            }

        .what-talentspire .pebble-3 {
            left: 18.2rem;
            bottom: 6.7rem;
        }

        .what-talentspire .pebble-4 {
            left: 6rem;
            bottom: 9.2rem;
        }

        .what-talentspire .right-section .left-section {
            display: none;
        }

        .what-talentspire .right-section .detail-head {
            margin: 4.9rem 0 1.4rem;
        }
    }

    .packages {
        background-color: var(--color-light-grey);
        padding-top: 7.6rem;
        padding-bottom: 8.8rem;
    }

        .packages .inner-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 5.7rem;
        }

        .packages .left-section {
            color: var(--color-heading);
            font-size: 9.9rem;
            width: 70%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: muliBold;
            margin-top: -1rem;
            margin-bottom: 4rem;
        }

        .packages .right-section {
            width: 70%;
        }

        .packages .gallery-list {
            margin-bottom: 6rem;
        }

        .packages .button-wrap {
            text-align: center;
        }

    .border-highlight-list .list-item {
        font-family: muliBold;
        font-size: 1.7rem;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: justify;
        color: var(--color-text-2);
        position: relative;
        padding-left: 3.1rem;
        margin-bottom: 2.7rem;
    }

        .border-highlight-list .list-item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px; /* should be in px */
            bottom: 6px; /* should be in px */
            width: 3px; /* should be in px */
            background-color: var(--color-dark-blue);
        }

    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .gallery-list .list-item {
            width: 100%;
            position: relative;
            margin-bottom: 30px; /* should be in px */
        }

            .gallery-list .list-item .image {
                width: 100%;
            }

            .gallery-list .list-item .heading {
                position: absolute;
                font-size: 3.1rem;
                line-height: 1.77;
                margin: 0;
                color: var(--color-white);
                top: 1.8rem;
                padding-left: 2.8rem;
                width: 100%;
            }

    .grasp {
        padding-top: 7.4rem;
        padding-bottom: 8.2rem;
    }

        .grasp .list-item {
            flex-direction: column;
            margin-bottom: 7rem;
        }

        .grasp .left-section .detail-head {
            font-family: muliBold;
            font-size: 4.3rem;
            line-height: 1.19;
            color: var(--color-heading);
            margin-bottom: 2.6rem;
        }

        .grasp .left-section .detail-content {
            font-family: muliSemiBold;
            font-size: 2.3rem;
            font-weight: bold;
            line-height: 1.57;
            text-align: justify;
            color: var(--color-text-3);
        }

        .grasp .right-section {
            text-align: center;
            position: relative;
        }

            .grasp .right-section .pebble {
                position: absolute;
                background-size: cover;
                background-position: center;
            }

            .grasp .right-section .pebble-1 {
                width: 2.2rem;
                height: 2.1rem;
                left: 7.2rem;
                top: 0;
                background-image: url(../images/grasp-pebble-1.png);
            }

            .grasp .right-section .pebble-2 {
                width: 4.9rem;
                height: 5.1rem;
                left: 3.8rem;
                bottom: 0;
                background-image: url(../images/grasp-pebble-2.png);
            }

        .grasp .button-wrap {
            text-align: center;
        }

    .comments-wrap {
        padding-top: 3.5rem;
        padding-bottom: 5.5rem;
        background-color: var(--color-light-grey);
    }

        .comments-wrap .global-width {
            display: flex;
            flex-direction: column;
        }

        .comments-wrap .left-section {
            font-family: muliBold;
            font-size: 4.8rem;
            line-height: 1.07;
            color: var(--color-heading);
            position: relative;
            padding-bottom: 10rem;
            padding-top: 3.5rem;
            text-align: center;
        }

            .comments-wrap .left-section:before {
                content: "";
                height: 2px; /* should be in px */
                background: var(--color-blue);
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .comments-wrap .left-section:after {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                top: 100%;
                left: 50%;
                border-top: 10px solid var(--color-blue); /* should be in px */
                border-left: 8px solid transparent; /* should be in px */
                border-right: 8px solid transparent; /* should be in px */
                transform: translateX(-50%);
            }

        .comments-wrap .right-section {
            padding-top: 4.4rem;
            display: flex;
        }

            .comments-wrap .right-section .comment-slider .owl-nav {
                position: absolute;
                left: 50%;
                bottom: calc(100% + 6rem);
                transform: translateX(-50%);
            }

                .comments-wrap .right-section .comment-slider .owl-nav .owl-prev {
                    height: 5.7rem;
                    width: 5.7rem;
                    background: url(../images/arrow-left.png) no-repeat center/cover;
                    margin-right: 7px; /* should be in px */
                }

                .comments-wrap .right-section .comment-slider .owl-nav .owl-next {
                    height: 5.7rem;
                    width: 5.7rem;
                    background: url(../images/arrow-right.png) no-repeat center/cover;
                }

            .comments-wrap .right-section .each-comment {
                display: flex;
            }

            .comments-wrap .right-section .comment-slider .profile-pic {
                width: 10.8rem;
                height: 10.8rem;
                border-radius: 50%;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 8.3rem;
            }

                .comments-wrap .right-section .comment-slider .profile-pic .image {
                    max-width: 100%;
                    max-height: 100%;
                }

            .comments-wrap .right-section .comment-slider .comment-section {
                width: calc(100% - 10.8rem);
                padding: 7.5rem 0 4.6rem 2rem;
                position: relative;
            }

                .comments-wrap .right-section .comment-slider .comment-section:before {
                    content: "";
                    position: absolute;
                    width: 3.3rem;
                    height: 2.7rem;
                    background: url(../images/quotes.png) no-repeat center/cover;
                    left: 2rem;
                    top: 0;
                }

                .comments-wrap .right-section .comment-slider .comment-section .comment {
                    font-size: 1.95rem;
                    line-height: 1.5;
                    color: var(--color-grey-3);
                    margin: 0 0 1.2rem;
                }

                .comments-wrap .right-section .comment-slider .comment-section .name {
                    font-family: muliBold;
                    font-size: 1.7rem;
                    line-height: 1.76;
                    color: var(--color-grey-3);
                    margin: 0 0 .2rem;
                }

                .comments-wrap .right-section .comment-slider .comment-section .qualification {
                    font-size: 1.4rem;
                    line-height: 2.14;
                    color: var(--color-light-grey-2);
                    margin: 0;
                }

    @media screen and (min-width: 500px) {
        .gallery-list .list-item {
            width: calc((100% - 30px)/2); /* should be in px */
        }
    }

    @media screen and (min-width: 768px) {
        .gallery-list .list-item {
            width: calc((100% - 90px)/4); /* should be in px */
            margin-bottom: 0;
        }

        .grasp .list-item {
            flex-direction: row;
        }

        .grasp .right-section {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .grasp .right-section .image {
                margin-right: -.4rem;
            }

        .packages {
            padding-top: 9.6rem;
            padding-bottom: 11.8rem;
        }

        .comments-wrap {
            padding-top: 7.5rem;
            padding-bottom: 9.5rem;
        }

            .comments-wrap .global-width {
                flex-direction: row;
            }

            .comments-wrap .left-section {
                width: 250px; /* should be in px */
                padding-bottom: 0;
                padding-right: 2rem;
                padding-top: 3.5rem;
                text-align: left;
            }

                .comments-wrap .left-section:before {
                    width: 2px; /* should be in px */
                    height: 100%;
                    left: auto;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                .comments-wrap .left-section:after {
                    left: 100%;
                    top: 50%;
                    border-left: 10px solid var(--color-blue); /* should be in px */
                    border-top: 8px solid transparent; /* should be in px */
                    border-bottom: 8px solid transparent; /* should be in px */
                    transform: translateY(-50%);
                }

            .comments-wrap .right-section {
                width: calc(100% - 250px); /* should be in px */
                padding-left: 6.4rem;
                display: flex;
            }

                .comments-wrap .right-section .comment-slider .owl-nav {
                    left: calc(-250px - 6.4rem); /* should be in px */
                    bottom: 3.4rem;
                    transform: translateX(0%);
                }
    }

    @media screen and (min-width: 1050px) {
        .packages .inner-wrap {
            flex-direction: row;
        }

        .packages .inner-wrap {
            align-items: stretch;
        }

        .packages .left-section {
            width: 53%;
            padding-right: 2rem;
            justify-content: flex-start;
            font-size: 11.9rem;
            margin-bottom: 0;
        }

        .packages .right-section {
            width: 47%;
        }

        .grasp .right-section {
            align-items: flex-start;
        }

        .comments-wrap .left-section {
            width: 288px; /* should be in px */
        }

        .comments-wrap .right-section {
            width: calc(100% - 288px); /* should be in px */
            padding-left: 8.4rem;
        }

            .comments-wrap .right-section .comment-slider .owl-nav {
                left: calc(-288px - 8.4rem); /* should be in px */
            }
    }

    .comments {
        background-color: var(--color-light-grey);
    }
    /* =============================Home styles Ends */
    /* =============================Login styles */
    .inner-page.login-page,
    .inner-page.login-page + .footer {
        background: var(--color-light-grey-3);
    }

    .login-wrap .global-width {
        display: flex;
        flex-direction: column;
        padding-top: 4.8rem;
        padding-bottom: 13.4rem;
    }

    .login-wrap .left-section {
        text-align: center;
        margin-bottom: 7rem;
    }

        .login-wrap .left-section .image {
            max-width: 100%;
            margin-bottom: 2.4rem;
        }

    .login-wrap .right-section {
        text-align: center;
    }

        .login-wrap .right-section .login-box-section {
            display: inline-block;
            width: 100%;
            max-width: 54rem;
        }

        .login-wrap .right-section .heading {
            font-size: 4.9rem;
            line-height: 1.04;
            color: var(--color-heading);
            margin-block-start: 0;
            margin-block-end: 0;
        }

        .login-wrap .right-section .login-content {
            font-size: 2rem;
            line-height: 1.65;
            color: var(--color-text-4);
            margin-block-start: 0;
            margin-block-end: 0;
            padding-top: 1.9rem;
        }

            .login-wrap .right-section .login-content:after {
                content: "";
                display: inline-block;
                width: 2.2rem;
                height: 2.8rem;
                background: url(../images/bell.png) no-repeat center/cover;
                margin: 0px 0 -6px .7rem; /* should be in px */
            }

        .login-wrap .right-section .login-box {
            margin-top: 3.4rem;
            border-radius: 10px; /* should be in px */
            overflow: hidden;
            border: 1px solid var(--color-border);
        }

            .login-wrap .right-section .login-box .each-section {
                display: flex;
                padding: 2rem 4.3rem 1.7rem 4rem;
            }

                .login-wrap .right-section .login-box .each-section.grey-box {
                    background: var(--color-light-grey-4);
                    border-bottom: 1px solid var(--color-border);
                }

                .login-wrap .right-section .login-box .each-section.white-box {
                    background: var(--color-white);
                }

                .login-wrap .right-section .login-box .each-section .image {
                    width: 3.9rem;
                    height: 4.2rem;
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .login-wrap .right-section .login-box .each-section.username .image {
                    background-image: url(../images/user.png);
                }

                .login-wrap .right-section .login-box .each-section.password .image {
                    background-image: url(../images/password.png);
                }

                .login-wrap .right-section .login-box .each-section .box {
                    padding: 0 3rem;
                    width: calc(100% - 6rem);
                    height: 4.2rem;
                    position: relative;
                }

                    .login-wrap .right-section .login-box .each-section .box .placeholder {
                        position: absolute;
                        left: 3rem;
                        top: 0;
                        right: 3rem;
                        bottom: 0;
                        z-index: 1;
                        pointer-events: none;
                        font-size: 2.5rem;
                        line-height: 1.47;
                        color: var(--color-grey-4);
                        transition: .2s all linear;
                        text-align: left;
                    }

                    .login-wrap .right-section .login-box .each-section .box .textbox {
                        background: transparent;
                        width: 100%;
                        height: 100%;
                        border: 0;
                        position: relative;
                        z-index: 0;
                        font-size: 1.5rem;
                        text-align: left;
                    }

                        .login-wrap .right-section .login-box .each-section .box .textbox:focus,
                        .login-wrap .right-section .login-box .each-section .box.active .textbox {
                            padding-top: 2.2rem;
                        }

                            .login-wrap .right-section .login-box .each-section .box .textbox:focus + .placeholder,
                            .login-wrap .right-section .login-box .each-section .box.active .placeholder {
                                font-size: 1.6rem;
                                top: -.3rem;
                            }

                    .login-wrap .right-section .login-box .each-section .box.active .text {
                        color: var(--color-heading);
                    }

                .login-wrap .right-section .login-box .each-section .status {
                    width: 2.1rem;
                    height: 2.1rem;
                    border-radius: 50%;
                    margin-top: .6rem;
                }

                    .login-wrap .right-section .login-box .each-section .status.success {
                        background: url(../images/green-tick.png) no-repeat center/cover;
                    }

                    .login-wrap .right-section .login-box .each-section .status.failed {
                        background: none;
                    }

        .login-wrap .right-section .extras {
            padding: 2.3rem 3.8rem 2.5rem;
            display: flex;
            justify-content: space-between;
        }

            .login-wrap .right-section .extras .remember {
                padding-left: 3.6rem;
                position: relative;
                font-size: 1.6rem;
                white-space: nowrap;
                color: var(--color-grey-4);
                cursor: pointer;
            }

                .login-wrap .right-section .extras .remember:before {
                    content: "";
                    width: 2.1rem;
                    height: 2.1rem;
                    border-radius: 50%;
                    background-color: var(--color-green);
                    position: absolute;
                    left: 0;
                }

            .login-wrap .right-section .extras #remember-me:checked + .remember:before {
                background: url(../images/green-tick.png) no-repeat center/cover;
            }

        .login-wrap .right-section .extras {
            font-size: 1.6rem;
            white-space: nowrap;
            color: var(--color-grey-4);
            cursor: pointer;
            text-decoration: none;
        }

    .forget {
        font-size: 1.6rem;
        white-space: nowrap;
        color: var(--color-grey-4);
        cursor: pointer;
        text-decoration: none;
    }

        .forget:hover, .forget:focus {
            font-size: 1.7rem !important;
            text-decoration: none;
        }


    .login-wrap .right-section .button-wrap .login-btn {
        margin: 0;
    }

    @media screen and (min-width: 980px) {
        .login-wrap .global-width {
            flex-direction: row;
            padding-top: 7.8rem;
            padding-bottom: 16.4rem;
        }

        .login-wrap .left-section {
            width: calc(50.7% + 6.5rem);
            margin-left: -6.5rem;
            text-align: left;
            display: flex;
            align-items: center;
            margin-bottom: 0;
        }

        .login-wrap .right-section {
            width: 49.3%;
            text-align: left;
            padding-left: .8rem;
        }
    }
    /* =============================Login styles Ends */
    /* =============================About styles */
    .about-banner {
        padding-top: .2rem;
        text-align: center;
    }

    .whats-tspire .left-section {
        position: relative;
        z-index: 1;
        margin-bottom: 1.1rem;
        text-align: center;
        padding-top: 7rem;
    }

        .whats-tspire .left-section .section-title {
            display: inline-block;
            font-size: 2rem;
            font-family: muliLight;
            color: var(--color-light-grey-5);
            margin-top: .5rem;
            margin-bottom: 1.2rem;
        }

        .whats-tspire .left-section .heading {
            font-size: 4.3rem;
            line-height: 1.19;
            color: var(--color-heading);
            position: relative;
            padding-bottom: 3.3rem;
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 2.7rem;
        }

            .whats-tspire .left-section .heading:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 2px;
                width: 20rem;
                left: calc(50% - 10rem);
                background-color: var(--color-violet);
            }

        .whats-tspire .left-section .content-area {
            font-family: muliBold;
            font-size: 1.75rem;
            line-height: 1.78;
            text-align: justify;
            color: var(--color-text-2);
        }

    .whats-tspire .right-section {
        margin: -1.6rem -5.3rem 0 - 8rem;
        position: relative;
        z-index: 0;
        text-align: center;
        padding-bottom: 5rem;
    }

    .mission-vision {
        position: relative;
    }

        .mission-vision .global-width {
            position: relative;
            z-index: 1;
        }

        .mission-vision:before,
        .mission-vision:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 50%;
        }

        .mission-vision:before {
            left: 0;
            background-color: var(--color-yellow);
        }

        .mission-vision:after {
            right: 0;
            background-color: var(--color-heading);
        }

        .mission-vision .two-layer-list {
            display: flex;
        }

            .mission-vision .two-layer-list .list-item {
                width: 50%;
                padding: 4.5rem 0 5.9rem;
                display: flex;
            }

                .mission-vision .two-layer-list .list-item.mission {
                    justify-content: flex-start;
                }

                .mission-vision .two-layer-list .list-item.vision {
                    justify-content: flex-end;
                }

                .mission-vision .two-layer-list .list-item .inner {
                    max-width: 49.5rem;
                }

                .mission-vision .two-layer-list .list-item.mission .inner {
                    padding-right: 2rem;
                }

                .mission-vision .two-layer-list .list-item.vision .inner {
                    padding-left: 2rem;
                }

                .mission-vision .two-layer-list .list-item .heading {
                    display: inline-block;
                    font-size: 2.9rem;
                    line-height: 1.76;
                    color: var(--color-white);
                    position: relative;
                    padding-bottom: 0.5rem;
                    margin-block-start: 0;
                    margin-block-end: 0;
                }

                    .mission-vision .two-layer-list .list-item .heading:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        height: 2px; /* should be in px */
                        width: 7.8rem;
                    }

                .mission-vision .two-layer-list .list-item.mission .heading:after {
                    background-color: var(--color-violet);
                }

                .mission-vision .two-layer-list .list-item.vision .heading:after {
                    background-color: var(--color-yellow);
                }

                .mission-vision .two-layer-list .list-item .detail {
                    font-size: 1.56rem;
                    line-height: 1.56;
                    color: rgba(255, 255, 255, 0.77);
                    margin-block-start: 0;
                    margin-block-end: 0;
                    margin-top: 1.3rem;
                }

    .statistics {
        padding: 13.4rem 0 13.7rem;
    }

        .statistics .statistics-list {
            max-width: 96.5rem;
            display: flex;
            margin: 0 auto;
            justify-content: space-between;
        }

            .statistics .statistics-list .list-item {
                width: 110px; /* should be in px */
                padding-top: 118px; /* should be in px */
                text-align: center;
                background-position: top center;
                background-repeat: no-repeat;
                font-family: muliBold;
                font-size: 4.45rem;
                line-height: 0.79;
                color: var(--color-heading);
            }

                .statistics .statistics-list .list-item:after {
                    content: attr(data-label);
                    white-space: nowrap;
                    font-family: muliLight;
                    font-size: 1.6rem;
                    line-height: 1.5;
                    color: var(--color-heading);
                    display: block;
                    margin-top: 5px; /* should be in px */
                }

                .statistics .statistics-list .list-item.happy {
                    background-image: url(../images/happy.png);
                }

                .statistics .statistics-list .list-item.download {
                    background-image: url(../images/download.png);
                }

                .statistics .statistics-list .list-item.test {
                    background-image: url(../images/tests.png);
                }

                .statistics .statistics-list .list-item.rating {
                    background-image: url(../images/rating.png);
                }

    @media screen and (min-width: 768px) {
        .whats-tspire {
            padding-top: 13rem;
        }

            .whats-tspire .dashboard-list.tspire-list .left-section {
                width: 57.3%;
            }

            .whats-tspire .dashboard-list.tspire-list .right-section {
                width: calc(42.7% + 13.3rem);
                margin: -14.7rem -5.3rem -.9rem -8rem;
            }

        .tspire-list .left-section {
            text-align: left;
            padding-top: 0;
        }

        .whats-tspire .right-section {
            text-align: right;
            padding-bottom: 0;
        }

        .whats-tspire .left-section .content-area {
            padding-bottom: 3rem;
        }

        .whats-tspire .left-section .heading:after {
            width: 13.7rem;
            left: 0;
        }
    }

    @media screen and (min-width: 980px) {
        .whats-tspire .dashboard-list.tspire-list .right-section {
            margin: -16.8rem -5.3rem -.9rem -8rem;
        }
    }

    @media screen and (max-width: 779px) {
        .mission-vision .two-layer-list {
            flex-direction: column;
            text-align: center;
        }

            .mission-vision .two-layer-list .list-item {
                width: calc(100% + 40px); /* should be in px */
                margin-left: -20px; /* should be in px */
            }

        .mission-vision:before,
        .mission-vision:after {
            display: none;
        }

        .mission-vision .two-layer-list .list-item.mission,
        .mission-vision .two-layer-list .list-item.vision {
            justify-content: center;
        }

        .mission-vision .two-layer-list .list-item.mission {
            background-color: var(--color-yellow);
        }

        .mission-vision .two-layer-list .list-item.vision {
            background-color: var(--color-heading);
        }

        .mission-vision .two-layer-list .list-item .inner {
            max-width: 100%;
        }

        .mission-vision .two-layer-list .list-item.mission .inner {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .mission-vision .two-layer-list .list-item.vision .inner {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .mission-vision .two-layer-list .list-item .detail {
            max-width: 40rem;
        }

        .mission-vision .two-layer-list .list-item .heading:after {
            width: 100%;
        }

        .statistics {
            padding: 10.4rem 0 9.7rem;
        }

            .statistics .statistics-list {
                flex-wrap: wrap;
            }

                .statistics .statistics-list .list-item {
                    width: 50%;
                    text-align: center;
                    margin-bottom: 5rem;
                }
    }

    @media screen and (max-width: 500px) {
        .statistics .statistics-list .list-item {
            width: 100%;
        }
    }
    /* =============================About styles Ends */
    /* =============================Contact styles */
    .contact-detail-wrap {
        padding: 4.3rem 0 11.8rem;
    }

        .contact-detail-wrap .global-width {
            display: flex;
            flex-wrap: wrap;
        }

        .contact-detail-wrap .page-heading {
            font-family: muliBold;
            font-size: 4.5rem;
            line-height: 1.13;
            text-align: center;
            color: var(--color-heading);
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 8.6rem;
            width: 100%;
        }

        .contact-detail-wrap .contact-detail {
            width: 100%;
            max-width: 101.6rem;
            display: flex;
            flex-direction: column;
        }

            .contact-detail-wrap .contact-detail .left-section {
                margin-bottom: 5rem;
                padding-top: 1.5rem;
            }

                .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item.address {
                    margin-bottom: 3.4rem;
                }

                .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item.complaint {
                    margin-bottom: 4.3rem;
                }

                .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item.timing {
                    margin-bottom: 2.9rem;
                }

                .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item .heading {
                    font-family: muliLight;
                    font-size: 2.8rem;
                    line-height: 0.89;
                    text-align: left;
                    color: var(--color-heading);
                    margin-block-start: 0;
                    margin-block-end: 0;
                    margin-bottom: 2rem;
                }

                    .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item .heading.highlight {
                        font-size: 2.3rem;
                        color: var(--color-yellow);
                    }

                .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item .detail {
                    font-size: 1.8rem;
                    line-height: 1.39;
                    text-align: left;
                    color: var(--color-heading);
                    margin-block-start: 0;
                    margin-block-end: 0;
                }

                    .contact-detail-wrap .contact-detail .left-section .contact-detail-list .list-item .detail.highlight {
                        color: var(--color-text);
                    }

            .contact-detail-wrap .contact-detail .right-section .textbox-style,
            .contact-detail-wrap .contact-detail .right-section .textarea-style {
                width: 100%;
            }

            .contact-detail-wrap .contact-detail .right-section .textarea-style {
                height: 10.9rem;
                margin-bottom: 2.5rem;
            }

    @media screen and (min-width: 768px) {
        .contact-detail-wrap .global-width {
            justify-content: flex-end;
        }

        .contact-detail-wrap .contact-detail {
            flex-direction: row;
        }

            .contact-detail-wrap .contact-detail .left-section {
                width: 46.8%;
                padding-right: 3rem;
                margin-bottom: 0;
            }

            .contact-detail-wrap .contact-detail .right-section {
                width: 53.2%;
            }
    }
    /* =============================Contact styles ends*/
    /* =============================Initiative styles */
    .initiative-banner {
        padding-top: 1rem;
        padding-bottom: 10rem;
        text-align: center;
    }

    .grasp-advantages {
        background-color: var(--color-light-grey);
        padding-top: 8.1rem;
        padding-bottom: 5.5rem;
    }

        .grasp-advantages .global-width {
            display: flex;
            flex-direction: column;
        }

    .inner-image {
        text-align: center;
        margin: 2rem 0 4rem;
    }

    .grasp-advantages .right-section {
        text-align: center;
    }

        .grasp-advantages .right-section .section-title {
            display: inline-block;
            font-size: 2rem;
            font-family: muliLight;
            color: var(--color-light-grey-5);
            margin-top: .5rem;
            margin-bottom: 1.0rem;
        }

        .grasp-advantages .right-section .heading {
            font-size: 4.3rem;
            line-height: 1.19;
            color: var(--color-heading);
            position: relative;
            padding-bottom: 3.0rem;
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 2.7rem;
            text-align: center;
        }

            .grasp-advantages .right-section .heading:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 2px;
                width: 20rem;
                left: calc(50% - 10rem);
                background-color: var(--color-violet);
            }

        .grasp-advantages .right-section .content-area {
            font-family: muliBold;
            font-size: 1.75rem;
            line-height: 1.78;
            text-align: center;
            color: var(--color-text-2);
        }

    .take-look {
        overflow: hidden;
    }

        .take-look .global-width {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .take-look .left-section {
            position: relative;
            z-index: 1;
            margin-bottom: 3rem;
            text-align: center;
            padding-top: 7rem;
        }

            .take-look .left-section .section-title {
                display: inline-block;
                font-size: 4rem;
                font-family: muliBold;
                color: var(--color-heading);
                margin-top: 1.4rem;
                margin-bottom: 1.2rem;
                line-height: 1;
            }

            .take-look .left-section .heading {
                font-family: muliBold;
                font-size: 7.8rem;
                line-height: 0.7;
                color: var(--color-yellow);
                position: relative;
                padding-bottom: 3.2rem;
                margin-block-start: 0;
                margin-block-end: 0;
                margin-top: .3rem;
            }

            .take-look .left-section .content-area {
                font-size: 1.75rem;
                line-height: 1.78;
                text-align: justify;
                color: var(--color-text-2);
            }

                .take-look .left-section .content-area .para {
                    margin-block-start: 0;
                    margin-block-end: 0;
                    margin-bottom: 1.2rem;
                    text-align: center;
                }

        .take-look .right-section {
            margin: -1.6rem -5.3rem 0 - 8rem;
            position: relative;
            z-index: 0;
            text-align: center;
            padding-bottom: 5rem;
        }

        .take-look .text {
            width: 100%;
            font-size: 1.7rem;
            line-height: 1.5;
            color: var(--color-heading);
            margin-block-start: 0;
            margin-block-end: 0;
            padding-bottom: 6rem;
            max-width: 70.4rem;
            margin: 0 auto;
            text-align: center;
        }

    .grasp-digital {
        background-color: var(--color-dark-blue);
        padding: 3.9rem 0 9.1rem;
    }

        .grasp-digital .global-width {
            display: flex;
            flex-direction: column;
        }

        .grasp-digital .left-section {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .grasp-digital .right-section {
            position: relative;
            z-index: 0;
            padding-bottom: 2rem;
        }

            .grasp-digital .right-section .peble {
                position: absolute;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .grasp-digital .right-section .peble-1 {
                width: 4.9rem;
                height: 5.1rem;
                left: 40rem;
                top: 6rem;
                background-image: url(../images/grasp-peble-1.png);
            }

            .grasp-digital .right-section .peble-2 {
                width: 2.2rem;
                height: 2.1rem;
                right: 2.6rem;
                bottom: 11.7rem;
                background-image: url(../images/grasp-peble-2.png);
            }

            .grasp-digital .right-section .peble-3 {
                width: 4.9rem;
                height: 5.1rem;
                left: 0;
                bottom: -7.3rem;
                background-image: url(../images/grasp-peble-3.png);
            }

            .grasp-digital .right-section .detail {
                font-size: 2.43rem;
                line-height: 1.49;
                color: var(--color-white);
                margin-block-end: 0;
                margin-block-start: 0;
                margin-top: 15.55rem;
                margin-bottom: 3.15rem;
                text-align: center;
            }

            .grasp-digital .right-section .button-wrap {
                text-align: center;
            }

    .proxima {
        padding: 8.2rem 0 8.3rem;
    }

        .proxima .global-width {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .proxima .left-section .heading {
            font-family: muliBold;
            font-size: 5.65rem;
            line-height: 1.19;
            color: var(--color-yellow);
            position: relative;
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 2rem;
            margin-top: .88rem;
            text-align: center;
        }

        .proxima .left-section .content-area {
            font-size: 1.7rem;
            line-height: 1.89;
            text-align: justify;
            color: var(--color-text-2);
        }

            .proxima .left-section .content-area .para {
                margin-block-start: 0;
                margin-block-end: 0;
                text-align: center;
                margin-bottom: 3.1rem;
            }

        .proxima .text {
            font-family: muliBold;
            font-size: 2.1rem;
            line-height: 1.52;
            color: var(--color-heading);
            width: 100%;
            text-align: center;
            margin-block-start: 0;
            margin-block-end: 0;
            margin-top: 2.9rem;
            margin-bottom: 1rem;
        }

    .trainers {
        background-color: var(--color-light-grey);
        padding: 9.8rem 0 10rem;
    }

        .trainers .heading {
            font-family: muliBold;
            font-size: 4.8rem;
            line-height: 1.15;
            color: var(--color-heading);
            text-align: center;
            margin-block-start: 0;
            margin-block-end: 0;
            padding-bottom: 6.7rem;
        }

        .trainers .trainers-list {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            margin-bottom: 3rem;
        }

            .trainers .trainers-list .list-item {
                margin-bottom: 7rem;
            }

                .trainers .trainers-list .list-item:last-child {
                    margin-bottom: 0;
                }

            .trainers .trainers-list .image-wrap {
                text-align: center;
                position: relative;
                padding: 0 1rem;
            }

                .trainers .trainers-list .image-wrap:before {
                    position: absolute;
                    content: "";
                    height: 50%;
                    top: 50%;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 0;
                    border: 1px solid var(--color-white);
                    border-bottom: 0;
                }

                .trainers .trainers-list .image-wrap .image {
                    position: relative;
                    z-index: 1;
                }

            .trainers .trainers-list .details {
                border-left: 1px solid var(--color-white);
                border-right: 1px solid var(--color-white);
                padding: 2.5rem 1rem 3.5rem;
                text-align: center;
            }

                .trainers .trainers-list .details .name {
                    display: block;
                    font-family: muliSemiBold;
                    font-size: 1.6rem;
                    line-height: 1.1;
                    color: var(--color-dark-grey);
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    margin-bottom: .89rem;
                }

                .trainers .trainers-list .details .qualification {
                    display: block;
                    font-family: muliSemiBold;
                    font-size: 1.5rem;
                    font-weight: 600;
                    line-height: 1.1;
                    color: var(--color-dark-grey);
                    height: 35px;
                }

                .trainers .trainers-list .details .position {
                    display: block;
                    font-family: muliSemiBold;
                    font-size: 1.4rem;
                    font-weight: 600;
                    line-height: 1.2;
                    color: var(--color-dark-grey);
                    margin-top: 2.6rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: .65rem;
                }

            .trainers .trainers-list .trainer-social-list {
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 2rem 33px 2.1rem;
                background-color: var(--color-white);
            }

        .trainers .trainer-social-list .social-item {
            align-self: center;
        }

    @media screen and (min-width: 768px) {
        .grasp-advantages .global-width {
            flex-direction: row;
        }

        .grasp-advantages .left-section {
            width: 51.1%;
            text-align: right;
        }

        .grasp-advantages .right-section {
            width: 48.9%;
            text-align: left;
        }

            .grasp-advantages .right-section .heading {
                text-align: left;
            }

                .grasp-advantages .right-section .heading:after {
                    width: 13.7rem;
                    left: 0;
                }

            .grasp-advantages .right-section .content-area {
                padding-bottom: 3rem;
                text-align: justify;
            }

        .take-look .global-width {
            flex-direction: row;
        }

        .take-look {
            padding-top: 8.6rem;
            padding-bottom: 1.3rem;
        }

            .take-look .left-section {
                text-align: left;
                padding-top: 0;
                width: 58.8%;
                padding-right: 2rem;
            }

            .take-look .right-section {
                text-align: right;
                padding-bottom: 0;
                width: calc(41.2% + 15.1rem);
                margin: -14rem -7.1rem -.9rem -8rem;
            }

            .take-look .left-section .content-area {
                padding-bottom: 3rem;
            }

            .take-look .text {
                margin-top: -2.6rem;
                /*padding-bottom: 3rem;*/
            }

            .take-look .left-section .content-area .para {
                text-align: left;
                ;
            }

        .grasp-digital .global-width {
            flex-direction: row;
            justify-content: space-between;
        }

        .grasp-digital .left-section {
            text-align: left;
            width: 40%;
        }

        .grasp-digital .right-section {
            width: 49%;
            padding-bottom: 6.9rem;
        }

            .grasp-digital .right-section .detail {
                text-align: left;
            }

            .grasp-digital .right-section .button-wrap {
                text-align: left;
            }

        .proxima .global-width {
            flex-direction: row;
        }

        .proxima .left-section .content-area .para {
            text-align: justify;
        }

        .proxima .left-section {
            width: 58.5%;
            padding-right: 12px;
        }

        .proxima .right-section {
            width: 41.5%;
        }

        .proxima .left-section .content-area {
            padding-bottom: 3rem;
        }

        .proxima .left-section .heading {
            text-align: left;
        }

        .trainers .trainers-list {
            flex-direction: row;
            justify-content: space-between;
        }

            .trainers .trainers-list .list-item {
                justify-content: space-between;
                width: calc((100% - 78px)/4);
                max-width: 25.7rem;
                margin-bottom: 0;
            }
    }

    @media screen and (min-width: 1120px) {
        .take-look .text {
            /*margin-top: -11.6rem;*/
        }
    }
    /* =============================Initiative styles ends*/
    /* =============================News & Events styles */
    .news-banner {
        text-align: center;
    }

    .news-section {
        text-align: center;
        padding-top: 6rem;
        ;
        padding-bottom: 9rem;
    }

        .news-section .section-title {
            display: inline-block;
            font-size: 2rem;
            font-family: muliLight;
            color: var(--color-light-grey-5);
            margin-top: .2rem;
            margin-bottom: 1.4rem;
        }

        .news-section .heading {
            font-size: 4.3rem;
            line-height: 1.19;
            color: var(--color-heading);
            position: relative;
            padding-bottom: 3.6rem;
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 2.7rem;
        }

            .news-section .heading:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 2px;
                width: 20rem;
                left: calc(50% - 10rem);
                background-color: var(--color-violet);
            }

        .news-section .content-area {
            font-family: muliBold;
            max-width: 87rem;
            margin: 0 auto;
            text-align: center;
            font-size: 1.7rem;
            line-height: 1.78;
            color: var(--color-text-2);
            padding-bottom: 5rem;
        }

        .news-section .news-list {
            padding-top: 3.2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .news-section .news-list .list-item {
                width: 100%;
                margin-bottom: 3rem;
                background-color: var(--color-white);
                box-shadow: 0px 1px 18px 2px rgba(0, 0, 0, 0.1);
            }

            .news-section .news-list .news-content {
                padding: 3.7rem 2rem 7rem;
            }

                .news-section .news-list .news-content .date-time {
                    display: inline-block;
                    padding-left: 15px;
                    margin-bottom: 1.3rem;
                    font-family: muliLight;
                    font-size: 12px; /* should be in px */
                    color: var(--color-light-grey-5);
                    background: url(../images/clock.png) no-repeat left center;
                    white-space: nowrap;
                }

                .news-section .news-list .news-content .detail {
                    font-family: muliBold;
                    font-size: 1.6rem;
                    line-height: 1.6;
                    letter-spacing: 0.9px;
                    color: var(--color-violet);
                    display: block;
                }

    @media screen and (min-width: 600px) {
    }

    @media screen and (min-width: 768px) {
        .news-section {
            padding-bottom: 11.4rem;
        }

            .news-section .news-list {
                flex-direction: row;
                text-align: left;
                margin-bottom: 0;
            }

                .news-section .news-list .list-item {
                    width: calc((100% - 4rem)/3);
                }

                .news-section .news-list .news-content {
                    padding-bottom: 4.1rem;
                }
    }

    @media screen and (min-width: 1200px) {
        .news-section .news-list .list-item {
            width: calc((100% - 5.2rem)/3);
        }

        .news-section .news-list .news-content {
            padding-left: 4rem;
        }
    }
    /* =============================News & Events styles ends*/
    /* =============================Package styles */
    .package-banner {
        text-align: center;
        padding-top: 2.1rem;
    }

    .package-tab {
        font-size: 1.6rem;
        ;
    }

    .package-content {
        padding: 5.3rem 0 5.3rem;
    }

        .package-content .page-head {
            font-family: muliBold;
            font-size: 4.5rem;
            margin-block-start: 0;
            margin-block-end: 0;
            color: var(--color-heading);
            text-align: center;
            margin-bottom: 5.5rem;
        }

        .package-content .package-tab-content .package-list .list-item {
            width: 100%;
            border: solid 1px #5b49d1;
            border-radius: 37px;
            margin-bottom: 7.5rem;
            padding: 5.5rem 2rem 5rem;
            text-align: center;
        }

        .package-content .package-list .title {
            margin-block-start: 0;
            margin-block-end: 0;
            font-size: 2.5rem;
            font-family: muliBold;
            line-height: 0;
            color: #6635cd;
            margin-bottom: 2.4rem;
        }

        .package-content .package-list .title-description {
            margin-block-start: 0;
            margin-block-end: 0;
            font-size: 1.6rem;
            line-height: 1.2;
            color: var(--color-text);
            margin-bottom: 4.3rem;
        }

        .package-content .package-list .price {
            margin-block-start: 0;
            margin-block-end: 0;
            font-family: muliBold;
            font-size: 4.8rem;
            line-height: 1.06;
            color: var(--color-yellow);
        }

            .package-content .package-list .price .inr-symbol {
                padding-right: 3px;
            }

        .package-content .package-list .check-wrap {
            margin: 3.5rem 0 2rem;
        }

            .package-content .package-list .check-wrap .buy-check-label {
                display: inline-block;
                width: 50px;
                height: 50px;
                border: solid 1px #5b49d1;
                border-radius: 50%;
                cursor: pointer;
            }

            .package-content .package-list .check-wrap .buy-check-input:checked + .buy-check-label {
                border: solid 1px transparent;
                cursor: default;
                background: url(../images/package-tick.png) no-repeat center/cover;
            }

        .package-content .package-list .detail {
            margin-block-start: 0;
            margin-block-end: 0;
            font-family: muliBold;
            font-size: 1.6rem;
            line-height: 1.44;
            color: var(--color-heading);
            margin-bottom: 3.5rem;
        }

        .package-content .package-list .button-wrap .common-button-2 {
            height: 4.7rem;
            min-width: 12.4rem;
            border-radius: 1.95rem;
        }

    @media screen and (min-width: 600px) {
        .package-content .package-tab-content .package-list {
            margin: 0 -1.5rem;
            display: flex;
            flex-wrap: wrap;
        }

            .package-content .package-tab-content .package-list .list-item {
                margin: 0 1.5rem 7.5rem;
                width: calc((100% - 6rem)/2);
            }
    }

    @media screen and (min-width: 768px) {
        .package-content .package-tab-list {
            width: 100%;
            text-align: center;
            padding-bottom: 4.8rem;
        }

            .package-content .package-tab-list .list-item {
                float: none;
                margin: 0 1.35rem;
                width: 22.5rem;
                height: 5.6rem;
                line-height: 5.1rem;
                border-image-slice: 1;
                background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to top, #b39ce7, #aea6e8);
                background-origin: border-box;
                background-clip: content-box, border-box;
                padding: 2px;
                border-radius: 5px;
                overflow: hidden;
            }

                .package-content .package-tab-list .list-item .inner {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    background-color: var(--color-white);
                    border-radius: 4px;
                    overflow: hidden;
                    font-family: Muli;
                    font-size: 1.7rem;
                    color: var(--color-violet);
                }

                .package-content .package-tab-list .list-item.resp-tab-active {
                    background-image: linear-gradient(to top, #5b49d1, #6635cd);
                }

                    .package-content .package-tab-list .list-item.resp-tab-active .inner {
                        color: var(--color-white);
                        background-color: transparent;
                    }

                .package-content .package-tab-list .list-item:first-child {
                    margin-left: 0;
                }

                .package-content .package-tab-list .list-item:last-child {
                    margin-right: 0;
                }

        .package-content .package-tab-content .package-list .list-item {
            width: calc((100% - 9rem)/3);
        }
    }

    @media screen and (min-width: 1200px) {
        .package-content .package-tab-list .list-item {
            width: 25.5rem;
        }

            .package-content .package-tab-list .list-item .inner {
                font-size: 1.9rem;
            }
    }
    /* =============================Package styles ends*/
    /* =============================Terms and Condition styles */
    .terms-page .page-heading {
        font-family: muliBold;
        font-size: 4.5rem;
        line-height: 1.13;
        color: var(--color-heading);
        background-color: var(--color-light-grey);
        position: relative;
        z-index: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        text-align: center;
        padding: 21.9rem 0 7.8rem;
    }

    .terms-content {
        padding: 6.9rem 0 4.3rem;
    }

        .terms-content .inner {
            max-width: 92rem;
            margin: 0 auto;
        }

        .terms-content .terms-heading {
            font-family: muliBold;
            font-size: 2.3rem;
            color: var(--color-heading);
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 2.6rem;
        }

        .terms-content .para {
            font-size: 1.72rem;
            line-height: 1.5;
            text-align: justify;
            color: var(--color-heading);
            margin-block-start: 0;
            margin-block-end: 0;
            margin-bottom: 2.6rem;
        }

            .terms-content .para.last-para {
                margin-bottom: 8.6rem;
            }

        .terms-content .list-1 {
            margin: 0;
            font-size: 1.72rem;
            line-height: 1.5;
            text-align: justify;
            color: var(--color-heading);
        }

            .terms-content .list-1 .list-head {
                font-family: MuliBold;
                margin-block-start: 0;
                margin-block-end: 0;
                margin-bottom: 2.6rem;
            }

            .terms-content .list-1 .list-detail {
                margin-block-start: 0;
                margin-block-end: 0;
                font-size: 1.72rem;
                line-height: 1.5;
                text-align: justify;
                color: var(--color-heading);
                margin-bottom: 2.6rem;
            }

        .terms-content .list-2 {
            margin: 0;
            margin-bottom: 2.6rem;
        }

        .terms-content .ordered-item {
            margin-bottom: .9rem;
        }
    /* =============================Terms and Condition styles ends*/
