input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}
.tm-hero-ptb {
    padding-top: 200px;
    padding-bottom: 80px;
}
.tm-hero-subtitle {
    color: #5D5D63;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.tm-hero-subtitle::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #5D5D63;
    display: inline-block;
    transform: translateY(-3px);
    margin-left: 14px;
}
.tm-hero-title {
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -7.2px;
    color: var(--tp-common-black-2);
    padding-bottom: 15px;
}
.tm-hero-text {
    padding-left: 200px;
}
.tm-hero-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #5D5D63;
    max-width: 460px;
    margin-bottom: 15px;
    font-style: normal;
    font-family: var(--tp-ff-p);
}


.fq-faq-bdr {
    border-top: 1px solid rgba(25, 25, 26, 0.1);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-black);
    margin-top: 0px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.tp-service-2-accordion-box .accordion-items {
    border-bottom: 1px solid rgba(25, 25, 26, 0.1);
    position: relative;
}
.fq-faq-wrapper .tp-service-2-accordion-box .accordion-header .accordion-buttons {
    padding: 35px 0;
    padding-left: 0px;
    padding-right: 50px;
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-black);
    line-height: 1;
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon {
    position: absolute;
    top: 40px;
    right: 0;
}

.tp-service-2-accordion-box .accordion-header span {
    margin-right: 20px;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
    transition: 0.4s;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}
.fq-faq-wrapper .tp-service-2-accordion-box .accordion-body {
    padding: 0;
    padding-right: 100px;
}
.tp-service-2-accordion-box .accordion-body {
    padding: 0px 10px 40px 85px;
}
.tp-service-2-accordion-box .accordion-body p {
    font-family: var(--tp-ff-p);
    color: var(--tp-text-body);
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-offcanvas-area, .tp-offcanvas-social ul li a, .tp-offcanvas-2-left, .tp-offcanvas-2-right, .tp-offcanvas-2-close, .tp-offcanvas-2-close-btn .text, .tp-offcanvas-2-close-btn .text span, .tpoffcanvas__logo, .tpoffcanvas__right-info, .tpoffcanvas__social-link ul li a::before, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a, button, p, input, select, textarea, li, .transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.fq-faq-sidebar {
    padding-left: 70px;
}
.fq-faq-sidebar-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--tp-common-black-2);
}

.fq-faq-sidebar-content p {
    color: #5D5D63;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 45px;
}
.fq-faq-sidebar-thumb {
    margin-bottom: 40px;
}
.fq-faq-sidebar-input input {
    border:none;
    padding-left: 9px;
    background-color: transparent;
    border-bottom: 2px solid #D9D9D9;
    color: #5D5D63;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.fq-faq-sidebar-search {
    position: absolute;
    top: 15px;
    right: 0;
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
@media (min-width: 1400px) {
    .container-1530 {
        max-width: 1530px;
    }
}
.sv-small-text-box span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: var(--tp-common-black-2);
}
.sv-big-text {
    font-size: 199px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -12px;
    text-transform: uppercase;
    color: var(--tp-common-black-2);
    white-space: nowrap;
    margin-bottom: 0;
    transform: translateX(-12px);
}