html {
    scroll-behavior: smooth;
     font-family: "Poppins", sans-serif;
}


.page-404
{
    background-image: url(../images/contact-bg.png) ;
   background-position: 0 00%;
   padding-top: 100px;
   background-repeat: no-repeat;
   background-size: cover;
}
h2.bigtext {
    font-size: 90px;
}



body{
     font-family: "Poppins", sans-serif;
}

span{
    font-family:"Poppins", sans-serif !important;
}

a, h1, h2, h3, h4, h5, p, input, textarea {
     font-family:"Poppins", sans-serif !important;
}
body a{
    text-decoration: none;
    color: #fff;
}
body.body {
    overflow-x: hidden;
}
.fade {
    transition: opacity .15s linear;
    backdrop-filter: blur(37px);
}

.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    margin: 0;
}
header.sticky {
    background: #000;
    transition: 0.4s;
}
header.sticky .logo img {
    width: 100px;
    transition: 0.4s;
}
.logo img {
    width: 120px;
    transition: 0.4s;
}
.menu ul li a.active {
    color: #faa848 !important;
    border-bottom: 1px solid;
    transition: 0.4s;
}
.menu ul li a:hover {
    color: #faa848 !important;
    border-bottom: 1px solid;
    transition: 0.4s;
}
header.sticky .btn-a a {
    color: #fff;
}
header {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    transition: 0.4s;
    z-index: 2222222;
}
.menu a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.sub-text h5 {
    display: inline;
    padding: 6px 56px 8px 13px;
    color: #fff;
    background: linear-gradient(270deg, rgba(255,3,3,0) 0%, rgba(124,43,43,1) 65%);
    margin: 0 0 14px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner {
    background-image: url(../images/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 56rem;
    display: flex;
    align-items: center;
}
.space-top {
    padding: 118px 0;
}
.banner h1, .banner .h1  {
    color: #fff;
    font-size: 60px;
}

.banner p {
    width: 52%;
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}
.btn-a.border-bt a {
    background: transparent;
    border: 1px solid #fff;
}
.btn-a a:hover {
    background: transparent;
    border: 1px solid #fff;
    transition: 0.4s;
}
.btn-a.border-bt a:hover {
    background: #7C2B2B;
    border: 1px solid #7C2B2B;
    transition: 0.4s;
}

.btn-a a,
.btn-a button {
    background: #7C2B2B;
    padding:13px 30px;
    border: 1px solid #fff0;
    border-radius: 100px;
    transition: 0.4s;
}

.btn-cta, .btn-cta:hover {
    background: #7C2B2B;
    padding:13px 30px;
    border: 1px solid #7C2B2B;
    border-radius: 100px;
    color: #fff;
    transition: 0.4s;
    max-width: 250px;
    margin:  0 auto;
}



.age-btn1 ,
.age-btn2 {
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #dbdbdb;
    color: #000;
    min-width: 120px;
}
.age-btn2{
    background:#7C2B2B;
    color: #fff;
}
.age-btn{
    padding: 30px 0;
}
.age-modal-content{
    padding: 20px 50px 30px;
    border-radius: 30px !important;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px !important;
}
.icon-bg p {
    margin: 6px 0;
    font-weight: 600;
    color: #6D6D6D;
}
.icon-bg {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
    background: #F1F1F1;
    position: relative;
    z-index: 1;
    top: -67px;
    border-radius: 100px;
    padding: 19px 57px;
    text-align: center;
}
body .icon-bg img {
    width: auto;
    margin: auto;
}
section#why-choose {
    padding-top: 0;
}
body h2, body .h2 {
    font-size: 45px;
    font-weight: 600;
}

.banner-heading{
    font-size: 34px !important;
    color:white;
    font-weight: 500 !important;
}

body h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 18px;
}
.card-box {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    display: inline-block;
}
.round-img1 {
    background-color: #fff;
    width: 50px;
    border-radius: 100px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 5px;
}
.round-img1 img {
    width: 44px;
    padding: 5px;
}
.card-box small,
.card-box p {
    margin: 0;
    color: #4b4a4a;
    font-size: 13px;
    font-weight: 400;
}
.card-box-img{
    height: 250px;
}
.item-content .card-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}
nav.tabs ul {
    padding: 24px 0 23px;
}
.tabbed-content .tabs li .card-box {
    width: 100%;
}
.tabbed-content .tabs li {
    padding: 0 7px;
}
.item-content h5 {
    font-weight: 600;
}

