html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Amiri';
    src: url('../fonts/amiri/Amiri-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('../fonts/amiri/Amiri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cerebri';
    src: url('../fonts/cerebri/CerebriSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/open-sans/opensans-light/OpenSans-Light-webfont.ttf') format('truetype'), ;
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/open-sans/opensans-regular/OpenSans-Regular-webfont.ttf') format('truetype'), ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/open-sans/opensans-bold/OpenSans-Bold-webfont.ttf') format('truetype'), ;
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/GothamSSm-Bold.otf') format('opentype'), ;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ITF';
    src: url('/fonts/ITF/ITF-Bold.woff2') format('woff2'),
        /* Modern Browsers */
        url('/fonts/ITF/ITF-Bold.woff') format('woff'),
        /* Firefox, Chrome, Opera */
        url('/fonts/ITF/ITF-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/fonts/ITF/ITF-Bold.otf') format('opentype');
    /* Legacy iOS */
    font-weight: 700;
}

@font-face {
    font-family: 'ITF';
    src: url('/fonts/ITF/ITF-Reg.woff2') format('woff2'),
        /* Modern Browsers */
        url('/fonts/ITF/ITF-Reg.woff') format('woff'),
        /* Firefox, Chrome, Opera */
        url('/fonts/ITF/ITF-Reg.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/fonts/ITF/ITF-Reg.otf') format('opentype');
    /* Legacy iOS */
    font-weight: normal;
}

@font-face {
    font-family: 'ITF';
    src: url('/fonts/ITF/ITF-Semi.woff2') format('woff2'),
        /* Modern Browsers */
        url('/fonts/ITF/ITF-Semi.woff') format('woff'),
        /* Firefox, Chrome, Opera */
        url('/fonts/ITF/ITF-Semi.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/fonts/ITF/ITF-Semi.otf') format('opentype');
    /* Legacy iOS */
    font-weight: 500;
}

@font-face {
    font-family: 'Matter';
    src: url('/fonts/matter/Matter-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Matter';
    src: url('/fonts/matter/Matter-SemiBold.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Matter';
    src: url('/fonts/matter/Matter-Medium.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Matter';
    src: url('/fonts/matter/Matter-Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Matter';
    src: url('/fonts/matter/Matter-Light.otf') format('opentype');
    font-weight: 300;
}


:root {
    --primary: #299D9C;
    --black: #202020;
    --highlight: #CDFFFF;
}

body {
    cursor: url('../img/cursor.png'), default;
}

body a,
.scroll-down {
    cursor: url('../img/hand.png'), default;
}


strong,
b {
    font-weight: bold;
    /* This will automatically use Amiri-Bold */
}


* {
    font-family: 'Matter', serif;
    font-weight: 300;
}

.dictionary .word {
    font-family: 'Amiri', serif;
}

.p-main {
    padding: 50px 0;
    position: relative;
}

a {
    font-weight: 500;
    font-size: 16px;
    box-shadow: none;
    transition: all 0.2s ease 0s;
    outline: none;
}

a:hover {
    text-decoration: none;
}

nav a+a {
    margin-left: 25px;
}

h1 {
    font-weight: 700;
    font-size: 3.5em !important;
}

h2 {
    font-weight: 600 !important;
    margin: 0 auto;
    font-size: 1.8em !important;
}

.cover-heading span {
    color: #6400ff !important;
}

.p-main .content {
    margin: 150px 0 40px 0;
}

a.nav-link {
    border: none;
    background-color: transparent !important;
}

a.nav-link:hover {
    background-color: transparent !important;
    background: none !important;
    text-shadow: 0px 5px 30px rgb(173 148 226 / 90%);
    box-shadow: none;
}

.cs {
    background: white;
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-height: 250px;
    transition: all 0.3s ease;
    cursor: url('../img/hand.png'), default;
}

.cs:hover {
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.2);
}

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

.cs .content *+* {
    margin-top: 10px;
}

.cs .content a {
    display: inline-block;
}

.cs .bg-container img {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    margin-top: -1px;
    object-fit: cover;
    -o-object-fit: cover;
    max-height: 300px;
}

p {
    font-size: 16px;
}

.cs .year {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--primary);
    font-size: 22px;
}

.p-about .heading,
.p-tools .heading,
.p-contact .heading {
    margin-bottom: 70px;
}

.p-about .heading p {
    margin-top: 5px;
}

.p-writing .heading {
    margin-bottom: 50px;
}

.p-about .list {
    margin: 0 auto;
}

.p-about .l-item {
    text-align: left;
}

.p-about .l-item h4 {
    margin: 0 0 4px 0;
    font-weight: 600;
}

.p-about .l-item+.l-item {
    margin-top: 15px;
}

.p-about .col-md-11 {
    padding-left: 0px;
}

.p-writing .b-post {
    background: white;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: left;
}

.spar-link {
    font-weight: bold;
    background: var(--highlight);
    color: var(--black);
    padding: 0 3px;
    font-size: 20px;
}

.p-writing .b-post .date {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #888;
    font-size: 16px;
}

.b-post h4 {
    line-height: 24px;
    font-size: 20px;
}

.p-contact p {
    margin: 10px 0 30px 0;
}

.p-contact .c-links div+div {
    margin-top: 20px;
}

.p-contact .c-links div span {
    margin-right: 10px;
}

.p-main .container img {
    max-width: 300px;
}

.p-main h1 {
    font-weight: 600 !important;
}

.p-main h2 {
    font-size: 2.1em !important;
    max-width: 600px !important;
}

a:hover {
    text-decoration: none !important;
}

/* Case Studies */

p {
    line-height: 27px;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

body.p-case-study h2 {
    margin: 0 0 25px 0;
}

body.p-case-study .align-left {
    text-align: left;
}

.p-case-study .p-main h1 {
    font-weight: 600;
}

.p-case-study .p-main p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 17px;
    opacity: 0.6;
}

li {
    font-size: 16px;
    line-height: 27px;
}

li+li {
    margin-top: 10px;
}

li li+li {
    margin-top: 0px;
}

.p-case-study>div+div {
    padding-top: 0px;
}

.p-case-study div.c-problem {
    padding: 70px 0 40px 0;
}

.p-case-study .c-header {
    padding: 70px 0 150px 0;
}

.c-addressing {
    padding: 70px 0 50px 0;
}

.p-case-study img {
    max-width: 100%;
}

.c-video iframe {
    width: 100%;
    height: 400px;
}

#whimsical {
    padding-bottom: 0px !important;
}

#dp-new-store img {
    max-width: 600px;
}

