* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    font-family: "AppleSDGothicNeo";
    position: relative;
    overflow-x: hidden;
}

.product_list {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .product_list img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 5px;
    }

    .product_list .p-details h3 {
        font-size: 20px;
        color: #000;
    }
/*-----swit alert css start------*/
/*.swal2-popup {
    background: #ffffffd9 !important;
}*/
.swal2-styled.swal2-cancel {
    display: inline-block;
    transition: 0.5s;
    padding: 12px 40px;
    background: #ca0e0e !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-family: monospace;
    letter-spacing: 0.5px;
}

.swal2-styled.swal2-confirm {
    display: inline-block;
    transition: 0.5s;
    padding: 12px 40px;
    background: #8b3534 !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-family: monospace;
    letter-spacing: 0.5px;
}

.swal2-image {
    order: 1;
}

.icon_class {
    order: 2;
    margin: 10px auto -30px !important;
}

.swal2-html-container {
    order: 3;
}

.swal2-actions {
    order: 4;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #41aa00 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(65, 170, 0, .3) !important;
}

.swal2-icon.swal2-success .swal2-success-fix,
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left],
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    background-color: transparent !important;
}

/*-----swit alert css end------*/



::-moz-selection {
    background: #fff;
    color: #000;
}

img {
    border: none !important;
    outline: none;
    max-width: 100%;
}

input {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    border: none;
}

    input:focus,
    select:focus,
    textarea:focus {
        outline: 0 !important;
        box-shadow: none !important;
        opacity: 1;
    }

.form-control:focus {
    /* border-color: transparent; */
    border-bottom: 1px solid #000;
    background: transparent !important;
    /* opacity: 1; */
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    color: #000;
}

::placeholder {
    color: #000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    opacity: 1;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
    border: none;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

button {
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    border: none;
}

textarea {
    outline: none !important;
    resize: none;
}

ul li,
ol li,
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #7c7c7c;
    font-family: "AppleSDGothicNeo";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "AppleSDGothicNeo";
    margin-bottom: 15px;
    font-weight: 300;
    font-weight: normal;
}

body h1 {
    font-size: 60px;
    line-height: 50px;
}

body h2 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}

body h3 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1.36px;
}

body h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.96px;
}

body h5 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.72px;
    font-weight: 900;
}

h6 {
    font-size: 14px;
    line-height: 17px;
}

/* body .container,
    body .container-sm {
    max-width: 1570px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    } */
body .container-sm {
    max-width: 1200px;
    width: 100%;
}

body a {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.full-btn {
    width: 100%;
    margin-bottom: 10px;
}

/*-------header-------*/
.custom-container {
    max-width: 1570px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    /* width: 90%; */
}

#myHeader {
    -webkit-transition: all 1s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 1s ease;
}

.sticky,
.no-banner .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    animation: smoothScroll 1s forwards;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

header {
    position: relative;
    z-index: 999;
}

    header .header-inner {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    header ul.main-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    header .right-header {
        width: 140px;
        /* margin-top: auto;
    margin-bottom: 0px; */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        z-index: 1;
        justify-content: space-around;
    }

    header .main-menu-part {
        width: calc(100% - 140px);
    }

    header ul.main-nav > li {
        padding: 0;
    }

        header ul.main-nav > li > a {
            z-index: 1;
            position: relative;
        }

        header ul.main-nav > li > a {
            color: #744636;
            font-size: 18px;
            letter-spacing: 0.72px;
            line-height: 21px;
            display: block;
            font-weight: 500;
            margin-right: 50px;
        }

    header .main-nav li > a.aerow,
    header .with-aerow {
        padding-right: 20px;
        position: relative;
        /* margin-right: 60px; */
    }

        header .main-nav li > a.aerow:after,
        header .with-aerow::after {
            content: "";
            background: url(../images/aerow-down.svg) no-repeat;
            width: 10px;
            height: 6px;
            position: absolute;
            right: 0;
            top: 3px;
            background-size: 10px;
        }

    header ul.main-nav > li > a:before {
        position: absolute;
        width: 0;
        height: 2px;
        background: #744636;
        content: '';
        left: 0;
        transition: .3s all;
        bottom: -10px;
    }

    header ul.main-nav > li > a:hover:before {
        width: 100%;
    }

    header ul.main-nav > li:hover > a.aerow:before {
        width: calc(100% - 20px);
    }

    header .with-aerow {
        margin-right: 0;
    }

        header .with-aerow::after {
            top: 8px;
        }

    header .site-logo {
        width: 110px;
        margin: 0 auto -78px;
        position: relative;
        left: 30px;
        z-index: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.sticky .site-logo {
    width: 85px;
    top: -25px;
}

/* header ul.main-nav>li:nth-child(4) {
    margin-left: 56px;
} */

header#myHeader {
    padding-top: 25px;
    padding-bottom: 25px;
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1000;
    left: 0;
    /* padding-left: 116px; */
}

header.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
}

header a.user-toggle {
    background: #744636;
    width: 37px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

header .right-header img {
    display: block;
    margin: auto;
}

header .mini-cart a {
    display: inline-block;
    margin: 0;
}

header a.user-toggle img {
    width: 14px;
    height: 20px;
}

header .my-account {
    /* padding: 0 23px; */
    position: relative;
}

.account_drpdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease-in;
    display: flex;
    padding: 20px;
}

    .account_drpdown::before {
        position: absolute;
        content: "";
        height: 11px;
        width: 15px;
        background-color: #fff;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        top: -10px;
        right: 10px;
    }

header .my-account:hover .account_drpdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(13px);
}

.account_drpdown li {
    position: relative;
    flex: 0 0 auto;
}

    .account_drpdown li:not(:last-child)::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }

    .account_drpdown li a {
        padding: 0px 30px;
        display: block;
        color: #000;
        /*text-transform: uppercase;*/
        /*height: 30px;*/
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

        .account_drpdown li a i {
            display: block;
            padding-bottom: 15px;
            color: #744636;
            font-size: 24px;
        }

/*.account_drpdown li a:hover {
        background: #744636;
    }*/

.head-search { /* 02/06/23*/
    position: relative;
    height: 20px;
}

.search-form {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: -20px;
    margin: 20px 0 0;
    width: 300px;
    /*height: 50px;*/
}

    .search-form .search-field {
        height: 100%;
        font-family: initial;
    }

    .search-form > form {
        height: 100%;
    }

    .search-form .search-field input[type="text"] {
        width: 100%;
        padding: 0px 20px 0;
        font-size: 18px;
        line-height: 30px;
        border: 1px solid rgba(139, 53, 52, 0.3);
        border-radius: 100px;
        /*height: 100%;*/
        height: 50px;
    }

        .search-form .search-field input[type="text"]::placeholder {
            color: rgba(139, 53, 52, 0.3) !important;
        }

    .search-form .search-field button {
        position: absolute;
        right: 5px;
        background: rgb(116 70 54);
        width: 40px;
        height: 40px;
        display: block;
        top: 5px;
        border-radius: 100%;
        padding: 2px 0 0 3px;
    }

/*---banner---*/
.banner-bg { /* sudipta 06/06/23*/
    /*position: relative;*/
    position: absolute;
    width: 100%;
    min-height: auto;
    /*background: url(../images/slider-bg.jpg) no-repeat;*/
    background-size: cover;
    background-position: bottom right;
    inset: 0;
}

    .banner-bg img { /* sudipta 06/06/23*/
        height: 100%;
    }

.slide-2 .banner-bg {
    /*background: url(../images/slidebg-2.png) no-repeat, transparent linear-gradient(116deg, #F8F7F3 0%, #F7F4E9 100%) 0% 0% no-repeat padding-box;*/
}

.banner-bg:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 100px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 100vw solid #fff;
}

.main-banner {
    position: relative;
    /*overflow: hidden;*/
}

.slid-main {
    display: flex;
    flex-wrap: wrap;
    /*position: absolute;*/
    position: relative;
    top: 80px;
    left: 0;
    right: 0;
    max-width: 1570px;
    width: 90%;
    margin: auto;
    padding: 0 15px;
}

.clsBan.item { /* sudipta 06/06/23*/
    position: relative;
    min-height: 500px;
}

.main-banner .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.main-banner .slid-main > div {
    width: 43.5%;
}

.main-banner .owl-item:not(.active) {
    opacity: 0;
}
/*sudipta 05/06/23*/
/*.main-banner .owl-carousel .owl-stage-outer {
    overflow: visible;
}*/

.slid-main > div.slid-img img {
    width: 631px;
    margin-left: auto;
}

.slid-text h6.with-line {
    color: #7c7c7c;
    padding-bottom: 27px;
    position: relative;
    margin-bottom: 45px;
    font-weight: 500;
    letter-spacing: .56px;
}

    .slid-text h6.with-line:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 91px;
        height: 4px;
        background: #8b3534;
    }

.search-form .search-field button:hover,
a.big-btn:hover,
header a.user-toggle:hover,
.btn-wrap.addtocart a:hover,
.btn-wrap.checkout-btn a.big-btn:hover,
#msform .action-button:hover,
.skin-type-pagewrapper .howitwork-sec a.round-btn:hover {
    background: #BF7256;
    border-color: #BF7256;
}

a.big-btn {
    display: inline-block;
    background: #bf7256;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .56px;
    height: 54px;
    line-height: 62px;
    padding: 0 42px;
    font-weight: bold;
    min-width: 320px;
    transition: .3s all;
    text-align: center;
}

a.ban_text {
    color: #000;
}

a.buy-btn {
    display: inline-block;
    background: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .56px;
    height: 54px;
    line-height: 62px;
    padding: 0 42px;
    font-weight: bold;
    min-width: 320px;
    transition: .3s all;
    text-align: center;
}

    a.buy-btn:hover {
        background: #2c2929;
        border-color: #BF7256;
    }

.slid-text p {
    font-size: 20px;
    color: #7c7c7c;
    letter-spacing: 0.4px;
    max-width: 500px;
    line-height: 36px;
    margin: 0 0 24px;
}

.main-banner .slid-main > div.slid-text {
    margin-top: 80px;
    padding-left: 150px;
}

.home-slider .owl-nav > button {
    width: 40px;
    height: 40px;
    background: url("../images/aerow-left.svg") no-repeat #fff !important;
    position: absolute;
    top: 0%;
    bottom: 0;
    margin: auto;
    left: 100px;
    border-radius: 100px;
    background-position: 17px 13px !important;
}

    .home-slider .owl-nav > button.owl-next {
        left: auto;
        right: 100px;
        transform: rotate(180deg);
        background-position: 14px 13px !important;
    }

    .home-slider .owl-nav > button span {
        display: none;
    }

.main-banner .item.slide-2 .slid-main > div {
    width: 50%;
}

    .main-banner .item.slide-2 .slid-main > div.slid-img img {
        margin: -70px -160px 0 auto;
        width: 729px;
    }

.main-banner .item.slide-2 .slid-text p {
    max-width: 520px;
}

.main-banner .item.slide-2 .slid-main > div.slid-text {
    margin-top: 110px;
}

.figure-out {
    padding-top: 120px;
}

.figure-out-inner {
    display: grid;
    grid-template-columns: 30% 70%;
    column-gap: 82px;
    align-items: center;
}

.figure-out-left-side h2 {
    margin-bottom: 40px;
}

/*****medical-frade-----*/
section.medicla-grade { /*sudipta 01/06/23*/
    padding-top: 60px;
}

.sec-title {
    margin: 0 0 30px;
}

    .sec-title p {
        max-width: 620px;
        margin: auto;
        letter-spacing: 0.4px;
    }

    .sec-title h2 {
        margin-bottom: 0;
    }

.medical-product h5 {
    color: #000;
}

.medical-product p { /*sudipta 01/06/23*/
    max-width: 340px;
    margin: auto;
}

body .round-btn,
.wizard-content .wizard > .actions > ul > li > a {
    background: transparent;
    display: inline-block;
    border-radius: 54px;
    border: 1px solid rgba(139, 53, 52, 0.3);
    height: 54px;
    color: #fff;
    background: #8A3534;
    font-weight: bold;
    line-height: 59px;
    padding: 0 38px;
    transition: 0.3s all;
    letter-spacing: 0.56px;
    text-align: center;
    font-size: 14px;
}

    body .round-btn:hover,
    a.big-btn:hover,
    .wizard-content .wizard > .actions > ul > li > a:focus,
    .wizard-content .wizard > .actions > ul > li > a:hover {
        background: #744636;
        color: #fff;
        border-color: #744636;
    }

.brand-logowrap {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 44px;
}

.med-imgwrap {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .med-imgwrap .paralax-shape {
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        top: 25px;
        letter-spacing: 0;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.step-inner .paralax-shape img {
    transition: 1s all;
}

.medical-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

.medicla-grade .pro-item:nth-child(2) .med-imgwrap > img {
    transform: translate(-27px, 40px);
}

/*---------How-it-works------*/
.howitwork-sec {
    padding-top: 120px;
}

    .howitwork-sec.how-first .step-box .step-item:nth-child(1) .med-imgwrap > img {
        transform: translate(-6px, -14px);
    }

    .howitwork-sec.how-first .step-box .step-item:nth-child(2) .med-imgwrap > img {
        transform: translate(0px, -10px);
    }

    .howitwork-sec.how-first .step-box .step-item:nth-child(3) .med-imgwrap > img {
        transform: translate(-9px, -22px);
    }

.sec-title h6 {
    color: #000;
    font-weight: 900;
}

.howitwork-sec .step-box .fourth-img {
    transform: translateY(39px);
}

.step-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 77px;
    column-gap: 30px;
}

    .step-box h5 {
        line-height: 30px;
        padding: 54px 0 0;
        color: #000;
        font-size: 15px;
        line-height: 22px;
    }

.step-text {
    position: absolute;
    bottom: -12px;
    right: 0;
    background: #fff;
    box-shadow: 0px 15px 30px #00000029;
    border-radius: 15px;
    height: 60px;
    width: 180px;
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    letter-spacing: .72px;
    text-align: center;
    line-height: 70px;
    left: 0;
    right: -80px;
    margin: auto;
    border: 1px solid #fff;
    transition: 1s all;
}

.step-inner:hover .step-text {
    background: #744636;
    color: #fff;
    border-color: #744636;
}

.step-inner .stepbox-hover {
    transition: 1s all;
}

.step-inner:hover .stepbox-hover {
    transform: scale(1.15);
}

.step-box .med-imgwrap {
    height: 300px;
}

.how-first .step-item:nth-child(1) .stepbox-hover {
    padding-top: 30px;
}

.how-first .step-item:nth-child(2) .stepbox-hover {
    padding-top: 6px;
}

.how-first .step-item:nth-child(3) .stepbox-hover {
    padding-top: 45px;
    padding-right: 10px;
}

.mapping-tech-sec .step-item:nth-child(1) .stepbox-hover > img {
    transform: translate(-58px, 18px);
}

.mapping-tech-sec .step-item:nth-child(2) .stepbox-hover > img {
    transform: translateY(29px);
}

.mapping-tech-sec .step-item:nth-child(3) .stepbox-hover > img {
    margin-top: 70px;
}

.howitwork-sec a.round-btn {
    padding: 0 52px;
}

.mapping-tech-sec .sec-title h2 {
    margin: 5px 0 5px;
}

body .mapping-tech-sec {
    padding-top: 120px;
}

    body .mapping-tech-sec .round-btn {
        padding: 0 46px;
    }

.mapping-tech-sec .step-box {
    grid-template-columns: repeat(3, 1fr);
}

.step-box {
    position: relative;
}

    .step-box:before {
        content: '';
        background: url(../images/how-workline.svg) no-repeat;
        position: absolute;
    }

.images-hover {
    position: absolute;
    padding: 0 !important;
    left: calc(20% - 25px);
    right: calc(20% - 44px);
    height: 100px;
    z-index: -2;
    background-size: contain;
    top: 143px;
    pointer-events: none;
}

    .images-hover .hover-img {
        position: absolute;
        top: 0;
        width: 0;
        overflow: hidden;
        transition: 2s linear;
    }

    .images-hover img {
        min-width: 993px;
        min-height: 93px;
    }

.step-box.line-1 .images-hover .hover-img {
    width: 33.3%;
}

.step-box.line-2 .images-hover .hover-img {
    width: 66.3%;
}

.step-box.line-3 .images-hover .hover-img,
.step-box.line-4 .images-hover .hover-img {
    width: 100%;
}

.mapping-tech-sec .step-box.line-1 .images-hover .hover-img {
    width: 40%;
}

.mapping-tech-sec .step-box.line-2 .images-hover .hover-img,
.mapping-tech-sec .step-box.line-3 .images-hover .hover-img {
    width: 100%;
}

/*------------maping tech-----------*/
.mapping-tech-sec .step-box .med-imgwrap {
    height: 385px;
}

.mapping-tech-sec .images-hover {
    top: 354px;
    left: 26.7%;
    right: 0;
    z-index: 1;
}

    .mapping-tech-sec .images-hover img {
        min-width: 640px;
        height: 100px;
    }

body .mapping-tech-sec .container {
    max-width: 1230px;
}

/******mapping-tech end******/
/******virtual sec start*/
/* .virtual-consultation {
    display: grid;
    grid-template-columns: 1fr 1.375fr;
    grid-column-gap: 30px;
} */

/*landing-page 02/06/23*/
.virtual-con {
    padding-top: 120px;
    padding-bottom: 70px;
}

.virtual-titles.sec-title {
    MARGIN: 10px 0 0;
}

    .virtual-titles.sec-title h6 {
        margin: 0 0 35px;
    }

    .virtual-titles.sec-title h2 {
        margin: 0 0 37px;
    }

    .virtual-titles.sec-title p {
        margin: 0 0 61px;
        max-width: 440px;
    }

.virtula-img-wrap {
    position: relative;
}

    .virtula-img-wrap img {
        display: block;
    }

    .virtula-img-wrap .virtual-shape {
        position: absolute;
        bottom: -24px;
        left: 164px;
    }

.virtual-slider {
    position: absolute;
    top: 160px;
    max-width: 300px;
    left: 0;
    padding: 0 15px;
    z-index: 15;
}

    .virtual-slider .item h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        color: #744636;
        padding-left: 1px;
        max-width: 220px;
    }

.virtual-slider {
    position: absolute;
    top: 154px;
    max-width: 300px;
    left: 0;
    padding: 0 25px;
    z-index: 15;
    pointer-events: none;
}

/******virtual sec end*/
/******live chat start*******/
.livechat-section .virtual-titles.sec-title p {
    max-width: 530px;
}

.livechat-section {
    padding-top: 120px;
}

.livechat-inner {
    display: grid;
    grid-template-columns: 1.13fr 1fr;
}

.chat-mobile-div {
    position: relative;
    z-index: 2;
}

    .chat-mobile-div > img {
        width: 513px;
    }

.chatmobile-wrap {
    position: relative;
}

.chat-bg {
    position: absolute;
    top: 55px;
    left: -12px;
    right: 0;
}

.chat-yellow {
    position: absolute;
    top: 453px;
    left: 34px;
}

.livechat-section .livechat-right {
    padding-top: 25px;
}

.chat-text {
    position: absolute;
    top: 0;
    max-width: 382px;
    left: 66px;
    padding: 20px 24px 20px 20px;
}

    .chat-text .main-user {
        display: grid;
        grid-template-columns: 45px 1fr;
        align-items: center;
        grid-column-gap: 13px;
        font-size: 22px;
        color: #fff;
        font-family: 'AppleSDGothicNeo';
        font-weight: 900;
        letter-spacing: .77px;
        height: 58px;
    }

ul.chat-list > li.replay-msg {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: 14px;
    margin-bottom: 15px;
}

.user-msg {
    background: #F3D9C5;
    font-size: 14px;
    color: #000000;
    font-family: 'AppleSDGothicNeo';
    font-weight: 500;
    padding: 24px 22px 29px;
    border-radius: 20px;
    position: relative;
    line-height: 18px;
    letter-spacing: .28px;
}

    .user-msg:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 26px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 13px solid #f3d9c5;
    }

ul.chat-list > li.my-msg .user-msg:before {
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 13px solid #E5ECEA;
}

ul.chat-list > li .user-img {
    padding-top: 11px;
}

ul.chat-list > li.my-msg {
    display: grid;
    grid-template-columns: 1fr 45px;
    grid-gap: 14px;
    margin-bottom: 15px;
}

    ul.chat-list > li.my-msg .user-msg {
        background: #E5ECEA;
    }

ul.chat-list {
    padding-top: 28px;
}

/******live chat start*******/
/*******home skin section start********/
.home-skin .step-text {
    right: 0;
    text-align: center;
    width: 120px;
}

.home-skin .images-hover {
    top: 217px;
    left: 15%;
    right: 15%;
}

    .home-skin .images-hover img {
        min-width: 1078px;
        min-height: 92px;
    }

