@font-face { font-family: Avenir; font-style: italic; font-weight: 400; src: url("../avenir/Avenir Black/Avenir Black.ttf"); }
@font-face { font-family: Avenir; font-style: normal; font-weight: 300; src: url("../avenir/Avenir Light/Avenir Light.ttf"); }
@font-face { font-family: Avenir; font-style: normal; font-weight: 500; src: url("../avenir/Avenir Regular/Avenir Regular.ttf"); }
@font-face { font-family: Avenir; font-style: normal; font-weight: 700; src: url("../avenir/Avenir Book/Avenir Book.ttf"); }
@font-face { font-family: Avenir; font-style: normal; font-weight: 900; src: url("../avenir/Avenir Heavy/Avenir Heavy.ttf"); }
/*@font-face { font-family: Avenir-bold; src: url("../fonts/Avenir-Pro-Black-Italic.otf"); }*/
body {font-size: 17px;font-family: Avenir;font-weight: 400;overflow-x: clip;/* user-select: none; */color: #582308;}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}
/*.logo img {
    height: 65px;
}*/

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}
.container { max-width:1200px!important; margin:0 auto; position:relative}

.meni-icon{
    display: none;
}

.meni-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myNav ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0px 12px;
}

#myNav ul li a {
    color: #222222;
    font-size: 16px;
    padding: 0px 7px;
    font-weight: 400;
    text-transform: capitalize;
}

#myNav ul li:last-child a {
    background: #D8A495;
    color: #fff;
    padding: 9px 22px;
    border-radius: 2px;
    border: 1px solid #d8a495;
}
div#myNav {
    display: flex;
}

.header .navBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Playfair;
    padding: 7px 0px;
}

.header .navBar .search-with-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header .navBar .headernavigation {
    width: calc(100% - 218px);
}


.header .navBar .search-with-cart .searchbar {
    display: flex;
    align-items: center;
    width: 78%;
    justify-content: space-between;
}

.header .navBar .search-with-cart .searchbar .location {
    display: flex;
    align-items: center;
}

.header .navBar .search-with-cart .searchbar .serch-form {
    width: calc(100% - 94px);
    position: relative;
}

.header .navBar .search-with-cart .searchbar .serch-form i.fa.fa-search {
    position: absolute;
    right: 13px;
    top: 16px;
}

.header .navBar .search-with-cart .searchbar .serch-form input.form-control {
    background: #F3F4F6;
    border: none;
    height: 48px;
}

.header .navBar .search-with-cart .searchbar .location .icon {
    font-size: 32px;
    color: #5a5555;
}

.header .navBar .search-with-cart .searchbar .location .l-txt {
    font-size: 12px;
    padding-left: 10px;
    color: #1B1B1E;
    font-family: 'Philosopher';
}

.header .navBar .search-with-cart .searchbar .location .l-txt span {
    font-weight: 600;
    display: block;
    width: 100%;
}

.header .navBar .search-with-cart .cartList ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.header .navBar .search-with-cart .cartList ul li {
    padding-left: 21px;
    position: relative;
}

.count {
    position: absolute;
    top: -12px;
    right: -18px;
    background: #e8ceb0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #582308;
    color: #582308;
}

.header .navBar .headernavigation .navigationbar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    /* padding-top: 23px; */
}

.header .navBar .headernavigation .navigationbar .navlist ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.header .navBar .headernavigation .navigationbar .Explore.Products button {
    border: none;
    background: none;
    border: 1px solid #d3cdcd;
    padding: 10px 14px;
    border-radius: 7px;
}

.header .navBar .headernavigation .navigationbar .navlist ul li {
    padding: 22px 21px;
    position: relative;
}

.header .navBar .headernavigation .navigationbar .navlist ul li:last-child a {
    /* background: linear-gradient(90deg, #DC2626 0%, #EA580C 100%); */
    /* color: #fff; */
    /* font-size: 13px; */
    /* padding: 7px 12px; */
    /* border-radius: 6px; */
}