#dp-new-store {
    text-align: center;
}

.c-ui {
    padding-bottom: 20px;
    padding-top: 70px;
}

#home-link {
    display: inline-block;
    margin-bottom: 20px;
}

.c-document {
    padding-bottom: 50px !important;
    padding-top: 70px;
}

.c-strategy {
    padding-top: 70px;
}

body.p-case-study {
    background: transparent;
}

.c-details {
    padding: 0 !important;
}

.c-details img {
    margin: 0 0 70px 0;
    max-height: 800px;
    object-fit: cover;
    -o-object-fit: cover;
}

.c-outcome {
    padding-bottom: 50px !Important;
    padding-top: 70px;
}

.c-outcome img {
    margin: 0 0 30px 0;
    width: calc(100% + 200px);
    max-width: 100%;
    border-radius: 15px;
}

.caption {
    font-style: italic;
}

.p-case-study .half {
    width: calc(50% - 90px);
    float: left;
    margin: 0 50px;
    border-radius: 15px;
}

.p-case-study .half img {
    border-radius: 15px;
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.1);
}

.p-case-study .half .caption {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.p-case-study .half+.half {
    margin-left: 20px;
}

.break:before {
    content: '';
    border: 1px solid #ddd;
    display: block;
    margin: 50px 0 70px 0;
}

.c-outcome .caption {
    margin-bottom: 20px;
}

#deb-homepage {
    padding-bottom: 0px;
}

body.p-case-study .p-contact h2 {
    margin: 100px auto 0 auto;
}

.c-full-img img {
    width: 100%;
}

.p-case-study .p-main {
    position: relative;
}

.animate {
    padding: 0px;
}

/*
#cs-store-listing:before {

    content:'';
    position:absolute;
    top:-180px;
    bottom:0px;
    left:0px;
    right:0px;
    background-image:url("../img/dp_main.png");
    background-size:cover;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

#cs-store-listing:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color:rgba(0,0,0,.4);
}
 */

/* Mobile Styles */

@media screen and (max-width:767px) {

    .cs .bg-container img {
        border-radius: 0 0 10px 10px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .l-item .col-md-1 {
        padding: 0 0 10px 0;
    }

    .post+.post {
        margin-top: 30px;
    }

    #dp-new-store img {
        max-width: 100% !important;
    }

    .p-case-study .half {
        width: calc(100% - 30px);
        float: none;
        margin: 0 15px;
    }

    .p-case-study .half+.half {
        margin-top: 30px;
    }

    .p-case-study .navbar-default .navbar-nav>li>a {
        padding-top: 0px;
    }

    .p-case-study .collapse {
        display: inline-block;
        border: none;
    }

    .p-case-study .p-main h1:before {
        display: none;
    }

    .p-case-study .p-main h1 {
        line-height: 55px !important;
    }

    .p-case-study .p-main>.container {
        margin: 70px auto 20px auto;
    }

    .c-details img {
        max-width: 100% !important;
        margin: 0 0 50px 0;
    }

    .p-case-study .p-contact {
        padding-bottom: 100px !important;
    }

    .c-video iframe {
        height: 250px;
    }
}

.g-item img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    transition: all .3s ease;
}

.g-item img:hover {
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}

@media screen and (max-width:992px) {
    .p-gallery .post+.post {
        margin-top: 30px;
    }
}

/* New */

* {
    color: black;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, .7);
    padding: 15px 5px 0 5px;
}

.navbar-default .navbar-nav>li+li {
    margin-left: 30px;
}

.navbar-default {
    background: none !important;
    border: none !important;
}

.navbar-brand img {
    max-width: 50px;
    display: inline-block !important;
    margin-right: 12px;
    margin-bottom: 0px;
}

.navbar-brand span {
    font-weight: bold;
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
}

.navbar-nav {
    padding: 15px 0;
}

h2.cover-heading {
    font-size: 30px !important;
}

.p-main>.content {
    max-width: 900px;
    margin: 150px auto 180px auto;
}

a.btn {
    font-size: 20px;
    font-weight: bold;
    color: black;
    background-color: #D6C7F9;
    border-radius: 5px;
    padding: 12px 50px;
    cursor: url('../img/hand.png'), default;
}

