html,body{overflow-x:hidden;}
.font-80 {
    font-size: 8rem;
}
.font-63 {
    font-size: 6.3rem;
}
.font-56 {
    font-size: 5.6rem;
}
.font-36 {
    font-size: 3.6rem;
}
.font-32 {
    font-size: 3.2rem;
}
.font-28 {
    font-size: 2.8rem;
}
.font-20 {
    font-size: 2rem;
}
.color-beige {
    color: #F2EAD8;
}
.color-black {
    color: #1E1B18;
}

.text-center {
    text-align: center;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.section4 p:not(.font-20), .section5 p:not(.font-20) {
    font-size: 2.8rem;
}
p:not(:last-of-type) {
    margin-bottom: 2rem;
}
.text-align-right {
    text-align: right;
}

.section1 {
    background-image: url(/assets/img/casestudy-atf.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding: 15rem 2rem 12rem 2rem;
    color: #fff;
    text-align: center;
}
.section1 h1 {
    margin-bottom: 2.4rem;
}
.section1 h3 {
    margin-bottom: 2.6rem;
    font-family: Work Sans;
    font-weight: 400;
    line-height: 1.4;
}

.section2 {
    background-image: url(/assets/img/sec3-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12rem 2rem;
}
.section2 h2 {
    margin-bottom: 1.7rem;
}
.section2 h3 {
    margin-bottom: 1.7rem;
    font-family: 'Work Sans';
    font-weight: 400;
    line-height: 1.4;
}

.section2b .container{
    max-width:100%;
}

.strat-boxx {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 4.5rem 0;
}
.strat-inner {
    width: calc(50% - 0.5rem);
    border: 1px solid #3A2F2A;
    background: rgba(194, 166, 111, 0.70);
    padding: 2rem 3rem;
    gap: 3rem;
    text-align: left;
    line-height: 1.5;
    min-height: 14rem;
}

.section3, .section2b {
    background-image: url(/assets/img/sec5-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7.5rem 0rem 8.5rem;
}
.section3 h2 {
    margin-bottom: 1.7rem;
}
.inner-where h3 {
    line-height: 1.1;
    margin-bottom: 0;
}
ul.results-list > li ul {
    list-style: disc;
    margin-left: 1rem;
}
ul.g-list {
    margin: 2rem 0 0 0.8rem;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    position: relative;
}
ul.g-list li:not(:last-of-type) {
    padding-bottom: 2.4rem;
}
ul.g-list li:not(:last-of-type):after {
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0.56rem;
    top: 1rem;
    background-color: #C2A66F;
}
ul.g-list:before {
    content: ' ';
    width: 1px;
    height: 2.2rem;
    background-image: url(/assets/img/qott-break-gold.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -1rem;
    left: 0.56rem;
}
ul.g-list li {
    padding-left: 3.5rem;
    background-image: url(/assets/img/bti-gold.png);
    background-position: 0 0.8rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    position: relative;
    font-weight: 400;
}
.innerbox > div {
    gap: 2rem;
    flex-wrap: nowrap;
}
.innerbox h4 {
    margin: 0;
}
.strat-box {
    background-image: url(/assets/img/qott-strat-box.png);
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5rem 6.5rem 4rem;
    margin-top: 4.2rem;
    max-width: 117rem;
    margin: 4.2rem auto 0;
}
.where-box {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 6rem;
}
.inner-where {
    width: calc(50% - 1.5rem);
    background-image: url(/assets/img/bti-sec02-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    padding: 6rem 5rem 7rem 6rem;
}

ul.d-list {
    margin: 2rem 0 0 0rem;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    position: relative;
}
ul.d-list li:not(:last-of-type) {
    padding-bottom: 1.5rem;
}
ul.d-list li:not(:last-of-type):after {
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0.56rem;
    top: 1rem;
    background-color: #1E1B18;
}
ul.d-list:before {
    content: ' ';
    width: 1px;
    height: 2.2rem;
    background-image: url(/assets/img/qott-break.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -1rem;
    left: 0.56rem;
}
ul.d-list li {
    padding-left: 3.5rem;
    background-image: url(/assets/img/diamond-dark.svg);
    background-position: 0 0.8rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    position: relative;
    font-weight: 400;
}
img.challenge-img {
    max-width: 75rem;
    margin-left: -7rem;
}

.section4 {
    background-image: url(/assets/img/sec4-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 2rem 12rem;
    color: #E6DDCB;
    position: relative;
    z-index: 1;
}
.section4 h2 {
    margin-bottom: 6.8rem;
}
.sec03-row02 {
    margin: 4rem 0;
}

.section5 {
    background-image: url(/assets/img/sec5-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 2rem 13rem;
}
.section5 h2 {
    margin-bottom: 1.7rem;
    margin-top: 8.7rem;
}
img.icon-list {
    max-width: 24.5rem;
}
.result-img {
    margin: 3.3rem 0 3.1rem -10rem;
    max-width: 71.3rem;
}
ul.results-list > li {
    border: 1px solid #3A2F2A;
    background: rgba(194, 166, 111, 0.70);
    display: flex;
    align-items: center;
    gap: 2.9rem;
    padding: 2.8rem 2.5rem;
    position: relative;
    margin-left: 8.45rem;
}
ul.results-list > li:before {
    content: ' ';
    width: 9.2rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: -9.2rem;
    background-image: url(/assets/img/qott-line.svg);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
}
ul.results-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.right-border {
    position: relative;
}
.left-border {
    border-left: 1px solid #1E1B18;
}
.right-border:after {
    content: ' ';
    width: 1px;
    height: 30%;
    background-image: url(/assets/img/qott-break.png);
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #EBDCBF;
}
.left-border {
    padding-left: 0;
}
ul.results-list > li:not(:last-of-type) {
    margin-bottom: 3rem;
}
.result-bbox {
    background-image: url(/assets/img/bti-strat-bg.png);
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.section7 img.hide-mb {
    margin-top: 2rem;
}
ul.results-list > li:last-of-type {
    align-items: flex-start;
}
ul.results-list > li:last-of-type img {
    position: relative;
    top: 0.9rem;
}
ul.results-list > li:last-of-type:before {
    background-position: 0 5.3rem;
}
ul.results-list > li:last-of-type:after {
    content: ' ';
    width: 2px;
    height: calc(100% - 6.5rem);
    bottom: 0;
    left: -8.7rem;
    position: absolute;
    background-color: #EBDDC2;
}

.section6 {
    background-image: url(/assets/img/sec4-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 2rem 12rem;
    color: #E6DDCB;
}
.section6 h2 {
    margin-bottom: 8.7rem;
}


.section7 {
    background-image: url(/assets/img/sec3-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7.4rem 2rem 11rem;
}
.section7 h2 {
    margin-bottom: 1.7rem;
}
.work-slider {
    display: flex;
    gap: 2rem;
    margin: 5rem 0;
}
.section7 .cta-box {
    background: url(/assets/img/blackbox2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 8rem 15rem;
    max-width: 104.5rem;
    margin: 0 auto;
    margin-top:6rem;
}
.section7 .cta-box .subheading {
    color: #1E1B18;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.section7 .cta-box .btn {
    min-width: 32.5rem;
}
.work-nav {
    display: none;
    justify-content: center;
    gap: 2.9rem;
    align-items: center;
    margin-bottom: 3rem;
}
.work-nav img {
    max-width: 5rem;
}
.work-nav .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.work-nav .slick-dots .slick-active button {
    background: #C2A66F;
}
.work-nav .slick-dots li button {
    background: #E6DDCB;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
}
.work-nav .slick-dots {
    position: relative !important;
    top: 0;
    border: 0;
}
.slick-dots li button:before {
    display: none;
}

.work-box {
    max-width: 104.5rem;
    margin: 6rem auto 4rem;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}
.wb-inner {
    width: calc(50% - 1.5rem);
    text-align: left;
    min-height: 16rem;
    display: flex;
    align-items: center;
    gap: 3.7rem;
    padding: 2rem 6rem;
    background: url(/assets/img/bti-why-bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

.section2b .slide-item p{
    text-align: left;
    font-style: normal;
}
.section2b .slide-item b{
    font-weight:700;
}

.section2b .slide-item img{
    display:inline-block !important;
    margin-bottom: 1rem;
    margin-top: 0rem;
    width:100%;
}
.casestudy-box {
    background: url(/assets/img/case-studies-box.png) no-repeat center;
    min-height: 57rem;
    margin: 0 .5rem;
    position: relative;
    padding: 3rem 2rem;
    text-align:center;
    background-size: 100% 100%;
    z-index:0;
    border-top: 1px solid var(--Warm-Bone, #E6DDCB);
border-bottom: 1px solid var(--Warm-Bone, #E6DDCB);
border-left: 1px solid var(--Warm-Bone, #E6DDCB);
background: #FFFBF2;
display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section1 .csbox2 p {
    color: var(--Dark-Umber, #3A2F2A);
    text-align: center;
    font-family: 'Work Sans';
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.147px;
}
.section1 .csbox2 p b {
    font-weight: 600;
}
.slick-dotted.slick-slider{margin-bottom:1rem;}
.casestudy-slider{
    margin-top:2rem;
    position:relative;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-slide > div, .slick-slide .slide-item, .casestudy-box {
    height: 100%;
}
.section1 p.carousel-box-subheading{
    color: var(--Dark-Umber, #3A2F2A);
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
}

.slider-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-dots {
    position: relative;
    
}

.custom-dots > .slick-dots {
    position: static;
}

.custom-dots2 {
    position: relative;
    
}

.custom-dots2 > .slick-dots {
    position: static;
}

.slider-nav .slick-arrow img {
    width: 5.8rem;
    max-width: 100%;
}

.custom-dots > .slick-dots button:before {
    display: none;
}
.custom-dots > .slick-dots li {
    width: auto;
}
.custom-dots > .slick-dots li button {
    background: #E6DDCB;
    width: 1.33rem;
    height: 1.33rem;
    border-radius: 50%;
    border: 1px solid #E6DDCB;
}
.custom-dots > .slick-dots .slick-active button {
    background: #C2A66F;
}

.custom-dots2 > .slick-dots button:before {
    display: none;
}
.custom-dots2 > .slick-dots li {
    width: auto;
}
.custom-dots2 > .slick-dots li button {
    background: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #8E2F23;
}
.custom-dots2 > .slick-dots .slick-active button {
    background: #8E2F23;
}

ul.gold-list li{
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.147px;
    background: rgba(230, 221, 203, 0.30);
    padding:1.5rem;
    text-align:left;
}

ul.gold-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

ul.gold-list li {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 0.2rem;
}

ul.gold-list li::before {
        content: "";
        position: absolute;
        left: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("/assets/img/bullet-gold.svg");
        margin-top: 2px;
}
/*.main-case-study-slider .slick-slide {*/
/*  transition: filter 0.3s ease, transform 0.3s ease;*/
/*}*/

/*.main-case-study-slider .slick-slide.blurred {*/
/*  filter: blur(4px);*/
/*}*/

/*.main-case-study-slider .slick-slide:not(.blurred) {*/
/*  filter: none;*/
/*}*/

.slider-nav .slick-arrow {
    position: relative;
    
  pointer-events: none; /* allows slides to still be clickable */
  z-index: 1;
}
.casestudy-box a.btn-secondary {
    display: inline-block;
}
.casestudy-slider .custom-prev,
.casestudy-slider .custom-next {
  position: absolute;
    transform: translateY(-50%);
    pointer-events: auto;
    cursor: pointer;
    top: 45%;
}

.casestudy-slider .custom-prev {
  left: -6.8rem;
}

.casestudy-slider .custom-next {
  right: -6.8rem;
}
 .casestudy-box .cta-btn{
    background: url(/assets/img/brn-rect-red.png) no-repeat center;
    background-size: contain;
    color: #8E2F23;
    padding: 2rem 2rem;
    text-decoration: none;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    max-width: 28rem;
    margin: 1rem auto;
}


/*responsiveness*/
.section1 {
    background: #F2EAD8!important;
    padding: 7rem 4rem 5rem;
}
.section1 h1 {
    color: #3A2F2A;
    letter-spacing: 0.067rem;
    font-weight: 600;
}
.section1 .container.text-center {
    max-width: 91rem;
}
.section1 .container.slidercontainer{
     max-width: 112.8rem;
}
.section1 p{
    color: #3A2F2A;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.021rem;
}
.section1 .goldbox{
    color: #1E1B18;
    margin: 0;
    background: none;
    padding:0;
}
.section1 .goldbox p{
    color: #3A2F2A;
    text-align: center;
    
    /* Desktop/P */
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 22.4px */
    letter-spacing: 0.168px;
}
.section1 .btn-group{gap:1rem;}
.section1 .arrow-down{
    text-align:center;
    margin-top: 2rem;
}

.section1 .arrow-down img{
    width: 2.8rem;
    height: 2.2rem;
}
.headerspacer {
    height: 5rem;
}

.section7{
    background:url(https://madisonavenuerevival.com/assets/img/psychology-bg.jpg) no-repeat center!important;
    background-size:cover!important;
    padding:5rem 0;
    height:auto!important;
}
.section7 h2{color: #F2EAD8;}
.section7 p{
    color: #F2EAD8;
    font-size: 1.6rem;
    letter-spacing: 0.21px;
}
.section7 .font-12{letter-spacing: .8rem!important;}
.section7 .row {
    background: #FFFBF2;
    margin: 3rem 0;
    border-top: 1px solid #E6DDCB;
}
.section7 .row .col{border-left: 1px solid #E6DDCB;padding:2rem 3rem 3rem;}
.section7 .row:first-of-type,.section7 .row .col:first-of-type {border:0;}
.section7 .row .col p {
    font-size: 1.4rem;
    line-height: 140%;
    letter-spacing: 0.147px;
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.252px;
    margin: 0 !important;
}
.section7 .box {display: flex;flex-direction: column;gap: 3rem;}
.section7 .box h3{
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 33.6px */
    letter-spacing: 0.336px;
    
}
.section7 .box .color-gold{font-family: "Crimson Pro";}
.section7 .row .col a{
    color:#8E2F23;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
    letter-spacing: .276rem;
    text-transform: uppercase;
    text-decoration:none;
}
.imgframe{
    background:url(https://madisonavenuerevival.com/assets/img/sec2box-bg.png) no-repeat center;
    background-size:cover;
    border: 1px solid #C2A66F;
    padding:1rem;
}
.section7 .container {
    padding: 0 0rem;
    max-width: 112.8rem;
}
.section7 .container, .section7 .row{height:auto;}
#sec06{
    background: #F2EAD8;
    padding:5rem 0;
}
#sec06 .container{
    max-width:73rem;
    background:url(https://madisonavenuerevival.com/assets/img/sec2box-bg.png) no-repeat center;
    background-size:cover;
    border: 1px solid #C2A66F;
    padding:1rem;
}
#sec06 .container .box {
    padding: 4rem 4rem;
}
#sec06 .container{
    max-width:73rem;
    background:url(https://madisonavenuerevival.com/assets/img/sec2box-bg.png) no-repeat center;
    background-size:cover;
    border: 1px solid #C2A66F;
    padding:1rem;
}
#sec06 .container .box{
    border: 1px solid #E6DDCB;
    background: #FFFBF2;
    padding:4rem 8rem;
}


@media screen and (max-width: 1440px) {
ul.d-list li:not(:last-of-type):after, ul.d-list:before {
    left: 0.6rem;
}
ul.results-list > li:before {
    width: 9.4rem;
    left: -9.4rem;
}
}

@media screen and (max-width: 1024px) {
    img.challenge-img {
    max-width: 100%;
    margin-left: 0rem;
}
}

@media screen and (max-width: 768px) {
    br.hide-mb {
    display: none;
}
.font-80 {
    font-size: 6rem;
}
.font-36 {
    font-size: 2.8rem;
}
.font-32 {
    font-size: 2.6rem;
}
.font-28, .section4 p:not(.font-20), .section5 p:not(.font-20) {
    font-size: 2.2rem;
}

.section2 {
    padding: 6rem 2rem;
}
.section3 {
    padding: 6rem 2rem 6rem;
}
.section4 {
    padding: 6rem 2rem 6rem;
}
.result-img {
        margin: 1rem 0 2rem;
        max-width: 100%;
    }
img.icon-list {
    max-width: 100%;
    width: 100%;
}
ul.results-list > li:not(:last-of-type) {
    margin-bottom: 2rem;
}
ul.results-list > li {
    gap: 0;
    padding: 2rem 2rem;
    flex-wrap: wrap;
}
span.check-col {
    width: 7% !important;
}
.text-col {
    width: 93%;
    padding-left: 2rem;
}
ul.results-list {
    font-size: 1.8rem;
}
.section5 {
    padding: 0 2rem 7rem;
}
.section6 {
    padding: 6rem 2rem 6rem;
}
.section6 h2 {
    margin-bottom: 4rem;
}
.section7 {
    padding: 6rem 2rem 6rem;
}
.result-bbox {
    padding: 4rem;
}
ul.results-list > li:last-of-type:after {
    height: calc(100% - 6.7rem);
}
}

@media screen and (max-width: 767px) {
    br {
        display: none;
    }
    .font-80 {
        font-size: 4.4rem;
    }
    .font-63 {
        font-size: 3.2rem;
    }
    .font-56 {
        font-size: 2.8rem;
    }
    .font-32 {
        font-size: 2.8rem;
    }
    .font-36 {
        font-size: 2.4rem;
    }
    .font-28, .section4 p:not(.font-20), .section5 p:not(.font-20) {
        font-size: 2rem;
    }
    .font-20{
        font-size: 1.8rem;
    }
    .section1 h1, .section1 h3 {
        margin-bottom: 1.8rem;
    }
    .section1 {
        padding: 11rem 0rem 6rem 0rem;
        background-size: 0;
        text-align: center;
    }
    .atf-box {
        margin: 3.7rem 0 3rem;
        background-image: url(/assets/img/qott-box-mbl.png);
        padding: 4rem 2rem;
        flex-direction: column;
    }
    .col.border-right {
        border: none !important;
    }
    .atf-box hr, .show-sm {
        display: block;
    }
    .hide-sm, .right-border:after, ul.results-list > li:before {
        display: none;
    }
    .atf-box p {
        font-size: 1.6rem;
    }
    .atf-box hr {
        margin: 2.9rem auto;
        max-width: 12.9rem;
        border-color: #C2A66F;
        opacity: 0.5;
    }
    span.num-heading {
        font-size: 3.8rem;
    }
    span.num-heading img {
        top: -0.6rem;
        width: 1.8rem;
    }
    .section2 {
        padding: 4rem 0rem;
        text-align: center;
    }
    img.challenge-img {
        margin-top: 2rem;
    }
    .section3, .section2b {
        padding: 4rem 0rem;
    }
    .strat-box {
        background-image: url(/assets/img/qott-strat-mbl.png);
        padding: 4.5rem 2rem 7rem;
        margin: 3.4rem auto 0;
    }
    .sb-right-col .innerbox {
        padding-left: 0;
    }
    .innerbox img {
        max-width: 6rem;
    }
    .innerbox > div {
        gap: 1.5rem;
        align-items: flex-start !important;
    }
    ul.d-list li:not(:last-of-type) {
        padding-bottom: 1rem;
    }
    ul.d-list {
        margin: 2rem 0 0 2rem;
        font-size: 1.7rem;
    }
    ul.d-list li:not(:last-of-type):after, ul.d-list:before {
        left: 0.5rem;
    }
    ul.d-list:before {
        top: -1rem;
    }
    .section3 hr {
        border-color: #1E1B18;
        opacity: 0.3;
        margin: 4rem 0;
    }
    .section4 {
        padding: 5rem 0rem;
    }
    .section4 h2 {
        margin-bottom: 1.7rem;
    }
    .casestudy-box .font-20.mb-0.color-black {
        min-height: 10rem;
    }
    ul.gold-list li {background-size: 1.2rem;
        padding: 1rem 1rem 1rem 4rem;
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 0.136px;
    }
    ul.gold-list li::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    width: 1.2rem;
    height: 1.2rem;}
    .casestudy-box a.btn-secondary {
    font-size: 1.2rem;
    letter-spacing: 2.76px;
}
.custom-dots > .slick-dots li button {width: 1rem;
    height: 1rem;}
    .sec03-row02 {
        margin: 3rem 0;
    }
    .exe-img {
        margin-bottom: 3rem;
    }
    .section5 {
        padding: 3rem 0rem 4rem;
    }
    .section5 h2 {
        margin-bottom: 1.7rem;
        margin-top: 0;
    }
    .right-border, .left-border {
        border: none;
    }
    ul.results-list li:not(:last-of-type) {
        margin-bottom: 1rem;
    }
    ul.results-list li {
        margin-left: 0;
    }
    .left-border {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .text-center-mbl {
        text-align: center;
    }
    ul.results-list {
        margin-top: 1rem;
        margin-bottom: 2.7rem;
    }
    .result-img {
        margin: 4rem 0 4rem;
    }
    .result-bbox {
        background-image: url(/assets/img/qott-brown-mbl.png);
        min-height: 29.6rem;
        padding: 5rem 3rem;
        margin-top: 3.4rem;
    }
    .result-bbox p {
        font-weight: 400;
        max-width: 31rem;
        margin: 0;
    }
    .section6 {
        padding: 4rem 0rem;
    }
    .section6 h2 {
        margin-bottom: 3rem;
    }
    .section7 {
        padding:5rem 2.2rem;
        background: url(https://madisonavenuerevival.com/assets/img/psychology-mob-bg.jpg) no-repeat center!important;
        background-size: cover!important;
    }
    .section7 p {
        font-size: 1.5rem;
        letter-spacing: 0.157px;
    }
    .section7 .col {
        padding: 0;
        border-top: 1px solid #E6DDCB;
    }
    .section7 .row {
        gap: 0rem;
        border: 1px solid #E6DDCB !important;
        border-top: 0 !important;
        border-left: 0 !important;
        margin-bottom:0;
    }
    .section7 .row .col p {
    font-size: 2rem;
    letter-spacing: 0.21px;
}
.section7 .box {
    gap: 2rem;
}
.section7 .row .col {
    padding: 2rem 2rem 3rem;
}
    .work-slider {
        display: block;
        gap: 0;
        margin: 3rem 0;
    }
    .section7 .cta-box {
        background: url(/assets/img/qott-want-bg.png) no-repeat center;
        padding: 6rem 4rem;
        background-size: 100% 100%;
    }
    .section7 .cta-box .subheading {
        font-size: 2rem;
        margin-bottom: 1.4rem;
    }
    .section7 .cta-box .btn {
        min-width: unset;
        display: block;
    }
   
    .work-nav {
        display: flex;
        margin-top: 2rem;
    }
    .inner-where {
        width: 100%;
        padding: 5rem 4rem;
    }
    .inner-where:first-of-type() {
        background-image: url(/assets/img/bti-sec02-mbl1.png);
    }
    .inner-where:last-of-type() {
        background-image: url(/assets/img/bti-sec02-mbl2.png);
    }
    .where-box {
        gap: 2rem;
        margin-top: 2rem;
    }
    .text-left-mbl {
        text-align: left;
    }
    img.challenge-img {
        margin-top: 3rem;
    }
    .strat-inner {
        width: 100%;
        padding: 2rem 2rem;
        gap: 2rem;
        min-height: 0;
    }
    .strat-boxx {
        gap: 1.5rem;
        margin: 3rem 0;
    }
    .strat-inner img {
        max-width: 7rem;
    }
    .wb-inner {
        width: 100%;
        min-height: 0;
        display: flex;
        gap: 1.4rem;
        padding: 3rem;
        background: url(/assets/img/bti-why-bg-mbl.png) no-repeat center;
        background-size: 100% 100%;
    }
    .work-box {
        margin: 2rem auto 3rem;
        gap: 1.5rem;
    }
    .wb-inner img {
        max-width: 2.5rem;
    }
    
    .slider-nav.hide-mb{
        display:none;
    }
    .casestudy-slider .custom-prev {
    left: -1rem;
}
.slider-nav .slick-arrow img {
    width: 4rem;
}
.casestudy-slider .custom-next {
    right: -1rem;
}
section#sec01 {
        padding: 3rem 0;
        
    }
    .section1 .csbox2 p{font-size: 1.3rem;letter-spacing: 0.136px;}
    .section1{padding:5rem 0 3rem 0;}
    .section1 h1 {
        font-size: 4rem;
    }
    .section1 p {
        font-size: 1.7rem;
        letter-spacing: 0.178px;
    }
    
    .section1 .goldbox {
        max-width: 33rem;
        margin: 0 auto;
    }
    .section1 .goldbox p{font-size:1.5rem;}
    .section1 .arrow-down img {
        width: 2.2rem;
        height: 1.7rem;
    }
    .section1 p.carousel-box-subheading {font-size: 2rem;}
    #sec06 {
        padding: 3rem 1.5rem;
    }
    #sec06 .container .box {
        padding: 2rem;
    }
    #sec06 .container .box a.btn-primary{
        display: block;
        margin: 0 1rem;
        
    }
    #sec06 .container .box {
        padding: 2.5rem;
    }
    
    
    .box h2 {
        font-size: 3rem;
        line-height: 105%; /* 31.5px */
        letter-spacing: 0.315px;
    }
    .box .font-20 {
       line-height: 1.3;
       letter-spacing: 0.02rem;
    }
    
    
    
    .box .font-16 {
        font-size: 1.5rem;
        letter-spacing: 0.157px;
    }
}