
/****************************** howItsWrkhdr **************************/
 .howItsWrkhdr p{
     max-width: 460px;
     margin: auto;
}
 .howItsWrkInnr{
     padding-top: 60px;
     max-width: 337px;
     margin: auto;
}
 .howItscrcl{
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     background: #fffde6;
     margin: auto;
}
 .howItsWrkInnr{
     position: relative;
}

 .howItsWrk .col-lg-4:last-child .howItsWrkInnr::after{
     display: none;
}
 .howItstxt h6{
     font-weight: 700;
     color: #27272A;
}
 .howItstxt{
     padding-top: 24px;
}
 .howItstxt p{
    margin-bottom: 0;
}
 .howItscrcl span{
     font-size: 14px;
     color: #fff;
     width: 32px;
     height: 32px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #F7BD0C;
     position: absolute;
     top: 0;
     right: 0;
     border-radius: 100%;
}
/************************** rentingFor ************************/
 .rentingFor{
     background: #FFB703;
}
 .rentingInnr{
     padding-top: 40px;
}
 .rentingBx{
     width: 100px;
     height: 100px;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 20px;
}
 .rentingPddng{
     padding: 0 180px;
}
 .rentingInnr p{
     color: #fff;
     font-size: 14px;
}
 .rentingFor{
     padding: 90px 0 200px;
}
 .rentingFor h3{
     color:#fff;
}
 .about{
     padding: 40px 60px;
     background: #fff;
     box-shadow: 0 40px 60px -60px #18181b;
     position: relative;
     margin-top: -180px;
}
 @media only screen and (max-width: 768px) {
     .about{
         padding: 50px 30px;
    }
}
 .about .aboutTxt h3{
     text-align: center;
}
/******************** testimonial ********************/
 .testimonial{
     padding: 100px 123px;
     background: #fff;
     box-shadow: 0 40px 60px -60px #18181b;
     position: relative;
     margin-top: -180px;
}
 .testiImg{
     width: 192px;
     height: 192px;
     background: #F7BD0C;
     margin: 0 auto 15px;
}
/* .testiImg img{
     width: 100%;
     height: 100%;
}
 */
 .testiImgTxt p{
     color: #27272A;
     margin: 0;
    padding-bottom: 10px;
     font-weight: 700;
}
 .testiImgTxt span{
     color: #71717A;
     font-size: 14px;
}
 .testiimg{
     padding: 20px;
     box-shadow: 0 0px 80px -60px #18181b;
     width: 240px;
     margin: auto;
}
 .testiTxt{
     margin-left: 100px;
     position: relative;
}
 .testiTxt::after{
     position: absolute;
     content: '';
     background: url(../images/koma_up.png) no-repeat;
     background-size: 100% 100%;
     top: 56px;
     left: -41px;
     width: 35px;
     height: 35px;
}
 .testiTxt::before{
     position: absolute;
     content: '';
     background: url(../images/koma.png) no-repeat;
     background-size: 100% 100%;
     bottom: -30px;
     right: 0;
     width: 35px;
     height: 35px;
}



 .testiTxt h5{
     position: relative;
}
 .testiTxt h5::after{
     position: absolute;
     content: '';
     background:#F7BD0C;
     height: 3px;
     width: 20%;
     left: 0;
     bottom: -10px;
}

 .bnnrSlider .slick-arrow {
     background: #fff;
     padding-left: 6px;
}
 .testimonial .slick-arrow {
     position: absolute;
     top: auto;
     z-index: 4;
}
 .testimonial .slick-next {
     right: -20%;
     left: 0;
     margin: auto;
}
 .testimonial .slick-prev {
     right:-9%;
     left: 0;
     margin: auto;
}
 .testimonial .slick-next, .testimonial .slick-prev {
     bottom: 20%;
}
/************************** hotItems *****************************/
 .tab-sec ul{
     justify-content: center;
}
 .tab-sec .nav-link{
     background: transparent;
     border: none;
     color: #52525B;
     font-size: 14px;
     position: relative;
}
 .tab-sec .nav-link::after{
     position: absolute;
     content: '';
     background: #F7BD0C;
     height: 2px;
     width: 0;
     bottom: -5px;
     left: 0;
     right: 0;
     margin: auto;
     transition: 0.5s;
}
 .tab-sec .nav-link:hover::after, .tab-sec .nav-link.active::after {
     width: 100%;
}
 .tab-sec .nav-item {
     padding: 0;
}
 .tab-sec .nav-item:not(:last-of-type){
     padding-right: 15px;
}
 .tabInnrdetails{
     border: 1px solid #0F172A14;
     padding: 10px;
     margin-top: 40px;
     transition: 0.8s all;
}
 .tabInnrdetails:hover{
     border:1px solid transparent;
     box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
     transition: 0.8s all;
}
.tabInnrdetails .tabimg {
  position: relative;
  width: 100%;
  max-width: 300px; /* or set fixed width */
  height: 250px; /* fixed height */
  overflow: hidden;
}

.tabInnrdetails .tabimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.tabimg span.wishlist {
  position: absolute;
  top: 3px;
  right: 42px;
  margin: 0;
  z-index: 2;
}

 .tabTxt{
     padding-top: 10px;
}
 .tabTxt p{
     font-size: 14px;
     color: #27272A;
     margin: 0;
     padding-bottom: 10px;
}
 .tabTxt span{
     font-size: 14px;
     display: flex;
     align-items: center;
}
 .tabTxt span p{
     margin: 0;
     color: #71717A;
     padding-left: 3px;
     padding-bottom: 0px;
}
 .cmnBtn{
     background: #27272A;
     min-width: 122px;
     text-transform: uppercase;
     padding: 11px 10px;
     display: inline-block;
     text-align: center;
     color: #fff;
     font-size: 16px;
}
 .tabBtn{
     padding-top: 40px;
     text-align: center;
}

/********************** memberShip *************************/
 .memberShipTilte p{
     color: #52525B;
     margin: auto;
}
 .memberInnr{
     padding: 30px;
     border: 1px solid #E4E4E7;
     margin-top: 40px;
     transition: 0.5s;
}
 .memberInnr:hover{
     border:1px solid transparent;
     box-shadow: 0 0px 80px -60px #18181b;
}
 .memberTxt h6{
     margin: 0;
     padding: 15px 0;
     color: #27272A;
     font-weight: 700;
}
 .memberbtn{
     color: #27272A !important;
     border-bottom: 1px solid #27272A;
     font-size: 16px;
     transition: 0.5s all;
}
 .memberbtn:hover{
     color: #F7BD0C !important;
     border-bottom: 1px solid #F7BD0C;
}
 .memberBtn .cmnBtn{
     min-width: 151px;
}