a.btn:hover {
    box-shadow: 0px 15px 30px rgba(169, 160, 190, .4);
}

/* Remove */

.cs {
    box-shadow: none;
}

.cs h2 {
    font-weight: 700;
    font-size: 27px;
    font-family: 'Gotham', sans-serif;
    margin: 0;
    line-height: 40px;
}

.cs:hover {
    box-shadow: none;
}

h1 {
    font-size: 60px !important;
    line-height: 70px !important;
}

h2 {
    font-size: 30px !important;
}

li+li {
    margin-top: 0px !important;
}

.cs span {
    display: block;
    margin-bottom: 15px !important;
}

.cs p {
    font-size: 20px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.cs img {
    border-radius: 10px !important;
    box-shadow: 0px 50px 60px rgb(0 0 0 / 10%);
}

.cs+.cs {
    margin-top: 70px;
}

.dribbble strong {
    margin: 80px 0 50px 0;
    display: block;
    font-family: 'Gotham', sans-serif;
}

strong {
    font-size: 20px;
}

.dribbble .item img {
    object-fit: cover !important;
    -o-object-fit: cover !important;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.1);
    cursor: url('../img/hand.png'), default;
}

.dribbble .item img {
    transition: all 0.3s ease;
}

.dribbble .item img:hover {
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}

