.subscribe-box {
    max-width: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    margin-top: 70px;
}

.subscribe-box .subscrib-fld {
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #d1d8d3;
    margin-bottom: 30px;
    height: 40px;
    font-size: 18px;
    font-family: "Nexa";
}

.subscribe-box .but-01 {
    cursor: pointer;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.subscribe-box .but-01:hover {
    background: #5f9766;
}

#NewsletterMessage {
    text-align: center;
    margin-top: 10px;
}


/* subscribe-box styling End */

.contact-page img {
    width: 100%;
}

.contact-page .map {
    margin-top: -50px;
}

.contact-page .pag-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 95px 0 140px 0;
}

.contact-page .pag-contents h3 {
    color: #010101;
    font-size: 21px;
    margin-bottom: 40px;
    font-family: "Nexa";
    margin: 0 0 20px 0;
}

.contact-page .left-contents {
    width: 25%;
}

.contact-page .left-contents ul {
    list-style: none;
}

.contact-page .left-contents ul li p {
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
    margin: 0 0 30px 0;
    font-family: "Nexa";
    font-weight: 500;
}

.contact-page .left-contents ul li {
    border-bottom: 1px solid #eae5dc;
    padding-top: 30px;
    font-family: "Nexa";
}

.contact-page .left-contents ul li:last-child {
    border-bottom: none;
}

.contact-page .left-contents ul li a {
    color: #2f2f2f;
}

.contact-page .left-contents ul li a:hover {
    color: #5f9766;
}

.contact-page .left-contents ul li span {
    display: block;
}

.contact-page .right-contents {
    width: 50%;
}

.contact-page .right-contents ul {
    list-style: none;
}

.contact-page .right-contents ul li {
    margin-bottom: 15px;
}

.contact-page .right-contents input,
.contact-page .right-contents textarea {
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    color: #2f2f2f;
    font-size: 16px;
}

.contact-page .right-contents textarea {
    height: 180px;
    border-radius: 10px;
    font-family: "Helvetica";
    padding-top: 25px;
    resize: none;
}

.contact-page .right-contents input::placeholder,
.contact-page .right-contents textarea::placeholder {
    color: #2f2f2f;
}

.contact-page .right-contents button {
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
    background: #5b725e;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-family: "Nexa";
    line-height: 55px;
    overflow: hidden;
    cursor: pointer;
}

.contact-page .right-contents button:before {
    background: #5f9766 !important;
}

div#map {
    min-height: 840px;
}

.map-bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.contact-page {
    position: relative;
}

.contact-page .contact-leaf {
    position: absolute;
    right: 0;
    top: 0;
}

.bredcrumb ul {
    list-style: none;
}

.bredcrumb ul li {
    display: inline-block;
    font-size: 15px;
    color: #47614d;
    font-weight: bold;
    position: relative;
    font-family: "Helvetica";
}

.bredcrumb ul li:after {
    content: "/";
    display: inline-block;
    padding: 0 5px;
}

.bredcrumb ul li:last-child:after {
    display: none;
}

.bredcrumb ul li a {
    color: #868686;
    font-weight: 400;
    font-family: "Helvetica";
}

.contact-page .contact-left-leaf {
    position: absolute;
    left: 0;
    top: 0;
}

.inner-banner .banner-bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

.inner-banner h1 {
    color: #fff;
    font-size: 72px;
    line-height: 75px;
    font-weight: 600;
    font-family: "Nexa";
    position: absolute;
    top: 50%;
    left: 190px;
    text-transform: uppercase;
    margin: 0;
}

.inner-banner img {
    width: 100%;
}

.about-page .section-image img {
    width: 100%;
}

.inner-banner {
    position: relative;
}

body.page-template.page-template-page-about {
    height: auto !important;
}

.about-page {
    position: relative;
}

.about-page .leaf-02 {
    position: absolute;
    left: 0;
    bottom: auto;
    z-index: 100;
    top: 110px;
}