.btn-view i {
    font-size: 14px;
    position: relative;
    top: -2px;
}
div#vapes {
    padding-top: 70px;
}
.item-content .col-7 h5 {
    font-size: 20px;
    font-weight: 600;
}
.btn-view h5 {
    text-align: right;
    font-size: 16px;
    color: #667479;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.crousel-feed .slick-dots {
    bottom: -54px;
}
.item.active .icon-down .bi-chevron-down::before{
    color: #fff;
    font-size: 17px;
    transition: 0.4s;
    transform: rotate(0deg);
}
.icon-down {
    position: absolute;
    right: 10px;
    top: 7px;
}
.icon-down .bi-chevron-down::before {
    content: "\f282";
    transform: rotate(180deg);
    transition: 0.4s;
}
/* .menu li.active a::after {
    background: #7C2B2B;
    width: 100%;
    transition: all 0.4s ease;
} */
/* .menu li a:after {
    position: absolute;
    content: '';
    width: 1%;
    height: 1px;
    background: #7C2B2B;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
} */
.menu li.active a {
    color: #7C2B2B;
}

.menu li {
    position: relative;
    padding: 0 10px;
}

.bg-img1 {
    background-image: url(../images/why-choose4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px;
    border-radius: 20px;
    color: #fff;
}
.icon-text p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 1.8;
}
.icon-text h3 {
    font-size: 22px;
    font-weight: 500;
    padding: 28px 0 5px;
}
.icon-text {
    margin: 34px 0 0;
}


.bg-vapes {
    background-image: url(../images/moke-men.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
    padding: 69px 0;
    height: 700px;
}
.vapes-color h3 {
    padding-top: 0;
}
.vapes-color {
    background-color: #7C2B2B;
    padding: 44px;
    border-radius: 20px;
    color: #fff;
    max-width: 1500px;
    margin: auto;
}
.img-boder img {
    width: 100%;
    margin-top: 40px;
}
.crousel-item {
    margin: 3px;
    border: 1px solid #fff;
    padding: 13px;
    border-radius: 20px;
    transition:0.4s;
}
ul.slick-dots li {
    background: #FFC279;
    border-radius: 10px;
    transition: 0.4s;
    width: 15px;
    height: 15px;
}
body li.slick-active {
    width: 44px;
    background: #7C2B2B;
    transition:0.4s;
}

.contac-us {
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-top {
    padding: 70px 0;
}
.bg-black.p-top h2 {
    font-weight: 300;
}
.bg-black.p-top span {
    font-weight: 600;
}
.bg-black.p-top p {
    width: 66%;
    margin: 25px 0 59px;
}
.btn-a.submit-btn {
    margin-top: 20px;
}
input, textarea {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    border-radius: 7px;
    border: none;
    box-shadow: rgb(0 0 0 / 29%) 0px 1px 4px;
}
textarea {
    height: 150px;
}
body button {
    background: #7C2B2B;
    padding: 13px 55px;
    border: 1px solid #fff0;
    border-radius: 100px;
    transition: 0.4s;
    color: #fff;
    font-family: 'Poppins';
     transition: 0.4s;
     border: 1px solid #7C2B2B;
}
.contac-us h2 {
    margin: auto;
    border-bottom: 2px solid #7C2B2B;
    display: inline;
    position: relative;
    bottom: 24px;
}
body button:hover {
    background: #fff;
    color: #7C2B2B;
    border: 1px solid #7C2B2B;
    transition: 0.4s;
}

.bg-black.p-top {
    color: #fff;
}
.crousel-item:hover {
    border: 1px solid #000;
    transition:0.4s;
}
.crousel-item img {
    width: 100%;
}
.vapes-color .col-9 {
    text-align: right;
}

.bg-vapes {
    margin-bottom: -22rem;
}
.vape-img {
    margin-bottom: -204px;
    margin-top: -11.3rem;
}
.vapes-color p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}
.mobile-btn {
    display: none;
}
div#our-range {
    height: 50px;
}
li.btn-a a.active {
    border-color: #7c2b2b !important;
}
footer.footer {
    background-color: #000;
    padding: 90px 0 10px;
    color: #fff;
}

footer.footer .logo {
    margin-bottom: 22px;
}
footer.footer ul {
    display: block;
}
footer.footer p, footer.footer a {
    font-size: 15px;
    font-weight: 200;
}

footer.footer ul a {
    line-height: 2;
}
footer.footer h3 {
    margin-bottom: 18px;
    padding-top: 4px;
}
.footer-logo p {
    width: 88%;
}
footer.footer .menu li {
    padding: 0px;
}
.copy-right .d-flex {
    justify-content: right;
}
.socail-link a i {
    font-size: 19px;
    margin-left: 9px;
}
.socail-link a svg {
    margin-top: 2px;
    margin-left: 9px;
}
.our-range.p-top {
    padding-bottom: 0px;
}