.cs a.link {
    font-weight: bold;
    color: black;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.cs:hover a.link {
    text-shadow: 0px 10px 20px rgba(224, 212, 248, 1);
}

.heading h2 {
    font-weight: 700 !important;
}

p {
    font-size: 20px;
}

h4 {
    font-size: 20px;
    font-weight: 700 !important;
    padding-bottom: 3px !important;
}

.l-item {
    padding: 25px 20px 22px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.l-item .col-md-1 {
    font-size: 20px;
    padding: 1px 0 1px 10px;
}

.l-item p {
    margin-bottom: 0px;
}

.l-item:hover {
    box-shadow: 0px 23px 60px rgb(0 0 0 / 10%);
}

.l-item+.l-item {
    margin-top: 0px !important;
}

.p-writing h2 {
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
}

.b-post img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 10px;
}

.p-writing {
    padding: 150px 0 !important;
}

.p-tools {
    padding: 0px 0 200px 0 !important;
}

.p-writing .b-post {
    background: none;
    box-shadow: none;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.p-writing .b-post:hover {
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
    margin-top: -2px;
    margin-bottom: 2px;
}

.b-post .content {
    padding: 25px 0 10px 0;
}

.b-post a.link {
    font-weight: 600 !important;
    font-size: 20px;
    color: black;
    position: relative;
    display: block;
}

.b-post:hover .b-link a {
    text-shadow: 0px 10px 20px rgba(224, 212, 248, 1);
}

.p-tools h2 {
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
}

.p-tools a.panel-heading {
    cursor: initial;
    ;
}

.p-tools a.panel-heading:hover {
    box-shadow: none;
    cursor: initial;
}

.p-tools .container {
    max-width: 800px;
    margin: 0 auto;
}

.p-tools .panel-heading>div {
    padding: 20px 50px;
    text-align: left;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

.p-tools .panel-heading span {
    float: right;
}

.p-tools .panel-heading>div:hover {
    box-shadow: 0px 20px 40px rgb(0 0 0 / 10%);
}

.p-tools .panel-body {
    background-color: rgba(234, 227, 249, .3);
    text-align: left;
    padding: 0px 25px;
    margin-top: -25px;
    margin-left: 30px;
    height: 0px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.p-tools .panel-heading:hover+.panel-body {
    padding: 20px 25px 10px 25px;
    height: auto;
}

h1.lead span {
    position: relative;
}

.l-item h4 {
    font-size: 20px !Important;
}

h1.lead span:before {
    content: "";
    position: absolute;
    bottom: -7px;
    z-index: -1;
    left: -10px;
    height: 24px;
    width: 105%;
    background-size: 100%;
    background-image: url(../img/u-title-long.png);
    background-repeat: no-repeat;
}

a.nav-link.active {
    position: relative;
}

a.nav-link.active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    z-index: -1;
    left: -4px;
    height: 9px;
    width: 110%;
    background-size: 100%;
    background-image: url(../img/u-nav.png);
    background-repeat: no-repeat;
}

.p-case-study a.nav-link.active:before {
    background-image: url(../img/u-back.png);
    width: 100%;
    left: 0;
}

p.cs-link {
    position: relative;
    display: inline-block;
}

p.b-link {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.p-writing h2:before {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: -1;
    left: -3px;
    height: 23px;
    width: 107%;
    background-size: 100%;
    background-image: url(../img/u-writing.png);
    background-repeat: no-repeat;
}

.p-tools h2:before {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: -1;
    left: -3px;
    height: 23px;
    width: 107%;
    background-size: 100%;
    background-image: url(../img/u-tools.png);
    background-repeat: no-repeat;
}

.p-contact h2 {
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
}

.p-contact h2:before {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: -1;
    left: -3px;
    height: 23px;
    width: 107%;
    background-size: 100%;
    background-image: url(../img/u-contact.png);
    background-repeat: no-repeat;
}

.p-about h2 {
    position: relative;
    display: inline-block;
}

/* .p-about h2:before {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: -1;
    left: -5px;
    height: 23px;
    width: 107%;
    background-size: 100%;
    background-image: url(../img/u-about.png);
    background-repeat: no-repeat;
} */


.p-tools .col-md-6.content {
    text-align: left;
}

.p-tools .content p {
    font-size: 18px;
    margin-bottom: 5px;
}

.p-tools .content strong {
    display: block;
    margin-bottom: 15px;
}

.p-tools .content div+div {
    margin-top: 40px;
}

@media screen and (max-width:992px) {
    .cs .content h2 {
        max-width: 100%;
    }

    .cs2-group.flex {
        display: block;
    }

    .cs2 .cover h2 {
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    .cs2 a {
        opacity: 1 !important;
    }

    .cs2+.cs2 {
        margin-top: 50px;
    }

    .dribbble .item+.item {
        margin-top: 40px;
    }

    .b-post {
        max-width: 400px;
        margin: 0 auto;
    }

    .p-tools .container {
        max-width: 400px;
        margin: 0 auto;
    }

    .p-tools .content+.content {
        margin-top: 30px;
    }

    .p-main .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 0px;
    }

    .l-item .col-md-1 {
        padding: 0 0 5px 0;
    }

    .navbar-brand {
        float: none !important;
    }
}

@media screen and (max-width:767px) {
    .p-main h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    h2.cover-heading {
        font-size: 25px !important;
    }

    h1.lead span:before {
        background-repeat: no-repeat;
    }

    .l-item .col-md-1 {
        font-size: 25px;
        padding-left: 0px;
    }

    .p-main>.content {
        margin: 100px auto 0 auto !important;
    }

    .p-t-100 {
        padding-top: 40px !important;
    }

    .p-b-30 {
        padding-bottom: 10px !important;
    }

    .p-b-100 {
        padding-bottom: 40px !important;
    }

    .p-contact {
        opacity: 1 !important;
        transform: none !Important;
    }

    .dribbble strong {
        margin: 50px 0 30px 0 !important;
    }

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .p-about .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.p-case-study .p-main {
    background: none !Important;
}

.p-case-study .p-main h1 {
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
}

.p-case-study .p-main h1:before {
    content: "";
    position: absolute;
    bottom: -3px;
    z-index: -1;
    left: -10px;
    height: 21px;
    width: 107%;
    background-size: 100%;
    background-image: url(../img/u-dp.png);
    background-repeat: no-repeat;
}

body#spar.p-case-study .p-main h1:before {
    background-image: url(../img/u-spar.png);
}

.p-case-study .p-main p {
    text-transform: inherit !important;
}

.p-case-study .p-main>.container {
    margin: 120px auto 70px auto;
}

.p-case-study p {
    font-size: 18px;
}

.p-case-study h2 {
    font-weight: 700 !important;
}

.c-update h1 {
    font-weight: 700;
}

.problem-statement {
    background: #EFEAFA;
    padding: 3px 30px 15px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

li+li {
    margin-top: 10px !important;
}

.nav li+li {
    margin-top: 0px !important;
}

li::marker {
    color: #beb3d7;
}

li ul {
    margin-top: 7px !important;
}

ul {
    margin-top: 20px !Important;
}

.problem-statement h3 {
    font-size: 22px;
    line-height: 30px;
}

.store-gif {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center !important;
}

.store-gif img {
    max-width: 1100px;
}

.maze {
    box-shadow: 1px 5px 18px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 5px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 5px 18px 0px rgba(0, 0, 0, 0.15);
    margin: 40px 0 60px 0;
}

.user-research-spar {
    border-radius: 15px;
    margin-top: 50px;
}

p.caption {
    margin-top: 15px;
    font-size: 14px !important;
    line-height: 20px;
}

.quote-link {
    color: black;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
}

.testimonial {
    margin-top: 70px;
    z-index: 1;
    position: relative;
}

.testimonial+.testimonial {
    margin-top: 20px;
}

.testimonial .author {
    display: flex;
    align-items: center;
    justify-items: center;
}

.testimonial .author {
    text-align: left;
}

.testimonial .author img {
    width: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.testimonial .author .content {
    text-align: left;
    display: inline-block;
}

.testimonial .author strong {
    font-size: 16px;
}

.testimonial .author p {
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.testimonial .copy {
    margin-top: 15px;
    text-align: left;
}

.testimonial .copy p {
    margin-bottom: 0px;
}

.p-about .testimonial * {
    color: var(--black);
}

.testimonial .container {
    padding: 40px;
    box-shadow: 0px 23px 60px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: white;
}

/* Cursor Styles */

a.fun {
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #54b3d6;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a.fun:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #54b3d6;
    ;
}

/* Presentational styles */
a.fun {
    color: #54b3d6;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.p-main .description:after {
    content: '';
    position: absolute;
    background-image: url(../img/party-1.png);
}

.p-main {
    background: var(--black);
    height: 100vh;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-main * {
    color: white;
}

.p-main>.container {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.container:before,
.container:after {
    display: none !important;
}

.p-main .heading-container {
    text-align: left;
}

.p-main .heading-container h1 {
    font-family: 'Gotham', sans-serif;
    position: relative;
    margin-top: 0px;
    display: inline-block;
}

.p-main .heading-container h1:after {
    content: '';
    position: absolute;
    right: -100px;
    top: -90px;
    background-image: url('../img/party-2.png');
    width: 166px;
    height: 121px;
}

.image-container {
    position: relative;
    z-index: 5;
}

.p-main .definition {
    font-size: 36px;
    margin-bottom: 10px;
    font-family: 'Amiri', serif;
}

.p-main .definition .noun {
    font-weight: bold;
    padding-left: 15px;
}

.p-main .description * {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
}

.p-main .description p {
    line-height: 32px;
    font-size: 20px;
}

.p-main .description span {
    font-weight: bold;
    background: var(--highlight);
    color: var(--black);
    padding: 0 3px;
}

.p-main .description {
    position: relative;
}

.p-main .description:after {
    width: 167px;
    height: 129px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -115px;
    left: 30px;
}

.p-main #mywork {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1000;
}

.p-case-studies,
.p-contact {
    position: relative;
}

.p-contact #backtotop {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.section {
    padding: 200px 0;
}

.cs .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 40px;
}

.cs .row:before,
.cs .row:after {
    display: none;
}

.cs-link a {
    font-family: 'Gotham', sans-serif;
    padding: 12px 25px;
    gap: 10px;
    background: linear-gradient(266.86deg, #73D7D6 3.08%, #B9F2F2 100.06%);
    border-radius: 5px;
    transition: all 0.2s ease;
}

.cs:hover .cs-link a {
    box-shadow: 0px 10px 20px rgba(41, 157, 156, 0.15);
}

.section h1 {
    font-family: 'Gotham', sans-serif;
}

.p-about {
    background: var(--black);
    padding: 150px 0 !Important;
}

.p-about * {
    color: white;
}

.p-about .l-item h4 {
    font-family: 'Gotham', sans-serif;
}

.p-about .l-item:hover {
    /* background-color: rgba(255, 255, 255, .03);  */
}

.l-item p {
    font-weight: lighter;
    font-size: 18px;
}

.list {
    display: flex;
}

.p-about {
    position: relative;
}

.p-case-studies #whyme {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 0;
}

.p-case-studies * {
    z-index: 1;
}

.p-about:after {
    content: '';
    background-image: url("../img/bg-about.png");
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 397px;
    height: 509px;
    z-index: 0;
}

.b-post a.link .date {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}

.p-about .testimonial * {
    font-family: 'Open Sans', sans-serif;
}

.testimonial>.container {
    transition: all 0.3s ease;
}

.testimonial>.container:hover {
    scale: 1.03;
}

.b-post h4 {
    font-family: 'Gotham', sans-serif;
    line-height: 27px;
}

.b-link a {
    font-family: 'Gotham', sans-serif;
    padding: 12px 25px;
    gap: 10px;
    background: linear-gradient(266.86deg, #73D7D6 3.08%, #B9F2F2 100.06%);
    box-shadow: 0px 10px 20px rgba(41, 157, 156, 0.15);
    border-radius: 5px;
}

.b-link>a:first-child {
    display: none;
}

.tool-content {
    display: flex;
}

.tool-content>div p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.tool-content>div strong {
    display: block;
    text-align: left;
}

.p-tools {
    position: relative;
}

.tool-content strong {
    font-size: 30px;
}

.p-tools .container {
    max-width: 1200px;
    padding: 0 60px;
}

.tool-content {
    justify-content: space-between;
}

.tool-content>div {
    width: 20%;
}

.tool-content div.design,
.tool-content div.development {
    position: relative;
}

.tool-content div.design:after {
    content: '';
    position: absolute;
    right: 80px;
    width: 70px;
    top: 5px;
    height: 90px;
    background-image: url('../img/right-side.png');
}

.tool-content div.development:after {
    content: '';
    position: absolute;
    left: -50px;
    width: 114px;
    bottom: -40px;
    height: 86px;
    background-image: url('../img/left-side.png');
}

.p-contact .container {
    text-align: center;
}

.links {
    max-width: 320px;
    margin: 0 auto;
}

.p-case-study .section {
    padding: 30px 0;
}

.links a {
    display: flex;
    align-items: center;
}

.links a p {
    margin: 0 0 0 15px;
}

.links a+a {
    margin-top: 20px;
}

.links+.links {
    margin-top: 50px;
}

.links h3 {
    text-align: left;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 20px;
}

.p-contact {
    padding: 150px 0;
    background: var(--black);
}

.p-contact * {
    color: white;
}

@media (max-width:768px) {
    .p-main>.container {
        display: block;
    }

    .p-main .heading-container h1:after,
    #mywork,
    .p-main .description:after,
    #whyme,
    .tool-content div.design:after,
    .tool-content div.development:after,
    #backtotop {
        display: none;
    }

    .testimonial>.container {
        max-width: 100% !important;
    }

    .heading-container * {
        text-align: center;
    }

    .heading-container h1 {
        margin: 30px 0 15px 0 !important;
    }

    .p-main .definition {
        font-size: 30px;
    }

    .p-tools .heading {
        margin-bottom: 30px;
    }

    .cs .row {
        display: block;
        padding: 0 20px;
    }

    .p-about .list {
        display: block;
    }

    .tool-content>div {
        width: 100%;
        text-align: left;
    }

    .tool-content>div strong {
        margin: 10px 0 20px 0;
        display: inline-block;
    }

    .tool-content>div>p:first-child {
        font-size: 30px;
        margin-right: 10px;
        display: inline-block;
    }

    .tool-content>div+div {
        margin-top: 50px;
    }

    .testimonial>.container {
        padding: 40px !important;
    }

    .testimonial {
        padding: 0 15px;
    }

    .tool-content .row {
        padding: 0 150px;
    }

    .tool-content>div p+p {
        margin-top: 10px;
    }

    .tool-content>div p {
        font-family: 'Raleway', sans-serif;
    }

    .p-tools .row {
        padding: 0 30px;
    }

    .cs .row>div {
        padding: 0px;
    }

    .tool-content {
        display: block;
    }

    .section {
        padding: 50px 0 !important;
    }

    .cs:first-child .row .bg-container img,
    .cs:nth-child(3) .row .bg-container img {
        margin-bottom: 25px;
    }

    .cs:nth-child(2) .row .bg-container img {
        margin-top: 25px;
    }

    .heading-container {
        text-align: center !important;
    }

    .tool-content>div {
        max-width: 320px;
        margin: 0 auto;
    }

    .tool-content {
        text-align: center !Important;
    }

    .testimonial .container {
        max-width: 100%;
    }

    .p-main {
        height: auto;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .cs .bg-container img {
        max-height: 250px;
    }

    .p-case-study .section {
        padding: 50px 30px 30px 30px !important;
    }

    .c-outcome img {
        max-width: 100%;
    }

    .p-case-study .section:not(.p-about) {
        padding: 15px 30px 15px 30px !important;
    }

    .p-case-study .section.c-full-img {
        padding: 15px 0 !important;
    }

    .p-case-study .c-details>.c-full-img {
        padding: 0 15px 15px 15px !Important;
    }

    .p-case-study .section.p-contact {
        padding: 50px 15px !important;
    }

    .c-details .c-full-img>img {
        min-height: 250px;
    }

    .cs .bg-container img {
        max-height: 250px;
    }

    #whyme {
        display: none;
    }

    .p-main .heading-container h1:after,
    .tool-content div.design:after,
    .tool-content div.development:after {
        display: none;
    }

    .p-about {
        overflow: hidden;
    }

    .cs .row {
        display: block;
    }

    .section {
        padding: 100px 0 !important;
    }

    .b-post {
        max-width: 100%;
    }

    .b-post img {
        height: 300px;
    }

    .tool-content {
        display: block;
    }

    .testimonial .container {
        max-width: 100%;
    }

    .tool-content>div {
        width: 50%;
        float: left;
        display: inline-block;
        margin-bottom: 30px;
    }

}

@media (min-width:1025px) and (max-width:1200px) {

    .tool-content div.design:after,
    .tool-content div.development:after {
        display: none;
    }

}

.p-case-study h2 {
    font-family: 'Matter', sans-serif;
    font-size: 22px !important;
}

.problem-statement strong {
    font-family: 'Gotham', sans-serif;
}

.p-case-study .col-md-6>h3 {
    font-family: 'Gotham', sans-serif;
    margin: 0 0 20px 0;
}

body.p-case-study .container {
    max-width: 1000px;
}

body.p-case-study .sticky-header .container {
    max-width: 1215px;
}

.p-case-study .p-contact {
    padding: 150px 0;
}

.p-case-study .p-about {
    background: transparent;
}

.p-case-study .p-about * {
    color: var(--black);
}

.p-case-study .p-about:after {
    display: none;
}

.p-case-study .l-item:hover {
    box-shadow: none;
}

.c-details .c-full-img>img {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
}

body.p-case-study .c-details .align-left {
    text-align: center;
}

.p-case-study .heading .list {
    display: flex;
    flex-direction: column;
}

.p-case-study .heading .lists {
    display: flex;
}

.heading .list h4 {
    margin-bottom: 0px;
}

.container-large {
    display: flex;
    max-width: 1000px;
    margin: 80px auto 0 auto;
    padding: 0 15px;
    gap: 100px;
}

.container-large .c3:first-child {
    width: 80%;
}

.container-large .c3:nth-child(2) {
    width: 20%;
}

.container-large .c3 {
    text-align: left;
}

.p-case-study .p-about {
    padding: 100px 0 50px 0 !important;
}

.container-large h1 {
    font-size: 42px !important;
    line-height: 55px !important;
}

.container-large h3 {
    font-weight: bold;
    font-size: 22px;
    font-family: 'Matter', sans-serif;
    margin-bottom: 20px;
}

.container-large p {
    line-height: 30px;
}

.container-large .c3>p {
    margin-bottom: 5px;
}

.flex {
    display: flex;
}

.c3 .flex {
    gap: 20px;
    margin-top: 20px;
}

.c3 li {
    font-size: 18px;
    line-height: 25px;
}

.proto {
    margin-top: 50px !important;
}

@media (max-width:768px) {

    .p-case-study h1 {
        font-size: 32px !important;
        line-height: 40px !Important;
    }

    .container-large {
        display: block;
    }

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

}

.sticky-header {
    background: var(--black);
    text-align: left;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: all .75s ease;
    z-index: 99;
    width: 100%;
    border-bottom: 2px solid var(--black);
}

.sticky-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-header span {
    font-family: 'Gotham', sans-serif;
    color: white;
    font-size: 30px;
}

.sticky-header.visible {
    transform: translateY(0);
}

.sticky-header img {
    max-width: 60px;
    margin: 10px;
}

.sticky-header .left {
    display: flex;
    align-items: center;
}

.sticky-header .right a:hover {
    color: var(--highlight);
}

.p-case-study .sticky-header .right a:hover:before {
    content: '';
    position: absolute;
    left: -65px;
    bottom: -4px;
    width: 56px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/img/arrow.svg?v2');
}

.sticky-header .right a {
    color: white;
    position: relative;
}

.sticky-header a.left {
    text-decoration: none !important;
}

.sticky-header.special {
    transform: none;
    position: sticky;
    transition: none;
}

.p-case-studies {
    padding-top: 150px;
}

.scroll-down {
    position: absolute;
    bottom: -10px;
    right: 60px;
    transform: rotate(-170deg);
    max-width: 150px;
}

/* .p-case-studies:before {
    content:'';
    position:absolute;
    top:120px;
    right:-50px;
    background-image:url('/img/question.svg');
    width:440px;
    height:888px;
    z-index:5;
    opacity:.75;
    } */

/* Phone */

@media (max-width:1023px) {

    .sticky-header span {
        font-size: 25px;
        line-height: 28px;
        max-width: 150px;
    }

    .scroll-down {
        display: none;
    }

    .p-case-study .section {
        padding: 50px 15px 30px 15px !important;
    }

    .c-outcome img {
        max-width: 100%;
    }

    .p-case-study .section:not(.p-about) {
        padding: 15px 15px 15px 15px !important;
    }

    .p-case-study .section.c-full-img {
        padding: 15px 0 !important;
    }

    .p-case-study .c-details>.c-full-img {
        padding: 0 15px 15px 15px !Important;
    }

    .p-case-study .section.p-contact {
        padding: 50px 15px !important;
    }

    .c-details .c-full-img>img {
        min-height: 250px;
    }

    .cs .bg-container img {
        max-height: 250px;
    }

    .scroll-down {
        display: none;
    }
}

.new-cs .section-heading p {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

.new-cs .overview .container {
    text-align: left;
    margin-top: 40px;
}

.new-cs .overview .flex+.flex {
    margin-top: 40px;
}

.new-cs section .caption {
    font-style: normal !important;
    margin-top: 10px;
    font-size: 13px;
}

.new-cs #div17 {
    gap: 20px;
}

.new-cs #div23 {
    text-align: center;
    margin: 35px 0 30px 0;
}

.new-cs #div23 hr {
    background-image: linear-gradient(to right, #888 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 30px 3px;
    height: 1px;
    border: none;
    margin-bottom: -8px;
}

.new-cs #div27 li {
    display: flex;
}

.new-cs #div27 li span {
    font-weight: 500;
    margin-right: 30px;
}

.new-cs #div27 li strong {
    font-weight: 500;
    display: block;
}

.new-cs #div23 h3 {
    background: white;
    margin-top: -23px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.new-cs #div27 li+li {
    margin-top: 24px;
}

.new-cs #div27 h3 {
    margin-bottom: 30px !important;
}