.about-page .top-section {
    max-width: 710px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

.about-page .top-section h2 {
    font-size: 43px;
    line-height: 45px;
    margin: 0 0 10px 0;
}

.about-page .top-section h5 {
    color: #000000;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.about-page .top-section p {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.about-page h2.about-text {
    color: #a5d3ae;
    font-size: 200px;
    font-weight: 400;
    font-family: "Nexa";
    text-transform: uppercase;
    opacity: .12;
    position: absolute;
    left: 30px;
    top: 115px;
}

.about-page .section-two {
    background: #f9f9f9;
    padding: 115px 0;
    position: relative;
}

.about-page .section-two .leaf-about {
    position: absolute;
    right: 0;
    top: -240px;
}

.about-page .section-two .section-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-page .section-two .box {
    width: 31.7%;
    background: #fff;
    border: 1px solid #f3f3f3;
    text-align: center;
    position: relative;
    padding: 75px 25px 30px 25px;
    overflow: hidden;
}

.about-page .section-two .icon {
    width: 120px;
    height: 120px;
    border: 3px solid #d9d4bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -27px;
    z-index: 0;
}

.about-page .section-two h5 {
    color: #3a3a3a;
    font-size: 25px;
    font-family: "Nexa";
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.about-page .section-two p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin: 0 0 20px 0;
}

.about-page .section-three {
    position: relative;
    padding: 100px 0 95px 0;
}

.about-page .about-leaf {
    position: absolute;
    top: -30px;
    left: 60px;
}

.about-page .section-image {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.about-page .section-three .quality-box {
    text-align: center;
    background: #fff;
    padding: 80px 70px;
    max-width: 930px;
    margin: -155px auto 0 auto;
    position: relative;
    z-index: 9;
}

.about-page .section-three .quality-box h3 {
    color: #3d5840;
    font-size: 43px;
    font-weight: 300;
    font-family: "Nexa";
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.about-page .section-three .quality-box p {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.about-page .section-three .safe-sets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-page .section-three .safe-set {
    width: 48%;
    border: 1px solid #e8e8e8;
    padding: 70px 125px;
}

.about-page .section-three .safe-set h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: #3d5840;
    font-weight: 900;
    font-family: "Nexa";
    margin: 0 0 15px 10px;
}

.about-page .section-three .safe-set p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

.about-page .section-four {
    text-align: center;
    padding-bottom: 0px;
}

.about-page .section-four h2 {
    font-size: 43px;
}

.about-page .section-four p {
    font-size: 15px;
    line-height: 26px;
    padding: 0 190px;
    margin-bottom: 25px;
}

.about-page .section-four ul {
    list-style: none;
}


/*.about-page .owl-carousel .owl-item img{
  width: auto;
}*/

.about-page .section-four h5 {
    font-size: 25px;
    line-height: 25px;
    color: #191c25;
    text-transform: uppercase;
    font-family: "Nexa";
    font-weight: 400;
    margin-bottom: 7px;
}

.about-page .section-four h6 {
    color: #191c25;
    opacity: .5;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: "Nexa";
    font-weight: 600;
}

.about-page .team-slider {
    margin-top: 50px;
}

.project-detail .sec-one {
    padding: 70px 0 150px 0;
}

.project-detail .iconlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-detail .icon-set {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 25%;
    justify-content: center;
    border-right: 1px solid #d4d4d4;
    padding: 20px 0;
}

.project-detail .icon-set:first-child {
    justify-content: flex-start;
}

.project-detail .icon-set:last-child {
    border-right: none;
}

.project-detail .icon-set h5 {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: 900;
    font-family: "Nexa";
    margin: 0;
}

.project-detail .icon-set h6 {
    color: #868686;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    font-family: "Nexa";
    font-weight: 600;
}

.project-detail .icon-set .icon-texts {
    margin-left: 15px;
}

.project-detail .content-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
}

.project-detail .content-set .left-content {
    width: 45%;
}

.project-detail .content-set .right-content {
    width: 48%;
}

.project-detail .content-set h4 {
    color: #000000;
    font-size: 25px;
    line-height: 41px;
    margin: 0;
    font-family: "Nexa";
    font-weight: 400;
}

.project-detail .content-set p {
    color: #010101;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 25px 0;
    font-family: "Nexa";
    font-weight: 400;
}

.project-detail .sec-two {
    overflow: hidden;
}

.project-detail .flex-control-thumbs {
    max-width: 730px;
    margin: 0 auto;
}

.project-detail .sec-two .wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    padding: 0;
}

.project-detail .flexslider {
    border: none;
    background-color: transparent;
    margin: 0;
}

.project-detail .flexslider.thumb {
    max-width: 750px;
    margin: 0 auto;
}

.project-detail .flexslider.thumb .slides li {
    border: 7px solid #000;
    cursor: pointer;
    position: relative;
}

.project-detail .flexslider.thumb .slides li:hover:after {
    opacity: .76;
}

.project-detail .flexslider.thumb .slides li:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    background: #47614d;
    opacity: 0;
    z-index: 999;
    top: 0;
}

