@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Wix+Madefor+Display:wght@400..800&display=swap');

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: var(--lato-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 500;
    font-style: normal;
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
}

:root {
    scroll-behavior: inherit;
    --wixmadefor-font: "Wix Madefor Display";
    --lato-font: "Lato";
    --header-color: #171610;
    --body-color: #6D6C6C;
    --title-light-color: #FBF7ED;
    --mustud-yellow: #D5B46F;
    --black-color: #000;
    --white-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--header-color);
    font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    font-family: var(--wixmadefor-font);
    text-transform: capitalize;
}

h2,
.h2-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    font-family: var(--wixmadefor-font);
    text-transform: capitalize;
}

h3,
.h3-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--wixmadefor-font);
    text-transform: capitalize;
}

h4,
.h4-title {
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--wixmadefor-font);

}

h5,
.h5-title {
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--wixmadefor-font);

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 10px;
    color: var(--header-color);
    height: 55px;
    padding: 0 16px;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 10px;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    padding: 12px 16px;
    width: 100%;
    color: var(--header-color);
    height: 193px;
    outline: none !important;
    resize: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--header-color);
    color: var(--white-color);
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    outline: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    background-color: var(--header-color);
    color: var(--white-color);
    font-size: 16px;
    height: 50px;
    min-width: 150px;
    text-align: center;
    position: relative;
    border: 1px solid var(--header-color);
}

input[type="submit"]:hover {
    background: var(--mustud-yellow);
    color: var(--header-color);
    border: 1px solid var(--mustud-yellow);
}

::-webkit-input-placeholder {
    color: #C4C1C1;
}

:-ms-input-placeholder {
    color: #C4C1C1;
}

::-moz-placeholder {
    color: #C4C1C1;
}

:-moz-placeholder {
    color: #C4C1C1;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
    border: 1px solid var(--header-color);
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
        transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 120px;
    display: inline-block;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.container {
    padding: 0 15px;
}

/* for push-menu end*/


.cmn-gap {
    padding: 100px 0;
}

.header-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
}

.header-social-list li {
    padding: 0 10px;
}

.header-social-list>*:first-child {
    padding-left: 0;
}

.header-social-list>*:last-child {
    padding-right: 0;
}

.header-social-list li a {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-social-list li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.header-social-list li a:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(16%) saturate(566%) hue-rotate(14deg) brightness(99%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(8%) sepia(16%) saturate(566%) hue-rotate(14deg) brightness(99%) contrast(100%);
}

.main-head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.banner-sec {
    padding-top: 130px;
    position: relative;
}

.banner-inr {
    position: relative;
    z-index: 2;
}

.banner-left-inr {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 100px;
}

.banner-right-inr {
    width: auto;
    height: 100%;
    margin-right: -25px;
    max-width: none;
    position: relative;
}

.homebanner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.7;
}

.row-banner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.banner-mobile-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.row-banner .col-banner-right {
    width: 57%;
}

.row-banner .col-banner-left {
    width: 43%;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.order-status {
    background: var(--white-color);
    -webkit-box-shadow: 0px 3.15858px 19.7411px rgba(232, 228, 217, 0.4);
            box-shadow: 0px 3.15858px 19.7411px rgba(232, 228, 217, 0.4);
    border-radius: 15.15px;
    padding: 12px 14px;
    max-width: 245px;
    position: absolute;
    bottom: 13%;
    left: -16%;
    width: 100%;
}

.order-lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.order-lists li span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px dashed #FAF0F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
    background-color: var(--white-color);
    padding: 8px;
}

.order-lists strong {
    color: var(--header-color);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.order-lists p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 9px;
}

.order-lists>*:not(:last-child) {
    margin-bottom: 32px;
}

.order-lists {
    position: relative;
}

.order-lists::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 9%;
    height: 95%;
    width: 1px;
    border-right: 1px dashed var(--mustud-yellow);
}

.order-lists .active-order span {
    background-color: var(--mustud-yellow);
    border: 1px solid var(--mustud-yellow);
}

.banner-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 247, 0)), color-stop(91.75%, #FFFFFF));
    background: -o-linear-gradient(top, rgba(250, 252, 247, 0) 0%, #FFFFFF 91.75%);
    background: linear-gradient(180deg, rgba(250, 252, 247, 0) 0%, #FFFFFF 91.75%);
    z-index: 3;
}

.banner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--mustud-yellow);
    margin-bottom: 10px;
}

.banner-title i {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
}