.header .navBar .headernavigation .navigationbar .navlist ul li:last-child {
    padding-right: 0px;
}


.logo {
    position: relative;
}

.logo:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #f7f15f;
    height: 20px;
    bottom: -20px;
    left: 0px;
    z-index: 1;
    display: none;
}
body.single-product .logo:after {
    display: none;
}

section.get-report {
    padding: 0px 0px 60px 0px;
}

section.get-report .report-list ul {
    display: flex;
    flex-wrap: wrap;
}

section.get-report .report-list ul li {
    width: 31.33%;
    margin: 1%;
    list-style: none;
    position: relative;
}

section.get-report .report-list ul li:after, section.services .service-list ul li a:after {
    content: "";
    background: linear-gradient(180deg, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 12px;
}

section.get-report .report-list ul li .report-content {
    position: absolute;
    color: #fff;
    bottom: 15px;
    z-index: 2;
    left: 0px;
    right: 0px;
    width: 85%;
    margin: 0px auto;
}

section.get-report .report-list ul li img {
    border-radius: 12px;
}

section.get-report .report-list ul li .report-content .report-txt {
    font-size: 23px;
}

section.get-report .report-list ul li .report-content .button-link {
    padding: 14px 0px;
}

section.get-report .report-list ul li .report-content .button-link a {
    background: #fff;
    color: #1B1B1E;
    padding: 15px;
    width: 100%;
    display: block;
    border-radius: 10px;
    text-align: center;
}

section.get-report .report-list ul li .report-content .button-link a i {
    padding-left: 12px;
}

section.consult-experts {
    padding: 0px;
    text-align: center;
}

.heading {
    padding-bottom: 27px;
}

.heading .headline {
    font-size: 17px;
    text-transform: uppercase;
    color: #582308;
}

.heading .headline span {
    display: block;
    font-size: 48px;
    line-height: 58px;
}

section.consult-experts .tag {
    font-size: 27px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
}

.link-btn {margin: 46px 0px 36px 0px;}

.link-btn a {background: #e8ceb0;padding: 11px 28px;border-radius: 10px;font-size: 19px;border: 1px solid #e8ceb0;}

.link-btn a i {
    font-size: 16px;
    padding-left: 10px;
}

section.services {
    text-align: center;
    padding: 30px 0px 60px 0px;
}

section.services .service-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.services .service-list ul li {
    width: 31.33%;
    margin: 0.5%;
    position: relative;
    list-style: none;
}

section.consult-experts .consult-txt {
    width: 92%;
    margin: 0px auto;
}

section.services .service-list ul li .ser-name {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 12px;
    padding: 10px;
    width: 100%;
    font-size: 21px;
}

section.Commitment {
    text-align: center;
    padding: 60px 0px;
}

section.Commitment .commit-txt {
    width: 76%;
    margin: 0px auto;
}

section.Commitment .Commitment-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

section.Commitment .Commitment-list ul li {
    width: 19%;
    margin: 2%0.5%;
}

section.Commitment .Commitment-list ul li .listitem img {
    width: 94px;
}

section.Commitment .Commitment-list ul li .tit {
    padding: 14px;
    font-size: 19px;
}

footer {
    background: #e8ceb0;
    padding: 60px 0px;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .container .footer-links {
    width: 19%;
}

footer .container .footer-links:nth-child(1) {
    width: 31%;
    margin-right: 7%;
}

section.copyright {
    background: #e8ceb0;
    text-align: center;
    padding: 10px 0px;
}

footer .container .footer-links li {
    list-style: none;
    padding: 2px;
}

footer .container .footer-links h3 {
    padding-bottom: 12px;
    color: #582308;
}

footer .container .footer-links .newsletter input {
    background: none;
    border: none;
    border-bottom: 1px solid #a7a1a1;
    border-radius: 0px;
}

footer .container .footer-links .newsletter {
    margin-top: 21px;
    position: relative;
}

footer .container .footer-links .newsletter button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fff;
    border: none;
    padding: 10px 34px;
}

footer .container .footer-links .newsletter button i {
    padding-left: 12px;
}

footer .container .footer-links ul.social-media {
    display: flex;
    flex-wrap: wrap;
}

footer .container .footer-links ul.social-media i {
    font-size: 27px;
}

footer .container .footer-links ul.social-media li {
    padding-right: 16px;
}

.main_banner {
    background: #0A033C;
    width: 100%;
    /* padding-bottom: 60px; */
/*    margin-bottom: 60px;*/
}

.main_banner.inner{ padding-top:50px;}

.boxes {
    width: 100%;
    position:relative;
    display: flex;
}

.inner .boxes { width:100%;}

.boxes .img11{ position: absolute;
    left: -54px;
    top: 65px;}


.boxes .box {
    width: 17%;
    /* margin: 0 .5%; */
    /* background: #ccc; */
    height: 600px;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative
}
.boxes .box.active {
    width: 66%;
}

.inner .boxes .box.active{    width: 67%;}

.boxes .box .layer {
    width: 100%;
    height: 600px;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* final */
.boxes .box.one {/* background-color: #1E8DF3; */background-image: url(../img/life.png);background-position: right top!important;background-repeat: no-repeat!important;background-size: cover!important;position: relative!important;display: flex;align-items: center;}
.boxes .box.one .layer {/* background: #1b1b1c8c; */}
.boxes .box.active .layer {background: linear-gradient(45deg, black, transparent);opacity: 1}


.boxes .box.two {/* background-color: #F1AF43; */background-image: url(../img/vastu.png);background-position: -40px top;background-repeat: no-repeat;background-size: cover;}
.boxes .box.two.active {/* background-color: #F1AF43; */background-image: url(../img/vastu.png);background-position: right top;background-repeat: no-repeat;background-size: cover;}
.boxes .box.two .layer {/* background: #f1af43d6; */}



.boxes .box.three {/* background-color: #1449B9; */background-image: url(../img/rudraksh.png);background-position: -120px top;background-repeat: no-repeat;}
.boxes .box.three.active {/* background-color: #1449B9; */background-image: url(../img/rudraksh.png);background-position: right top;background-repeat: no-repeat;background-size: cover;}
.boxes .box.three .layer {/* background: #1449b9d1; */}


.boxes .box .con {
    position: absolute;
    height: 100%;
    width: 100%;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43%, #000000 100%);
}
.boxes .box.two .con{background: linear-gradient(180deg, rgb(0 0 0 / 13%) 43%, #000000 100%);}
.boxes .box.three .con{/* background-color: #1449B9; */background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43%, #000000 100%);}
.boxes .box.four .con{background-color: #E46C3B;    }
.boxes .box.five .con{background-color: #4229DF;    }
/* final */




.boxes .box img {
    height: 600px;
    width: auto;
    position: absolute;
    border-radius: 15px;
}
.boxes .box .layer2 {
    width: 100%;
    height: 600px;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.boxes .box.active .layer2 {
    background: linear-gradient(360deg, rgb(0 0 0 / 66%) 0%, rgba(0,212,255,0) 100%);
    opacity: 1
}

.boxes .box.active .con {
    opacity: 1;
    bottom: 0;
    top: 0px;
}
.boxes .box .con .text {
    width: 100%;
    position: relative;
    padding: 25px;
    z-index: 3;
}
.boxes .box .con .text img {
    width: 60px;
    height: auto;
    margin: -50px 0 0 0; border: 2px solid #fff;
}
.boxes .box .con .text .title {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 300;
    color: #fff;
    padding: 0 26px 0 0px;
    text-transform: uppercase;
}
.boxes  .linkss { width:250px; position:absolute; right:30px;}
.boxes .box .con .link-btn a.link-book {background: #fff;padding: 14px 44px;}
.boxes .box .con .text .title5 {
        font-size: 45px;
    margin-top: 32px;
    font-weight: 400;
    color: #fff;
    padding: 0 30px 0 0;
   
}

.boxes .box .con .text .link-btn a:nth-child(1) {
     display: none; 
}

.boxes .box .con .text .title2 {
    width: 100%;
    color: #EFF19E;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 70px;
}
.boxes .box .title3 {
    font-size: 42px;
    margin-top: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0 30px 0 0;
    width: 500px;
    text-transform: uppercase;
    position: absolute;
    left: -110px;
    bottom: 240px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.boxes .box .arrow_left {
    position: absolute;
    right: 23px;
    top: 23px;
    width: 15px;
    height: auto;
    opacity: 1;
}
.boxes .box.active .arrow_left {
    opacity: 0
}
.boxes .box.active .title3 {
 bottom: -646px;
}

.boxes .box .con .text .link-btn {
    margin: 32px 0px 36px 0px;
    position: relative;
    z-index: 16;
    opacity: 1;
}
section.RudrakshaHelp {
    position: relative;
    padding: 60px 0px;
    color: #fff;
}

section.RudrakshaHelp .rudra-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.RudrakshaHelp .rudra-flex .help-title {
    width: 32%;
    color: #fff;
}

section.RudrakshaHelp .rudra-flex .RudrakshaHelp-sec {
    width: 67%;   
     overflow: hidden;
}

section.RudrakshaHelp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background: #1B1B1E;
}

section.RudrakshaHelp .rudra-flex .headline span {
    font-size: 34px;
    line-height: 44px;
}

section.RudrakshaHelp .rudra-flex .link-btn {
    margin: 7px 0px 0px 0px;
}

section.RudrakshaHelp .rudra-flex .link-btn a {
    color: #1B1B1E;
    font-size: 17px;
}

section.RudrakshaHelp .rudra-flex .RudrakshaHelp-sec .Name {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 10px;
}

.owl-dots {
    display: none;
}

button {}

.owl-nav {}

.owl-nav button {
    background: #eff19e !important;
    width: 30px;
    height: 30px!important;
    border-radius: 50%!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #000!important;
    font-size: 27px!important;
}

.owl-nav button span {}

.owl-nav {
    display: flex;
    justify-content: center;
}

section.astrologer-services {
    background: #f9f9f9;
    padding: 30px 0px;
}

section.astrologer-services .servicesList {
    position: relative;
}

section.astrologer-services .servicesList .serviceFlex {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

section.astrologer-services .servicesList .serviceFlex .service-img {
    width: 48%;
}

section.astrologer-services .servicesList .serviceFlex .service-img img {
    width: 100%;
}

section.astrologer-services .servicesList .serviceFlex .service-content {
    width: 52%;
    text-align: center;
}

section.astrologer-services .servicesList .serviceFlex:nth-child(even) {
    flex-direction: row-reverse;
}

section.astrologer-services .servicesList .serviceFlex .service-content .servivetitle {
    font-size: 48px;
    text-transform: uppercase;
}

section.astrologer-services .servicesList .serviceFlex .service-category {
    padding: 48px;
    width: 100%;
}

section.astrologer-services .servicesList .serviceFlex .service-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

section.astrologer-services .servicesList .serviceFlex .service-category ul li {
    list-style: none;
    width: 29%;
    margin: 2%;
}

section.astrologer-services .servicesList .serviceFlex .service-category ul li .cateFlex {
    display: flex;
    align-items: center;
}

section.astrologer-services .servicesList .serviceFlex .service-category ul li .cateFlex .sub-name {
    padding-left: 25px;
    font-size: 17px;
}

section.astrologer-services .servicesList .serviceFlex:last-child .service-category ul li {
    width: 46%;
}

.ast-iocnp {
    position: absolute;
    right: -53px;
    bottom: -70px;
    z-index: 0;
}

section.astrologer-services + section.Commitment {
    background: #f9f9f9;
}

.ast-iocn {
    position: absolute;
}

section.get-report .report-list ul li .report-content .button-link a:hover {
    background: #eff19e;
}

.link-btn a:hover {
    background: #ffffff;
    color: #2c2727;
}

section.get-report {
    position: relative;
}

.ring-circle {
    position: absolute;
    right: 0px;
    top: -60px;
}

.service-list {
    position: relative;
}

.ast1 {
    position: absolute;
    left: -74px;
    top: -55px;
}

.ast2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.ast3 {
    position: absolute;
    bottom: -127px;
}

.ast4 {
    position: absolute;
    right: 0px;
}

section.category_banner {
    width: 100%;
    /* float: left; */
    background: #e8ceb0;
    color: #fff;
    padding: 60px 0px;
    text-align: center;
}

section.category_banner .heading {
    padding: 0px;
}

section.category_banner .heading h1.headline {
    font-size: 42px;
}

section.trandings {
    width: 100%;
    padding: 60px 0px;
}

section.trandings p.woocommerce-result-count {
    font-size: 16px;
}

select.orderby {
    width: 300px;
    padding: 10px;
}

section.trandings ul.products.columns-4 {
    padding-top: 42px!important;
}

section.trandings ul.products.columns-4 img {
   /* border: 1px solid #e3e3e1; 
     padding: 7px; */
    margin: 0px !important;
}

.custom-thumbnail-wrapper {
    width: 100%;
    height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5dfdf;
    padding: 12px;
    margin-bottom: 7px;
}

section.trandings ul.products.columns-4 h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-family: 'Philosopher';
}

ul.products.columns-4 span.price {
    color: #238208!important;
    font-size: 17px!important;
}

ul.products.columns-4 a.add_to_cart_button {
    margin: 0px;
    font-size: 13px;
    background: #f7f15f;
    margin-top: 1px!important;
}
section.product-detail {
    padding: 30px 0px;
}

section.product-detail .brands {
    font-size: 36px;
    text-transform: capitalize;
}


section.related.products {
    padding-top: 60px;
    width: 100%;
}

.custom-thumbnail-wrapper img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

section.product-detail .images .woocommerce-product-gallery__image {
    border: 1px solid #e5dbdb;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 1px!important;
    fo'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    padding: 5px 0px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg {
    font-size: 12px;
    width: 24px;
}

section.product-detail p.price {
    color: #258309 !important;
    font-size: 28px!important;
}

section.product-detail p, section.product-detail li {
    font-size: 18px;
}

section.product-detail strong {font-weight: 500;color: #035003;}

section.product-detail .product-benefits li {
    padding: 5px 0px;
    position: relative;
    list-style: none;
    padding-left: 27px;
}

section.product-detail .product-benefits li:after {
    content: "\2714";
    position: absolute;
    left: 0px;
    top: 9px;
    color: #0c5e09;
        font-size: 16px;
}

form.cart {
    margin-bottom: 0px!important;
    margin-top: 32px;
}

form.cart + .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
    display: none;
}

form.cart button.single_add_to_cart_button.button.alt {
    background: #f7f15f !important;
    color: #000!important;
    font-weight: 500;
}

.woocommerce div.product form.cart div.quantity input {padding: 5px;border: 1px solid #decaca;}

.woocommerce-tabs.wc-tabs-wrapper {
    height: 0px;
    overflow: hidden;
}

.product-benefits p {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 7px;
}
.owl-stage {
    display: flex;
    overflow: hidden;
    /* width: auto !important; */
}
.header .navBar .headernavigation .navigationbar .navlist ul.sub-menu {
    display: none;
}

.navlist {
    display: flex;
    align-items: center;
}

.navlist li {
    list-style: none;
    position: relative;
}

.navlist li img {
    margin-left: 44px;
    /* border: 1px solid red; */
    width: 37px;
    padding: 8px;
    /* border: 1px solid #127502; */
    border-radius: 4px;
    background: #e8ceb0;
}

.header .navBar .headernavigation .navigationbar .navlist ul li a {
    font-size: 18px;
    font-family: 'Avenir';
}

section.services .service-list ul li .serviceImg img {
    height: 277px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

section.services .service-list ul li a {
    cursor: pointer;
    text-transform: capitalize;
    display: block;
    z-index: 2;
    position: relative;
}

section.RudrakshaHelp .rudra-flex .RudrakshaHelp-sec .item img {
    width: 100%;
    height: 282px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}

div#rightWrapper article .woocommerce.columns-4 {
    display: none;
}

footer.entry-footer.default-max-width {
    display: none;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    display: none;
}

.woocommerce ul.products li.product a {
    color: #000000 !important;
}

.woocommerce ul.products li.product a:after {
    display: none;
}

.header .navBar .headernavigation .navigationbar .navlist ul li.menu-item-has-children:hover ul.sub-menu {
    display: block!important;
    position: absolute;
    background: #e8ceb0;
    width: 300px;
    z-index: 6;
    top: 95%;
    padding: 12px 0px;
    left: 3%;
}

.header .navBar .headernavigation .navigationbar .navlist ul li.menu-item-has-children:hover ul.sub-menu li {
    padding: 6px 22px;
}

ul.sub-menu:after {
    content: "";
    float: right;
    transition: all .5s;
    border: none;
    content: "\f077";
    margin: 0 4px 0 0;
    font-size: 11px;
    transform: rotate(0deg);
    font-weight: 500;
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8ceb0;
    border-left: 10px solid transparent;
    position: absolute;
    left: 43px;
    top: -9px;
}

section.exploreVehicle {
    padding: 60px 0px;
    text-align: center;
}

section.exploreVehicle h1.more {
    text-align: center;
    padding: 0px 0px 22px 0px;
}

span.wc-block-components-button__text {
    background: #f7f15f;
    padding: 10px 22px;
    border-radius: 5px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    font-size: 18px;
}

.wc-block-components-product-metadata__description {
    display: none;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title, .is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 19px!important;
}

.header .navBar .headernavigation .navigationbar .navlist ul li.menu-item-has-children:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 4px;
}

.woocommerce-product-gallery__image {}

a.yith_magnifier_zoom.woocommerce-main-image {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 500px;
}

a.yith_magnifier_zoom.woocommerce-main-image img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%;
}

.yith_magnifier_gallery li, .yith_magnifier_gallery li a {
    width: 76px!important;
    height: 76px;
}

.yith_magnifier_gallery li a {
    border: 1px solid #c3bfbf;
    margin: 0px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

ul.yith_magnifier_gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.modal label {
    font-size: 16px;
    width: 100%;
}

.wpcf7-form-control, wpcf7-form-control-wrap, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid #d3cccc;
    padding: 7px 12px;
    border-radius: 6px;
    margin: 5px 0px;
}

textarea.wpcf7-form-control.wpcf7-textarea {}

.modal-header {
    border: none;
}

h4.modal-title {
    width: 100%;
    text-align: center;
}

button.btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f7f15f;
    opacity: 1;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    padding: 0px 22px 10px 22px;
}

button.btn-close {}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #f7f15f;
    border: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 62px;
}

section.about-us {
    padding: 60px 0px;
}

section.about-us .about-flex {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}

section.about-us .about-flex .fl {
    width: 48%;
    position: relative;
}

section.about-us .about-flex .fr {
    width: 47%;
    text-align: left;
}

section.about-us .about-flex .fr p {
    font-size: 18px;
    line-height: 27px;
}

section.about-us .about-flex .fl .about-img {
    height: 100%;
    display: flex;
    align-items: center;
}

section.about-us .about-flex .fl .about-img:after {
    content: "";
    position: absolute;
    width: 52%;
    background: #e8ceb0;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

section.about-us .about-flex .fl .about-img img {
    padding-left: 5%;
    width: 90%;
}

section.contact-form {
    padding: 60px 0px;
    position: relative;
    background: #f7f5f5;
}

section.contact-form .main-contact {
    display: flex;
    justify-content: space-between;
    background: #e8ceb0;
}

section.contact-form .main-contact .form {
    width: 62%;
    background: #fff;
    padding: 25px 44px;
}

section.contact-form .main-contact .user-connect.map {
    width: 38%;
}

section.contact-form .main-contact .user-connect.map .card {
    background: none;
    border: none;
    padding: 25px 44px;
    /* color: #fff; */
}

.form-group {
    margin-bottom: 16px;
}

input.btn_main {
    background: #e8ceb0;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    color: #582308;
}

label:has(.subservicelist:empty) {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    padding: 0px;
    width: auto;
    background: #fff;
}

.wc-block-components-validation-error p {
    font-size: 15px!important;
}

.header .navBar .headernavigation .navigationbar .navlist ul li a:hover {
    color: #592309;
}

form p {
    margin-bottom: 7px;
}


span.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0px;
    border: none;
}

input.tnp-submit {
    position: absolute!important;
    bottom: 0px;
    right: 0px;
    background: #fff!important;
    border: none;
    padding: 13px 34px!important;
    color: #000!important;
}

input#tnp-1:focus {
    outline: none;
}

.layer a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

footer p {
    font-size: 18px;
}

.add-loc {
    padding: 3px 0px;
}

.add-loc i {
    font-size: 18px;
    margin-right: 10px;
}

.card-body ul.social-media {
    display: flex;
    list-style: none;
    padding-top: 22px;
    font-size: 28px;
}

.card-body ul.social-media li {
    padding-right: 20px;
}

section.get-report .report-list ul li:hover:after, section.services .service-list ul li:hover a:after {
    background: linear-gradient(45deg, #000000, #ffd70152);
}

.logo img {
    height: 76px;
}

.about-us-content {
    text-align: center;
}
.about-contnet .txt .txt {
    height: 398px;
    overflow: hidden;
}

section.about-us {
    text-align: center;
}

section.blogs {
    text-align: center;
    padding: 30px 0px 60px 0px;
}

section.blogs .blogsList ul {
    display: flex;
    flex-wrap: wrap;
}

section.blogs .blogsList ul li {
    width: 31.33%;
    margin: 1%;
    list-style: none;
    text-align: left;
}

section.blogs .blogsList ul li h3.title {
    font-size: 19px;
    line-height: 31px;
}

section.blogs .blogsList ul li .blog-img .img {
    width: 100%;
    height: 214px;
    background: #2f2f2d;
    margin-bottom: 10px;
}

section.blogs .blogsList ul li .blog-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.blogs .blogsList ul li .date {
    display: none;
}

section.blogs .btn a {
    background: #e8ceb0;
    padding: 11px 28px;
    border-radius: 10px;
    font-size: 19px;
    border: 1px solid #e8ceb0;
}

.top-bar {
    background: #e8ceb0;
    text-align: center;
    padding: 7px 0px;
    font-weight: 500;
    text-transform: uppercase;
}


p {
    text-align: justify;
}


.carousel-inner {
    height: 100%;
}

.carousel-inner img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.main_banner {
    height: 100%;
}

div#demo {
    height: 100%;
}

.product_info2 {
    padding: 22px 0px 60px 0px;
}


.detail.blog_inner .img {
    margin: 16px 0px;
}

section.productDescription.withbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding: 0px;
    background: #fff;
}

section.productDescription.withbanner .bannerimg, section.productDescription.withbanner .bannerimg img {
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
}

section.productDescription.withbanner .category-banner-txt {
    position: absolute;
}

.section.productDescription.withbanner .category-banner-txt h1 {
    color: red;
}

section.productDescription.withbanner .category-banner-txt h1 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
section.productDescription.withbanner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
/*    background: #00000069;*/
}

.flexx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.comming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 60px 0px; */
    background: #faf6f1;
}

section.comming-soon .img img {
    padding: 60px 0px;
    width: 76%;
}

section.comming-soon.img {
    text-align: center;
}

.detail.blog_inner ul {
    padding-left: 21px;
}

.detail.blog_inner p:has(strong) {
    margin-top: 21px;
}

.menu-nav, .closs-nav{
    display: none;
}

.detail.blog_inner h2, .detail.blog_inner h3, .detail.blog_inner h4 {
    font-size: 23px;
    font-weight: 600;
    margin-top:21px;
    margin-bottom: 15px;
}

img.alignnone.size-medium {
    width: 50%!important;
}