.home-skin .step-box .med-imgwrap {
    height: 245px;
}

.home-skin .step-inner .stepbox-hover {
    transform: translateY(-25px);
}

.home-skin .step-inner:hover .stepbox-hover {
    transform: translateY(-25px) scale(1.15);
}

.home-skin .step-box .step-item:nth-child(1) .med-imgwrap .stepbox-hover > img {
    transform: translate(-19px, 22px);
}

.home-skin .step-box .step-item:nth-child(2) .med-imgwrap .stepbox-hover > img {
    transform: translateY(32px);
}

.home-skin .step-box .step-item:nth-child(3) .med-imgwrap .stepbox-hover > img {
    transform: translate(-22px, 48px);
}

.home-skin .step-box .step-item:nth-child(4) .med-imgwrap .stepbox-hover > img {
    transform: translate(-5px, 18px);
}

.home-skin .step-box .step-item:nth-child(4) .med-imgwrap .stepbox-hover .paralax-shape img {
    min-width: 219px;
}

.home-skin .step-box h5 {
    padding: 57px 0 7px;
}

.home-skin .step-inner {
    padding-bottom: 5px;
}

.home-skin .sec-title h6 {
    padding-bottom: 2px;
}

.home-skin .sec-title h2 {
    margin: 0 0 10px !important;
}

.home-skin .sec-title {
    margin: 0 0 54px;
}

.sec-title p.no-width {
    margin: 0;
}

.home-skin {
    padding-bottom: 120px;
    padding-top: 120px;
}

ul.chat-list > li.msg-1 {
    animation: chatop1 5s ease-out infinite;
}

ul.chat-list > li.msg-2 {
    animation: chatop2 5s infinite;
}

ul.chat-list > li.msg-3 {
    animation: chatop3 5s infinite;
}

@keyframes chatop1 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes chatop2 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes chatop3 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*******home skin section end********/
/*******testimonila sec start*********/
.testimonial-section {
    background: #F2DBC9;
    position: relative;
}

    .testimonial-section:before {
        content: '';
        display: inline-block;
        border-left: 100vw solid #fff;
        border-bottom: 80px solid transparent;
    }

.tetsimonal-inner {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.tetstiimg-wrap {
    position: relative;
}

    .tetstiimg-wrap img.testi-img {
        position: relative;
        z-index: 2;
        /*margin-bottom: -165px;*/
        margin-bottom: 7px;
        pointer-events: none;
    }

    .tetstiimg-wrap .testishape-1 {
        position: absolute;
        top: 27px;
        z-index: 0;
        left: 10px;
    }

    .tetstiimg-wrap .testishape-2 {
        position: absolute;
        right: 30px;
        top: 307px;
        z-index: 0;
    }

.testimonial-section a.round-btn {
    min-width: 180px;
}

.testimonial-section .sec-title h2 {
    margin: 0 0 15px;
}

.testimonial-section .sec-title p {
    max-width: 560px;
}

.testimonial-section .sec-title {
    margin: 0 0 33px;
}

/*************footer*********/
footer {
    background: transparent linear-gradient(106deg, #BF7256 0%, #934D33 100%) 0% 0% no-repeat padding-box;
    padding: 96px 0 53px;
    color: #fff;
}

/* footer>.container {
    max-width: 1245px;
} */

.footer-top {
    /* display: grid;
    grid-template-columns: 1.67fr 2fr; */
    padding-bottom: 80px;
}

.ft-parts {
    margin-bottom: 10px;
}

.footer-top .ft-leftpart {
    padding-right: 15px;
}

.footer-top .ft-log {
    padding-bottom: 40px;
}

    .footer-top .ft-log img {
        display: block;
    }

.footer-top h5,
.newsletter-form h5 {
    color: #fff;
    margin: 0 0 15px;
}

.newsletter-form h5 {
    margin: 0 0 13px;
    text-transform: uppercase;
}

.footer-top a {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    font-family: 'AppleSDGothicNeo';
    font-weight: 500;
    letter-spacing: .72px;
    line-height: 30px;
}

.footer-top p,
.newsletter-form p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    color: #fff;
    /* opacity: .8; */
    letter-spacing: .72px;
    font-weight: 500;
}

.newsletter-form p {
    margin: 0 0 8px;
}

form.news-form input[type="email"] {
    width: 100%;
    font-size: 18px;
    color: rgb(226 152 125);
    height: 60px;
    background: #fff;
    border-radius: 4px;
    padding: 5px 19px 0;
    font-family: 'AppleSDGothicNeo';
    font-weight: 500;
    letter-spacing: .72px;
}

    form.news-form input[type="email"]::placeholder {
        color: rgba(155, 155, 155, .8) !important;
    }

form.news-form .news-inner {
    position: relative;
    max-width: 398px;
}

form.news-form .sub-btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 120px;
    height: 60px;
    border-radius: 4px;
    background: #744636;
    color: #fff;
    font-family: 'AppleSDGothicNeo';
    font-weight: bold;
    letter-spacing: .56px;
    font-size: 14px;
    padding: 5px 0 0;
}

    form.news-form .sub-btn:hover {
        background: rgba(139, 53, 52, .3);
    }

footer .ft-rightpart {
    /* display: grid;
    grid-template-columns: calc(50% - 55px) calc(50% - 55px) 110px;
    row-gap: 55px; */
    padding-top: 5px;
}

    footer .ft-rightpart .row {
        row-gap: 50px;
    }

footer ul.socila-share {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

footer ul.socila-share {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr; */
    justify-content: space-between;
    width: 100px;
    align-items: center;
}

footer ul.ft-links li a {
    display: inline-block;
    transition: .3s all;
}

    footer ul.ft-links li a:hover {
        transform: translateX(10px);
    }

.footer-bottom p,
.footer-bottom p a {
    color: #fff;
    font-size: 14px;
    font-family: 'AppleSDGothicNeo';
    font-weight: 500;
    letter-spacing: .56px;
    /* opacity: .80; */
    line-height: 30px;
    transition: .3s all;
}

    .footer-bottom p a:hover {
        opacity: 1;
    }

.footer-bottom p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .footer-bottom p .copy-right {
        margin-right: 10px;
    }

footer span.copy-link > span {
    margin: 0 10px 10px;
}

/**********mega menu***********/
ul.diagnostic-ser { /*sudipta 06/06/23*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    column-gap: 20px;
    margin: 0 -12px;
}

.mega-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    /*padding: 250px 15px 85px;*/
    padding: 160px 15px 20px;
    box-shadow: 0px 30px 50px #00000029;
    opacity: 0;
    visibility: hidden;
    transition: 0s all;
}

    .mega-menu .diagnostic-ser li a {
        margin: 0 auto;
    }

    .mega-menu .inner-menu-item {
        min-height: 360px;
    }

header ul.main-nav > li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s all;
}

.mega-menu .inner-menu-item h5 {
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.mega-menu ul.diagnostic-ser .img-wrap {
    /*height: 270px;*/
    margin: 0 0 45px;
}

    /*.mega-menu ul.diagnostic-ser .img-wrap .menui1 {
        margin: -12px 0 0;
    }*/

    /*.mega-menu ul.diagnostic-ser .img-wrap .menui4 {
        margin: -25px 0 0;
    }*/

    .mega-menu ul.diagnostic-ser .img-wrap .menui5 {
        margin-right: -20px;
    }

.mega-menu ul.diagnostic-ser.shop-menu {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: auto;
}

    .mega-menu ul.diagnostic-ser.shop-menu .img-wrap a:hover,
    .inner-menu-item:hover img,
    .concern-list:hover img {
        transform: scale(1.1);
    }

    .inner-menu-item img,
    .concern-list img,
    .mega-menu ul.diagnostic-ser.shop-menu .img-wrap a {
        transition: .3s all;
    }

/****3rd menu*/
.mega-menu .concern-menu {
    display: grid;
    grid-template-columns: 1fr .508fr;
    grid-gap: 100px;
}

/*.mega-menu ul.cncern-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    row-gap: 21px;
    margin: -2px 0 0;
}*/

.mega-menu ul.cncern-list {
    display: flex;
    flex-wrap: wrap;
}

    .mega-menu ul.cncern-list li {
        max-width: 25%;
        width: 25%;
        text-align: center;
    }

        .mega-menu ul.cncern-list li a {
            margin-left: 0 !important;
            margin-right: 0 !important
        }

    .mega-menu ul.cncern-list a,
    .mega-menu .inner-menu-item a {
        font-size: 18px;
        color: #000000;
        letter-spacing: .72px;
        font-weight: 500;
        display: inline-block;
    }

    .mega-menu ul.cncern-list a {
        max-width: 144px;
    }

        .mega-menu .inner-menu-item a:hover,
        .mega-menu ul.cncern-list a:hover {
            color: #744636;
        }

    .mega-menu ul.cncern-list img,
    .mega-menu .concern-img img {
        display: block;
        margin: auto;
    }

    .mega-menu ul.cncern-list .concern-icon {
        margin: 10px 0 4px;
    }

.mega-menu.skin-concerns-menu {
    padding: 125px 15px 35px;
}

.main-banner .banner-slider .container,
.main-banner .banner-slider .home-slider {
    position: static;
}

/******list page*****/
.breadcumb {
    /*padding-top: 172px;*/
    padding-top: 0 !important;
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 100;
    left: 0;
}

    /* body.no-banner header {
    position: relative;
} */

    /*body header .header-inner{
    padding-bottom: 60px;
    }*/
    .breadcumb .breadcumb-warp {
        padding: 44px 0 27px;
        margin-left: 50px;
    }

.breadcumb-warp ul.breadcumb-list {
    display: flex;
    flex-wrap: wrap;
}

    .breadcumb-warp ul.breadcumb-list > li {
        font-size: 14px;
        color: #744636;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 17px;
    }

        .breadcumb-warp ul.breadcumb-list > li:not(:last-child):after {
            content: '>';
            margin: 0 13px;
            color: #BABFBB;
        }

        .breadcumb-warp ul.breadcumb-list > li:last-child a {
            color: #BABFBB;
        }

        .breadcumb-warp ul.breadcumb-list > li > a {
            color: #744636;
            transition: .3s all;
        }

            .breadcumb-warp ul.breadcumb-list > li > a:hover {
                color: #744636;
            }

.list-banner { /*sudipta-shop 15/05/23*/
    /*background: #F2DBC9;*/
    padding: 40px 0 0;
    position: relative;
    margin-bottom: 78px;
    /* margin-top: 85px; */
}

/* .list-bannerineer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1445px;
    margin: auto;
} */

.list-bannerineer .banneritem-img { /*sudipta-shop 15/05/23*/
    background: #F8F8F8;
    border-radius: 30px;
    padding: 40px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*    max-width: 340px;*/
    margin: auto;
    position: relative;
    border: 1px solid #8b35324d;
}
    /*sudipta-shop 15/05/23*/
    .list-bannerineer .banneritem-img.active {
        border: 5px solid #8B3534;
    }

        /*sudipta-shop 15/05/23*/
        .list-bannerineer .banneritem-img.active a {
            opacity: 20%;
        }
        /*sudipta-shop 15/05/23*/
        .list-bannerineer .banneritem-img.active:before {
            content: "";
            background: url(../images/green-tick.svg) no-repeat;
            background-size: contain;
            position: absolute;
            width: 20px;
            height: 20px;
            top: -7px;
            right: 0px;
        }

    .list-bannerineer .banneritem-img a { /*sudipta-shop 15/05/23*/
        padding: 20px 10px 15px;
        text-align: center;
        border-radius: 30px;
        color: #8B3534;
        border: 1px solid #8b35324d;
        min-width: 220px;
        font-weight: 700;
    }


    .list-bannerineer .banneritem-img .list-text {
        background: #fff;
        position: absolute;
        left: -60px;
        top: 60px;
        color: #000000;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: .72px;
        font-weight: 900;
        padding: 23px 28px 15px;
        border-radius: 15px;
        min-width: 150px;
        box-shadow: 0px 15px 30px #00000029;
        transition: .3s all;
    }

    .list-bannerineer .banneritem-img img {
        display: block;
        transition: .3s all;
    }
/*sudipta-shop 15/05/23*/
/*.list-bannerineer .banner-item:first-child > div {
    margin-left: 0;
}*/

/*sudipta-shop 15/05/23*/
/*.list-bannerineer .banner-item:last-child > div {
    margin-right: 0;
}*/

.list-banner:after {
    position: absolute;
    content: '';
    height: 155px;
    bottom: 0px;
    z-index: 1;
    transform: rotate(1deg);
    left: 0;
    right: 0;
    background: #fff;
}

.list-banner:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 50px;
    background: #fff;
    right: 0;
}

.list-banner .container {
    z-index: 2;
    position: relative;
}

.list-bannerineer .banneritem-img a:hover .list-text {
    color: #bf7256;
    transform: scale(1.1);
}

/*shhip offer*/
.shiiping-offer .shipping-oinner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #F8F8F8;
    border-radius: 20px;
    padding: 20px 10px;
    align-items: center;
}

    .shiiping-offer .shipping-oinner > .ship-of-item:not(:last-child) {
        border-right: 1px solid #8B3534;
    }

    .shiiping-offer .shipping-oinner > .ship-of-item {
        padding: 0 40px;
    }

        .shiiping-offer .shipping-oinner > .ship-of-item .shipinner {
            display: grid;
            grid-template-columns: 75px 1fr;
            align-items: center;
        }

.shiiping-offer .shiptext h5 {
    font-size: 16px;
    letter-spacing: .64px;
    color: #000;
    font-family: 'AppleSDGothicNeo';
    font-weight: 900;
    margin: 0;
    line-height: 30px;
}

.shiiping-offer .shiptext p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .56px;
    font-weight: 300;
    color: #000000;
}

/* .shiiping-offer>.container {
    max-width: 1630px;
} */

/******list-section*/
/* .product-list>div.container {
    max-width: 1640px;
} */

/* .poduct-list-inner {
    display: grid;
    grid-template-columns: .95fr 3fr;
} */

.poduct-list-inner.hidesidebar {
    grid-template-columns: 1fr;
}

    .poduct-list-inner.hidesidebar .product-content {
        padding-left: 0;
    }

.poduct-list-inner aside.sidebar {
    border-right: 1px solid #00000027;
    padding-right: 60px;
}

.product-content {
    padding-left: 76px;
}

section.product-list {
    padding: 110px 0 280px;
}

.list-topbar { /*sudipta-shop 15/05/23*/
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    row-gap: 18px;
}

.list_check { /*sudipta-shop 15/05/23*/
    display: flex;
    justify-content: space-between;
}

.list-righttoggle { /*sudipta-shop 15/05/23*/
    justify-content: flex-end;
    gap: 18px;
}

    .list-righttoggle .list-tab:nth-child(1) { /*sudipta-shop 15/05/23*/
        flex-grow: 1;
    }

    /*.list-righttoggle .search-field {*/ /*sudipta-shop 15/05/23*/
        /*border: 1px solid #0000001A;
        height: 32px;
        padding: 0px 15px 0px 30px;
        border-radius: 4px;
        background: url(../images/search-icon.svg) 5px center no-repeat;
        background-size: 14px;
        position: relative;
    }*/

    .list-righttoggle .search-field { /*sudipta-shop 15/05/23*/
        border: 1px solid #0000001A;
        height: 32px;
        padding: 3px 15px 0px 30px;
        border-radius: 4px;
        background: url(../images/search-icon.svg) 5px center no-repeat;
        background-size: 14px;
        position: relative;
        width: 70%;
    }