.new-cs #div24 {
    max-width: 300px;
}

.new-cs #div17>* {
    align-content: start;
}

.new-cs #mainImage {
    padding: 0px;
}

.new-cs section p {
    margin-bottom: 0px;
}

.new-cs section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.new-cs section li {
    font-size: 18px;
}

.new-cs .t-50 {
    margin-top: 50px;
}

.new-cs .b-50 {
    margin-bottom: 50px;
}

.new-cs .b-100 {
    margin-bottom: 100px;
}

.new-cs .hero {
    background: linear-gradient(to bottom, #ffffff, #F6F2EB, #ECE2DB);
}

.new-cs .hero.section {
    padding: 70px 0 0 0;
    margin-bottom: 80px;
}

.new-cs section {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.new-cs .flex {
    gap: 80px;
}

.new-cs .flex>* {
    flex: 1;
    align-content: center;
}

.new-cs ul {
    margin: 0px !important;
}

.new-cs .quote ul.bulletless li+li {
    margin-top: 15px !important;
}

.new-cs .s-header h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    font-size: 14px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    font-weight: 300 !important;
}

.new-cs #div10 h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.new-cs #div10 h2 {
    font-size: 40px !important;
    margin-bottom: 20px;
}

.new-cs ul.bulletless>li {
    list-style-type: none;
}

