html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0 !important;
    /* font-family: "Roboto", Sans-Serif; */
    font-family: "Arya", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}

.spl-font {
    font-family: "Lobster Two", sans-serif;
}


::selection {
    background: #35de62;
    color: #fff;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

/*buttons-start*/
button:focus {
    outline: none !important;
}

.default-btn {
    background: #35de62;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    border-color: #35de62;
    font-weight: 500;
    color: #fff;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
}

.alt-default-btn {
    background: #000;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    border-color: #000;
    font-weight: 500;
    color: #fff;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.new-default-btn {
    background: #6d16d2;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    border-color: #6d16d2;
    color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.default-btn:hover,
.default-btn:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    transition: 0.3s ease-in-out;
}

.alt-default-btn:hover,
.alt-default-btn:focus {
    color: #fff;
    background: #35de62;
    border-color: #35de62;
    transition: 0.3s ease-in-out;
}

.new-default-btn:hover,
.new-default-btn:focus {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800;
    transition: 0.3s ease-in-out;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*buttons-end*/

/* header-start*/

header {
    background: #fff;
    transition: 0.3s ease-in-out;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    transition: 0.3s ease-in-out;
}

.pre-header {
    background: #64ec8896;
}

.header-search {}

.header-search form {
    display: flex;
    padding: 10px 0;
    column-gap: 10px;
    position: relative;
    overflow: hidden !important;
}

.header-search input {
    border-radius: 0px;
    padding: 6px 12px 6px 40px;
    box-shadow: none !important;
    transition: 0.3s ease-in-out;
}

.header-search input:focus {
    border-color: #35de62;
    transition: 0.3s ease-in-out;
}

.header-search form:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../images/magnifier.png);
    background-size: cover;
}

.header-search .alt-default-btn {
    width: 125px;
}


.ph-right {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    column-gap: 10px;
}

.header-call {
    font-weight: 500;
    padding-right: 10px;
    border-right: 1px solid #000;
    transition: 0.3s ease-in-out;
}

.header-call i {
    color: #000000;
}

.header-call:hover {
    color: #000000;
    transition: 0.3s ease-in-out;
}

.header-social {}

.header-social a {
    display: inline-flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background: #000;
    transition: 0.3s ease-in-out;
}

.header-social a i {
    color: #ffffff;
}

.header-social a:hover {}

.header-social a:hover i {
    color: #16d248;
    transition: 0.3s ease-in-out;
}

.header {}

.navbar {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 9%);
    padding: 10px 0;
}

.navbar .container>.row {
    width: calc(100% + 24px);
}

.navbar-brand {
    display: inline-block;
    padding: 0px;
}

.navbar-brand img {
    width: 250px;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: 0.3s ease-in-out;
}

.nav-link:hover {
    color: #35de62;
    transition: 0.3s ease-in-out;
}

.nav-link.default-btn {
    width: 80px;
    height: 40px;
    padding: 6px 0px;
    color: #fff;
}

.nav-link.default-btn:hover {}

.dropdown-menu {}

.dropdown-item {
    padding: 6px 10px;
    border-bottom: 1px solid rgba(36, 39, 44, .1);
    transition: 0.3s ease-in-out;
}

.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f0f1f2;
    transition: 0.3s ease-in-out;
}

.offcanvas {
    max-width: 100%;
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    padding: 2px;
    border-radius: 6px;
    border: 2px solid #35de62;
}

.navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: 0px;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        padding: 0px;
        overflow: hidden;
    }

    .dropdown-menu {
        padding: 0px;
    }
}

@media only screen and (max-width:991px) {
    .dropdown-menu {
        border-radius: 0px;
    }

    .offcanvas {
        max-width: 321px;
    }
}

@media only screen and (max-width:575px) {
    .navbar-brand img {
        width: 220px;
    }
}

/* header-end*/

/* banner-start */

.banner-section {}