.banner-left-inr h1 span {
    color: var(--mustud-yellow);
    position: relative;
    font-weight: 700;
}

.banner-left-inr h1 span::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 30px);
    height: 107%;
    -o-object-fit: contain;
       object-fit: contain;
    background-image: url(images/premium-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-para-wrp>*:not(:last-child) {
    margin-bottom: 10px;
}

.banner-left-inr h1 {
    margin-bottom: 10px;
}

.banner-para-wrp {
    margin-bottom: 30px;
}

.available-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}

.available-lists>*:not(:last-child) {
    margin-right: 15px;
}

.available-lists a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 21px;
    border: 1px solid var(--mustud-yellow);
    background-color: rgba(213, 180, 111, 0.1);
    border-radius: 12px;
    min-width: 185px;
}

.available-lists a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.available-lists a span {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
}

.available-lists a span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.available-text-wrp p {
    color: var(--header-color);
    font-family: var(--wixmadefor-font);
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px;
}

.available-text-wrp strong {
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    color: var(--header-color);
}

.staricon {
    position: absolute;
    right: 20px;
    top: -28px;
    max-width: 30px;
}

.customerrating-wrp {
    border-radius: 100px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 4px 18px rgba(232, 228, 217, 0.36);
            box-shadow: 0px 4px 18px rgba(232, 228, 217, 0.36);
    padding: 3px 15px 3px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.customerrating-wrp>*:not(:last-child) {
    margin-right: 10px;
}

.customerrating-wrp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customerrating-wrp ul li span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.customerrating-wrp ul li span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.customerrating-wrp ul>*:not(:first-child) {
    margin-left: -12px;
}

.rating-wrp span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--header-color);
    line-height: 1;
}

.rating-wrp p {
    line-height: 1;
    font-weight: 600;
    color: var(--header-color);
    font-size: 13px;
}

.heart-icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
}

.heart-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.shiping-track-sec {
    margin-top: -45px;
    position: relative;
    z-index: 3;
}