.new-cs ul.bulletless {
    padding-left: 0px;
}

.new-cs .quote {
    background: #F5F0ED;
    padding: 30px 40px;
    border-radius: 15px;
    gap: 100px;
}

.new-cs #div16>* {
    flex: auto;
    margin-bottom: 0px;
}

.new-cs #div16 p {
    min-width: 90px;
}

.new-cs li span {
    margin-right: 15px;
}

.new-cs ul.bulletless li+li {
    margin-top: 20px !important;
}

.new-cs #div17 ul {
    position: relative;
}

.new-cs .absolute {
    position: absolute;
    bottom: -100px;
    right: -215px;
    font-size: 16px;
    max-width: 210px;
}

.new-cs .absolute a {
    color: black;
    text-decoration: underline;
    font-size: 16px;
}

@media screen and (max-width:768px) {

    .new-cs .flex {
        display: block;
    }

    .new-cs .flex>*+* {
        margin-top: 30px;
    }

    .new-cs .flex.quote>*+* {
        margin-top: 10px;
    }

    .new-cs .absolute {
        display: none;
    }

    .new-cs.p-case-study .section:not(.p-about) {
        padding-left: 0px !Important;
        padding-right: 0px !Important;
        padding-top: 30px !Important;
    }

    .new-cs .section .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .new-cs .section .container h1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .new-cs #div24 {
        max-width: 100%;
    }
}