.age-model{
    padding:20px 40px;
    border-radius: 30px !important;
}
.age-model small{
    margin-bottom: 30px;
}

@media (max-width: 1380px) {
     
    body h2, body .h2  {
    font-size: 37px;
}
.logo img {
    width: 100px;
}
.banner h1, .banner .h1{
    color: #fff;
    font-size: 40px;
}
.crousel-item {
    margin: 0;
}
.icon-bg {
    max-width: 90%;
}
.bg-vapes {
    margin-bottom: -12rem;
}
.bg-vapes {
    height: 507px;
}
.img-boder img {
    margin-top: 9px;
}
.vape-img {
    margin-top: -8.3rem;
}
.banner {
    height: 50rem;
}
.bg-img1 {
    padding: 35px;
}
.vapes-color {
    padding: 29px 35px 19px;
}
.menu ul {
    gap: 10px;
}
body h2, body .h2  {
    font-size: 35px;
}
/* body .review-card {
    min-height: 300px !important;
} */
.menu a{
    font-size: 13px !important;
}

 }

 @media (max-width: 1080px) {
.mobile-btn {
    display: block;
}
.tabbed-content .tabs li {
    padding: 0px;
}

.tabbed-content .tabs {
    padding: 0px;
}
.col-lg-4.col-md-12.col-sm-12 .row {
    margin-bottom: auto;
} 
header.sticky .btn-a a:hover {
    padding: 0;
    border: none;
}

body .mobile-btn .btn-a a:hover {
    background: #000000;
    padding: 11px 30px;
    border: 1px solid #fff !important;
    border-radius: 100px;
    transition: 0.4s;
}
.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 49px;
    height: 44px;
    background: #7C2B2B;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.line-toggle {
    position: absolute;
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transition: all .6s;
    left: 8px;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(0px);
  width: 34px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(0px);
  width: 20px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
    background: #fff;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
    background: white;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}
.mobile-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
 body.body.overlay-hidden {
    overflow: hidden;
}
.menu ul {
    display: block;
    margin-top: 40px;
} 

.menu {
    position: fixed;
    top: 0;
    left: 100%;
    padding: 32px;
    background: #000000c9;
    z-index: 9;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(6px);
    transition:0.4s;
}
.menu li {
    position: relative;
    padding: 12px 10px;
}
.menu a {
    background: transparent;
    padding: 0;
    border: none;
}
.menu.slide-menu {
    left:0%;
    transition: 0.4s;
}
.menu a {
    text-decoration: none;
    color: #fff;
    font-size: 27px !important;
}    
     
.banner p {
    width: 68%;
}
.banner {
    height: 36rem;
}
.icon-bg {
    max-width: 100%;
}
.icon-bg {
    top: -60px;
    padding: 14px 36px;
    text-align: center;
}
body h2, body .h2  {
    font-size: 26px;
    line-height: 1.4;
}
.bg-img1 {
    padding: 21px;
}
.bg-vapes h2 {
    font-size: 32px;
}
img.img-fluid.vape-img {
    width: 300px;
    margin: auto;
    display: block;
}
.vapes-color {
    max-width: 95%;
    margin: auto;
}
/* section.contac-us.p-top {
    padding-top: 0;
} */
.vapes-color .col-lg-4.col-md-12.col-sm-12 .row {
    flex-direction: row-reverse;
    text-align: left;
}
.vapes-color .col-9 {
    text-align: left;
}
.vapes-color .col-3 {
    text-align: center;
}
.bg-black.p-top p {
    width: 100%;
    margin: 25px 0 59px;
}

footer.footer h3 {
    margin-top: 0;
}
body .container {
    max-width: 98%;
}
body .slick-dots {
    bottom: -40px;
}
.menu.slide-menu a {
    padding: 0;
}
.crousel-item {
    padding: 11px;
    margin: 0 3px;
}
footer.footer .menu {
    position: unset;
}
footer.footer .menu a {
    font-size: 16px !important;
    font-weight: 300;
}
footer.footer .menu {
    position: unset;
    padding: 0 13px;
}
footer.footer .menu li {
    padding: 0;
}
footer.footer ul {
    margin-top: -7px;
}
body .item.active .item-content {
    padding: 14px 0;
}
body nav.tabs ul img {
    height: 180px;
}
.item {
    margin-bottom: 8px;
}

