/********** Template CSS **********/

:root {
    --primary: #000;
    --light: #F8F8F8;
    --dark: #000;
}

body{
    
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75em;
    color: #3b3b3b;
    font-family: 'Outfit', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #fefbea;
}
.home-banner-wrap {
    overflow: hidden;
}
a {
    color: #000000;
}
.sub-text p {
    color: #3c3c3c;
}
h1{font-size: 3.1rem;}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 200 !important;
    position: relative;
    
    color: #000000;
}
h2, .h2 {
    font-size: 30px;
}
h2 strong {
    color: #6f3923;
    font-size: 2.3rem;
    text-transform: capitalize;
    font-weight: 400 !important;
}
h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 400 !important;
    color: #000000;
    
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 300 !important;
    color: #000000;
    
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #1b1b1b;
}
.h3, h3 {
        font-size: 1.75rem;
    }
p {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75em;
    color: #3b3b3b;
    margin-bottom: 15px;
    text-align: justify;
}
.color-lgt small {
    font-size: 15px;
}
.price-p.symbol {
    font-size: 20px;
    font-weight: 500;
    color: #9e4b20;
}
.display-5 {
    /*font-size: 4.5rem;*/ font-size: 3rem; color: #000;
}
.bg-tringle {
    background: url(../img/p-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.back-to-top {
    position: fixed;
    display: none;
        right: 15px;
    bottom: 21px;
    z-index: 99;
    background: #fff !important;
}
h4.sku-code {
    color: #5b4023;
}

h1 {
    /*
    color: #000;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    color: #0a0a0a;
    text-transform: uppercase;*/
    
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    color: #0a0a0a;
    text-transform: capitalize;
}
.m-auto{margin: 0 auto;}
.owl-carousel-item {
    position: relative;
}
.banner-text{
    position: absolute;
    bottom: 13%;
    left: -58px;
    right: 0;
    margin: 0 auto;
    width: 42%;
    text-align: center;
}


.prod-text {
    width: 100%;
    max-width: 95%;
}
h3 {
    color: #654504;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    /*padding: 15px 0px;*/
}

.btn.btn-primary,
.btn.btn-secondary {
    color:#484848;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.bg-list-a-date span {
    width: 100%; display: block;
}
.bg-list-a-date span strong {
    font-weight: 600;
}
.term-description {
    text-align: center;
    padding: 0 87px;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 8px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

/*.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}*/

.navbar.sticky-top {
    /*transition: .5s;*/
    position: absolute;
    width: 100%;
    top: 0 !important;
}
.navbar.sticky-top.shadow-sm{position: sticky;}
.navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: inherit;
    font-size: inherit;
    white-space: inherit;
    
    display: inline-block;
}
.navbar-expand-lg {
    flex-wrap: inherit;
    justify-content: inherit;
}
.navbar {
    display: inherit;
}
.navbar-nav {
    display: inline-block;
    margin: 0 auto;
}
.navbar-nav ul {
    padding: 0;
    list-style: none;
    margin: 25px 0 0 0;
}
.navbar-nav ul li {
    display: inline-block;
}
li.dd-menu {
    position: relative;
}

li.dd-menu .dropdown-lv1 {
    position: absolute;
    
    width: 100%;
    text-align: left;
    display: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 0px;
    /* box-shadow: 0 0 5px #ffffff; */
    z-index: 99999;
    top: 65px;
    background: #fff;
}
header.header.header-desktop.shadow-sm2 .dropdown-lv1 {
    top: 46px;
}

li.dd-menu .dropdown-lv1 li a, .navbar-nav ul li.dd-menu-lv2 .dropdown-lv3 li a {
    width: 100%;
    margin: -1px 0px 0px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding: 17px 15px;
    border: 1px solid #ccc;
    background: #121212;
}
li.dd-menu .dropdown-lv1 li:last-child a, .navbar-nav ul li.dd-menu-lv2 .dropdown-lv3 li:last-child a {
    
}
li.dd-menu .dropdown-lv1 li {
    padding: 0;
    width: 100%;
    position: relative;
    float: left;
}
li.dd-menu .dropdown-lv1 li {
    
}
li.dd-menu .dropdown-lv2 li {
    width: 100%;
}
li.dd-menu .dropdown-lv3 li {
    
    border-right: 0;
}
li.dd-menu .dropdown-lv1 .dd-menu-lv1 > a {
    background: #fff;
    color: #000;
   
    display: flex;
    text-align: left;
    
    font-weight: 500;
    flex-direction: column;
}
li.dd-menu-lv2 > a {
    /*background: #000;
    color: #fff !important;*/
    font-weight: 600 !important;
    border-bottom: 1px solid #000 !important;
}
.navbar-nav ul li.dd-menu-lv2 .dropdown-lv3 li a {
    padding: 7px 15px 7px 15px;
}
li.dd-menu .dropdown-lv2 li {
    width: 100%; top: 0px;
}
/*li.dd-menu:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 18px;
    background: url(../img/dd-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 6px;
}
li.dd-menu-lv1 a.inrbmxyrem:after {
    position: absolute;
    content: '';
    right: 19px;
    top: 13px;
    background: url(../img/dd-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 6px;
    transform: rotate(-90deg);
}*/
.navbar-nav .nav-link {
    color: #000;
}
.navbar-nav ul li {
    display: inline-block;
    padding: 0px 20px 0px 17px;
    position: inherit;
}
.navbar-nav ul li.dd-menu:hover .dropdown-lv1
{
    display: block;
}
li.dd-menu-lv2 {
    width:12.5% !important;
    display: inline-block;
}
li.dd-menu-lv2 a {
    color: #fff !important;
}


.navbar-nav ul li.dd-menu-lv2:hover .dropdown-lv3 {
   display: block;
   /* position: absolute;*/
    left: 175px;
    background: #fff;
    top: 0px;
    z-index: 2;
}

.navbar .navbar-nav .nav-link {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
}
.nav-item.dropdown-lv1 {
    display: inline-block;
}
.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    background: #ffffffeb;
    top: -16px;
}
.home-banner {
    position: relative;
}
.home-page-title {
    position: absolute;
    bottom: 80px;
    left: 50px;
    width: 93%;
    z-index: 99;
}
.home-page-title h2 {
    font-size: 58px;
    color: #fff;
    display: inline-block;
    width: 55%;
}
.home-page-title h2 span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
}
.home-banner .owl-nav {
    width: 100%;
    position: relative;
    top: -92px;
    padding: 0 75px;
}
.home-banner .owl-prev {
    position: absolute;
    left: 70px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-image.png) 0 0 no-repeat;
}
.home-banner .owl-next {
    position: absolute;
    right: 70px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-image.png) 0 0 no-repeat;
}
.f-btn-wrap.position-relative {
    display: inline-block;
}
.f-btn-wrap.position-relative span {
    position: absolute;
    top: -31px;
    right: 9px;
    background: #000000cf;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #cccccc38;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
button.secondary_btn.active {
    background: #e09c5c;
    color: #000;
}
.search.search-prop .col-12.col-md-10, .search.search-prop .col-12.col-md-2 {
    background: #000000cf;
    padding: 20px 40px;
    border: 1px solid #cccccc38;
    border-radius: 5px;
}
button.secondary_btn {
    background: #000000cf;
    color: #fff;
    border: 1px solid #cccccc80;
    padding: 9px 30px;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    margin: 0 10px;
    border-bottom: 0;
}
.custom-select-home.dropdown p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 200;
    margin: 0;
}
label.search-fld {
    color: #fff;
}

label.search-fld {
    color: #fff;
    width: 100%;
}
span.search-label {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
        font-weight: 200;
}
span.search-val.selected-val {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.col-12.col-md-3:nth-child(4) label.search-fld {
    border: 0 !important;
}
.col-12.col-md-2.find-property {
    padding: 0 0 0 0 !important;
    width: 15%;
    margin: 0 0 0 13px;     text-align: center; position: relative;     display: flex;
}
.col-12.col-md-2.find-property input.btn.btn-grey.w-100 {
    padding: 32px 0;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.col-12.col-md-2.find-property img {
    position: absolute;
    top: 50%;
    transform: translate(0px, -100%);
    right: 41px;
}
.banner-find-property {
    margin-bottom: 65px;
}
button.dropdown-toggle.btn.btn-primary {
    border: 0;
    padding: 0;
    margin: 0;
}
label.search-fld {
    color: #fff;
    width: 85%;
    border-right: 1px solid #ccc;
}
.btn-primary {
    color: #000;
    background-color: #b78d6500;
    border-color: #484848;
    border-radius: 0px;
}
.shadow-sm .navbar-brand {
    display: none;
}
.l-c-icons ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.l-c-icons ul li {
    display: inline-block;
    margin: 10px 15px 0;
}
.l-c-icons ul li img.img-fluid {
    width: 24px;
}
li.cart, li.wishlistUpdate {
    position: relative;
}
li.cart span.doghvwgmxh {
    position: absolute;
    background: #5fbd74;
    border: 1px solid #5fbd74;
    width: 18px;
    text-align: center;
    border-radius: 10px;
    top: -5px;
    right: -10px;
    font-size: 10px;
    height: 18px;
    padding: 0px 0 0 0;
    color: #fff;
}

li.wishlistUpdate span.hunudxtvoo {
    position: absolute;
    background: #000;
    border: 1px solid #000;
    width: 18px;
    text-align: center;
    border-radius: 10px;
    top: -3px;
    right: -14px;
    font-size: 10px;
    height: 18px;
    padding: 0px 0 0 0;
    color: #fff;
}
.section-padding {
    padding: 35px 0;
    overflow: hidden;
}

.sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #97762b;
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
.sub-title {
    font-family: 'Outfit', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
.sub-title:before, .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #97762b;
    border-radius: 50%;
}
.section-title {
    font-size: 2.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #1b1b1b;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-transform: capitalize;
}
.section-title span {
    color: #6f3923;
    font-size: 35px;
    text-transform: capitalize;
}

.f-bg-top {
    position: relative;
    top: -63px;
}
.currency-list {
        display: none;
    position: absolute;
    left: -20px;
    background: #fff;
    padding: 0 20px;
    width: 135px;
    top: 34px;
    text-align: left;
    z-index: 99;
}
.currency-list li.kopucfprsz {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    cursor: pointer;
}
.currency-list li.kopucfprsz:last-child {
    border: 0;
    padding: 0;
}
.search-box{
    position: absolute;right: 0;padding: 10px;background: #f2f2f2;
    top: 108px;width:100%;display:none
}
.search-box input {
    border: 1px solid #f1f1f1;
    padding: 5px 11px;
    float: left;
    width: 97%;
}
.search-box a.close {
    cursor: pointer;
    background: #fff;
    width: 20px;
    height: 20px;
}
.shadow-sm2 .search-box {
    position: absolute;
    right: 0;
    padding: 10px;
    background: #f2f2f2;
    top: 102px;
}
.currency-w {
    display: inline-block;
    position: relative;
    top: 2px;
}
.currency-w a {
    font-size: 16px;
}
.currency-w img.img-fluid {
    width: 13px;
}
.dd-icon {
    width: 10px !important;
}
.currency-list img.img-fluid {
    width: 14px !important;
}
.pagination {
    display: inline-block;
    width: 100%;
    list-style: none;
        margin: 50px 0 0;
}
.pagination nav .flex.justify-between.flex-1 {
    display: none;
}
.pagination nav span {
    display: inline-block;
    width: 41px;
    border: 0;
}
.login-d {
    border: 1px dashed #cfcfcf;
    border-radius: 45px;
    padding: 50px 0 100px;
    background: #fff;
    position:relative;
    overflow: hidden;
}
.social-login {
    position: absolute;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    left: 0;
    bottom: 4px;
    padding: 7px 0;
    background: #fff;
}
.social-login label {
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
}
.social-login a {
    display: inline-block;
    margin: 0 10px;
    position:relative;
}
.social-login span {
    display: inline-block;
}
.login .submitLoginForm, .login .submitRegisterForm, .my-account input.form-control.btn.btn-link {
    background: #000;
    color: #fff;
    font-size: 20px;
    width: auto;
        padding: 0 25px 4px;
}
.pd-item {
    position: relative;
}

.nav-pills-custom .nav-link {
    color: #000;
    background: #ecf0f0;
    position: relative;
    border-radius: 50px;
}
.nav-pills-custom .nav-link {
    color: #000;
    background: #ecf0f0;
    position: relative;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}
.nav-pills-custom .nav-link::before {
    right: -8px !important;
}
div#v-pills-tabContent div.tab-pane input.form-control {
    margin-bottom: 20px;
    border: 1px solid #999 !important;
    padding: 12px 10px !important;
    border-radius: 9px;
}
input#submitInformationUpdateForm {
    padding: 0 35px;
}
div#v-pills-tabContent div.tab-pane {
    padding: 42px;
    border-radius: 12px !important;
    background: #efefef !important;
    border: 1px solid #ccc;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 102%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.dropup, .dropend, .dropdown, .dropstart {
    position: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
}
.navbar-nav .dropdown-menu a.dropdown-item {
    display: inline-block;
    width: 24%;
    margin: 15px 45px;
    border-bottom: 0px dashed #ccc;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    transition: .5s;
    white-space: normal;
}
.navbar-nav .dropdown-menu a.dropdown-item:hover{
    color:#000;
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    
}


.header-carousel .owl-dots {
    /*position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    right: 0;
    display: inline-block;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: none;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.short-des {
    width: 70%;
    line-height: 35px;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000c7;
}
.modal {
    top: 5%; z-index: 99999;
}
.swal2-container {
    position: fixed; z-index: 99999;
}
.modal-content {
    border-radius: 17px; border-radius: 20px;
}
.modal.fade .modal-dialog {
    transform: inherit;
}
.modal-dialog {
    max-width: 650px; margin-bottom: 150px;
}
form#addressUpdateForm input {
    margin-bottom: 15px;
    border-radius: 7px;
}
form#addressUpdateForm select.form-control {
    border-radius: 7px;
    padding: 10px 10px;
    margin-bottom: 18px;
}
.address-book {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 16px;
    font-size: 13px;
    position: relative;
}
.address-book .badge {
    position: absolute;
    right: -1px;
    top: -1px;
}
.address-book .title {
    position: inherit;
    transform: inherit;
    left: inherit;
    margin: 0;
    font-size: 15px;
}
.address-book .btn {
    font-size: 12px;
    padding: 0;
    background: #ccc;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 6px 0;
}
.deliver-add img.tick {
    position: absolute;
    top: 9px;
    right: -5px;
    width: 14px;
    background: #fff;
    border-radius: 13px;
}
.deliver-add {
    position: relative;
}
button.close {
    background: #fff;
    border: 1px solid #000;
    border-radius: 66px;
    position: absolute;
    right: -9px;
    top: -11px;
    width: 29px;
}
form.form-form {
    width: 82%;
    margin: 30px auto;
}
form.form-form .form-control {
    width: 100%;
    border-radius: 34px;
    padding: 13px 30px;
    margin-top: 10px;
    border: 1px dashed #666;
}
form.form-form .form-control.submit-btn {
    background: #000;
    color: #fff;
}
form.form-form label {
    width: 100%;
}

.upload-design {
    background: url(../img/upload-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 5% 20% 3%;
}
.upload-design h4.section-title.mb-4 {
    font-family: 'Playfair Display'; line-height: 5px;
    font-size: 20px;
}
.bg-dark {
    background: #000;
    color: #fff;
    padding: 20px 55px;
    border-radius: 50px;
    font-size: 21px;
}

.form-control {
    background-color: #fff0;
}
.modal-content {
    background-color: #ffffffe3;
}
/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.store-text-top {
    border: 1px solid #000;
    padding: 45px 0;
    
    position: relative;
}
.shape-bt {
    position: absolute;
    z-index: 2;
    bottom: 40px;
}
.shape-bt img {
    max-width: 100%;
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}
.table-cell-ver {
    display: table-cell;
    vertical-align: middle;
    height: 340px;
}

/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
}
a.btn.a-link img.img-fluid {
    max-width: 80%;
    float: left;
}
a.btn.a-link {
    padding: 0;
    position: relative;
    top: -7px;
}
button.btn.bg-dark[data-target="#UploadDesign"] {
    font-size: 20px;
    padding: 10px 25px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
section.testimonials-w.section-padding .item {
    height: 330px;
    background: #fefbea;
    background-size: contain;
    border: 1px solid #e3b466;
    margin: 0 15px;
}
/* ======= Amenities style ======= */
.testimonials-w .item {
    position: relative;
    padding: 45px 30px;
    margin-bottom: 30px;
    background: #fff;
}
.testimonials-w .item:hover .number {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-radius: 0 0 0 50px
}
.testimonials-w .item .number {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    text-align: center;
    background-color: #97762b;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    transition: all .5s;
}
.testimonials-w .item h5 {
    font-size: 24px;
    color: #1b1b1b;
    margin-bottom: 15px;
}
.testimonials-w .item p {
    color: #3b3b3b;
    margin: 0;
    line-height: 1.5em;
}
.testimonials-w .item .icon {
    font-size: 45px;
    color: #97762b;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0;
}
/*End*/

.owl-dots {
    /*height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;*/
}

.owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: .5s;
    border: 1px solid #000;
    border-radius:50px;
    display: inline-block;
        left: -29px;
}

.owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
}

/*.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}*/
.owl-dots {
    text-align: center;
}

.fs-5 {
    font-size: 1rem !important;
}


.owl-dots .owl-dot.active::after {
    opacity: 1;
}

.owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.owl-dots .owl-dot.active img {
    opacity: 1;
}

.text-primary {
    color: #000000 !important;
}
.testi-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.testi-bg .display-4 {
    font-size: 2rem;
}
.blog-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.blog-bg .display-4 {
    font-size: 2rem;
}