.search_dropdown { /*sudipta-shop 15/05/23*/
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
    border: 1px solid #0000001A;
    border-radius: 4px;
    background-color: #fff;
    z-index: 9999;
}

    .search_dropdown a { /*sudipta-shop 15/05/23*/
        display: flex;
        flex: 1;
        align-items: center;
        color: black;
    }

    .search_dropdown .prod_name h5 { /*sudipta-shop 15/05/23*/
        font-size: 15px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .search_dropdown .price { /*sudipta-shop 15/05/23*/
        margin-left: auto;
        font-size: 18px;
        /*font-family: Apple SD Gothic Neo, Regular;*/
        font-weight: 500;
    }

.list_check h2 { /*sudipta-shop 15/05/23*/
    margin: 0px;
    line-height: inherit;
    font-weight: 700;
}

.list_check .form-check { /*sudipta-shop 15/05/23*/
    background-color: #F8F8F8;
    border: 1px solid #CCCCCD;
    padding: 14px 15px 5px;
    margin: 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.list_check label { /*sudipta-shop 15/05/23*/
    font-size: 17px;
    vertical-align: 4px;
}

.list_check input { /*sudipta-shop 15/05/23*/
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #000;
}


.list-righttoggle,
ul.list-chnage {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

aside.sidebar > h4 {
    font-size: 30px;
    letter-spacing: 1.2px;
    color: #000000;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 0;
}

    aside.sidebar > h4 img {
        margin-right: 14px;
    }

ul.filter-selected {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
}

    ul.filter-selected > li {
        white-space: nowrap;
        background: #F8F8F8;
        border-radius: 15px;
        font-size: 12px;
        letter-spacing: .48px;
        line-height: 20px;
        font-weight: 300;
        padding: 8px 13px 2px;
        margin: 0 10px 10px 0;
    }

        ul.filter-selected > li a {
            display: inline-block;
            width: 14px;
            height: 14px;
            vertical-align: sub;
            margin-left: 5px;
        }

            ul.filter-selected > li a:hover {
                opacity: .8;
            }

.filterr-accrodian .filter-title {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.filterr-accrodian .filter-item .filter-title:after,
.filterr-accrodian .filter-item .filter-title:before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    height: 2px;
    width: 14px;
    background: #000;
    bottom: 0;
    margin: auto;
    transition: .5s all;
}

.filterr-accrodian .filter-item .filter-title:before {
    transform: rotate(-90deg);
}

.filterr-accrodian .filter-item.active .filter-title:before {
    transform: rotate(0deg);
}

.filterr-accrodian ul.filter {
    display: none;
}

.filterr-accrodian li.filter-item:first-child {
    border-top: 0;
    padding-top: 22px;
}

.filterr-accrodian li.filter-item {
    border-top: 1px solid #00000027;
    padding: 33px 0 25px;
}

.filterr-accrodian .filter-title:hover {
    color: #744636;
}

.filterr-accrodian .filter-item .filter-title:hover:before,
.filterr-accrodian .filter-item .filter-title:hover:after {
    background-color: #744636;
}

.filter li.filter-attribute-item {
    padding-top: 14px;
}

    .filter li.filter-attribute-item label {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: .4px;
        padding-left: 40px;
        display: block;
        position: relative;
        color: #7C7C7C;
        cursor: pointer;
    }

        .filter li.filter-attribute-item label span {
            float: right;
            font-size: 14px;
        }

        .filter li.filter-attribute-item label:before {
            border: 1px solid #00000026;
            content: '';
            position: absolute;
            left: 0;
            border-radius: 4px;
            width: 20px;
            height: 20px;
            bottom: 0;
            margin: auto;
            top: -5px;
        }

    .filter li.filter-attribute-item input[type="checkbox"] {
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

        .filter li.filter-attribute-item input[type="checkbox"]:checked + label:before {
            background: url('../images/checked-icon.svg') #000 no-repeat;
            background-size: 12px;
            border-color: #000;
            background-position: 4px 6px;
        }

        .filter li.filter-attribute-item input[type="checkbox"]:checked + label {
            color: #000;
        }

/******right pannel******/
.filter-toggle,
select.featured-product {
    border: 1px solid #0000001A;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    width: 140px;
    letter-spacing: 0.28px;
    color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    line-height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 15px;
}

select.featured-product {
    appearance: none;
    -webkit-appearance: none;
    line-height: 32px;
    background: url('../images/black-polygone.svg') no-repeat;
    background-position: center right 12px;
    cursor: pointer;
    margin-left: 8px;
}

.filter-toggle img {
    transform: translateY(-3px);
}

ul.list-chnage li a {
    font-size: 20px;
    display: block;
    color: #0000004D;
}

ul.list-chnage li.active a {
    color: #8B3534;
}

ul.list-chnage li {
    height: 18px;
    padding-left: 26px;
}

    ul.list-chnage li.grid {
        padding-left: 40px;
    }

.pro-list {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-column-gap: 50px; */
    grid-row-gap: 55px;
}

.product-list-view {
    flex-direction: column;
}

.product-list-view-inner {
    display: flex;
    justify-content: space-around;
}

.list-view-new {
    width: 100% !important;
}

.pro-detail-new {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

.pro-img-new {
    /*width: 50%;*/
    /*height: 100px;*/
    height: 300px;
}

.product-list-view .custom-col {
    width: 100%;
}


.pro-detail a.pro-name {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .72px;
    line-height: 21px;
    margin: 0 0 3px;
}

.pro-price .normal-price {
    font-size: 30px;
    letter-spacing: 1.2px;
    line-height: 36px;
    font-family: 'AppleSDGothicNeo';
}

.product-info .pro-price .normal-price {
    font-weight: bold;
}

.pro-price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

    .pro-price span.old-price {
        font-size: 16px;
        line-height: 19px;
        margin-left: 10px;
    }

span.old-price del {
    text-decoration: none;
    line-height: 19px;
    display: block;
    position: relative;
}

    span.old-price del::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: #000;
        /*top: 6px;*/
        top: 0;
        bottom: 0;
        margin: auto;
    }

.info-select span.old-price del::after {
    top: 11px;
}

.product-content .load-more {
    margin-top: 60px;
    margin-bottom: -54px;
}

.load-more a.round-btn {
    min-width: 220px;
}

.pro-detail a.pro-name:hover {
    color: #bf7256;
}

.list-item:hover .pro-img img {
    transform: scale(1.1);
}

.list-item .pro-img img {
    transition: .3s all;
    pointer-events: none;
}

a.filter-toggle span.show,
a.filter-toggle.active span.hide {
    display: none;
}

a.filter-toggle.active span.show {
    display: block;
}

.pro-detail {
    text-align: center;
}

.pro-img a {
    display: block;
}

.interstet-slider.owl-carousel .owl-item img,
.interstet-product.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.product-main {
    /* display: grid;
    grid-template-columns: 58.9% 1fr; */
}

/*sudipta-product_dtls 18/05/23*/
.product-right {
    background: #FAFAFA;
    padding: 35px 30px 76px;
    position: relative;
}

    .product-right:before {
        content: '';
        background: #FAFAFA;
        position: absolute;
        left: 0;
        right: -100vw;
        top: 0;
        bottom: 0;
    }

.product-info {
    position: relative;
}

.instok-text {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin: 0 0 35px;
}

    .instok-text img {
        margin-right: 10px;
        display: inline-block;
        transform: translateY(-3px);
    }

.product-brand {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
/*sudipta-product_dtls 18/05/23*/
.productname a {
    display: inline-block;
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 1.6px;
    line-height: normal;
    margin-bottom: 4px;
}
/*sudipta-product_dtls 18/05/23*/
.productname span.product-size {
    color: #7C7C7C;
    font-size: 20px;
    letter-spacing: .36px;
    font-weight: 500;
    display: block;
}

.review-div a {
    font-size: 16px;
    color: #000000;
    letter-spacing: .64px;
    line-height: 19px;
    text-decoration: underline;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.productname {
    margin: 0px 0 3px;
}

.product-info ul li {
    letter-spacing: .4px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #7c7c7c;
    font-family: "AppleSDGothicNeo";
    padding-left: 28px;
    position: relative;
}

    .product-info ul li:before {
        content: '';
        position: absolute;
        left: 0;
        width: 5px;
        height: 5px;
        background: #7C7C7C;
        border-radius: 100%;
        top: 12px;
    }

.product-info p {
    letter-spacing: .4px;
    margin: 0 0 23px;
}

.product-info .review-div {
    padding-bottom: 35px;
}

.product-info ul {
    margin: 0 0 50px;
}

/*sudipta-product_dtls 18/05/23*/
.info-select {
    display: grid;
    /*grid-template-columns: 2fr 1fr;*/
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 32px;
}

    .info-select label {
        display: block;
        color: #414141;
        font-size: 14px;
        letter-spacing: .24px;
        line-height: 16px;
        margin: 0 0 10px;
    }

.select-size select.aerow-down {
    width: 100%;
    border: 1px solid #CCCCCD;
    font-size: 20px;
    letter-spacing: .24px;
    font-weight: 400;
    height: 50px;
    padding: 0 16px;
    appearance: none;
    background: url(../images/aerow-select.svg) no-repeat #fff;
    background-position: center right 20px;
    border-radius: 4px;
}
/*sudipta-product_dtls 18/05/23*/
.qty-plus {
    background: #fff;
    border: 1px solid #CCCCCD;
    border-radius: 4px;
    /*height: 50px;
    width: 173px;*/
    overflow: hidden;
    display: flex;
}
    /*sudipta-product_dtls 18/05/23*/
    .qty-plus button {
        background: #fff;
        font-size: 24px;
        color: #000;
        /* height: 48px;
        width: 52px;*/
        text-align: center;
        flex-basis: 25%;
        padding: 12px 0 0 0px;
    }

    /*sudipta-product_dtls 18/05/23*/
    .qty-plus input {
        /* width: 72px;
        height: 48px;*/
        border-left: 1px solid #CCCCCD;
        border-right: 1px solid #CCCCCD;
        margin: 0;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        padding: 12px 0 0 0px;
        font-family: 'AppleSDGothicNeo';
        flex-grow: 1;
    }

        .qty-plus input::-webkit-outer-spin-button,
        .qty-plus input::-webkit-inner-spin-button,
        .form-card .form-field .field-input input::-webkit-outer-spin-button,
        .form-card .form-field .field-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .qty-plus input[type=number] {
            -moz-appearance: textfield;
        }
/* sudipta-product_dtls 18/05/23*/
.btn-wrap.addtocart a {
    background: #8B3534;
    font-size: 23px;
    letter-spacing: .56px;
    height: 70px;
    line-height: 70px;
    font-family: 'Univecon';
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
}

.product-info .pro-price span.old-price {
    display: block;
    width: 100%;
    text-align: center;
    margin: 6px 0 0 0;
}

    .product-info .pro-price span.old-price del {
        display: inline-block;
        font-size: 14px;
    }

.interstet-slider,
.article-slider,
.progallery-main {
    padding: 0 50px;
    position: relative;
}

    .interstet-slider .owl-nav > button,
    .article-slider .owl-nav > button,
    .progallery-main .owl-nav > button,
    .interstet-product .owl-nav > button {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #F3F3F3 !important;
        border-radius: 100px;
        left: 0;
        top: -50px;
        font-size: 0 !important;
        bottom: 0;
        margin: auto;
    }

        .interstet-slider .owl-nav > button:after,
        .article-slider .owl-nav > button:after,
        .progallery-main .owl-nav > button:after,
        .interstet-product .owl-nav > button:after {
            content: '';
            position: absolute;
            left: 7px;
            right: 0;
            top: 0;
            bottom: 1px;
            width: 9px;
            height: 9px;
            border: 3px solid #744636;
            border-right: 0;
            border-top: 0;
            transform: rotate(45deg);
            margin: auto;
        }

        .interstet-slider .owl-nav > button.owl-next,
        .article-slider .owl-nav > button.owl-next,
        .progallery-main .owl-nav > button.owl-next,
        .interstet-product .owl-nav > button.owl-next {
            left: auto;
            right: 0;
            transform: rotate(180deg);
        }

            .interstet-slider .owl-nav > button.owl-next:after,
            .article-slider .owl-nav > button.owl-next:after,
            .progallery-main .owl-nav > button.owl-next:after,
            .interstet-product .owl-nav > button:after {
                right: 5px;
            }

section.interstes-product {
    padding: 0 0 115px;
}

section.areticloes-product,
section.interstes-product {
    padding-left: 75px;
    padding-right: 75px;
}
/*sudipta-product_dtls 18/05/23*/
.product-pagewrapper {
    padding-bottom: 200px;
    padding-top: 40px;
}

.article-slider .owl-item {
    padding: 0 30px;
    transition: .3s all;
}
    /*sudipta-product_dtls 18/05/23*/
    .article-slider .owl-item .item {
        border-radius: 36px;
        height: 100%;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 0px 35px #00000029;
    }

.areticloes-product .article-slider .owl-stage-outer { /*02/06/23*/
    padding: 35px 0px;
}

.article-slider .owl-item:not(.active) {
    opacity: 0;
}

/*sudipta-product_dtls 16/05/23*/
/*.article-slider .owl-stage-outer {
    overflow: visible;
}*/

.article-slider .owl-stage-outer .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.article-detail {
    padding: 38px 31px 31px;
}

    .article-detail span.patch-test {
        font-size: 14px;
        line-height: 17px;
        color: #000;
        font-weight: 900;
        display: block;
        letter-spacing: .56px;
        margin: 0 0 30px;
    }

        .article-detail span.patch-test .day-ago {
            color: #AFAFAF;
            font-weight: 500;
        }

/*    .article-detail h5 {
        font-size: 24px;
        line-height: 30px;
        max-width: 290px;
        font-weight: 900;
    }*/

    .article-detail h5 {
        font-size: 24px;
        line-height: 30px;
        max-width: 290px;
        font-weight: 900;
        min-height: 60px;
    }
    /* .product-pagewrapper .container {
    max-width: 1660px;
} */

    .article-detail p {
        margin: 0 0 20px;
    }

.interstes-product .intersteed-slider {
    margin: 0 0 38px;
    font-size: 30px;
    letter-spacing: 1.2px;
    font-weight: 300;
    line-height: 50px;
}

.areticloes-product .intersteed-slider {
    margin: 0 0 38px;
    font-size: 30px;
    letter-spacing: 1.2px;
    font-weight: 300;
    line-height: 50px;
}

/******popupo checkout******/
.product-checkout {
    position: fixed;
    right: 0;
    top: 201px;
    z-index: 150;
    border-radius: 21px 0 0 21px;
    background: #fff;
    box-shadow: 0px 8px 19px #00000029;
    width: 150px;
    overflow: hidden;
    padding-bottom: 20px;
}

    .product-checkout .subtotal {
        background: #F6FAFB;
        text-align: center;
        padding: 22px 0 14px;
    }

        .product-checkout .subtotal > span {
            font-size: 18px;
            color: #000;
            letter-spacing: .72px;
            font-weight: 500;
            display: block;
        }

        .product-checkout .subtotal .sub-price {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            letter-spacing: .96px;
        }

.miniproduct-inner {
    text-align: center;
}

    .miniproduct-inner a.pro-img {
        display: block;
    }

    .miniproduct-inner .pro-price span.normal-price {
        font-size: 16px;
        letter-spacing: .64px;
        color: #000000;
        line-height: 19px;
        font-weight: 600;
    }

.product-checkout .popup-item {
    padding-top: 30px;
}

.miniproduct-inner .pro-price {
    margin-top: -3px;
}

.qty-wrappper {
    padding: 10px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qty-plus.mini-qty {
    height: 30px;
    width: 80px;
}

    .qty-plus.mini-qty input {
        width: 38px;
        padding: 7px 0px 0 0px;
        font-size: 14px;
        line-height: 0;
        height: 28px;
    }

    .qty-plus.mini-qty button {
        width: 20px;
        height: 28px;
        font-size: 18px;
    }

span.close-btn {
    font-size: 0;
    position: relative;
    width: 14px;
    height: 14px;
    margin: -2px 0 0;
    background: url(../images/close-icon.svg) no-repeat;
    background-size: 15px;
    cursor: pointer;
}

.btn-wrap.checkout-btn {
    padding: 26px 15px 0;
}

    .btn-wrap.checkout-btn a.big-btn {
        background: #8b3534;
        font-family: 'Univecon';
        font-size: 14px;
        letter-spacing: .26px;
        height: 38px;
        line-height: 38px;
        width: 100%;
        min-width: 100%;
        padding: 0;
        text-align: center;
    }

.detailtab-wrapper {
    display: grid;
    grid-template-columns: 1.43fr 1fr;
}

ul.tabs-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

    ul.tabs-nav li a {
        background: #fff;
        text-align: center;
        display: block;
        font-size: 18px;
        color: #000000;
        font-weight: 900;
        letter-spacing: .72px;
        text-transform: uppercase;
        line-height: 21px;
        padding: 40px 0 29px;
    }

.tabs-nav {
    border-bottom: none;
}

    .tabs-nav .nav-link:hover {
        border: none;
    }
    /*sudipta-product_dtls 18/05/23*/
    .tabs-nav .nav-link {
        border: none;
        border-radius: 0;
        text-align: center;
    }

    .tabs-nav.product_nav .nav-link.active {
        background: #FAFAFA;
        color: #8B3534;
    }

ul.tabs-nav li a:hover {
    color: #8B3534;
}

.productdisc-tabs {
    padding: 25px 0 140px;
}

.tabs-content ul li,
.tabs-content p {
    font-size: 20px;
    line-height: 36px;
    color: #7C7C7C;
    letter-spacing: .4px;
    font-weight: 400;
}

.tabs-content ul li {
    padding-left: 30px;
    position: relative;
}

    .tabs-content ul li strong {
        color: #000;
        font-weight: 500;
    }

.tab-content.product_content {
    background: #fafafa;
    padding: 60px 65px;
}

.tabs-content ul.product-catgory-tab {
    max-width: 680px;
}

.tabs-content ul li:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    background: #7C7C7C;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.tab-content > *:not(:last-child) {
    margin-bottom: 15px;
}

.product-gallery {
    padding-right: 30px;
}

    .product-gallery .productga-inner {
        border-bottom: 5px solid #FAFAFA;
        padding-bottom: 25px;
    }

.progallery-main img {
    max-width: 100%;
    width: auto !important;
    margin: auto;
}

.progallery-main img {
    max-width: 100%;
    width: auto !important;
    margin: auto;
    max-height: 750px;
    height: auto;
}

.progallery-main .owl-item .item {
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.progallery-thub .item {
    width: 60px;
    height: 60px;
    margin: auto;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    cursor: pointer;
}

.progallery-thub .owl-item.active.current .item {
    border-color: #8b3534;
}

.progallery-thub .item img {
    max-height: 60px;
    max-width: 60px;
    width: auto;
}

.progallery-thub .owl-stage {
    margin: auto;
}

.progallery-thub {
    max-width: 200px;
    margin: auto;
}

.progallery-main .owl-nav > button.owl-prev {
    left: 40px;
}

.progallery-main .owl-nav > button.owl-next {
    right: 40px;
}

.progallery-main .owl-nav > button {
    transition: .3s all;
    margin: auto 130px;
    opacity: 0;
    visibility: hidden;
}

.progallery-main:hover .owl-nav > button {
    margin: auto 0px;
    opacity: 1;
    visibility: visible;
}

.progallery-main {
    padding: 0 90px;
}

/*****skin concerns banner*******/
.brown {
    color: #BF7256;
}

.inner-banner {
    /* padding-top: 350px; */
    background: transparent linear-gradient(116deg, #F8F7F3 0%, #F7F4E9 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

    .inner-banner:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        border-top: 100px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 100vw solid #fff;
    }

.banner-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 108px;
}

/* .banner-inner>div {
    width: 50%;
} */

.inner-banner .container {
    z-index: 2;
    position: relative;
}

/* .skcon-main {
    display: flex;
    flex-wrap: wrap;
} */

.skcon-main > li {
    /* width: 50%; */
    margin-bottom: 140px;
}

.banner-text h1,
.concern-banner-1 .banner-text h2,
.thankyou-order h2 {
    padding: 10px 0 0;
}

    .banner-text h1 span {
        display: block;
        padding: 25px 0 0;
    }

.banner-text p {
    max-width: 500px;
    letter-spacing: .4px;
}

.banner-img-icon {
    position: absolute;
}

.bnr-img-ico {
    top: 175px;
    right: 170px;
    width: 51px;
}

.bnr-img-ico1 {
    bottom: 120px;
    left: -50px;
}

.diagnostic-icons a {
    position: relative;
}

.diagnostic-icons .show-title {
    position: absolute;
    width: calc(100% + 150px);
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.32px;
    opacity: 0;
    /*left: 0;*/
    right: 0;
}

.diagnostic-icons .show-hover {
    width: 24px;
}

.diagnostic-icons a:hover .show-title {
    opacity: 1;
}

.diagnostic-icons a:hover .tab-img {
    background: #BF7256 0% 0%;
    box-shadow: 0px 10px 20px #00000015;
    border-radius: 30px;
}

.diagnotic-bar { /*02/06/23*/
    background-color: #fff;
    box-shadow: 0px 8px 19px #00000029;
    border-radius: 21px;
    position: absolute;
    right: 0px;
    bottom: 56px;
    text-align: center;
    padding: 19px 27px 14px 32px;
}

.diagnostic-icons { /*02/06/23*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.diagnotic-bar h3 {
    font-size: 20px;
    letter-spacing: 0.8px;
    font-weight: bold;
    line-height: 24px;
}

.banner-img {
    margin: -90px 0px 0px 0px;
    position: relative;
}

.scrool-down label {
    font-size: 20px;
    letter-spacing: 0.4px;
}

.scrool-down {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

    .scrool-down a {
        margin-right: 16px;
    }

.padd-130px .banner-inner {
    padding-left: 130px;
}

.skinconcerns-main {
    margin: 22px 0px 23px;
}

.skcon-wrap {
    /* display: grid;
    grid-template-columns: 50% 50%; */
}

/* .skinconcerns-main .skcon-main {
    width: 1280px;
    margin: auto;
} */

.skondemo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.skonicon {
    position: absolute;
    bottom: 40px;
    left: 20px;
    background-color: #fff;
    box-shadow: 0px 15px 30px #00000029;
    border-radius: 30px;
    padding: 10px;
    display: flex;
}

    .skonicon img {
        max-width: 64px;
    }

.skonbg-shape {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
    letter-spacing: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skcon-info .round-btn-wrap {
    margin-top: 39px;
}

.skcon-info h5 {
    margin-top: 40px;
}

.skcon-main > li:nth-child(odd) {
    padding-right: 35px;
}

.skcon-main > li:nth-child(even) {
    padding-left: 35px;
}

.skcon-item:nth-child(1) .skonbg-shape {
    left: -60px;
}

.skcon-item:nth-child(2) .skonbg-shape { /*02/06/23*/
    /* width: calc(100% + 40px);*/
    left: -30px;
}

.skcon-item:nth-child(3) .skonbg-shape {
    width: calc(100% + 70px);
    left: -30px;
}

.skcon-item:nth-child(4) .skonbg-shape {
    width: calc(100% + 40px);
    right: -55px;
    top: -115px;
    left: unset;
}

.skcon-item:nth-child(5) .skonbg-shape {
    width: calc(100% + 80px);
    left: -45px;
    top: -10px;
}

.skcon-item:nth-child(6) .skonbg-shape {
    width: calc(100% + 80px);
    left: -30px;
    top: -10px;
}

.skcon-item:nth-child(7) .skonbg-shape {
    width: calc(100% + 70px);
    left: -40px;
    top: -10px;
}

/*skin-concern-1*/
.concern-banner-1 .banner-img {
    margin: -157px 0px 0px 0px;
}

.skcon-main > li.full-width {
    width: 100%;
    margin-bottom: 110px;
}

    .skcon-main > li.full-width:last-child {
        margin-bottom: 159px;
    }

.concern-banner-1 .bnr-img-ico {
    top: 242px;
    right: 170px;
}

.concern-banner-1 .bnr-img-ico1 {
    z-index: -9;
    left: -70px;
}

.concern-1 > li:nth-child(even) .skcon-wrap {
    direction: rtl;
}

.concern-1 .skonicon {
    position: absolute;
    top: 70px;
    left: -40px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    display: unset;
}

.concern-1 .skcon-item:nth-child(odd) .skcon-info {
    padding-left: 33px;
}

.concern-1 .skcon-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.skcon-item .row {
    align-items: center;
}

.concern-1 .skcon-item .skonbg-shape {
    left: 50px;
    bottom: -115px;
    top: unset;
    right: unset;
    align-items: end;
    justify-content: flex-start;
}

.concern-1 > li:nth-child(even) .skcon-wrap .skonbg-shape {
    justify-content: end;
    left: 50px;
}

.concern-1 .skonicon img {
    max-width: 100%;
}

.concern-1 > li:nth-child(even),
.concern-1 > li:nth-child(odd) {
    padding: 0px;
}

.concern-1 .skcon-info {
    padding: 0px 0px 0px 130px;
}

.concern-1 > li:nth-child(even) .skcon-info {
    padding: 0px 130px 0px 0px;
}

/* .concern-1 .skcon-wrap {
    grid-template-columns: 55% 45%;
    align-items: center;
} */

.skin-concern1-pagewrapper {
    padding-bottom: 138px;
}

.concern-banner-1 .banner-text h2 span {
    display: block;
    padding: 25px 0 0;
}

.concern-banner-1 h2 {
    font-size: 50px;
}

.concern-1 .skcon-info h5 {
    margin-bottom: 56px;
    margin-top: 0px;
}

/*diagnostic-services*/
.diagnostic-services .banner-img {
    margin: -157px 0px 0px -50px;
}

.diagnostic-services .bnr-img-ico {
    top: 260px;
    right: 180px;
}

.diagnostic-services .bnr-img-ico1 {
    left: 10px;
    bottom: 190px;
}

.tab-img {
    width: 100px;
    height: 100px;
    display: block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000015;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.diagnostic-icons .tab-img {
    width: 30px;
    height: 30px;
    box-shadow: none;
}

    .diagnostic-icons .tab-img img {
        width: 24px;
        height: 24px;
    }

.diagnostic-services-pagewrapper .virtual-con .tabs-nav li a:hover .tab-img {
    background: #BF7256 0% 0%;
}

.show-hover {
    display: none;
}

.diagnostic-services-pagewrapper .virtual-con .tabs-nav li a:hover .show-hover,
.diagnostic-icons li a:hover .show-hover {
    display: block;
    /* width: 50px; */
}

.diagnostic-services-pagewrapper .virtual-con .tabs-nav li:nth-child(4) a:hover .show-hover,
.diagnostic-icons li:nth-child(4) a:hover .show-hover {
    width: auto;
}

.diagnostic-services-pagewrapper .virtual-con .tabs-nav li:nth-child(2) a:hover .show-hover
/*,.diagnostic-icons li:nth-child(2) a:hover .show-hover*/
{
    width: 42px;
}

.diagnostic-services-pagewrapper .virtual-con .tabs-nav li a:hover .hide-hover,
.diagnostic-icons li a:hover .hide-hover {
    display: none;
}

.tab-title {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    height: 48px;
}

.virtual-con ul.tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 1030px;
    margin: auto;
    border: none;
}

.virtual-con .tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 6px;
}

.virtual-con .tabs-nav li:last-child a {
    border-top-right-radius: 6px;
}

.tab-active a {
    background: #fff;
    border-bottom-color: transparent;
    color: #2db34a;
    cursor: default;
}

.virtual-con .tabs-nav li {
    float: left;
    width: 20%;
    margin-right: 100px;
}

    .virtual-con .tabs-nav li:last-child {
        margin-right: 0px;
    }

.diagnostic-services-pagewrapper .container-sm {
    max-width: 1260px;
}

.diagnostic-services-pagewrapper .virtual-titles.sec-title p {
    max-width: 100%;
    margin: 0px 0px 70px 0px;
}

.diagnostic-services-pagewrapper .virtual-left-part {
    display: flex;
    align-items: center;
    padding-left: 90px;
}

.diagnostic-services-pagewrapper .tabs-nav a {
    padding: 0px;
}

.diagnostic-services-pagewrapper .tabs-stage {
    margin: 66px 0px 145px;
}

/* .diagnostic-services-pagewrapper .virtual-consultation {
    grid-template-columns: 54% 46%;
    grid-column-gap: 0px;
} */

.diagnostic-services-pagewrapper .virtual-con .tabs-nav li a {
    cursor: default;
    border: none;
}

.diagnostic-services-pagewrapper .virtual-con {
    padding-top: 76px;
}

.diagnostic-services-pagewrapper .round-btn:hover {
    background: #fff;
    color: #8A3534;
    border-color: #8A3534;
}

/*skin-type-patch-test*/
.know-more a {
    font-size: 20px;
    color: #BF7256;
    text-decoration: underline;
}

.skin-ty-pat-test .banner-img {
    margin: -200px 0px 0px 0px;
}

.skin-ty-pat-test .bnr-img-ico {
    top: 285px;
    right: 170px;
}

.more-btn {
    margin-top: 55px;
}

.scrool-down.know-more {
    margin-top: 47px;
}

.more-btn .round-btn {
    padding: 0px 20px;
    margin-right: 20px;
}

    .more-btn .round-btn:last-child {
        margin-right: 0px;
    }

.more-btn .wid-150 {
    max-width: 150px;
    width: 100%;
    padding: 0px 15px;
}

.skin-ty-pat-test {
    padding-bottom: 24px;
}

    .skin-ty-pat-test .bnr-img-ico1 {
        bottom: 250px;
        left: -50px;
    }

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    max-height: 360px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}

.test:hover ~ .test2 {
    display: none;
}

.patch-test-images {
    position: relative;
    text-align: center;
}

    .patch-test-images a {
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%);
        width: 260px;
        height: 80px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 42px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 1.12px;
        color: #000;
        font-weight: 900;
    }

        .patch-test-images a span { /*02/06/23*/
            font-size: 28px;
            height: 30px;
            line-height: normal;
        }

        .patch-test-images a img {
            margin-right: 12px;
        }

        .patch-test-images a img {
            width: 26px;
        }

.patch-test-video {
    margin-top: 16px;
}

    .patch-test-video:not(.patch-test-video-content-sec) .sec-title {
        padding-top: 48px;
        border-top: 5px solid #FAFAFA;
    }

.patch-test-images .skonicon {
    position: absolute;
    top: 70px;
    left: 60px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    display: unset;
}

.patch-test-images .skonbg-shape {
    width: auto;
    height: auto;
    z-index: -1;
    position: absolute;
    bottom: 25%;
    top: unset;
    letter-spacing: 0;
    right: 0;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-inner p {
    text-align: center;
}

.skin-type-pagewrapper .step-box {
    column-gap: 47px;
    margin-bottom: 55px;
}

.skin-type-pagewrapper .howitwork-sec {
    padding-top: 20px;
}

.patch-content-sec {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    /* column-gap: 90px; */
    margin-top: 60px;
    margin-bottom: 85px;
}

.left-side-content,
.right-side-content {
    padding-bottom: 50px;
}

.patch-test-video-content-sec { /*02/06/23*/
    padding-top: 80px;
}

.skin-type-pagewrapper .howitwork-sec a.round-btn {
    width: 100%;
    height: 70px;
    line-height: 30px;
    max-width: 475px;
    font-size: 20px;
    letter-spacing: 0.8px;
    background-color: #744636;
    color: #fff;
    padding: 23px 25px;
}

/*Blog*/
/* .blog-pagewrapper .inner-banner {
    padding-top: 285px;
} */

.blog-banner .banner-rightside {
    display: flex;
    justify-content: end;
    padding-right: 60px;
    margin-left: auto;
}

    .blog-banner .banner-rightside label { /*02/06/23*/
        font-size: 14px;
        color: #414141;
        letter-spacing: .24px;
        font-family: Arial Regular;
        margin: 0 0 10px;
        display: block;
        /*line-height: 14px;*/
    }

.banner-rightside label:first-letter {
    text-transform: capitalize;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    border: 1px solid #CCCCCD;
    border-radius: 4px;
    padding-right: 10px;
    background-color: #fff;
}

.wrap {
    width: 100%;
    max-width: 307px;
    margin-right: 20px;
}

.searchTerm {
    width: 100%;
    padding: 11px 16px 11px;
    height: 50px;
    border-radius: 4px;
    outline: none;
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    font-family: monospace;
}

.banner-rightside .searchTerm::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

.searchButton {
    width: 40px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

    .searchButton .fa-search {
        color: #744636;
    }

.select-bar {
    width: 100%;
    max-width: 200px;
}

.blog-pagewrapper .inner-banner:after,
.no-back:after {
    display: none;
}

.banner-blog {
    box-shadow: 0px 30px 50px #00000029;
    border-radius: 36px;
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 80px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.blog-banner {
    align-items: center;
    padding-bottom: 30px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.main-blog .container {
    width: 1450px;
}

.inner-container {
    margin-left: 72px;
}

.banner-blog .blog-left-side-image img,
.column-hor .blog-box > img {
    height: 100%;
    width: 100%;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.wid-418 {
    max-width: 418px;
    width: 100%;
}

.blog-right-side-content {
    padding: 138px 0px 30px 0px;
}

.main-blog {
    background: transparent linear-gradient(116deg, #F8F7F3 0%, #F7F4E9 100%) 0% 0% no-repeat padding-box;
}

.blog-subtitle h4,
.blog-subtitle span {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.56px;
    color: #000000;
    font-weight: 900;
}

.blog-subtitle span {
    font-weight: 500;
    color: #AFAFAF;
}

.blog-title h3 {
    font-weight: 900;
    margin: 29px 0px 20px;
}

.blog-action-btn {
    margin: 53px 0px 85px;
}

.heart-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(116, 70, 54, 0.26);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.author p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.56px;
    color: #744636;
    margin-left: 9px;
    font-weight: 900;
    margin-bottom: 0px;
}

.author span {
    color: #BABFBB;
}

.column-3 {
    grid-template-columns: repeat(3, 1fr);
}

.column-2 {
    grid-template-columns: repeat(2, 1fr);
}

.blog-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 50px #00000029;
    border-radius: 36px;
    transition: .3s all;
    overflow: hidden;
}

    .blog-box:hover { /*05/06/23*/
        transform: scale(1.05);
    }

    .blog-box > img {
        width: 100%;
    }

.blog-post-inner {
    padding: 30px 31px 31px;
}

.blog-box .blog-action-btn {
    margin: 0px;
}

.blog-box .author {
    margin: 8px 0px 34px;
}

.blog-box .blog-title h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.96px;
}

.blog-box .blog-p-content {
    margin: 15px 0px 30px;
}

.column-hor .blog-box {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .column-hor .blog-box .blog-title h3 {
        margin-bottom: 44px;
    }

.load-more-btn .round-btn {
    font-size: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    max-width: 260px;
    width: 100%;
    height: 70px;
    line-height: 80px;
}

.img-height .blog-box > img {
    height: 358px;
    object-fit: cover;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}

.blog-post {
    padding-bottom: 30px;
}

.load-more-btn {
    padding-bottom: 128px;
}

/*article-page*/
.no-back {
    background: transparent;
}

.article-detail-pagewrapper .inner-banner {
    padding-top: 50px;
    background: none;
}

    .article-detail-pagewrapper .inner-banner:after {
        display: none;
    }

/* .article-detail-pagewrapper .container {
    max-width: 1670px;
} */

.article-de-inner {
    /* display: grid;
    grid-template-columns: 57% 34%;
    column-gap: 154px; */
    padding-bottom: 82px;
    border-bottom: 5px solid #FAFAFA;
}

.postmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.authourname {
    display: flex;
    align-items: center;
}

    .authourname .YOUR {
        width: 44px;
        height: 44px;
    }

    .authourname p {
        color: #744636;
        margin: 0px;
        font-size: 14px;
        letter-spacing: 0.56px;
        padding-left: 14px;
        font-weight: 600;
    }

    .authourname span {
        color: #BABFBB;
        padding-right: 5px;
    }

.post-thumbnail img {
    width: 100%;
}

.entry-content {
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
}

    .entry-content p {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 46px;
    }

        .entry-content p:nth-child(3) {
            margin-bottom: 35px;
        }

.post-content {
    padding-left: 46px;
}

.addtoany_content_bottom {
    width: 56px;
    margin-top: 5px;
    text-align: center;
}

.addtoany_header {
    margin: 0 0 21px;
    font-size: 14px;
    color: #000000;
    font-weight: 900;
    letter-spacing: 0.56px;
}

.addtoany_content_bottom .addtoany_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addtoany_content_bottom a {
    padding: 0px;
    margin-bottom: 35px;
}

.post-thumbnail {
    margin-bottom: 58px;
}

.addtoany_list .fa-facebook {
    color: #3975EA;
}

.addtoany_list .fa-twitter {
    color: #4A99E9;
}

.addtoany_list .fa-whatsapp {
    color: #72C768;
}

.addtoany_list i {
    font-size: 24px;
}

.post-button .round-btn {
    background: #F8F8F8;
    border-radius: 18px;
    border: none;
    height: 36px;
    color: #000;
    line-height: 45px;
    padding: 0px 15px;
    font-weight: 300;
    letter-spacing: 0.64px;
    font-size: 16px;
    margin-right: 10px;
}

    .post-button .round-btn:last-child {
        margin-right: 0px;
    }

.right-aside {
    /*width: 76%;*/
}

    /* Style the tab */
    .right-aside .tab {
        overflow: hidden;
        margin-bottom: 34px;
        padding-bottom: 24px;
        border-bottom: 5px solid #FAFAFA;
    }

        .right-aside .tab .tablinks {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 19px 34px 12px;
            line-height: 19px;
            transition: 0.3s;
            font-size: 14px;
            letter-spacing: 0.56px;
            text-transform: uppercase;
            border-radius: 25px;
            margin-right: 20px;
            font-weight: 600;
            color: #AFAFAF;
            /* height: 50px; */
            /* font-family: inherit; */
        }

            .right-aside .tab .tablinks:hover {
                background-color: #ddd;
            }

            .right-aside .tab .tablinks.active {
                background-color: #CBC9F2;
                color: #fff;
            }

/* .right-aside .tabcontent {
    display: none;
} */

/* .article_tab {
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 5px solid #FAFAFA;
}

.article_tab .nav-item .nav-link {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 19px 34px 12px;
    line-height: 19px;
    transition: 0.3s;
    font-size: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-radius: 25px;
    margin-right: 20px;
    font-weight: 600;
    color: #AFAFAF;
}

.article_tab .nav-item .nav-link.active {
    background-color: #CBC9F2;
    color: #fff;
}

.article_tab .nav-item .nav-link:hover {
    background-color: #ddd;
} */

.tabcontent li {
    display: grid;
    grid-template-columns: 20% 80%;
    column-gap: 20px;
    margin-bottom: 21px;
    padding-bottom: 19px;
    border-bottom: 5px solid #FAFAFA;
}

    .tabcontent li h3 {
        font-size: 19px;
        letter-spacing: 0.8px;
        line-height: 26px;
        margin: 22px 0px 0px;
        color: #000;
        font-weight: 600;
    }

.wp-block-latest-posts__featured-image img {
    border-radius: 10px;
    max-width: 80px !important;
    max-height: 80px !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.view-all-btn a.round-btn {
    border: none;
    text-transform: uppercase;
    margin: auto;
    max-width: 150px;
    width: 100%;
    display: block;
}

.article-post .column-3 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.article-post > h3 {
    font-size: 30px;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 40px;
}

.article-post .blog-box {
    box-shadow: none;
    border: 1px solid #00000017;
}

    .article-post .blog-box:hover {
        box-shadow: 0px 30px 50px #00000029;
        transform: scale(1.05);
    }

.article-post .img-height .blog-box > img {
    height: 258px;
}

.article-post {
    margin: 60px auto 117px;
    max-width: 1454px;
}

    .article-post .row.img-height {
        row-gap: 20px;
    }

    .article-post .blog-box .blog-title h3 {
        margin: 29px 0px 32px;
    }

/*paq page*/
.paq-pagewrapper .inner-banner,
.privacy-policy-pagewrapper .inner-banner {
    padding-top: 0;
}

#accordion {
    padding: 0px 55px 50px 0px;
    width: 1300px;
    margin: 0px 0px 0px auto;
}

    #accordion .btn-link {
        width: 100%;
        padding: 0px;
        color: #000;
        font-size: 24px;
        letter-spacing: 0.44px;
        font-weight: bold;
        position: relative;
        text-decoration: none;
    }

        #accordion .btn-link:hover,
        #accordion .btn-link:focus {
            text-decoration: none;
            box-shadow: none;
        }

    #accordion .card-header {
        padding: 0px;
    }

.acc-plus-minus:before,
.acc-plus-minus:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid #000;
    border-width: 0 0px 3px 0;
    position: absolute;
    right: 0px;
    top: -9px;
}

.collapsed .acc-plus-minus:after {
    transform: rotate(90deg);
    right: -9px;
    top: 0px;
}

#accordion .card-header,
#accordion .card {
    background-color: transparent;
    border: none;
}

#accordion .card-body {
    max-width: 90%;
    padding: 40px 0px 0px 0px;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 30px;
    display: flex;
}

span.que,
span.ans {
    padding-right: 105px;
    font-family: "AppleSDGothicNeo";
}

span.ans {
    color: #7c7c7c;
}

.que-ans {
    display: flex;
    width: 90%;
}

    .que-ans p {
        text-align: left;
        color: #000;
        font-size: 24px;
        font-weight: bold;
    }

.paq-pagewrapper #accordion .card {
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 5px solid #FAFAFA;
}

.paq-pagewrapper .card p {
    margin-bottom: 0px;
}

/*privacy-policy-page*/
.privacy-policy-content h4 {
    font-weight: 900;
    letter-spacing: 0.96px;
    margin-bottom: 35px;
}

.privacy-com-cont p {
    margin-bottom: 40px;
    letter-spacing: 0.4px;
}

.privacy-com-cont > .privacy-content > p:last-child {
    margin-bottom: 69px;
}

.privacy-policy-content {
    padding: 0px 0px 50px 0px;
    width: 1080px;
    margin: 0px auto 0px auto;
}

.privacy-content ul.list-item {
    padding-left: 60px;
}

    .privacy-content ul.list-item li {
        font-size: 20px;
        line-height: 36px;
        font-weight: 500;
        color: #7c7c7c;
        font-family: "AppleSDGothicNeo";
    }

        .privacy-content ul.list-item li:before {
            content: "";
            background-color: #7c7c7c;
            width: 9px;
            height: 9px;
            display: inline-block;
            border-radius: 18px;
            float: left;
            margin-top: 8px;
        }

    .privacy-content ul.list-item p {
        margin-left: 40px;
    }

    .privacy-content ul.list-item li:last-child p {
        margin-bottom: 80px;
    }

/*sopping-basket*/
.sopp-basket-pagewrapper .banner-inner {
    padding-bottom: 0px;
}

/* body .container-xs {
    max-width: 1500px;
    padding-left: 60px;
} */

.common-layout {
    /* display: grid;
    grid-template-columns: 71% 24%; */
    /* column-gap: 70px; */
    padding-bottom: 114px;
}

.paq-pagewrapper .padd-130px .banner-inner,
.privacy-policy-pagewrapper .padd-130px .banner-inner {
    padding-left: 230px;
}

.left-common-sidebar {
    border-right: 1px solid #00000027;
    padding-top: 30px;
}

.left-comm-side-inner {
    display: flex;
    justify-content: space-between;
    margin-right: 120px;
    border-top: 5px solid #FAFAFA;
    padding-top: 40px;
    margin-bottom: 23px;
}

    .left-comm-side-inner:last-child {
        margin-bottom: 0px;
    }

.right-shop-bask button {
    font-family: arial;
}

.left-sop-bask {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 29px;
}

.right-shop-bask .info-select {
    grid-template-columns: 10fr 1fr;
    align-items: center;
    padding-top: 10px;
}

.sop-bask-price h5 {
    font-weight: 400;
    margin-bottom: 5px;
}

.sop-bask-price h6 {
    font-size: 14px;
    margin-bottom: 54px;
    font-weight: 500;
}

.left-comm-side-inner .sop-bask-price span {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
}

.sop-bask-price {
    padding-top: 10px;
}

.sopp-basket-pagewrapper .blog-banner {
    padding-bottom: 0px;
}

.summary h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.6px;
    margin-bottom: 46px;
}

.summary-list {
    margin-bottom: 46px;
}

.total-price {
    margin-top: 24px;
    padding-top: 28px;
    border-top: 5px solid #FAFAFA;
}

.summary .addtocart {
    margin-bottom: 30px;
}

.continue-shop {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.56px;
    color: #000;
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 500;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .summary-list li:nth-child(3) {
        margin-bottom: 0px;
    }

    .summary-list li p {
        margin-bottom: 0px;
    }

    .summary-list li p {
        margin-bottom: 0px;
        font-size: 18px;
        color: #000;
    }

    .summary-list li.total-price p {
        font-size: 24px;
        letter-spacing: 0.96px;
        font-weight: 600;
    }

.sopping-cart-img {
    margin-top: 35px;
}

.sopping-cart-img {
    display: flex;
    justify-content: space-between;
}

    .sopping-cart-img img {
        width: 60px;
    }

.sopp-basket-pagewrapper .inner-banner,
.thankyou-pagewrapper .inner-banner,
.teststep-pagewrapper .inner-banner {
    padding-top: 0;
}

/*checkout-page*/
.checkout-pagewrapper .banner-inner > div {
    width: 30%;
}

.checkout-pagewrapper .concern-banner-1 .banner-text h2 {
    margin-bottom: 0px;
}

.checkout-pagewrapper .banner-inner {
    padding-bottom: 56px;
}

.checkout-pagewrapper .left-common-sidebar {
    padding-top: 0px;
}

.checkout-pagewrapper .left-comm-side-inner {
    border: none;
    padding: 0px;
}

.form-field label {
    font-size: 18px;
    color: #7C7C7C;
    letter-spacing: .72px;
    margin: 0 0 12px;
    display: block;
    line-height: 120%;
}

.form-field select,
.form-field input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form-field textarea,
.form-field select,
.form-field .field-input input {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCD;
    border-radius: 4px;
    height: 50px;
    padding: 0px 15px 0px;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #000;
    appearance: none;
    box-shadow: none !important;
    outline: none !important;
}

.banner-rightside .form-field select {
    padding: 0px 15px;
    margin-top: 14px;
}

.form-field input::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

.f-name input::placeholder {
    color: #000 !important;
}

.select-input select {
    background: #fff url(../images/aerow-bottm.png) no-repeat;
    background-size: 15px;
    background-position: top 19px right 15px;
    cursor: pointer;
}

.form-field:not(:last-of-type) {
    margin: 0 0 27px;
}

.phone-field {
    display: flex;
    align-items: center;
}

    .phone-field .form-field:first-child {
        margin-right: 20px;
    }

.w-600 {
    max-width: 600px;
}

.w-280 {
    max-width: 280px;
}

.w-180 {
    max-width: 180px;
}

.checkout-product .sop-bask-img img,
.order-details .sop-bask-img img {
    width: 90px;
}

.check-address {
    display: grid;
    grid-template-columns: 17% 23%;
    margin-top: 25px;
}

.stand-delivery label {
    border: 1px solid #CCCCCD;
    border-radius: 4px;
    cursor: pointer;
    padding: 17px 24px 17px 46px;
    margin-bottom: 20px;
    max-width: 600px;
}

.stand-delivery:last-child label {
    margin-bottom: 13px;
}

.stand-delivery input:checked + label {
    border: 2px solid #000;
}

.stand-delivery input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.day-pri h5,
.day-pri p {
    color: #000;
    letter-spacing: 0.4px;
    line-height: 24px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

    .day-pri h5:before {
        content: "";
        background-image: url(../images/right-check.svg);
        display: inline-block;
        width: 15px;
        height: 11px;
        background-repeat: no-repeat;
        position: absolute;
        left: -26px;
        top: 3px;
    }

.stand-delivery input:checked + label .day-pri h5:first-child:before {
    background-image: url(../images/right-check-hover.svg);
}

.day-pri p:last-child {
    font-weight: bold;
}

.del-opt-cont p {
    font-size: 18px;
    letter-spacing: 0.72px;
    margin-bottom: 0px;
    line-height: 30px;
}

.delivery-option h4 {
    font-weight: 900;
}

.change-add h5 {
    font-size: 20px;
    margin-top: 8px;
    letter-spacing: 0.4px;
    line-height: 24px;
    font-weight: bold;
}

/*checkout-right-side*/
.right-side-title,
.qty-price,
.day-pri {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket .right-side-title h3 {
    margin-bottom: 0px;
}

.right-side-title a,
.change-add a {
    font-size: 14px;
    letter-spacing: 0.4px;
    text-decoration: underline;
    color: #8B3534;
    margin-bottom: 10px;
    font-weight: 500;
}

.change-add a {
    margin: 13px 0px 0px;
    display: block;
}

.basket .right-side-title {
    margin-bottom: 10px;
}

.basket .sop-bask-price > h6 {
    margin-bottom: 20px;
}

.basket .left-sop-bask {
    column-gap: 26px;
}

.basket .left-sop-bask {
    margin-bottom: 35px;
}

    .basket .left-sop-bask:last-child {
        margin-bottom: 5px;
        padding-bottom: 25px;
        border-bottom: 1px solid #D8D8D8;
    }

.basket .view-all-btn {
    margin-bottom: 40px;
}

    .basket .view-all-btn a.round-btn {
        padding: 0 10px;
        font-size: 18px;
        font-weight: 400;
        color: #000;
        text-transform: inherit;
    }

        .basket .view-all-btn a.round-btn:hover {
            color: #fff;
        }

/*form styles*/
#msform {
    position: relative;
    width: 100%;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0%;
        position: relative;
        transform: scale(1) !important;
    }

        #msform fieldset:not(:first-of-type) {
            display: none;
        }

    /*inputs*/
    /*buttons*/
    #msform .action-button {
        width: auto;
        font-weight: 600;
        color: white;
        border: 0 none;
        cursor: pointer;
        padding: 10px 35px;
        border-radius: 4px;
        background: #8B3534;
        font-size: 20px;
        letter-spacing: .4px;
        height: 60px;
        line-height: 40px;
        font-family: 'Univecon';
        margin-top: 37px;
    }

/*headings*/
.fs-title {
    font-weight: 900;
    margin-bottom: 7px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.72px;
    color: #000000;
    margin: 0px;
    line-height: 21px;
}

.check-address .fs-subtitle {
    line-height: 30px;
}

.checkout-delivery-details {
    padding-bottom: 28px;
    margin-bottom: 38px;
    border-bottom: 5px solid #FAFAFA
}

.last-field {
    padding-bottom: 45px;
}

.example button {
    float: left;
    width: 25%;
    padding: 10px 10px 5px;
    background: transparent;
    color: #8B3534;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

    .example button:hover {
        background: #BF7256;
        color: #fff;
    }

.example input[type=text] {
    padding: 10px 10px 5px;
    font-size: 20px;
    width: 80%;
    background: transparent;
    color: rgba(0, 0, 0, 0.3);
    height: 48px;
}

.input-code.example {
    width: 100%;
    max-width: 328px;
    border: 1px solid #CCCCCD;
    display: flex;
    border-radius: 4px;
    height: 50px;
}

.example input[type=text]::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 20px;
}

.promotion-code h4 {
    margin-bottom: 17px;
}

.payment-method {
    margin-top: 45px;
    margin-bottom: 40px;
}

/* .radio-paymant-method {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    column-gap: 20px;
    padding-right: 70px;
} */

.radio-paymant-method .stand-delivery label {
    padding: 24px 29px 80px 29px;
    width: 100%;
    position: relative;
    margin: 0px;
}

.radio-paymant-method .del-opt-cont p {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.pay-img {
    line-height: 46px;
    height: 46px;
}

.radio-paymant-method .del-opt-cont:after {
    content: "";
    background-image: url(../images/border-right-check.svg);
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}

.radio-paymant-method .stand-delivery input:checked + label .del-opt-cont p {
    color: rgba(0, 0, 0, 1);
}

.radio-paymant-method .stand-delivery input:checked + label .del-opt-cont:after {
    background-image: url(../images/border-right-check-hover.svg);
}

.w-140 {
    max-width: 140px;
}

.card-info .f-name input {
    background: #fff url(../images/visa.png) no-repeat;
    background-size: 38px;
    background-position: top 13px right 11px;
    cursor: pointer;
}

.card-info .fs-title {
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    counter-reset: step;
    width: 520px;
}

    #progressbar li {
        list-style-type: none;
        color: rgba(0, 0, 0, 0.4);
        /*text-transform: uppercase;*/
        font-size: 12px;
        width: 33.33%;
        float: left;
        position: relative;
        text-align: center;
        letter-spacing: 0.48px;
    }

        #progressbar li.active {
            color: #000;
        }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 38px;
            height: 38px;
            line-height: 42px;
            text-align: center;
            display: block;
            font-size: 14px;
            letter-spacing: 0.56px;
            font-weight: bold;
            color: #000;
            border-radius: 18px;
            margin: 0 auto 12px auto;
            border: 1px solid #00000027;
            background: #fff;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 20px;
            z-index: -999;
            border: 1px dashed #7C7C7C;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:before,
        #progressbar li.active:after {
            background: #fff;
            color: #000;
        }

        #progressbar li.active:before {
            border: 3px solid #00000093;
        }

        #progressbar li.active:before {
            border: 3px solid transparent;
            background-color: #333;
            color: #fff;
        }