.project-detail .flexslider.thumb .slides li.flex-active-slide {
    position: relative;
}

.project-detail .flexslider.thumb .slides li.flex-active-slide:after {
    opacity: .76;
}

.project-detail ul.flex-direction-nav {
    display: none;
}

.project-detail .sec-three {
    padding: 115px 0 85px 0;
}

.project-detail h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-family: "Nexa";
    text-transform: uppercase;
    text-align: center;
}

.project-detail .sec-three .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.project-detail ul {
    list-style: none;
}

.project-detail .sec-three ul li {
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 15px 0;
    margin: 30px 0;
}

.project-detail .owl-carousel .owl-stage-outer {
    margin: 0 -20px;
}

.project-detail .owl-carousel .owl-stage {
    margin: 0 20px;
}

.project-detail .sec-three ul li:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    border-color: #fff;
}

.project-detail .sec-three ul li h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin: 22px 0 5px 0;
    font-weight: bold;
    font-family: helvetica;
}

.project-detail .sec-three ul li h6 {
    font-size: 16px;
    line-height: 21px;
    color: #7a7a7a;
    margin: 0;
    font-weight: 400;
    font-family: helvetica;
}

.project-detail .sec-four .project-slider {
    margin: 30px 0 100px 0;
}

.project-detail .sec-four .team-image {
    position: relative;
}

.team-image img {
    width: 100% !important;
}

.project-detail .sec-four .image {
    overflow: hidden;
}


/*.project-detail .sec-four h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  position: absolute;
  bottom: 60px;
  left: 55px;
  z-index: 999;
   font-family: "Nexa";
   font-weight: 600;
}*/

.project-detail {
    position: relative;
}

.project-detail .leaf-02 {
    bottom: auto;
    top: 0;
    left: 0;
}

.project-detail .leaf-4 {
    position: absolute;
    right: 0;
    top: 0;
}

.bespoke-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bespoke-page .top-contents {
    text-align: center;
}

.bespoke-page .top-contents h2 {
    font-size: 43px;
    margin-bottom: 10px;
}

.bespoke-page .top-contents p {
    color: #000;
    font-size: 15px;
    line-height: 26px;
}

.bespoke-page>.wrap {
    position: relative;
}

.bespoke-page .big-text {
    position: absolute;
    left: 0;
    top: -65px;
    right: 0;
    text-align: center;
}

h2.big-text {
    color: #a5d3ae;
    font-size: 200px;
    font-weight: 400;
    font-family: "Nexa";
    text-transform: uppercase;
    opacity: .12;
}

.bespoke-page .top-contents {
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.bespoke-page .itm-txt h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Helvetica";
    position: relative;
}

.bespoke-page .itm-txt h3:after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #232323;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.bespoke-page {
    position: relative;
}

.bespoke-page .inner-leaf,
.bespoke-page .inner-leaf-right {
    top: 100px
}

.related-sec h4 {
    font-weight: 500;
    font-family: "Nexa";
}

.inner-leaf {
    top: 0;
    left: 0;
    position: absolute;
}

.inner-leaf-right {
    position: absolute;
    top: 0;
    right: 0;
}

.itm-block-pro:hover .hover-box-project {
    height: 100%;
}

.project-detail .sec-four .team-image:hover .hover-box-project {
    height: 100%;
}