.shiping-track-inr {
    background: var(--white-color);
    -webkit-box-shadow: 0px 4px 22px rgba(232, 228, 217, 0.25);
            box-shadow: 0px 4px 22px rgba(232, 228, 217, 0.25);
    border-radius: 20px;
    padding: 24px 40px;
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.shiping-track-inr .order-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.shiping-track-inr .order-lists>*:not(:last-child) {
    margin: 0 59px 0 0;
}


.shiping-track-inr .order-lists::before {
    display: none;
}

.shiping-track-inr .order-lists li span {
    border: 1px solid var(--title-light-color);
    background-color: #FFFEFB;
    width: 74px;
    height: 74px;
    padding: 20px;
}

.order-lists li span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.shiping-track-inr .order-lists strong {
    font-size: 18px;
}

.shiping-track-inr .order-lists p {
    font-size: 16px;
}

.shiping-track-inr .order-lists li span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.about-us-sec {
    position: relative;
}

.abt-banner-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.abou-us-inr {
    position: relative;
    z-index: 2;
}

.row-abt-us {
    --bs-gutter-y: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.abt-mobile {
    max-width: 336px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.abt-left-inr {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.abt-mobile-gr {
    position: absolute;
    bottom: 0;
    left: 0;
}

.abt-dot-left {
    position: absolute;
    left: 11%;
    bottom: 27%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--mustud-yellow);
}

.abt-dot-bottom-right {
    position: absolute;
    right: 9%;
    bottom: 13%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--mustud-yellow);
}

.abt-dot-top-right {
    position: absolute;
    top: 34%;
    right: 12%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--mustud-yellow);
}

.abt-right-inr {
    width: 100%;
    height: 100%;
}

.section-head .sec-subtitle {
    margin-bottom: 30px;
}

.section-head h2 {
    margin-bottom: 30px;
}

.abt-right-inr .section-head {
    max-width: 557px;
    margin-bottom: 30px;
}

.abt-in-each-card {
    width: 100%;
    height: 100%;
    padding: 13px 11px 20px 20px;
    border-radius: 20px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 4px 22px rgba(232, 228, 217, 0.35);
            box-shadow: 0px 4px 22px rgba(232, 228, 217, 0.35);
}

.row-abt-in {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
}

.abt-in-each-card span {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--title-light-color);
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.abt-in-each-card span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.abt-in-each-card h3 {
    margin-bottom: 10px;
}

.abt-in-each-para>*:not(:last-child) {
    margin-bottom: 10px;
}

.row-abt-us .col-abt-left {
    width: 45%;
}

.row-abt-us .col-abt-right {
    width: 55%;
}

.features-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.features-sec {
    position: relative;
    background-color: #FFFAEC;
    overflow: hidden;
}

.features-sec-inr {
    position: relative;
    z-index: 2;
}

.features-sec-inr .section-head {
    max-width: 740px;
    margin: 0 auto;
}

.features-sec-inr .section-head h2 {
    margin-bottom: 20px;
}

.features-sec-inr .section-head p {
    max-width: 660px;
    margin: 0 auto;
}

.features-middle {
    width: 100%;
    height: 100%;
}

.features-middle img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.features-odd-inr {
    width: 100%;
    height: 100%;
}

.row-features {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    --bs-gutter-y: 40px;
    --bs-gutter-x: 0;
}

.abt-in-each-card.abt-card-two {
    min-height: 224px;
    padding-right: 100px;
    background: -o-linear-gradient(326.45deg, rgba(255, 255, 255, 0.4) 11.74%, rgba(255, 255, 255, 0.1) 87.03%);
    background: linear-gradient(123.55deg, rgba(255, 255, 255, 0.4) 11.74%, rgba(255, 255, 255, 0.1) 87.03%);
    -webkit-box-shadow: 0px 45.024px 72.36px -1.608px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 45.024px 72.36px -1.608px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(32.16px);
            backdrop-filter: blur(32.16px);
}

.features-odd-inr .row-abt-in {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
}

.contact-left-wrp {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact-right-wrp {
    width: 100%;
    height: 100%;
    padding-left: 22px;
}

.contact-right-wrp>*:not(:last-child){
    margin-bottom: 20px;
}

.contact-left-wrp .section-head {
    max-width: 570px;
    position: relative;
    margin-bottom: 20px;
}

.contact-left-wrp .section-head h2 {
    max-width: 330px;
    margin-bottom: 10px;
}

.sparkel-icon {
    position: absolute;
    left: 45%;
    top: -29px;
    max-width: 44px;
    width: 100%;
}

.row-contactform {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 16px;
}

.commonfield-wrp label {
    color: var(--header-color);
    display: inline-block;
    margin-bottom: 10px;
}

.check-field label input[type="checkbox"] {
    display: none;
}

.row-contactus .col-left-contact{
    width: 57%;
}
.row-contactus .col-right-contact{
    width: 43%;
}

.contactus-character-wrp{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.contactus-character-wrp img{
    max-width: 260px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.contactus-character-wrp::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/contact-right-shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-option-wrp{
    border-radius: 20px;
    padding: 15px;
-webkit-box-shadow: 0px 4px 22px rgba(232, 228, 217, 0.25);
        box-shadow: 0px 4px 22px rgba(232, 228, 217, 0.25);
}

.contact-option-wrp ul>*:not(:last-child){
    margin-bottom: 12px;
}

.contact-option-wrp ul::before{
    display: none;
}

.contact-option-wrp ul li{
    border-radius: 11px;
    background-color: var(--title-light-color);
    padding: 15px 50px 15px 20px;
}

.contact-option-wrp .order-lists li span{
    width: 48px;
    height: 48px;
    background-color: #F1E8D2;
    padding: 11px;
}

.order-text-wrp{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.order-text-wrp strong{
    color: var(--header-color);
}

.shpng-trk-row{
    width: 100%;
}

.row-shiping{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.shipping-each{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.shipping-each>span{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: var(--title-light-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.freeshipping-text>span{
    color: var(--header-color);
    font-weight: 600;
}

.order-text-wrp span{
    color: var(--header-color);
}


/* ====== */
.shpng-point-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.shpng-point-card .shpng-pc-icon-wpr {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px dashed #FAF0F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
    background-color: var(--white-color);
    padding: 8px;
}
.shpng-point-card .order-text-wrp {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.each-contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    border-radius: 11px;
    background-color: var(--title-light-color);
    padding: 15px 50px 15px 20px;
}

.each-contact>span{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F1E8D2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.each-contact>span img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}


.eachcontact-text>span{
    display: block;
    font-weight: 600;
    color: var(--header-color);
    line-height: 1;
}

.eachcontact-text a{
    color: var(--body-color);
    font-weight: 400;
    font-size: 14px;
}

.eachcontact-text a:hover{
    color: var(--mustud-yellow);
}

.eachcontact-text p{
    font-size: 14px;
}

.eachcontact-text {
    margin-top: 5px;
}

.contact-option-wrp>*:not(:last-child){
    margin-bottom: 12px;
}

.main-head.fixed{
    background-color: var(--title-light-color);
    padding: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.main-head .navbar-brand{
    max-width: 100px;
}

/* SD 16.10.25 start */

.catalogue-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.catalogue-sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.catalogue-sec-bg img {
    width: 100%;
}

.catalogue-main {
    width: 100%;
    position: relative;
    z-index: 2;
}

.catalogue-hdr-wrppr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}

.sec-subtitle {
    font-family: var(--wixmadefor-font);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: var(--mustud-yellow);
    display: inline-block;
    padding: 7px 20px;
    background-color: var(--title-light-color);
    border-radius: 50px;
    margin-bottom: 25px;
    min-width: 128px;
    text-align: center;
}

.sec-subtitle.white {
    background-color: var(--white-color);
}

.cmn-btn {
    font-family: var(--wixmadefor-font);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--white-color);
    padding: 19px 28px;
    background-color: var(--header-color);
    border-radius: 50px;
}

.cmn-btn:hover {
    background-color: var(--mustud-yellow);
    color: var(--header-color);
}

.catalogue-slide-item {
    padding:0;
    -webkit-transition: .5s all !important;
    -o-transition: .5s all !important;
    transition: .5s all !important;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}
 
.catalogue-slide-item.slick-current .catalogue-wrppr  {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 2;
}
.catalogue-wrppr {
    width: 100%;
    padding-top: 65%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: -webkit-transform  0.6s ease;
    transition: -webkit-transform  0.6s ease;
    -o-transition: transform  0.6s ease;
    transition: transform  0.6s ease;
    transition: transform  0.6s ease, -webkit-transform  0.6s ease;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

/* .catalogue-slide-item.swiper-slide-active .catalogue-wrppr,
.catalogue-slide-item.slick-current .catalogue-wrppr,
.catalogue-slide-item.is-active .catalogue-wrppr {

    transition: 0.5s all;
} */

.catalogue-wrppr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.catalogue-slider .slick-list{
    /* padding: 0 calc((1370px - 640px) /2); */
    -webkit-mask-image: -webkit-gradient(linear,left top, right top,color-stop(5%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 1)), color-stop(75%, rgba(0, 0, 0, 1)), color-stop(95%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(90deg,rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 95%);
            mask-image: -webkit-gradient(linear,left top, right top,color-stop(5%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 1)), color-stop(75%, rgba(0, 0, 0, 1)), color-stop(95%, rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(90deg,rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 95%);
    overflow: visible;
}

.catalogue-itm-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 23px;
    text-align: center;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    /* opacity: 0; */
    pointer-events: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.catalogue-itm-content a {
    display: inline-block;
    line-height: 1;
    font-family: var(--wixmadefor-font);
    font-weight: 600;
    font-size: 18px;
    color: var(--white-color);
    background: -o-linear-gradient(326.45deg, rgba(188, 182, 182, 0.276) 11.74%, rgba(255, 255, 255, 0.069) 87.03%);
    background: linear-gradient(123.55deg, rgba(188, 182, 182, 0.276) 11.74%, rgba(255, 255, 255, 0.069) 87.03%);
    -webkit-box-shadow: 0px 45.024px 72.36px -1.608px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 45.024px 72.36px -1.608px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(32.16px);
            backdrop-filter: blur(32.16px);
    border-radius: 15px;
    padding: 20px;
    min-width: 235px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.catalogue-itm-content a:hover {
    background: rgba(213, 181, 111, 0.4);
    color: var(--header-color);
    border-color: var(--header-color);
}

.catalogue-slide-item.slick-current .catalogue-itm-content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    /* opacity: 1; */
    pointer-events: all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.dwnload-sec {
    position: relative;
}

.sec-line {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.dwnload-content-wrppr {
    position: relative;
    z-index: 2;
    background: #B9995C;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}

.dwnload-content {
    padding: 58px 92px;
    width: 50%;
    position: relative;
    z-index: 2;
}

.dwnload-img-wrppr {
    max-width: 485px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    padding-right: 32px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dwnload-img-wrppr img {
    width: 100%;
    margin-top: auto;
}

.bck-ovrly {
    z-index: -1;
    position: absolute;
    width: 130%;
    top: 0;
    right: 0;
}

.dwnload-content h2 {
    color: var(--title-light-color);
    margin-bottom: 10px;
}

.dwnload-content>p {
    font-size: 14px;
    line-height: 2;
    text-transform: lowercase;
    color: var(--title-light-color);
}

.flower-shpe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.flower-shpe img {
    width: 100%;
    height: 100%;
}

.line-shpe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.line-shpe img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.footer {
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.footer-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 31px;
}

.footer-logo-wrppr {
    max-width: 133px;
    width: 100%;
}

.footer-logo-wrppr a {
    display: block;
    line-height: 0;
}

.footer-logo-wrppr a img {
    width: 100%;
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-list li {
    margin-right: 40px;
}

.footer-list li:last-child {
    margin-right: 0;
}

.footer-list li a {
    font-family: var(--wixmadefor-font);
    line-height: 1;
    color: #6D6C6C;
}

.footer-list li a:hover {
    color: var(--mustud-yellow);
}

.fttr-top-wrppr {
    position: relative;
    overflow: hidden;
}

.copy-right-content {
    padding: 30px 0;
    position: relative;
    text-align: center;
}

.copy-right-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(213, 181, 111, 0)), color-stop(50%, rgba(213, 181, 111, 0.5)), color-stop(82%, rgba(213, 181, 111, 0)));
    background: -o-linear-gradient(right, rgba(213, 181, 111, 0) 20%, rgba(213, 181, 111, 0.5) 50%, rgba(213, 181, 111, 0) 82%);
    background: linear-gradient(-90deg, rgba(213, 181, 111, 0) 20%, rgba(213, 181, 111, 0.5) 50%, rgba(213, 181, 111, 0) 82%);
}

.copy-right-content p {
    font-weight: 700;
    font-size: 16px;
    color: #171610;
}

.copy-right-content p span,
.copy-right-content p a {
    color: #B9995C;
}

.copy-right-content p a:hover {
    color: var(--header-color);
}

/* SD 16.10.25 end */

.contact-left-wrp .sec-subtitle{
    margin-bottom: 25px;
}

.dwnload-content .available-lists a{
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
}

.sec-line img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.check-field label span{
    width: 100%;
    position: relative;
    padding-left: 32px;
    color: var(--header-color);
}

.check-field label span::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #292D32;
    position: absolute;
    top: 0;
    left: 0;
}

.check-field label span::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("images/check-tick.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 6px;
    left: 5px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
}

.check-field label input[type="checkbox"]:checked +span::after{
    opacity: 1;
}

.contactus-submit-wrp{
    margin-top: 10px;
}

.dwnload-content .available-lists{
    margin-bottom: 0;
}

.features-left-shape{
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
}

.features-right-shape{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
}

.catalogue-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
/* background: linear-gradient(123.55deg, rgba(188, 182, 182, 0.8) 11.74%, rgba(255, 255, 255, 0.2) 87.03%); */
-webkit-box-shadow: 0px 45.024px 72.36px -1.608px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 45.024px 72.36px -1.608px rgba(0, 0, 0, 0.05);
background-color: var(--header-color);
-webkit-backdrop-filter: blur(32.16px);
        backdrop-filter: blur(32.16px);
    padding: 17px;
    z-index: 9;
    opacity: 0.5;
}
.catalogue-arrow:hover{
opacity: 1;
}
.catalogue-arrow img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.previous-catalogue{
    left: calc((100vw/2 - 1140px /2) - 120px);
}

.next-catalogue{
    right: calc((100vw/2 - 1140px /2) - 120px);
}

.catalogue-slider-outtr{
    position: relative;
    overflow: hidden;
}

.inr-banner-sec{
    position: relative;
}

.inr-banner-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.inr-banner-wrp{
    position: relative;
    z-index: 2;
}

.inr-banner-wrp>*{
    color: var(--white-color);
}

.inr-banner-sec{
    padding-top: 100px;
}

.inr-banner-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 400px;
    padding: 40px 0 40px 115px;
    max-width: 1166px;
}

.inr-banner-wrp h1{
    margin-bottom: 5px;
    font-size: 64px;
    font-weight: 700;
}

.privacy-content-sec{
    padding-top: 95px;
    position: relative;
}

.privacy-content-inr{
    position: relative;
    z-index: 2;
    max-width: 1166px;
    padding-left: 115px;
}

.privacy-header{
    background-color: var(--white-color);
}

.privacy-content-inr h2{
    font-weight: 700;
    margin: 40px 0 10px 0;
}

.privacy-content-inr p{
    margin-bottom: 15px;
    /* font-weight: 400; */
}

.privacy-content-inr>*:first-child{
    margin-top: 0;
}
.privacy-content-inr>*:last-child{
    margin-bottom: 0;
}

.privacypage-shape {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
}

.privacy-left-eclips{
    position: absolute;
    left: 0;
    bottom: 21%;
    pointer-events: none;
}

.privacy-right-eclips{
    position: absolute;
    right: 0;
    top: 12%;
    pointer-events: none;
}

.row-contactus{
    --bs-gutter-y: 30px;
}

.catalogue-hdr-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.catalogue-hdr-btn>*:not(:last-child){
    margin-right: 10px;
}

/* .inr-banner-wrp p{
    font-weight: 400;
} */

/* ========== responsive css =========== */



@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1400px;
    }
}

@media(max-width:1439px){
    h1, .h1-title,
    .inr-banner-wrp h1{
        font-size: 52px;
    }

    .row-banner .col-banner-left{
        width: 46%;
    }

    .row-banner .col-banner-right{
        width: 54%;
    }

    .order-status{
        max-width: 200px;
    }
    .order-lists::before{
        left: 11%;
    }

    .order-lists>*:not(:last-child) {
    margin-bottom: 20px;
}

.order-status{
    bottom: 10%;
    left: 0;
}

.row-shiping{
    --bs-gutter-x: 20px;
}

.shipping-each>span{
    width: 60px;
    height: 60px;
}

h2, .h2-title{
    font-size: 38px;
}

.cmn-gap {
    padding: 80px 0;
}

.section-head .sec-subtitle {
    margin-bottom: 20px;
}
.section-head h2 {
    margin-bottom: 15px;
}

.dwnload-content{
    padding: 50px 80px;
}

.footer {
    padding-top: 60px;
}

.copy-right-content {
    padding: 20px 0;
}

.sec-line{
    top: inherit;
    bottom: 0;
}

.banner-right-inr{
    padding-left: 50px;
}

.shiping-track-inr{
    padding: 20px;
}

.catalogue-hdr-wrppr {
    margin-bottom: 30px;
}

.previous-catalogue {
    left: calc((100vw/2 - 900px /2) - 120px);
}
.next-catalogue{
    right: calc((100vw/2 - 900px /2) - 120px);
}

}


@media(max-width:1199px) {

    .banner-left-inr{
        margin-top: 0;
        padding: 40px 0 80px 0;
    }

    .row-banner .col-banner-left {
    width: 50%;
}

.row-banner .col-banner-right {
    width: 50%;
}

h1, .h1-title,
.inr-banner-wrp h1 {
    font-size: 48px;
}

.shiping-track-inr{
    padding: 20px 5px;
}
/* .row-shiping>*{
    width: 33.33%;
} */

.shipping-each>span {
    width: 50px;
    height: 50px;
    padding: 12px;
}

.shiping-track-sec{
    margin-top: -20px;
}

.available-lists a{
    padding: 10px;
}

.staricon{
    top: 0;
    right: 0;
}

.abt-dot-left{
    left: 0;
}
.abt-dot-top-right{
    right: 2%;
}

.abt-dot-bottom-right{
    right: 0;
}

.abt-in-each-card{
    padding: 15px;
}

.abt-in-each-card.abt-card-two{
    padding-right: 20px;
}

.row-features .col-features-odd{
    width: 100%;
}

.features-odd-inr .row-abt-in{
    --bs-gutter-x: 20px;
}

.features-odd-inr .row-abt-in>*{
    width: 50%;
}

.row-features .col-features-even{
    width: 100%;
}

.features-middle{
    max-width: 400px;
    margin: 0 auto;
}

.row-features>*:first-child{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.row-features>*:nth-child(2){
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.row-features>*:last-child{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.contact-right-wrp{
    padding-left: 0;
}

.each-contact{
    padding: 15px;
}

.dwnload-img-wrppr{
    max-width: 400px;
}

.dwnload-content {
    padding: 30px;
}

h2, .h2-title {
    font-size: 34px;
}
.row-features{
    --bs-gutter-y: 20px;
}

.inr-banner-wrp{
    padding: 40px 0 40px 0;
    max-width: 1141px;
}

.privacy-content-inr{
    padding-left: 0;
    max-width: 1141px;
}

.privacy-content-inr h2{
    margin-top: 30px;
}

.inr-banner-wrp{
    min-height: 360px;
}

.banner-sec {
    padding-top: 100px;
}

.freeshipping-text p{
    font-size: 14px;
}
.freeshipping-text>span{
    font-size: 15px;
}

.shipping-each>span {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 10px;
}

.previous-catalogue {
    left: calc((100vw/2 - 700px /2) - 120px);
}
.next-catalogue{
    right: calc((100vw/2 - 700px /2) - 120px);
}

.catalogue-arrow{
    width: 50px;
    height: 50px;
    padding: 12px;
}

}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
            -ms-transform: rotate(45deg) translate(42px, -28px);
                transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
            -ms-transform: rotate(-45deg) translate(42px, 28px);
                transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */


    .navbar-brand{
        max-width: 80px;
    }

.row-banner .col-banner-left,
.row-banner .col-banner-right{
    width: 100%;
}

.banner-right-inr{
    margin: -80px -20px 0 auto;
    max-width: 400px;
    padding-left: 0;
}

.order-status{
    left: -25%;
}

h1, .h1-title,
.inr-banner-wrp h1 {
    font-size: 44px;
}

.banner-left-inr h1 span::before{
    width: 97%;
    height: 100%;
    top: 50%;
    left: 48%;
    background-size: 100%;
}

.banner-left-inr{
    padding: 40px 0 0 0;
}


.row-shiping>* {
    width: 50%;
}

.row-abt-us .col-abt-right,
.row-abt-us .col-abt-left{
    width: 100%;
}

.abt-dot-left{
    left: 10%;
}

.abt-dot-top-right {
    right: 10%;
}

.abt-dot-bottom-right {
    right: 5%;
}

.abt-right-inr .section-head{
    max-width: inherit;
}

.row-abt-in>*{
    width: 50%;
}

.row-contactus .col-left-contact,
.row-contactus .col-right-contact{
    width: 100%;
}

.row-contactform> .contactform-half-col{
    width: 50%;
}

.cmn-gap {
    padding: 60px 0;
}

.dwnload-content{
    width: 100%;
}

.bck-ovrly{
    display: none;
}

.dwnload-img-wrppr{
    padding-top: 0;
}

.footer-logo-wrppr{
    max-width: 120px;
}

.inr-banner-wrp,
.privacy-content-inr {
    padding-left: 0;
    max-width: 1121px;
}

.inr-banner-wrp{
    min-height: 280px;
}
.banner-left-inr h1 span{
    padding: 0 10px;
}

.previous-catalogue {
    left: calc((100vw/2 - 450px /2) - 120px);
}
.next-catalogue{
    right: calc((100vw/2 - 450px /2) - 120px);
}
.contact-left-wrp .section-head h2{
    max-width: inherit;
}

.features-middle{
    max-width: 300px;
}

.abt-mobile{
    max-width: 250px;
}

.dwnload-content{
    text-align: center;
}
.dwnload-content .available-lists{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.available-text-wrp p{
    text-align: left;
}

.dwnload-img-wrppr{
    margin: 0 auto;
    padding-right: 0;
}

.available-lists a:focus{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1)
}

}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .banner-right-inr{
        margin-top: 0;
        padding-top: 40px;
    }

    .banner-left-inr h1 span::before{
        width: 100%;
        left: 50%;
    }

    .main-head{
        padding: 10px 0;
    }

    .main-head.fixed{
        padding: 5px 0;
    }

    .main-head .navbar-brand {
    max-width: 80px;
}

.banner-sec {
    padding-top: 110px;
}

h2, .h2-title {
    font-size: 28px;
}

.footer-list li {
    margin-right: 20px;
}

.dwnload-img-wrppr {
    max-width: 360px;
}

.inr-banner-wrp, .privacy-content-inr {
    /* padding-left: 40px; */
    max-width: 1101px;
}

.inr-banner-sec {
    padding-top: 70px;
}

.inr-banner-wrp {
    min-height: 240px;
}

.previous-catalogue {
    left: calc((100vw/2 - 250px /2) - 120px);
}
.next-catalogue{
    right: calc((100vw/2 - 250px /2) - 120px);
}

.catalogue-itm-content a{
    font-size: 16px;
    padding: 15px;
    min-width: inherit;
}

.cmn-btn{
    padding: 15px 20px;
}

.banner-left-inr{
    padding: 0;
}

}

@media (max-width: 575px) {
    h1, .h1-title,
    .inr-banner-wrp h1 {
    font-size: 40px;
}

.banner-right-inr{
    margin-right: 0;
    max-width: 350px;
}

.abt-dot-left{
    left: 0;
}

.abt-dot-top-right{
    right: 3%;
}

.abt-dot-bottom-right{
    right: 0;
}

.row-abt-in>* {
    width: 100%;
}

.features-odd-inr .row-abt-in>*{
    width: 100%;
}

.footer-logo-wrppr {
    max-width: 100px;
}

.copy-right-content {
    padding: 10px 0;
}

.abt-in-each-card.abt-card-two{
    min-height: 200px;
}

.sec-subtitle{
    font-size: 14px;
}

.inr-banner-wrp, .privacy-content-inr {
    /* padding-left: 20px; */
    max-width: 1081px;
}

.previous-catalogue {
    left: calc((100vw/2 - 200px /2) - 120px);
}
.next-catalogue{
    right: calc((100vw/2 - 200px /2) - 120px);
}

.catalogue-arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
}

.catalogue-itm-content a{
    font-size: 14px;
}


.row-shiping>* {
    width: 100%;
}

.row-shiping{
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

}

@media (max-width: 479px) {

    h1, .h1-title,
    .inr-banner-wrp h1 {
    font-size: 31px;
}

.banner-title i{
    width: 20px;
    height: 20px;
}

.banner-title{
    margin-bottom: 20px;
    font-size: 14px;
}
.banner-left-inr h1 span::before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}
.staricon {
    top: -30px;
    right: 0px;
}
.available-text-wrp strong{
    font-size: 16px;
}
.available-lists a span {
    width: 25px;
    height: 25px;
}

/* .available-lists{
    justify-content: center;
    align-items: center;
} */
/* .banner-mobile-img{
    opacity: 0.6;
} */

.order-status{
    left: 0;
    /* transform: translateX(-50%);
    width: 100%;
    max-width: inherit; */
    bottom: 35px;
}
.shiping-track-inr {
    padding: 15px;
}
h2, .h2-title {
    font-size: 26px;
}
.cmn-gap {
    padding: 40px 0;
}
.sparkel-icon{
    left: inherit;
    right: 10%;
    top: -10px;
    max-width: 30px;
}
.row-contactform> .contactform-half-col{
    width: 100%;
}
.each-contact {
    padding: 10px;
}

.contact-option-wrp{
    padding: 10px;
}
.each-contact>span{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.dwnload-content{
    padding: 30px 15px;
}

.dwnload-img-wrppr{
    padding-right: 0;
}

textarea{
    height: 150px;
}

.footer {
    padding-top: 40px;
}
.footer-content-main{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 15px;
}
.order-lists::before {
    left: 6%;
}

body{
    font-size: 14px;
}

h4, .h4-title{
    font-size: 16px;
}

h3, .h3-title{
    font-size: 18px;
}

.inr-banner-wrp, .privacy-content-inr {
    padding-left: 0;
    max-width: inherit;
}

.inr-banner-wrp {
    min-height: 200px;
}

.main-head .navbar-brand {
    max-width: 72px;
}

.footer-logo-wrppr{
    margin-bottom: 20px;
}

.available-lists a{
    min-width: 150px;
}

.catalogue-slider .slick-list{
    -webkit-mask-image: none;
            mask-image: none;
    overflow: hidden;
}

.catalogue-slider-outtr{
    padding: 0 15px;
}

.previous-catalogue{
    left: 30px;
}

.catalogue-arrow{
    right: 30px;
}

.catalogue-wrppr{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.cmn-btn{
    padding: 10px 15px;
}

.banner-right-inr{
            margin-right: 0;
        max-width: 100%;
        padding-left: 40px;
}

.banner-title{
    font-size: 16px;
}

}

@media(max-width: 375px){
    .available-lists{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }


.available-lists>*:not(:last-child){
    margin: 0 0 10px 0;
}

.available-lists a{
    text-align: left;
}
.banner-left-inr{
    text-align: center;
}
.banner-title{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* .catalogue-hdr-wrppr{
    flex-direction: column;
    align-items: center;
}

.catalogue-hdr-wrppr .sec-head{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
} */

.sec-subtitle{
    margin-bottom: 10px;
    min-width: inherit;
    padding: 3px 12px;
}

.order-status{
    max-width: 180px;
    padding: 8px 10px;
}

.order-lists>*:not(:last-child) {
    margin-bottom: 8px;
}

.order-lists li span {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    padding: 6px;
}

.order-lists::before {
    left: 9%;
    height: 90%;
}

.banner-right-inr{
    padding: 25px 0 0 10px;
}

.abt-mobile{
    max-width: 200px;
}

.features-middle{
    max-width: 240px;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select{
    height: 45px;
}

textarea {
    height: 100px;
}

input[type="submit"]{
    height: 45px;
    width: 120px;
}

.copy-right-content p{
    font-size: 14px;
}

.banner-title{
    font-size: 14px;
}

}