/*thank-you-page*/
.thankyou-order h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 26px;
}

.thankyou-order {
    width: 100%;
    max-width: 950px;
    margin: auto;
}

    .thankyou-order .brown {
        margin-left: 24px;
    }

.order-no h3 {
    font-size: 30px;
}

.banner-text .order-no p {
    max-width: 100%;
    font-weight: 900;
}

.line-height-17 {
    line-height: 17px
}

.line-height-20 {
    line-height: 21px
}

.order-del-summary {
    margin-top: 57px;
    /* display: grid;
    grid-template-columns: 48.5% 48.5%;
    column-gap: 30px; */
}

.order-summary {
    border: 10px solid #FAFAFA;
    padding: 40px 40px 30px;
}

.order-del-summary ul {
    display: flex;
    flex-wrap: wrap;
}

    .order-del-summary ul li {
        font-size: 18px;
        letter-spacing: 0.72px;
        line-height: 35px;
        width: 52%;
    }

        .order-del-summary ul li:nth-child(even) {
            padding-left: 40px;
            width: 48%;
        }

.order-del-summary h4 {
    margin-bottom: 25px;
}

.completed {
    color: #00B837;
}

.thankyou-order h4 {
    font-weight: 900;
    padding-bottom: 15px;
    border-bottom: 5px solid #D8D8D8
}