.project-detail .sec-four .team-image:hover .project-title {
    display: none;
}

.nav-ul::-webkit-scrollbar {
    display: none;
}

.error404 h1 {
    padding-top: 0%;
    text-transform: capitalize;
    text-align: center;
    border-bottom: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    color: #fff;
    margin: 15px 0 0 0;
}

.error404 h1.site-title {
    color: #000;
    text-align: left;
}

.error-404 ul li {
    margin-bottom: 5px;
}

.error-404 {
    padding: 50px 120px 155px 20px;
}

.pagination li span.current {
    border: solid 1px #e5e5e5;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    width: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #47614d;
    color: #fff;
}

.pagination li a.next,
.pagination li a.prev {
    font-size: 0;
    position: relative;
}

.pagination li a.next::after,
.pagination li a.prev::before {
    display: block;
    font-size: 12px;
    font-family: "icomoon" !important;
}

.pagination li a.next::after {
    content: "";
}

.pagination li a.prev::before {
    content: "";
}

#rev_slider_1_1_wrapper .ares .tp-bullet {
    z-index: 9999;
}

div#enq-popup {
    width: 50%;
    text-align: center;
    padding: 50px 0;
}

div#enq-popup ul {
    list-style: none;
    max-width: 75%;
    margin: 0 auto;
}

div#enq-popup ul li {
    margin-bottom: 15px;
    position: relative;
}

div#enq-popup ul li input,
div#enq-popup ul li textarea {
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    color: #2f2f2f;
    font-size: 15px;
}

div#enq-popup ul li textarea {
    height: 180px;
    border-radius: 10px;
    font-family: "Helvetica";
    padding-top: 25px;
    resize: none;
}

div#enq-popup ul li textarea::placeholder,
div#enq-popup ul li input::placeholder {
    color: #2f2f2f;
    font-family: "Helvetica";
}

div#enq-popup ul li button {
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 50px;
    background: #5b725e;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-family: "Nexa";
    line-height: 55px;
    overflow: hidden;
    cursor: pointer;
}

div#enq-popup .hvr-sweep-to-right:before {
    background: #5f9766 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid red;
    color: #000;
    font-size: 14px;
    padding: 10px;
}

footer .border-white-but {
    width: 270px;
    font-size: 16px;
    padding: 0;
}

.privacy-policy .social-box li {
    padding-bottom: 0;
}

.bespoke-detail-page .bespoke-detail-ul li .txt-box-bespoke {
    padding-top: 30px;
}

.talk-block .but-01 {
    font-size: 16px;
    min-width: 190px;
    height: 57px;
    line-height: 57px;
}

a.whatsapp-stickey {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    position: fixed;
    right: 0;
    z-index: 99999;
    background: #fff;
    bottom: 3%;
    padding: 4px 12px 0px 7px;
    font-family: "Nexa";
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 20%);
}

a.whatsapp-stickey .image {
    margin-right: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
}

.menu-opn.single-product header.head-main {
    border: none;
    background: transparent;
}

.social-box li a {
    width: 15px;
}

.bespoke-detail-page .head-main {
    position: initial;
}

.added-to-cart {
    width: 100%;
    background: #eee;
    color: #111;
    padding: 20px 10px;
    font-size: 14px;
}

.header_contact {
    position: relative;
    z-index: 9999;
}

.menu-opn .header_contact {
    z-index: 99;
}

.header_contact ul {
    list-style: none;
    padding: 8px 4%;
    margin: 0;
    display: flex;
}

.header_contact ul li {
    margin-right: 15px;
}

.header_contact ul li a {
    font-size: 15px;
    font-family: "Nexa";
    font-weight: 500;
    color: #3d5840;
    display: flex;
}

.header_contact ul li a span {
    margin-right: 5px;
}

.header_contact ul li:hover a {
    color: #5f9766;
}

.right-box-top .header_contact ul li a {
    color: #3d5840;
}

.right-box-top .header_contact ul li:hover a {
    color: #80b436;
}

.right-box-top .header_contact ul {
    padding: 0%;
}

.header_contact.mob {
    display: none;
}

/* ------------------------------------------------------------------------- */