.banner-section .carousel {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
    opacity: 1;
    filter: invert(78%) sepia(53%) saturate(3977%) hue-rotate(82deg) brightness(93%) contrast(92%);
}

@media only screen and (max-width:1199px) {
    .banner-section .container {
        max-width: none;
        padding: 0px;
    }

    .default-banner-wrap .container {
        max-width: none;
        padding: 0px;
    }
}

/* banner-end */

/* products-start */

.products-section {
    padding: 65px 0px 70px;
}

.heading-text {}

.heading-text h2 {
    position: relative;
    font-weight: 500;
}

.heading-text h2::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 3px;
    width: 90px;
    background: #16d248;
}

.product-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
}

.product-card a {
    display: inline-block;
    width: 100%;
}

.product-img {
    width: 120px;
    margin: 15px auto 5px;
    /* background: #ffb332; */
    border-radius: 50%;
    position: relative;
}

/* .product-img:after {
    position: absolute;
    content: "";
    height: 63px;
    width: 63px;
    border-radius: 50%;
    background: #ffdd40;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
} */

.product-img img {
    padding: 0px;
    position: relative;
    z-index: 5;
}

.product-text {
    padding: 0px 15px 15px;
    text-align: center;
    text-transform: uppercase;
}

.product-text h6 {
    font-size: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width:991px) {
    .products-section {
        padding: 45px 0px 50px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .product-text h6 {
        font-size: 14px;
    }

    .product-text {
        padding: 0px 10px 15px;
    }
}

@media only screen and (max-width:575px) {
    .product-text h6 {
        font-size: 18px;
        text-transform: capitalize;
    }

    .product-img {
        width: 110px;
        margin: 12px auto 6px;
    }
}

/* @media only screen and (max-width:575px) and (min-width:411px) {
    .product-card {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
        border-radius: 15px;
        width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:410px) {
    .product-card {
        width: 100%;
    }
} */

/* products-end */

/* why-choose-us-start */

.why-choose-us {
    padding: 65px 0px 70px;
    background: #f9f9f9;
}

.wcu-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-right: 4px solid #16d248;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 3%);
}

.wcu-img {
    height: 80px;
    width: 80px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.wcu-img img {
    width: 100%;
}

.wcu-text {
    width: calc(100% - 95px);
    padding: 10px 10px 10px 0px;
}

.wcu-text h6 {
    font-size: 18px;
    margin-bottom: 2px;
}

.wcu-text p {
    margin-bottom: 0px;
    min-height: 72px;
}

@media only screen and (max-width:1399px) {
    .wcu-text p {
        min-height: 96px;
    }
}

@media only screen and (max-width:1199px) {
    .wcu-text h6 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .wcu-text p {
        min-height: 0px;
    }
}

@media only screen and (max-width:991px) {
    .why-choose-us {
        padding: 45px 0px 50px;
    }
}

/* why-choose-us-end */

/* brands-start */

.brands-section {
    padding: 65px 0px 70px;
}

.brand-box {}

.brand-img {
    height: 80px;
    overflow: hidden;
    object-position: bottom;
    display: flex;
    align-items: center;
    border-radius: 8px;
    /* border: 1px solid #16d248; */
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 7%), 0 6px 10px 0 rgb(0 0 0 / 10%);
}

.brand-box-outer .brand-img img {
    padding: 10px;
}

.brand-img img {}

@media only screen and (max-width:1199px) {
    .brand-img {
        height: 65px;
    }
}

@media only screen and (max-width:991px) {
    .brands-section {
        padding: 45px 0px 50px;
    }

    .brand-img {
        height: 90px;
    }
}

@media only screen and (max-width:767px) {
    .brand-img {
        height: 70px;
    }
}

@media only screen and (max-width:575px) and (min-width:476px) {
    .brands-section .col-12 {
        width: 50%;
    }

    .brand-img {
        height: 90px;
    }
}