.order-details {
    background-color: #FAFAFA;
    margin-top: 30px;
    padding: 50px 50px 31px;
    margin-bottom: 109px;
}

.thankyou-order .order-details h4 {
    margin-bottom: 0px;
}

.order-details tbody {
    border-top: 1px solid #D8D8D8;
}

.order-details .table th,
.order-details .table td {
    border: none;
}

.order-details .table thead th {
    font-size: 14px;
    letter-spacing: 0.56px;
    text-align: center;
}

    .order-details .table thead th:first-child {
        text-align: left;
    }

.order-details .table tbody tr td {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 21px;
    color: #000;
}

.order-details .left-sop-bask {
    grid-template-columns: 19% 67%;
    column-gap: 58px;
}

.order-details .sop-bask-price {
    padding-top: 0px;
    text-align: left;
}

.order-details .sop-bask-img img {
    margin-top: -5px;
}

.order-details .table tbody .total td {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.96px;
    font-weight: 600;
}

.order-details .sop-bask-price h6 {
    margin: 0px;
}

.total {
    border-top: 1px solid #D8D8D8;
}

.order-details .table tbody tr td {
    padding-top: 39px;
}

.order-details .table tbody tr.total td {
    padding-top: 34px;
}

/*patch-test-page*/
.test-kit {
    display: grid;
    grid-template-columns: 41.5% 41.5%;
    column-gap: 162px;
    margin-bottom: 134px;
}

    .test-kit .round-btn {
        padding: 0px 20px;
        width: 100%;
        margin-bottom: 10px;
    }

.patch-test-wrapper .thankyou-order h4 {
    border-bottom: 0px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*patch-test-step*/
.teststep-pagewrapper .thankyou-order h2 {
    margin-bottom: 47px;
}

.patch-test-step {
    display: grid !important;
    grid-template-columns: 35.2% 63%;
    column-gap: 20px;
    margin-top: 30px;
}

    .patch-test-step .pts-right-side {
        margin-top: 100px;
    }

.slick-slide .pts-right-side img {
    display: inline-block;
}

.pts-right-side h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.6px;
    font-weight: bold;
    margin-bottom: 30px;
}

.pts-right-side h6 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.56px;
    font-weight: 900;
    margin: 0px;
}

.pts-right-side p {
    margin-bottom: 21px;
}

.step2 .pts-right-side p {
    margin-bottom: 0px;
    padding-left: 16px;
    display: flex;
    align-items: baseline;
}

    .step2 .pts-right-side p:before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #000;
        display: inline-block;
        position: relative;
        left: -16px;
        top: -5px;
        border-radius: 18px;
    }

.pts-right-side a.round-btn {
    max-width: 250px;
    width: 100%;
    margin-top: 45px;
}

.pts-right-side .note {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #C60000;
    display: block;
}

.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
    content: '';
    z-index: -9;
    display: block;
    position: absolute
}

.pts-right-side h3 span {
    font-size: 20px;
    letter-spacing: 0.8px;
    font-weight: bold;
    line-height: 30px;
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

    .wizard-content .wizard .content {
        margin-left: 0 !important
    }

    .wizard-content .wizard > .steps {
        position: relative;
        display: block;
        width: 75%;
        margin: auto;
    }

        .wizard-content .wizard > .steps .current-info {
            position: absolute;
            left: -99999px
        }

        .wizard-content .wizard > .steps > ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            list-style: none
        }

            .wizard-content .wizard > .steps > ul > li {
                display: table-cell;
                width: auto;
                vertical-align: top;
                text-align: center;
                position: relative
            }

                .wizard-content .wizard > .steps > ul > li a {
                    position: relative;
                    padding-top: 0px;
                    display: block;
                    color: #7C7C7C;
                    font-size: 20px;
                    position: relative;
                    text-align: center;
                    letter-spacing: 0.4px;
                    line-height: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .wizard-content .wizard > .steps > ul > li:before {
                    left: 0
                }

                .wizard-content .wizard > .steps > ul > li:after {
                    right: 0px;
                }

                .wizard-content .wizard > .steps > ul > li:first-child:before,
                .wizard-content .wizard > .steps > ul > li:last-child:after {
                    content: none
                }

                .wizard-content .wizard > .steps > ul > li.current > a {
                    color: #000;
                    cursor: default
                }

                .wizard-content .wizard > .steps > ul > li.current .step {
                    background-color: #000000;
                    color: #fff;
                    b
                }

                .wizard-content .wizard > .steps > ul > li.disabled a,
                .wizard-content .wizard > .steps > ul > li.disabled a:focus,
                .wizard-content .wizard > .steps > ul > li.disabled a:hover {
                    color: #7C7C7C;
                    cursor: default
                }

                .wizard-content .wizard > .steps > ul > li.done a,
                .wizard-content .wizard > .steps > ul > li.done a:focus,
                .wizard-content .wizard > .steps > ul > li.done a:hover {
                    color: #7C7C7C
                }

                .wizard-content .wizard > .steps > ul > li.done .step {
                    border: 3px solid transparent;
                    background-color: rgba(0, 0, 0, 0.3);
                    color: #fff;
                }

                .wizard-content .wizard > .steps > ul > li.error .step {
                    border-color: #f62d51;
                    color: #f62d51
                }

        .wizard-content .wizard > .steps .step {
            background-color: #fff;
            display: inline-block;
            /*position: absolute;*/
            top: 0;
            left: 50%;
            margin-left: 140px;
            z-index: 10;
            text-align: center
        }

    .wizard-content .wizard li:nth-child(2) .step {
        margin-left: 158px;
    }

.test-report-pagewrapper b {
    padding: 0px 15px;
    font-weight: normal;
    margin-top: 10px;
    background: #fff;
}

.wizard-content .wizard > .content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

    .wizard-content .wizard > .content > .title {
        position: absolute;
        left: -99999px
    }

    .wizard-content .wizard > .content > iframe {
        border: 0;
        width: 100%;
        height: 100%
    }

.wizard-content .wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 5px 188px;
    max-width: 1440px;
}

    .wizard-content .wizard > .actions > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: right;
    }

        .wizard-content .wizard > .actions > ul:after {
            content: '';
            display: table;
            clear: both
        }

        .wizard-content .wizard > .actions > ul > li + li {
            margin-left: 10px;
            width: 100%;
            max-width: 190px;
        }

        .wizard-content .wizard > .actions > ul > li > a {
            text-transform: uppercase;
            width: 100%;
        }

            .wizard-content .wizard > .actions > ul > li > a:active {
                -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
                box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
            }

            .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
                background-color: #fff;
                color: #54667a;
                border: 1px solid #d9d9d9
            }

                .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
                .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
                    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
                    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
                }

                .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
                    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
                    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
                }

        .wizard-content .wizard > .actions > ul > li.disabled > a,
        .wizard-content .wizard > .actions > ul > li.disabled > a:focus,
        .wizard-content .wizard > .actions > ul > li.disabled > a:hover {
            color: #999
        }

            .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
            .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
            .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
                -webkit-box-shadow: none;
                box-shadow: none
            }

.wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
    top: 20px;
    width: 36%;
    height: 3px;
    border-top: 2px solid rgba(124, 124, 124, 0.11);
}

.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
    border-top: 2px solid rgba(124, 124, 124, 0.11);
}

.wizard-content .wizard.wizard-circle > .steps .step {
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 14px;
    letter-spacing: 0.56px;
    font-weight: bold;
    color: #000;
    border-radius: 18px;
    border: 1px solid #00000027;
    background: #fff;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #009efb
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
    border: 2px solid #009efb;
    color: #009efb;
    line-height: 36px
}

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
        border-top-color: #009efb
    }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification > .steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

    .wizard-content .wizard.wizard-notification > .steps .step:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -8px;
        margin-bottom: -8px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #F3F3F3
    }

.wizard-content .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 20%
}

    .wizard-content .wizard.vertical > .steps > ul > li {
        display: block;
        width: 100%
    }

        .wizard-content .wizard.vertical > .steps > ul > li.current:after,
        .wizard-content .wizard.vertical > .steps > ul > li.current:before,
        .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
        .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
        .wizard-content .wizard.vertical > .steps > ul > li:after,
        .wizard-content .wizard.vertical > .steps > ul > li:before {
            background-color: transparent
        }

@media (max-width:768px) {
    .wizard-content .wizard > .steps > ul {
        margin-bottom: 20px
    }

        .wizard-content .wizard > .steps > ul > li {
            display: block;
            float: left;
            width: 33.3%
        }

            .wizard-content .wizard > .steps > ul > li > a {
                margin-bottom: 0
            }

    .wizard-content .wizard.vertical > .steps {
        width: 15%
    }
}

@media (max-width:480px) {

    /*.wizard-content .wizard>.steps>ul>li {
    width: 100%
    }
    .wizard-content .wizard>.steps>ul>li.current:after {
    background-color: #009efb 
    }*/
    .wizard-content .wizard.vertical > .steps > ul > li {
        display: block;
        float: left;
        width: 50%
    }

    .wizard-content .wizard.vertical > .steps {
        width: 100%;
        float: none;
    }
}

.steps li span {
    display: block;
}

.panel .patch-test-step {
    grid-template-columns: 34% 59%;
    column-gap: 95px;
    margin-top: 0px;
    padding-top: 76px;
    max-width: 1425px;
    margin: 0px auto;
}

.panel .pts-right-side h3 {
    margin-bottom: 5px;
}

.test-step-1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.panel .pts-right-side .test-step-1 .patch-test-title-img {
    margin: 0px 0px 0px 20px;
}

.test-step-1 img {
    margin-top: -10px;
}

.report-tag {
    color: #BF7256;
    display: block;
}

.actions ul li:first-child,
.actions ul li:last-child {
    display: none !important;
}

.actions ul li:nth-child(2) {
    display: block;
}

/*patch-step-new*/
ul.slick-dots {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 90%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    ul.slick-dots li {
        position: relative;
        display: inline-block;
        width: 33.3%;
        height: 38px;
        margin: 0 0px;
        padding: 0;
        cursor: pointer;
    }

div.slick-dots li:last-child {
    display: none;
}

.slick-dots .animated-dot {
    list-style: none;
}

.slick-dots li button {
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 14px;
    letter-spacing: 0.56px;
    font-weight: bold;
    color: #000;
    border-radius: 18px;
    margin: 0 auto 10px auto;
    border: 1px solid #00000027;
    background: #fff;
    position: relative;
}

.slick-dots li.slick-active button:before {
    content: "";
    color: #000;
    border: 3px solid #00000093;
    position: absolute;
    top: -2px;
    left: -1px;
    width: 38px;
    height: 38px;
    border-radius: 18px;
}

.slider .slick-dots li.slick-active:nth-child(1) button:after,
.slider .slick-dots li.slick-active:nth-child(2) button:after,
.slider .slick-dots li.slick-active:nth-child(3) button:after {
    color: #000;
}

.slider .slick-dots li:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: -999;
    border-top: 2px dashed #7C7C7C;
}

.slider .slick-dots li:first-child:before {
    display: none;
}

.slider .slick-dots li:nth-child(1) button:after,
.slider .slick-dots li:nth-child(2) button:after,
.slider .slick-dots li:nth-child(3) button:after {
    position: absolute;
    bottom: -63px;
    width: 144px;
    left: 50%;
    transform: translateX(-50%);
    color: #7C7C7C;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 24px;
    font-weight: 400;
}

.slider .slick-dots li:nth-child(1) button:after {
    content: "Preparation of your skin";
}

.slider .slick-dots li:nth-child(2) button:after {
    content: "Measuring your skin for oil";
}

.slider .slick-dots li:nth-child(3) button:after {
    content: "Measurement of skin moisture";
}

.slider-wrapper {
    margin-top: 140px;
}

/* for slick slider */
.slider.slick-dotted.slick-slider {
    max-width: 100%;
    margin: 0 auto 5px;
}

.slider div {
    padding: 0px !important;
}

.slider .slick-dots {
    margin: 0 auto;
}

.slick-dots .animated-dot {
    background-image: url(../images/play-button.svg);
    background-repeat: no-repeat;
    height: 45px;
    width: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 40px 0px 0px 0px;
}

/* progress bar */
.slider-progress {
    width: 100%;
    height: 3px;
    background: #fafafa;
    max-width: 100%;
    margin: 20px auto 250px auto;
}

    .slider-progress .progress {
        width: 0%;
        height: 3px;
        background: #eee;
        opacity: 0.5;
    }

.panel .pts-left-side {
    position: relative;
}

.spot-point {
    position: absolute;
    cursor: pointer;
}