.reviewer-name{
    font-size: 16px;
}
/* body .review-card {
    min-height: 300px !important;
} */

 }


 @media (max-width: 800px) {
 .banner p {
    width: 74%;
}

 }

 
 @media (max-width: 767px) {

 header.sticky .logo img {
    width: 73px;
    transition: 0.4s;
}
header .btn-a a {
    padding: 9px 22px;
}
.feed-img {
    padding: 45px 15px;
}

.mobile-btn {
    margin-right: 3px;
}
.item-content .col-7 h5 {
    font-size: 17px;
}
.crousel-feed .slick-dots {
    bottom: -41px;
}
.item-content .card-box img {
    height: 120px;
    object-fit: cover;
    border-radius: 24px;
}
.about-us {
    margin-top: 60px;
}
.card-box {
    padding: 6px;
}
body .container {
    max-width: 100%;
    padding: 0 20px;
}
.bg-black.p-top .row {
    flex-direction: column-reverse;
}
.bg-black.p-top .sub-text {
    margin-top: 30px;
}
.bg-black.p-top p {
    margin: 17px 0 33px;
}
.line-toggle {
    width: 25px;
}
.line-toggle:first-child {
    width: 30px;
}
.line-toggle:last-child {
    width: 18px;
}
.toggle {
    width: 43px;
    height: 40px;
}
div#our-range {
    height: 13px;
}

.menu a {
    font-size: 22px !important;
    font-weight: 300;
}
.toggle.activate .line-toggle:first-child {
    width: 30px;
    left: 7px;
}
.toggle.activate .line-toggle:last-child {
    width: 30px;
    position: relative;
    left: 0px;
}
.menu {
    padding: 19px;
}
.menu li {
    padding: 8px 10px;
}
.btn-a a {
    padding: 11px 30px;
} 
.banner h1, .banner .h1{
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}
.banner p {
    font-size: 17px;
        width: 100%;
}
.icon-bg {
    top: 0;
    padding: 14px 9px;
    text-align: center;
    border-radius: 0;
    margin: 16px 0;
}
body h2, body .h2  {
    font-size: 24px;
}
.icon-bg p {
    color: #7c2b2b;
}
.img-text {
 box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 7px;
    border-radius: 10px;
    padding: 11px;
}
.icon-bg.slick-initialized.slick-slider.slick-dotted .slick-dots {
    bottom: -18px;
}

.icon-bg.slick-initialized.slick-slider.slick-dotted {
    background: transparent;
    margin-top: 0;
    margin-bottom: 40px;
}

.bg-vapes h2 {
    font-size: 22px;
}
.vapes-color {
    padding: 23px 15px;
}
.vapes-color {
    max-width: 100%;
    margin: auto;
}

.sub-text h5 {
    font-size: 15px;
}
.copy-right .d-flex {
    justify-content: center;
}
.copy-right {
    text-align: center;
}
.card-box p {
    color: #2a2a2a;
    font-size: 12px;
}
.card-box h3 {
    font-size: 14px;
}
.bg-vapes {
    margin-bottom: -16rem;
}
.banner {
    height: 33rem;
}
.banner-heading {
    font-size: 20px !important;
}

 }
 @media (max-width:600px) {
    .card-box-img {
        height: 120px;
    }
    .item-content .card-box img{
        border-radius: 8px
        ;
    }
    
 }

 @media (max-width: 380px) {
 .btn-a a {
    padding: 8px 20px 9px;
    font-size: 15px;
}
.bg-vapes h2 {
    font-size: 20px;
}
body h2, body .h2  {
    font-size: 20px;
}
 }
 
 /*For tabs */
nav.tabs ul {
    display: flex;
    gap: 10px;
}
 .tabs ul {
     margin: 0;
     padding: 0 0 1em 0;
     font-weight: bold;
}
nav.tabs a.active {
    color: #0a0909 !important;
}
nav.tabs a {
    color: #0a0909 !important;
}
.tabs ul li a {
    padding: 7px;
}
.tabs ul li a:hover, .tabs ul li a.active {
    border: none;
}

a.active .card-box {
    border-color: #7c2b2b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition:0.4s;
}
 .item {
     margin-bottom: 2px;
}
 .item::before {
     cursor: pointer;
     font-weight: bold;
     background: #eee;
     padding: 0.5em;
     display: block;
}
.item.active::before {
    background: #7c2b2b;
    color: #fff;
}

 .item.active .item-content {
     padding: 1em;
     -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
     -o-transition: opacity 0.3s ease-in-out;
     -ms-transition: opacity 0.3s ease-in-out;
     transition: opacity 0.3s ease-in-out;
}
nav.tabs ul img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
nav.tabs p {
    font-size: 13px;
    font-weight: 400;
}
.round-img {
    overflow: hidden;
    border-radius: 20px;
}

