@font-face {
    font-family: 'RunokaDemo';
    src: url('RunokaDemo.woff2') format('woff2'),
        url('RunokaDemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
        #emailError {
            margin: 0px !important;
        }



        body {
            overflow-x: hidden !important;
                 font-family: 'RunokaDemo';
        }


        .accordion-header {
            height: unset !important;
        }

        .bg-img {

            background-image: url("../img/owl-bg-img.png");
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 550px;
        }

        .yellow-btn {
            background-color: #FCD777 !important;
            color: #000 !important;
        }

        .yellow-btn:hover {
            background-color: #000 !important;
            color: #fff !important;
            cursor: pointer;
        }

        .navbar-light .navbar-toggler {
            color: transparent;
            border-color: #fc58a5;
        }



        .navbar-light .navbar-nav .nav-link {
            color: #141414;
        }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #fc58a5;
        }

        .header-icon {
            width: 20px;
        }

        .banner-sec3,
        .banner-sec1 {
            height: 90vh;
            transition: height 0.3s ease-in-out;
        }

        /* #bannerSection.expanded {
            height: 100vh;
        } */


        .banner-sec3 {
            background-image: url('../img/slider1.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .banner-sec1 {
            background-image: url('../img/slider2.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }


        .frst-section-banner {
            top: 20%;
            /* right: 12%; */
            left: 4%;
            position: absolute;
        }

        .padding-top-cls {
            padding-top: 80px;
        }

        .owl-theme .owl-dots .owl-dot {
            display: none !important;
        }




        #owl-carousel .owl-nav .owl-prev,
        #owl-carousel .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 60px;
            width: 50px;
            height: 50px;
            color: white;
            line-height: 20px;
            border-radius: 100%;
        }


        #owl-carousel .owl-nav .owl-prev {
            left: 10%;
            top: 80%;
        }


        #owl-carousel .owl-nav .owl-prev span,
        #owl-carousel .owl-nav .owl-next span {
            height: 34px;
            min-height: 0;
            display: inline-block;
        }

        #owl-carousel .owl-nav .owl-prev:hover span,
        #owl-carousel .owl-nav .owl-next:hover span {
            color: #fc58a5;
        }

        #owl-carousel .owl-nav .owl-next {
            right: 78%;
            top: 80%;
        }



        .ocs-sec .owl-carousel .item {
            padding: 200px 120px 120px 120px;
        }




        /* *minified owl carousel css* */

        .owl-theme .owl-dots,
        .owl-theme .owl-nav {
            text-align: center;
            -webkit-tap-highlight-color: transparent
        }

        .owl-carousel,
        .owl-carousel .owl-item,
        .owl-theme .owl-dots,
        .owl-theme .owl-nav {
            -webkit-tap-highlight-color: transparent
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            position: relative
        }

        .owl-carousel {
            display: none;
            width: 100%;
            z-index: 1
        }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            touch-action: manipulation;
        }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-touch-callout: none
        }

        .owl-carousel .owl-item img {
            display: block;
        }

        .no-js .owl-carousel,
        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled,
        .owl-carousel.owl-loaded {
            display: block
        }

        .owl-carousel .owl-dot,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-nav .owl-prev {
            cursor: pointer;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block
        }

        .owl-carousel.owl-hidden {
            opacity: 0
        }

        .owl-carousel.owl-refresh .owl-item {
            visibility: hidden
        }

        .owl-carousel.owl-drag .owl-item {
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .owl-carousel.owl-grab {
            cursor: move;
            cursor: grab
        }

        .owl-carousel.owl-rtl {
            direction: rtl
        }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

        .owl-carousel .animated {
            animation-duration: 1s;
            animation-fill-mode: both
        }

        .owl-carousel .owl-animated-in {
            z-index: 0
        }

        .owl-carousel .owl-animated-out {
            z-index: 1
        }

        .owl-carousel .fadeOut {
            animation-name: fadeOut
        }

        @keyframes fadeOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0
            }
        }

        .owl-height {
            transition: height .5s ease-in-out
        }

        .owl-carousel .owl-item .owl-lazy {
            opacity: 0;
            transition: opacity .4s
        }

        .owl-carousel .owl-item .owl-lazy:not([src]),
        .owl-carousel .owl-item .owl-lazy[src^=""] {
            max-height: 0
        }

        .owl-carousel .owl-item img.owl-lazy {
            transform-style: preserve-3d
        }

        .owl-carousel .owl-video-wrapper {
            position: relative;
            height: 100%;
            background: #000
        }

        .owl-carousel .owl-video-play-icon {
            position: absolute;
            height: 80px;
            width: 80px;
            left: 50%;
            top: 50%;
            margin-left: -40px;
            margin-top: -40px;
            background: url(owl.video.play.png) no-repeat;
            cursor: pointer;
            z-index: 1;
            transition: transform .1s
        }

        .owl-carousel .owl-video-play-icon:hover {
            -ms-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3)
        }

        .owl-carousel .owl-video-playing .owl-video-play-icon,
        .owl-carousel .owl-video-playing .owl-video-tn {
            display: none
        }

        .owl-carousel .owl-video-tn {
            opacity: 0;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            transition: opacity .4s
        }

        .owl-carousel .owl-video-frame {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%
        }

        .owl-theme .owl-nav {
            margin-top: 10px
        }

        .owl-theme .owl-nav [class*=owl-] {
            color: #fff;
            font-size: 14px;
            margin: 5px;
            padding: 4px 7px;
            background: #d6d6d6;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px
        }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: transparent;
            color: #fff;
            text-decoration: none
        }

        .owl-theme .owl-nav .disabled {
            opacity: .5;
            cursor: default
        }

        .owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: 10px
        }

        .owl-theme .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            display: block;
            transition: opacity .2s;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }


        .banner-sec {
            background-image: url("../img/aut-bnr-1.png");
            background-size: cover;
            background-position: center;
            width: 100%;
            height: auto;
            margin-top: 90px;
        }

        .common-btn {
            position: relative;
            z-index: 9999;
        }

        .modal-backdrop {
            z-index: 9999;
        }

        .modal {
            z-index: 99999;
        }

        .fixed-top {
            z-index: 99999;
        }



        .look-book-sec {
            background-image: url("../img/look-book-banner-img.png");
            background-size: cover;
            background-position: center;
            width: 100%;
            height: auto;
        }

        .banner-form-bg div {
            margin-top: 0.5rem !important;
        }

        ul {
            padding-left: 0rem;
            list-style: none;
            color: #fc58a5;
            padding-top: 4px;
            margin-bottom: 0rem;
            font-size: 12px;
        }

        .parsley-errors-list {
            margin-top: 0px;
        }

        .form-check {
            display: block;
            min-height: 1.5rem;
            padding-left: 1em;
            margin-bottom: 0.125rem;
        }

        body {
            overflow-x: hidden;
        }


        .wca-bg {
            background-image: url("../img/wca-desktop-bg.png");
            background-size: cover;
            background-position: center;
            width: 100%;
            height: auto;
        }

        h1 {
                 font-family: 'RunokaDemo';
            font-size: 59px;
            color: #FFFFFF;
            font-weight: 400;
            line-height: 70px;

        }

        h2 {
                 font-family: 'RunokaDemo';
            font-size: 48px;
            color: #141414;
            font-weight: 400;
            line-height: 52px;
            text-align: center;
        }

        .cp-ri8-txt {
                 font-family: 'RunokaDemo';
            font-size: 18px;
            color: #FFFFFF;
            font-weight: 500;
            line-height: 16px;
            text-align: center;
        }

        .tab-container {
            display: flex;
            justify-content: center;
        }

        .owl-txt {
                 font-family: 'RunokaDemo';
            font-size: 28px;
            color: #FFFFFF;
            font-weight: 400;
            line-height: 39px;
        }

        .owl-txt-name {
                 font-family: 'RunokaDemo';
            font-size: 36px;
            color: #FFFFFF;
            font-weight: 400;
            line-height: 39px;
        }



        .flw-img {
            width: 230px;
        }


        .nav>li>a:focus,
        .nav>li>a:hover {
            text-decoration: none;
            background-color: #f0f8ff !important;
        }


        .nav-link {
            padding: 10px 20px !important;
            font-size: 24px !important;
            color: #141414;

        }

        .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link {
            color: #959D8C !important;
            background-color: transparent !important;
            /* text-decoration: underline; */
        }

        .tab-pane .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link:hover {
            color: #959D8C !important;
        }


        .nav-pills .nav-link:hover {
            color: #B1C4D5;
        }

        .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link:hover {
            color: #B1C4D5 !important;
            background-color: transparent !important;
            font-size: 32px !important;
        }

        #pills-tab {
            margin: 0;
            padding: 0;
            text-align: center;
            border-bottom: 0px solid #d9dbdd;
        }

        .form-check-input:checked {
            background-color: #fc58a5;
            border-color: #fc58a5;
        }

        .p-tab {
            padding: 0px 10px;

        }

        #pills-tab {
                 font-family: 'RunokaDemo';
        }

        .ftr-clr-bg {
            padding: 232px 50px 15px 50px;
        }

        /* .tab-pane{
            
                padding:20px;
            } */
        .tab-content>.tab-pane {
            background: #fc58a5;
            /* border: 1px solid; */
            border-radius: 80px;
        }

        #v-pills-tab,
        #v-pills-tab2,
        #v-pills-tab4,
        #v-pills-tab3 {
            width: 100%;
        }

        /* #v-pills-tab, #v-pills-tab2, #v-pills-tab3 {
                background-color: #fc58a5;
                padding: 80px 0px 70px 0px;
                border-top-left-radius: 60px;
                border-bottom-left-radius: 60px;
                width:100%;
            } */
        #tabs-sec .d-flex .gap-2 {
            background-color: #F6F4EB;
            padding: 20px;
            border-radius: 80px;
        }

        /* .d-flex .gap-2 {
                background-color:#F6F4EB;
            } */

        #tabs-sec .d-flex .nav-link {
            color: white;
        }

        #tabs-sec .d-flex .nav-link:hover {
            color: #959D8C;
        }

        #tabs-sec .d-flex .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link:hover {
            color: white !important;
        }

        .modal-bodys {
            position: relative;
            flex: 1 1 auto;
            padding: 0rem;
            margin-top: -45px;
        }




        #v-pills-hydra,
        #v-pills-home,
        #v-pills-profile,
        #v-pills-messages,
        #v-pills-settings,
        #v-pills-sp {
            background-color: #F6F4EB;
            border-radius: 60px;
            padding: 25px;
        }

        #v-pills-hydra2,
        #v-pills-home2,
        #v-pills-profile2,
        #v-pills-messages2,
        #v-pills-settings2,
        #v-pills-wax2 {
            background-color: #F6F4EB;
            border-radius: 60px;
            padding: 25px;

        }

        #v-pills-hydra3,
        #v-pills-home3,
        #v-pills-profile3,
        #v-pills-messages3,
        #v-pills-settings3 {
            background-color: #F6F4EB;
            border-radius: 60px;
            padding: 25px;
        }

        .form-control {
                 font-family: 'RunokaDemo';
            color: #979797;
        }

        .form-select {
                 font-family: 'RunokaDemo';
            color: #979797;
        }


        .tab-heading {
                 font-family: 'RunokaDemo';
            font-size: 32px;
            color: #141414;
            font-weight: 400;
            line-height: 35px;
        }

        .tab-para {
                 font-family: 'RunokaDemo';
            font-size: 16px;
            color: #141414;
            font-weight: 400;
            line-height: 24px;

        }

        .tab-btn {
            width: 236px;
            height: 55px;
            text-align: center;
            color: #FFFFFF;
            background-color: #fd097c;
            border: none;
                 font-family: 'RunokaDemo';
            font-size: 14px;
            font-weight: 400;
            border-radius: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }




        header.sticky {
            background-color: #959D8C;
        }

        .header-btn {
            background-color: white;
            border: 2px solid #fc58a5;
            padding: 7px 7px 3px 5px;
            align-items: center;
            border-radius: 8px;

        }


        .header-btn-text {
                 font-family: 'RunokaDemo';
            font-size: 16px;
            color: #fc58a5;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 1px;
        }

        .f-img {
            width: 200px;
        }


        .border-right {
            border-right: 2px solid #B8B8B8;
         } 

        .ftr-icons {
            width: 36px;
        }

        .b-card {
            border: 2px solid #4F2D62;
            background-color: white;
            border-radius: 8px
        }

        .ftr-heading {
                 font-family: 'RunokaDemo';
            font-weight: 400;
            font-size: 36px;
            color: #141414;
        }

        .ftr-para {
                 font-family: 'RunokaDemo';
            font-weight: 400;
            font-size: 16px;
            color: #141414;
        }

        .ftr-clr-bg {
            margin-top: -260px
        }

        .map-ig {
            margin-bottom: -25px;
        }

        .common-btn {
            width: 333px;
            height: 56px;
            text-align: center;
            color: #FFFFFF;
            background-color: #fc58a5;
            border: none;
                 font-family: 'RunokaDemo';
            font-size: 20px;
            line-height: 32px;
            font-weight: 400;
            border-radius: 8px;
            margin-top: 50px;
        }


        .cut-img {
            position: relative;
            margin-top: -210px;
            z-index: 9;
        }

        .wca-para {
                 font-family: 'RunokaDemo';
            font-size: 20px;
            color: #20090F;
            font-weight: 400;
            padding-top: 20px
        }


        .banner-form-bg {
            background: #FFFFFF94;
            border-radius: 8px;
        }

        form .common-btn {
            letter-spacing: 1px;
        }


        .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link:hover {
            color: #f20d79 !important;
            background-color: transparent !important;
            font-size: 26px !important;
        }

        #pills-tab,
        .nav-pills .nav-link:hover {
            color: orange !important;
        }



        label {
            color: white;
        }

        .b-para p {
                 font-family: 'RunokaDemo';
            font-weight: 400;
            color: #FFFFFF;
            font-size: 24px;
            line-height: 32px;
            padding-top: 15px;
        }

        .b-l-txt {
                 font-family: 'RunokaDemo';
            font-weight: 400;
            color: #FFFFFF;
            font-size: 24px;
            line-height: 32px;
            /* padding-top: 15px; */
        }

        .tab-pane .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link:hover {
            color: white !important;
        }

        .tab-pane .nav-link {
            text-align: start;
            color: white;
                 font-family: 'RunokaDemo';
        }

        .tab-pane .nav-link:hover {

            color: grey;
        }


        #v-pills-tab,
        #v-pills-tab2,
        #v-pills-tab3 {
            width: 100%;
            margin: auto 70px;
        }

        #v-pills-tab4 {
            width: 100%;
            margin: auto 60px;
        }

        pills-messages,
        #v-pills-sp {
            background-color: #F6F4EB;
            border-radius: 60px;
            /* padding: 25px; */
        }

        .brands-sec .owl-carousel .owl-item img {
            display: block;
            padding: 50px 90px 50px 90px;
        }

        .brands-sec .owl-theme .owl-nav {
            display: none;
        }


        .modal {

            top: 25px;
        }


        .tab-pane .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link:hover {
            color: #ffffff !important;
            font-weight: bold;
        }


        .common-btn:hover {
            background-color: #000;
            color: white;
        }

        .tab-btn:hover {
            background-color: #000;
            color: white;
        }


        .cut-img {
            right: 0;
            bottom: 20px;
        }

        .ocs-sec {
            padding-bottom: 165px !important;
        }


        #navbar .nav-link {
            font-size: 18px !important;


        }


        .big-price-card {
            height: 70px;
        }


        @media screen and (min-width:1700px) and (max-width:1980px) {

            .cut-img {
                right: 108px;
                bottom: 20px;
            }
        }

        @media screen and (min-width:1200px) and (max-width:1980px) {

            .d-show {
                display: block;
            }
        }

        @media screen and (min-width:1200px) and (max-width:1400px) {
            .b-l-txt {

                font-size: 20px;

            }

            .banner-sec3,
            .banner-sec1 {
                height: 90vh;
                /* transition: height 0.3s ease-in-out; */
            }

            .n-txt {
                font-size: 25px !important;
            }

            .nav-link {

                font-size: 21px !important;
            }

            .tab-pane .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link:hover {
                font-size: 21px !important;
            }

            #v-pills-tab4,
            #v-pills-tab,
            #v-pills-tab2,
            #v-pills-tab3 {

                margin: 0px 0px 0px 26px;
            }

            .brands-sec .owl-carousel .owl-item img {
                display: block;
                padding: 60px 30px 50px 51px;
            }

            #owl-carousel .owl-nav .owl-next {
                right: 75%;
                top: 80%;
            }

            .big-price-card {
                height: 66px;
            }
 
            .ocs-sec .owl-carousel .item {
                padding: 120px 120px 120px 120px;
            }

            .bg-img {
                height: 470px;
            }


        }

        @media screen and (min-width:1024px) and (max-width:1980px) {
            .tp-img { 
    height: 90px; 
            }

        }

        @media screen and (min-width:1024px) and (max-width:1200px) {
            .big-price-card {
                height: 66px;
            }

            .price-tag-line p {
                font-size: 10px !important;
            }

            .banner-sec3,
            .banner-sec1 {
                height: 100vh;
                transition: height 0.3s ease-in-out;
            }

            .n-txt {
                font-size: 23px !important;
            }

            #navbar .nav-link {
                font-size: 16px !important;


            }

            h1 {

                font-size: 48px !important;

                line-height: 60px !important;
            }

            #v-pills-tab4,
            #v-pills-tab,
            #v-pills-tab2,
            #v-pills-tab3 {
                width: 100%;
                margin: auto 21px;
            }

            .cut-img {
                position: relative;
                margin-top: -134px;
                z-index: 9;
            }

            .cut-img img {
                width: 330px;
            }

            #v-pills-hydra2 #v-pills-home2,
            #v-pills-profile2,
            #v-pills-messages2,
            #v-pills-settings2,
            #v-pills-wax2 {

                padding: 45px;
            }

            .brands-sec .owl-carousel .owl-item img {
                display: block;
                padding: 60px 30px 50px 51px;
            }

            #owl-carousel .owl-nav .owl-next {
                right: 71%;
                top: 80%;
            }

            .bg-img {
                height: 394px;
            }

            .ocs-sec .owl-carousel .item {
                padding: 50px 121px 120px 100px;
            }

            .d-show {
                display: none !important;
            }

            h1 {

                font-size: 38px;
                line-height: 65px;
            }

            #tabs-sec .d-flex .gap-2 {
                padding: 23px;
            }

            .tab-content img {
                height: 250px;
            }

            /* #v-pills-tab, #v-pills-tab2, #v-pills-tab3 {
        padding: 10px;
    } */

            .nav-link {
                font-size: 26px !important;
            }

            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link:hover {
                font-size: 26px !important;
            }

        }

        @media screen and (max-width:991px) {
            .price-tag-line p {
                font-size: 10px !important;
            }

            .center {
                text-align: center;
            }

            .f-img {
                width: 150px;
            }

            h2 {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 44px;
  }

            h1 {

                /* font-size: 48px !important;
               
                line-height: 60px !important; */

                font-size: 36px !important;
                line-height: 60px !important;

            }

        }

        @media screen and (min-width:768px) and (max-width:991px) {
            .big-price-card {
                width: 120px;
            }

            .price-tag-line p {
                font-size: 10px !important;
            }

            .b-l-txt {
                font-size: 18px;
            }

            /* .common-btn p {
                font-size: 12px;
            } */

            .banner-sec3,
            .banner-sec1 {
                height: 100vh;
                transition: height 0.3s ease-in-out;
            }

            .header-btn {
                width: 175px;
                margin: 10px 15px;
            }

            .banner-sec {
                margin-top: 71px;
            }

            .tp-img {
                width: 300px;
            }

            .ocs-sec {
                padding-bottom: 120px !important;
            }


            .cut-img {
                position: relative;
                margin-top: -111px;
                z-index: 9;
            }

            .cut-img img {
                width: 252px;
            }


            .ftr-img-m {
                width: 100px;
            }

            .brands-sec .owl-carousel .owl-item img {

                padding: 45px 35px;
            }

            .ftr-heading {
                font-size: 26px !important;
                padding-left: 10px !important;
            }

            .ftr-icons {
                width: 25px !important;
            }

            .ftr-para {

                font-size: 14px !important;
            }

            .header-btn {
                padding: 5px 10px 0px 10px;
            }

            #owl-carousel .owl-nav .owl-next {
                right: 69%;
            }

            .owl-txt-name {
                font-size: 24px;

            }

            .ocs-sec .owl-carousel .item {
                padding: 80px 89px 63px 85px;
            }

            .owl-txt {
                font-size: 18px;
                line-height: 25px;
            }

            .bg-img {
                height: 300px;
            }

            .d-show {
                display: none !important;
            }

            h1 {
                font-size: 33px !important;
                line-height: 50px !important;
            }

            .wca-para {

                font-size: 16px;
            }



            .wca-img {
                width: 200px;
                font-size: 14px;
            }


            .p-tab {
                padding: 0px 25px;
            }

            .common-btn {
                /* width: 240px; */
                height: 45px;
                font-size: 16px;
                margin-top: 40px;

            }

            .banner-form-bg .common-btn {
                height: 32px;
            }

            .banner-form-bg .form-check-label {
                font-size: 14px;
            }



            .tab-content img {
                height: 200px;
            }

            #v-pills-tab4,
            #v-pills-tab,
            #v-pills-tab2,
            #v-pills-tab3 {
                padding: 10px;
            }

            .nav-link {
                font-size: 18px !important;
            }

            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link:hover {
                font-size: 18px !important;
            }


            .tab-heading {
                font-size: 22px;
            }

            .tab-btn {
                width: 160px;
                font-size: 10px;
            }

            #v-pills-hydra,
            #v-pills-home,
            #v-pills-profile,
            #v-pills-messages,
            #v-pills-settings {
                background-color: #F6F4EB;
                border-radius: 60px;
                padding: 15px;
            }

            .b-ic-img {
                width: 50px;
            }

            #v-pills-tab4,
            #v-pills-tab,
            #v-pills-tab2,
            #v-pills-tab3 {
                width: 100%;
                margin: auto 4px !important;
            }

            .modal {
                top: 0px;
            }

        }


        @media only screen and (max-width: 426px) {
            .mbl-margine {
                margin-top: 126px;
            }

            .mbl-margine-black {
                margin-top: 40px !important;
            }


        }

        @media only screen and (max-width: 360px) {
            .mbl-margine-black {
                margin-top: 100px !important;
            }
        }

        @media only screen and (max-width: 330px) {

            .mbl-margine {
                margin-top: 20px;
            }

            .mbl-margine-black {
                margin-top: 40px !important;
            }


        }

        @media screen and (max-width:767px) {

            .lg-btn {
                width: auto !important;
            }

            .big-price-card {
                height: 42px;
            }

            .price-tag-line p {
                font-size: 10px !important;
            }

            .m-jcc {
                justify-content: center;
            }

            .m-none {
                display: none !important;
            }


            .header-btn {
                width: 140px;
                margin: 10px 0px;
                padding: 2px 0px 1px 8px;
            }

            .header-icon {
                width: 20px !important;
            }

            html,
            body {
                max-width: 100%;
                overflow-x: hidden;
            }

            .m-jcc {
                align-items: normal !important;
                margin-top: 42px !important;
            }

            .b-l-txt {
                padding-top: 0px;
            }

            .adr-icon-1 {
                margin-top: -28px;
            }

            .adr-icon-2 {
                margin-top: -75px;
            }

            .adr-icon-3 {
                margin-top: -75px;
            }

            .modal {
                top: 13%;
            }

            .tab-heading {
                font-size: 28px;
            }

            #v-pills-tab4,
            #v-pills-tab,
            #v-pills-tab2,
            #v-pills-tab3 {
                width: 100%;
                margin: auto auto auto 10px;
            }

            #v-pills-home3-tab {
                text-align: center;
            }


            .m-top-f {
                margin-top: -10px;
            }

            .ftr-heading {
                padding-top: 20px;
            }

            .ocs-sec {
                padding-bottom: 57px !important;
            }

            .cut-img {
                position: relative;
                margin-top: -51px;
                z-index: 9;
            }

            .cut-img img {
                width: 125px;
            }

            #v-pills-tab3 {
                display: grid;
                grid-template-columns: auto !important;
            }

            .tab-pane .nav-link {
    font-size: 13px !important;
    margin-top: 10px;
  }

            .tab-pane .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link:hover {
                font-size: 16px !important;
            }


            #v-pills-hydra3 #v-pills-home3,
            #v-pills-profile3,
            #v-pills-messages3,
            #v-pills-settings3 {
                padding: 0px !important;
            }

            #v-pills-tab4,
            #v-pills-tab,
            #v-pills-tab2,
            #v-pills-tab3 {
                padding: 35px 20px 35px 20px;
            }

            #v-pills-hydra2,
            #v-pills-home2,
            #v-pills-profile2,
            #v-pills-messages2,
            #v-pills-settings2,
            #v-pills-wax2 {

                padding: 0px;
            }

            #v-pills-hydra3,
            #v-pills-home3,
            #v-pills-profile3,
            #v-pills-messages3,
            #v-pills-settings3 {

                padding: 25px;
            }


            .m-version {
                padding: 25px 25px;
            }

            .m-center {
                text-align: center;
            }

            .tab-pane img {
                width: 200px;
                text-align: center;
            }

            #v-pills-hydra,
            #v-pills-home,
            #v-pills-profile,
            #v-pills-messages,
            #v-pills-settings,
            #v-pills-sp {
                background-color: #F6F4EB;
                border-radius: 60px;
                padding: 0px;
            }

            .p-tab {
                padding: 0px 10px;
            }

           .cp-ri8-txt {
    font-size: 13px;
    line-height: 18px;
  }

            .brands-sec .owl-carousel .owl-item img {
                padding: 38px 130px !important;
            }



            .ftr-img-m {
                width: 100px;
            }

            .ftr-icons {
                width: 25px;
                margin-left: 0px;
            }

            .border-right {
                border-right: 0px solid #B8B8B8;
                border-left: 0px solid #B8B8B8;
            }

            .map-ig {
                width: 100%;
                height: 222px;
            }

            .map-ig {
                margin-bottom: -2px;
            }

            .wca-img {
                padding-top: 20px;
            }

            .owl-txt-name {
                font-size: 13px;
                line-height: 25px;
            }

            .owl-txt {
                font-size: 12px;
                line-height: 22px;
            }

            #owl-carousel .owl-nav .owl-prev,
            #owl-carousel .owl-nav .owl-next {
                position: absolute; 
                font-size: 41px;
                line-height: 30px;
            }

            #owl-carousel .owl-nav .owl-next {
                right: 67%;
            }

            #owl-carousel .owl-nav .owl-prev {
                left: 5%;
            }

            .ocs-sec .owl-carousel .item {
                padding: 15px 11px 30px 40px;
            }

            .bg-img {
                height: 179px;
            }

            .b-para p {
                font-size: 20px;
                line-height: 32px;
                padding-top: 18px !important;
            }

            .b-ic-img {
                width: 50px;
            }

            h1 {
                font-size: 32px !important;
                line-height: 42px !important;
            }
     
            .banner-sec {
                background-image: url("../img/aut-bnr-1-mb.png");
                background-size: cover;
                background-position: center;
                width: 100%;
                height: auto;
            }




            .wca-bg {
                background-image: url("../img/wca-mb-img.png");
                height: unset;
            }

            .nav-link {
                padding: 0px !important;
            }

            .nav {
                display: grid;
                grid-template-columns: auto auto;
            }

            .look-book-sec {
                background-image: url("../img/look-book-mobile-img.png");
                height: unset;
            }


            .common-btn {
                width: 100%;
                margin-top: 35px;
            }

            #v-pills-tab3 {
                display: grid;
                grid-template-columns: auto auto;
            }


            .nav-link {
                font-size: 16px !important;
            }

            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link:hover {
                font-size: 14px !important;
            }

            .nav>li>a {
                padding: 10px 0px !important;
            }

            .b-l-txt {
                font-size: 18px !important;
            }

            .modal {
                z-index: 99999999;
            }

            .loc-img {
                width: 18px;
                padding-bottom: 13px;
            }

            .banner-sec {
                height: 650px;
            }

            .banner-m-btn {

                height: 40px;
                text-align: center;
                color: #FFFFFF;
                background-color: #fc58a5;
                border: none;
                     font-family: 'RunokaDemo';
                font-size: 16px;
                font-weight: 400;
                border-radius: 8px;
                padding: 0px 20px;

            }

            .tp-img {
                width: 150px;
            }

            .header-btn {
                padding: 3px 10px 4px 8px;

            }.nilbbimg {
  height: 53px;
}
.page-header {
  background-color: #4a3626;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}
            .banner-sec {
                margin-top: 75px;
            }

            .header-btn-text {

                font-size: 10px;
            }

            /* h1 {
                padding-top: 20px;
            } */

            .navbar-nav {

                padding: 5px 7px;
            }

            #navbar .nav-link {
                font-size: 18px !important;
                margin: 6px 0px;

            }

            .modal {
                top: 12%;
            }

            .frst-section-banner {
                top: 14% !important;
                left: 0 !important;
            }

            .vip-icon {
                height: 12px;
            }

            .padding-top-cls {
                padding-top: 74px !important;
            }

            .banner-sec1 {
                background-image: url('../img/aut-bnr-2-mb.png') !important;

            }

            .banner-sec3 {
                background-image: url('../img/aut-bnr-1-mb.png') !important;

            }

            .frst-section-banner .mbl-icon {
                justify-content: center;
            }

            .banner-sec3,
            .banner-sec1 {
                height: 90vh !important;
            }


            /* .next-section {
                margin-top: 42rem;
            } */


        }

        @media screen and (max-width:380px) {
            .b-l-txt {
                font-size: 14px !important;
            }

            /* .b-l-txt {
                font-size: 14px !important;
            } */

        }

        @media (min-width:358px) and (max-width:365px) {

            .m-jcc {
                /* align-items: normal !important; */
                margin-top: 86px !important;
            }


        }

        @media (min-width:423px) and (max-width:440px) {

            .m-jcc {
                /* align-items: normal !important; */
                margin-top: 0 !important;
            }


        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 7% !important;
        }

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            height: 1rem !important;
            width: 1rem !important;
        }

        @media (min-width: 380px) and (max-width: 391px) {
            .mbl-margine {
                margin-top: 183px !important;
            }

            .m-jcc {
                /* align-items: normal !important; */
                margin-top: 8rem !important;
            }
        }