.point-A {
    top: 152px;
    right: 154px;
}

.point-B {
    bottom: 255px;
    right: 109px;
}

.point-C {
    top: 170px;
    left: 90px;
}

.point-D {
    bottom: 270px;
    left: 90px;
}

.panel .radio-paymant-method .stand-delivery input:checked + label .del-opt-cont:after {
    background-image: url(../images/hover-green-check.svg);
}

.panel .radio-paymant-method .del-opt-cont p {
    font-size: 20px;
    margin: 11px 0px 0px;
    line-height: 24px;
}

.panel .radio-paymant-method .stand-delivery label {
    padding: 15px 23px 11px 23px;
    text-align: center;
    display: block;
}

.panel .radio-paymant-method .del-opt-cont:after {
    top: 0px;
    left: 0%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.patch-test-B,
.patch-test-D {
    margin: 80px 0px 60px;
}

.panel .patch-test-step .pts-right-side {
    margin-top: 0px;
}

.panel .radio-paymant-method {
    padding-left: 18px;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
}

    .panel .radio-paymant-method .stand-delivery {
        width: 25%;
        max-width: 25%;
        flex: 0 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }

.patch-test-A,
.patch-test-B,
.patch-test-C,
.patch-test-D {
    transition: all 0.5s ease;
}

.result_hover {
    background-color: #FFF;
    transform: scale(1.1);
}

.result-para {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.96px;
    text-align: center;
    margin-top: 64px;
    color: #000;
    margin-bottom: 0px;
}

    .result-para strong {
        display: block;
    }

.panel .final-result,
.panel .dry-result {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 64px;
    max-width: 1364px;
    margin: 0px auto;
}

.panel .dry-result {
    grid-template-columns: 47.5% 47.5%;
    margin-top: 60px;
}

.rightside-screenshot-img {
    background-color: #FAFAFA;
    padding: 35px 50px 30px 40px;
}

.right-screenshot-image {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 17.8% 17.8% 17.8% 17.8% 17.8%;
}

.screenshot-result {
    text-align: center;
}

    .screenshot-result h5 {
        font-size: 16px;
        letter-spacing: 0.64px;
        line-height: 24px;
        margin: 25px 0px 9px;
        height: 36px;
    }

.rightside-screenshot-img .inner-result-right-side h4 {
    margin: 0px 0px 30px 0px;
}

.screenshot-result p {
    font-size: 14px;
    letter-spacing: 0.20px;
    line-height: 20px;
    margin-bottom: 0px;
}

.panel .final-result .result-side {
    display: grid;
    grid-template-columns: 37% 55%;
    column-gap: 46px;
    padding: 29px 50px 29px 50px;
    background-color: #FAFAFA;
    align-items: center;
}

.inner-result-left-side {
    position: relative;
}

.inner-result-right-side h5 {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 17px;
    margin: 0px;
    font-weight: 400;
}

.inner-result-right-side h4 {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 36px;
    border-bottom: 1.5px solid #00000027;
    font-weight: 500;
    margin-right: 60px;
}

.result-image {
    display: grid;
    grid-template-columns: 35% 35%;
    text-align: center;
    column-gap: 40px;
    margin: 34px 0px 28px;
}

.result-box {
    border: 2px solid #000;
    border-radius: 4px;
    padding: 13px 16px 11px 16px;
}

    .result-box p {
        margin: 7px 0px 0px;
        font-size: 12px;
        letter-spacing: 0.24px;
        line-height: 15px;
        color: #000;
    }

.result-img-inner h6 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.48px;
    line-height: 15px;
    margin-bottom: 2px;
    text-align: left;
}

p.result-bottom-para {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 17px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0px;
}

.inner-result-left-side img {
    border-radius: 38px;
}

.inner-result-left-side .point-A {
    top: 65px;
    right: 65px;
}

.inner-result-left-side .point-B {
    bottom: 88px;
    right: 47px;
}

.inner-result-left-side .point-C {
    top: 71px;
    left: 36px;
}

.inner-result-left-side .point-D {
    bottom: 88px;
    left: 36px;
}

.result-img-inner {
    width: 98px;
}

.interested-product {
    padding-top: 80px;
    margin-top: 92px;
    border-top: 5px solid #FAFAFA;
}

/*font
    font-family:'AppleSDGothicNeo';
    font-family: 'Univecon';
    */
.pound-symbol {
    font-family: system-ui;
}

.safari-mac a.big-btn,
body.safari-mac .round-btn,
.safari-mac .wizard-content .wizard > .actions > ul > li > a {
    line-height: 54px;
}

.safari-mac .step-text {
    line-height: 60px;
}

/*.safari-mac header .main-nav li > a.aerow:after, .safari-mac header .with-aerow::after{top:8px;}*/
.safari-mac .addtocart a.big-btn {
    line-height: 70px;
}



.navbar-toggler {
    display: none;
}
/* 
@media (max-width: 1600px) {
    .custom-container {
        width: 95%;
    }
} */


button {
    align-items: initial;
}

.gallery_sidebar.fixed_gallery_sidebar {
    position: fixed;
    z-index: 9;
}

.custom_dropdown {
    border-radius: 0;
    padding: 0;
}

    .custom_dropdown li button {
        padding: 10px;
    }

        .custom_dropdown li button:hover {
            background: rgba(191, 114, 86, .8);
            color: #fff;
        }

.breadcumb.new_breadcumb {
    position: initial;
    padding-top: 0;
}

/* .round-btn {
    padding: 0px 20px;
    width: 100%;
    margin-bottom: 10px;
} */

footer p {
    color: #ffffff;
}

.footer-inner-content .list-unstyled {
    margin-bottom: 30px;
}

    .footer-inner-content .list-unstyled li {
        font-size: 18px;
    }

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding: 0 !important;
}

.patch_test_wrap {
    padding-bottom: 134px;
}

.thankyou-order.patch_test_container {
    max-width: 1130px;
}

.patch_test_wrap .col-md-6 {
    padding-left: 80px;
    padding-right: 80px;
}


.thankyou-pagewrapper.patch-test-wrapper .inner-banner,
.teststep-pagewrapper.patch-test-wrapper .inner-banner,
.test-report-pagewrapper.patch-test-wrapper .inner-banner {
    padding-top: 50px;
}



.step_tab .nav-tabs,
.step_tab .nav-tabs .nav-link.active {
    border: none;
}

    .step_tab .nav-tabs .nav-link.active {
        color: #000;
    }

        .step_tab .nav-tabs .nav-link.active span {
            background-color: #000;
        }

    .step_tab .nav-tabs .nav-link {
        background-color: #fff;
        border: none;
        font-size: 20px;
        color: #7C7C7C;
        padding: 10px;
    }

        .step_tab .nav-tabs .nav-link:hover {
            border: none;
        }

.step_tab .nav-tabs {
    max-width: 914px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 76px;
    position: relative;
}

    .step_tab .nav-tabs::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #7C7C7C;
        opacity: .11;
        margin: auto;
        z-index: -1;
    }

    .step_tab .nav-tabs .nav-link span {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        display: block;
        font-size: 14px;
        letter-spacing: 0.56px;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        font-family: initial;
    }

.asses_panel h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 26px;
}

.report_wrap {
    padding-bottom: 188px;
}




@media (min-width: 768px) {

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 1400px) {
    .tab_rght_wrap {
        margin-left: 60px;
    }
}


@media (min-width: 1800px) {
    .tab_rght_wrap {
        margin-left: 97px;
    }
}


/*checkout-new-css*/
/*.checkout-pagewrapper .wizard-content .wizard>.steps {
        position: absolute;
        top: 0px;
        left: 40%;
        display: block;
        width: 27%;
        margin: auto;
    }
    .checkout-pagewrapper .wizard-content .wizard>.steps>ul>li a{display: unset;}*/









.font18_AppleSDGothicNeoBold {
    font-size: 18px;
    font-family: 'AppleSDGothicNeoSemiBold';
}

.patch_test_instruction {
    border: 2px solid #FCD5B5;
}

.patch_test_instruction_block_1 {
    background: #FEF7F0;
}

.instruction_number {
    background: #DDD9C3;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 4px 18px;
}

.instruction_numbe_heading {
    font-size: 24px;
    font-family: 'AppleSDGothicNeoBold';
}

.instruction_numbe_heading_red {
    font-size: 19px;
    font-family: 'AppleSDGothicNeoSemiBold';
    color: #FF0000;
}

.instruction_numbe_small_heading_red {
    font-size: 15px;
    font-family: 'AppleSDGothicNeoBold';
    color: #FF0000;
}

.and_block li:nth-child(1) {
    background: #FE5E57;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 10px;
}

.and_block li:nth-child(2) {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 10px;
}

.and_block li:nth-child(3) {
    background: #D88E85;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 10px;
}

.indicators_patch li {
    background: #ffffff;
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: transparent;
}

    .indicators_patch li.active {
        background: #000000;
        width: 8px;
        height: 8px;
        border: 1px solid #000000;
        border-radius: 5px;
        color: transparent;
    }

a:hover {
    text-decoration: none !important;
}


/*----------------------------------*/
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: ">" !important;
}

li.breadcrumb-item a {
    color: #744636 !important;
    font-size: 14px;
    font-family: AppleSDGothicNeoBold;
}

.breadcrumb-item.active {
    color: #BABFBB !important;
    font-size: 14px;
    font-family: AppleSDGothicNeoBold;
    margin-top: 6px !important;
}

.text-decoration-none {
    color: #0056b3;
    text-decoration: none !important;
}

.patch_test_slides li.active a {
    color: #000000;
    font-size: 15px;
    font-family: AppleSDGothicNeoBold;
}

.patch_test_slides li a {
    color: #7C7C7C;
    font-size: 15px;
    font-family: AppleSDGothicNeoBold;
}

    .patch_test_slides li a span:nth-child(1) {
        background: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: AppleSDGothicNeoBold;
        height: 25px;
        width: 25px;
        border-radius: 15px;
        padding: 6px 8px;
        margin-top: -4px;
        border: 1px solid #cdcdcd !important;
    }

.test_serial_sec {
    border: 1px dotted #000000;
    border-radius: 15px;
    font-size: 8px;
    padding: 9px 11px;
    font-family: 'AppleSDGothicNeoSemiBold';
    box-shadow: 0px 2px 2px #cdcdcd;
    width: 28px;
    height: 28px;
}

.skinresult_des p {
    color: #000000;
    font-size: 18px;
    font-family: AppleSDGothicNeoBold;
}

.skin_result_part_1 {
    background: #FAFAFA;
}

.skin_result_text_1 {
    font-size: 11px;
    font-family: AppleSDGothicNeoBold;
    color: #000000;
}

.dry_section {
    border: 1px solid #000000;
    background: #FFFFFF;
}

    .dry_section p {
        font-family: AppleSDGothicNeoBold;
        color: #555555;
    }

.test_skin_bg {
    background-image: url('../images/skin_result_bg.png');
    background-size: cover;
}

.skin_result_text ul li .skin_tester {
    border: 1px solid #000000;
    border-radius: 3px;
}

.skin_result_text_heading {
    font-size: 16px;
    font-family: AppleSDGothicNeoBold;
    color: #000000;
}

.font22_AppleSDGothicNeoBold {
    font-size: 20px;
    font-family: 'AppleSDGothicNeoSemiBold';
}

.patch_test_slides li a span:nth-child(2) {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: AppleSDGothicNeoBold;
    height: 4px;
    width: 100px;
    padding: 6px 8px;
    border-bottom: 1px solid #cdcdcd !important;
    margin: -4px 8px;
}

.face_testing_block_section_li_1 li {
    color: #7C7C7C;
    font-size: 15px;
    font-family: AppleSDGothicNeoBold;
}

.patch_test_slides li.active a span:nth-child(1) {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-family: AppleSDGothicNeoBold;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    padding: 6px 9px;
    margin-top: -4px;
    border: 1px solid #000000 !important;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 0.25rem;
}

.face_testing_block_section_li_2 li.active .skin_darkness_checking {
    border: 2px solid #000000;
    border-radius: 3px;
}

.face_testing_block_section_li_2 li.active .face_testing_block_section_li_1 li {
    color: #000000 !important;
}

.face_testing_block_section_li_2 li.unactive .face_testing_block_section_li_1 li {
    color: #7C7C7C !important;
}

.face_testing_block_section_li_2 li.unactive .skin_darkness_checking {
    border: 2px solid #CCCCCD;
    border-radius: 3px;
}

.face_testing_block_section_li_2 li.active .skin_darkness_checking_check {
    background: #41AA00;
    color: #ffffff;
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 16px !important;
    border: 1px solid #ffffff;
    padding: 1px 5px;
    top: -10px;
    left: -10px;
}

.face_testing_block_section_li_2 li.unactive .skin_darkness_checking_check {
    background: #ffffff;
    color: #707070;
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 16px !important;
    border: 1px solid #707070;
    padding: 1px 5px;
    top: -10px;
    left: -10px;
}

.custom_header_class {
    background-color: #F8F7F3 !important;
}

    .custom_header_class .nav-item a {
        font-size: 14px;
        color: #744636 !important;
        font-family: AppleSDGothicNeoMedium;
    }

hr.custom-hr {
    border-color: #8B3534;
    border-width: 3px;
    width: 100px;
}

.text-gray-small-bold {
    color: #7C7C7C;
    font-size: 16px;
    font-family: AppleSDGothicNeoMedium;
}

.custom_container_2 h2 {
    font-size: 28px;
    font-family: AppleSDGothicNeoBold;
}

.shadow-lg {
    box-shadow: 0px 30px 50px #cdcdcd;
}

.custom-radius {
    border-radius: 30px !important;
}

.Sline-height {
    line-height: 1.2;
}

.P-bottom-remove {
    margin-bottom: 0px !important;
}

.home_f_imges img:nth-child(1) {
    width: 88%;
}

.custom__last_bg h4 {
    font-family: AppleSDGothicNeoSemiBold;
    font-size: 22px;
}

.custom__last_bg button {
    background: none;
    border: 1px solid #8B3534;
    color: #8B3534;
    border-radius: 50px;
}

/* footer
{
	background: #BF7256;
	color: #ffffff;
} */
.footer-inner-content h4 {
    font-size: 16px;
    font-family: AppleSDGothicNeoSemiBold;
    padding-bottom: 15px
}

.footer-inner-content.follow_wrap h4 {
    padding-bottom: 5px;
}

.footer-inner-content p {
    font-size: 14px;
    font-family: AppleSDGothicNeoMedium;
}

.footer_subscribe_btn {
    background: #744636;
    color: #ffffff;
}