.page-id-853 .page-new ul,
.page-id-853 .page-new ol {
    padding: 0 0 0 24px;
    margin: 10px 0 20px 0;
}

.page-id-853 .page-new li+li,
.page-id-853 .page-new li+li {
    margin: 12px 0 0 0;
}

.page-id-853 .page-new li,
.page-id-853 .page-new li {
    font-size: 14px;
}

.page-id-853 .page-new p,
.page-id-853 .page-new p {
    margin-left: 7px;
}

/* ------------------------------------------------------------------------- */

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

    section.safety-sec,
    section.rel:not(.home section.rel),
    .insta-sec {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    .header_contact ul li a {
        font-size: 14px;
    }
}

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

    .contact-page .contact-left-leaf,
    .contact-page .contact-leaf {
        display: none;
    }

    .pro-hover ul li a {
        padding: 0 17px;
    }

    .bespoke-det {
        min-height: 540px;
    }

    .right-box-top .header_contact ul li a {
        font-size: 0;
    }

    .right-box-top .header_contact ul li {
        margin-right: 0px;
    }

    .right-box-top .header_contact ul li a span {
        margin-right: 0;
        font-size: 25px;
        color: #3d5840;
    }
}

@media only screen and (max-width: 992px) {
    .contact-page .pag-contents {
        padding: 50px 0 60px 0;
    }

    .contact-page .left-contents {
        width: 35%;
    }

    .contact-page .left-contents ul li p br {
        display: none;
    }

    .contact-page .contact-leaf,
    .contact-page .contact-left-leaf {
        display: none;
    }

    .bredcrumb {
        margin-top: 20px
    }

    .about-page .section-three .safe-set {
        padding: 30px;
    }

    .about-page .section-four p {
        padding: 0 50px;
    }

    .about-page .section-two .box {
        width: 100%;
        margin-bottom: 4%;
    }

    .about-page .section-two .box:last-child {
        margin-bottom: 0;
    }

    .about-page .top-section h2 {
        font-size: 35px;
    }

    .about-page .top-section h5 {
        font-size: 20px;
    }

    .about-page .section-three .quality-box {
        margin: -100px auto 0 auto;
        padding: 50px 70px;
    }

    .about-page .owl-carousel .owl-item img {
        width: 100%;
    }

    .inner-banner h1 {
        font-size: 40px;
        left: 40px
    }

    .project-detail .icon-set .icon-texts {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .project-detail .icon-set:first-child {
        justify-content: center;
        text-align: center;
    }

    .project-detail .sec-one {
        padding: 40px 0 65px 0;
    }

    .project-detail .content-set {
        padding-top: 60px;
    }

    .project-detail .flexslider.thumb {
        max-width: initial;
    }

    .project-detail .sec-two .wrap {
        position: initial;
    }

    .inner-page h1 {
        font-size: 50px;
    }

    .project-detail .content-set h4 {
        font-size: 23px;
        line-height: 35px;
    }

    h2.big-text {
        font-size: 135px
    }

    .bespoke-page .big-text {
        top: -43px;
    }

    .bespoke-page .itm-txt h3 {
        font-size: 13px;
    }

    .bespoke-page .inner-leaf,
    .bespoke-page .inner-leaf-right {
        display: none
    }

    .project-detail .leaf-4,
    .project-detail .leaf-02 {
        display: none;
    }

    .page-template-page-media-centre .top-bg {
        width: 50% !important;
    }
}

.page-id-198 h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.page-id-198 .wrap {
    font-size: 15px;
    line-height: 25px;
}

/* .privacy-policy ul li {
    list-style: none !important;
} */

.ff-contents {
    position: relative;
}

.search-results .top-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.not-found .search-form {
    display: block;
}

.not-found {
    padding-top: 50px;
    text-align: left;
}

.not-found input.search-field {
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    width: 250px;
    height: 45px;
    padding-left: 30px;
    color: #2f2f2f;
    font-size: 14px;
}

.not-found input.search-submit {
    font-size: 14px;
    color: #fff;
    height: 45px;
    background: #5b725e;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-family: "Nexa";
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 30px;
}

.not-found p {
    font-size: 16px;
    margin: 20px 0;
}

.insta-sec .insta-lable {
    z-index: 800
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 20px;
    top: 4px;
}

.page-template-page-media-centre-detail-php h3 {
    margin: 20px 0 15px 0;
}

.page-template-page-media-centre-detail-php p {
    margin-bottom: 25px;
}

.page-template-page-media-centre-detail-php p .gray {
    color: #000;
    opacity: .5;
}

.page-template-page-media-centre-detail-php .medai-img-box {
    margin-top: 50px;
}

.page-template-page-media-centre-detail-php .medai-img-box {
    padding-bottom: 45px;
}

.single-format-standard h3 {
    margin: 25px 0;
}

.single-format-standard .medai-img-box {
    padding-bottom: 30px;
    padding-top: 25px;
}

.search-pannel {
    z-index: 999;
}

.copy-row .wrap .f-right-block {
    display: flex;
    align-items: center;
}

.copy-row a.designed {
    font-size: 13px;
    color: #dddddd;
    margin-left: 26px;
}

.copy-row a.designed:hover {
    color: #5b725e;
}


.mini-cart-li {
    background: #3d5840;
    color: #fff;
    padding: 10px 16px;
    border: none;
}



.mini-cart-li:hover {
    color: #fff !important;
    background-color: #5f9766 !important
}





@media only screen and (min-width:1024px) {
    #rev_slider_1_1_wrapper .ares.tp-bullets {
        top: 80% !important;
    }
}

