body {
    overflow-x: hidden;
}

a {
    transition: all 0.2s ease-in-out;
}

.header-slider .item {
    height: 100vh;
}


.slick-prev {
    left: 38px;
}

.slick-next {
    right: 38px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: none;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    opacity: 1;
    z-index: 9;
    margin-top: -18px;
}


.header-slider .slick-prev:before {
    background: url(../images/arrow-left.svg) no-repeat 0 0;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    opacity: 1;
    background-size: cover;
}

.header-slider .slick-next:before {
    background: url(../images/arrrow-right.svg) no-repeat 0 0;
    content: "";
    display: block;
    opacity: 1;
    background-size: cover;
    width: 35px;
    height: 35px;
}

section.ourtea-categorywrap .container,
section.ourtea-acc-categorywrap .container,
section.instawrap .container,
section.teaatthree-wrap .container {
    padding: 0px 60px;
}

section.ourtea-categorywrap .widthwithfive,
section.ourtea-acc-categorywrap .widthwithfive {
    width: 100%;

}

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

.ourtea-category-text a {
    color: #000;
    font-family: 'interstatebold';
    font-size: 12px;
    display: block;
    line-height: normal;
}

.ourtea-category-text a:hover {
    color: #f7bd2a;
    text-decoration: none;
}

.ourtea-category-text {
    max-width: 90%;
    margin: auto;
    margin-top: 10px;
}

.col.widthwithfive {
    padding: 0px 9px;
}

.heading-wrap h2 {
    font-family: 'linotype_didotitalic';
    font-size: 38px;
    color: #000;
    line-height: 41px;
    margin-bottom: 0px;
    margin-top: 0px;
}

section.ourtea-categorywrap .row,
section.ourtea-acc-categorywrap .row {
    margin-left: -5px;
    margin-right: -5px;
}

.instawrap .col.widthwiththree,
.teaatthree-wrap .col.widthwiththree {
    padding: 0px 9px;
}



.heading-wrap {
    margin-bottom: 10px;
}

section.ourtea-categorywrap,
.ourtea-acc-categorywrap,
.instawrap,
.teaatthree-wrap {
    padding-bottom: 50px;
    position: relative;
    background: #fff;
    z-index: 1;
}

.homesliderwrap {
    /*    position: fixed;*/
    width: 100%;
    height: 100vh;
    left: 0px;
    right: 0px;
    top: 0px;
}

.columns .column.main {
    padding-bottom: 0px;
}
section.ourtea-categorywrap {
    /*    margin-top: 100vh;*/
    padding-top: 50px;
}

/* .teaatthree-wrap {
    padding-bottom: 60px;
} */

.customafter {
    display: none;
}

.teaatthreeslider .slick-next:before {

    background: url(../images/arrrow-right.svg) no-repeat 0 0;
    content: "";
    display: block;
    opacity: 1;
    background-size: cover;
    width: 35px;
    height: 35px;
    margin-top: 0px;
}


.teaatthreeslider .slick-prev:before {
    background: url(../images/arrow-left.svg) no-repeat 0 0;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    opacity: 1;
    background-size: cover;
    margin-top: 0px;
}




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


    .header-slider .slick-slide img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        object-position: 100% 90%;
    }


}


@media only screen and (max-width:767px) {
    .homefooter-news .field.newsletter {
        width: 100% !important;
    }

    .row {
        display: block;
    }


    section.ourtea-categorywrap {
        margin-top: 0px !important;

    }

    .heading-wrap h2 {
        text-align: center;
        font-size: 27px;
        line-height: 30px;
    }

    section.ourtea-categorywrap .container,
    section.ourtea-acc-categorywrap .container,
    section.instawrap .container,
    section.teaatthree-wrap .container {
        padding: 0px 35px;
    }

    section.ourtea-categorywrap .widthwithfive,
    section.ourtea-acc-categorywrap .widthwithfive {
        width: calc(50% - 9px);
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .col.widthwithfive {
        padding: 0px 5px;
    }

    .ourtea-category-text {
        max-width: 82%;
        margin-top: 8px;
        min-height: 26px;
    }

    section.ourtea-categorywrap .row,
    section.ourtea-acc-categorywrap .row {
        text-align: center;
    }

    section.ourtea-categorywrap,
    .ourtea-acc-categorywrap,
    .instawrap,
    .teaatthree-wrap {
        padding-bottom: 30px;
    }

    .instawrap .col.widthwiththree,
    .teaatthree-wrap .col.widthwiththree {

        margin-bottom: 10px;
    }

    .instawrap .col.widthwiththree:last-child,
    .teaatthree-wrap .col.widthwiththree:last-child {
        margin-bottom: 0px
    }

    section.teaatthree-wrap {
        padding-bottom: 30px;
    }

    .slick-prev {
        left: 20px;
    }

    .slick-next {
        right: 20px;
    }

    .instawrap .col.widthwiththree,
    .teaatthree-wrap .col.widthwiththree {
        padding: 0px;
    }

    .row.teaatthreeslider .slick-prev {
        left: 5px;
    }

    .row.teaatthreeslider .slick-next {
        right: 5px;
    }

    .header-slider{
        margin-bottom: 0px !important;
    } 
    /* .teaatthree-wrap {
        margin-top: 20px;
    } */
    section.ourtea-categorywrap{
        padding-top:40px !important;
    }
    section.testimonialwrap{
        margin-top:10px;
    }
    
}