.btn.read-more {
    color: #000;
    border: 1px solid #0000009c;
    padding: 0.375rem 1.2rem;
    font-size: 1rem;
    border-radius: 90px;
}
.p-img {
    position: relative;
    text-align: center;
    height: auto;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-radius: 18px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.p-text h5 {
    margin-bottom: 8px;
    font-size: 13px;
    font-family: 'Outfit';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.read-more a {
    border: 1px solid #ccc;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 7px;
}
.p-text a {
    margin: 35px 0 0;
}
/*.p-img:after {
    content: '';
    width: 63%;
    height: 57%;
    right: -7px;
    bottom: -9px;
    background: #f4f4f4;
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    border: 1px dashed #62747e66;
}
.p-img:before {
    content: '';
    width: 63%;
    height: 57%;
    left: -11px;
    top: -11px;
    background: #f4f4f4;
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    border: 1px dashed #62747e66;
}*/
/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}
/* Star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.8em;
    margin-right: 0.8em;
    margin-bottom: 2.5em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}
.star-rating:before, .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating:after {
  transform: rotate(35deg);
}
.section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #97762b;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.video-wrapper .section-title span, .section-subtitle p {
    color: #fff !important;     font-weight: 200;
}
a.btn.btn-link {
    text-decoration: none;
    color: #97762b;
    border: 1px solid #97762b;
    border-radius: 0;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon img.vid-icon {
    position: relative;
    top: -6px;
    left: 2px;
}
.enquir-ff, .img-popup, .img-popup2, .img-popup3, .img-popup4, .vid-popup {
    display: none;
}
.enquir-ff.open, .img-popup.open, .img-popup2.open, .img-popup3.open, .img-popup4.open, .vid-popup.open {
    display: block;
    position: fixed;
    background: #000000c9;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 9999;
}
.vid-popup.open .modal-dialog {
    max-width: 800px;
}
.modal-content {
    background: #ffffff;
    color: #000;
}
.vid-popup .modal-body {
    text-align: center;
}
.vid-close {
    position: absolute;
    right: -14px;
    top: -15px;
    border-radius: 50px;
    padding: 1px 10px;
    height: auto;
    background: #9a7d35;
    color: #fff;
}
.pf-table {
    display: flex;
}
.pf-table table td {
    border: 1px solid #ccc;
    padding: 14px;
    font-size: 19px;
    border-left: 0;
    border-right: 0;
}
.pf-table table tr td:first-child {
    text-align: left;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
}
.pf-table table tr td:last-child {
    text-align: right;
}
.pf-table table tr td:first-child {
    border-right: 1px solid #ccc;     width: 52%;
}
.pf-table table {
    width: 100%;
}
.p-img img {
    border-radius: 14px; max-width: 100%;
}
.p-img img.bg-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 22px;
    width: 85%;
        z-index: 1;
}
.list-wrapper img {
    width: 100%;
    /*max-height: 410px;*/
}
.bg-saperator {
    background: #faf1e7;
    padding: 70px 0 80px;
}
.white-bg {
    background: #fff;
}
.list-page-w {
    position: relative;
    z-index: 9;
}
ul.home-cat-top {
    padding: 0 5%;
    list-style: none;
    text-align: center;
}
ul.home-cat-top li {
    width: 18%;
    display: inline-block;
    margin-bottom: 40px;
}
ul.home-cat-top li .sub-cat-img-home {
    margin-bottom: 50px;
}
ul.home-cat-top li .sub-cat-img-home img {
    max-width: 80%;
}
ul.home-cat-top li .sub-cat-heading-home h4 {
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
}
ul.home-cat-top li .sub-cat-heading-home h4:before {
    content: '';
    width: 60px;
    border-top: 1px solid #999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -17px;
}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}
.nav-tabs {
    border: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}
.prod-carousel-item a.btn.read-more {
    margin-top: 10px;
    width: auto;
    padding: 1px 15px;
}
.nav-tabs li {
    display: inline-block;
}
.nav-tabs li a {
    margin: 0 35px;
    font-size: 21px;
}
.nav-tabs li.active a {
    background: #e9a24f;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
}
.text-right {
    text-align: right;
}
.c-image {
    display: table-cell;
    text-align: center;
    height: 600px;
    vertical-align: middle;
    width: 375px;
}
.prod-carousel-home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 375px;
}
.gallery-txt {
    position: relative;
    top: -30px;
}
.gallery-txt p {
    line-height: 10px;
    margin: 18px 0;
}
.prod-carousel-item a.btn.read-more {
    margin-top: 10px;
    width: auto;
}
.prod-carousel-home .owl-nav {
    display: block;
}
.prod-carousel-home .owl-nav .owl-prev, .brands .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -50px;
    background: url(../img/icons/left-arrow.png) center no-repeat;
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.prod-carousel-home .owl-nav .owl-next, .brands .owl-nav .owl-next{
    position: absolute;
    top: 35%;
    right: -20px;
    background: url(../img/icons/right-arrow.png) center no-repeat;
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.container-fluid.about-us.py-5 {
    min-height: 500px;
}
.prod-carousel-item p {
    margin-bottom: 4px;
}

.blog-t-w img {
    width: 100%;
    border-radius: 11px 11px 0 0;
}
.b-text.bg-b {
    background: #e1cab4;
    border-radius: 0 0 11px 11px;
    padding: 27px 33px;
}
.author-detail a {
    color: #000;
}
.short-d {
    margin-bottom: 16px;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
}
.blog-bg img {
    width: 100%;
}
.divideri {
    border-top: 1px dashed #ccc;
    padding: 15px 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
img.blog-im {
    border-radius: 13px;
}
.blog-bg {
    width: 43%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.blog-bg .title {
    position: inherit;
    left: inherit;
    transform: inherit;
    font-size: 17px;
    margin: 0 0 9px 0;
    font-weight: 600;
}
.rungzbwasx {
    font-size: 28px;
}
/*.blog-bg:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 629px;
    right: -55%;
    top: 0;
    background: #efe3d9;
    border-radius: 100%;
    z-index: 1;
}*/

.galler-img {
    border-radius: 0 0 310px 310px;
    overflow: hidden;     border: 1px solid #dbb38f; width: 80%;
}
.banner-text a.btn.btn-primary.py-3.px-5.slideInLeft {
    padding: 5px 21px !important;
}
.galler-img img {
    max-width: 100%;
    padding: 0px 20px 20px 20px;
    border-radius: 0 0 310px 310px;
}
.gallery-txt h3 {
    font-size: 140px;
    color: #cccccc30;
    position: relative;
    top: 40px;
}
.gallery-txt p.section-title {
    width: 70%;
    margin: 0 auto;
}
/*****  Masonry Gallery start  ***/

section.gallery-m {
  column-width: 310px;
  column-gap: 30px;
  padding: 50px 5px;
}

section.gallery-m img {
  width: 100%;
  cursor: pointer;
      margin-bottom: 30px;
}


.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000; z-index: 999999;
}



.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}
.arrowl {
    border-radius: 0 15px 15px 0;
}
.arrowr{border-radius: 15px 0 0 15px;}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.lightbox .close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.lightbox .close:after,
.lightbox .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.lightbox .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

/****  End   ****/


/*** Footer ***/
.footer-links a.btn.btn-link {
    color: #000;
    display: inline-block;
    margin: 0 8px;
    padding: 0 0px;
}



.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::after {
    position: relative;
    content: "|";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-left: 20px;
}
.footer .divideri {
    margin: 0;
}
.footer .col-lg-12 {
    margin: 20px 0;
}


.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none;
}
.address p {
    margin-bottom: 0;
}
.address {
    margin-bottom: 18px;
}
.blog-detail h1:after{display:none;}
.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 9px 0;
    font-size: 15px;
    background: #eee2d6;
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.footer h3 {
    
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff;
}



/*Common inner header page*/
.inner-page nav.navbar, .pd-banner {
    background: url(../img/inner-h-bg.jpg) 0 0;
    background-size: cover;
    position: relative;
}
.inner-banner {
        padding: 0;
    margin: 0; position: relative;
}

.inner-page h4.section-title {
    width: 97%;
    height: 290px;
    overflow: auto;
    padding-right: 15px;
    line-height: 35px;
    font-size: 18px;
}

.inner-banner h1 {
    margin-bottom: 3px !important;
}
.inner-banner h1:after{display:none;}
div#p-detail-enquire-form.show {
    /*background: #000000d6;*/
    background: url('../img/bg-image.jpg') 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: block;
}
div#p-detail-enquire-form .modal-content {
    background: #00000000;
    color: #ffffff;
    border: 0;
}
div#p-detail-enquire-form .modal-content .modal-header {
    display: inline-block;
    text-align: center;
    border: 0;
    padding-top: 0px;
}
div#p-detail-enquire-form .modal-content .modal-header img.logo-image.branding_logo_image {
    max-width: 230px;
}
.modal-head-title {
    font-size: 37px;
    line-height: 45px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
}
div#p-detail-enquire-form .modal-dialog {
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
}
.pop-content {
    padding: 70px 80px 0;
    font-size: 25px;
    font-weight: 100;
}
.pop-content ul {
    list-style: none;
    padding: 0;
}
.pop-content ul li {
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
form#outOfStockForm {
    border: 1px solid;
    width: 90%;
}
form#outOfStockForm .modal-body {
    max-width: 85%;
    margin: 0 auto 4px;
    border: 0;
    padding: 35px 0 0 0;
}
form#outOfStockForm .modal-footer {
    border: 0;
    padding: 0;
}
form#outOfStockForm .modal-footer button.btn.btn-primary.outOfStockFormSubmit {
    padding: 0 45px;
    font-size: 31px;
    border: 1px solid;
    border-radius: 0;
}
div#p-detail-enquire-form button.close {
    background: none;
    border: 1px solid #fff;
    border-radius: 66px;
    position: fixed;
    right: -36px;
    top: 70px;
    width: 33px;
    color: #fff;
    line-height: 28px;
    height: 33px;
}

.breadcrumb {
    width: 100%;
    display: none;
    text-align: center;
    border-bottom: 1px solid #f8ce70;
    background: #d9a25333;
    border-top: 1px solid #f8ce70;
}
.breadcrumb ul {
    margin: 10px 0;
}

.breadcrumb ul li {
    display: inline-block;
    padding: 0 25px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.breadcrumb ul li a {
    margin: 0;
    position: relative;
}
.breadcrumb ul li a:after {
    content: '/';
    position: absolute;
    right: -19px;
}

.inner-banner .page-title h2 {
    color: #000;
}
.f-des p {
    font-size: 18px;
}

.divider-b:after {
    background: url(../img/divider-bn.png) 0 0 no-repeat;
    width: 100%;
    content: '';
    height: 50px;
    left: 0;
    bottom: -60px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
h2.divider-b {
    margin-bottom: 55px !important;
}
.about-us .divider-b::after {
    background: url(../img/divider-b.png) center 0 no-repeat;
}
.inner-page .footer .copyright {    
    background: #ebe7e1;
}
h4.one-liner {
    
    font-size: 20px;
}
.home-banner h1.display-1:after{display: none}

h2.display-5 {
    /*font-size: 3.8rem;*/
    font-size: 2.5rem;
}
.f-des.scroller-c {
    height: 212px;
    overflow: auto;
    padding-right: 25px;
}
.bor-right {
    border-right: 1px solid #ccc;
}
.product-wrapper .p-img {
    text-align: center;
}
.product-wrapper .p-img::after{display: none}
.product-wrapper .p-img img {
    max-width: 100%; max-height: 435px;    transition: 1s;
}
.product-wrapper .p-img img:hover {
    transform: scale(1.5);
    transition: 1s;
}
.product-wrapper {
    padding: 0 15px;
}
.p-code {
    font-size: 13px;
}
.product-wrapper .p-img {
   text-align: center;
    margin: 45px auto;
    height: 475px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 360px;
}
/*.p-name, .artist-name {
    margin-top: 30px;
}*/
.p-name h3 {
    font-size: 16px;
    
    color: #000;
    font-weight: 500 !important;
}
.short-de {
    font-size: 12px;
}
.artist-name {
    text-align: right;
}
.price {
    text-align: right;
}
/*.dropdown-menu {
    background-color: #e3e3e3eb;
}*/
.bg-dd {
    background: #000000e6;
}
.pagination ul {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    color: #000;
    border: 1px solid #000;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50px;
    padding: 8px 0;
        margin: 0 7px;
}
.pagination ul li.active a {
    border-color: #f7563a;
    color: #f7563a;
}
.pd-banner h1::after{display: none;}
.pd-banner h1{margin: 0 !important;}
.pd-banner h1{font-size: 45px !important;}

/* Zoom on detail page  */
.zoom {
    display:inline-block;
    position: relative;
}
.zoom img {
    display: block;     max-width: 100%;
}
span#ex1 {
    width: 100%;
    height: 475px;
    overflow: hidden;
}
.zoom img::selection { background-color: transparent; }

.text-left {
    text-align: left;
}
table.responsive-table td {
    padding: 5px 20px 5px 0;
}
.sel-price {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
}
.nprice {
    display: inline-block;
    font-size: 25px;
    margin: 0 20px;
    color: #999;
    text-decoration: line-through;
}
.price.text-left {
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    padding: 0px 0 8px 0;
    margin: 0px 0 7px 0;
}
label.qty-l {
    margin-bottom: 12px;
    font-weight: 700;
}
.price.text-left p {
    display: inline-block;
    color: #666;
}
.pd-info {
   margin: 0px 0 0px;
    font-size: 17px;
}
.shipping-d p {
        font-size: 18px;
    line-height: 28px;
}
.enquire-btn {
    margin-bottom: 30px;
}
.enquire-btn a {
        background: #404040;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 11px 25px;
    border-radius: 4px;
    margin-right: 10px;
}
a.request-price-d {
    color: #000;
}
a.request-price-d img.wa-img-icon {
    position: relative;
    top: -4px;
}
.pd-info.pd-d label {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0 0 8px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.pd-detail label {
    font-size: 20px;
    margin-bottom: 12px;
}
.pd-detail p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.pd-carousel {
    padding: 0 35px;
}
.pd-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.pd-carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -25px;
    background: url(../img/icons/left-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.pd-carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -25px;
    background: url(../img/icons/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.pd-carousel .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}
.pd-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.pd-carousel .owl-dots .owl-dot span {
   /* width: 15px;
    height: 15px;
    border: 1px solid #000;*/
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
}
.pd-carousel .owl-dots .owl-dot.active span {
    background: #000;
}
.pd-carousel .owl-item img {
    display: inline-block;
    width: inherit; max-width: 98%; cursor: pointer; max-height: 600px;
}
a.wp-icon-bottom {
    position: fixed;
    bottom: 19px;
    left: 18px;
    z-index: 99;
}
a.request-price {
    background: none;
    width: auto;
    color: #000;
    font-size: 12px;
}
a.request-price img.wa-img-icon {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    position: relative;
    top: -6px;
}
a.request-price img.wa-img-icon {
    width: 12px;
    height: 12px;
    top: -3px;
}
a.wp-icon-bottom img#style-9 {
    width: 60px;
    height: 60px;
}

.a-c-wrapper img {
    max-width: 100%; margin-bottom: 20px;     max-height: 300px;
}
.product-wrapper.a-c-wrapper a {
    font-size: 18px;
    color: #000;
}
.email-form input, .email-form textarea {
    border: 0;
    border-radius: 0;
    padding: 14px 10px;
    border-bottom: 1px solid #ccc;
}
.email-form label {
    margin-bottom: 12px;
}
form.email-form button.btn.btn-link {
    border: 1px solid #666;
    padding: 15px 33px;
    font-size: 20px;
    color: #000;
    margin-top: 43px;
}

.con-de{border-right: 1px dashed #ccc;}
.contact-de i {
    font-size: 20px;
    margin-right: 9px;
}
.contact-de h4 {
    display: inline-block;
}
.contact-de p {
    padding-left: 35px;
}
.contact-de {
    padding-top: 35px;
}
a.btn.btn-square.btn-outline-body.me-1 {
    margin: 0 12px 0 0 !important;
}
/*a.wishlist-ic {
    position: absolute;
    right: 0;
    top: 0;
}
a.wishlist-ic {
    position: absolute;
    right: 13px;
    top: 11px;
    z-index: 99;
    width: 29px;
    height: 29px;
    background: #ebebeb63;
    border-radius: 5px;
}*/
section#section-about-full ul {
    padding: 0;
    list-style: none;
}
section#section-about-full ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #ccc;
    height: 100%;
    margin: 25px 10px 5px;
    border-radius: 11px;
    min-height: 504px;
}
.home-about-image-wrapp {
    width: 90%;
    margin: 0 auto;
}
.btn-services {
    margin: 45px 0;
    text-align: center;
}
.btn-services a.btn.btn-link {
    padding: 13px 40px;
    border-radius: 9px;
}
section#section-about-full ul li h2 {
    color: #ce7b00;
    font-size: 35px;
}
a.wishlist-ic {
    margin: 0 7px;
}
.product-wrapper a.wishlist-ic img:hover {
    transform: scale(1);
}
.wishlist table thead tr {
    border: 0;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
}
.wishlist th {
    border: 0;
}
.wishlist th {
    border: 0;
    font-weight: 500;
    color: #000;
        font-size: 20px;
}
.wishlist th:nth-child(1) {
    width: 68px;
}
tbody.wishlist-items-wrapper tr {
    border: 0;
    border-bottom: 1px solid #ccc;
}
tbody.wishlist-items-wrapper tr td {
    border: 0;     vertical-align: middle;
}
tbody.wishlist-items-wrapper tr td:nth-child(2) {
    width: 110px; text-align: center;
}
tbody.wishlist-items-wrapper tr td:nth-child(3) {
    vertical-align: middle;
}
tbody.wishlist-items-wrapper tr td:nth-child(3) a {
    color: #000;
}
tbody.wishlist-items-wrapper td {
    font-size: 20px;
}
.btn.kvmbqowqqo {
    border: 1px solid #999;
}
.btn.kvmbqowqqo:hover{color:#000;}
.btn.w-link a {
    border: 1px solid #999;
    color: #999;
    padding: 5px 20px;
    border-radius: 46px;
}
.customFormEnquiryPropertyPageSubmit {
    border: 1px solid #000 !important;
    padding: 9px 0 !important;
    border-radius: 500px !important;
}
.checkout-cart {
    background: #000;
    color: #fff !important;
    font-size: 21px;
    padding: 8px 40px;
}
tbody.wishlist-items-wrapper tr td:nth-child(5) {
    width: 250px;     text-align: right;
}
.wishlist th:nth-child(5) {
    text-align: right;
}
.jqfayddvcx {
    text-align: left;
    position: relative;
    top: 13px;
    padding: 0 16px;
}
.jqfayddvcx h4 {
    padding: 20px 0px 10px;
    border-bottom: 1px dashed #ccc;
}
li.fkqvvjbafi {
    display: inline-block;
}
li.fkqvvjbafi a {
    border: 1px solid #ccc;
    border-radius: 63px;
    color: #000;
    padding: 12px 30px;
    display: inline-block;
    margin: 12px 12px;
}
ul.apajvhdmqm {
    padding: 0;
}
li.fkqvvjbafi {
    display: inline-block;
    margin: 0px;
    padding: 0;
}
.blogs .cat-name-listing h2 {
    border-bottom: 0px dashed #ccc;
    padding: 0 0 0 0;
    
}
.blogs .cat-name-listing ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blogs .cat-name-listing ul li {
    display: inline-block;
}
.blogs .cat-name-listing ul li a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 20px;
    border-radius: 31px;
    color: #000;
    font-size: 20px;
    margin: 15px 20px 0 0;
}
.cat-name-listing {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 22px 0;
    margin-bottom: 35px;
}
.cat-listing-img img {
    max-width: 100%;
    max-height: 430px;
}
.cat-listing-img {
    text-align: center;
}
b, strong {
    font-weight: 600 !important;
}
.saperator {
    border-bottom: 1px dashed #ccc;
    margin: 25px 0;
}
.cat-listing-detail h2 a {
    color: #000;
    font-size: 28px;
    font-weight: 500;
}
.cat-listing-detail .blog-d-a {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
    margin: 20px 0;
    padding: 7px 0;
}
.cat-listing-detail .blog-d-a span.badge {
    padding: 0;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin: 0 17px;
}
.blog-short-d {
    line-height: 26px;
}
.blog-detail {
    border-right: 1px dashed #ccc;
    padding: 0 45px 0 0;
}
.mb-7 {
    margin-bottom: 70px;
}
.blog-dd img {
    border-radius: 24px;
    margin: 12px 0;
}
.blog-cat {
    font-size: 20px;
}
.blog-dd .blog-d-a {
    margin: 12px 0;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 13px;
}
.blog-dd .blog-d-a span {
    margin: 20px;
}
.blog-dd p {
    text-align: left;
}
.side-bar {
    padding: 0 15px 0 20px;
}
.testi-pad .gallery-txt {
    top: inherit;
}
.side-bar.sticky-g {
    padding: 0 15px 0 20px;
    background: none;
    box-shadow: none;
    top: 70px;
}
.side-bar ul li {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}
.side-bar ul li a {
    color: #000;
    font-size: 17px;
}
.shadow-sm1 div#navbarCollapse {
    position: fixed !important;
    top: 0;
    width: 100%;
}
.currentZoomImageSrc{
    /*position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;  top: 10%;
    height: 80%;*/
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    max-height: 1000px;
    padding-bottom: 100px;
}
.customZoomFunctionNext{
    position:absolute;right:0;top:45%;font-size:50px;color:black;cursor:pointer;background:rgb(255 255 255 / 45%);padding:20px; z-index: 99; border-radius: 15px 0 0 15px;
}
.customZoomFunctionPrev{
    position:absolute;left:0;top:45%;font-size:50px;color:black;cursor:pointer;background:rgb(255 255 255 / 45%);padding:20px;  border-radius: 0 15px 15px 0;
    z-index: 99;
}
.customZoomFunctionClose{
    position:absolute;right:20px;top:20px;font-size:30px;color:black;cursor:pointer; 
    z-index: 99;
}