.custom__last_bg:nth-child(1) {
    background-image: linear-gradient(to right, #EFCEB5, #F9ECE2);
    border-radius: 80% 167% 51% 165%;
    transform: rotate(-25deg);
    opacity: .9;
}

.custom__last_bg_inner {
    transform: rotate(25deg);
}

.custom__last_bg_inner1 {
    transform: rotate(28deg);
}

.custom__last_bg:nth-child(2) {
    background-image: linear-gradient(to right, #E1EDF0, #E1EDF0);
    border-radius: 66% 198% 80% 197%;
    transform: rotate(-28deg);
    opacity: .6;
}

.home_conatiner_top_heading {
    font-size: 40px;
    font-family: 'AppleSDGothicNeoBold';
}

.top_container {
    background-image: url(../images/container_bg.png);
    height: 400px;
    margin-bottom: 3em;
}

.custom-box-height {
    height: 175px;
    margin-bottom: 1em !important;
}

/* Dashboard */
.custom_img_style_section {
    background: #F4F4F4;
}

.sort_by_text i {
    background: #FFFFFF;
    width: 22px;
    height: 22px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #CCCCCD;
    border-radius: 3px;
}

.p-small-10 {
    font-size: 10px;
    color: #7C7C7C;
}

.gll_img_transparency {
    background: #0000004a;
    height: 0px;
    position: absolute;
    left: 9px;
    top: 0;
    width: 102px;
    border-radius: 10px;
    transition: 1s;
    /* box-shadow: 0px 10px 20px #cdcdcd; */
}

.onhover_transparency.active .gll_img_transparency {
    background: #0000004a;
    height: 100%;
    position: absolute;
    left: 9px;
    top: 0;
    width: 86%;
    border-radius: 15px;
    transition: 1s;
}

.onhover_transparency.active img {
    box-shadow: 0px 10px 20px #b1aaaa !important;
}

/* .onhover_transparency:hover .gll_img_transparency */
/* { */
/* background: #0000004a; */
/* height: 100%; */
/* position: absolute; */
/* left: 9px; */
/* top: 0; */
/* width: 86%; */
/* border-radius: 15px; */
/* transition: 1s; */

/* } */
.onhover_transparency:hover img {
    box-shadow: 0px 10px 20px #b1aaaa;
    transition: 1s;
}

span.bflinks {
    display: none !important;
}

.gallery_add_faces {
    box-shadow: 0px 10px 30px #cdcdcd;
    border-radius: 32px;
}

.small_gallery_sidebar1 ul li {
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.sub_list_check {
    position: absolute;
    top: -10px;
    right: -4px;
    height: 20px;
    background: #41AA00;
    width: 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

    .sub_list_check i {
        color: #ffffff;
        font-size: 9px;
        position: absolute;
        top: 5px;
        left: 4px;
    }

.face_click.active .sub_list_check {
    position: absolute;
    top: -10px;
    right: -4px;
    height: 20px;
    background: #41AA00;
    width: 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.side_poses_img_main {
    border-radius: 15px;
    border: 1px solid #cdcdcd;
}

.face_click.active .sub_list_check i {
    color: #ffffff;
    font-size: 9px;
    position: absolute;
    top: 5px;
    left: 4px;
}

.sub_faces_list ul li {
    border: 1px solid #cdcdcd;
    padding: 5px 5px;
    border-radius: 50px;
}

.after_before_time {
    width: 140px;
    padding: 10px 10px;
    margin-left: 9px;
    height: 34px;
    border-radius: 3px;
}



.dashboard_heading h1 {
    font-size: 40px !important;
    font-family: AppleSDGothicNeoBold;
}

.dashboard_btn {
    background: none;
    border: 1px solid #8B3534;
    color: #8B3534;
    border-radius: 50px;
    font-size: 10px;
    font-family: AppleSDGothicNeoBold;
    padding-top: 12px !important;
    transition: .5s;
}

    .dashboard_btn a {
        color: #8B3534;
        text-decoration: none;
    }

    .dashboard_btn:hover a {
        color: #ffffff;
        text-decoration: none;
    }

    .dashboard_btn:hover {
        background: #8B3534 !important;
        border: 1px solid #8B3534;
        color: #ffffff !important;
        border-radius: 50px;
        font-size: 10px;
        font-family: AppleSDGothicNeoBold;
        padding-top: 12px !important;
        transition: .5s;
    }


.custm_dashboard_navbar li a {
    display: grid;
    font-size: 16px;
    text-align: center;
    color: #000000 !important;
    font-family: AppleSDGothicNeoMedium;
}

.dashboard_header_imges {
    background: #ffffff;
    width: 60px;
    height: 60px;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px #cdcdcd;
}

.custm_dashboard_navbar li.nav-item {
    padding: 0px 25px;
}

li.nav-item.active .dashboard_header_imges {
    background: #BF7256 !important;
}

    li.nav-item.active .dashboard_header_imges img {
        filter: brightness(0) invert(1);
    }



/* Dashboard */
/* Dashboard gallery Page */
.gallert_items img {
    width: 100%;
    /* height: 160px; */
    border-radius: 15px;
}





.gallery_cloud {
    background-image: url(../images/dashboard_clocud.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery_sidebar {
    width: 100px;
    background: #F6FAFB;
    position: absolute;
    top: 30%;
    right: 0;
}

    .gallery_sidebar li {
        display: grid;
        text-align: center;
    }


/* Dashboard gallery Page*/
/* Dashboard insight Page*/

.insight_blocks {
    box-shadow: 0px 10px 20px #cdcdcd;
    border-radius: 30px;
    padding: 25px 25px 15px 30px;
    width: 80%;
}

.cstm_col_4 {
    position: absolute;
    right: -4.5em;
}

.gallery_sidebar_icon {
    border: 1px solid #8B3534;
    height: 30px;
    width: 30px;
    padding: 2px 6px;
    border-radius: 20px;
    font-size: 16px;
    color: #8B3534;
    margin-left: -15px;
    cursor: pointer;
}

.insight_imges img:nth-child(1) {
    box-shadow: 0px 10px 20px #cdcdcd;
}

.insight_imges img:nth-child(2) {
    position: absolute;
    left: 2.7em;
    bottom: -1.5em;
}

.insight_imges2 img:nth-child(1) {
    box-shadow: 0px 10px 20px #cdcdcd;
}

.insight_imges2 img:nth-child(2) {
    position: absolute;
    bottom: 1.5em;
    left: -25px;
    box-shadow: 0px 5px 10px #cdcdcd;
}

.insight_imges3 img:nth-child(1) {
    box-shadow: 0px 10px 20px #cdcdcd;
}

.insight_imges3 img:nth-child(2) {
    position: absolute;
    top: 0;
    left: -25px;
    box-shadow: 0px 5px 10px #cdcdcd;
}

.insight_imges4 img:nth-child(1) {
    box-shadow: 0px 10px 20px #cdcdcd;
}

.insight_imges4 img:nth-child(2) {
    position: absolute;
    bottom: -25px;
    right: -25px;
    box-shadow: 0px 5px 10px #cdcdcd;
}

.home_page_side_img {
    position: absolute;
    bottom: 22%;
    right: -17%;
    width: 50%;
}

.cstm_insight_ul li::marker {
    font-size: 24px !important;
}

.insight_arrow i {
    border: 1px solid #8B3534;
    height: 30px;
    width: 30px;
    padding: 7px 10px;
    border-radius: 15px;
    font-size: 15px;
    color: #8B3534;
}

.custom-box-img {
    background: #FCF9F4;
    padding: 15px;
    width: 70px;
    position: absolute;
    top: -25px;
    left: -10px;
    border-radius: 20% 70% 40% 70%;
    box-shadow: 0px 30px 50px #cdcdcd;
}

.sub_img_list li {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

/* Dashboard gallery Page*/
/* Dashboard Media Query*/
@media (min-width: 540px) and (max-width: 767px) {
    .text-gray-small-bold {
        color: #7C7C7C;
        font-size: 18px !important;
        font-family: AppleSDGothicNeoMedium;
    }
}

@media (min-width: 411px) and (max-width: 767px) {
    .onhover_transparency.active .gll_img_transparency {
        background: #0000004a;
        height: 100%;
        position: absolute;
        left: 9px;
        top: 0;
        width: 90% !important;
        border-radius: 15px;
        transition: 1s;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .onhover_transparency.active .gll_img_transparency {
        background: #0000004a;
        height: 100%;
        position: absolute;
        left: 9px;
        top: 0;
        width: 82% !important;
        border-radius: 15px;
        transition: 1s;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .custom__last_bg:nth-child(1) {
        background-image: linear-gradient(to right, #EFCEB5, #F9ECE2);
        border-radius: 0 !important;
        transform: rotate(0deg) !important;
    }

    .custom__last_bg_inner {
        transform: rotate(0deg) !important;
    }

    .custom__last_bg_inner1 {
        transform: rotate(0deg) !important;
    }

    .custom__last_bg:nth-child(2) {
        background-image: linear-gradient(to right, #E1EDF0, #E1EDF0);
        border-radius: 0 !important;
        transform: rotate(0deg) !important;
    }

    .home_page_side_img {
        position: absolute;
        bottom: 36% !important;
        right: -6% !important;
        width: 38% !important;
    }

    .box {
        margin: auto -10px !important;
        padding: 2.3em 0.5em !important;
    }

        .box p {
            font-size: 14px;
        }

    .custom-box-img {
        background: #FCF9F4;
        padding: 15px;
        width: 70px;
        position: absolute;
        top: -50px;
        left: 0px;
        border-radius: 20% 70% 40% 70%;
        box-shadow: 0px 30px 50px #cdcdcd;
    }

    .top_container {
        background-image: url(../images/container_bg.png);
        height: auto !important;
        margin-bottom: 0em !important;
    }

    .dashboard_container {
        width: 85% !important;
    }

    .f-size-32 {
        font-size: 26px !important;
        font-family: AppleSDGothicNeoBold;
    }
}

@media (min-width: 420px) and (max-width: 568px) {

    .gallery_cloud {
        background-image: url(../images/dashboard_clocud.png);
        background-size: cover !important;
        background-repeat: no-repeat;
    }
}

@media (min-width: 280px) and (max-width: 568px) {

    .login_sticky_info {
        width: 70px;
        height: 100px;
        position: fixed;
        right: 0px !important;
        bottom: 50px;
    }

    .login_sticky_block1 {
        background: #F2DBC9;
        color: #744636;
        font-size: 10px !important;
        font-weight: 700;
        width: 40px;
        height: 40px !important;
        padding: 15px;
    }

    .login_sticky_block2 {
        background: #BF7256;
        color: #F2F2F2;
        font-size: 10px !important;
        font-weight: 700;
        height: 40px !important;
        padding: 15px;
        width: 40px;
        border-radius: 0% 50% 0% 0%;
    }

    .login_sticky_block3 {
        background: #744636;
        color: #F2F2F2;
        font-size: 10px !important;
        font-weight: 700;
        height: 40px !important;
        width: 40px;
        padding: 15px;
        border-radius: 0% 0% 0% 50%;
    }

    .login_sticky_block4 {
        background: #F2F2F2;
        color: #744636;
        font-size: 10px !important;
        font-weight: 700;
        height: 40px !important;
        width: 40px;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .custom__last_bg:nth-child(1) {
        background-image: linear-gradient(to right, #EFCEB5, #F9ECE2);
        border-radius: 0% !important;
        transform: rotate(0deg) !important;
    }

    .custom__last_bg_inner {
        transform: rotate(0deg) !important;
    }

    .custom__last_bg_inner1 {
        transform: rotate(0deg) !important;
    }

    .custom__last_bg:nth-child(2) {
        background-image: linear-gradient(to right, #E1EDF0, #E1EDF0);
        border-radius: 0% !important;
        transform: rotate(0deg) !important;
    }

    .top_container {
        background-image: url(../images/container_bg.png);
        height: auto !important;
        margin-bottom: 0em !important;
    }

    .custom-box-img {
        background: #FCF9F4;
        padding: 15px;
        width: 70px;
        position: absolute;
        top: -35px;
        left: 10px;
        border-radius: 20% 70% 40% 70%;
        box-shadow: 0px 30px 50px #cdcdcd;
    }

    .custom-box-height {
        height: auto !important;
        margin-bottom: auto !important;
    }

    .user_dashboard_icon {
        position: absolute;
        right: 4em;
        top: 1.1em;
    }

    .insight_imges img:nth-child(1) {
        box-shadow: 0px 10px 20px #cdcdcd;
    }

    .insight_imges img:nth-child(2) {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
    }

    .insight_imges2 img:nth-child(1) {
        box-shadow: 0px 10px 20px #cdcdcd;
    }

    .insight_imges2 img:nth-child(2) {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        box-shadow: 0px 5px 10px #cdcdcd;
    }

    .insight_imges3 img:nth-child(1) {
        box-shadow: 0px 10px 20px #cdcdcd;
    }

    .insight_imges3 img:nth-child(2) {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        box-shadow: 0px 5px 10px #cdcdcd;
    }

    .insight_imges4 img:nth-child(1) {
        box-shadow: 0px 10px 20px #cdcdcd;
    }

    .insight_imges4 img:nth-child(2) {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        box-shadow: 0px 5px 10px #cdcdcd;
    }

    .insight_blocks {
        box-shadow: 0px 10px 20px #cdcdcd;
        border-radius: 30px;
        padding: 25px 25px 15px 30px;
        width: 100% !important;
    }

    .cstm_col_4 {
        position: relative !important;
        text-align: center !important;
        right: auto !important;
    }

    .arrow_1 {
        position: absolute;
        top: 0;
        left: 47%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 5px;
        border-radius: 10px;
    }

    .arrow_2 {
        position: absolute;
        bottom: 0;
        left: 47%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 5px;
        border-radius: 10px;
    }

    .arrow_3 {
        position: absolute;
        left: 0%;
        bottom: 46%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 7px;
        border-radius: 10px;
    }

    .arrow_4 {
        position: absolute;
        right: 0;
        bottom: 46%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 7px;
        border-radius: 10px;
    }

    .slidebar_slider.inactive {
        background: #f6fafb;
        width: 300px;
        position: absolute;
        z-index: 99;
        top: 0;
        left: -330px;
        transition: .5s;
        border-radius: 0px 10px 10px 0px;
    }

    .slidebar_slider.active {
        background: #f6fafb;
        width: 300px;
        position: absolute;
        z-index: 99;
        top: 0;
        left: -25px;
        border-radius: 0px 10px 10px 0px;
        transition: .5s;
        box-shadow: 0px 0px 20px #0000005c;
    }
}

/* Dashboard Media Query*/
/* login pages */

body.sign_up_body {
    background-image: url(../images/login_background.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

body.sign_up_body2 {
    background-image: url(../images/login_background2.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

body.sign_up_body3 {
    background-image: url(../images/login_background3.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.otp_blocks input {
    width: 50px !important;
    height: 50px !important;
}

.success_icon {
    border: 2px solid #41AA00;
    width: 65px;
    height: 65px;
    border-radius: 35px;
    padding: 14px 20px;
    color: #41AA00;
    font-size: 22px;
}

span.form_icons {
    position: absolute;
    bottom: 4px;
    width: 34px;
    border-right: 1px solid #cdcdcd;
}

.login_section {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px #cdcdcd;
}

    .login_section h4 {
        font-size: 22px;
        font-family: 'AppleSDGothicNeoBold';
    }

.login_normal_font {
    color: #7C7C7C;
    font-size: 14px;
    font-family: AppleSDGothicNeoMedium;
}

.login_section label {
    font-size: 13px;
    font-family: 'AppleSDGothicNeoBold';
    color: #7C7C7C;
}

.login_section_label {
    font-size: 15px;
    font-family: 'AppleSDGothicNeoBold';
    color: #7C7C7C;
}

.popup_label {
    font-size: 17px;
    font-family: 'AppleSDGothicNeoBold';
    color: #7C7C7C;
}

.range_setting {
    padding: 0 !important;
    width: 100px !important;
}

    .range_setting:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ffffff !important;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important;
    }

.l-hight-5 {
    line-height: 5px;
}

.wave_section_block {
    position: absolute;
    left: 0;
    top: -10px;
}

    .wave_section_block li {
        background: #ffffff;
        width: 45px;
        height: 45px;
        padding: 10px 10px;
        box-shadow: 0px 5px 20px #cdcdcd;
        border-radius: 38% 81% 55% 84%;
        transition: .5s;
    }

        .wave_section_block li p:nth-child(2) {
            color: #7C7C7C;
            font-size: 12px;
        }

.serial_number {
    background: #F4EBEB;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    padding: 5px 7px;
}

.routine_img {
    background-image: linear-gradient(to right, #AC5A57, #B15E5B);
    height: 38px;
    width: 38px;
    border-radius: 20px;
    padding-top: 8px;
}

.routine_img2 {
    background-image: linear-gradient(to right, #6E75CC, #5651B5);
    height: 38px;
    width: 38px;
    border-radius: 20px;
    padding-top: 8px;
}

.Product_added {
    background: #C7E6CD;
    position: absolute;
    top: -35px;
    padding: 5px 8px 0px 8px;
    border-radius: 10px;
    left: 38px;
}

.Product_pending {
    background: #E6C7C7;
    position: absolute;
    top: -35px;
    padding: 5px 8px 0px 8px;
    border-radius: 10px;
    left: 38px;
}

.Product_upcoming {
    background: #C7D3E6;
    position: absolute;
    top: -35px;
    padding: 5px 8px 0px 8px;
    border-radius: 10px;
    left: 38px;
}

.Product_img {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

    .Product_img img {
        height: 40px;
    }

.morning_block_6 {
    box-shadow: 0px 5px 10px #cdcdcd;
}

.wave_section_block li:hover p:nth-child(2) {
    color: #000000;
    font-size: 12px;
}

.morning_block__1 {
    background-image: linear-gradient(to right, #D37B77, #B05D5A);
    border-radius: 25px;
}

.product_border {
    height: 36px;
    background: #F4EBEB;
    width: 42px;
    width: 2px;
    position: absolute;
    /* left: 39px; */
    left: 17px;
    bottom: -25px;
}

td.product_img {
    background: #ffffff;
    border: 1px solid #cdcdcd;
}

.wave_section_block li:hover {
    background: #744636;
    width: 45px;
    height: 45px;
    padding: 10px 10px;
    box-shadow: 0px 5px 20px #cdcdcd;
    border-radius: 38% 81% 55% 84%;
    color: #ffffff;
    transition: .5s;
}

.login_gender_section label {
    height: 34px !important;
    padding-top: 10px;
}

.on_off_point label.btn.btn-outline-dark.toggle-on {
    background: #000000 !important;
    color: #ffffff !important;
}

.toggle.btn-outline-dark .toggle-handle {
    background-color: #fbfbfb !important;
    border-color: var(--dark);
}

.on_off_point .btn-outline-dark {
    border-radius: 20px !important;
}

.on_off_point .btn-outline-primary.off {
    border-radius: 20px !important;
    background: #000000 !important;
}

.toggle.btn-outline-primary .toggle-handle {
    background-color: #ffffff !important;
    border: #000000;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #f8f9fa !important;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #000000 !important;
}

.login_section img {
    width: 60px;
}

.login_section input.form-control::Placeholder {
    font-size: 13px;
    color: #7C7C7C;
    font-family: 'AppleSDGothicNeoMedium';
    /* padding-left: 10px; */
}

span.form_icons i {
    color: #7d7d7d;
    font-size: 14px;
}

.login_section input.form-control {
    height: 34px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
}

.login_btn {
    background: #8B3534;
    color: #ffffff;
    font-size: 13px;
    transition: .5s;
    border: 1px solid #ffffff;
}

.login_bottom_line {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

    .login_bottom_line a {
        font-size: 12px;
        color: #8B3534;
        font-weight: 500;
    }

.login_btn:hover {
    background: #ffffff;
    color: #8B3534;
    font-size: 13px;
    transition: .5s;
    border: 1px solid #8B3534;
}

.login_page_footer {
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0;
}

.login_sticky_info {
    width: 70px;
    height: 100px;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.login_sticky_block1 {
    background: #F2DBC9;
    color: #744636;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    padding: 15px;
}

.login_sticky_block2 {
    background: #BF7256;
    color: #F2F2F2;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    padding: 15px;
    border-radius: 0% 50% 0% 0%;
}

.login_sticky_block3 {
    background: #744636;
    color: #F2F2F2;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    padding: 15px;
    border-radius: 0% 0% 0% 50%;
}

.login_sticky_block4 {
    background: #F2F2F2;
    color: #744636;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    padding: 15px;
}

.login_btn:focus {
    border-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgb(190 194 199 / 25%) !important;
}

.login_phone_section_select {
    height: 34px !important;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.login_gender_section input {
    position: absolute;
    top: l0px;
    top: 10px;
    left: 10px;
    opacity: 0;
}

.login_gender_section label {
    border-radius: 0px !important;
}

.login_gender_section input:checked label {
    color: red !important;
}

.login_phone_section_select:focus {
    border-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgb(190 194 199 / 25%) !important;
}

.login_section input.form-control:focus {
    border-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgb(190 194 199 / 25%) !important;
}

.log_page_p {
    font-size: 12px;
    color: #7C7C7C;
    font-family: 'AppleSDGothicNeoMedium';
}

/* login pages */
/* custom classes */
.container_insight {
    width: 90%;
}

.font-16 {
    font-size: 14px;
    font-family: AppleSDGothicNeoMedium;
    color: #000000;
}

.f-size-32 {
    font-size: 32px;
    font-family: AppleSDGothicNeoBold;
}

.f-18-bold {
    font-family: 'AppleSDGothicNeoBold';
    font-size: 16px;
}

ul.cstm_insight_ul li {
    font-size: 14px;
}


@media (min-width: 320px) and (max-width: 568px) {
    .f-size-32 {
        font-size: 28px !important;
        font-family: AppleSDGothicNeoBold;
    }
}

@media (max-width: 568px) {
    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }
}

.cursor {
    cursor: pointer;
}

/* custom classes */



@media (max-width: 767px) {
    .small_gallery_sidebar {
        background: #f6fafb;
    }

    /* .dashboard_tool_1 */
    /* { */
    /* display: none; */
    /* } */

}

@media (max-width: 990px) {
    .dashboard_tool_1 {
        display: none;
    }
}

@media (min-width: 991px) {
    .dashboard_tool_2 {
        display: none;
    }
}

@media (min-width: 768px) {
    .dashboard_container {
        width: 63%;
    }

    .xs-12 {
        width: 100% !important;
    }

    .sm-12 {
        width: 100% !important;
    }

    .gallery_scroll {
        padding: 0em 0em 2.5em 3.5em;
    }

    .add_sample_left_border {
        border-left: 1px solid #cdcdcd;
    }

    .arrow_1 {
        position: absolute;
        top: 0;
        left: 50%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 5px;
        border-radius: 10px;
    }

    .arrow_2 {
        position: absolute;
        bottom: 0;
        left: 50%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 5px;
        border-radius: 10px;
    }

    .arrow_3 {
        position: absolute;
        left: 6%;
        bottom: 46%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 7px;
        border-radius: 10px;
    }

    .arrow_4 {
        position: absolute;
        right: 0;
        bottom: 46%;
        color: #744636;
        border: 1px solid #cdcdcd;
        width: 22px;
        height: 22px;
        padding: 1px 7px;
        border-radius: 10px;
    }
}





@font-face {
    font-family: 'arrows';
    src: url('../fonts/arrows/arrows.eot');
    src: url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'), url('../fonts/arrows/arrows.woff') format('woff'), url('../fonts/arrows/arrows.ttf') format('truetype'), url('../fonts/arrows/arrows.svg#arrows') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bb-custom-wrapper {
    width: 1364px;
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
}

    .bb-custom-wrapper .bb-bookblock {
        /*box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);*/
    }

    .bb-custom-wrapper nav {
        width: 100%;
        height: 30px;
        margin: 57px auto 57px;
        position: relative;
        z-index: 0;
        text-align: center;
    }

        .bb-custom-wrapper nav a {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 2px;
            background: #744636;
            color: #fff;
            font-size: 0;
            margin: 2px;
        }

            .bb-custom-wrapper nav a:hover {
                opacity: 0.6;
            }

.bb-custom-icon:before {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    line-height: 30px;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
    content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
    content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
    height: auto;
}

.no-js .bb-custom-content {
    height: 470px;
}

.product-gallery .fade:not(.show) {
    opacity: 1;
}

.diagnostic-content {
    margin: 66px 0px 145px;
}

.diagnostic-nav .nav-item .nav-link.active .tab-img {
    background: #BF7256 0% 0%;
}

    .diagnostic-nav .nav-item .nav-link.active .tab-img .hide-hover {
        display: none;
    }

    .diagnostic-nav .nav-item .nav-link.active .tab-img .show-hover {
        display: block;
    }

.virtual-consultation {
    align-items: center;
}

.tab-content.article-tab {
    background-color: transparent;
    padding: 0;
}

.follow_wrap {
    padding-top: 30px;
}


/* new css */

.btn.next-step {
    background: transparent;
    display: inline-block;
    border-radius: 54px;
    border: 1px solid rgba(139, 53, 52, 0.3);
    height: 54px;
    color: #8b3534;
    font-weight: bold;
    line-height: 62px;
    padding: 0 72px;
    transition: 0.3s all;
    letter-spacing: 0.56px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

    .btn.next-step:hover {
        background: #744636;
        color: #fff;
        border-color: #744636;
    }

.patch_report_sec {
    padding-bottom: 188px;
}

.process-step .btn.active:focus, .btn.show:focus, .btn:active:focus {
    box-shadow: none;
}

.cart-toggle {
    position: relative;
}

.noti_wrap {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #744636;
    top: -3px;
    right: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monospace;
    font-size: 9px;
}

header .site-logo {
    display: none;
}

.right-header .mini-cart {
    height: 21px;
}

header ul.main-nav li:nth-child(3) a {
    margin-right: 0;
}

header ul.main-nav li:nth-child(4) a {
    margin-right: 100px;
    margin-left: 100px;
}

header ul.main-nav li:nth-child(4) a {
    text-align: center;
}

    header ul.main-nav li:nth-child(4) a::before {
        display: none;
    }

.main_logo {
    transition: all .3s ease-in-out;
    max-width: 90%;
}

.sticky .main_logo {
    transform: scale(.8);
}

.custm_dashboard_navbar .account_drpdown li a {
    padding: 9px 15px;
    display: block;
    color: #fff !important;
    text-transform: uppercase;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

/* 11.14.22 */

.pro-img {
    height: 300px;
}

.pro-height {
    height: auto;
}

.pro-img a {
    display: block;
    height: calc(100% - 30px);
    text-align: center;
}

.popup-product {
    overflow-y: auto;
    height: 300px;
}

.list-item .pro-img img {
    height: 100%;
}


/* 24.11.22 */

.payment_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

    .payment_wrap .stand-delivery {
        max-width: 25%;
        width: 25%;
        flex: 0 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }


/* 06.12.22 */

.sub-close-btn {
    font-size: 0;
    position: relative;
    width: 14px;
    height: 14px;
    margin: -2px 0 0;
    background: url(../images/close-icon.svg) no-repeat;
    background-size: 15px;
    cursor: pointer;
}
/********************** PLACE HOLDER CODE START ***************************/


input::-webkit-input-placeholder { /* Edge */
    color: #ced4da !important;
}

input:-ms-input-placeholder { /* Internet Explorer */
    color: #ced4da !important;
}

input::placeholder {
    color: #ced4da !important;
}


/*********************** PLACE HOLDER CODE END ***************************/

/* 02.01.23 for whishlist*/

.pro_btn_wrap {
    display: flex;
    align-items: center;
}

.whish_btn {
    margin-left: 30px;
}

    .whish_btn button {
        font-size: 36px;
        height: 36px;
        color: #8B3534;
        background: transparent;
    }


.article-img {
    height: 195px
}

    .article-img img {
        height: 100%;
        object-fit: cover;
    }

/* 14.02.23 start */

.testimonial-section .sec-title p {
    max-width: 100%;
}

.testimonial-section {
    padding: 0 0 100px 0;
}
/*@media (min-width: 1400px) {
.testi-right.text-left {
    margin-right: -200px;
}
}*/

/* 14.02.23 end */


/* 15.02.23 start */

.new_num_list {
    border-radius: 40px;
    background: #fff;
    counter-reset: my-sec-counter;
}

    .new_num_list li div::after {
        position: absolute;
        left: 13px;
        top: 13px;
        counter-increment: my-sec-counter;
        content: counter(my-sec-counter);
        font-size: 12px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
    }

    .new_num_list li {
        position: relative;
        font-family: 'Lato', sans-serif;
        /*font-weight: bold;*/
        font-size: 16px;
        line-height: 22px;
    }

        .new_num_list li .new_num_list_item {
            padding: 13px 13px 13px 50px;
            background: #FAEFEF;
            border-radius: 40px;
            display: flex;
            position: relative;
        }

        .new_num_list li:not(:last-child)::after {
            position: absolute;
            content: "\f107";
            font-family: fontawesome;
            bottom: -4%;
            left: -22px;
        }

        .new_num_list li::before {
            position: absolute;
            content: "";
            left: -17px;
            width: 40px;
            height: auto;
            border-radius: 50%;
            top: 26px;
            bottom: -26px;
            border: 1px dashed #000;
            z-index: -1;
        }

        .new_num_list li:not(:last-child) {
            padding-bottom: 20px;
        }

        .new_num_list li:last-child::before {
            display: none;
        }

/* 15.02.23 end */

/* new css */

.why_bnr .banner-bg { /*sudipta 02/06/23*/
    height: 100%;
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom right;
}


.why_bnr.main-banner .slid-main > div {
    width: 43.5%;
}

.why_bnr .slid-text h6.with-line {
    line-height: 31px;
}

.st-inner h3 {
    text-transform: capitalize;
    color: #bf7256;
    font-size: 38px;
    line-height: 44px;
}



    .st-inner h3 span { /*sudipta 06/06/23*/
        color: #744636;
        display: inline;
    }

.main-banner.why_bnr .slid-main > div.slid-text {
    padding-left: 70px;
}

a.de_btn {
    min-width: 158px;
}

.why_card_sec {
    padding: 100px 0;
}

.tittle_wrap {
    text-align: center;
}

    .tittle_wrap h2 {
        font-size: 30px;
        line-height: 34px;
    }

        .tittle_wrap h2 span {
            display: block;
        }

    .tittle_wrap p {
        margin-bottom: 0;
        max-width: 642px;
        margin: auto;
        line-height: 24px;
    }

.card_list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 140px;
    row-gap: 90px;
}

.card_bx {
    /* min-height: 240px; */
    height: 100%;
    box-shadow: 0px 30px 50px #00000029;
    background-color: #fff;
    border-radius: 36px;
    position: relative;
    padding: 64px 30px 40px;
}

    .card_bx p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }


.card_list_wrap li {
    width: 25%;
    max-width: 25%;
    flex: 0 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.icon_wrap {
    width: 92px;
    height: 82px;
    background: #FCF9F4;
    border-radius: 107% 145% 160% 106%;
    box-shadow: 0px 30px 50px #00000029;
    position: absolute;
    left: -30px;
    top: -36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_log_wrap {
    padding-bottom: 50px;
}

.bg_wrap {
    position: relative;
}

.cus_row .cus_mr .bg_wrap {
    margin-right: -75px;
}

.cus_row .cus_ml .bg_wrap {
    margin-left: -75px;
}

.log_wrap_con {
    /* max-width: 560px; */
    width: 60%;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .log_wrap_con h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }

    .log_wrap_con p {
        font-size: 16px;
        line-height: 24px;
    }
.new_log_wrap .log_btn {
    margin-top: 10px;
}

.more-btn .round-btn {
    margin-bottom: 10px;
}
.log_btn a {
    min-width: 180px;
    border: 2px solid #bfa399;
    display: inline-block;
    height: 54px;
    display: inline-flex;
    justify-content: center;
    /*align-items: center;*/
    line-height:60px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #8B3534;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

    .log_btn a:hover {
        background-color: #bfa399;
        color: #fff;
    }

/* 30.03.23 starts */

.skin_item_list {
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 352px;
    left: -106px;
}

    .skin_item_list li {
        position: relative;
        z-index: 2;
        width: 64px;
    }

        .skin_item_list li img {
            width: 64px;
            height: 64px;
        }

        .skin_item_list li:nth-child(1) {
            margin-left: auto;
            right: 100px;
        }

        .skin_item_list li:nth-child(2) {
            margin-top: -20px;
            left: 100px;
        }

        .skin_item_list li:nth-child(3) {
            left: 45px;
            margin-top: 13px;
        }

        .skin_item_list li:nth-child(4) {
            margin-top: 30px;
            left: 25px;
        }

        .skin_item_list li:nth-child(5) {
            margin-top: 30px;
            left: 45px;
        }

        .skin_item_list li:nth-child(6) {
            margin-top: 30px;
            left: 100px;
        }

        .skin_item_list li:nth-child(7) {
            margin-left: auto;
            right: 100px;
        }

        .skin_item_list li:nth-child(8) {
            margin-left: auto;
            margin-top: -40px;
        }

.disasble {
    pointer-events: none;
}

    .disasble .tab-img {
        background-color: #c8c7c7;
    }

/* 30.03.23 ends */

/*sankarshan css 21-04-2023*/
.login_btn {
    padding: 14px 24px;
}

.pro-detail a.pro-name {
    min-height: 45px;
}

input#txtproductsearchkey::placeholder {
    font-size: 20px;
}

input {
    font-size: 18px;
    font-family: auto;
}

/*sankarshan css 21-04-2023*/

/* 03/05/2023 start*/
.page_diraction ul {
    display: flex;
    gap: 15px;
    padding: 42px 0px 43px;
    font-size: 14px;
    color: #BABFBB;
}

    .page_diraction ul li:first-child a {
        color: #8B3534;
    }

    .page_diraction ul a {
        color: #BABFBB;
        text-transform: uppercase;
    }

.top_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

    .top_title h2 {
        font-size: 30px;
        margin-left: 20%;
    }

        .top_title h2 span {
            color: #8B3534;
        }

    .top_title .btn {
        border: 1px solid #0000001A;
        border-radius: 4px;
        font-size: 14px;
        padding: 10px 8px 3px;
        color: #000;
        font-family: "AppleSDGothicNeoMedium";
    }

.products {
    position: relative;
    display: flex;
}

.catagory_filter {
    /* position: absolute; */
    left: 0;
    padding-right: 30px;
    border-right: 1px solid #00000027;
    width: 25%;
}

.catagory_top {
    display: flex;
    padding-bottom: 30px;
}

    .catagory_top img {
        max-width: 20px;
        height: 19px;
        margin-right: 15px;
    }

    .catagory_top h3 {
        font-family: "AppleSDGothicNeoLight";
        font-size: 30px;
    }

.catagory_checkbox_wrap {
    padding-left: 20px;
}

    .catagory_checkbox_wrap .form-check {
        position: relative;
        color: #7C7C7C;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .catagory_checkbox_wrap label {
        font-family: "AppleSDGothicNeoMedium";
        font-size: 20px;
        margin-left: 15px;
        cursor: pointer;
    }

    .catagory_checkbox_wrap .produt_count {
        font-family: "AppleSDGothicNeoMedium";
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .catagory_checkbox_wrap input:focus {
        box-shadow: none;
    }

    /* sudipta 04/05/23 */
    .catagory_checkbox_wrap .form-check-input {
        cursor: pointer;
    }

        .catagory_checkbox_wrap .form-check-input:checked {
            background-color: #000;
            border-color: #000;
        }

    .catagory_checkbox_wrap .form-check:has(input:checked) {
        color: #000;
    }

.product_gallery {
    flex: 1 1 auto;
}

    .product_gallery .row {
        row-gap: 80px;
    }

.product_dtls {
    text-align: center;
    font-family: "AppleSDGothicNeoRegular";
}

    .product_dtls h3 {
        font-size: 18px;
    }

    .product_dtls h4 {
        font-size: 30px;
    }

        .product_dtls h4 span {
            font-size: 16px;
            text-decoration: line-through;
        }

    .product_dtls p {
        font-size: 16px;
    }

.product__img {
    /* background: url(../img/product_img_bg.svg); */
    padding-bottom: 25px;
    position: relative;
}

/*.product__img img {
        width: 300px;
        height: 300px;
    }*/

.product_dtls ul {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.product_btn {
    margin-top: 59px;
    margin-bottom: 80px;
    text-align: center;
}

    .product_btn a {
        font-family: "AppleSDGothicNeoSemiBold";
        font-size: 14px;
        color: #8B3534;
        padding: 20px 0px 17px;
        min-width: 220px;
        border: 1px solid #8B3534;
        border-radius: 45px;
        text-transform: uppercase;
        transition: all .4s;
    }

        .product_btn a:hover {
            background-color: #dcc3c2;
            color: #fff;
        }


/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

    a:focus,
    button:focus,
    input:focus,
    input[type="buttton"]:focus,
    input[type="submit"]:focus,
    select:focus,
    .btn:focus,
    textarea:focus,
    .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none !important;
    }

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
    color: inherit;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

    figure img {
        max-width: 100%;
    }

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

body {
    font-weight: normal;
    font-style: normal;
    min-height: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #68717b;
    background-color: #fff;
    position: relative;
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

::-moz-selection {
    background-color: #1f40cb;
    color: #fff;
}

::selection {
    background-color: #1f40cb;
    color: #fff;
}

/*=====Reset CSS======*/


:root {
    --body-bg: #F8F7F3;
}

/* progress_tracker 16.05.23 *********/
.progress_tracker {
    padding: 70px 0px 100px;
}

.progress_wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

    .progress_wrap > div {
        flex: 0 1 50%;
    }

    .progress_wrap .progress_img {
        text-align: right;
    }

        .progress_wrap .progress_img img {
            height: 100%;
        }

.progress_list_title {
    font-size: 50px;
    color: #000;
    line-height: normal;
}

    .progress_list_title span {
        color: #BF7256;
    }

.progress_list {
    margin-top: 25px;
    background-color: #fff;
}

    .progress_list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .progress_list li {
        padding: 20px 30px;
        position: relative;
        background-color: #fff;
        border-radius: 21px;
        box-shadow: 0px 8px 19px #00000029;
        transition: all .5s;
        cursor: pointer;
        min-height: 70px;
    }

        .progress_list li .ischeck {
            position: absolute;
            right: -4px;
            top: -9px;
            display: none;
            transition: all .5s;
        }

        .progress_list li.active .ischeck {
            display: initial;
        }

        .progress_list li a {
            display: flex;
            align-items: center;
            color: #000;
        }

            .progress_list li a img {
                filter: brightness(0) invert(0);
                transition: all .5s;
            }

        .progress_list li.active a img {
            filter: brightness(0) invert(1);
            transition: all .5s;
        }

        .progress_list li.active a {
            color: #fff;
        }

        .progress_list li.active {
            background-color: #BF7256;
            box-shadow: none;
        }

        .progress_list li:not(:last-child)::after {
            position: absolute;
            content: "\f107";
            font-family: fontawesome;
            bottom: -4%;
            left: -22px;
            transition: all .5s;
        }

        .progress_list li:not(:last-child)::before {
            content: '';
            position: absolute;
            left: -17px;
            width: 40px;
            height: auto;
            border-radius: 50%;
            top: 26px;
            bottom: -26px;
            border: 1px dashed #000;
            z-index: -1;
        }

        .progress_list li h3 {
            font-size: 20px;
            margin-left: 20px;
            margin-bottom: 0px;
            line-height: normal;
        }


/*sudipta diagnostic-page 01/06/23 start*/
.diagnostic-services-pagewrapper .howitwork-sec .round-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.diagnostic-services-pagewrapper .figure-out .round-btn-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
/*sudipta diagnostic-page 01/06/23 end*/

/*sudipta landing page 01/06/23 strat*/
.virtual-con .new_num_list {
    width: auto !important;
}

.medicla-grade .medical-inner {
    height: 100%;
    display: flex;
    flex-direction: column
}
/*sudipta landing page 01/06/23 end*/
/*patch test 02/06/23 start*/
.skin-type-pagewrapper .banner-img {
    width: auto !important;
}
/*patch test 02/06/23 start*/

/*skin-concern 02/06/23 start*/
.inner-banner {
    overflow-x: hidden;
}
/*skin-concern 02/06/23 end*/

/*blog page 02/06/23 start*/
.blog-banner .banner-rightside {
    align-items: flex-end;
}

.inner-container > div:last-of-type {
    margin-bottom: 0px;
}
/*blog page 02/06/23 end*/

/* 24.07.24 start*/
ul.diagnostic-ser.why_msh_ser {
    grid-template-columns: repeat(4, 1fr);
}

/***** our expert *************/
.our_experts{
    padding: 100px 0px;
}
.abt_bx_wrp {
    display: flex;
    align-items: center;
    margin: 0px 15px 25px;
}

.abt_bx {
    padding: 30px 25px 30px 50px;
    position: relative;
    background-color: rgb(249, 241, 238);
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aut_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.exp_dtl h3 {
    font-family: "AppleSDGothicNeo";
    color: #68717b;
}

.exp_dtl em {
    font-family: "AppleSDGothicNeo";
    color: #7c7c7c;
}

.like {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(224, 109, 96);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgb(224, 109, 96);
    background-color: #fff;
    position: relative;
    transition: all 200ms ease-in-out;
}

    .like input {
        --webkit-appearance: none;
        appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
    }

    .like:has(input:checked) {
        background-color: rgb(224, 109, 96);
        color: #fff;
    }

.insta_link {
    position: absolute;
    width: 25px;
    height: 30px;
    font-size: 14px;
    background-color: rgb(224, 109, 96);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 40px;
    right: -25px;
}

.exp_img {
    width: 200px;
    flex-shrink: 0;
    margin-right: -30px;
    position: relative;
    z-index: 1;
}

    .exp_img img {
        width: 100%;
        display: block;
    }

.cutoff_text {
    --max-lines: 4;
    --line-height: 1.6;
    --font-size: 16px;
    font-size: var(--font-size);
    overflow: hidden;
    max-height: calc(var(--max-lines) * var(--font-size) * var(--line-height));
    display: -webkit-box;
    -webkit-line-clamp: var(--max-lines);
    -webkit-box-orient: vertical;
}

    .cutoff_text.expand {
        max-height: fit-content;
        display: block;
    }

.btn_wrp {
    display: flex;
    margin-top: 20px;
}

    .btn_wrp a {
        display: inline-block;
        border: 1px solid rgb(173, 117, 100);
        font-family: "AppleSDGothicNeo";
        font-weight: 700;
        line-height: 45px;
        height: 40px;
        padding: 0 20px;
        transition: 0.3s all;
        letter-spacing: 0.56px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }

        .btn_wrp a + a {
            margin-left: 10px;
        }

    .btn_wrp .expand-btn {
        background-color: transparent;
        color: rgb(173, 117, 100);
    }

        .btn_wrp .expand-btn:hover {
            color: #fff;
            background-color: rgb(173, 117, 100);
        }

    .btn_wrp .view-btn {
        color: #fff;
        background-color: rgb(173, 117, 100);
    }

        .btn_wrp .view-btn:hover {
            background-color: transparent;
            color: rgb(173, 117, 100);
        }

/* bdr bolg start */
.bdr_blog {
    /*background-image: linear-gradient(45deg, rgb(239 226 215 / 91%) 0%, rgb(243 241 241 / 81%) 100%);*/
    /* display: table; */
    overflow: hidden;
    width: 100%;
    padding: 70px 0px 100px;
}

    .bdr_blog .blog_heading {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
        color: #7e0b44;
        font-family: "AppleSDGothicNeo";
        text-align: center;
        margin: 0 auto;
        max-width: 90%;
        padding-bottom: 20px;
        position: relative;
    }

        .bdr_blog .blog_heading::after {
            content: '';
            width: 200px;
            height: 2px;
            background-color: #131313;
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
        }

.top_heading {
    padding-bottom: 25px;
}

    .top_heading img {
        display: block;
        margin: 5px auto;
    }

.bdr_blog p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #7c7c7c;
    font-family: "AppleSDGothicNeo";
}

.bdr_blog h2 {
    color: #7e0b44;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    font-family: "AppleSDGothicNeo";
}

.overview {
    margin-bottom: 20px;
}

.bold_first_letter::first-letter {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.product_info {
    display: flex;
    margin-bottom: 30px;
}

    .product_info .left_product {
        flex: 0 0 200px;
        padding-top: 40px;
    }

.prod_img {
    text-align: center;
}

    .prod_img h4 {
        font-size: 15px;
        padding-top: 10px;
        color: #7e0b44;
        margin: 0px;
        line-height: normal;
    }

.prod_img {
    margin-bottom: 15px;
}
    .prod_img img{
        max-height: 180px;
    }
    .right_prod_dtls h2 {
        font-weight: 700;
        margin-bottom: 10px;
    }

.right_prod_dtls p + p {
    margin-top: 5px;
}

.recomended_list h2 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.recomended_list ul li {
    margin-top: 10px;
    list-style: decimal;
}

.list_title {
    font-weight: 700;
    color: #7e0b44;
}

.recomended_list ul {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .recomended_list ul::after {
        content: '';
        width: 320px;
        height: 2px;
        background-color: #131313;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }

.ext_dtl p {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
}

    .ext_dtl p + p {
        margin-top: 5px;
    }

/* bdr bolg end */


/* 24.07.24 end*/

/* why msh landing start */
.why_msh_landing {
    padding: 100px 0px 50px;
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

    .why_msh_landing:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        border-top: 100px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 100vw solid #fff;
    }


.landing_txt h6 {
    font-family: "AppleSDGothicNeo";
    color: #7c7c7c;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 30px;
}

    .landing_txt h6:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 91px;
        height: 4px;
        background: #8b3534;
    }

.landing_txt h3 {
    font-family: "AppleSDGothicNeo";
    text-transform: uppercase;
    color: #bf7256;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 15px;
}

.landing_txt span {
    color: #744636;
}

a.big-btn {
    display: inline-block;
    background: #bf7256;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .56px;
    height: 54px;
    line-height: 62px;
    padding: 0 42px;
    font-weight: bold;
    min-width: 320px;
    transition: .3s all;
    text-align: center;
}

    a.big-btn:hover {
        background: #744636;
        color: #fff;
        border-color: #744636;
    }

.landing_all {
    padding: 50px 0px;
}

.page_img {
    display: flex;
    justify-content: center;
}

.page_img_holder {
    position: relative;
}

.page_img .parallax_scroll {
    position: absolute;
    left: -60px;
    top: 30px;
    z-index: -1;
}


.landing_right_holder figure {
    text-align: center;
}

.category_box .info_txt h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    font-family: "AppleSDGothicNeo";
    margin-bottom: 15px;
    color: #68717b;
}

.category_box .info_txt p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #7c7c7c;
    font-family: "AppleSDGothicNeo";
}

.category_box .round-btn-wrap {
    margin-top: 40px;
}

.category_box .round-btn {
    display: inline-block;
    border-radius: 54px;
    border: 1px solid rgba(139, 53, 52, 0.3);
    height: 54px;
    color: #fff;
    background: #8A3534;
    font-weight: bold;
    line-height: 59px;
    padding: 0 38px;
    transition: 0.3s all;
    letter-spacing: 0.56px;
    text-align: center;
    font-size: 14px;
}

    .category_box .round-btn:hover {
        background: #744636;
        color: #fff;
        border-color: #744636;
    }

/* why msh landing END */

.heading_img {
   margin-bottom: 30px;
}
.heading_img img {
    display: block;
    margin: 0 auto;
}