/********************* collection page **************************/
.allCollection {
    padding: 60px 0 100px;
    margin: 0px 60px;
}
 .filterHdr{
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .filterHdr p{
     margin: 0;
     color: #27272A;
     font-weight: 700;
     position: relative;
}
 .filterHdr p::after{
     position: absolute;
     content: '';
     background: #F7BD0C;
     bottom: 0;
     left: 0;
     width: 50%;
     height: 2px;
}
 .filterHdr a{
     font-size: 14px;
     color: #27272A !important;
     border-bottom: 1px solid #27272A ;
}
/**************************** accdin *************************/
 .accInnr{
     padding-top: 25px;
}
/* accodiant */
 .qus {
     margin-bottom: 20px;
     width: 100%;
     border-bottom: 1px solid #E4E4E7;
}
 .mr-15 {
     margin-right: 15px;
}
 .accInnr {
     padding-top: 30px;
}
 .qus .accordion-header {
     background: transparent;
     position: relative;
     border-radius: 0;
}
 .qus .accordion-header {
     padding: 15px 0px;
     border: none;
}
 .qus .accordion-content {
     border: none;
}
 .accInnr .accordion-item-active .accordion-header {
     color: #1c1b24;
     background: transparent;
}
 .accordion {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .accInnr .accordion-header h1 {
     position: relative;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     color: #27272A;
     font-weight: 600;
     font-size: 16px;
}
 .qus.accordion-item-active .accordion-content {
     border-top: 0 !important;
     background: transparent;
}
 .acc-details {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .accordion-item-active .accordion-header h1 {
     color: #1c1b24;
    font-size: 16px;
}
 .qus h1 {
     position: relative;
}
 .qus.accordion-item-active {
     background: transparent !important;
}
 .accordion .accordion-content {
     padding: 12px 0;
}
/* accodiant */
 .accoFlx {
     display: flex;
     position: relative;
     align-items: center;
}
 .colrsOutr{
     padding: 5px;
     border: 1px solid #E4E4E7;
     height: 32px;
     width: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 10px;
     transition: 0.5s;
}
 .colrsOutr:hover{
     border: 1px solid #27272A;
}
 .colors{
     background: #F7BD0C;
     width: 20px;
     height: 20px;
}
/* chck-box */
 .chck-box {
     display: block;
     position: relative;
     padding-bottom: 0;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     margin: 15px 0 0;
     padding-left: 25px;
     color: #52525B;
     font-size: 14px;
     font-weight: 400;
     text-transform: capitalize;
}
/* Hide the browser's default checkbox */
 .chck-box input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
/* Create a custom checkbox */
 .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 18px;
     width: 18px;
     background-color: #fff;
     border-radius: 0;
     border: 1px solid #D4D4D8;
    /* box-shadow: inset 1px 4px 13px -10px;
     */
}
/* On mouse-over, add a grey background color */
 .chck-box:hover input ~ .checkmark {
     background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
 .chck-box input:checked ~ .checkmark {
     background-color: #0a1809;
}
/* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
/* Show the checkmark when checked */
 .chck-box input:checked ~ .checkmark:after {
     display: block;
}
/* Style the checkmark/indicator */
 .chck-box .checkmark:after {
     left: 5px;
     top: 2px;
     width: 6px;
     height: 10px;
     border: solid white;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
/* chck-box */
 .checkBxFlx{
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .checkBxFlx p{
     font-size: 14px;
     margin: 12px 0 0 0;
}
 .qusLst p{
     padding: 10px 0;
}
 .qusLst p span{
     color: #000;
}
 .tabHdrFlx{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .shortBy .form-select{
     font-size: 14px;
     color: #52525B;
     width: 160px;
     padding: 10px 16px;
     border-radius: 0;
     border: 1px solid #E4E4E7;
}
 .shortBy .form-select:focus {
     box-shadow: none;
}
 .areas-pegination .pagination ul{
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
}
 .areas-pegination .pagination {
     padding-top: 40px;
     justify-content: center;
}
 .areas-pegination .pagination ul li{
     padding-right: 6px;
}
 .areas-pegination .pagination ul li a{
     color: #3F3F46 !important;
     font-size: 16px;
     padding: 10px;
     width: 44px;
     height: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #F4F4F5;
}
 .areas-pegination .pagination ul li a:hover{
     background: #27272A;
     color: #fff !important;
}
 .allCollection .tabInnrdetails{
     margin-top: 25px;
     height: 360px;
}
 .allCollection .nav-link.active{
     color: #27272A;
     font-weight: 500;
}
/*.............. inner page styles..............*/
 .btn-gray {
     display: inline-block;
     vertical-align:middle;
     background:#F4F4F5;
     border-radius: 0;
     color: #3F3F46 !important;
     padding:11px 24px;
     line-height:24px;
     font-family: 'Inter', sans-serif;
     font-size:16px;
     font-weight: 400;
}
 .btn-gray:hover {
     background: #F7BD0C;
     color: #000 !important;
}
 .btn-black {
     display: inline-block;
     vertical-align:middle;
     background:#FFB703;
     border-radius: 0;
     color: #fff !important;
     padding:11px 24px;
     line-height:24px;
     font-family: 'Inter', sans-serif;
     font-size:16px;
     font-weight: 400;
}
/* .btn-black:hover {
     background: #F7BD0C;
     color: #000 !important;
}
 */
 .btn-orange {
     display: inline-block;
     vertical-align:middle;
     background: #F7BD0C;
     border-radius: 0;
     color: #fff !important;
     padding:11px 24px;
     line-height:24px;
     font-family: 'Inter', sans-serif;
     font-size:16px;
     font-weight: 400;
    border: 0;
}
 .btn-orange:hover {
     background: #FFF5E6;
     color: #000 !important;
}
 .common-padd {
     padding-top: 115px;
     padding-bottom: 115px;
}
 .common-padd-sm {
     padding-top: 60px;
     padding-bottom: 60px;
}
 .fifty{
    padding-bottom: 50px;
}

 .img img {
     width: 100%;
     height: 300px;
     object-fit: cover;
}
 .flex {
     display: flex;
     justify-content: space-between;
     margin-bottom: 20px;
     align-items: center;
}
 .inner-banner{
    background: #FFB703;
     padding: 6px 0;
     position: relative;
}
 .inner-banner-info {
     max-width: 40%;
     margin: auto;
}
 .inner-banner-info h3{
    color: #e7e5e5;
}
 .inner-banner-info p{
    color:#52525B;
     margin-bottom: 0;
}
 .minheight{
    min-height: 322px;
}
 .our-marketing .row:nth-child(odd) .col-lg-6 .our-marketing-info {
     padding-right: 50px;
}
 .our-marketing .row:nth-child(even) .col-lg-6 .our-marketing-info {
     padding-left: 50px;
}
 .testimonials-slider {
    padding: 100px 130px;
    box-shadow:5px 15px 35px rgb(0 0 0 / 7%);
}
 .tstxt {
    position: relative;
}
 .tstxt h5 {
     font-weight: 400;
     line-height: 32px;
}
 .tstxt span.leftq {
    left: -40px;
    position: absolute;
}
 .tstxt h5 span.rightq {
    display: inline-block;
    position: absolute;
    right: 0;
    margin-top: 25px;
}
 .star-img {
    padding: 25px;
}
 .star-img .sdo {
    padding-bottom: 10px;
    box-shadow:5px 15px 35px rgb(0 0 0 / 5%);
}
 .star-img .profile-pic{
    width: 192px;
    margin: 0 auto 10px;
}
 .star-img .sdo h6{
    margin-bottom: 5px;
}
 .testimonials-slider .slick-prev {
    left: 44%;
    top: 72%;
    z-index: 99;
}
 .testimonials-slider .slick-next {
    right: 46%;
    top: 72%;
}
 .team-slider-ctn .hdr {
    position: relative;
    padding-bottom: 20px;
}
 .team-slider-ctn .hdr:after {
    position: absolute;
    left: 0;
    bottom: 23px;
    content: "";
    background: #F7BD0C;
    width: 80px;
    height: 3px;
}
/* section.faq-area {
}
 */
 .left-sidebar {
    position: sticky;
    top: 0;
}
 .left-sidebar ul li {
    list-style: none;
}
 .left-sidebar ul li a {
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding: 27px 15px;
    max-width: 220px;
    text-align: center;
    font-family: 'StabilGrotesk-Bold';
    text-transform: capitalize;
    color: #000;
}
 .left-sidebar ul li:hover a, .left-sidebar ul li.selected a {
    background: #db3794;
    color: #fff;
}
 .accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .accordion__item {
    border-bottom: 1px solid #E4E4E7;
    margin-bottom: 10px;
     text-transform: uppercase;
}
 .accordion__item:last-child {
    margin-bottom: 0;
}
 .accordion__item.is-active .accordion__itemTitleWrap::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
/* .accordion__item.is-active .accordion__itemIconWrap {
    /* -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: -10px;
    */
     .accordion__itemTitleWrap {
        display: flex;
        align-items: center;
        padding:23px 25px 2px;
        cursor: pointer;
        position: relative;
    }
     .accordion__itemIconWrap {
        width: 1.25em;
        height: 1.25em;
        margin: -24px 0 0 auto;
        position: relative;
        z-index: 10;
    }
     .accordion__itemTitle {
        font-weight: 500;
        color: #27272A;
         font-size: 14px;
    }
     .accordion__itemContent {
        height: 0;
        padding: 0;
        overflow: hidden;
    }
     .is-active .accordion__itemContent {
        height: auto;
        overflow: visible;
        padding: 0 30px;
    }
     .accordion__itemIconWrap svg {
        width: 34px;
        margin-top: -8px;
    }
     img.minus {
        display: none;
    }
     .is-active img.minus {
        display: block;
    }
     .is-active img.plus {
        display: none;
    }
     .backtotop h5 a{
        text-decoration: underline;
        color: #27272A;
    }
     .helpfulinfo{
        background: #FFB703;
    }
     .search-area form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
     .search-area form input.form-control {
        border: 0;
        border-radius: 0;
        height: 52px;
        padding: 0 25px;
    }
     .form-control:focus{
        box-shadow: 0 0 0;
    }
     .search-area form button {
        border: 0;
        background: #fff;
        height: 52px;
        width: 65px;
    }
    /* Style the list */
     ul.breadcrumb {
        list-style: none;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    ul.breadcrumb li {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        padding: 2px;
    }
     ul.breadcrumb li a {
        color: #fff;
        text-decoration: none;
    }
     ul.breadcrumb li a:hover {
        color: #fff;
    }
     .blogsl-items {
        position: relative;
        margin-bottom: 100px;
    }
     .team-slider-ctn {
        max-width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 45px rgb(0 0 0 / 10%);
        z-index: 9;
    }
     .blog-slider .slick-prev {
        left: 0;
        z-index: 9;
        bottom: 0;
        top: auto;
    }
     .blog-slider .slick-next {
        left:65px;
        right: auto;
        z-index: 9;
        bottom: 0;
        top: auto;
    }
     a.btn.blog-tag {
        background: #FFEFE6;
        border-radius: 0;
        color: #F7BD0C;
        margin-bottom: 10px;
    }
     .dated h6 {
        font-size: 14px;
        margin-bottom: 0;
    }
     section.inner-banner.common-padd-sm {
        padding: 60px 0;
    }
     a.readmore {
        color: #27272A;
        font-weight: 500;
        font-size: 16px;
        text-decoration: underline;
    }
     .bloglisting-info h5 a {
        color: #27272A;
        font-weight: 700;
    }
     .bloglisting {
        border: solid 2px #E4E4E7;
        margin-bottom: 30px;
    }
     .bloglisting-info {
        padding: 24px;
    }
     .bloglisting .img {
        position: relative;
    }
     .dateofpost {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #27272A;
        color: #fff;
        width: 64px;
        height: 64px;
        text-align: center;
        line-height: 1;
        display: flex;
         align-items: center;
    }
     .dateofpost h6 {
        color: #fff;
        margin-bottom: 0;
        font-weight: bold;
    }
     .bloglisting p {
        color: #52525B;
    }
    .team-slider-ctn h4{
        color:#000;
    }
    .team-slider-ctn .dated{
        color:#000;
    }
    .newsletters-area form{
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 60%;
        margin: auto;
    }
     .newsletters-area form input.form-control {
        margin-right: 10px;
        border-radius: 0;
         height: 50px;
    }
     .newsletters-section h5 {
        color: #27272A;
        font-size: 24px;
        font-weight: 500;
    }
     .sharenow {
        display: flex;
        padding-top: 30px;
        align-items: center;
    }
     .sharenow ul li {
        list-style: none;
        display: inline-block;
    }
     .sharenow ul li a {
        list-style: none;
        display: inline-block;
        color: #52525B;
        width: 40px;
        height: 40px;
        border: solid 1px #52525B;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
    }
     .sharenow h6{
        font-size: 16px;
         margin: 0 15px 0 0;
    }
     .heilight {
        background: #F4F4F5;
        padding: 40px;
        border-left: solid 5px #3F3F46;
        margin-bottom: 30px;
    }
     .heilight h5{
        font-size: 24px;
        line-height: 36px;
    }
     .blog-details-area p {
        line-height: 32px;
        font-size: 20px;
        color: #52525B;
    }
     .infobx {
        display: flex;
    }
     .infobx h4, .infobx h4 a {
        color: #3F3F46;
        font-size: 18px;
    }
     .infobx p {
        margin: 0 0 10px;
        line-height: 28px;
        font-size: 18px;
        color: #52525B;
    }
     .contactus-address h3 span{
        color: #F7BD0C;
    }
     .contactus-address p {
        font-size: 18px;
        margin: 0;
        padding: 12px;
        line-height: 0;
    }
     .contactus-form {
        padding: 48px;
        box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    }
     .contactus-form .form-control {
        background: #F4F4F5;
        margin-bottom: 20px;
        padding: 5px 25px;
    }
     .contactus-form textarea.form-control {
         height: 120px;
         background: #f4f4f5;
        margin-bottom: 20px;
        padding: 12px 25px;
    }
     .contactus-form button.btn-orange {
        height: 52px;
    }
     .how-it-works-info {
        position: relative;
        padding: 35px;
        box-shadow: 0 20px 35px rgb(0 0 0 / 10%);
        margin-bottom: 80px;
        align-items: baseline;
        display: flex;
    }
     .how-it-works-info .icons {
        width: 80px;
        min-width: 80px;
    }
     .how-it-works-info .step {
        position: absolute;
        background: #F7BD0C;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        color: #fff;
        right: -15px;
        top: -15px;
    }
     .how-it-works-area .row .col-lg-6:nth-child(odd) .how-it-works-info:after {
        position: absolute;
        background: url(../images/r-arrow.png) no-repeat;
        right: 0;
        left: 100%;
        top:50%;
        content: "";
        width: 308px;
        height: 175px;
    }
     .how-it-works-area .row .col-lg-6:nth-child(even) .how-it-works-info:after {
        position: absolute;
        background: url(../images/l-arrow.png) no-repeat;
        right: 0;
        left: -57%;
        top: 50%;
        content: "";
        width: 308px;
        height: 175px;
    }
     .how-it-works-area .row .col-lg-6:last-child .how-it-works-info:after{
        display: none;
    }
     .product-main-img ul.thumble {
        display: flex;
        justify-content: space-between;
        margin: 15px 0 0 0;
        padding: 0;
        list-style: none;
    }
     .product-main-img ul.thumble li img {
        width: 120px;
        height: 120px;
    }
     .cart-size-info select.custom-sl, .cart-size-info input.customdate {
        border: solid 1px #E4E4E7;
        padding: 10px 15px;
        display: block;
        width: 100%;
        margin: 10px 0 20px;
    }
     .cart-size-info {
        border: solid 1px #D4D4D8;
        margin-bottom: 30px;
    }
     .cartfrm {
        padding: 25px;
    }
     .carthdr {
        background: #FFB703;
        display: flex;
        align-items: center;
        padding: 25px;
        justify-content: flex-start;
        border-bottom: solid 1px #d4d4d8;
    }
     .carthdr h6 {
        margin-bottom: 0;
        font-size: 16px;
    }
     .carthdr h6 span {
        display: block;
        color: #71717A;
        font-size: 14px;
        line-height: 1;
        font-weight: normal;
    }
     .carthdr h5 {
        font-size: 24px;
        margin-bottom: 0;
    }
     .carthdr h5 span{
        font-size: 14px;
        font-weight: normal;
        color: #71717A;
    }
     .product-main-info li.accordion__item {
        border-left: 0;
        border-right: 0;
    }
     .product-main-info .accordion__itemTitleWrap, .product-main-info .is-active .accordion__itemContent{
        padding-left: 0;
        padding-right: 0;
    }
     .postername h4 span {
        color: #71717A;
        font-size: 14px;
        display: block;
        line-height: 1;
        font-weight: 400;
    }
     .postername {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
     section.reviews-area .reviews-slider-area{
        background: #FFB703;
        padding: 80px;
    }
     .reviews-items {
        border: solid 1px #E4E4E7;
        padding: 33px;
        background: #fff;
    }
     .postername h4 {
        color: #27272A;
        font-size: 18px;
        line-height: 1.3;
    }
     .reviews-info h5 {
        line-height: 28px;
        font-size: 16px;
        color: #3F3F46;
        font-weight: 400;
    }
     .reviews-info p {
        line-height: 28px;
        font-size: 14px;
        color: #71717A;
        font-weight: 400;
    }
     .reviews-slider .slick-next {
        right: 0;
        top: -80px;
        background: #fff;
    }
     .reviews-slider .slick-prev{
        background: #fff;
        left: 90%;
        top: -80px;
    }
     .reviews-slider .slick-prev:hover, .reviews-slider .slick-prev:focus, .reviews-slider .slick-next:hover, .reviews-slider .slick-next:focus {
        color: #fff;
        outline: none;
        background: #F7BD0C;
    }
     table.cart-table {
         width: 100%;
    }
     table.cart-table tbody tr{
         border: solid 1px #E4E4E7;
         margin-bottom: 20px;
    }
     table.cart-table tbody tr td:first-child, table.cart-table thead tr th:first-child {
         text-align: center;
    }
     table.cart-table thead tr th {
         background: #F4F4F5;
        color: #3F3F46;
         border: solid 1px #F4F4F5;
         padding: 25px 0;
    }
     table.cart-table tbody tr td {
        padding: 20px 0;
    }
     table.cart-table tbody tr td h6, table.cart-table tbody tr td p{
        margin-bottom: 0;
    }
     table.cart-table tbody tr td p, table.cart-table tbody tr td a{
        color: #27272A;
    }
     .cart-summary-info {
         border: solid 1px #E4E4E7;
         padding: 25px 25px 0;
    }
     .cart-summary-info .flex p {
         margin-bottom: 0;
    }
     .coupon-code .form-control {
         border: solid 1px #E4E4E7;
         height: 50px;
         border-radius: 0;
    }
     .rightcarttable a.btn-black.full {
         margin-top: 20px;
         width: 100%;
         height: 56px;
         padding: 15px 0;
         text-align: center;
    }
     .accordion h4{
        flex: auto;
    }
     .accInnr ul li.catelist-main ul li{
        position: relative;
         cursor: pointer;
    }
     .accInnr ul li.catelist-main ul li.active .chckBx{
         display: block;
    }
     .accInnr ul li.catelist-main ul .chckBx {
         display: none;
    }
     .accInnr ul li.catelist-main ul li:after {
         background: url(../images/dwnArrow.png) no-repeat;
         background-size: 100% 100%;
         width: 12px;
         height: 7px;
         top:27%;
         -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
         transform: translateY(-50%);
         position: absolute;
         right: 0;
        content: "";
    }
     .accInnr ul li.catelist-main ul li.active:after {
         background: url(../images/topArrow.png) no-repeat;
        top: 12px;
    }
     .filterBy {
         padding-top: 10px;
    }
     :focus-visible{
        border: 0;
         outline: 0;
    }
     .product-main-img ul.thumble li:not(:last-of-type) {
         margin-right: 15px;
    }
    /*.............. inner page styles..............*/
    /************************ responsive ************************/
     @media (min-width: 1400px) {
         .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
             max-width: 1140px;
        }
    }
     @media only screen and (max-width: 2560px) {
    }
     @media only screen and (max-width: 1280px) {
    }
     @media only screen and (max-width: 1199px) {
         .testimonial .slick-next, .testimonial .slick-prev {
             bottom: 10%;
        }
         .testimonial .slick-next {
             right: -23%;
        }
         .bnnrSlider .slick-next {
             right: 2%;
        }
         .hdr-social-icon {
             margin-right: 50px;
        }
         .how-it-works-area .row .col-lg-6:nth-child(even) .how-it-works-info:after {
            left: -68%;
        }
         .testimonials-slider .slick-next {
             top: 92%;
        }
         .testimonials-slider .slick-prev {
             left: 42%;
             top: 92%;
        }
         .bloglisting-info h5 {
             font-size: 20px;
        }
         .top-bar p {
             font-size: 13px;
        }
         .nav_right ul li a {
             font-size: 13px;
        }
         .nav_right ul li:not(:last-of-type) {
             padding-right: 20px;
        }
         h1 {
             font-size: 40px;
        }
         .bnnr_uppr h1 {
             padding-bottom: 25px;
        }
         p {
             font-size: 14px;
             margin: 0 0 20px;
        }
         .bnrBtn {
             padding: 11px 22px;
             font-size: 14px;
        }
         .bnnrSlider .slick-arrow::before {
             width: 32px;
             height: 32px;
        }
         .cmn_paddng {
             padding: 60px 0;
        }
         h2 {
             font-size: 30px;
        }

         .howItscrcl span {
             font-size: 13px;
             width: 26px;
             height: 26px;
        }
         .howItsWrkInnr::after {
             width: 116px;
             height: 23px;
             right: -4%;
        }
         h1, h2, h3, h4, h5, h6 {
             margin: 0 0 20px;
        }
         h6 {
             font-size: 21px;
        }
         .rentingFor {
             padding: 95px 0 150px;
        }
         .rentingPddng {
             padding: 0 140px;
        }
         .rentingInnr {
             padding-top: 25px;
        }
         .testimonial {
             padding: 60px 100px;
             margin-top: -151px;
        }
         h5 {
             font-size: 24px;
        }
         .testiTxt {
             margin-left: 58px;
        }
         .testiTxt::before, .testiTxt::after {
             width: 28px;
             height: 28px;
        }
         .testimonial .slick-arrow::before {
             width: 32px !important;
             height: 32px !important;
        }
         .rentingInnr p {
             font-size: 16px;
        }
         .tabTxt p {
             font-size: 16px;
        }
         .tabTxt span {
             font-size: 16px;
        }
         .tab-sec .nav-link {
             padding: 0;
        }
         .tab-sec .nav-item:not(:last-of-type) {
             padding-right: 30px;
        }
         .cmnBtn {
             min-width: 112px;
             padding: 11px 10px;
             font-size: 13px;
        }
         .bannrTitleInnr .cmnBtn {
             min-width: 140px;
             padding: 11px 10px;
        }
        /* .testiImg {
             width: 178px;
             height: 178px 
        }
         */
         .testiimg {
             padding: 14px;
        }
         .bannrTitleInnr {
             padding: 50px 80px;
        }
         .memberTxt h6 {
             padding: 10px 0;
        }
         .memberbtn {
             font-size: 14px;
        }
    }
     @media only screen and (max-width: 991px) {
         .nav_right ul li a {
             color: #fff;
        }
         .megaMenuOpen .hamburger-nav span {
             background: #fff;
        }
         .howItsWrk .col-lg-4, .tabInnr .col-lg-3, .memberShip .col-lg-4, .ftrUppr .col-lg-2{
            width: 50%;
        }
         .rentingPddng .col-6 {
             width: 33.333%;
        }
         section.bannrTitle .bannrTitleInnr .col-lg-7 {
             text-align: center;
        }
         .slick-dots li button {
             width: 15px;
             height: 15px;
             border-radius: 50%;
             background: #F7BD0C;
        }
         .slick-dots {
             bottom: 5px;
             width: auto;
             left: 0;
             padding: 0;
             margin: 0 auto;
             list-style: none;
             text-align: center;
             right: 0;
        }
         section.memberShip .row, .howItsWrk .row {
             justify-content: center;
        }
         .memberInnr {
             text-align: center;
        }
         section.allCollection .tabInnr .col-lg-4 {
             width: 50%;
        }
         .inner-banner-info {
             max-width: 100%;
        }

         .order-2 {
             order: 0!important;
        }
         .our-marketing .row:nth-child(odd) .col-lg-6 .our-marketing-info, .our-marketing .row:nth-child(even) .col-lg-6 .our-marketing-info {
             padding: 30px 0 0 0;
        }
         .common-padd {
             padding-top: 50px;
             padding-bottom: 50px;
        }
         .common-padd-sm {
             padding-top: 50px;
             padding-bottom: 50px;
        }
         .fifty{
            padding-bottom: 30px;
        }
         .tstxt span.leftq {
             left: 0;
        }
         .tstxt h5 {
             padding-left: 40px;
        }
         section.blog-list-area .col-lg-4 {
             width: 50%;
        }
         .team-slider-ctn {
             right: 10px;
        }
         .contactus-address {
             margin-bottom: 40px;
        }
         .contactus-form {
             padding: 25px;
        }
         .infobx h4, .infobx h4 a {
             font-size: 20px;
        }
         .related-product-area .col-lg-3 {
             width: 50%;
        }
         .product-main-info {
             margin-top: 30px;
        }
         section.reviews-area .reviews-slider-area {
             padding: 20px;
        }
      
         h1 {
             font-size: 30px;
        }
         .bnnr_uppr h1 {
             padding-bottom: 14px;
        }
         .bnnr_uppr p {
             color: #71717A;
             padding-bottom: 12px;
        }
         .bnrBtn {
             padding: 9px 18px;
             font-size: 12px;
        }
         .bnner-img {
             padding-bottom: 70%;
        }
         .cmn_paddng {
             padding: 40px 0;
        }
         .howItsWrkInnr::after {
             display: none;
        }
         h2 {
             font-size: 25px;
        }
         .howItsWrkhdr p {
             max-width: 100%;
        }
         .howItsWrkInnr {
             padding-top: 30px;
             max-width: 80%;
        }

         h6 {
             font-size: 18px;
        }
         h1, h2, h3, h4, h5, h6 {
             margin: 0 0 12px;
        }
         .howItscrcl span {
             font-size: 12px;
             width: 22px;
             height: 22px;
        }
         .rentingInnr {
             padding-top: 15px;
        }
         .testiTxt {
             margin-left: 0;
             margin-top: 20px;
             padding: 0 35px;
        }
         .testimonial {
             padding: 40px;
        }
         .testimonial .slick-next, .testimonial .slick-prev {
             bottom: 3%;
        }
         .testimonial .slick-next {
             right: -22%;
        }
         .testiTxt::after {
             top: 38px;
             left:0;
        }
         .testiTxt::before {
             bottom: 0 
        }
         h5 {
             font-size: 17px;
        }
         p {
             font-size: 16px;
             margin: 0 0 17px;
        }
         .bnnrtitleImg {
             padding-top: 20px;
        }
         .bannrTitleInnr .cmnBtn {
             min-width: 127px;
             padding: 8px 10px;
        }
         .cmnBtn {
             font-size: 12px;
        }
         .ftrMenu {
             text-align: center;
             padding-top: 15px;
        }
         .ftr_social_icon {
             justify-content: center;
        }
         .footerCol {
             max-width: 100%;
             padding-right: 15px;
        }
         .ftrUppr {
             padding: 30px 0;
        }
    }

         .minheight {
             min-height: auto;
        }
         section.blog-list-area .col-lg-4 {
             width: 100%;
        }
         .blogsl-items .img img {
             object-fit: cover;
             height: 100%;
             width: 100%;
        }
         .blogsl-items .img {
             height: 300px;
        }

     @media only screen and (max-width: 575px) {
         .howItsWrk .col-lg-4, .tabInnr .col-lg-3, .memberShip .col-lg-4, {
            width: 100%;
        }
         section.allCollection .tabInnr .col-lg-4 {
             width: 100%;
        }
         .related-product-area .col-lg-3 {
             width: 100%;
        }
         .rentingPddng .col-6{
            width: 33%;
        }
    }
     @media only screen and (max-width: 380px) {
         ul#myTab {
            /* display: block;
             */
             text-align: center;
        }
         .tab-sec .nav-item button {
             width: 100%;
             text-align: center;
        }
         .tab-sec .nav-link:hover::after, .tab-sec .nav-link.active::after {
             max-width: 85px;
        }
         .ftrMenu ul li a {
             font-size: 13px;
        }
         .ftrMenu h6 {
             font-size: 14px;
        }
         .ftr-bttm-flx p {
             font-size: 12px;
        }
    }
     @media only screen and (max-width: 320px) {
         .testiTxt {
             padding: 0 25px;
        }
         .logo_area {
             width: 90px;
        }
         .header-sticky .bttm-menu .logo_area {
             width: 90px;
        }
    }
    /* 19.08.22 */
    /* radiokBx */
     [type="radio"]:checked, [type="radio"]:not(:checked) {
         position: absolute;
         left: -9999px;
    }
     [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
         position: relative;
         padding-left: 20px;
         cursor: pointer;
         display: inline-block;
         color: #666;
    }
     [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
         content: '';
         position: absolute;
         left: 0;
         top: 50%;
         transform: translateY(-50%);
         width: 12px;
         height: 12px;
         border: 1px solid #F7BD0C;
         border-radius: 100%;
         background: transparent;
    }
     [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
         content: '';
         width: 6px;
         height: 6px;
         background: #F7BD0C;
         position: absolute;
         top: 9px;
         left: 3px;
         border-radius: 100%;
         -webkit-transition: all 0.2s ease;
         transition: all 0.2s ease;
    }
     [type="radio"]:not(:checked) + label:after {
         opacity: 0;
         -webkit-transform: scale(0);
         transform: scale(0);
    }
     [type="radio"]:checked + label:after {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     .rentBx{
         padding: 5px 0;
    }
    /* radioBx */
     .cmnP p{
         font-size: 14px;
         color:#27272A ;
    }
     .prodcutSmllImg{
         padding-left: 124px;
    }
     .prodcutSmllImg img{
         border: 7px solid #fff;
    }
     .prodcutDetails {
         padding-bottom: 15px;
    }
     .prodcutDetails label{
         font-size: 14px;
         color: #27272A;
         padding-bottom: 5px;
    }
     .prodcutDetails .form-select{
         font-size: 14px;
         color: #27272A;
         padding-left: 8px;
         width: 100%;
    }
     .prodcutDetails .form-control{
         border: 1px solid #E4E4E7;
         height: 43px;
    }
     .rentalBx{
         padding-bottom: 8px;
    }
     .rentalBx{
         color: #52525B;
         font-size: 14px;
    }
     .rentalBx [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after{
         top: 8px;
    }
     .BuyNowBx{
         padding: 24px 30px;
         background: #FFB703;
    }
     .BuyNowBx:not(:last-of-type){
         margin-bottom: 10px;
    }
     .BuyNowFlx{
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .BuyNowFlx h5, .BuyNowFlx h6{
         margin: 0;
         font-size: 16px;
         color: #27272A;
    }
     .BuyNowFlx .rentBx{
         font-size: 14px;
    }
     .BuyNowFlx [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after{
         top: 8px;
    }
    /* ReviewSec */
     .ReviewSec{
         padding-bottom: 100px;
    }
     .reviewInnr{
         padding: 50px;
         background: #FFB703;
    }
     .rwviewHdr h3{
         margin: 0;
    }
     .rwviewHdr .cmnP p{
         color: #71717A;
         font-weight: 500;
    }
     .reViewsInnr{
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .reViewsInnr:not(:last-of-type){
         padding-bottom: 15px;
    }
     .whteBdr{
         border: 5px solid #fff;
         width: 100%;
         margin: 0 10px;
    }
     .reViewsInnr .cmnP p{
         margin: 0;
    }
     .reviewInnr p{
         color: #27272A;
         font-weight: 600;
    }
     .reViewsInnr .cmnP{
         width: calc( 100% - 80px);
    }
     .reviewSlider .slick-prev, .reviewSlider .slick-next {
         width: 0;
         height: 0;
         background: transparent;
    }
     .reviewSlider .slick-prev:hover::before, .reviewSlider .slick-prev:focus::before, .reviewSlider .slick-next:hover::before, .reviewSlider .slick-next:focus::before {
         color: #A1A1AA;
    }
     .reviewSlider .slick-prev:hover, .reviewSlider .slick-prev:focus, .reviewSlider .slick-next:hover, .reviewSlider .slick-next:focus {
         background: transparent;
    }
     .reviewSlider .slick-prev {
         left: auto;
         right: 82px;
    }
     .reviewSlider .slick-prev, .reviewSlider .slick-next{
         top: -48px;
         bottom: auto;
    }
     .reviewSlider .slick-next {
         right: 40px;
    }
     .reviewsbttm {
         background: #FFB703B3;
         padding: 50px;
    }
     .reviewShrt{
         display: flex;
         align-items: center;
    }
     .reviewShrt .form-select{
         width: 160px;
         margin-right: 10px;
    }
     .reviewShrtLft{
         width: 30%;
    }
     .reviewShrtRight{
         width: 70%;
    }
     .revShrtFlx{
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .reviewShrt p{
         color: #27272A;
         margin: 0;
         padding-bottom: 6px;
    }
     .reviewDetailsSec {
         background: #FFB703;
         border-bottom: 1px solid #e4e4e738;
    }
     .reviewDetailsSec p.meta {
         padding: 0;
         margin: 0;
    }
     .revDatlsInnr p{
         font-size: 16px;
         color: #27272A;
         margin-bottom: 0;
         font-weight: 600;
         padding-bottom: 10px;
    }
     span.cmnspan{
         font-size: 12px;
         color: #71717A;
    }
     span.cmnspan.blck{
         color: #27272A;
    }
     .BttmrevDetails span.cmnspan.blck, .BttmrevDetails span.cmnspan{
         width: 50%;
    }
    /* .BttmrevDetails span.cmnspan.blck{
         width: 60%;
    }
     .BttmrevDetails span.cmnspan{
         width: 40%;
    }
     */
     .revDatlsInnr {
         padding-bottom: 15px;
         border-bottom: 1px solid #E4E4E7;
    }
     .BttmrevDetails{
         display: flex;
         align-items: center;
         padding-bottom: 5px;
    }
     .BttmrevDetails:nth-child(3){
         padding-bottom: 15px;
    }
     .revDatlsInnrBttm{
         padding-top: 15px;
    }
     .reviewDetailsSeclft{
         padding-right: 30px;
         position: relative;
    }
     .reviewDetailsSeclft::after{
         position: absolute;
         content: '';
         right: 0;
         top: -20px;
         width: 1px;
         height: 348px;
         background: url(../images/Line.png) no-repeat;
         background-size: 100% 100%;
    }
     .reviewDetailsSecRght span.cmnspan{
         display: block;
         padding-bottom: 5px;
    }
     .reviewDetailsSecRght p{
         font-weight: 600;
         color: #27272A;
         padding-top: 10px;
    }
     .reviewSlider .slick-slide {
         padding: 0 7.5px;
    }
     .loveIconFlx{
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding-bottom: 10px;
    }
     .loveIconFlx a.btn.blog-tag{
        margin-bottom: 0;
    }
    /************* home-page changes *******************/
     .howItsWrkSlider, .rentingPddngslider, .tabInnrSlider{
         display: none;
    }
     .checkoutBnr{
         padding: 0px 0 80px;
         text-align: center;
    }
     .udrline{
         position: relative;
    }
     .udrline::after{
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         content: '';
         width: 13%;
         height:1px;
         background: #18181B;
    }
     .text-right{
         text-align: right;
    }
     .reViews {
         padding-left: 75px;
    }
    /* slider */
     .testimonial .slick-arrow{
         bottom: 5%;
         top: auto;
    }
    /************* home-page changes *******************/
     @media only screen and (max-width: 1199px) {
         .BuyNowFlx h5, .BuyNowFlx h6 {
             font-size: 14px;
        }
         .BuyNowFlx .rentBx {
             font-size: 12px;
        }
         h3 {
             font-size: 30px;
        }
         .cmnP p {
             font-size: 12px;
        }
         .reViews {
             padding-left: 70px;
        }
    }
     @media only screen and (max-width: 991px) {
         .reviewShrt {
             display: block;
        }
         .revShrtFlx {
             display: block;
        }
         .reviewShrt .form-select {
             width: 100%;
             margin-right: 0;
        }
         .reviewShrtLft {
             width: 100%;
        }
         .reviewShrtRight {
             width: 100%;
        }
         .rwviewHdr {
             text-align: center;
        }
         .reViewsInnr .cmnP {
             width: calc( 100% - 80%);
             text-align: center;
        }
         .reViews {
             padding-bottom: 50px;
        }
         .reviewDetailsSeclft::after{
             display: none;
        }
         .reviewDetailsSec {
             margin-top: 16px;
        }
         .prodcutSmllImg {
             padding-left: 0;
        }
         .carthdr {
             justify-content: space-between;
        }
         .rentalBx [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
             top: 7px;
        }
         .BuyNowFlx [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
             top: 6px;
        }
         .prodcutDetails .form-select{
             margin-top: 0;
        }
         .reviewInnr {
             padding: 20px;
        }
         .reviewImgs {
             text-align: center;
        }
         h3 {
             font-size: 20px;
        }
         .carthdr h5 {
             font-size: 18px;
        }
         .testimonial .slick-arrow {
             bottom: -5%;
        }
         .checkoutBnr{
             padding: 0px 0 30px;
             text-align: center;
        }
        /* 22.08.22 */
         .reViews {
             padding-left: 0;
        }
         .udrline::after {
             width: 9%;
        }
    }
     @media only screen and (max-width: 767px) {
         .howItsWrk .col-lg-4{
             width: 100%;
        }
         .howItsWrkSlider, .rentingPddngslider, .tabInnrSlider{
             display: block;
        }
        /* 22.08.22 */
         .udrline::after {
             width: 12%;
        }
    }
     @media only screen and (max-width: 484px) {
         .reviewsbttm {
             padding: 10px;
        }
         .BuyNowFlx {
             display: block;
        }
         .BuyNowFlx .prodcutSmllImg {
             padding-top: 15px;
        }
        /* 22.08.22 */
         .udrline::after {
             width: 15%;
        }
    }
     @media only screen and (max-width: 380px) {
         p {
             font-size: 14px;
        }
         .flex {
             display: block;
        }
        /* 22.08.22 */
         .udrline::after {
             width: 23%;
        }
    }
     @media only screen and (max-width: 320px) {
         .BuyNowBx {
             padding: 20px 11px;
        }
    }
    /*************About Page ***********/
     .about-section{
         margin:100px 0px;
    }
     .pd-5{
         padding:0px 0px 0px 44px;
    }
     .heading-section span.subheading {
         font-size: 18px;
         display: block;
         margin-bottom: 5px;
         color: #F7BD0C !important;
         text-transform: uppercase;
         font-weight: 600;
         letter-spacing: 2px;
    }
     .heading-section h2 {
         font-size: 40px;
         font-weight: 700;
         line-height: 1.2;
         letter-spacing: 1.2px;
    }
     .heading-section p {
         font-size: 16px;
         color: #000;
         line-height: 1.6;
         text-align: justify;
    }
    /* Buttons */
     .btn-primary {
         background-color: #F7BD0C;
         border: none;
         transition: all 0.3s ease-in-out;
    }
     .btn-primary:hover {
         background-color: #FFB703;
    }
    /* Image Styling */
     .about-img {
         width: 100%;
         height: 400px;
         padding: 0px 10px;
    }
    /* Responsive Design */
     @media (max-width: 768px) {
         .heading-section {
             text-align: center;
        }
         .about-img {
             margin-top: 20px;
        }
    }
     .wooprice {
         font-size: 16px;
         line-height: 1.4;
         display: flex;
         gap: 10px;
         align-items: center;
    }
     .wooprice del {
         color: #888;
         text-decoration: line-through;
         font-size: 14px;
    }
     .wooprice ins {
         color: #FFB703!important;
         text-decoration: none;
         font-weight: 600;
         font-size: 14px;
    }
     span.woocommerce-Price-currencySymbol {
         display: contents;
    }
     .sale-tag {
         background-color: #F7BD0C;
         color: #fff;
         padding: 4px 10px;
         font-size: 12px;
         font-weight: 600;
         text-transform: uppercase;
         border-radius: 3px;
    }
     button#clear-filters {
         border: none;
         padding: 4px 10px;
         background: none;
    }
     .skeleton-box {
         background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
         background-size: 200% 100%;
         animation: shimmer 1.2s infinite;
         height: 250px;
         border-radius: 8px;
         margin: 10px 0;
    }
     @keyframes shimmer {
         0% {
             background-position: -200% 0;
        }
         100% {
             background-position: 200% 0;
        }
    }
     .loader {
         border: 5px solid #f3f3f3;
         border-top: 5px solid #F7BD0C;
         border-radius: 50%;
         width: 40px;
         height: 40px;
         animation: spin 0.8s linear infinite;
         margin: 30px auto;
    }
     @keyframes spin {
         0% {
             transform: rotate(0deg);
        }
         100% {
             transform: rotate(360deg);
        }
    }
    /** Woocommerce Product details page**/
     form.cart {
         display: flex;
    }
     .price ins {
         color: #111;
         text-decoration: none;
         font-size: 18px;
         font-weight: 600;
    }
     .product-area .product_meta {
         display: flex;
         border-bottom: 1px solid #0000002b;
         margin-bottom: 18px;
         padding-bottom: 10px;
    }
     .product-area .product_meta span.posted_in a {
         color: #000;
         font-size: 16px;
         font-weight: 400;
    }
     span.posted_in {
         font-size: 16px;
         font-weight: 600;
         color:#FFB703;
         padding-right: 20px;
    }
     span.sku_wrapper {
         font-size: 16px;
         font-weight: 600;
         color: #FFB703;
         padding-right: 20px;
    }
     span.sku_wrapper .sku {
         color: #000;
         font-size: 16px;
         font-weight: 400;
    }
     p.price {
         margin: 10px 0px;
         padding: 0;
    }
     .woocommerce-product-details__short-description p {
         font-size: 16px;
         line-height: 1.6;
         color: #000;
    }
     form.cart {
         display: flex;
         align-items: center;
         gap: 10px;
         margin-bottom: 20px;
         flex-wrap: wrap;
    }
     form.cart .quantity input[type="number"] {
         width: 100px;
         padding: 8px;
         border: 1px solid #ccc;
         text-align: center 
    }
     form.cart button.single_add_to_cart_button {
         background-color: #111;
         color: #fff;
         padding: 10px 20px;
         border: none;
         font-weight: bold;
         transition: background 0.3s ease;
         margin: 0px 10px 
    }
     form.cart button.single_add_to_cart_button:hover {
         background-color: #F7BD0C;
    }
     .stock.in-stock {
         font-weight: 600;
         color: #111;
         margin-bottom: 10px;
         display: inline-block;
    }
     .woocommerce-product-gallery {
         display: flex;
         flex-direction: column;
         align-items: center;
         max-width: 100%;
         margin-bottom: 30px;
    }
     .woocommerce-product-gallery__wrapper {
         max-width: 500px;
         width: 100%;
    }
     .woocommerce-product-gallery__image {
         text-align: center;
         margin-bottom: 20px;
    }
     .woocommerce-product-gallery__image img {
         max-width: 100%;
         height: auto;
         display: block;
    }
     ul.thumbs, ul.thumb, .woocommerce-product-gallery .flex-control-thumbs {
         display: flex;
         gap: 10px;
         flex-wrap: wrap;
         justify-content: center;
         padding: 0;
         margin: 0;
         list-style: none;
    }
     .woocommerce-product-gallery .flex-control-thumbs li {
         width: 80px;
         height: auto;
    }
     .woocommerce-product-gallery .flex-control-thumbs img {
         width: 100%;
         height: auto;
         border: 2px solid transparent;
         border-radius: 4px;
         transition: border 0.3s ease;
    }
     .woocommerce-product-gallery .flex-control-thumbs img:hover {
         border-color: #000;
         cursor: pointer;
    }
     h1.product_title.entry-title {
         font-size: 2rem;
         font-weight: bold;
         margin-bottom: 30px;
    }
     nav.woocommerce-breadcrumb {
         color: #000;
    }
     nav.woocommerce-breadcrumb a {
         color: #000;
    }
    
    .breadcrumb-area nav.woocommerce-breadcrumb {
         color: #fff;
    }
    .breadcrumb-area nav.woocommerce-breadcrumb a {
         color: #fff;
    }
    
    /*** Cart Page ***/
     .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
         display: block;
         background: #111;
         padding: 10px;
    }
    /*** Checkout Page ***/
     .wc-block-components-checkout-return-to-cart-button{
         color: #000 !important;
    }
     button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
         width: 200px;
         background: #111;
         color: #fff;
         font-size: 20px;
         padding: 0;
    }
     ul.page-numbers {
         display: flex;
         list-style: none;
         justify-content: center;
         padding: 0;
         margin:0;
    }
     ul.page-numbers li {
         padding: 10px 18px;
         background: #111;
         color: #fff;
         margin: 5px;
    }
     .areas-pegination {
         margin-top: 30px;
    }
    /*********************** Faqs Css start *****************************/
     .accordion-wrapper {
         background: rgba(244, 243, 242, 1);
         padding: 80px 0px;
    }
     .accordion-outer {
         border: 1px solid #ddd;
         margin-bottom: 30px;
         border-radius: 4px;
         box-shadow: 0 4px 8px rgba(128, 128, 128, 0.3); /* light grey shadow */

    }
     .accordion-heading {
         background-color: #fff;
         padding: 18px 15px;
         cursor: pointer;
         font-weight: bold;
         position: relative;
    }
     .accordion-heading:after {
         content: "+";
         position: absolute;
         right: 15px;
    }
     .accordion-outer.is-open .accordion-heading:after {
         content: "-";
    }
     .accordion-content {
         padding: 15px;
         background-color: white;
         display: none;
    }
     .accordion-wrapper.set2 .accordion-heading {
         background-color: #e0f7fa;
    }
     .accordion-wrapper.on-hover .accordion-heading {
         background-color: #e8f5e9;
    }
    /*********************** Faqs Css end *****************************/
    /************************** Reviews **********************************/
     .rwviewHdr h3 {
         color: #fff;
    }

    /* Section title */
     .woocommerce-Reviews-title {
         font-size: 2rem;
         margin-bottom: 1rem;
    }
    /* Review meta and description */
     .comment_container {
         background-color: #FFB703;
    }
     .woocommerce-review__author, .woocommerce-review__verified, .woocommerce-review__published-date {
         font-size: 0.9rem;
    }
     .star-rating span {
         color: gold;
         font-weight: bold;
    }
     #review_form_wrapper {
         padding: 2rem;
         border-radius: 10px;
         margin-top: 2rem;
    }
     .star-rating {
         display: inline-block;
         font-size: 0;
         position: relative;
         width: 100px;
         height: 20px;
         background: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z' stroke='%23FFD700' stroke-width='1' fill='%23FFFFFF'/%3E%3C/svg%3E");
    }
     .star-rating span {
         display: block;
         height: 100%;
         background: url("data:image/svg+xml,%3Csvg fill='%23FFD700' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") repeat-x;
         background-size: 20px 20px;
    }
     img.avatar.avatar-60.photo {
         display: none;
    }
     #respond label {
         display: block;
         margin-bottom: 0.25rem;
    }
     .comment-form-comment textarea, .comment-form-author input, .comment-form-email input {
         width: 100%;
         padding: 10px;
         border-radius: 6px;
         border: 1px solid #444;
         background-color: #fff;
         color: #000;
         font-size: 1rem;
         margin-bottom: 1rem;
    }
    /* Submit button */
     #respond input[type="submit"] {
         background-color: #f7bd0c;
         color: #fff;
         border: none;
         padding: 10px 25px;
         font-size: 1rem;
         border-radius: 6px;
         cursor: pointer;
         transition: background 0.3s ease;
    }
     #respond input[type="submit"]:hover {
         background-color: #004bcc;
    }
     .description p {
         color: #fff;
    }
    /* Make sure the table takes full width */
     table.variations.cfvsw-variation-disable-logic {
         width: 100%;
         border-collapse: collapse;
    }
    /* Style for the label to align with the select box */
     table.variations.cfvsw-variation-disable-logic th.label {
         text-align: left;
         width: 60px;
    }
    /* Style for the select dropdown */
     table.variations.cfvsw-variation-disable-logic td.value select {
         width: 100%;
         padding: 8px;
         margin-top: 5px;
         font-size: 14px;
         border-radius: 4px;
         border: 1px solid #ddd;
    }
    /* Style for swatches container */
     table.variations.cfvsw-variation-disable-logic .cfvsw-swatches-container {
         display: flex;
         margin-top: 10px;
    }
     @media (max-width: 768px) {
         table.variations.cfvsw-variation-disable-logic {
             font-size: 14px;
        }
         table.variations.cfvsw-variation-disable-logic th.label {
             width: auto;
             padding-right: 5px;
        }
         table.variations.cfvsw-variation-disable-logic td.value select {
             font-size: 16px;
        }
    }
     .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
         display: flex;
    }
     .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
         display: flex;
         margin: 15px 0px 10px 0px;
    }



     .woocommerce-product-attributes.shop_attributes {
         width: 100%;
         border-collapse: separate;
         border-spacing: 0;
         margin: 20px 0;
         background: rgba(255, 255, 255, 0.05);
         border-radius: 8px;
         overflow: hidden;
    }
     .woocommerce-product-attributes.shop_attributes th, .woocommerce-product-attributes.shop_attributes td {
         padding: 15px 20px;
         text-align: left;
         vertical-align: top;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
         font-size: 16px;
         line-height: 1.4;
    }
     .woocommerce-product-attributes.shop_attributes th {
         width: 30%;
         font-weight: 600;
         background: rgba(255, 255, 255, 0.08);
    }

     .woocommerce-product-attributes.shop_attributes tr:last-child th, .woocommerce-product-attributes.shop_attributes tr:last-child td {
         border-bottom: none;
    }
    /* p.stars {*/
    /*     display: inline-block;*/
    /*     margin: 0;*/
    /*}*/
    /* p.stars a {*/
    /*     position: relative;*/
    /*     height: 1em;*/
    /*     width: 1em;*/
    /*     text-indent: -999em;*/
    /*     display: inline-block;*/
    /*     text-decoration: none;*/
    /*     margin-right: 1px;*/
    /*     font-weight: 400;*/
    /*}*/
    /* p.stars a::before {*/
    /*     display: block;*/
    /*     position: absolute;*/
    /*     top: 0;*/
    /*     left: 0;*/
    /*     width: 1em;*/
    /*     height: 1em;*/
    /*     line-height: 1;*/
    /*     font-family: "star";*/
    /*     content: "S";*/
    /*     color: #ffc107;*/
    /*     text-indent: 0;*/
    /*     opacity: 0.25;*/
    /*}*/
     h2.woocommerce-Reviews-title{
        display:none;
    }
     p.woocommerce-noreviews {
         padding: 0px 30px;
    }
  /* Container styling */
.howItsWrk .woocommerce {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* Sidebar navigation */
.woocommerce-MyAccount-navigation {
  flex: 0 0 220px;
  background-color: #FFB703;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 15px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.3s ease all;
  text-decoration: none;
}
.tabBtn .cmnBtn {
  background-color: #FFB703;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}


.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #F7BD0C;
  color: #fff;
  border-color: #F7BD0C;
}

/* Main content area */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 12px;
}

/* Typography clean-up */
.woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
   /* WooCommerce Login/Register Container */
#customer_login {
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

/* Column Styling */
#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 1 1 45%;
  min-width: 300px;
}

/* Form Titles */
#customer_login h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
}

/* Input Fields */
.woocommerce form .form-row input.input-text {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fafafa;
  transition: 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus {
  border-color: #11a17f;
  background-color: #fff;
}

/* Labels */
.woocommerce form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #444;
}

/* Remember Me / Lost Password */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #666;
}