.goToGallery {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 20px;
    border-radius: 31px;
    color: #000;
    font-size: 20px;
    margin: 15px 20px 0 0;
    cursor: pointer;
}
.gmg img.customZoomFunction {
    max-width: 100%; cursor: pointer;     max-height: 250px;
}
.g-imgs {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
    padding: 2px;
    /*border: 1px dashed #ccc;
    background: #fff;*/
        position: relative;     overflow: hidden;
}
.gmg {
    margin: 15px 0;
}
.jogkyqrtij {
    position: absolute;
    width: 99%;
    background: #ffffffdb;
    bottom: 1px;
    padding:7px 10px;
    text-align: center;
}
.gallery h3 {
    background: #df8b66e0;
    color: #000;
    padding: 15px 0;
    text-align: center;
}
.sticky-g {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0 4px 5px #7a7a7a26;
}
.customZoomFunctionHolder{
    background:rgb(245 245 245 / 94%);width:100%;height:100vh;position:fixed;top:0;z-index:99999
}
.main-img {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.filter-bg{
    background-size: cover;
    width: 100%;
    height: 100vh;
    filter: blur(50px);
    position: absolute;
    z-index: 1;
}
.out-ofstock{
    color: #56241b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
}
.enquire-btn a.out-of-stock {
    background: #c5c5c5;
}
form#contactForm .submitContactForm {
    background: #000;
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
}
.pagination nav span, .pagination nav span a{
        display: inline-block;
    width: 41px;
    margin: 0 2px;
    height: 41px;
    border-radius: 47px;
    padding: 8px 0px !important;
    margin-bottom: 9px;
}

a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5 {
    display: inline-block;
    width: 41px;
    margin-left: 5px;
    height: 41px;
    padding: 6px !important;
    color: #000
}
span[aria-label="&laquo; Previous"], span[aria-label="Next &raquo;"] {
    display: none !important;
}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    padding: 8px 0px !important;
    background: #000 !important;
    color: #fff;
}
.pagination nav span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    width: 100%;
    box-shadow: none !important;
}
a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
        display: inline-block;
    width: 41px;
    height: 41px;
    padding: 6px !important;
    color: #000
}
.wishlist-icon.pd {
    display: inline-block;
    margin-right: 12px;
    float: left;
    position: relative;
    top: 7px;
    width: 32px;
}
h2.pd-title {
    
}
.pro-detail-carousel img {
    border-radius: 20px; border: 1px solid #ff9800bf;
}
.property-info-left h4 {
    position: relative;
}
.property-info-left h4:after {
    content: '';
    position: absolute;
    left: 110px;
    top: 50%;
    border-top: 1px solid #000;
    width: 39%;
}
.related-prod-list .property-info-left h4::after {
    left: 190px;
}
.property-info-left h4 {
    position: relative; margin-bottom: 35px;
}
.overview-info ul {
    padding: 0;
    list-style: none;
}
.overview-info ul li {
    display: inline-block;
    width: 40%;
    margin-right: 47px;
}
.overview-info ul li:last-child {
    margin: 0; width: 47%;
}
.overview-info ul li:first-child, .overview-info ul li:nth-child(4) {
    border-right: 1px solid #ccc;
}
.overview-info ul li:nth-child(3) {
    width: 80%;
}
.overview-info ul li:nth-child(3) hr {
    width: 50%;
    margin: 38px auto 25px;
}
.overview-info ul li:last-child .p-info-r {
    width: 130px;
}
.p-info-r strong {
    font-weight: 700 !important;
}
.overview-info ul li div {
    display: inline-block;
    vertical-align: middle;
}
.overview-info ul li div.icon-w {
    border: 1px solid #ff9800b5;
    border-radius: 10px;
    padding: 13px;
}
.overview-info ul li div.icon-w img {
    width: 35px;
}
.overview-info ul li div.icon-w {
    border: 1px solid #ff9800b5;
    border-radius: 10px;
    padding: 13px;
    margin-right: 20px;
}
.table-class tr:first-child {
    background: #ccc;
    font-weight: 700;
    color: #000;
}
.table-class table {
    width: 100%;
}
.table-class table td {
    border: 1px solid #000;
    padding: 10px 15px;
}
.m-auto.table-class h5 {
    font-size: 35px;
    margin: 40px auto;
    border: 1px dashed #000;
    padding: 20px 45px;
    width: auto;
    display: table;
}
.m-auto.table-class {
    overflow: auto;
}
.p-other-info {
    margin: 35px 0;
}
.s-details {
    position: absolute;
    left: 54%;
    top: -63px;
    z-index: 9;
    text-align: left;
}
.a-short-description {
    padding: 0 50px 0 0;
}
.product-page h2.pd-title {
    color: #ad7700;
}
.s-details ul li span {
    display: inline-block;
    background: linear-gradient(90deg, #ffe0c7, #fff);
    padding: 22px 30px;
    border-radius: 100px;
}
.s-details ul {
    margin: 0;
    list-style: none;
    padding-left: 80px;
}
.s-details ul li {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 23px;
}
.pro-img-short-d {
    margin-bottom: 45px;
    margin-top: 25px;
}
.pro-img-short-d .owl-nav .owl-prev {
    background: none;
    position: absolute;
    text-indent: inherit !important;
    font-family: monospace;
    font-size: 36px;
    color: #cb8c04 !important;
    padding: 0 17px;
    width: 27px !important;
    left: -60px;
    top: 50%;
    transform: translate(0px, -50%);
}
.pro-img-short-d .owl-nav .owl-prev:before {
    content: '<';
}
.pro-img-short-d .owl-nav .owl-next {
    background: none;
    position: absolute;
    text-indent: inherit !important;
    font-family: monospace;
    font-size: 36px;
    color: #cb8c04 !important;
    padding: 0 17px;
    width: 27px !important;
    right: -40px;
    top: 50%;
    transform: translate(0px, -50%);
}
.pro-img-short-d .owl-nav .owl-next:before {
    content: '>';
}

.property-info-left {
    padding: 0 50px 0 0;
}
.mobile-icons {
    display: none;
}
.inner-page div#navbarCollapse {
    top: 0;
}
.mob-dis-b{display:none;}
.mob-dis-none {
    display: inline-block;
        
}
.filter-w ul li.close-f.mob-dis-b {
    display: none;
}
img.errorpage {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.forgot-pwd {
    background: none;
    padding: 50px;
}
.forgot-pwd .submitForgotForm {
    background: #000;
    font-size: 22px;
}
.collapse.in {
    display: block;
}
.faq .card-header {
    padding: 0;
}
.faq .card-header a.card-link {
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    font-size: 20px;
    position: relative;
    transition: .5s;
}
.faq .card-header a.card-link:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 28px;
    transition: .5s;
}
a.card-link[aria-expanded="true"]:after {
    transform: rotate(180deg);
    transition: .5s;
}
.img-g-w:hover .xyqkinarxr {
    display:block;
}
.img-g-w .xyqkinarxr {
    position: absolute;
    z-index: 9;
    bottom: 45%;
    width: 100%;
    text-align: center;
    background: #ffffffdb;
    padding: 11px 0;
    transition: .5s;
    font-weight: 600;
    display:none;
}
.f-des.exe-height {
    height: 400px;
    overflow: auto;
    padding-right: 20px;

}
.bottomCaption {
    position: fixed;
    bottom: 7px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    z-index: 9999;
    font-weight: 600;
        display: none;
}

.exe-gallery-pro .product-wrapper .artist-name {
    display: none !important;
}
.pc-height-over {
    height: 120px;
    overflow: auto;
    padding-right: 20px;
}
a.cate-img {
    display: table-cell;
    height: 325px;
    vertical-align: middle;
    width: 310px;
}
.pd-hei-auto {
    /*height: 550px;*/
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 25px;
}
.pd-hei-auto li {
    margin-bottom: 12px; list-style: auto;
}
form#outOfStockForm .modal-body {
    max-width: 85%;
    margin: 0 auto 4px;
}
form#outOfStockForm .modal-body label {
    margin-bottom: 9px !important;
}
form#outOfStockForm .modal-body input {
    margin-bottom: 15px;
    border-radius: 0;
    padding: 15px 0px;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
form#outOfStockForm .modal-body textarea#message {
    border-radius: 55px; padding: 15px 20px;
}
.gallery-txt a.btn.btn-primary.py-3.px-5.animated.slideInLeft {
    padding: 8px 20px !important;
    
}
.l-c-icons {
    display: inline-block;
}
.l-c-icons i.bi {
    font-size: 19px;
}
.pd-detail.prod-padd h4 {
    font-weight: 300 !important;
    font-size: 35px;
    margin-bottom: 25px;
    
}
.pd-detail.prod-padd blockquote {
    border-left: 5px solid #eacca4;
    padding: 0 25px;
    color: #eacca4;
    border-right: 5px solid #eacca4;
    text-align: center;
    margin: 24px 0 0 0;
    width: 94%;
}
.p-list h2 {
    display: inline-block;
}


.filters-w {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 45px;
    position: relative;
}

.filter-w ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
.filter-w ul li {
    display: inline-block;
    margin: 0 25px;
}
.filter-w.text-right label {
    float: none;
}
.filter-w.text-right ul {
    float: right;
}
.filter-open {
    display: none;
    position: absolute;
    background: #ffffffe8;
    width: 100%;
    left: 0;
    top: 51px;
    z-index: 99999;
    padding: 40px 30px;
    height: 300px;
    overflow: auto;
}
.filter-open.sort-by-open {
    width: auto;
    right: 0;
    left: inherit;
    height: auto;
    padding: 15px;
    text-align: left;
}
.filter-open li {
    width: 20%;
    margin-bottom: 10px !important;
    display: inline-block;
}
.filter-w ul li h5 {
    
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
        cursor: pointer;
}
.apply-filter {
    display: inline-block;
    width: 100%;
    padding: 0px 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
li.rtffrnxqhf {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 0 20px !important;
}
.filter-open.sort-by-open li.fyitbmnteo {
    width: 70%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.apply-filter label {
    float: left;
    width: auto;
    margin-right: 20px;
}
.apply-filter ul {
    padding: 0;
    list-style: none;
    margin: 0;
    float: left;
}
.apply-filter ul li {
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 4px;
    margin-bottom: 10px;
}
.filter-w ul li h5:after {
    content: '>';
    position: absolute;
    right: -16px;
    top: 1px;
    transform: rotate(90deg);
    transition: .5s;
}
.filter-w ul li h5.select {
    font-weight: 600 !important;
}
.filter-open ul {
    width: 100%;
}
.eewslarhuc img {
    max-width: 48px;
}
.apply-filter .ueqiiddzfh {
    width: 84%;
    float: left;
}
ul.cdiegovsjz a {
    width: 13px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    position: relative;
    top: -1px;
    background: #000;
    color: #fff;
        margin: 0 10px;
}
.fcfttjznrn {
    margin-bottom: 25px;
}
.lgmhftblcj {
    position: relative;
    text-align: right;
    font-size: 11px;
}

.btn.btn-primary.umpztwnsag {
    width: 100%;
    margin-bottom: 15px;
}
.btn.btn-primary.wvenapoqev {
    width: 100%;
}
.btoteepntj {
    text-align: center;
    border: 1px solid #0000002b;
    border-radius: 5px;
    padding: 3px 4px;
    width: fit-content;
    /*margin: 0 auto;*/
}
.enquire.show-form .error {
    color: #000;
    font-size: 14px;
}
a.t-btn {
    border: 1px solid #ccc;
    padding: 10px 23px;
    display: inline-block;
    border-radius: 50px;
    font-size: 25px;
    margin: 30px 0;
}

.col-sm-12.product-left {
    text-align: center;
}
.easyzoom.easyzoom--overlay {
    
    width: 100%;
}
.easyzoom-flyout {
    display: none;
}
.btn.btn-primary.fryeoxwpcd.sticky-btn {
    position: fixed;
    top: 278px;
    right: 60px;
    z-index: 1;
    background: #fff;
    color: #000;
}


body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
}

.inner-page h4.section-title::-webkit-scrollbar {
  width: 3px;
}
.inner-page h4.section-title::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.inner-page h4.section-title::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}

.f-des.scroller-c::-webkit-scrollbar {
  width: 3px;
}

.f-des.scroller-c::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.f-des.scroller-c::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}



.exe-height::-webkit-scrollbar {
  width: 3px;
}

.exe-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.exe-height::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}

.pc-height-over::-webkit-scrollbar {
  width: 3px;
}

.pc-height-over::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pc-height-over::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}


.pd-hei-auto::-webkit-scrollbar {
  width: 3px;
}

.pd-hei-auto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pd-hei-auto::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}


.filter-open::-webkit-scrollbar {
  width: 3px;
}

.filter-open::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-open::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}
.customMessage{
    display:none;
}
.showSuccess{
    background: #b9edb9;
    color: black;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    width: 250px;
    text-align: center;
    z-index: 99999;
}
.showError{
    background: #edb9b9;
    color: black;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    width: 250px;
    text-align: center;
    z-index: 99999;
}
header.header {
    position: fixed;
    padding: 15px 0 100px 0;
    width: 100%;
    z-index: 9;
    background: linear-gradient(180deg, black, #00000000);
}
.inner-banner-images {
    position: relative;
}

a#branding_logo {
    top: 110px;
    position: relative;
}
.header-container {
    position: relative;
    padding: 0 35px;
}
body.inner-page {
    overflow-x: hidden;
}
header .header-container .header-right {
    position: static;
    text-align: right;
}
.navbar-nav .nav-link {
    
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    
     text-transform: uppercase;
     position: relative;
}
li.db-pdf a.nav-item.nav-link {
    border: 1px solid #b6551a;
    padding: 6px 18px;
    color: #b6551a;
}
.navbar-nav .nav-link:after {
    content: '/';
    right: -25px;
    position: absolute;
}
/* .page-title {
    position: absolute;
    width: 100%;
    top: 47%;
}*/
.inner-banner .page-title {
    width: 98%;
    z-index: 2;
    top: 400px;
    margin: 0 auto;
    right: 0;
    border-bottom: 1px solid #e4dcb4;
    /*position: absolute;*/
    left: 0;
}
.inner-banner .page-title h1 {
    font-size: 45px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300 !important;
    color: #000000;
    padding: 20px 0;
}
.store-cat-w {
    padding: 5px 0;
    border-top: 2px solid #e9e7e8;
    border-bottom: 2px solid #e9e7e8;
    margin-bottom: 20px;
    margin-top: 85px;
}