@media only screen and (max-width:475px) and (min-width:391px) {
    .brands-section .col-12 {
        width: 50%;
    }

    .brand-img {
        height: 80px;
    }
}

@media only screen and (max-width:390px) {
    .brands-section .col-12 {
        width: 50%;
    }

    .brand-img {
        height: 70px;
    }
}

/* brands-end */

/* testimonial-start */

.testimonial-sec {
    padding: 65px 0px 60px;
    background: #f9f9f9;
}

#owl-carousel3 {}

.testimonial-box {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
}

.testimonial-box ul {
    display: flex;
    column-gap: 1px;
}

.testimonial-box ul li {
    line-height: 22px;
}

.testimonial-box ul li i {
    font-size: 14px;
    color: #ffba00;
}

/* 
.testimonial-box:before {
    position: absolute;
    content: "";
} */

/* .testimonial-box:after {
    position: absolute;
    content: "";
    right: 15px;
    bottom: 15px;
    width: 80px;
    height: 60px;
    border-right: 2px solid #16d248;
    border-bottom: 2px solid #16d248;
    border-bottom-right-radius: 15px;
} */

.testi-top {
    position: relative;
    padding: 30px 30px 10px 90px;
}

.testi-top:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    background-image: url(../images/quotation.png);
    background-size: cover;
}

.testi-top h5 {
    font-size: 18px;
    line-height: 26px;
}

.testi-top h6 {
    font-weight: 500;
    font-size: 14px;
}

.testi-bottom {
    padding: 0px 26px 24px 30px;
}

.testi-bottom p {
    text-align: justify;
    margin-bottom: 0px;
    padding-right: 10px;
    height: 96px;
    overflow-y: auto;
}

.testi-bottom p::-webkit-scrollbar {
    width: 2px;
}

.testi-bottom p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

/* Handle */
.testi-bottom p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #16d248 20%, #16d248 50%);
    transition: all 500ms ease;
}

@media only screen and (max-width:991px) {
    .testimonial-sec {
        padding: 45px 0px 40px;
        background: #f9f9f9;
    }
}

@media only screen and (max-width:575px) {
    .testi-top {
        padding: 20px 20px 10px 80px;
    }

    .testi-top:before {
        left: 20px;
        top: 20px;
    }

    .testi-bottom {
        padding: 0px 16px 14px 20px;
    }
}

/* testimonial-end */

/* footer-start */

footer {}

.footer-top {
    padding: 40px 0 30px;
    border-top: 2px solid #16d248;
}

.footer-logo {
    width: 250px;
    margin: 0px auto 16px;
}

@media only screen and (max-width:575px) {
    .footer-logo {
        width: 220px;
        margin: 0px auto 12px;
    }
}

.footer-logo img {}

.footer-list {
    text-align: center;
    margin-bottom: 16px;
}

.footer-list ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.footer-list ul li {}