.woocommerce-LostPassword {
  margin-top: 10px;
  font-size: 14px;
}

/* Buttons */
.woocommerce-button,
.woocommerce-Button {
  background-color: #FFB703!important;
  color: #fff!important;
  padding: 12px 24px!important;
  border-radius: 8px!important;
  border: none!important;
  font-size: 16px!important;
  font-weight: 600!important;
  cursor: pointer!important;
  transition: 0.3s ease!important;
}

.woocommerce-button:hover,
.woocommerce-Button:hover {
  background-color: #F7BD0C!important;
}

/* Privacy Text */
.woocommerce-privacy-policy-text {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  #customer_login {
    flex-direction: column;
  }

  #customer_login .u-column1,
  #customer_login .u-column2 {
    flex: 1 1 100%;
  }
}
ul.page-numbers .page-numbers {
    color: #fff!important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    color: #fff;
    padding: 10px 30px;
}

#shiprocket_pincode_check,
#check_pincode,
#pincode_response {
  display: none !important;
}
a.button.wc-forward {
    background: #111;
    color: #fff;
    padding: 10px 15px;
}
.woocommerce-MyAccount-content p a {
    color: #000;
}
p.woocommerce-LostPassword.lost_password a{color:#000;}

.woocommerce-billing-fields .form-row input[name="billing_gstin"] {
    background-color: #f7f7f7;
    border: none;
    border-left: 3px solid #007a5c; /* green bar */
    padding: 14px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    color: #333;
}

.woocommerce-billing-fields label[for="billing_gstin"] {
    font-weight: normal;
    margin-bottom: 6px;
    display: block;
    color: #222;
}
@media (max-width: 768px) {
.logo_area {
    width: 70px;
    height: 70px;
}}
@media (max-width: 768px) {
.filterBy {
    display: none;
}}

.contact-section {
    background: #2a2a2a;
    color: #F7BD0C;
    padding: 80px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contact-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color:#fff;
}
.contact-section input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.contact-section input::placeholder {
    color: #fff;
    opacity: 0.7;
}
.contact-section input:focus {
    outline: none;
    border-color: #F7BD0C;
    box-shadow: 0 0 5px rgba(247, 189, 12, 0.5);
}
.contact-section .sbmbtn {
  background-color: #F7BD0C; 
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.contact-section .sbmbtn:hover {
  background-color: #fff; 
  color:#000;
}

.trusted-brands {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
}

.trusted-brands h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
   .trusted-brands h2 {
  margin-bottom: 0px;
} 
}

.brands-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 768px) {
.brands-container {
  gap: 0px;
    }
}