.store-cat-w{
    padding: 5px 0;
    border-top: 2px solid #e9e7e8;
    border-bottom: 2px solid #e9e7e8;
    margin-bottom: 20px; margin-top: 25px;
}
.store-cat{background: url('../img/form-s-bg.jpg'); text-align: center; position: relative; background-repeat: no-repeat; background-size: cover; padding-bottom: 70px !important; padding-top: 65px;}
.store-cat .form-heading {
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align:center;
}
.list-page-w .form-heading {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.form-heading.text-center label {
    font-size: 27px;
}

.form-bg input.form-input {
    background: none;
    border: 0;
    border-bottom: 2px solid #9f9f9f;
    border-radius: inherit;
    font-size: 24px;
    color: #000;
    padding: 0 0 20px 0;     width: 100%;
}
.form-bg input[type="button"].form-input {
    border: 2px solid #9f9f9f;
    padding: 10px 10px;
    font-weight: 400;
    border-radius: 100px;
}
.sub-cat-list {
    text-align: center;     position: relative;     padding: 50px 0;
}
.sub-cat-list .owl-prev, .blog-carousel-home .owl-prev, .prod-carousel-home .owl-prev, .testimonial-carousel .owl-prev{
    position: absolute;
    left: -55px;
    top: 35%;
    background: #fff url('../img/left-arrow.png') no-repeat center center !important;
}
.sub-cat-list .owl-next, .blog-carousel-home .owl-next, .prod-carousel-home .owl-next, .testimonial-carousel .owl-next{
    position: absolute;
    right: -55px;
    top: 35%;
    background: #fff url('../img/right-arrow.png') no-repeat center center !important;
}
.quote-img img {
    max-width: 37px;
}

.be-geniune{
    
    height:100%;
    text-align: center;     padding: 110px 21px 70px 110px;
}
.p-140{padding: 80px 25px 0px 40px}
.gen-title {
    text-align: left;
}
.gen-title h2 span {
    color: #a43905;
}
.gen-prod-wrap {
    position: relative;
    z-index: 1;
}
.footer-top {
    background: #faf1e8;     z-index: 3;
}
.pm-5 {
    margin-left: 50px;
    width: 40%;
}
.con-details ul {
    list-style: none;     text-align: center; padding: 0;
}
.con-details ul li {
        border: 1px solid #ccc;
    padding: 30px 0 0;
    width: /*25%;*/30%;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    margin: 27px;
}
.product-page .rangeStartEnd {
    display: inline-block;
    
}
.product-page .rangeStartEnd div {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
}
.product-page .rangeStartEnd div.mrp-p.symbol {
    font-weight: 500;
}
/*.pd-detail.prod-padd {*/
/*    border-top: 1px solid #ccc;*/
/*    margin-top: 75px;*/
/*}*/
.a-short-description-home {
    font-size: 17px;
}
.related-prod-list {
    border-top: 1px solid #ccc;
    margin-top: 22px;
}
img.max-w {
    max-width: 100%;
}
.text-left.padd-a {
    padding: 164px 80px;
}
.con-details ul li .icons i {
    font-size: 50px;
}
.con-details ul li div {
    display: block;
    margin-bottom: 25px;
}
.c-text strong {
    font-size: 21px;
    font-weight: 300 !important;
}
.c-text {
    font-size: 20px;
    font-weight: 300;
}
.text-center-footer {
    padding: 30px 30px 175px 30px;
}
blockquote {
    width: 75%;
    margin: 40px auto 5px;
    font-size: 21px;
    background: url(../img/quote.jpg) 0 0 no-repeat;
    padding: 0 0 0 50px;
    font-style: italic;
}
.footertopHomenoneClass {
    display: none;
}
.about-vision a.btn.btn-link {
    border: 1px solid #000;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 0;
    color: #000;
}
.about-vision blockquote {
    width: 100%;
}
.z-ind-3 {
    position: relative;
    z-index: 3;
}
img.img2 {
    position: absolute;
    left: 0;
    bottom: 0%;
}
.be-geniune .btn-link {
    text-align: left;
}
.small-tag {
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 5px;
}
.b-ele-small {
    position: absolute;
    right: 18%;
    top: 0;
}
.b-ele {
    position: absolute;
    left: -29px;
    top: -34px;
    z-index: 9;
}
.small-tag:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #ccc;
    top: 13px;
    
}
.be-geniune .btn-link a {
    text-transform: uppercase;
    text-decoration: underline;
}
.p-image {
    position: relative;
}
.owl-theme .owl-nav [class*=owl-] {
    /*background: none;*/
    text-indent: -9999999px;
    overflow: hidden;
    width: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
}
.sub-cat-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-cat-list ul li {
    display: inline-block;
    margin: 0 8px; font-weight: 600;
}
.home-padding-top .sub-cat-list ul li {
    margin-bottom: 40px; width: 110px;
}
.home-padding-top .sub-cat-list li a {
    display: inline-block;
}
.sub-cat-heading-home {
    display: grid;
}
.pos-top-v {
    position: relative;
    top: -18px;
}
a.color-white {
    display: inline-block;
    color: #fff;
}
.sub-cat-list ul li img {
    max-width: 240px;
    margin-bottom: 19px;
}
.list-page-w div#primary.content-area {
    padding: 0px 0 0 0;
}
.filter-w.row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.filter-w.row label {
    display: inline-block;
    margin-right: 13px;
}
.col-md-6.text-right {
    text-align: right;
}
.dropdown {
    display: inline-block;
}
.dropdown select {
    border: 0;
    font-size: 18px;
    background: none !important;
    border: 1px solid #747474;
    padding: 0 2px 0px 2px;
}
.p-list {
    max-width: 90%;
    margin: 0 auto;
}
.saperator {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 25px 0 0 0;
    margin-top: 25px;
}
.list-wrapper {
    border-right: 0px solid #ccc;
    padding: 0 25px;
    /*box-shadow: 0 0 5px #fff;*/
    border-radius: 20px;
    text-align: center;
    transition: .5s;
    position: relative;
}
.frequentl-asked-question .card {
    background: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 0;
}
.frequentl-asked-question .card-header a.btn {
    border: 0 !important;
    font-weight: 500;
    font-size: 17px;
    color: #966d0f;
    width: 100%;
    text-align: left;
    padding: 7px 0;
}
.border-right-1 {
    border-right: 1px dashed #ccc;
}

.p-img {
    transform: rotateY(0deg);
    transition: .5s;
}
.list-wrapper:hover .p-img {
    transform: rotateY(180deg);
    transition: .5s;
}
.form-control{    appearance: auto;}
.p-text {
    padding: 20px 30px;
    text-align: left;
}
.blog-page .p-text {
    padding: 0 18px 16px;
}

.price-wrap .sellp {
    display: inline-block;
    font-weight: 600;
}
.p-text h6 a {
    font-size: 25px;
    
}
.price-wrap .mrp {
    display: inline-block;
    text-decoration: line-through;
    font-size: 15px;
}
.price-wrap {
    margin-bottom: 12px;
}
input.p-buy {
    background: none !important;
    color: #000;
    border-radius: 100px;
    padding: 6px 15px;
}
.s-pages {
    width: 95%;
    margin: 0 auto !important;
}
.brands {
    width: 75%;
}
.tree-r {
    position: absolute;
    right: 0;
    bottom: 0;
}
.b-head {
    width: 75%;
}
section.top-developers .item {
    text-align: center;
    background: #fff5d700;
    margin: 0 20px;
    overflow: hidden;
    width: 115px;
    height: 100px;
    object-fit: cover;
    padding: 0px;
    border-radius: 0;
    border: 1px solid #FFC107;
}
section.top-developers img {
    width: auto;
    display: inline-block !important;
    max-width: 100px;
}
.top-developer-wrapper {
    width: 90%;
    margin: 0 auto;
}
.faqss-wrapper {
    width: 89%;
    margin: 0 auto;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(254 251 234);
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}



.row.odd-p {
    flex-flow: row;
    
}
.row.even-p {
    flex-flow: row-reverse;    
}
.row.services.prod-list {
   align-items: center;
    justify-content: center;
    padding: 0 0 170px 0; 
}




.s-pages form.woocommerce-cart-form {
    margin-bottom: 33px;
    width: 70%;
    float: left;
    border-right: 1px dashed #ccc;
    padding-right: 4%;
}
/* Custom checkbox css start */
.chk-box-w {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      top: 13px;
  
}
.chk-box-w input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border: 1px solid #666;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #666;
}
.chk-box-w:hover input ~ .checkmark {
  background-color: #4caf5000;
    border: 1px solid #666;
}
.chk-box-w input:checked ~ .checkmark {
  background-color: #4caf5000;
    border: 1px solid #666;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chk-box-w input:checked ~ .checkmark:after {
  display: block;
}
/*.navbar-nav ul li a:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    height: 10px;
}*/
li.dd-menu ul li a:after {
    display:none;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End */
.price-wrap div {
    display: inline-block;
    margin-right: 0px;
    font-size: 20px;
}
.p-text .col-lg-5 .price-wrap .rangeStartEnd {

    width: 97%;
    position: absolute;
    left: 0;
    bottom: 6px;
    text-align: right;

}
.color-lgt.symbol {
    display: none;
}
.mrp-p {
    text-decoration: line-through;
    font-size: 17px !important;
    color: #8d8d8d;
}
.w-half {
    width: 45%;
    margin: 0px 4px;
    font-size: 14px;
    padding: 3px 0;
}
a.loadmore.mgooxxbjga {
    position: relative;
    border: 1px solid #7c7c7c;
    background: #fff;
    color: #000;
    padding: 8px 50px;
    display: inline-block;
    border-radius: 0;
}
a.loadmore.mgooxxbjga:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -6px;
    left: 0;
    background: #000;
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    z-index: -1;
    display:none;
}
li.dd-menu .dropdown li {
    padding: 0;
    width: 100%;
}

.footer {
    display: block;
    width: 100%;
    
    margin: -100px 0 0 0 !important;
    position: relative;
    z-index: 9;
    padding-top: 160px !important;
    padding-bottom: 50px !important;
    color: #fff;
}
.pre-footer-block {
    margin-top: 60px;
}
.pre-footer-block {
    text-align: center;
    padding: 50px;
    
    border-top: 2px solid #ccc;
}

.bg-lo.footer-bg {
    color: #fdfdfd;
    padding: 15px 0 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    background: #0a0601;
}
.information-pages {
    text-align: center;
}
.information-pages a {
    color: #fff;
}
.information-pages ul {
    padding: 0;
    margin: 0;
}
.information-pages ul li {
    display: inline-block;
    margin: 0 40px;
}
.bg-lo.footer-bg.footer-open {
    display: block;
}

.footer-w h6 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 24px;
}
.textwidget a.btn {
    display: inline-block;
    color: #fff;
    padding: 7px 0;
}
.f-title {
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.f-text-center {
    text-align: center;
}
.f-text-center ul {
    padding: 0;
    list-style: none;
}
.textwidget p.mb-2 a, .textwidget p.mb-2 i {
    color: #fff !important;
}
.f-text-right {
    text-align: right;
}
.nes-lt-w input[type="text"] {
    width: 86%;
    background: none;
    border: 1px solid #666;
    padding: 8px 20px;
}
.nes-lt-w input.btn.btn-submit {
    background: #000;
    border-radius: 0;
    margin: 15px 0 0;
    color: #fff;
    padding: 15px 20px;
}
.footer-wrapper-bg {
    background: url(../img/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.b-birds {
    position: absolute;
    top: -60px;
}
.footer-wrapper-bg h3 {
    font-family: adelia;
    font-size: 30px;
    color: #000;
    text-transform: initial;
    margin-bottom: 45px;
}
.footer-center-txt h4 {
    
    font-size: 45px;
    width: 60%;
    display: inline-block;
}

.footer-center-txt a {
    border: 1px solid #ccc;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 500;
    border-radius: 100px;
    display: inline-block;
    padding: 10px 30px;
}
.container-fluid.copyright {
    background: #0a0601;
    padding: 13px 40px 5px;
    font-size: 13px;
    color: #ffffff;
    border-top: 1px solid #ffffff1f;
}
.copyright_payment_img.c-info {
    text-align: right;
}
.copyright_payment_img.c-info ul {
    list-style: none;     margin-bottom: 0;
}
.copyright_payment_img.c-info li {
    display: inline-block;
}
.copyright_payment_img.c-info a {
    color: #fff; text-decoration:none;     margin: 0 6px;
}
.company-credits {
    background: #0a0601;
    padding: 15px 0;
    border-top: 1px solid #cccccc30;
        color: #ffffffbf;
}
.company-credits a{
        color: #ffffffbf;
}
.pre-footer-block h5 {
    
    text-transform: uppercase;
    position: relative;
    font-size: 40px !important;
    color: #000;
}
.pre-footer-block .sub-heading {
    width: 30%;
    margin: 0 auto; color: #000;
}
.way-list ul {
    padding: 0;
    margin: 30px 0;
    text-align: center;
}
.way-list ul li {
    display: inline-block;
    margin: 0 30px;
    color: #000;
    font-weight: 600;
}
.way-list ul li {
    display: inline-block;
    margin: 0 25px;
    color: #000;
    font-weight: 500;
    font-size: 21px;
}
/*.pd-detail.prod-padd a:last-child {
    float: right;
}*/
a.btn.btn-primary.prev-next {
    float: right;
}
.pd-detail.prod-padd a {
    width: auto;
    font-size: 15px;     float: left;
}
a.btn.btn-primary.prev-next {
    float: right;
    position: fixed;
    right: -56px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 999999;
    backdrop-filter: blur(22px);
    letter-spacing: 2px;
}
a.btn.btn-primary.prev-left{
    position: fixed;
    left: -56px;
    top: 50%;
    transform: rotate(90deg);
    z-index: 999999;
    backdrop-filter: blur(22px);
    letter-spacing: 2px;
}
.prod-padd .mob-dis-none {
    width: 100%;
}
.ofspcgaaof h4 {
    font-size: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    font-weight: 700 !important;
}
.ofspcgaaof .bg-light {
    background: none;
    float: left;
    width: 50px;
}
.ofspcgaaof span.counter {
    float: left;
    position: absolute;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0 4px;
    border-radius: 50px;
    right: 0;
    top: -6px;
    line-height: 19px;
    font-size: 12px;
    text-align: center;
    z-index: 999;
}
a.p-name-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
div#property9 span.symbol {
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.p-name-title {
    line-height: 18px;
}
input.cswuihbbqs {
    background: none;
    border: 1px solid #878787;
    padding: 8px 15px;
    border-radius: 6px;
       width: 100%;
}
input.btn.btn-primary.ywzgaoyudt {
    width: 100%;
    padding: 9px 0;
}
a.btn.btn-block.btn-primary.full-width.big-font {
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 7px 35px;
}
.login-wrapper {
    padding: 35px;
}
.login-wrapper input.form-control {
    border-radius: 7px;
    margin-bottom: 21px;
}
.color-black a {
    padding: 0;
    color: #000 !important;
    margin-bottom: 13px;
}
input#loginSubmit {
    width: 143px;
}
.color-black, .color-black:hover {
    color: #000;
    text-decoration: underline;
}
.inner-banner-images img {
    max-width: 100%;
}
.product-carousel {
    overflow: hidden;
}
.product-left .image {
    width: 496px;
    height: 433px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.additional-carousel {
    position: relative;
}
.additional-carousel .owl-item.active li {
    border: 1px solid #ccc;
    margin: 00 6px 12px;
    width: 93%;
}
.bmbrcmjyzq, .dwtkxibhyi, .wiyfpecpgs {
    border: 1px solid #6b5a5a !important;
    padding: 2px;
}
.mrp-pp {
    display: inline-block;
    text-decoration: line-through;
    font-size: 15px;
    color: #999;
}
.special-pp {
    display: inline-block;
    margin-right: 15px;
    font-size: 25px;
    
}
.vvzymtacdm {
    width: 30px !important;
    height: 30px !important;
    min-width: inherit !important;
    border-radius: 500px;
    text-indent: -99999999px;
}

/* Zoom css start */
.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.easyzoom img {
    vertical-align: bottom;
}
.easyzoom.is-loading img {
    cursor: progress;
}
.success h1 {
    text-transform: inherit;
    line-height: 1;
    margin-top: 35px;
    font-size: 52px;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}
.easyzoom.is-error  img {
    cursor: not-allowed;
}
.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
.inrbmxyrem {
    position: relative;
}


.nav-link {
        display: inline-block;
        padding: 0.5rem 1rem;
        color: #fffacd;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
        font-weight: 500;
    }
/* End */

.jmdcrdbonp.bmbrcmjyzq {
    background: #000;
    color: #fff;
}
.vvzymtacdm.dwtkxibhyi {
    border: 3px solid #756868 !important;
}
.product-carousel {
    overflow: hidden;
    padding: 14px 0;
}
.product-carousel .owl-item.active {
    width: auto;
    display: inline-block;
}
.disabled {
    display: none;
}
.btn.btn-primary.oos {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}
.pd-info h4 {
    font-weight: 300 !important;
    color: #000;
    font-size: 35px;
}
.pd-info p {
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
}
.price.text-left .regular-pp {
    font-size: 30px;
    color: #000;
}
.pd-hei-auto h4 {
    font-weight: 700 !important;
}
.pd-hei-auto p {
    margin: 0 0 15px 30px;
}
.f-detail.sku-code {
    position: relative;
    top: -18px;
}
.f-detail {
   
}
.pd-info .col-lg-3.m-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 27px;
}
.f-detail.sku-code label {
    width: auto;
}
.txt-lft {
    text-align: left;
    padding-left: 24px;
    margin-bottom: 11px;
}

.f-detail label {
    color: #000;
    width: 170px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
}
.pd-w {
    width: 50%;
    display: inline-block;
}
.m-bottom {
    margin-bottom: 25px;
}

.f-detail span {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}
.divider span {
    display: inline-block;
    border-top: 1px solid #999;
    width: 75%;
    margin: 10px 0;
}
.on-request-detail {
    margin: 30px 0 0 25px;
}
table.responsive-table p {
    font-family: sans-serif;
}
.shape-bt-black{display:none;}
header.header.header-desktop.shadow-sm2 {
    top: 0;
    transition: .3s;
    z-index: 999;
    padding: 10px 0 10px 0;
    background: #000;
    backdrop-filter: blur(21px);
}
header.header.header-desktop.shadow-sm2 a#branding_logo {
    top: 5px;
    position: relative;     z-index: 10;
}
header.header.header-desktop.shadow-sm2 nav#menu {
    position: relative;
    right: 0;
    top: 63px;
}
header.header.header-desktop.shadow-sm2 .shape-bt-black{
    display: block;
    position: absolute;
    bottom: -90px;
}
header.header.header-desktop.shadow-sm2 img.logo-image.branding_logo_image {
    max-width: 280px;
    position: relative;
    top: 0;
    transition: .5s;
}
li.dd-menu .dropdown-lv1 ul {
    margin: 0;
}
header.header.header-desktop.shadow-sm2 ul {
    margin: 0;
}
.header-logo-center {
    max-width: 210px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    transition: .5s;
}
header.header.header-desktop.shadow-sm2 .header-logo-center {
    top: 0;
    margin: inherit;
    transition: .5s;
}