#yautumn img{
    border-radius: 50%
}
.jointxt{padding-top: 100px;margin-left: 100px;font-size:45px}
 .loadmask {
            z-index: 100;
            position: absolute;
            top: -20px;
            left: 0;
            -moz-opacity: 0.5;
            opacity: 0.5;
            filter: alpha(opacity=50);
            background-color: #ccc;
            width: 100%;
            height: 100%;
            zoom: 1;
            height: 120vh;
        }

        .loadmask-msg {
            z-index: 20001;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #6593cf;
            background: #c3daf9;
            padding: 2px;
        }

        .loadmask-msg div {
            padding: 5px 10px 5px 25px;
            background: #fbfbfb url("assets/loading.gif") no-repeat 5px 5px;
            line-height: 16px;
            border: 1px solid #a3bad9;
            color: #222;
            font: normal 11px tahoma, arial, helvetica, sans-serif;
            cursor: wait;
        }

        .masked {
            overflow: hidden !important;
        }

        .masked-relative {
            position: relative !important;
        }

        .masked-hidden {
            visibility: hidden !important;
        }
   .modal-header .modal-title .form-message-text {
            color: #fc58a5;
        }

        .modal-header {
            border-bottom: none !important;
        }
.follow-whatsapp {
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 1;
  bottom: 80px;
  left: 40px;
  text-align: center;
}
.nilbbimg{height: 105px}
.page-header {
  background-color: #4a3626;
  position: relative;
  padding-top: 120px;
  padding-bottom: 140px;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #35302e;
  background-blend-mode: overlay;
  filter: brightness(1) grayscale(1);
}
.wallpi-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;position: relative;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 10px; 
    margin-bottom: 6px;
  }