.brands-container img {
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brands-container img:hover {
  transform: scale(1.05);
}

.top-selling-section {
  background-color: #03133b;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.top-selling-section h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 2rem;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.product-card:hover {
  transform: translateY(-5px);
}

/*.product-image {*/
/*  background-color: #f2f2f2;*/
/*  padding: 10px;*/
/*  text-align: center;*/
/*}*/

.product-image img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.product-details {
  padding: 15px;
  text-align: left;
}

.product-details h3 {
  font-size: 1rem;
  margin: 0 0 8px;
  font-weight: 600;
}

.price-old {
  text-decoration: line-through;
  color: #888;
  margin: 0;
  font-size: 0.95rem;
}

.price-new {
  color: #000;
  font-weight: bold;
  margin: 4px 0 0;
  font-size: 1.05rem;
}
.customer-feedback-section {
  background: #FFB703;
  color: #0a0a0a;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10%;
}

.feedback-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: white;
}

.feedback-heading h2 {
  font-size: 36px;
  font-weight: 700;
}

.feedback-heading span {
  color: #facc15; /* Tailwind amber-400 / yellow */
}

.feedback-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.feedback-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 320px;
  padding: 30px 20px;
  flex-shrink: 0;
}

.feedback-card h3 {
  font-weight: 700;
  font-size: 22px;
  color: #1f2937;
}