.rating {
    display: inline-block;
    margin-bottom:30px;
}
h3.review-w {
    text-align: left;
    margin: 0 !important;
    font-weight: 300 !important;
    font-size: 33px;
    color: #000;
    margin-bottom: 30px !important;
}
h3.review-w .rating {
    display: inline-block;
}
.review-wrapper h5 {
    font-size: 15px;
}
.rsmxosilmp {
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px 0;
        margin: 15px 0 0px;
    background: #ffffffb3;
}
.write-review-form input.form-control {
    border: 1px solid #ccc;
    padding: 12px 12px;
    margin-bottom: 19px;
    border-radius: 0px;
}
.unfdiartqx.star-rat {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 19px;
    font-size: 17px;
    margin-bottom: 18px;
    position: relative;
}
.unfdiartqx.star-rat > label {
    position: relative;
    top: -6px;
}
.unfdiartqx.star-rat .rating {
    position: relative;
    top: 6px;
    left: 6px;
}
.col-md-12.writ-ee {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}
.write-a-reiview {
    padding: 38px 45px;
    background: url(../img/forn-bg-2.jpg) center 0 no-repeat;
    background-size: cover;
    border: 1px solid #e8e8e8;
}
.prod-padd .rating {
    position: relative;
    top: -7px;
}
.rangeStartEnd .rating {
    margin: 0;
}
.rangeStartEnd .rating img.img-fluid {
    max-width: 13px;
}
.rangeStartEnd .rating {
    margin: 0 !important;
    position: relative;
    top: -9px;
}
.h-over-flow {
    /*height: 100vh;*/
    overflow: auto;
    overflow-x: hidden;
    margin-top:20px;
}
textarea.form-control.ctuvqvcqcs {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding-top: 19px;
    margin-bottom: 18px;
}
.col-md-12.writ-ee {
    margin-top: 20px;
}
.col-md-12.writ-ee h4 {
    margin: 0;
}
.rating:not(:checked) > input {
    position: absolute;
    /* top: -9999px; */
    clip: rect(0,0,0,0);
}
.rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 0.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    line-height: 1.2;
    color: #ddd;
    top: -4px;
    position: relative;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: rgb(255, 199, 0);
    
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    
}
.btn.btn-primary.fryeoxwpcd, button.btn.btn-primary.outOfStockFormSubmit {
    position: relative;
    margin: 35px 0;
    background: none;
    border: 1px solid #e09c5c;
    color: #e09c5c;
    border-radius: 100px;
    font-size: 25px;
    padding: 17px 50px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.modal-footer {
    justify-content: center;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
.write-review-form {
    display: none;
}
.bor-right-1 {
    border-right: 1px dashed #ccc;
}
.write-a-reiview {
    padding-left: 38px;
}
.write-a-reiview .rating {
    margin: 0;
}
.write-a-reiview .rating img.img-fluid {
    max-width: 14px;
}
.write-review-form .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}
.write-review-form .modal-content {
    border-radius: 0;
}
button.btn-close.revie-c {
    position: absolute;
    right: 10px;
    top: -29px;
    font-size: 11px;
}
.p-list .btn.btn-primary.w-half.umpztwnsag {
    width: 45%;
    margin: inherit;
}
.m-menu-top-brand {
    display: none;
}
.price.text-left .regular-pp span {
    font-size: 17px;
}
.footer .widget ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}
.footer .widget ul li a {
    position: relative;
}
.footer a {
    color: #ffffff;     transition: all 0.5s;
}
.footer .widget ul li a:hover {
    padding-left: 20px;
}
.footer .widget ul li a:hover:before {
    position: absolute;
    content: '-';
    /*font-family: 'Ionicons';*/
    left: 0;
    top: 0;
    color: inherit;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer .widget .widget-title {
    color: #ccb39c !important;
    font-weight: 700;
}
.footer .widget .widget-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 0;
    color: #392a25;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em;
}
.facebook-icon {
    background: url(../img/icons/facebook-w.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.instagram-icon {
    background: url(../img/icons/instagram-w.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.pinterest {
    background: url(../img/icons/pinterest-w.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.footer-social a {
    margin: 0 15px 0 0;
}
.footer {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    background-color: #444444;
    color: #ffffff;
    
}

/* E-store css start */
button.book-free.req-call {
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 20px 0 10px 0;
}
.estore-top-txt {
    width: 92%;
    margin: 0 auto;
}
.estore-top-txt h2 {
    font-weight: 300 !important;
}
div#EnquiryModal .modal-header {
    border: 0;
}
div#EnquiryModal .modal-content{
    padding: 10px 75px 50px;
    margin-top: 40px;
    border-radius: 15px;
    background-size: cover;
    border: 1px solid #69360d2e;
    
}
.wpcf7-select {
    width: 84%;
    padding: 12px;
    border-radius: 300px;
    text-align: center;
    margin: 10px 0 0;
    border: 1px solid #f1eeea;
    background: #ffffff6b;
}
div#wpcf7-f3393-o1 input {
   border: 1px solid #f1eeea;
    border-radius: 50px;
    padding: 11px;
    margin: 10px 0px;
    text-align: center;
    background: #ffffff6b;
}
label.select-dd-m {
    width: 90%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 0;
    border-radius: 40px;
    margin: 13px 0 0;
    padding: 25px;
    text-align: center;
    height: 175px;
    border: 1px solid #f1eeea;
    background: #ffffff6b;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
    color: #fff;
    padding: 7px 48px !important;
    text-transform: uppercase;
    cursor: pointer;
}
.margin-adj .store-cat-w {
    margin-bottom: 0;
}
div#EnquiryModal {
    top: 0;
    padding-top: 3%;
    background: #ffffffa8;
}
div#EnquiryModal .modal-dialog {
    max-width: 760px;
}
.home-padding-top {
    padding: 25px 0 0 0 !important;
}
.top-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-header ul li {
    display: inline-block;
    padding: 4px 0px;
    position: relative;
}
.top-header ul li ul li {
    width: auto;
}
.top-header.shadow-sm1 ul li {
    width: auto;
    text-align: right;
}
.top-header.shadow-sm1 ul {
    text-align: right;
}
.mob-des-block{display:none !important;}
.top-header {
    position: fixed;
    top: 24px;
    z-index: 9999;
    width: 100%;
    right: 0;
    transition: .5s;
    left: 0;
}
.top-header.shadow-sm1 {
    width: 80%;
    transition: .5s;
    padding-right: 35px;
    right: 0;
    left: auto;
    padding-bottom: 17px;
    border: 0;
}
.pro-photo-gallery-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
}
.pro-photo-gallery-carousel .owl-nav [class*=owl-] {
    
    border-radius: 100px;
    width: 50px;
    height: 50px;
    position: relative;
}
.pro-photo-gallery-carousel .owl-nav .owl-prev {
     position: absolute;
    top: 35%;
    left: -20px;
    background: #fff url(../img/icons/left-arrow.png) center no-repeat;
    text-indent: -9999px;
    background-size: 9px;
}
.pro-photo-gallery-carousel .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -20px;
    background: #fff url(../img/icons/right-arrow.png) center no-repeat;
    text-indent: -9999px;
    background-size: 9px;
}

.pro-photo-gallery-carousel .owl-nav .owl-next:hover{background: #fff url(../img/icons/right-arrow.png) center no-repeat; background-size: 9px;}
.pro-photo-gallery-carousel .owl-nav .owl-prev:hover{background: #fff url(../img/icons/left-arrow.png) center no-repeat; background-size: 9px;}
img {
    max-width: 100%;
}
.payment-plan-wrap .col-lg-3 {
    border-right: 1px solid #ccc;
    padding: 40px 5px 20px 15px;
    height: 265px;
}
.payment-plan-wrap .col-lg-3:first-child {
    padding: 30px 0px 0;
}
.payment-plan-wrap .col-lg-3 h5 {
    background: #ffe8a4;
    border-radius: 0px 80px 80px 0px;
    padding: 25px;
    margin-bottom: 25px;
    font-weight: 400 !important;
}
.payment-plan-wrap .col-lg-3:first-child h4 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    margin-bottom: 6px;
}
.text-left.pd-value h6 {
    font-size: 40px;
    font-weight: 400 !important;
}
.border-top {
    border-top: 1px solid #b5b5b5 !important;
}
.border-bottom {
    border-bottom: 1px solid #b5b5b5 !important;
}
.related-projects {
    margin: 0 25px;
}
.related-projects .ser-img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
nav#menu.open-menu {
    display: block;
    top: 0;
    z-index: 99999;
    background: #0000009e;
    height: 100%;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(11px);
}
div#open-left.icon-change span.ion-navicon:before, .openleft.icon-change span.ion-navicon:before{
    transform: rotate(45deg); width: 50px;
    top: 0;
}
div#open-left.icon-change span.ion-navicon:after, .openleft.icon-change span.ion-navicon:after{
    transform: rotate(-45deg); width: 50px;
    top: 0;
}
.openleft.icon-change {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 45px;
    top: 45px; cursor: pointer;
}

.divider-bt {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}
.text-left.pd-value ul {
    padding: 0 30px;
}
.text-left.pd-value li {
    margin-bottom: 7px;
}
.pd-d-extra-content {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pd-cont1 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.pdf-links ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.pdf-links ul li {
    display: inline-block;
    margin: 40px -5px 40px 0;
}
.pdf-links ul li a {
    display: inline-block;
    border: 1px solid #3c3c3c;
    padding: 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    letter-spacing: 3px;
}
.pdf-links ul li a:hover{
    display: inline-block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
li.left-text {
    width: 50%;
}
li.right-text {
    width: 48%;
    text-align: right;
}
nav#menu {
    position: absolute;
    width: 100%;
    top: 238px;
    z-index: 99;
    background: #0000004f;
    text-align: center;
    backdrop-filter: blur(3px);
    padding: 0px 0;
    border-top: 1px solid #000000bf;
    border-bottom: 1px solid #000;
    transition: .5s;
}
nav#menu.stick-nav-top {
    padding: 0 0;
    background: #000000e6;
}

.stick-nav-top {
    position: fixed !important;
    top: 90px !important;
    transition: .5s;
}
.footerCreativityHomeClass .pre-footer-block {
    margin: 0px;
}
div#open-left {
    display: inline-block;
    top: 5px;
    position: relative;
    height: 18px;
    padding: 0px 0px 0px 25px; cursor: pointer;
}
div#open-left span.ion-navicon {
    float: right;
    position: relative;
    width: 30px;
    top: 8px;
}
/*span.ion-navicon:before {
    position: absolute;
    border-bottom: 1px solid #434343;
    width: 100%;
    content: '';
    top: 5px;
    left: 0;
}
span.ion-navicon:after {
    position: absolute;
    border-bottom: 1px solid #434343;
    width: 100%;
    content: '';
    top: -5px;
    left: 0;
}*/
/*.top-header ul li:after {
    content: '/';
    padding-right: 18px;
    position: absolute;
    top: 3px;
    right: -48px;
}*/
.top-header ul li:last-child:after {
    display: none;
}
div#EnquiryModal h3 {
    font-size: 40px;
}
.home-padding-top img {
    display: inline-block !important;
    width: auto !important;
        max-width: 275px;
}
.home-padding-top h4 {
    font-size: 17px;
    margin: 35px 0 0 0;
    text-transform: uppercase;
}

.list-page-description ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.list-page-description ul li {
    display: inline-block;
    margin: 40px 60px;
    font-size: 30px;
    font-weight: 200;
    position: relative;
}
.list-page-description ul li strong {
    width: 100px;
    height: 100px;
    display: flex;
    background: #eeca7c;
    color: #333;
    border-radius: 1000px;
    align-items: center;
    justify-content: center;
}
.list-page-description ul li strong:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    background: #eeca7c;
    top: 35%;
    left: 0;
    z-index: -1;
    transform: translate(59px, -35%);
}
.list-page-description ul li:last-child strong:after{display: none;}
.list-page-description a {
    margin: 25px auto;
    display: table;
    text-align: center;
    border: 1px solid #af7b09;
    padding: 15px 38px;
    border-radius: 100px;
    font-size: 25px;
    color: #af7b09;
}
.request-a-call-back a {
   background: #000;
   color: #fff;
   padding: 14px;
   display: inline-block;
   border-radius: 50px;
   padding: 8px 35px;
   position: fixed;
   bottom: 94px;
   z-index: 99;
   left: 13px;
   display: none;
   }
.request-a-call-back a.show-anc-btn {
    display: inline-block;
    color: #fff; border: 1px solid #ccc;
}
.enquire {
   position: fixed;
   bottom: 0;
   width: 100%;
   background: #ff5722;
   padding: 20px 0 20px 0;
   z-index: 100;
   display: none; 
   }
   .enquire p {
   color: #fff;
   font-size: 25px;
   padding: 0px 0 0px;
   margin: 0;
   }
   .enquire input {
    border-radius: 50px;
    border: 1px solid #fff !important;
    color: #fff !important;
    background: none !important;
   }
   .enquire input::placeholder { 
      color: #fff;
      opacity: 1; 
    }
   .single-input-inner {
   margin-top: 15px;
   }
   button.btn.btn-primary.btn-lg.btn-block.btnn {
   background: #000;
   border-radius: 50px;
   border: 0;
   width: 210px;
   padding: 13px 0;
   margin-top: 15px;
   }
.enquire.show-form {
    display: none !important;
}
.marg-btm {
   margin-bottom: 123px;
}
.close-f-form {
    position: absolute;
    right: 20px;
    top: -16px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 5px;
    cursor: pointer;
        box-shadow: 0 5px 13px #ff5722;
}
.p-close-f-form {
    position: absolute;
    right: 64px;
    top: -16px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 5px;
    cursor: pointer;
        box-shadow: 0 5px 13px #ff5722;
}

.enquire .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.enquire label.chk-box-w {
    color: #fff !important; top: 20px;
}
.enquire .chk-box-w input:checked ~ .checkmark {
    background-color: #4caf5000;
    border: 1px solid #fff;
}
.error {
    color: #ff000091;
}

.top-header ul li a {
    padding: 20px 25px;
    color: #ffffff;
    
    letter-spacing: 1px;
    font-size: 18px;
}
.top-header ul li ul li img {
    margin: 0 8px;
}
a.catalogue-btn {
    border: 0 !important;
    padding: 0 9px !important;
    text-transform: uppercase;
}
a.catalogue-btn img {
    padding: 0 5px 3px 0;
}
.l-c-icons a {
    color: #000; text-transform: uppercase;
}
/* End */

.feature-wrap img {
    width: auto !important;
    display: inline-block !important;
}
.feature-wrap .price-wrap {
    margin-top: 20px;
}
.blog-testimonials-wrap {
    background: #faf1e7;
}
.ele-top-logo {
    position: absolute;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0;
}
.ele-top-logo img {
    max-width: 135px;
}
.ele-bt-logo {
        position: absolute;
    bottom: -70px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
}
.ele-bt-logo img {
    max-width: 220px;
}
.blog-segment {
    padding: 40px;
}
.blog-segment img {
        position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 29px;
    width: 100%;
}
.blog-segment .date-b {
    font-size: 16px;
    margin-bottom: 13px;
}
.b-title {
    margin-bottom: 14px;
    font-weight: 600;
    background: linear-gradient(45deg, #ffffffbd, transparent);
    padding: 36px 35px;
    border-radius: 13px;
    left: -110px;
    position: relative;
}
.row.blog-l.prod-list {
    width: 92%;
    margin: 0 auto;
}
.row.even-p .b-title {
    right: -110px;
    left: inherit;
    text-align: right;
    background: linear-gradient(45deg, transparent, #ffffffbd);
}
.btn-link {
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}

.b-img {
    width: 100%;
    height: 240px;
    border-radius: 18px;
    position: relative;
        background-size: cover !important;
}
.blog-wrap {
    border-right: 1px solid #ccc;
    background: #fff url(../img/blog-bg.jpg) center center;
    background-size: cover;
    padding: 100px;
}
.b-img a.btn-link {
    position: absolute;
    bottom: 26px;
    left: 30px;
    text-decoration: none;
    background: #fff;
    border-radius: 13px;
    padding: 1px 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.testimonial-wrap h2, .testimonial-wrap p {
    color: #fff;
}
.row.even-p a.btn-link {
    left: inherit;
    right: 30px;
}
.testimonial-wrap {
    padding: 100px;
    background: url(../img/testimonial-bg.jpg) center center;
    background-size: cover;
}
.testimonia-segment {
    text-align: center;
    margin: 60px 65px;
}
.blog-carousel-home {
    width: 91%;
}
.t-title {
    color: #000;
    font-weight: 600;
    margin: 20px 0;
    font-size: 20px;
    display: inline-block;
}
.section.about-home .about-text {
    width: 30%;
    display: inline-block;
    background: rgba(182, 191, 193, 0.91);
    position: relative;
    left: -11px;
    padding: 65px 165px 65px 86px;
    border-radius: 0px 400px 400px 0px;
    box-shadow: 13px -17px 0 #dbdbdb52;
}
.aboutUs-wrapper {
    display: inline-block;
    width: 63%;
    color: #fff;
}

.be-icon {
    display: inline-block;
    width: 75px;
    text-align: center;
    background: #ccc;
    height: 75px;
    padding: 11px 0 0 0;
    border-radius: 100px;
    box-shadow: 8px -2px 0 #cccccc96;
    position: relative;
    top: -7px;
}
.section.about-home {
    overflow: hidden;
}
.be-content {
    display: inline-block;
    width: 83%;
    padding: 0 43px;
}
.bene-tetx strong, .bene-tetx p {
    display: contents;
}
.section.about-home .about-text {
    width: 575px;
    display: inline-block;
    margin-right: 85px;
}
.aboutUs-block:nth-child(odd) {
    position: relative;
    left: -30px;
}
.aboutUs-block:nth-child(even) {
    position: relative;
    right: -70px;
}
.t-title {
    color: #000;
    font-weight: 600;
    margin: 20px 0;
    font-size: 20px;
    display: inline-block;
    position: relative;
    background: #ffffff91;
    padding: 22px 35px;
    left: -96px;
    font-family: "Roboto", sans-serif;
    font-size: 27px;
    border-radius: 6px;
    margin-bottom: 46px;
}
.testimonial-wrap .t-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    position: relative;
    font-family: "Roboto", sans-serif;
    background: none;
    margin: 0 0 20px 0;
    padding: 0;
    left: inherit;
}
.a-short-description p {
    font-size: 17px;
}
.aboutUs-block {
    margin: 50px 0; position: relative;
}
.triangle {
    display: inline-block;
    margin: 0 0;
    vertical-align: middle;
    position: absolute;
    left: -70px;
    top: 17px;
}
.triangle-3 {
    width: 82px;
    height: 11px;
    border-left: solid 73px rgb(197 197 197 / 88%);
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
}
.aboutUs-block:nth-child(1) .triangle {
    border-left: solid 180px rgb(171 183 187);
    left: -184px;
}
.aboutUs-block:nth-child(2) .triangle {
    border-left: solid 180px rgba(182, 191, 193, 0.91);
    left: -195px;
}
.aboutUs-block:nth-child(3) .triangle {
    border-left: solid 83px rgba(182, 191, 193, 0.91);
    left: -83px;
}
.aboutUs-block:nth-child(4) .triangle {
    border-left: solid 195px rgba(182, 191, 193, 0.91);
    left: -219px;
    top: 44px;
}
.aboutUs-block:nth-child(5) .triangle {
    border-left: solid 206px rgba(182, 191, 193, 0.91);
    left: -225px;
}
.be-wrap:before {
    position: absolute;
    left: -18%;
    top: 28px;
    width: 100px;
    content: '';
    border: 0px solid #fff;
    height: 25px;
}
.be-wrap {
    position: relative;
}
.home-banner-images img {
    max-width: 100%;
}
.aboutUs-wrapper {
    display: inline-block;
}
.t-design span:first-child {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #000000;
    margin: 20px 0;
    font-weight: 400;
}
.bor-left {
    border-left: 1px solid #ccc;
    padding: 0 0 0 50px;
}
.bg-left {
    padding: 0 0 0 55px;
}
.bg-left div#accordion h4.panel-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
}
.bg-left div#accordion .collapse {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.left-all-cate li {
    margin-bottom: 11px;
}
.list-page-w.bor-left .text-left {
    margin-bottom: 70px;
}
.bg-left div#accordion h4.panel-title a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.bg-left div#accordion h4.panel-title a:after {
    content: '-';
    position: absolute;
    right: 0;
    top: 0;
}
.bg-left div#accordion h4.panel-title a.collapsed:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
}
.left-all-cate li a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.left-all-cate li a.active {
    font-weight: 700;
}
.left-all-cate li a.active:after {
    content:"";
    position: absolute;
    background: url('../img/right-arrow.png') 0 0 no-repeat;
    right: 0;
    top: 0;
    width:20px;
    height:20px;
}
.left-all-cate li a.active:after {
    content: "";
    position: absolute;
    background: url(../img/right-arrow.png) 0 0 no-repeat;
    right: 0;
    width: 8px;
    height: 20px;
    background-size: contain;
    top: 2px;
}