.wallpi-breadcrumb li a{color:#fff}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 43px;
  }
}
.page-header__title {
  margin: 0;
  font-weight: 700;
  color: var(--wallpi-text-white, #fff);
  font-size: 36px;
  text-transform: uppercase;
}
.wallpi-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;color:#fff;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 43px;
  }
}
.page-header__title {
  margin: 0;position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 159px;
    padding-bottom: 165px;
  }
}
.ml-auto{margin-left: auto}
.accordion-button:not(.collapsed) {
  color: #1f2020;
  background-color: #f7e2ec;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #fe86d5;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(28, 28, 28, 0.25);
}
@media (min-width:320px) and (max-width:640px){    
 .jointxt {
  padding-top: 10px;
  margin-left: 10px;
  font-size: 45px;
}
    .navbar-nav {
  list-style: none;
  background-color: #fd0e7f;
  color: #fff;
  padding: 0px 8px;
}
    .navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
    .navbar-dark .navbar-nav .nav-link:hover{
  color: rgb(255, 255, 255);
}
   .nav-item .gap-2 {
       gap: 0px !important;} 
   .nav-link {
    font-size: 14px !important;
    text-align: left;
    border-top: 1px solid #ccc;
    line-height: 33px; 
  }
     .header-btn {
                padding: 3px 10px 4px 8px; 
    width: 40px;  }
    .nilbbimg {
  height: 53px;
}
.page-header {
  background-color: #4a3626;
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
    #v-pills-tab2, #v-pills-tab3 {
    padding: 30px 15px 30px 15px;
  }
     .tab-pane .nav-link {
    font-size: 13px !important;
    margin-top: 10px;
  }
    .px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
    .tab-content > .tab-pane {
  background: #fc58a5;
  border: 1px solid;
  border-radius: 40px;
}
    .tab-btn { 
  margin-bottom: 10px;
}
    .common-btn { 
  font-size: 18px;
    }
}