.footer-list ul li a {
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.footer-list ul li a:hover {
    color: #16d248;
    transition: 0.3s ease-in-out;
}

.footer-social {}

.footer-social ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.footer-social ul li {}

.footer-social ul li a {
    display: inline-flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
}

.footer-social ul li a i {}

.footer-social ul li a:hover {}

.footer-social ul li a:hover i {
    color: #16d248;
    transition: 0.3s ease-in-out;
}

.footer-bottom {
    background: #000;
    padding: 15px 0;
}

.fb-text {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.fb-text a {
    color: #16d248;
    font-weight: 500;
}

.fb-text a:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.fb-text span {}

@media only screen and (max-width:767px) {
    .footer-list ul {
        column-gap: 0px;
        flex-direction: column;
        row-gap: 15px;
    }
}

@media only screen and (max-width:575px) {
    .footer-bottom {
        padding: 10px 0;
    }

    .fb-text span {
        display: block;
    }
}

/* footer-end */

/* about-page-start */

/* about-part-start */

.about-sec {
    padding: 65px 0px 70px;
}

.about-sec p {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (max-width:991px) {
    .about-sec {
        padding: 45px 0px 50px;
    }
}

/* about-part-end */

/* about-page-end */

/* contact-us-start */

/* default-banner-start */

.default-banner {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}

/* default-banner-end */

/* contact-upper-start */

.get-in-touch-sec {
    padding: 65px 0px 70px;
}

.git-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding-top: 15px;
}

.git-img {
    width: 70px;
    margin: 0px auto;
}

.git-img img {}

.git-text {
    padding: 15px 10px 10px;
    text-align: center;
}

.git-text h6 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.git-text a {
    height: 72px;
    display: inline-block;
}

@media only screen and (max-width:1399px) {
    .git-text a {
        height: 72px;
        display: inline-block;
    }
}

@media only screen and (max-width:1199px) {
    .git-text a {
        height: auto !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }
}

@media only screen and (max-width:991px) {
    .get-in-touch-sec {
        padding: 45px 0px 50px;
    }
}

/* contact-upper-end */

/* contact-lower-start */

.contact-us-bottom-sec {
    padding: 70px 0px 70px;
    background: #f9f9f9;
}

.contact-form-wrap {
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    position: relative;
}

.contact-form {}

.contact-form label {}

.contact-form input {
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    height: 45px;
    box-shadow: none !important;
}

.contact-form input[type="file"] {
    padding: 10px 12px;
}

.contact-form textarea {
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    resize: none;
    box-shadow: none !important;
}

.contact-form .form-control:focus {
    background-color: #f6f6f6;
    border-color: #35de62;
}

.contact-form .alt-default-btn {
    height: 45px;
    border-radius: 4px;
}

.contact-map {
    /* border-radius: 10px;
    overflow: hidden; */
    margin-bottom: -7px;
}

.contact-map iframe {
    height: 550px;
}

@media only screen and (max-width:991px) {
    .contact-us-bottom-sec {
        padding: 50px 0px 50px;
    }

    .contact-map iframe {
        height: 450px;
    }
}

@media only screen and (max-width:575px) {
    .contact-form-wrap {
        padding: 20px 15px;
    }

    .contact-map iframe {
        height: 300px;
    }
}

/* contact-lower-end */

/* contact-us-end */

/* faq-page-start */

.faq-sec {
    padding: 65px 0px 70px;
}

/**********************
       faq-start
***********************/

.faq-answer {
    padding: 0px 0px;
}

.faq-wrap.bg-light .title__head {
    position: relative;
    margin-bottom: 10px;
}

.faq-box {
    padding: 35px 15px 0px 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    border: 2px solid;
    margin: 40px 0;
}

.faq-wrap h6 {
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.section-heading {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-style: italic;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 2px solid;
}

.dropdown-header {
    background: #fff;
    padding: 20px 50px;
    font-size: 14px;
    /*color: ;*/
    font-weight: 700;
    position: relative;
}

.dropdown-header:before {
    content: "\75";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}

.ac-heading {
    position: relative;
    background-color: #f4f5f8;
    margin: 15px;
    border: double 1px #d9d9d9;
    border-radius: 6px;
    min-height: 54px;
    display: flex;
    align-items: center;
}

.acc__title.active .ac-heading {
    border: double 1px #35de62;
}

.spl-sec-heading.sec-heading h2:after {
    width: 20px;
}

.acc__card {
    margin: 30px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / 12%);
}

.acc__card:first-of-type {
    margin-top: 0px;
}

.acc__card:last-of-type {
    margin-bottom: 0px;
}

.acc__title {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    width: 100%;
    background: none;
    text-align: initial;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #d9d9d9;
    color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #0000002b;
}

.ac-heading h4 {
    font-size: 18px;
    font-weight: 500;
    top: 0px;
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    color: #000000;
    left: -1rem;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.return-policy-box-new.return-policy-box-newest .ac-heading h4 {
    left: -1.5rem;
}

.ac-heading::after {
    width: 8px;
    height: 8px;
    /* border-right: 2px solid #000354; */
    border-right: 2px solid #35de62;
    /* border-bottom: 2px solid #000354; */
    border-bottom: 2px solid #35de62;
    position: absolute;
    right: 1rem;
    content: " ";
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.acc__title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.acc__title.active {
    border: double 1px #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover {
    border: 1px solid #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading h4 {
    color: #000000;
    left: 8px;
    padding: 7px 50px 7px 7px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading h4 {
    /* color: #000354; */
    color: #000000;
    left: 8px;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #35de62;
    border-bottom: 2px solid #35de62;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.acc__title.active .ac-heading {
    background-image: linear-gradient(#f4f5f8, #f4f5f8), radial-gradient(circle at bottom left, #f4f5f8, #f4f5f8);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading h4 {
    /* color: #000000; */
    left: 1rem;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #35de62;
    border-bottom: 2px solid #35de62;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    /* color: #000354; */
    color: #35de62;
}

.acc__title:hover .ac-heading {
    background-image: linear-gradient(#f4f5f8, #f4f5f8);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .acc-icon {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.acc__panel {
    background-color: #ffffff;
    color: #212121;
    display: none;
    border-top: 0px solid #6e0c99;
    margin: 0;
    padding: 14px 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 23%);
}

/* .acc__panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #000000, #ffffff);
} */

.spl-panel {
    display: block;
}

.num .ac-heading:before {
    content: '\f059';
    font-family: 'FontAwesome';
    font-size: 2rem;
    font-weight: bold;
    /*color: ;*/
    width: 2rem;
    opacity: 0;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.return-policy-box-new.return-policy-box-newest .num .ac-heading:before {
    content: "";
    height: 2rem;
    width: 2rem;
    background-image: url(../images/new-feature-1.png);
    opacity: 0;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.acc-icon {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    padding: 5px;
    left: 0;
    top: 7px;
    opacity: 0;
    background-color: #6e0c99;
    border-radius: 50px;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.acc-icon img {
    filter: invert(1);
}

.acc__title.active .acc-icon {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading::before {
    content: '\f05a';
    /* color: #000354; */
    color: #35de62;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading::before {
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
}

.faq-answer p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    text-align: justify;
}

.faq-answer p b {
    font-weight: 600 !important;
}

.faq-answer a {
    font-weight: 600 !important;
    color: #6e0c99;
}

.margin-top-spl {
    margin-top: 40px !important;
}

@media only screen and (max-width:991px) {
    .faq-sec {
        padding: 45px 0px 50px;
    }
}

@media only screen and (max-width:767px) {
    .section-heading {
        font-size: 32px;
        letter-spacing: 1px;
    }

    /* .acc__panel {
        padding: 18px 20px;
    } */
}

@media only screen and (max-width:575px) {
    .section-heading {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .faq-box {
        margin: 30px 0;
    }

    .faq-answer {
        padding: 0px 0px 0px 0px;
    }

}

@media screen and (max-width:475px) {
    .ac-heading {
        position: relative;
        margin: 5px 5px;
        border: double 2px transparent;
    }

    .ac-heading h4 {
        font-size: 12px;
        line-height: 18px;
        top: -1px;
    }

    .return-policy-box-new.return-policy-box-newest .ac-heading h4 {
        font-size: 12px;
        line-height: 17px;
        top: -1px;
    }

    .acc__panel {
        padding: 8px 10px;
    }

    .num .ac-heading:before {
        font-size: 1.0rem;
        margin-left: 5px;
        width: 1rem;
    }

    .faq-answer p,
    .privacy-ol li {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .acc__title:hover .ac-heading h4,
    .acc__title.active .ac-heading h4 {
        left: 0px;
        padding: 9px 25px 7px 7px;
    }

    .return-policy-box-new.return-policy-box-newest .acc__title:hover .ac-heading h4,
    .return-policy-box-new.return-policy-box-newest .acc__title.active .ac-heading h4 {
        left: 8px;
        padding: 9px 50px 7px 7px;
    }

    .ac-heading::after {
        right: 8px;
    }

    .acc-icon {
        height: 30px;
        width: 30px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10px;
    }

    .acc-icon img {
        filter: invert(1);
        width: 70%;
    }
}

@media screen and (max-width:415px) {
    /*
    .ac-heading::after {
        top: 8px;
        bottom: auto;
    }
  */

    .acc__title.active .ac-heading::before {
        margin-top: -2px;
    }

    .acc__title:hover .ac-heading h4,
    .acc__title.active .ac-heading h4 {
        left: 0px;
        padding: 4px 6px;
        padding-right: 20px;
    }

    .ac-heading h4 {
        font-size: 14px;
        padding-right: 6px;
    }

    .city-list {
        font-size: 15px;
        line-height: 19px;
    }

    .acc__card {
        margin: 12px 0;
    }
}

.privacy-p {
    color: #000;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: left;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
}

.privacy-ol {
    list-style-type: auto;
    margin-bottom: 0px;
}

.privacy-ol li {
    padding-left: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
}

.privacy-li-p {
    color: #000;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 20px;
    text-align: justify;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
}

/*********************
       faq-end
  **********************/

/* faq-page-end */

/* smartphone-page-start */

.brands-sec {
    padding: 65px 0px 70px;
}

.brands-sec.mobile-brands-sec {}

.brands-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    position: relative;
}

.select-brand {
    display: block;
    position: relative;
}

.brands-card:hover {}

.brands-img {
    width: 140px;
    margin: 0 auto;
}

.brands-img img {
    padding: 10px;
}

.brands-text {
    background: #f4f5f8;
    text-align: center;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.brands-text h6 {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 10px 25px;
}

.brands-list {
    padding: 0px 10px 25px;
    /* height: 121px; */
}

.brands-list li {}

.brands-text img {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 40px;
    border: 2px solid #fff;
    background: #fff;
    z-index: 5;
    border-radius: 50%;
    filter: grayscale(1);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(0 0 0 / 5%);
}

.console-condition.selected .brands-text img,
.select-console-accessories.selected .brands-text img,
.select-console-functionality.selected .brands-text img,
.select-console-model.selected .brands-text img,
.select-console-brand.selected .brands-text img,
.select-lens-issues.selected .brands-text img,
.select-lense-condition.selected .brands-text img,
.select-lens-nikon.selected .brands-text img,
.select-lens-brand.selected .brands-text img,
.select-camera-age.selected .brands-text img,
.select-camera-condition.selected .brands-text img,
.select-nikon-camera.selected .brands-text img,
.select-acc.selected .brands-text img,
.select-brand.selected .brands-text img,
.select-lens.selected .brands-text img {
    filter: grayscale(0);
    border: 2px solid #00ba00;
}

.console-condition.selected:before,
.select-console-accessories.selected:before,
.select-console-functionality.selected:before,
.select-console-model.selected:before,
.select-console-brand.selected:before,
.select-lens-issues.selected:before,
.select-lense-condition.selected:before,
.select-lens-nikon.selected:before,
.select-lens-brand.selected:before,
.select-camera-age.selected:before,
.select-camera-condition.selected:before,
.select-nikon-camera.selected:before,
.select-acc.selected:before,
.select-brand.selected:before,
.select-lens.selected:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #00ba00;
    border-radius: 15px;
    z-index: 5;
    pointer-events: none;
}

.brands-card:hover img {}

.brand-button-part {}

.brand-button-part a {
    display: inline-block;
}

.brand-button-part .alt-default-btn {
    width: 120px;
    border-radius: 4px;
}

.brand-button-part .alt-default-btn img {
    filter: invert(1);
    height: 16px;
    width: auto;
    margin-left: 2px;
}

.brand-button-part .default-btn {
    border-radius: 4px;
}

.brand-button-part .default-btn img {
    filter: invert(1);
    height: 16px;
    width: auto;
    margin-right: 2px;
}

.console-accessories-card input,
.console-functional-card input,
.nikon-lens-issues input,
.camera-acc-card input,
.camera-lens-card input {
    display: none;
}


.camera-param-form {}

.console-cd-form label,
.console-param-form label,
.camera-param-form label {
    margin-bottom: 4px;
    color: #000;
    font-weight: 500;
}

.console-cd-form select,
.console-param-form select,
.camera-param-form select {
    position: relative;
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    height: 45px;
    box-shadow: none !important;
}

.console-cd-form select:focus,
.console-param-form select:focus,
.camera-param-form select:focus {
    background-color: #f6f6f6;
    border-color: #35de62;
}

.contact-us-bottom-sec.final-page-form-sec {
    padding: 70px 0px 70px;
    background: #fff;
}

@media only screen and (max-width:991px) {
    .contact-us-bottom-sec.final-page-form-sec {
        padding: 50px 0px 50px;
    }

    .brands-sec {
        padding: 45px 0px 50px;
    }

}

@media only screen and (max-width:575px) {
    .brands-text h6 {
        font-size: 16px;
        padding: 8px 8px 25px;
    }
}

/* @media only screen and (max-width:575px) and (min-width:411px) {
    .brands-card {
        width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:410px) {
    .brands-card {
        width: 100%;
    }
} */

/* smartphone-page-end */

/* estimate-price-page-start */

.contact-us-bottom-sec.list-part-card {}

.contact-form-wrap.list-part-wrap {}

.contact-form-wrap.list-part-wrap .heading-text h2::after {
    height: 0px;
}

.contact-form-wrap.list-part-wrap .heading-text h2 b {
    color: #16d047;
}

.list-part-inner {
    padding-top: 6px;
}

.list-part-inner>ul {}

.list-part-inner>ul li {}

.list-part-inner>ul li a {
    font-size: 22px;
    font-weight: 400;
    padding: 15px 15px 15px 75px;
    box-shadow: 0 0px 20px 2px rgb(0 0 0 / 20%);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #fff;
}

.list-part-inner>ul li a:before {
    position: absolute;
    content: "";
    background-color: #f5f5f5;
    left: -50px;
    top: -30px;
    height: 114px;
    width: 114px;
    border-radius: 50%;
}

.list-part-inner>ul li a span {
    position: absolute;
    color: #16d047;
    font-size: 30px;
    font-weight: 500;
    left: 0;
    top: 0;
    height: 54px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-part-inner>ul li+li {
    margin-top: 16px;
}

.spl-list-li {}

.spl-list-li ul {
    padding: 15px 10px 10px 10px;
    margin-top: -5px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    display: flex;
    column-gap: 0px;
    flex-wrap: wrap;
}

.spl-list-li ul li {
    padding: 4px 8px;
    margin: 5px;
    border: 1px solid #16cf47;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}

.spl-list-li ul li+li {
    margin-top: 5px;
}

.list-part-inner button {
    margin-top: 16px;
    border-radius: 6px;
}

@media only screen and (max-width:575px) {
    .list-part-inner>ul li a {
        font-size: 18px;
        padding: 15px 15px 15px 65px;
    }

    .list-part-inner {
        padding-top: 0px;
    }

    .list-part-inner>ul li a:before {
        position: absolute;
        content: "";
        background-color: #f5f5f5;
        left: -60px;
        top: 0;
        height: 100%;
        width: 114px;
        border-radius: 0px;
    }

    .list-part-inner>ul li a span {
        position: absolute;
        color: #16d047;
        font-size: 30px;
        font-weight: 500;
        left: 0;
        top: 0;
        height: 100%;
        width: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* estimate-price-page-end */

.no-money-sec {
    padding: 70px 0px 70px;
    background: #fff;
}

.no-money-wrap {
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    position: relative;
}

.no-money-wrap .heading-text {}

.no-money-wrap h2 b {}

.no-money-wrap h2:after {
    height: 0px;
}

.no-money-wrap h6 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.no-money-wrap a {}

.no-money-wrap a button {
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .no-money-sec {
        padding: 50px 0px 50px;
    }
}


.spl-dis {

    display: none;
}

.spl-not-sorry {

    display: none;
}

.spl-sorry-msg {

    display: none;
}

.price-estimate-sec {}

#estimate-price-form {}

.estimate-price-new-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    position: relative;
}

.epnb-inner {
    display: flex;
    justify-content: space-between;
}

.epnb-img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px #0000005e;
}

.epnb-img img {
    width: 100%;
}

.epnb-text {
    width: calc(100% - 145px);
}

.epnb-text h5 {
    font-size: 22px;
    margin-bottom: 2px;
}

.epnb-text h6 {
    margin-bottom: 2px;
}

.epnb-text h2 {
    font-size: 30px;
    color: #16d248;
    text-shadow: 1px 1px #0000006e;
}

.epnb-text button {
    border-radius: 4px;
}

.epnb-text button img {
    filter: invert(1);
    height: 16px;
    width: auto;
    margin-left: 2px;
}

.epnb-text button:hover {}

:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #35de62;
    border-color: #35de62;
}

@media only screen and (max-width:575px) {
    .epnb-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .estimate-price-new-box {
        padding: 12px 15px 16px;
    }

    .epnb-text {
        width: calc(100% - 0px);
        margin-top: 10px;
        text-align: center;
    }

    .epnb-text h5 {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .epnb-text h2 {
        font-size: 30px;
        color: #16d248;
        text-shadow: 1px 1px #0000006e;
    }
}

.header-search {}

.header-search-inner {
    position: relative;
    padding: 10px 0;
}

.header-search-inner:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../images/magnifier.png);
    background-size: cover;
    z-index: 5;
}

.header-search-inner .select2.select2-container {
    width: 430px !important;
}

.header-search-inner .select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #dee2e6;
}

.header-search-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 40px;
    padding-left: 40px;
}

.header-search-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

@media only screen and (max-width:991px) {
    .header-search-inner .select2.select2-container {
        width: 100% !important;
    }
}






.header-search .dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.header-search .dropdown:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../images/magnifier.png);
    background-size: cover;
    z-index: 5;
}

.header-search .dropdown-search {
    display: block;
    width: 430px;
    padding: 6px 12px 6px 40px;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    outline: none;
    text-align: left;
    font-size: 16px;
    font-family: "Arya", serif;
    color: #000;
}

.header-search .dropdown-search::placeholder {
    color: #000;
}

.header-search .dropdown-search:focus {
    border: 1px solid #35de62;
    background-color: #ffffff;
}

.header-search .dropdown .dropdown-list {
    position: absolute;
    overflow: auto;
    z-index: 9;
    top: 38px;
    left: 0;
    width: 430px;
    max-height: 250px;
    padding: 8px 10px;
    display: none;
    border-radius: 0px 0px 6px 6px;
    background: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
}

.header-search .dropdown .dropdown-list::-webkit-scrollbar {
    width: 7px;
}

.header-search .dropdown .dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.header-search .dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.header-search .dropdown .dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.header-search .dropdown-list li {
    /*display: none;*/
    /* padding: 10px; */
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.header-search .dropdown-list li:hover {
    color: #16d248;
    transition: all .3s ease-in-out;
}

.header-search .not-found {
    cursor: default;
}

/*.select2-results__options{*/
/*    display: none;*/
/*}*/