header.header.header-desktop.shadow-sm2 a {
    color: #000;
}
.shadow-sm2 span.hunudxtvoo {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.shadow-sm1 li:nth-child(1) a {
    border: 0 !important;
}
.black-logo{display:none;}
.white-logo{display:block;}

.shadow-sm2 .black-logo{display:block;}
.shadow-sm2 .white-logo{display:none;}
.p-image img.img1 {
    max-width: 100%;
}
.pd-hei-auto.disclaimer-text p {
    font-size: 15px;
}
img.quote-after {
    transform: rotate(180deg);
    margin: 0 15px;
}
.easyzoom img {
    cursor: crosshair;
    max-width: 50%;
    height: auto;
}

.text-center.extra-info {
    padding: 28px 25px;
}
.about-vision {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.about-vision:nth-child(3n+1) {
    border-right: 0px solid #ccc;
}
.footer-contact.text-center {
    background: #201f1f;
    padding: 50px 0;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin-bottom: 125px;
}
.footer-contact.text-center a.f-btn-link {
    color: #fff;
    text-decoration: underline;
}
.footer-contact.text-center a {
    color: #42b224;
}
/*mega menu css*/

/*.navbar-mega {
    display: inline-block;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    text-align: center;
}*/
.navbar-mega a {
    display: inline-block;
    font-size: 17px;
    font-weight: 200;
    color: #fffacd;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    padding: 0.5rem 2rem;
}
.navbar-mega a:hover {
    color: #B78D65;
}
.dropdown {
  color: #fffacd;
    text-align: left;
}

.dropdown .dropbtn {
 
  border: none;
  text-transform: uppercase;
    background: none;
    font-weight: 500;
}

.dropdown:hover .dropbtn {
    color: #fffacd;
    font-weight: 700;
}
.dropdown-projects, .dropdown-projects div {
    display: inline-block;
}

.dropdown-content {
  /*display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

.dropdown-content .header {
    padding: 6px;
    /*border-bottom: 1px solid #666;*/
}
.dd-menu-lv-one .header a {
  /*  color: #000 !important;
    font-weight: 700 !important;*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

a.mega-mm.inrbmxyrem {    
    width: 100%;    
}
a.mega-mm.dropdownl:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-content .header a.mega-mm.inrbmxyrem {
    margin: 0;
    border: 0;
}
.dd-menu-lv-two {
    
}
.dropdown-lv3 ul {
    padding: 0;
    list-style: none;
}
/* Create three equal columns that floats next to each other */

.second-level-menu {
    position: absolute;
    left: 28px;
    top: 45px;
    text-align: left;
    display: none !important;
    width: 220px;
    background: #000000f2;
}
.service-menus {
    max-height: 400px;
    overflow: auto;
    width: 270px;
}
.services-images img {
    border-radius: 30px;
}

.dd-menu-level-one:hover .second-level-menu {
    display: inline-block !important;
}
.dd-menu-lv-two a {
    padding: 12px 20px;
    border-bottom: 1px dashed #cccccc21;
    width: 100%;
    display: inline-block;
    font-size: 16px;
}
.dd-menu-lv-two {
    width: 100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*mega menu css end*/
.cat-img {
    height: 230px;
    background-size: cover !important;
    margin: 20px 0;
}
.blog-page .cat-img {
    height: 412px; border-radius: 20px;
}



/* Dropdown css  */
.pp-prod .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.pp-prod .dropdown label {
    width: 100%;
}
.pp-prod label {
    color: #fff;
}
.pp-prod label button {
    color: #fff;
}

.pp-prod .dropdown-content {
    display: none;
    position: absolute;
    background-color: #e09c5cf5;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    width: 87%;
    border-radius: 5px;
    padding: 3px 15px;

}

.pp-prod .dropdown-content label {
    display: flex;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
}

.pp-prod .selected-items {
    
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /*min-height: 41px;*/
    
}
.pp-prod .selected-box {
    color: white;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    margin-right: 16px;
}

.pp-prod .remove-box {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    color: #ff0000;
    position: absolute;
    right: -10px;
    top: -2px;
}
.pp-prod .selected-box + div:not([class]) {
    display: none;
}
.pp-prod .dropdown button {
    border: 0;
    background: none;
    padding: 0;
    font-size: 16px;
    width: 80%;
    text-align: left;
}
.ddd-close {
    position: absolute;
    right: 6px;
    top: -6px;
    float: right;
    color: #fff;
}
.submitCorporateEnquiryForm {
    border: 0;
    background: #000 !important;
    color: #fff;     text-decoration: none;
}
.pp-prod label input {
    margin-right: 9px;
}
.property-facts-detail {
    margin: 50px 0 0;
}
.property-facts-detail ul li {
    background: #ffff;
    margin: 5px 5px;
    padding: 15px 30px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #999;
}
.property-facts-detail ul {
    padding: 0;
    margin: 20px 0 30px 0;
    list-style: none;
}
.f-detail span img {
    max-width: 45px;
    margin-right: 13px;
    color: #ff0000;
}
span.ptype-co {
    color: #9e4b20;
    font-weight: 600;
}
span.ptype-img {
    margin-bottom: 15px;
    display: inline-block;
    width: 60px;
}
table.fact-table img {
    width: 25px;
    margin-right: 10px;
}
table.fact-table a {
    color: #9e4b20;
    text-decoration: underline;
}
.com-short-des p {
    color: #fff;
}
.extra-info-com img {
    border-radius: 10px;
}
.text-left.extra-info-des {
    padding: 0;

}
.text-right.extra-info-des {
    padding: 0;

}
.extra-info-com {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
/* Dropdown css  End */
.faqss-wrapper div#accordion {
    height: 300px;
    overflow: auto;
}
.p-name {
    font-size: 22px;
    min-height: 66px;
}
.frequentl-asked-question .card-header {
    padding: 0;
}
.frequentl-asked-question .card-body {
    padding: 0;
}
.frequentl-asked-question {
    height: 300px;
    overflow: auto;
    padding: 0 0px;
}
div#faq-accordion {
    width: 95%;
}

/* Responsive css Start  */
@media (max-width: 1400px) {
    .banner-text {    
        bottom: 13%;    
        width: 60%;    
    }
    .short-des {
        width: 97%;
        line-height: 35px;
    }
    .upload-design {
        padding: 5% 8% 3%;
    }
    .inner-page h4.section-title {
        width: 100%;
        
        height: 195px;
        overflow: auto;
        padding-right: 20px;
    }
    .navbar-light .navbar-brand img.me-3 {
        max-width: 150px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    img.h-f-i {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-toggler {
        display: inline-block;
    }
    .mobile-icons {
        display: block;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 999;
        text-align: right;
        margin-top: 0;
        width: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        top: -61px;
        overflow: auto;
        height: 600px;
        z-index: 99;
        padding: 25px 0 0 0;
    }
    .l-c-icons {
        padding-right: 0;
        position: absolute;
        right: 100px;
        top: -1px;
        display: none;
    }
    .mobile-icons .l-c-icons {
        display: block;
    }
    .navbar .navbar-nav .nav-link {
        width: 87%;
    }
    .mobile-dn {
        display: none !important;
    }
    .nav-item.dropdown {
        display: inline-block;
        position: relative;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item img {
        top: 45px;
    }
    .banner-text h1.display-1.slideInDown {
        font-size: 30px !important;
    }
    .home-tc {
        text-align: center;
    }
    .c-image {
        height: 330px;
        
    }
    .prod-carousel-item .col-lg-6.text-right {
        text-align: left;
    }
    .artist-name {
        text-align: left;
    }
    .galler-img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-expand-lg .navbar-collapse {
        display: none;
    }
    .banner-text {
        bottom: 9%;
        width: 90%;
            left: 0;
    }
    button.btn.bg-dark[data-target="#UploadDesign"] {
        font-size: 17px;
        padding: 10px 15px; 
    }
    .short-des {
        line-height: 29px;
    }
    .lgmhftblcj {
        position: relative;
        text-align: right;
        font-size: 11px;
        bottom: -58px;
    }
    
    .banner-text h1 {
        font-size: 20px !important;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        width: 76%;
        margin: 0 auto;
    }
    .navbar-light .navbar-brand img.me-3 {
        max-width: 130px;
    }
    img.h-f-i {
        width: 100%; margin-bottom: 28px; /*display: none;*/
    }
    
    .gallery-txt h3 {
        font-size: 95px;
    }
    .testi-bg {
        background: url(../img/testimonial-bg.jpg) center 100% no-repeat;
        background-size: cover;
        padding: 0;
        width: 100%;
    }
    .testi-bg .gallery-txt h3 {
        font-size: 50px;
        top: 28px;
    }
    .testi-bg .owl-nav.disabled {
        display: none;
    }
    
    .display-5 {
        font-size: 28px;
    }
    .testi-bg .owl-nav .owl-prev {
        top: 5%;
        left: 0;
    }
    .testi-bg .owl-nav .owl-next {
        top: 5%;
       right: 0;
    }
    .blog-bg {
        width: 100%;
    }
    .blog-bg .gallery-txt h3 {
        font-size: 44px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: auto;
    }
    .header-carousel .owl-carousel-item img {
        position: inherit;
        top: 0;
    }
    .mobile-icons {
        display: block;
    }
    .navbar-brand {
        margin-left: 0 !important;
        position: absolute;
        left: 26px;
        z-index: 99;
        top: 0;
    }
    .mobile-icons {
        display: block;
        /*position: absolute;*/
        top: 40px;
        right: 0;
        z-index: 999;
        text-align: right;
        margin-top: 75px;
    }
    .navbar.sticky-top {
        position: absolute;
        height: 235px;
        background: linear-gradient(180deg, #fff, #ffffff0a);
    }
   
    .mobile-icons button.navbar-toggler {
        position: absolute;
        top: 36px;
        right: 0;
        padding: 0;
        border: 0;
    }
    .mobile-icons .afhnheugug.search-box {
        position: absolute;
        top: 133px; background: #fffffff2;
    }
    
    .mobile-icons .l-c-icons {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 63px;
        padding: 0;
    }
    .currency-w {
        display: inline-block;
        position: relative;
        top: 2px;
    }
    .currency-w img.img-fluid {
        width: 12px;
    }
    .currency-w a {
        font-size: 14px;
    }
    .l-c-icons ul li img.img-fluid {
        width: 17px;
    }
    .navbar-expand-lg .navbar-collapse {
        top: 3px; overflow: auto;
    height: 600px; z-index: 99;
    }
    .navbar .navbar-nav a.nav-item.nav-link {
        width: 100%;
        text-align: left;
    }
    .nav-item.dropdown {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
        width: 100%;
    }
    .navbar .dropdown-toggle::after {
        right: 27px;
        position: absolute;
    }
    .mobile-open {
        display: block;
        position: inherit !important;
    }
    .navbar-nav .dropdown-menu a.dropdown-item {
        width: 100%;
        margin: 0;
        padding: 10px 25px;
    }
    .mobile-dn{display:none !important;}
    .table-cell-ver {
        height: auto;
    }
    .home-tc {
        text-align: center;
    }
    .home-banner .owl-prev {
        left: 12px;
        top: 40px;
    }
    .home-banner .owl-next {
        right: 12px;
        top: 40px;
    }
    .prod-carousel-home .owl-nav .owl-next {
        right: 0;
    }
    .prod-carousel-home .owl-nav .owl-prev{
        left: 0;
    }
    .upload-design {
        padding: 5% 8% 16%;
    }
    .bg-tringle{text-align: center;}
    .prod-w {
        text-align: center;
    }
    .bg-tringle h3.display-5 {
        text-align: center;
    }
    .c-image {
        height: 400px;
    }
    .prod-text {
        width: 100%;
        max-width: 100%;
    }
    .prod-carousel-home .c-image img {
        /*height: 400px;*/
        width: auto;
        margin: 0 auto;
            max-width: 100%;
    }
    .bg-tringle ul.nav.nav-tabs li a {
        font-size: 15px;
        margin: 0 7px;
    }
    
    .artist-name {
        text-align: left;
    }
    .testi-pad {
        padding: 0 20px 40px !important;
    }
    img.blog-im {
        margin: 20px 0;
    }
    .footer-links a.btn.btn-link {
        width: 90%;
    }
   .footer-links a.btn.btn-link {
        color: #000;
        display: inline-block;
        margin: 0;
        padding: 9px 0px;
        width: 49%;
        border-bottom: 0px dashed #565656;
        border-radius: 0;
        font-size: 15px;
    }
    .footer-links a.btn.btn-link:nth-child(2n+1) {
        text-align: right;
    }
    .footer a {
        color: #000;
    }
    .footer-links {
        padding: 0 15px;
    }
    .footer .divideri {
        display: none;
    }
    .footer .btn.btn-link::after{display:none;}
    .mob-dis-b{display:block;}
    .f-text-left {
        text-align: left !important;
    }
    .footer .copyright {
        padding: 20px 0 95px 0;
    }
    .footer .copyright .col-md-6.text-left {
        text-align: center;
    }
    .footer {
        background: #e1d1c3;
    }
    body.inner-page nav.navbar.sticky-top {
        height: 134px;
    }
    .f-des.m-5 {
        margin: 35px 0 !important;
    }
   /* .inner-page h4.section-title {
        height: auto;
    }*/
    .prod-carousel-home .col-lg-8.text-left {
        width: 48%;
    }
    .inner-banner .col-lg-7.text-center.wow.fadeIn.p-5 {
        border-bottom: 1px dashed #333;
    }
    .bor-right {
        border-right: 0px solid #ccc;
    }
    .pagination a {
        display: inline-block;
        margin-bottom: 4px;
    }
    .f-des.scroller-c {
        height: auto;
        overflow: auto;
        padding-right: 0;
    }
    .price {
        text-align: left;
    }
    .product-wrapper {
        padding: 2px 2px; border-bottom: 0px dashed #999; padding-bottom: 0 !important;
        margin-bottom: 12px; margin-top: 12px;
    }
    h4.one-liner {
        
        font-size: 27px;
        margin: 0 !important;
    }
    .mob-dis-none {
        display: none;
    }
    h2.pd-title {
        display: inline-block;
        float: left;
        width: 100%;
    }
    h2.pd-title.mob-des-none {
        display: none;
    }
    .s-details ul {
        margin: 0;
        list-style: none;
        padding-left: 0;
    }
    .w-75 {
        width: 100% !important;
    }
    .pf-table table tr td:first-child {
        border-right: 1px solid #ccc;
        width: 56%; padding: 15px 0;
    }
    .p-list h2:after{display: none}
    .pf-table table tr td:first-child {
        text-align: left;
        font-weight: 400;
        font-family: 'Montserrat';
        font-size: 15px;
    }
    .pf-table table td {
        font-size: 15px;
    }
    .f-detail {
        margin: 13px 0;
        text-align: center;
    }
    
    .product-page {
        padding: 0 30px !important;
    }
    .prod-padd {
        padding: 0 10px !important; margin-bottom: 25px; margin-top: 20px;
        padding-top: 20px !important;
    }
    .enquire-btn a {
        width: 100%;
        margin-bottom: 15px;
    }
    .col-md-8.copyright_text {
        text-align: center;
    }
    
    .inner-page .footer .copyright .text-right {
        text-align: center;
    }
    .login {
        padding: 0 38px;
    }
    .login-d {
        padding: 25px 0 !important;
        background: none;
        border: 0;
    }
    .login .submitLoginForm, .login .submitRegisterForm, .my-account input.form-control.btn.btn-link {
        width: 100%;
    }
    .out-ofstock {
        text-align: left;
    }
    .pad-z {
        padding: 0;
    }
    .btn.w-link a {
        padding: 5px 37px;
        display: inline-block;
    }
    tbody.wishlist-items-wrapper tr td:nth-child(5) {
     
        text-align: center; padding-bottom: 20px;
    }
    .currentZoomImageSrc {
        height: auto;
        max-width: 100%;
        padding-bottom: 75px;
    }
    body.inner-page .bottomCaption {
        display: none;
    }

    .inner-page h4.section-title {
     line-height: 27px;
    font-size: 16px;
    }
    .f-des p {
        font-size: 15px;
    }
    h4.one-liner {
        font-size: 18px;
    }
    h2.display-5 {
        font-size: 2rem;
    }
    .product-wrapper.a-c-wrapper a {
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
    }
    .product-wrapper .p-img {
        height: 225px;
    }
/*    .col-lg-4, .col-lg-3 {
        width: 47%;
        background: #fff;
        margin: 0 5px;
        margin-bottom: 15px;
    }*/
    .footer .col-lg-4,.footer .col-lg-3 {
        width: 100%;
        background: none;     padding: 0 25px;
    }
    .f-des.exe-height {
        height: 200px;
        overflow: auto;
        padding-right: 20px;
        margin-bottom: 65px;
    }
    
    a.wishlist-ic {
        right: -9px;
        top: -8px;
    }
    .g-imgs {
        height: 180px;
        padding: 0px;
        border: 0px dashed #ccc;
    }
    .customZoomFunctionNext, .customZoomFunctionPrev {
         padding: 2px;
    }
    a.cate-img {
        display: table-cell;
        height: 155px;
        vertical-align: middle;
        width: 310px;
    }
    .pd-carousel .owl-item img {
        max-height: 200px;
    }
    .pd-hei-auto {
        
        overflow: auto;
        margin-bottom: 25px;
    }
    .prod-carousel-home .col-lg-4 {
        margin-bottom: 0;
        margin-top: 33px;
        background: none;
        text-align: center;
    }
    a.wishlist-ic {
        right: 0;
        top: 0;
    }
    a.wishlist-ic {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
    }
    .prod-carousel-home .col-lg-8.text-left {
        width: 48%;
    }
    .prod-carousel-home .artist-name {
        text-align: right;
    }
    .product-wrapper .p-img img {
        max-width: 100%;
        max-height: 197px;
        transition: 1s;
        margin-bottom: 20px;
    }
    .contact-us .col-lg-6.px-5 {
        padding: 0 13px !important;
        border: 0;
    }
    .bg-dark {
        background: #000;
        color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 15px;
    }
    .header-carousel .owl-dots {
        bottom: 3px;
        right: 0;
    }
    .owl-dots .owl-dot{left: 0;}
    .col-lg-3.gmg {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footer .copyright .col-md-6.mb-3.mb-md-0.text-right {
        text-align: center;
    }
    .full-width {
        width: 98%;
        padding-top: 25px;
    }
    .footer h3 {
        margin-bottom: 7px !important;
        margin-top: 20px;
    }
    
    .wishlist .table>thead{display:none;}
    tbody.wishlist-items-wrapper tr td:first-child {
        display: none;
    }
    tbody.wishlist-items-wrapper td {
        display: block;
        width: 100% !important;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    tbody.wishlist-items-wrapper img {
        height: 220px !important;
        max-width: 100%;
    }
    tbody.wishlist-items-wrapper tr td:nth-child(2) {
        padding-top: 20px; padding-bottom: 20px;
    }
    .inner-banner .p-5 {
        padding: 3rem 3rem 0 !important;
    }
    .inner-banner h4.section-title {
        margin-bottom: 3rem;
    }
    .p-img {
        position: relative;
        margin: 0px 0 10px;
    }
    .prod-carousel-home .col-lg-6 {
        width: 50%;
    }
    .filters-w {
        padding: 0;
        border-top: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        margin-top: 0;
        position: relative;
    }
    .filters-w .col-lg-6 {
        width: 50%;
    }
    .filters-w .col-lg-6:first-child {
        border-right: 1px solid #ccc;
    }
    .filters-w {
        top: -17px;
    }
    .filter-w ul {
        display: none;
        width: 100%;
        background: #ebebeb;
        padding: 10px 0;
        position: absolute;
        top: 48px;
        left: 0;
        z-index: 99999999999;
    }
   /* .filter-w ul li {
        display: inline-block;
        margin: 0px 16px;
        width: 87%;
        position: relative;
    }*/
    .filter-open li {
        width: 80%;
    }
    .apply-filter {
        display: inline-block;
        width: 100%;
        padding: 0 0 17px 0;
    }
    .apply-filter ul li {
        margin: 0 15px 15px 0px;
        display: inline-block;
    }
    .filter-w {
        padding: 12px 12px 6px; text-align: center;
        
    }
   .cate-list a.cate-img {
        width: 50%;
        display: table-cell;
    }
    .cate-list img {
        max-width: 100%;
        margin-bottom: 20px;
        max-height: 155px;
    }
    .filter-w ul li h5 {
        margin-bottom: 18px; height: 45px;
    }
    .filter-open ul {
        display: block;
        top: 0;
    }
    .filter-open {
        top: 77px;
    }
    .filter-w ul li.close-f.mob-dis-b {
        display: block;
        position: absolute;
        right: 0;
        background: #ebebeb;
        width: 100%;
        left: -25px;
        text-align: right;
        padding-right: 16px;
        padding-bottom: 10px;
        font-size: 12px;
        top: 51px;
    }
    .upload-design h4.section-title.mb-4 {
        font-family: 'Playfair Display';
        line-height: 16px;
        font-size: 20px;
        display: inline-block;
        margin: 0 !important;
    }
    .upload-design button.btn.bg-dark {
        display: inline-block;
        margin-top: 18px;
    }
    a.request-price {
        font-size: 14px;
    }
    .sticky-g {
        position: inherit;
    }
    .blog-detail {
        border-right: 0px dashed #ccc;
        padding: 0 10px;
    }
    .side-bar.sticky-g {
        padding: 18px 0 0 0;
        background: none;
        box-shadow: none;
        top: 70px;
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }
    .cat-listing-detail .blog-d-a span.badge {
       
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .blog-dd .blog-d-a span {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .blog-dd .blog-d-a span.mob-dis-none {
        display: none;
    }
    .sort-by ul {
        display: inline-block !important;
        width: auto;
        background: none;
        position: inherit;
        margin: 0;
        padding: 0;
    }
    .filter-open.sort-by-open {
        width: 170px;
        right: 0;
        left: inherit;
        height: auto;
        padding: 15px;
        text-align: left;
        top: 56px;
        height:105px;
    }
    .sort-by h5 {
        margin: 0 !important;
    }
    .fcfttjznrn {
        margin-bottom: 0;
    }
    .blog-ddess img {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    
}

@media (max-width: 1390px) {
    
    .inner-banner-images img {
        max-width: 100%;
    }
    ul.home-cat-top {
        padding: 0 0%;
    }
    ul.home-cat-top h4 {
        font-size: 17px !important;
    }
    .home-padding-top img {
        max-width: 210px;
    }
    .list-wrapper img {
        max-width: 100%;
        max-height: 410px;
    }
    .inner-banner .page-title {
        top: 50%;
        text-align: center;
        width: 70%;
        left: 0;
        z-index: 9;
    }
    /*.be-geniune {
        padding: 140px 31px 70px 31px;
    }*/
    .footer-wrapper-bg {
        height: 580px;
    }
    .footer-contact.text-center {
        font-size: 35px;
    }
    .b-birds img {
        max-width: 225px;
    }
    .footer-center-txt {
        position: relative;
        top: -55px;
    }
    .inner-banner .page-title h1 {
        font-size: 40px;
        line-height: 42px;
        text-transform: capitalize;
    }
    .home-banner-images img {
        max-width: 100%;
    }
    .col-12.col-md-2.find-property input.btn.btn-grey.w-100 {
        padding: 44px 0;
    }
    .col-12.col-md-2.find-property img {
        right: 28px;
    }
    .aboutUs-wrapper {
        width: 83%;
        color: #fff;
        margin: 35px 0;
    }
    
    .aboutUs-block:nth-child(1) .triangle {
        border-left: solid 180px rgb(255 255 255 / 91%);
        left: -183px;
        top: 27px;
    }
    .aboutUs-block:nth-child(2) .triangle {
        border-left: solid 180px rgb(255 255 255 / 91%);
        left: -186px;
    }
    .section.about-home .about-text {
        width: 30%;        
        background: rgba(182, 191, 193, 0.91);        
        left: -17px;
        padding: 65px 108px 140px 70px;        
    }
    .section.about-home .about-text {
        width: 92%;
        display: inline-block;
        margin-right: 85px;
        padding: 65px 85px 80px 70px;
    }
    .be-icon {
        background: #e5eaed;
    }

    .t-title {
        left: 0;
    }
    .aboutUs-block {
        margin: 16px 0;
    }
    .triangle {
        left: -70px;
        top: 55px;
    }
    .aboutUs-block:nth-child(4) .triangle {
        border-left: solid 195px rgb(236 245 247 / 91%);
        left: -199px;
        top: 30px;
    }
    .aboutUs-block:nth-child(5) .triangle {
        border-left: solid 140px rgb(228 239 241 / 91%);
        left: -135px;
    }
    .be-geniune {
        padding: 110px 21px 70px 62px;
    }
    .p-text h6 a {
        font-size: 25px;
        
    }
    .aboutUs-block:nth-child(odd) {
        position: relative;
        left: 15px;
    }
    .aboutUs-block:nth-child(even) {
        position: relative;
        right: -95px;
    }
    .p-text h6 {
        padding: 0 25px;
    }
    .blog-wrap {
        padding: 100px 55px;
    }
    .b-title {        
        background: linear-gradient(45deg, #ffffffe8, transparent);        
        left: -50px;       
        width: 135%;
    }
    .b-img {
        width: 100%;
        height: 295px;
    }
    .row.even-p .b-title {
        right: 22px;
        background: linear-gradient(45deg, transparent, #ffffffe8);
    }
    .testimonia-segment {
        text-align: center;
        margin: 60px 0px 0;
    }
}
@media (max-width: 1300px) {
    .prod-carousel-home .owl-nav .owl-prev, .brands .owl-nav .owl-prev {
        left: 0;
    }
    .prod-carousel-home .owl-nav .owl-next, .brands .owl-nav .owl-next{right:0;}
    .p-list {
        max-width: 98%;
        margin: 0 auto;
    }
    div#p-detail-enquire-form button.close {
        right: 70px;
    }
}
@media (max-width: 1210px) {
    .navbar-mega a {
        padding: 0.5rem 1rem;
    }
    .property-info-left {
        padding: 0 20px 0 0;
    }
    .overview-info ul li {
        display: inline-block;
        width: 40%;
        margin-right: 16px;
        padding-right: 3%;
    }
    .overview-info ul li div.icon-w {
        padding: 13px;
        margin-right: 8px;
    }
    .p-info-r {
        width: 58%;
    }
    .pro-detail-carousel {
        width: 87%;
    }
    .container, .container-sm, .container-md, .container-lg {
        max-width: 1175px;
    }
    
}

@media (max-width: 1190px) {
    .p-name {
        font-size: 17px;
        min-height: 66px;
        line-height: 25px;
        text-transform: capitalize;
    }
    .read-more a {
        border: 1px solid #ccc;
        padding: 3px 10px;
        display: inline-block;
        border-radius: 7px;
    }
    .p-text a {
        margin: 10px 0 0;
    }
    .mob-des-width {
        width: 33%;
    }
    .dis-none-1190{display: none}
    .list-wrapper {
        padding: 0 0px;
    }
    
}

@media (max-width: 991px) {
    .mob-des-width {
        width: 33%;
    }
    .modal-head-title {
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0 0;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 3px;
    }
    .frequentl-asked-question {
        height: 500px;
        overflow: auto;
    }
    .top-developer-wrapper {
        margin: 0 auto 65px;
    }
    div#p-detail-enquire-form .modal-content .modal-header img.logo-image.branding_logo_image {
        max-width: 195px;
    }
    .pop-content {
        padding: 20px 20px 0;
        font-size: 20px;
        font-weight: 100;
    }
    .pop-content ul li {
        border-bottom: 1px dashed;
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: inline-block;
        text-align: center;
        width: 32%;
        border-top: 1px dashed;
        padding-top: 10px;
    }
    .pop-content ul {
        text-align: center;
    }
    form#outOfStockForm {
        border: 1px solid;
        width: 65%;
        margin: 0 auto;
    }
    a.btn.btn-primary.prev-next {
        display: none;
    }
    a.btn.btn-primary.prev-left {
        display: none;
    }
    .container, .container-sm, .container-md {
        max-width: 100%;
    }
    .home-banner-images img {
        max-width: 100%;
        width: 100%;
    }
    .openleft {
        display: none;
    }
    .container-fluid.copyright .col-md-4 {
        width: 100%;
    }
    .feature-wrap .list-wrapper .p-img {
        border: 0;
    }
    section.testimonials-w.section-padding .item {
        height: auto;
    }
}

@media (max-width: 991px) {
    header.header {
        padding: 0px 0 0 0;
    }
    .home-page-title {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    nav#menu {
        text-align: left;
    }
    .home-page-title h2 {
        font-size: 33px;
        color: #fff;
        display: inline-block;
        width: 100%;
        background: linear-gradient(0deg, black, transparent);
        padding: 0 55px 28px;
    }
    .header-container {
        padding: 0 12px;
    }
    .col-md-2.header-left {
        width: 100%;
        text-align: center;
    }
    .col-md-10.header-right {
        width: 60%;
    }
    .col-md-2.header-left img.logo-image.branding_logo_image {
        max-width: 100px;
        padding: 0px 0 0 0;
    }
    header.header.header-desktop.shadow-sm2 .col-md-2.header-left {
        width: auto;
    }
    header.header.header-desktop.shadow-sm2 img.logo-image.branding_logo_image {
        top: -13px;
    }
    
    div#open-left span.ion-navicon {
        float: right;
        position: relative;
        border-bottom: 2px solid #b1b1b1;
        width: 20px;
        top: 8px;        
    }
    .home-page-title .banner-find-property.mob-des-none {
        position: fixed;
        top: 0;
        height: 100%;
        background: #000;
        z-index: 99999999999999;
        padding-top: 86px;
        overflow: auto;
    }
    button.secondary_btn {
        background: #000000cf;
        color: #fff;
        border: 1px solid #cccccc80;
        padding: 9px 11px;
        font-size: 16px;
        font-family: 'Montserrat';
        letter-spacing: 0;
        margin: 0 0px;
        border-bottom: 0;
    }
    .aboutUs-wrapper {
        width: 100%;
    }
    .triangle.triangle-3 {
        display: none;
    }
    .be-content {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .be-wrap {
        position: relative;
        margin: 0 0 50px;
    }
    .header-logo-center {
        max-width: 165px;
        top: 0px;
        margin: 0;
    }
    .information-pages ul li {
        display: inline-block;
        margin: 0 0px;
    }
    .dropdown-projects {
        display: none;
    }
    nav#menu.open-menu .dropdown-projects {
        display: block;
        color: #000;
        top: 40px;
        position: relative;
        padding: 0 50px 165px;
        overflow: auto;
        height: 100vh;
    }
    .dropdown-content .dd-menu-level-one {
        width: 100%;
        background: #0000004d;
        margin-bottom: 13px;
        padding: 13px 15px;
        border: 1px solid #e1cf8d24;
    }
    .dropdown-projects, .dropdown-projects div {
        width: 100%;
    }
    .dropdown-projects .service-menus {
        max-height: none;
        width: 100%;
    }
    a.mega-mm.dropdownl:after {
        float: right;
    }
    .information-pages li a img {
        max-width: 20px;
        margin: 0 9px;
    }
    .second-level-menu {
        position: relative;
        left: 12px;
        top: 0;
        text-align: left;
        display: none !important;
        width: 100%;
        background: none;
    }
    nav#menu.open-menu .dropdown-projects .second-level-menu {
        display: block !important;
    }
    a#branding_logo {
        top: 25px;
        position: relative;
    }
    .home-page-title h2 span {
        margin-top: 10px;
    }
    .banner-find-property.open-box {
        display: block;
    }
    a.search-mob i.fa-solid.fa-xmark {
        display: none;
    }
    a.search-mob.cross-btn i.fa-solid.fa-xmark {
        display: inline-block;
    }
    a.search-mob.cross-btn i.fa-solid.fa-magnifying-glass {
        display: none;
    }
    .pp-prod .dropdown-content {
        position: relative; height: 135px;
    }
    .ddd-close {
        position: sticky;
    }
    body.inner-page a.search-mob {
        display: none;
    }
    .col-12.col-md-2.find-property {
        padding: 0 0 0 0 !important;
        width: 86%;
        margin: 15px auto 0;
        text-align: center;
        position: relative;
        display: flex;
        background: #e09c5c !important;
    }
    .col-12.col-md-2.find-property input.btn.btn-grey.w-100 {
        padding: 20px 0;
    }
    .col-12.col-md-2.find-property img {
        display: none;
    }
    label.search-fld {
        width: 105%;
        border-right: 0;
    }

    span.ion-navicon:before {
        position: absolute;
        border-bottom: 2px solid #b1b1b1;
        width: 100%;
        content: '';
        top: 5px;
        left: 0;
    }
    span.ion-navicon:after {
        position: absolute;
        border-bottom: 2px solid #b1b1b1;
        width: 100%;
        content: '';
        top: -5px;
        left: 0;
    }
    .shadow-sm2 span.ion-navicon, .shadow-sm2 span.ion-navicon:after, .shadow-sm2 span.ion-navicon:before {
        border-bottom: 2px solid #000 !important;
    }
    .shadow-sm2 .menu-open-m {
        
        height: 100vh;     z-index: 9999;
    }
   
    .inner-banner-images img {
        max-width: 190%;
        margin: 0 -50px;
    }
    .inner-banner-images {
        width: 100%;
        text-align: center;
    }
    .inner-banner .page-title {
        position: relative;
        padding-top: 0;
        bottom: 0;
        top: 0;
        left: 0;
        margin-bottom: 28px;
        width: 100%;
        transform: translate(0px, 0px);
    }
    .s-details {
        position: inherit;
    }
    .a-short-description {
        padding: 30px 0px 10px;
        border-radius: 15px;
        margin-bottom: 0px;
    }
    .mob-g-t-h {
        display: inline-block;
    }
    div#open-left {
        display: inline-block;
        /*top: -23px;
        position: relative;
        height: 18px;*/
    }
    .shadow-sm2 div#open-left {
        top: -7px;
    }
    .mob-g-t-h {
        display: inline-block;
        margin-top: 60px;
    }
    .l-c-icons ul li {
        display: inline-block;
        margin: 10px 15px 0;
    }
    li.cart span.doghvwgmxh {
        top: -5px;
        right: -14px;
    }
    .search-box {
        top: 102px;
    }
    .menu-open-m {
        display: block !important;
        width: 100%;
        background: linear-gradient(360deg, #b7b7b7, #fff);
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        overflow: auto;
        padding-top: 47px;
    }
    .menu-open-m div#open-left {
        top: -21px;
        right: 12px;
        position: absolute;
    }
    .top-header {
        position: fixed;
        top: 15px;
        z-index: 9999;
        width: auto;
        margin: 0 auto;
        right: 20px;
        border: 0;
    }
    .menu-external-link {
        right: 74px !important;
        top: 14px;
    }
    a.mega-mm.inrbmxyrem {
        background: none;
        padding: 3px 0px 0;
        width: 100%;
        border-bottom: 1px solid #666;
        font-size: 12px !important;
        font-weight: 600;
        margin-bottom: 0;
    }
    ul.home-cat-top li {
        width: 100%;
        display: inline-block;
        margin-bottom: 40px;
    }
    .half-w {
        width: 47%;
        float: left;
    }
    .mob-des-none {
        display: none;
    }
    .mob-des-block{display:inline-block !important;}
    .menu-open-m ul {
        margin: 0;
    }
    .m-menu-top-brand {
        display: block;
    }
    .menu-open-m ul li {
        width: 100%;
        text-align: left; padding: 0;
    }
    .menu-open-m ul li a.nav-item.nav-link {
        width: 100%;
        border-bottom: 1px dashed;
    }
    .menu-open-m .navbar-nav {
        width: 100%;
    }
    .navbar-nav ul li.dd-menu-lv2:hover .dropdown-lv3 {
        display: block;
        position: inherit;
        left: 0;
        background: inherit;
        top: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }
    .half-w.text-right span.ion-navicon:before {
        display: none;
    }
    .half-w.text-right span.ion-navicon {
        transform: rotate(45deg);
    }
    .half-w.text-right span.ion-navicon:after {
        transform: rotate(-90deg);
        top: 0;
    }
    li.dd-menu .dropdown-lv1 {
        width: 100%;
        border-radius: 0;
        position: relative;
        height: auto;
        overflow: auto;
        display: block;
        border: 0;
        padding: 0;
    }
    
    .shadow-sm2 li.dd-menu .dropdown-lv1 a.nav-item.nav-link {
        border: 0;
        padding: 0;
        border-bottom: 1px dashed #000;
        padding-bottom: 15px;
        margin-bottom: 15px;
        color: #000;
    }
     li.dd-menu .dropdown-lv1 a.nav-item.nav-link {
        border: 0;
        padding: 0;
        border-bottom: 1px dashed #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
        background: none;
        color: #fff;
    }
    .dropdown-lv2 {
        display: block;
        background: #f3f3f3 !important;
        margin: 15px 15px 18px 15px;
        left: 0 !important;
        position: relative !important;
        width: 89% !important;
        border-radius: 0 !important;
        padding: 0 !important;
        
    }
    li.dd-menu-lv1 a.inrbmxyrem:after {
        transform: rotate(90deg);
    }
    span.ion-navicon.cross-menu {
        border:0 !important;
    }
    span.ion-navicon.cross-menu:before {
        transform: rotate(-50deg);
        left: 0px;
        top: 0px;
    }
    span.ion-navicon.cross-menu:after {
     transform: rotate(45deg);
     left: 0px;
        top: 0px;
    }
    .inner-banner {
        padding: 0 !important;
    }
    .store-cat-w {
        border-top: 0px solid #e9e7e8;
        border-bottom: 0px solid #e9e7e8;
    }
    .list-page-w .form-heading {
        font-size: 20px;
    }
    .list-page-w div#primary.content-area {
        padding: 28px 0 0 0;
        background-size: cover;
        background-position: -200px 0;
    }
    form#customFormEnquiryPropertyPage .col-lg-4 {
        width: 100%;
        background: none;
    }
    .form-bg input.form-input {
        background: none;
        font-size: 16px;
        padding: 0 0 7px 0;
    }
    .chk-box-w {
        display: inline-block;
        margin-bottom: 30px;
    }
    .filter-w .col-md-6.text-right {
        text-align: center;
        border-top: 1px solid #ccc;
        padding: 9px 0 0 0px;
    }
    .list-wrapper {
        border-right: 0px solid #ccc;
        padding-right: 0;
        margin-bottom: 0;
    }
    .p-list {
        max-width: 93%;
    }
    .p-text h6 {
        width: 100%;
        text-align: center;
    }
    .price-wrap {
        text-align: center;
        width: 100%;
    }
    a.loadmore.mgooxxbjga {
        padding: 8px 30px;
    }
    .pre-footer-block {
        text-align: center;
        padding: 15px;
    }
    .pre-footer-block h5 {
        font-size: 21px !important;
    }
    .pre-footer-block .sub-heading {
        width: 90%;
    }
    .way-list ul li img {
        max-width: 100%;
    }
    .way-list ul li {
            display: inline-block;
        margin: 0 15px;
        color: #000;
        font-weight: 500;
        font-size: 12px;
        width: 35%;
        margin-bottom: 20px;
    }
    .footer-w h6 {
        font-size: 19px;
    }
    .footer {
        display: block;
        width: 100%;
        background: #000 !important;
        margin: 0 !important;
        position: relative;
        z-index: 9;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        color: #fff;
        background-size: cover !important;
        padding: 30px 30px !important;
    }
    .footer-w {
        border: 0 !important;
    }
    .container-fluid.copyright {
        padding: 25px 0 15px;
        border-top: 1px solid #ccc;
    }
    .col-md-4.copyright_payment_img.c-info {
        text-align: center;
    }
    .back-to-top {
        right: 20px;
    }
    li.fkqvvjbafi {
        width: 100%;
    }
    li.fkqvvjbafi a {
        border: 0;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        color: #000;
        padding: 6px 0;
        display: inline-block;
        margin: 0px 0px 5px;
        width: 100%;
        font-size: 13px;
    }
    .breadcrumb ul li {
        font-size: 15px;
    }
    .inner-banner-images.mob-des-block {
        min-height: 500px;
        display: block;
        background-size: cover !important;
        padding-bottom: 30px;
        
    }
    .shape-bt {
        position: absolute;
        z-index: 2;
        bottom: -4px;
    }
    .term-description {
        text-align: center;
        padding: 0;
    }
    .easyzoom img {
        width: 100%;
        height: auto;
    }
    .product-carousel .owl-item.active {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .product-carousel .owl-item.active img {
        width: 100% !important;
        height: auto !important;
    }
    
    .pd-detail.prod-padd a {
        width: auto;
        font-size: 24px;
    }
    .flex-nowrap {
        flex-wrap: wrap !important;
    }
    .flex-nowrap .col-6.col-lg-2:last-child {
        width: 100%;
        background: #cccccc38;
        text-align: center;
    }
    .flex-nowrap .col-6.col-lg-2:last-child p.text-right {
        margin: 5px 0;
        text-align: center;
        font-weight: 700;
    }
    .bbybqdnnbr .col-lg-4 {
        text-align: center;
    }
    .bbybqdnnbr .col-lg-8.text-right {
        text-align: center;
    }
    .address-book {
        margin-bottom: 12px;
    }
    .ofspcgaaof .col-lg-2 {
        width: 25%;
    }
    .ofspcgaaof .col-lg-5 {
        width: 70%;
    }
    .ofspcgaaof .col-lg-5:last-child {
        width: 100%;
        background: #cccccc38;
    }
    .ofspcgaaof .col-lg-5:last-child p.text-right {
        margin: 0 0 4px 0;
        text-align: center;
        font-weight: 700;
    }
    input.cswuihbbqs {
        margin-bottom: 12px;
    }
    .my-account .border-1.p-5 {
        padding: 30px 0 !important;
    }
    .my-account .container {
        padding: 0 20px;
    }
    .my-account .nav-pills-custom {
        margin-bottom: 30px;
    }
    .register.px-5 {
        padding: 48px 0 0 0 !important;
        border-top: 2px solid #000;
    }
    div#v-pills-tabContent div.tab-pane {
        padding: 0;
        border-radius: 0;
        background: none !important;
        border: 0px solid #ccc;
    }
    .overflow-auto.order-list tbody td:first-child, .overflow-auto.order-list tbody:first-child {
        display: none;
    }
    .overflow-auto.order-list tbody td {
        display: block;
        padding: 4px 15px;
        text-align: center;
    }
    .rungzbwasx {
        font-size: 24px;
    }
    .dropdown-lv3 {
        display: none;
        padding: 15px;
        background: #efefef;
        border-bottom: 2px solid #666;
    }
    li.dd-menu-lv1 a.inrbmxyrem:after{display:none !important;}
    
    .txt-lft .color-lgt {
        color: #999;
        font-size: 17px;
        font-weight: 300;
        text-align: center;
    }
    .rangeStartEnd .rating {
        margin: 0 !important;
        position: relative;
        top: -9px;
        width: 100%;
    }
    header.header.header-desktop.shadow-sm2 {
        padding: 15px 0 0 0;
    }
    .social-login {
        position: inherit; 
        border-top: 0px solid #ccc;
        padding: 23px 0;
        
    }
    .p-main-imag-overlay {
        position: absolute;
        width: 100%;
        height: 49%;
        z-index: 9999;
    }
    .navbar-nav ul li a:after{
        display:none;
    }
    .estore-top-txt {
        width: 100%;
        margin: 0 auto;
    }
    div#EnquiryModal .modal-content {
        padding: 10px 10px 50px;
    }
    div#wpcf7-f3393-o1 input {
        width: 100%;
    }
    .sub-cat-list ul li {
        width: 27%;
    }
    .top-header {
        position: fixed;
        top: 15px;
        z-index: 9999;
        width: auto;
        margin: 0 auto;
        right: 20px;
        padding: 0;
        border: 0;
    }
    .top-header ul {
        text-align: right;
    }
    .top-header li:first-child {
        display: none;
    }
    .top-header ul li a {
        padding: 2px 8px;
      
    }
    .request-a-call-back a {
        bottom: 25px;
        left: 106px;
    }
    .sub-cat-list ul li img {
        max-width: 85px;
    }
    .sub-cat-list h4 {
        font-size: 14px;
        height: 45px;
    }
    nav#menu {
        right: 0;
        top: 0 !important;
    }
    .bor-right-1 {
        border-right: 0;
        border-bottom: 0px solid #ccc;
    }
    .p-text .col-lg-5 .price-wrap .rangeStartEnd {
        width: auto;
        position: inherit;
        left: 0;
        bottom: 6px;
        text-align: right;
        margin: 0 19px;
        border-left: 1px dashed #999;
        padding-left: 24px;
    }
    li.dd-menu > a {
        display: none;
    }
    .ele-top {
        position: relative;
        top: 3px;
    }
    .home-padding-top img {
        max-width: 100%;
    }
    .ele-top.ele-bt {
        top: -8px;
    }
    img.img2 {
        left: -40px;
    }
    .p-140 {
        padding: 25px 20px 10px;
    }
    .blog-testimonials-wrap {
        background: #faf1e7;
        padding: 70px 30px;
    }
    .blog-carousel-home {
        width: 100%;
    }
    .blog-wrap {
        border-right: 0;
    }
    .testimonial-wrap {
        padding: 0 20px;
    }
    .bg-lo.footer-bg {
        padding: 30px 40px 30px;
    }

    .f-text-center, .f-text-right {
        text-align: left;
    }
    .text-left.padd-a {
        padding: 30px;
    }
    .footer-top .ele-top {
        top: -6px;
    }
    blockquote {
        width: 95%;
    }
    .bg-left {
        padding: 0 0 0 55px;
        display: none;
    }
    .bor-left {
        border-left: 0;
        padding: 0;
    }
    .divideri {
        border-top: 0;
        padding: 15px 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .product-page .col-lg-3.text-right {
        text-align: center;
    }
    .btn.btn-primary.fryeoxwpcd {
        top: 0;
    }
    .btn.btn-primary.fryeoxwpcd.sticky-btn {
        position: inherit;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .con-details ul li {
        width: 100%;
        margin: 27px 0;
    }
    .navbar-mega a {
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    .dropdown {
        text-align: left;
        width: 100%;
        padding: 0 11px;
    }
    .dd-menu-lv-two {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background: #fff0;
        height: auto;
        padding: 0px 0;
        border-right: 0;
    }
    .dd-menu-lv-two a {
        padding: 10px 0;
    }
    .dropdown-content {
        background-color: #ffffff00;
        width: 100%;
        left: 0;
        box-shadow: none;
        z-index: 1;
        position: relative;
        text-align: left;
    }
    .dropdown .dropbtn {
        width: 100%;
        text-align: left;
    }
    .navbar-mega {
        display: inline-block;
        width: 100%;
        top: 0;
        transform: translate(0%, 0%);
        position: absolute;
        text-align: center;
    }
    .l-c-icons li.mob-des-none {
        display: none;
    }
    .l-c-icons {
        display: inline-block;
        width: 100%;
        float: left;
        text-align: left;
    }
    div#navbarCollapse {
        top: 48px;
        position: relative;
    }
    li.right-text {
        width: auto;
    }
    .b-title {
        background: linear-gradient(45deg, #ffffffe8, transparent);
        left: 0;
        width: 100%;
    }
    .row.blog-l.prod-list {
        width: 100%;
        margin: 0 auto;
    }
    .row.odd-p {
        flex-flow: column;
    }
    .row.even-p {
        flex-flow: column;
    }
    .small-tag:after{display: none}
    div#open-left.icon-change span.ion-navicon {
        border-bottom: 0px solid #000;
    }
    div#open-left.icon-change span.ion-navicon:before, .openleft.icon-change span.ion-navicon:before {
        transform: rotate(45deg);
        width: 25px;
        top: 0;
    }
    div#open-left.icon-change span.ion-navicon:after, .openleft.icon-change span.ion-navicon:after {
        transform: rotate(-45deg);
        width: 25px;
        top: 0;
    }
    .openleft.icon-change {
        right: 0; top: 0;
    }
    .t-title {
        padding: 22px 30px 22px 65px; left: -72px;         margin-bottom: 30px;
    }
    .section.about-home .about-text {
        padding: 18px 20px 40px 40px;
        text-align: justify;
        width: 100%;
        margin: 0;
        left: 0;
        border-radius: inherit;
    }
    .triangle {
        display: none;
    }
    .aboutUs-block:nth-child(odd) {
        position: relative;
        left: inherit;
    }
    .aboutUs-block:nth-child(even) {
        position: relative;
        right: inherit;
    }

    .be-geniune {
        padding: 50px 21px 10px 20px;
    }
    .list-wrapper {
        padding: 8px 6px 12px 0px;
    }
    .owl-theme .owl-dots .owl-dot span {
        display: none;
    }
    .b-ele-small {
        position: absolute;
        right: 15%;
        top: -54px;
    }
    .b-ele {
        position: absolute;
        left: 3px;
        top: -18px;
        z-index: 9;
    }
    .brands {
        width: 100%;
    }
    .b-head {
        width: 100%;
        backdrop-filter: blur(9px);
        padding: 0 35px 30px;
        margin-bottom: 35px;
    }
    .sub-cat-img-home {
        margin: 0 auto;
    }
    .blog-wrap {
        padding: 45px 15px;
    }
    .b-img {
        width: 100%;
        height: 155px;
    }
    .b-title {
        padding: 20px 3px;
    }
    .row.even-p .b-title {
        right: 0;
    }
    .row.even-p .b-title {
        text-align: left;
    }
    .testimonial-wrap {
        padding: 40px 38px;
    }
    .footer-contact.text-center {
        font-size: 24px;
        margin-bottom: 0;
        padding: 35px 25px;
    }
    .b-birds {
        position: absolute;
        top: -9px;
    }
    .b-birds img {
        max-width: 65%;
    }
    .footer-wrapper-bg {
        height: auto;
        padding-bottom: 145px;
        padding-top: 108px;
    }
    .footer-center-txt h4 {
        font-size: 30px;
    }
    .col-md-4.copyright_payment_img.c-info ul {
        padding: 0;
    }
    .footer-social a {
        margin: 0 5px;
    }
    .col-md-4.copyright_payment_img.c-info li {
        display: inline-block;
        border-right: 1px solid #999;
    }
    .col-md-4.copyright_payment_img.c-info li:last-child {
        border-right: 0px solid #999;
    }
    .company-credits {
        font-size: 13px;
    }
    .copyright_text {
        width: 100%;
    }
    
    .breadcrumb ul li:last-child {
        padding: 0;
    }
    .breadcrumb ul {
        margin: 10px 0;
        padding: 0;
        text-align: center;
    }

    body.inner-page nav#menu.open-menu {
        padding-top: 70px;
    }
    .p-text h6 {
        padding: 0 0px;
    }
    .btn {
        padding: 15px 25px;
    }
    .breadcrumb {
        margin: 0;
    }
    .pf-table {
        display: inline-block;
    }
    
    .pdf-links ul li {
        margin: 15px 0px 5px 0;
    }
    .footer-center-txt {
        position: relative;
        top: 0;
    }
    .payment-plan-wrap .col-lg-3 {
        border-right: 0;
        padding: 0;
        height: auto;
    }
    .home-banner-images.mob-des-block {
        width: 100%;
    }
    .col-lg-12.wow.fadeIn.text-left.contact-us .col-lg-6.wow.fadeIn.text-left.bor-left {
        text-align: center !important;
    }
    .inner-banner .page-title h1 {
        font-size: 30px;
        line-height: 42px;
        text-transform: capitalize;
    }
    .overview-info ul li {
        width: 45%;
    }
    .p-info-r {
        width: 75%;
    }
    .overview-info ul li:last-child .p-info-r {
        width: 75%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }
    .product-left.pro-img-short-d.position-relative.mob-des-block {
        width: 90%;
        left: 20px;
    }
    .pro-detail-carousel {
        width: 100%;
    }
    .col-sm-6.product-left.pro-img-short-d.position-relative {
        width: 100%; margin: 0;
    }
    .on-request-detail {
        margin: 0px 0 0 0px;
    }
    .property-info-left {
        padding: 0;
    }
    .overview-info ul li:nth-child(3) hr {
        width: 94%;
        margin: 38px auto 25px;
    }
    .overview-info ul li div.icon-w {
        padding: 8px;
        margin-right: 8px;
    }
    .overview-info ul li div.icon-w img {
        width: 24px;
    }
    .p-info-r {
        width: 65%;
    }
    .overview-info ul li:last-child .p-info-r {
        width: 60%;
    }


    
}
@media (max-width: 850px) {
    .pop-content ul li {
        display: none;
    }

}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    
    .top-header.shadow-sm1 {
        width: 85px;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .mob-des-width {
        width: 50%;
    }
    .p-text {
        padding: 5px 10px 10px;
        text-align: left;
    }
    .list-page-w div#primary.content-area {
        padding: 0px 0 0 0;
    }
    .read-more a {
        border: 1px solid #ccc;
        padding: 0px 10px;
        display: inline-block;
        border-radius: 7px;
        font-size: 14px;
    }
    .p-name {
        font-size: 14px;
        min-height: 66px;
        line-height: 25px;
        text-transform: capitalize;
        font-weight: 400;
    }
    .list-page-description ul li {
        display: inline-block;
        margin: 10px 20px;
        font-size: 17px;
        font-weight: 200;
        position: relative;
    }
    .list-page-description ul li strong {
        width: 60px;
        height: 60px;
        display: flex;
        background: #eeca7c;
        color: #333;
        border-radius: 1000px;
        align-items: center;
        justify-content: center;
    }
    .f-detail {
        margin: 0;
        text-align: left;
    }

}