/* The project specific CSS starts here This is the minimum CSS that you will need in order for this to work */
 .tabbed-content .tabs {
     display: none;
}
.tabbed-content .item {
    min-height: 2em;
    font-family: 'Poppins';
    position: relative;
    font-weight: 500 !important;
}
.tabbed-content .item::before {
    content: attr(data-title);
    border-radius: 7px;
}
 .tabbed-content .item .item-content {
     opacity: 0;
     visibility: hidden;
     height: 0;
}
 .tabbed-content .item.active .item-content {
     opacity: 1;
     visibility: visible;
     height: auto;
}
.mobile-tab-section{
    display: none;
}
.mobile-tabs button:focus{
    box-shadow: none;
}
.mobile-tabs button{
    box-shadow: none;
    border: 1px solid #667479;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

.why-choose{
scroll-margin-top: 70px;
}

.mobile-tabs .accordion-item{
    border: none;
}
.mobile-tabs .accordion-button:not(.collapsed){
    color: #fff !important;
    background: #7C2B2B !important;
    border: 1px solid #7C2B2B;
}



.image-slider {
    padding: 0 40px;
}

.image-slider .slick-list {
    width: 100%;
}
.image-slider .slick-dots{
    position: relative;
}

/* .bold-txt {
    font-weight: bold;
} */

 @media all and (min-width: 800px) {
.tabbed-content .tabs {
    display: block;
}
.icon-down {
    display:none;
}
     .tabbed-content .tabs li {
         display: inline-block;
         width: 33%;
    }

     .tabbed-content .item {
         min-height: 0;
    }
     .tabbed-content .item::before {
         display: none;
    }
     .tabbed-content.tabs-side .tabs {
         width: 150px;
         float: left;
    }
     .tabbed-content.tabs-side .tabs li {
         display: block;
    }
     .tabbed-content.tabs-side .item {
         margin-left: 150px;
    }

     .item.active .item-content {
         padding-top: 0;
    }
     .tabs-side .tabs li {
         margin-bottom: 2px;
    }
}

@media (max-width:767px) {
    .mobile-tab-section {
        display: block;
    }
    .item-menu{
        display: none;
    }
    .item-content .card-box img {
        height: 250px ;
        object-fit: cover;
        border-radius: 24px;
    }
    h2.bigtext {
        font-size: 60px;
    }
    .page-404 {
        background-image: url(../images/contact-bg.png);
        background-position: unset;
        padding-top: 40px;
        background-repeat: no-repeat;
        background-size: unset;
    }
    .reviewer-name{
        font-size: 14px;
    }
    /* body .review-card {
        min-height: 270px !important;
    } */
   
    
}
@media (max-width:650px) {
        .item-content .card-box img {
            height: 128px;
            object-fit: cover;
            border-radius: 8px;
        }
        .mobile-tabs button{
            padding: 10px;
        }
        .mobile-tabs .accordion-body{
            padding: 10px;
        }
}
 

/* Testimonial-section */
.review-slider{
    margin-top: 50px;
}
.review-card {
    box-shadow: 0 0px 6px rgb(60 60 60 / 22%);
    padding: 25px;
    margin: 30px;
    border-radius: 20px;
    min-height: 260px !important;
}
.reviewer-name {
    margin-top: 20px;
}
.reviewer-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.accordion-button:not(.collapsed), .accordion-button {
    font-weight: 500;
    color: #000 !important;
    background-color: #56565636 !important;
}


.accordion-button:hover{
    border:none;
}
.accordion-button, .accordion-item{
    border-radius: 10px !important;
}
.accordion-item{
margin-bottom: 20px;
}

.testimonial-section {
    scroll-margin-top: 70px;
}
.contac-us{
    scroll-margin-top: 70px;
}
.faq-row{
    margin-top: 50px;
}
.accordion-body ul li, .accordion-body{
    font-family: "Poppins", sans-serif;
}

.visit-us{
    background-image: url(../images/visit-bg.png) ;
    padding: 150px 0;
}
.why-choose-img{
    position: relative;
}
.why-choose-img::after {
    background-image: url(../images/smoke-bottom.png);
    bottom: -70px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.about-us{
    position: relative;
}
.about-us::after {
    background-image: url(../images/smoke-top.png);
    top: -110px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.our-range{
    position: relative;
    z-index: 99;
}
.our-range::before {
    background-image: url(../images/smoke-left.png);
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}
.our-range::after {
    background-image: url(../images/smoke-right.png);
    top: 0px;
    right: 0;
    content: '';
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    position: absolute;
}