@media only screen and (min-width: 768px) {
    .project-detail .flexslider.thumb .slides {
        display: flex;
        justify-content: center;
        max-width: 750px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    .pro-hover ul {
        flex-wrap: nowrap;
    }

    .pro-hover ul {
        padding: 0px 5px;
    }

}

@media only screen and (max-width: 768px) {
    div#map {
        min-height: 500px;
    }

    .contact-page .left-contents {
        width: 45%;
    }

    .error-404 {
        padding: 50px 120px 75px 20px;
    }

    div#enq-popup {
        width: 90%;
    }

    .page-template-page-media-centre-detail-php .wrap-02 {
        padding-top: 45px;
    }
}

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


    .shop-head {
        color: #000 !important;
    }

    .copy-row .wrap {
        justify-content: center;
    }

    .copy-row .wrap .f-left-block {
        margin-right: initial;
    }

    .copy-row .wrap .f-right-block {
        margin-left: initial;
    }

    .contact-page .left-contents,
    .contact-page .right-contents {
        width: 100%;
    }

    .contact-page .pag-contents {
        padding: 50px 15px 60px 15px;
    }

    .contact-page .pag-contents h3 {
        margin: 0;
    }

    div#map {
        min-height: 300px;
    }

    .bredcrumb {
        padding-left: 15px;
    }

    .about-page h2.about-text {
        font-size: 70px;
        top: 10px;
    }

    .about-page .container {
        padding: 0 15px;
    }

    .about-page .top-section h5 {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px 0;
    }

    .about-page .top-section h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .about-page .top-section p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-page .section-two .leaf-about {
        display: none;
    }

    .about-page .top-section {
        padding: 30px 0 40px 0;
    }

    .about-page .section-two {
        padding: 40px 0;
    }

    .about-page .leaf-02 {
        display: none;
    }

    .about-page .section-two .box {
        padding: 50px 25px 30px 25px;
    }

    .about-page .section-two p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-page .section-two h5 {
        margin: 0 0 10px 0;
        font-size: 23px;
    }

    .about-page .section-two .icon {
        width: 110px;
        height: 110px
    }

    .about-page .section-three .quality-box h3 {
        font-size: 27px;
    }

    .about-page .section-three .quality-box p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-page .section-three .quality-box {
        margin: -55px auto 0 auto;
        padding: 30px 0px;
        max-width: 295px;
    }

    .about-page .section-image {
        padding: 15px;
    }

    .about-page .section-three .safe-set {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-page .section-three .safe-set p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-page .section-four h2 {
        font-size: 27px;
    }

    .about-page .section-three {
        padding: 50px 0 0px 0;
    }

    .about-page .section-four p {
        font-size: 13px;
        line-height: 20px;
        padding: 0 15px;
        margin-bottom: 0
    }

    .about-page .section-four h5 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .about-page .section-four {
        padding-bottom: 0px
    }

    .about-page .about-leaf {
        display: none;
    }

    .inner-banner h1 {
        font-size: 20px;
        left: 35px;
        top: 35%;
    }

    .inner-page h1 {
        font-size: 27px;
        padding-top: 25px;
    }

    .bredcrumb ul li {
        font-size: 13px
    }

    .project-detail .icon-set {
        width: 50%
    }

    .project-detail .icon-set h6,
    .project-detail .icon-set h5 {
        font-size: 13px
    }

    .project-detail .icon-set {
        margin-bottom: 15px;
    }

    .project-detail .icon-set:nth-child(2n+2) {
        border-right: 0
    }

    .project-detail .content-set {
        padding-top: 20px;
    }

    .project-detail .content-set .left-content,
    .project-detail .content-set .right-content {
        width: 100%
    }

    .project-detail .content-set h4 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .project-detail .content-set p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .project-detail .sec-one {
        padding: 40px 0 25px 0;
    }

    .project-detail .sec-three {
        padding: 55px 0 85px 0;
    }

    .project-detail .owl-next,
    .project-detail .owl-prev {
        width: 45px;
        height: 45px;
    }

    .project-detail h2 {
        font-size: 20px
    }

    .project-detail .sec-four h3 {
        bottom: 25px;
        left: 15px;
        font-size: 20px;
    }

    .project-detail .sec-four .project-slider {
        margin: 15px 0 50px 0;
    }

    .project-detail .sec-three {
        padding: 55px 0 30px 0;
    }

    .line-hr {
        margin-top: 50px;
    }

    h2.big-text {
        font-size: 60px;
    }

    .bespoke-page .top-contents h2 {
        font-size: 22px;
    }

    .bespoke-page .top-contents p {
        font-size: 13px;
        line-height: 20px;
    }

    .bespoke-page .itm-txt h3 {
        font-size: 10px;
    }

    .project-detail .flex-direction-nav a.flex-next:before {
        content: "";
        font-family: "icomoon" !important;
        color: #fff;
        font-size: 25px;
    }

    .project-detail .flex-direction-nav a:before {
        font-family: "icomoon" !important;
        color: #fff;
        content: "";
        font-size: 25px;
    }

    .project-detail ul.flex-direction-nav {
        display: block;
    }

    .project-detail .flex-direction-nav a {
        font-size: 0;
    }

    .about-page .section-three .safe-set h5 {
        font-size: 16px;
    }

    .inner-page {
        min-height: 300px;
    }

    .project-hover-txt-block p {
        font-size: 14px;
        line-height: 20px
    }

    .project-detail .sec-three ul li {
        margin: 15px 0
    }

    .bespoke-page .fltr-itm-box li {
        width: 48%
    }

    .about-page .section-three .safe-set h5 {
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .banner-bot-block {
        bottom: -3px;
    }

    .contact-page .right-contents input {
        height: 45px;
    }

    .contact-page .right-contents textarea {
        height: 140px;
    }

    .contact-page .right-contents button {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .contact-page .right-contents input,
    .contact-page .right-contents textarea {
        font-size: 13px;
        padding-left: 15px;
    }

    .contact-page .right-contents input::placeholder,
    .contact-page .right-contents textarea::placeholder {
        font-size: 13px;
    }

    .contact-page .left-contents ul li p {
        font-size: 13px;
    }

    .right-ul {
        margin: 0;
    }

    .right-ul li.menu-link {
        margin-right: 0;
        padding-right: 0;
    }

    .page-id-198 h2 {
        font-size: 20px;
    }

    .copy-row .wrap .f-right-block ul li {
        line-height: 21px;
    }

    .top-bg {
        display: none;
    }

    .head-main {
        background: #fff;
    }

    .mini-cart-li {
        color: #000
    }

    #nav-icon3 {
        border: 1px solid #677e6c;
    }

    header.sticky {
        top: 45px;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    }

    .head-main {
        position: sticky;
    }

    body {
        transition: initial;
    }

    .menu-opn .menu-panel {
        top: 15px;
    }

    .error-404 {
        padding: 30px 10px 55px 10px;
    }

    .error404 h1.site-title {
        font-size: 23px;
    }

    .error-404 ul li {
        font-size: 13px;
        line-height: 20px;
    }

    .error-404 h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .search-results .top-sec {
        flex-wrap: wrap;
    }

    .search-results h1.banner-heading {
        margin: 0 0 10px 0;
    }

    .search-results .right-side {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .media-detail,
    .media-list-banner {
        height: 200px !important;
    }

    .page-template-page-media-centre .top-bar-main {
        margin-top: 20px;
    }

    .pro-block li h3 {
        font-size: 12px;
    }

    .inner-page.bespoke-det {
        min-height: inherit !important;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 35px;
    }

    .bespoke-det .wrap {
        padding-top: 0;
    }

    .inner-page.bespoke-det h1 {
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bespoke-det p {
        font-size: 12px;
    }

    .owl-prev,
    .owl-next {
        width: 40px;
        height: 40px;
    }

    div#enq-popup ul {
        max-width: 90%;
    }

    div#enq-popup ul li input,
    div#enq-popup ul li textarea {
        font-size: 14px;
        height: 40px;
    }

    div#enq-popup ul li textarea {
        height: 120px;
    }

    div#enq-popup ul li button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .bespoke-ul li p {
        font-size: 12px;
    }

    .bespoke-ul li h3 {
        font-size: 15px;
    }

    .page-template-page-media-centre-detail-php .wrap-02 {
        padding-top: 30px;
    }

    .page-template-page-media-centre-detail-php .medai-img-box {
        padding-bottom: 10px;
    }

    .page-template-page-media-centre-detail-php .medai-img-box {
        margin-top: 25px;
    }

    .page-template-page-media-centre-detail-php p {
        margin-bottom: 10px;
    }

    .right-box-top .header_contact {
        display: none;
    }

    .header_contact.mob {
        display: block;
        border-bottom: solid 1px #d4d4d4;
    }

    .header_contact.mob ul {
        padding: 10px 4% 8px 4%;
        justify-content: space-between;

    }

    .header_contact.mob ul li {
        margin-right: 0;
    }

    .header_contact.mob ul li a {
        font-size: 13px;
    }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: 27px !important;
}