@media (max-width: 600px) {
    .bg-lo.footer-bg {
        padding: 30px 0px 30px;
    }
    header.header.header-desktop.shadow-sm2 img.logo-image.branding_logo_image {
        max-width: 200px;
    }
    header.header.header-desktop.shadow-sm2 {
        padding: 15px 0 7px 0;
    }
    section.about.section-padding.about-page .col-lg-3.col-md-6.col-sm-6.text-center.mb-4 {
        width: 50%;
    }
    section#section-about-full ul li {
        width: 96%;
        min-height: auto;
        text-align: left;
    }
    .list-page-description ul li strong:after {
        position: absolute;
        content: '';
        width: 60px;
        height: 1px;
        background: #eeca7c;
        top: 26%;
        left: 0;
        z-index: -1;
        transform: translate(59px, -35%);
    }
    .list-page-description ul li {
        display: inline-block;
        margin: 10px 9px;
        font-size: 17px;
        font-weight: 200;
        position: relative;
    }
    .list-page-description a {
        margin: 25px auto;
        display: table;
        text-align: center;
        border: 1px solid #af7b09;
        padding: 8px 12px;
        border-radius: 100px;
        font-size: 21px;
        color: #af7b09;
    }
    .read-more a {
        border: 1px solid #ccc;
        padding: 0px 6px;
        display: inline-block;
        border-radius: 7px;
        font-size: 12px;
    }
    .mob-des-width {
        width: 100%;
    }
    .p-name {
        font-size: 20px;
        min-height: auto;
        line-height: 25px;
        text-transform: capitalize;
        font-weight: 400;
    }
    .table-class table td {
        border: 1px solid #000;
        padding: 4px 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .overview-info ul li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }
    .overview-info ul li:nth-child(3) {
        display: none;
    }
    .overview-info ul li:first-child, .overview-info ul li:nth-child(4){
        border-right: 0px solid #ccc;
    }
    .overview-info ul li:last-child {
        margin: 0;
        width: 100%;
    }
    .m-auto.table-class h5 {
        font-size: 27px;
    }
    .modal-head-title {
        font-size: 19px;
    }
    form#outOfStockForm {
        border: 1px solid;
        width: 80%;
        margin: 0 auto;
    }
    form#outOfStockForm .modal-body {
        max-width: 85%;
        margin: 0 auto 4px;
        padding: 10px 0 0 0;
    }
    .pop-content {
        display: none;
    }
    div#p-detail-enquire-form button.close {
        right: 40px;
        top: 0px;
    }
    .modal-logo {
        display: none;
    }
    .frequentl-asked-question {
        height: auto;
        overflow: auto;
        padding: 0;
    }
}
@media (max-width: 500px) {
    .product-left.pro-img-short-d.position-relative.mob-des-block {
        width: 84%;
        left: 20px;
    }
}