.feedback-card p {
  margin: 15px 0;
  color: #374151;
  font-size: 16px;
}

.feedback-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avatar {
  width: 60px;
  height: 60px;
  background: #d1d5db;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.arrow {
  background: #e5e7eb;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.arrow:hover {
  background: #d1d5db;
}
/* For Tablets and smaller screens (Portrait orientation) */
@media (max-width: 768px) {
  .feedback-heading h2 {
    font-size: 28px;
  }

  .feedback-carousel {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feedback-card {
    width: 280px;
    padding: 20px;
  }

  .feedback-card h3 {
    font-size: 20px;
  }

  .feedback-card p {
    font-size: 14px;
  }

  .avatar {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

/* For Mobile Phones (Landscape and Portrait orientation) */
@media (max-width: 480px) {
  .customer-feedback-section {
    padding: 40px 15px;
  }

  .feedback-heading {
    flex-direction: column;
    text-align: center;
  }

  .feedback-heading h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .feedback-carousel {
    gap: 10px;
  }

  .feedback-card {
    width: 100%;
    padding: 15px;
  }

  .feedback-card h3 {
    font-size: 18px;
  }

  .feedback-card p {
    font-size: 13px;
  }

  .avatar {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .arrow {
    font-size: 18px;
    padding: 8px 12px;
  }
}

/* For very small screens (Mobile Portrait mode) */
@media (max-width: 320px) {
  .customer-feedback-section {
    padding: 30px 10px;
  }

  .feedback-heading h2 {
    font-size: 20px;
  }

  .feedback-card {
    width: 100%;
    padding: 10px;
  }

  .feedback-card h3 {
    font-size: 16px;
  }

  .feedback-card p {
    font-size: 12px;
  }

  .avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .arrow {
    font-size: 16px;
    padding: 6px 10px;
  }
}