@media screen and (max-width:1060px) {
    .new-cs.p-case-study .section:not(.p-about) {
        padding-bottom: 0px !important;
    }

    section {
        padding-left: 30px;
        padding-right: 30px;

    }
}

.new-cs ul.t-20 {
    margin-top: 20px !important;
}

.new-cs .quote h3 {
    line-height: 28px;
}

.cs2-group {
    gap: 30px;
}

.cs2 {
    border-radius: 10px;
    height: 450px;
    overflow: hidden;
    cursor: url('../img/hand.png'), default;
    box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: top center;
}

.cs2 a {
    opacity: 0;
    transition: all ease-out 0.3s;
}

.cs2:hover a {
    opacity: 1;
}


.cs2 .cover {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 40px;
    gap: 10px;
    background: linear-gradient(177.67deg, rgba(0, 0, 0, 0) 1.91%, #000000 99.05%);
}

.cs2 .cover h2 {
    color: white;
    text-align: left;
    font-weight: 500 !important;
    line-height: 35px;
    font-size: 27px !important;
    margin-bottom: -30px;
    transition: all ease-out 0.3s;
}

.cs2:hover .cover h2 {
    margin-bottom: 0px;
}

.cs2 .cover a {
    color: #73d7d6;
    font-size: 20px;
}

.cs2 .cover a img {
    transform: rotate(180deg);
    max-width: 60px;
}

#eco #div8 li strong {
    font-size: 18px;
    display: block;
}