@media only screen and (max-width: 767px) {
    .tree-img {
        display: none;
    }

    section:not(.home section.rel),
    footer {
        overflow: hidden
    }

    .pro-block li h3 span::after {
        width: 100%
    }

    .bubble-sec .bubble-ul li {
        width: 29.3vw !important;
        height: 29.3vw !important;
        margin-bottom: 15px;
        margin-left: 1%;
        margin-right: 1%;
    }

    .featured-pro li .pro-box-01 h3 a,
    .safety-list li .pro-box-01 h3 a {
        margin-top: 10px;
        display: block;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        font-size: 22px !important;
    }

}

@media only screen and (max-width: 320px) {
    .copy-row .wrap .f-right-block ul li {
        margin: 0 6px
    }

    .bubble-sec .bubble-ul {
        justify-content: center
    }

    .bapf_sfilter .bapf_button,
    .bapf_sfilter label {
        font-size: 12px !important;
    }

    .bapf_sfilter.bapf_ckbox input[type=checkbox] {
        margin-right: 9px;
    }

    .archive .woocommerce-ordering {
        flex-wrap: wrap;
    }

    .archive .woocommerce-ordering .SumoSelect {
        width: 100% !important
    }

    .archive .woocommerce-ordering .SumoSelect {
        margin-top: 10px
    }

    .shopbar-top .SumoSelect .CaptionCont {
        padding: 5px !important
    }

    .sidebar>h3 {
        padding-left: 2% !important;
        font-size: 17px;
    }

    .pro-hover ul {
        height: 40px
    }

    .bredcrumb ul li {
        font-size: 11px;
    }

    .banner-bot-block {
        display: none;
    }
}