#eco #div8 li {
    display: flex;
}

#eco #div9 .author {
    max-width: 220px;
}

#eco #div9 h3 {
    margin-bottom: 0px;
}

#eco #div10 {
    flex-direction: column;
}

#eco #div10 {
    gap: 30px;
}

#eco #div10>div {
    display: flex;
}

#eco #div10>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#eco #div10 img {
    margin-right: 20px;
}

#eco #div10 h3 {
    margin-bottom: 3px;
}

#eco #div16 img {
    max-width: 18px;
    margin-right: 5px;
}

#eco #div16>div {
    display: flex;
}

#eco.new-cs .hero {
    background: linear-gradient(to bottom, #ffffff, #EEEEEE, #C6C6C6);
}

#eco.new-cs .hero .container {
    max-width: 1100px;
}

#eco #img2 .desktop-only {
    width: 140%;
    margin-left: -20%;
    max-width: none !important;
}

#eco #div17 strong {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

#eco #div23 img {
    width: 100%;
}

#eco ul.t-30 {
    margin-top: 30px !important;
}

.new-cs li strong {
    font-weight: 500;
}

#eco #heroContainer img {
    margin-top: 30px;
}

#eco #ul3 li+li {
    margin-top: 30px !important;
}

#eco #div17 p {
    margin-top: 5px;
    font-size: 14px;
}

.t-20 {
    margin-top: 20px;
}

.t-30 {
    margin-top: 30px;
}

.b-20 {
    margin-bottom: 20px;
}

.new-cs a {
    font-size: 18px;
    color: #2a9d9c;
}

#eco #div23 .caption {
    text-align: left;
}

#eco #div17>*,
#eco #div22>* {
    flex: none;
}

#eco #div28 {
    gap: 50px;
}

#eco #div28>img {
    max-width: 300px;
}

#eco #div22,
#eco #div17 {
    justify-content: space-between;
    max-width: 100%;
    gap: inherit;
}

#eco #div24 {
    max-width: 100%;
}

#eco #div26 li,
#eco #div28 li {
    display: flex;
}

#eco #div26 li span {
    font-weight: 500;
    margin-right: 30px;
}

#eco #div29 img {
    border-radius: 15px;
}

#eco #div26 li strong,
#eco #div28 li strong {
    display: block;
}

.new-cs h1 {
    font-size: 55px !Important;
}

@media (max-width:1400px) {
    #eco #img2 {
        max-width: 100%;
        margin-left: 0%;
    }
}

@media (max-width:1000px) {

    #eco #div17>*,
    #eco #div22>* {
        flex: auto;
    }

    #eco #div17 {
        gap: 20px;
    }
}

@media (max-width:768px) {
    .new-cs h1 {
        font-size: 32px !important;
    }

    #eco #div26 ul+ul {
        margin-top: 30px !important;
    }

    #div28 .mobile-only {
        width: auto !important;
        max-width: 100% !important;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none;
    }

    #eco #div17>*+* {
        margin-top: 0px;
    }

    #eco #div17 #div18,
    #eco #div17 #div20 {
        float: left;
        margin-right: 20px;
    }

    #eco #div17 #div21,
    #eco #div17 #div20 {
        margin-top: 20px;
    }
}

@media screen and (max-width:530px) {

    #eco #div17 #div18,
    #eco #div17 #div20 {
        float: none;
        margin-right: 0px;
    }

    #eco #div17>*+* {
        margin-top: 20px;
    }
}

#eco #div10 img {
    object-fit: contain;
}

.mobile-only {
    display: none;
}