.bi-facebook {
    color: #415e9b;
}

.bi-pinterest {
    color: #e60023;
}

.bi-telegram {
    color: #32afed;
}

.bi-youtube {
    color: red;
}

.bi-whatsapp {
    color: #25d366;
}

.bi-twitter {
    color: #1da1f2;
}

.bi-linkedin {
    color: #0077b5;
}

.bi-instagram {
    transition: 1s;
}

.bi-instagram:hover i {
    font-size: 6vh;
    background: -webkit-linear-gradient(#4762d8, #da2981);
    -webkit-text-fill-color: transparent;
}

/* .bi-whatsapp:hover {
    color: #4ccb5a !important;
} */

/* .bi-telegram:hover {
    color: #32afed !important;
} */

.bi-twitter:hover {
    color: #1da1f2 !important;
}

.bi-linkedin:hover {
    color: #0077b5 !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #df1824;
}

.color-a {
    color: #166ac8;
}

.color-b {
    color: #df1824;
}

.color-c {
    color: #878787;
}

.color-d {
    color: white;
}

.color-e {
    color: black;
}

a:hover {
    color: black;
}

.bg-a {
    background-color: #166ac8;
}

.bg-two {
    background-color: #df1824;
}

a {
    text-decoration: none;
}

.font-1 {
    font-size: 14px;
}

.font-small {
    font-size: 10px;
}

.font-2 {
    font-size: 16px;
}

.font-3 {
    font-size: 15px;
}

.font-4 {
    font-size: 12px;
}

.font-5 {
    font-size: 13px;
}

.font-6 {
    font-size: 20px;
}

.font-7 {
    font-size: 19px;
}

.font-18 {
    font-size: 18px;
}




.rounded-4 {
    border-radius: .8rem !important;
}

.lh-xl {
    line-height: 32px;
}

.btn-one {
    border: 2px solid #166ac8;
    color: #166ac8;
    transition: 0.5s;
}

.btn-one:hover {
    border: 2px solid #df1b26;
    color: #df1b26;
}

.btn-outline-one {
    background-color: transparent;
    color: #166ac8;
    outline: 1px solid #166ac8;
    transition: 0.5s;
}

.btn-outline-one-list {
    background-color: #166ac8;
    color: #fff;
    outline: 1px solid #166ac8;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 13px;
}

.btn-outline-one:hover {
    background-color: #166ac8;
    color: #fff;
    outline: 1px solid #166ac8;
}

.btn-two {
    background-color: #df1824;
    color: #fff;
    outline: 1px solid #df1824;
    transition: 0.5s;
}

.btn-two:hover {
    background-color: #fff;
    color: #df1824;
    outline: 1px solid #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}

.btn-outline-two {
    background-color: transparent;
    color: #df1824;
    outline: 1px solid #df1824;
    transition: 0.5s;
}

.btn-outline-two:hover {
    background-color: #df1824;
    color: #fff;
    outline: 1px solid #fff;
}

.emp-cta {
    background-color: #166ac8;
    color: #fff !important;
    border-top-color: #df1824 !important;
    border-top-width: 3px !important;
}

.emp-cta:hover {
    background-color: #df1824;
    border-top-color: #166ac8 !important;
    transition: 0.5s;
}

.emp-cta i {
    animation: tilt-shaking 0.25s linear infinite;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0);
    }
}

input:focus,
textarea:focus {
    border: 1px solid #ced4da !important;
    box-shadow: none;
}

.gallery iframe {
    width: 100% !important;
    height: auto !important;
    position: unset !important;
}

.detail h1 {
    text-align: unset !important;
}

menu {
    z-index: 999;
}

menu .menu-in {
    border-radius: 2.25rem;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.83);
    backdrop-filter: blur(7px);
}

menu .menu-in .menu-top .my-class {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
}

menu .menu-in .menu-top .my-class .pro {
    border-radius: 0.5rem;
    transition: 0.5s;
}

menu .menu-in .menu-top .my-class .pro a {
    transition: 0.5s;
}

menu .menu-in .menu-top .my-class .pro:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

menu .menu-in .menu-top .my-class .pro:hover a {
    color: #166ac8 !important;
}

menu .menu-in .menu-top .my-class li {
    padding: 5px !important;
}

menu .menu-in .menu-top .search input {
    border: 0 !important;
}

menu .menu-in .menu-top .search input:focus {
    border: 0;
}

menu .menu-in .right li:first-child {
    border-left: 3px solid #111;
}

menu .menu-in .right .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7468%) hue-rotate(108deg) brightness(116%) contrast(105%);
    opacity: 1;
}

menu .menu-in hr {
    opacity: 1;
}

menu .menu-in .navbar li .nav-link {
    position: relative;
    margin-left: 1rem;
}

menu .menu-in .navbar li .nav-link.active span {
    color: #df1824;
}

menu .menu-in .navbar li .nav-link.active span::after {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    background-color: #df1824;
    height: 4px;
    display: block;
    width: 100%;
}

menu .menu-in .navbar li .nav-link span {
    position: relative;
    color: #000;
    font-weight: 800;
    font-size: 15px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    transition: 0.5s;
}

menu .menu-in .navbar li .nav-link span::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    width: 0;
    background-color: #df1824;
    height: 4px;
    display: none;
}

menu .menu-in .navbar li .nav-link:hover span {
    color: #df1824;
}

menu .menu-in .navbar li .nav-link:hover span::after {
    display: block;
    width: 100%;
    animation: border 0.5s ease-in-out;
}

menu .menu-in .navbar li.drp:hover .drp-box {
    display: flex;
    opacity: 1;
}

menu .menu-in .navbar li.drp .drp-box {
    /* padding: 0.5rem !important; */
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    display: none;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.83) !important;
    backdrop-filter: blur(7px) !important;
    border-radius: 0 0 10px 10px;
    animation: drp 0.9s;
    z-index: 1000;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
}

menu .menu-in .navbar li.drp .drp-box li {
    transition: 0.5s;
    padding: 0.5rem 0.25em;
}

menu .menu-in .navbar li.drp .drp-box li:hover {
    padding-right: 8px;
    color: #df1824;
}

menu .menu-in .navbar li.drp .drp-box li.drp-in {
    position: relative;
}

menu .menu-in .navbar li.drp .drp-box li.drp-in:hover .drp-box-in {
    display: block;
    opacity: 1;
}

menu .menu-in .navbar li.drp .drp-box li.drp-in .drp-box-in {
    padding: 0.25rem !important;
    position: absolute;
    top: 0;
    width: 100%;
    right: 100%;
    display: none;
    opacity: 0;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    animation: drp-in 0.9s;
    z-index: 120;
}

menu .menu-in .navbar li.drp .drp-box li.drp-in .drp-box-in li:last-child {
    border-bottom: 0;
}

menu .menu-in .navbar li.drp .drp-box li a {
    color: #000;
    transition: 0.5s;
}

menu .menu-in .navbar li.drp .drp-box li a:hover {
    color: #df1824;
}

menu .menu-in .navbar .left a {
    color: #000;
}

@keyframes drp {
    0% {
        opacity: 0;
        transform: translateY(-0.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes drp-in {
    0% {
        opacity: 0;
        transform: translateX(0.5rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-app {
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 20;
    background-color: green;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.menu-xs .my-class {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
}

.menu-xs .my-class .pro {
    border-radius: 0.5rem;
    transition: 0.5s;
}

.menu-xs .my-class .pro a {
    transition: 0.5s;
}

.menu-xs .my-class .pro:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.menu-xs .my-class .pro:hover a {
    color: #166ac8 !important;
}

.menu-xs .my-class li {
    padding: 5px !important;
}

.menu-xs hr {
    opacity: 1;
}

.menu-xs input:focus {
    border: 0 !important;
    border-bottom: 1px solid #166ac8 !important;
    border-radius: 0;
}

.menu-xs .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, #e6e6e6 25%, #fff 90%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: -107px 0 94px 0 rgba(0, 0, 0, 0.2);
}

.menu-xs .sidenav a {
    padding: 12px 12px 12px 12px;
    text-decoration: none;
    font-size: 18px;
    color: #166ac8;
    display: block;
    transition: 0.3s;
    display: flex;
    align-items: center;
    font-weight: 800;
}

.menu-xs .sidenav button {
    padding: 12px 12px 12px 12px;
    text-decoration: none;
    font-size: 18px;
    color: #166ac8;
    display: block;
    transition: 0.3s;
    display: flex;
    align-items: center;
    font-weight: 800;
}

.menu-xs .sidenav a:hover {
    color: #df1824;
}

.menu-xs .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-right: 50px;
}

@media screen and (max-height: 450px) {
    .menu-xs .sidenav {
        padding-top: 15px;
    }

    .menu-xs .sidenav a {
        font-size: 18px;
    }
}

header {
    margin-top: 5rem;
}

header .carousel-indicators {
    bottom: -4rem !important;
}

header .carousel-control-next,
header .carousel-control-prev {
    width: 5% !important;
    opacity: 1 !important;
}

header .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/slider-nav.png);
    transform: rotate(180deg);
}

header .carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/slider-nav.png);
}

header .carousel-indicators button {
    width: 0.5rem !important;
    height: 0.5rem !important;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    opacity: 1 !important;
}

header .carousel-indicators button.active {
    background-color: #df1824;
}

header .des-header span {
    font-size: 30px;
    border-bottom: 3px solid #df1824;
    padding-left: 1rem;
}

header .carousel-inner img {
    width: 65%;
}

.ds {
    background: linear-gradient(180deg, #b5b5b500 5%, #002c5d 69%);
}

.products .product .title {
    width: max-content;
    background-color: #0069c6;
    padding: 10px 20px 10px 20px;
    border-radius: 60px 0 0 60px;
}

.products .product .bg::after {
    content: "";
    background-color: #df1824;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.offer .title {
    width: max-content;
    background-color: #0069c6;
    padding: 10px 20px 10px 20px;
    border-radius: 60px 0 0 60px;
}

.offer .bg::after {
    content: "";
    background-color: #df1824;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.brands .title {
    width: max-content;
    background-color: #0069c6;
    padding: 10px 20px 10px 20px;
    border-radius: 60px 0 0 60px;
}

.brands .bg::after {
    content: "";
    background-color: #df1824;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.industrial-package .title {
    width: max-content;
    background-color: #0069c6;
    padding: 10px 20px 10px 20px;
    border-radius: 60px 0 0 60px;
}

.industrial-package .title h2 {
    font-size: 25px;
}

.industrial-package .bg::after {
    content: "";
    background-color: #df1824;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.products .product .title p {
    margin: 0;
    font-size: 25px;
}

.products.first-page .product .title p {
    margin: 0;
    font-size: 25px;
}

.products .product .swiper-button-next::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.products .product .swiper-button-prev::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 1.5rem;
    height: 1.5rem;
}

.brands-in .brand .swiper-button-prev::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 1.5rem;
    height: 1.5rem;
}

.brands-in .brand .swiper-button-next::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.offer .mySwiper-10 .swiper-button-prev::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 1.5rem;
    height: 1.5rem;
}

.offer .mySwiper-10 .swiper-button-next::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.products .product .pro .name span {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 900;
    background-color: #fff;
}

.products .product .pro .btn-buy {
    position: absolute;
    margin: auto;
    top: 95%;
    left: 0;
    width: max-content;
    padding-left: 12px;
    padding-right: 12px;
    right: 0;
    text-align: center;
    background-color: #fff;
}

.products .product .pro figure {
    height: 14rem;
}

.products .product .pro figure .figure-in {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.products .product .pro figure .figure-in img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;
    transition: 0.5s;
}

.offer .carousel-control-next,
.offer .carousel-control-prev {
    width: 5% !important;
    opacity: 1 !important;
}

.offer .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/next-pro.png);
    transform: rotate(-180deg);
}

.offer .carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/next-pro.png);
}

/* .offer .carousel-indicators button {
display: none !important;
} */
/* .offer .carousel-indicators button.active {
    background-color: #df1824;
} */

.offer .des-header span {
    font-size: 30px;
    border-bottom: 3px solid #df1824;
    padding-left: 1rem;
}

.offer .carousel-control-next-icon,
.carousel-control-prev-,
.offer .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.offer .carousel-inner img {
    height: auto !important;
}

.about .about-des {
    background-image: url(../images/map.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.about .about-des p {
    line-height: 1.75;
    text-align: justify;
    font-weight: 900;
    font-size: 16px;
}

.brands .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.brands .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.brands .title p {
    margin: 0;
    font-size: 25px;
}

/* .brands .brands-in .brand figure {
    height: 4rem;
} */
.brands .brands-in .brand figure .figure-in {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.brands .brands-in .brand figure .figure-in img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    transition: 0.5s;
}

footer {
    position: relative;
    background: #1c78de;
    background: linear-gradient(180deg, #1c78de 6%, #002c5d 95%);
}

.description li {
    margin: 0.5% 0 !important;
}

footer .design {
    color: #d3d3d3;
}

footer .design a {
    color: #d3d3d3;
}

footer::before {
    content: "";
    background-image: url(../images/footer-after.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
    width: 12rem;
}

footer::after {
    content: "";
    background-image: url(../images/footer-before.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    width: 10rem;
}

footer ul li a {
    font-size: 15px;
    transition: 0.5s;
}

footer ul li a:hover {
    color: #df1824 !important;
}

footer .social a .bi {
    transition: 0.5s;
}

footer .social a .bi:hover {
    color: #df1824 !important;
}

footer .des-footer {
    font-size: 12px;
    line-height: 1.75;
    text-align: justify;
}

footer hr {
    left: 35%;
    right: 35%;
    opacity: 1;
    height: 5px !important;
}

.about-us .about-in p {
    text-align: justify;
    line-height: 2;
}

.contact-us iframe {
    width: 100% !important;
}

.contact-us .title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us .title p {
    margin: 0;
}

@keyframes border {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 75%;
        max-width: 75%;
        margin: auto;
    }

    header .carousel-control-prev {
        right: 0;
    }

    header .carousel-control-next {
        left: 0;
    }

    .products .swiper-button-next {
        left: 0 !important;
    }

    .products .swiper-button-prev {
        right: 0 !important;
    }

    /* .offer .carousel-control-prev {
        left: 8%;
        top: 15%;
        display: flex;
        align-items: start;
        right: unset;
        height: max-content;
    }
    .offer .carousel-control-next {
        right: 8%;
        top: 12%;
        display: flex;
        align-items: start;
        height: max-content;
    } */
    .brands-in .col-xl-2 {
        width: 20%;
    }

    .detail .tabs .tab-pane .description img {
        width: auto;
        display: flex;
        margin: auto;
    }

    .detail-blog .detail-in .description img {
        width: 60%;
        display: flex;
        margin: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .brands-in .col-xl-2 {
        width: 20%;
    }

    .detail .tabs .tab-pane .description img {
        width: auto;
        display: flex;
        margin: auto;
    }

    .detail-blog .detail-in .description img {
        width: 70%;
        display: flex;
        margin: auto;
    }

    .offer .carousel-control-prev {
        left: 8%;
        top: 15%;
        display: flex;
        align-items: start;
        right: unset;
        height: max-content;
    }

    .offer .carousel-control-next {
        right: 8%;
        top: 12%;
        display: flex;
        align-items: start;
        height: max-content;
    }
}

@media (max-width: 992px) {
    .detail table {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .products {
        margin-top: -12rem !important;
    }

    .products.products-two {
        margin-top: 0 !important;
    }

    footer .seemore-btn {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    menu .menu-in .navbar li .nav-link {
        margin-left: 0.5rem !important;
    }

    menu .social-menu li {
        font-size: 12px;
    }

    footer::before {
        top: 8rem !important;
        width: 8rem !important;
    }

    footer::after {
        top: 8rem !important;
        width: 8rem !important;
    }

    .detail .tabs .tab-pane .description img {
        width: 80% !important;
        display: flex;
        margin: auto;
    }

    .detail-blog .detail-in .description img {
        width: 80%;
        display: flex;
        margin: auto;
    }

    .search-list2 {
        font-size: 10px !important;
    }

    .category-w {
        width: 16% !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body {
        background: linear-gradient(180deg, #aec4dc 0, #fff 10%) !important;
    }

    .btn-whatsapp-fixed {
        position: fixed;
        bottom: 54px;
        left: 20px;
        background-color: #0db44c;
        border-radius: 16px;
        font-size: 14px;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
        z-index: 12;
    }

    .text-button1 {
        padding-left: 7rem !important;
    }

    .detail .price-mobile {
        justify-content: unset !important;
    }

    .container {
        width: 95%;
        max-width: 95%;
    }

    header .carousel-inner img {
        width: 40% !important;
        margin: auto;
    }

    .why {
        padding-top: 0 !important;
    }

    /* .offer .carousel-inner img {
        width: 80% !important;
        height: auto !important;
    } */
    footer::before {
        top: 12rem !important;
        width: 10rem !important;
    }

    footer::after {
        top: 12rem !important;
        width: 10rem !important;
    }

    .detail .tabs .tab-pane .description img {
        width: 80% !important;
        display: flex;
        margin: auto;
        height: auto !important;
    }

    .detail-blog .detail-in .description img {
        width: 80%;
        display: flex;
        margin: auto;
    }

    .Category-list .mySwiper1 .swiper-button-next {
        left: 43% !important;
    }

    .Category-list .mySwiper1 .swiper-button-prev {
        right: 43% !important;
    }

    .bread-crumb {
        padding-top: 10px !important;
        background: linear-gradient(180deg, #196ab3 0, #8fb5d7 100%);
    }

    .bread-crumb1 {
        background-size: cover !important;
        background-color: #fff;
        height: 10rem !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .offer .carousel-control-prev {
        left: 8%;
        top: 25%;
        display: flex;
        align-items: start;
        right: unset;
    }

    .offer .carousel-control-next {
        right: 8%;
        top: 25%;
        display: flex;
        align-items: start;
    }

    .gallery iframe {
        width: 100% !important;
        min-height: 17rem !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    body {
        background: linear-gradient(180deg, #aec4dc 0, #fff 10%) !important;
    }

    /* .products.products-two {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 10rem !important;
    } */
    .btn-whatsapp-fixed {
        position: fixed;
        bottom: 50px;
        left: 20px;
        background-color: #0db44c;
        border-radius: 16px;
        font-size: 14px;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
        z-index: 12;
    }

    .container {
        width: 95%;
        max-width: 95%;
    }

    header .des-header {
        text-align: center;
    }

    header .carousel-indicators {
        bottom: -4rem;
    }

    header .carousel-inner img {
        width: 40% !important;
        margin: auto;
    }

    .products .swiper-button-next,
    .products .swiper-button-prev {
        top: 22% !important;
    }

    .products .swiper-button-next {
        left: 0;
    }

    .products .swiper-button-prev {
        right: 0;
    }

    .why {
        padding-top: 0 !important;
    }

    .offer .carousel-indicators {
        bottom: -3rem !important;
    }

    /* .offer .carousel-inner img {
        width: 50% !important;
        height: auto !important;
        margin: auto;
    } */
    .offer .des-header {
        text-align: center;
    }

    .detail .tabs img {
        width: 100% !important;
        height: auto !important;
    }

    .detail .MsoTableGrid {
        width: 100% !important;
    }

    /* .offer {
        background: #efefef;
        margin-top: -5rem;
        padding-top: 6rem;
    } */
    footer {
        padding-bottom: 5rem !important;
    }

    footer::before {
        top: 22rem !important;
        width: 8rem !important;
    }

    footer::after {
        top: 20rem !important;
        width: 8rem !important;
    }

    .detail .tabs .tab-pane .description img {
        width: 90%;
        display: flex;
        margin: auto;
    }

    .detail .related .swiper-button-next,
    .detail .related .swiper-button-prev {
        top: 22% !important;
    }

    .detail .related .swiper-button-next {
        left: 0;
    }

    .detail .related .swiper-button-prev {
        right: 0;
    }

    .detail-blog .detail-in .description img {
        width: 90%;
        display: flex;
        margin: auto;
    }
}

@media (max-width: 576px) {
    body {
        background: linear-gradient(180deg, #aec4dc 0, #fff 10%) !important;
    }

    .products.products-two {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .detail .faq .title {
        background-size: 140% 100% !important;
        background-position: center;
    }

    .list.list-pro .faq .title {
        background-size: 140% 100% !important;
        background-position: center;
    }

    .contact-us .title {
        background-size: 190% 100% !important;
    }

    .detail-blog .description table {
        width: 100% !important;
    }

    .btn-whatsapp-fixed {
        position: fixed;
        bottom: 4rem;
        left: 15px;
        background-color: #0db44c;
        font-size: 14px;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
        z-index: 12;
        border-radius: 10px;
    }

    menu {
        margin-top: 1rem !important;
    }

    header {
        margin-top: 3rem !important;
    }

    header .des-header span {
        font-size: 26px;
        border-bottom: 3px solid #df1824;
        padding-left: 0 !important;
    }

    .list .gradient .description img {
        width: 100% !important;
        height: auto !important;
    }

    .list .gradient .description {
        line-height: 1.75rem;
        font-size: 17px;
    }

    .table-detail-product {
        width: 500px !important;
    }

    header .carousel-control-next,
    header .carousel-control-prev {
        top: 5rem;
    }

    header .carousel-control-next-icon,
    header .carousel-control-prev-icon {
        height: 1.5rem;
    }

    header .des-header {
        text-align: center;
    }

    header .carousel-indicators {
        bottom: -4rem;
    }

    header .carousel-inner img {
        width: 40% !important;
        margin: auto;
    }

    .products .title {
        background-position: center;
        background-size: 130% 85% !important;
    }

    .products .swiper-button-next,
    .products .swiper-button-prev {
        top: 18% !important;
    }

    .products .swiper-button-next {
        left: 0;
    }

    .products .swiper-button-prev {
        right: 0;
    }

    .detail .MsoTableGrid {
        width: 100% !important;
    }

    .list .desc-list table {
        width: 100% !important;
    }

    .detail .MsoTableGrid span span span span {
        font-size: 12px !important;
    }

    .offer .carousel-indicators {
        bottom: 0 !important;
    }

    /* .offer .carousel-inner img {
        width: 50% !important;
        height: auto !important;
        margin: auto;
    } */
    .offer .des-header {
        text-align: center;
    }

    .offer .des-header span {
        font-size: 26px;
        border-bottom: 3px solid #df1824;
        padding-left: 0 !important;
    }

    .offer .carousel-control-prev {
        left: 3%;
        top: 15%;
        display: flex;
        align-items: start;
        right: unset;
        height: max-content;
    }

    .offer .carousel-control-next {
        right: 3%;
        top: 12%;
        display: flex;
        align-items: start;
        height: max-content;
    }

    .offer .carousel-control-next-icon,
    .offer .carousel-control-prev-icon {
        height: 1.25rem !important;
    }

    .about .container {
        padding: 0 !important;
    }

    .about .about-des {
        padding: 0.75rem;
        background-size: cover !important;
    }

    .brands .title {
        background-size: cover !important;
        background-position: center !important;
    }

    .brands figure {
        height: 2.5rem !important;
    }

    .brands figure img {
        opacity: 1 !important;
    }

    footer hr {
        left: 10% !important;
        right: 10% !important;
    }

    footer::before {
        content: unset !important;
    }

    footer::after {
        content: unset !important;
    }

    footer a {
        font-size: 16px !important;
    }

    .detail .tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .detail .tabs .nav-tabs::-webkit-scrollbar {
        height: 3px;
    }

    .detail .tabs .nav-tabs::-webkit-scrollbar-track {
        background: 0 0;
    }

    .detail .tabs .nav-tabs .nav-item {
        white-space: nowrap;
    }

    .detail .tabs .tab-pane .description img {
        width: 100% !important;
        height: unset !important;
        display: flex;
        margin: auto;
    }

    .detail .related .title {
        background-size: cover !important;
        background-position: center;
        height: 6rem !important;
    }

    .detail .related .swiper-button-next,
    .detail .related .swiper-button-prev {
        top: 22% !important;
    }

    .detail .related .swiper-button-next {
        left: 0;
    }

    .detail .related .swiper-button-prev {
        right: 0;
    }

    .detail-blog .detail-in .description img {
        width: 100% !important;
        display: flex;
        margin: auto;
    }

    /* .gallery .img-gallery figure {
        height: 9rem;
      } */
    .gallery .img-gallery figure {
        height: 12rem !important;
    }

    .change {
        width: 100% !important;
    }

    .btn-change {
        width: inherit;
    }

    .name-product .img img {
        width: 100% !important;
    }

    .btn-list .tel {
        margin-right: unset;
    }

    .btn-list {
        width: max-content;
    }
}

.bread-crumb {
    padding-top: 220px;
    background: linear-gradient(180deg, #196ab3 0, #8fb5d7 100%);
}

.bread-crumb1 {
    background-size: 100%;
    background-position: center;
    height: 20rem;
    background: linear-gradient(180deg, #196ab3 0, #8fb5d7 100%);
}

.bread-crumb h1 {
    color: #fff !important;
}

.bread-crumb1 h1 {
    color: #fff !important;
}

.bread-crumb a,
.bread-crumb li {
    color: #fff !important;
    transition: 0.2s;
}

.bread-crumb a:hover,
.bread-crumb li {
    color: #b9121c !important;
}

.bread-crumb a::before,
.bread-crumb li::before {
    color: #b9121c !important;
}

.bread-crumb1 a,
.bread-crumb1 li {
    color: #fff !important;
    transition: 0.2s;
}

.bread-crumb1 a:hover,
.bread-crumb1 li {
    color: #b9121c !important;
}

.bread-crumb1 a::before,
.bread-crumb1 li::before {
    color: #b9121c !important;
}

.list {
    background-color: #fff;
}

.list .pro {
    position: relative;
    border: 5px solid #e9e9e9;
    transition: 0.5s ease-in-out;
}

.list .pro:hover {
    border: 5px solid #166ac8;
    transform: translateY(-8px);
}

.choose-pump .box {
    position: relative;
    border: 5px solid #e9e9e9;
    transition: 0.5s ease-in-out;
}

.choose-pump .box:hover {
    border: 5px solid #166ac8;
    transform: translateY(-8px);
}

/* .list .pro .name {
    position: absolute;
    bottom: -1.9rem;
    left: 10px;
    right: 10px;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
} */
.list .pro-brand .name {
    position: absolute;
    top: -1.25rem;
    left: 10px;
    right: 10px;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.list .pro .product-name {
    position: absolute;
    bottom: 96%;
    left: 10px;
    right: 10px;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.gallery-images-title {
    bottom: -30px;
    z-index: 3;
    /* left: 10px;
    right: 10px;
    height: 2rem; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center; */
}

.list .pro .name span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 900;
    color: #000;
}

.list .pro .btn-buy {
    position: absolute;
    margin: auto;
    top: 95%;
    left: 0;
    width: max-content;
    padding-left: 12px;
    padding-right: 12px;
    right: 0;
    max-width: 90%;
    text-align: center;
    background-color: #fff;
}

.list .pro figure {
    height: 12rem;
}

.list .pro figure .figure-in {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.list .pro figure .figure-in img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;
    transition: 0.5s;
}

.list .pro:hover {
    border: 5px solid #166ac8;
    transform: translateY(-8px);
}

@media (max-width: 576px) {
    .bread-crumb {
        background-size: cover !important;
        background-color: #fff;
        height: unset !important;
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    .bread-crumb1 {
        background-size: cover !important;
        background-color: #fff;
        height: unset !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .box-bread-crumb {
        position: unset !important;
    }

    .bread-crumb .breadcrumb::-webkit-scrollbar {
        height: 3px;
    }

    .bread-crumb .breadcrumb::-webkit-scrollbar-track {
        background: 0 0;
    }

    .bread-crumb h1 {
        color: #df1824;
    }

    .bread-crumb a,
    .bread-crumb li {
        color: #fff !important;
        transition: 0.2s;
    }

    .bread-crumb a:hover,
    .bread-crumb li {
        color: #df1824 !important;
    }

    .bread-crumb a::before,
    .bread-crumb li::before {
        color: #df1824 !important;
    }

    .list .pro .name {
        font-size: 16px;
    }

    .list .pro figure {
        height: 9rem !important;
    }

    .detail-in img {
        width: 100% !important;
        height: auto !important;
    }

    .gallery iframe {
        width: 100% !important;
        min-height: 15rem !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .bread-crumb {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .bread-crumb1 {
        background-size: cover !important;
        background-color: #fff;
        height: 10rem !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .bread-crumb .breadcrumb::-webkit-scrollbar {
        height: 3px;
    }

    .bread-crumb .breadcrumb::-webkit-scrollbar-track {
        background: 0 0;
    }

    .bread-crumb .breadcrumb li {
        white-space: nowrap;
    }

    .bread-crumb h1 {
        color: #166ac8;
    }

    .bread-crumb a,
    .bread-crumb li {
        color: #166ac8 !important;
    }

    .detail-in img {
        width: 100% !important;
        height: auto !important;
    }

    .offer .carousel-control-prev {
        left: 8%;
        top: 15%;
        display: flex;
        align-items: start;
        right: unset;
        height: max-content;
    }

    .offer .carousel-control-next {
        right: 8%;
        top: 12%;
        display: flex;
        align-items: start;
        height: max-content;
    }

    .gallery iframe {
        width: 100% !important;
        min-height: 17rem !important;
    }
}

.app-figure span,
.mz-expand a,
.preview figure .mz-expand a {
    position: absolute !important;
    top: -9999 !important;
    display: none;
    opacity: 0;
}

.detail {
    background-color: #fff;
}

.detail .product .app-figure figure>div a,
.detail .product .app-figure span,
.detail .product .mz-expand,
.detail .product .mz-expand a,
.detail .product .preview figure .mz-expand a,
.detail .product .preview figure .mz-expand a .app-figure span {
    position: absolute !important;
    top: -9999 !important;
    display: none;
    opacity: 0;
}

.detail .product #Zoom-1 span a {
    position: absolute !important;
    top: -9999 !important;
    display: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.detail .product #Zoom-1 figure div a,
.detail .product #Zoom-1 figure div:nth-child(1) {
    position: absolute !important;
    top: -9999 !important;
    display: none;
    color: transparent;
    opacity: 0;
}

.detail .product .selectors {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.detail .product .selectors::-webkit-scrollbar {
    height: 3px;
}

.detail .product .selectors::-webkit-scrollbar-track {
    background: 0 0;
}

.detail .product .selectors a {
    outline: 1px solid #eee;
    margin: 4px;
}

.detail .info .title1 .star-ratings-sprit {
    background: url(../images/star-golden.png) repeat-x;
    margin-bottom: 5px;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.detail .info .title1 .star-ratings-sprit .star-ratings-sprit-rating {
    background: url(../images/star-golden.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

.detail .info .short-description {
    line-height: 1.75;
}

.detail .rate .star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.detail .rate .star-rating input[type="radio"] {
    display: none;
}

.detail .rate .star-rating label {
    color: #bbb;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.detail .rate .star-rating input[type="radio"]:checked~label,
.detail .rate .star-rating label:hover,
.detail .rate .star-rating label:hover~label {
    color: #f2b600;
}

.detail .price-mobile {
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.15);
    align-items: center;
}

.detail .tabs .nav-tabs .nav-link {
    color: #000 !important;
}

.detail .tabs .nav-tabs .nav-link.active {
    color: #166ac8 !important;
    font-weight: 900 !important;
}

.detail .tabs .tab-pane h1 span {
    text-align: unset !important;
}

.detail .related .title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail .related .title p {
    margin: 0;
}

.list.list-pro .faq .title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list.list-pro .faq .accordion-button:focus {
    box-shadow: none !important;
}

.list.list-pro .faq .accordion-button:not(.collapsed) {
    background-color: unset !important;
    box-shadow: none !important;
}

.list.list-pro .faq .accordion-button::after {
    position: absolute;
    right: 10px;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.list.list-pro .faq .accordion-button {
    padding: 1rem 2.25rem !important;
    color: #000;
}

.list.list-pro .faq .accordion-body {
    color: #666;
    font-size: 15px;
}

.list.list-pro .faq .accordion-button::after {
    background-image: url(../images/plus.png);
    filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7452%) hue-rotate(354deg) brightness(94%) contrast(84%);
}

.list.list-pro .faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png) !important;
    filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7452%) hue-rotate(354deg) brightness(94%) contrast(84%);
}

.list.list-pro .faq .accordion-item {
    border-bottom: 3px solid #e6e6e6 !important;
    border: 0;
}

.list.list-pro .faq .accordion-item:last-child {
    margin-bottom: 0 !important;
}

.detail .faq .title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail .faq .accordion-button:focus {
    box-shadow: none !important;
}

.detail .faq .accordion-button:not(.collapsed) {
    background-color: unset !important;
    box-shadow: none !important;
}

.detail .faq .accordion-button::after {
    position: absolute;
    right: 10px;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.detail .faq .accordion-button {
    padding: 1rem 2.25rem !important;
    color: #000;
}

.detail .faq .accordion-body {
    color: #666;
    font-size: 15px;
}

.detail .faq .accordion-button::after {
    background-image: url(../images/plus.png);
    filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7452%) hue-rotate(354deg) brightness(94%) contrast(84%);
}

.detail .faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png) !important;
    filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7452%) hue-rotate(354deg) brightness(94%) contrast(84%);
}

.detail .faq .accordion-item {
    border-bottom: 3px solid #e6e6e6 !important;
    border: 0;
}

.detail .faq .accordion-item:last-child {
    margin-bottom: 0 !important;
}

.detail .related .swiper-button-next,
.detail .related .swiper-button-prev {
    top: 12%;
}

.detail .related .swiper-button-next::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.detail .related .swiper-button-prev::after {
    content: "";
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 1.5rem;
    height: 1.5rem;
}

.detail .related .pro {
    position: relative;
    border: 5px solid #e9e9e9;
    transition: 0.5s ease-in-out;
}

.detail .related .pro .name {
    position: absolute;
    bottom: 95%;
    left: 0;
    right: 0;
    text-align: center;
}

.detail .related .pro .name span {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 900;
    background-color: #fff;
}

.detail .related .pro .btn-buy {
    position: absolute;
    margin: auto;
    top: 95%;
    left: 0;
    width: max-content;
    padding-left: 12px;
    padding-right: 12px;
    right: 0;
    text-align: center;
    background-color: #fff;
}

.detail .related .pro figure {
    height: 14rem;
}

.detail .related .pro figure .figure-in {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.detail .related .pro figure .figure-in img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;
    transition: 0.5s;
}

.detail .related .pro:hover {
    border: 5px solid #166ac8;
}

.list-blog {
    background: #fff;
}

.list-blog .blog {
    outline: 1px solid #e6e6e6;
    transition: 0.5s;
}

.list-blog .blog .date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 2px 9px;
    font-weight: 700;
}

.list-blog .blog:hover {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    outline: 1px solid #166ac8;
}

.detail-blog {
    background-color: #fff;
}

.detail-blog .detail-in .description {
    line-height: 1.75;
    text-align: justify;
}

.detail-blog .related {
    position: sticky;
    top: 1.5rem;
}

.detail-blog .related .related-in {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.detail-blog .related .related-in p {
    margin: auto;
}

.detail-blog .related .category li {
    padding: 0.25rem;
    margin-bottom: 0.5rem;
    background-color: #f8f8f8;
}

.detail-blog .related .category li a {
    font-weight: bolder;
    display: flex;
    align-items: center;
    color: #000;
    transition: 0.5s;
}

.detail-blog .related .category li a:hover {
    margin-right: 0.25rem;
    color: #df1824;
}

.detail-blog .related .social li {
    padding: 0.5rem;
    border-radius: 5px;
    margin-left: 0.5rem;
    background-color: #166ac8;
    transition: 0.5s;
}

.detail-blog .related .social li:hover {
    background-color: #df1824;
}

.detail-blog .related .social li a {
    color: #fff !important;
}

.detail-blog .related .social li a i {
    color: #fff !important;
    -webkit-text-fill-color: unset !important;
    background: unset !important;
}

.detail-blog .related .social li a i:hover {
    color: #fff !important;
}

.detail-blog .tabs .rate .star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.detail-blog .tabs .rate .star-rating input[type="radio"] {
    display: none;
}

.detail-blog .tabs .rate .star-rating label {
    color: #bbb;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.detail-blog .tabs .rate .star-rating input[type="radio"]:checked~label,
.detail-blog .tabs .rate .star-rating label:hover,
.detail-blog .tabs .rate .star-rating label:hover~label {
    color: #f2b600;
}

.detail-blog .tabs .tabs .nav-tabs .nav-link {
    color: #000 !important;
}

.detail-blog .tabs .tabs .nav-tabs .nav-link.active {
    color: #166ac8 !important;
    font-weight: 900 !important;
}

.detail-blog .tabs .tabs .tab-pane {
    text-align: justify;
}

.gallery iframe {
    width: 100%;
    min-height: 27rem;
}

.gallery .img-gallery {
    overflow: hidden;
    transition: 0.5;
    outline: 1px solid #e6e6e6;
}

.gallery .img-gallery figure {
    height: 12rem;
}

.gallery .img-gallery figure .figure-in {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.gallery .img-gallery figure .figure-in .btn-video {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 30px 0 rgba(196, 196, 196, 0.5);
    font-size: 30px;
    color: #166ac8;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery .img-gallery figure .figure-in img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    transition: 0.5s;
}

.gallery .img-gallery:hover img {
    transform: scale(1.1);
}

.gallery .swiper {
    width: 100%;
    height: 100%;
}

.gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery .swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.gallery body {
    background: #000;
    color: #000;
}

.gallery .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery .video2 {
    height: 80%;
    width: 100%;
}

.gallery .video {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery .video .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery .video .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery .swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.gallery .swiper-button-next {
    background-image: url(../images/slider-nav.png);
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
}

.gallery .swiper-button-prev {
    background-image: url(../images/slider-nav.png);
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
    transform: rotate(180deg);
}

.gallery .swiper-button-prev::after {
    content: unset !important;
}

.gallery .swiper-button-next::after {
    content: unset !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper-bestselling .swiper-slide {
    background: transparent;
}

/* .swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
} */
.detail-blog .description tbody,
.detail-blog .description td,
.detail-blog .description tfoot,
.detail-blog .description th,
.detail-blog .description thead,
.detail-blog .description tr,
.list-pro .description tbody,
.list-pro .description td,
.list-pro .description tfoot,
.list-pro .description th,
.list-pro .description thead,
.list-pro .description tr {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.4);
}

caption {
    caption-side: top;
    text-align: center !important;
}

.contact-us .team-card {
    border: 5px solid #e9e9e9;
    transition: 0.5s ease-in-out;
    position: relative;
    padding-bottom: 2.25rem !important;
}

.contact-us .team-card img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.contact-us .title.team {
    background-size: 100% 100% !important;
}

.contact-us .title {
    background-size: 150% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us .title p {
    margin: 0;
    font-size: 25px;
}

.contact-us .swiper-button-next,
.contact-us .swiper-button-prev {
    top: 12%;
}

.contact-us .swiper-button-next::after {
    content: "" !important;
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.contact-us .swiper-button-prev::after {
    content: "" !important;
    background-image: url(../images/next-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 1.5rem;
    height: 1.5rem;
}

.contact-us .team-card .social {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -20px;
}

.contact-us .team-card .social li {
    background: #fff;
}

.contact-us .team-card .social img {
    width: 35px;
    height: 35px;
}

.pagination {
    margin-top: 0.75rem !important;
    justify-content: center !important;
    flex-wrap: wrap;
}

.pagination span {
    padding-top: 0.375rem !important;
}

.comments .rate .star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.comments .rate .star-rating input[type="radio"] {
    display: none;
}

.comments .rate .star-rating label {
    color: #bbb;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comments .rate .star-rating input[type="radio"]:checked~label,
.comments .rate .star-rating label:hover,
.comments .rate .star-rating label:hover~label {
    color: #f2b600;
}

@media (min-width: 1400px) and (max-width: 1650px) {
    menu .menu-in .navbar li .nav-link {
        margin-left: 0.25rem !important;
    }

    menu .menu-in .navbar li .nav-link span {
        font-size: 14px !important;
    }

    menu .menu-in .navbar .left a {
        font-size: 14px !important;
    }

    .product-column .p-lg-5 {
        padding: 2rem !important;
    }
}

.py-custom {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1400px) and (max-width: 1500px) {
    menu .container {
        max-width: 80% !important;
        width: 80% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    menu .menu-in .navbar li .nav-link {
        margin-left: 0.5rem !important;
    }

    menu .menu-in .navbar li .nav-link span {
        font-size: 13px !important;
    }

    menu .menu-in .navbar .left a {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    menu .container {
        max-width: 98% !important;
        width: 98% !important;
    }

    menu .menu-in .navbar li .nav-link {
        margin-left: 0 !important;
    }

    menu .menu-in .navbar li .nav-link span {
        font-size: 13px !important;
    }

    .py-custom-lg {
        padding-top: 17rem;
        padding-bottom: 3rem;
    }

    .offer .carousel-control-prev {
        left: 8%;
        top: 15%;
        display: flex;
        align-items: start;
        right: unset;
        height: max-content;
    }

    .offer .carousel-control-next {
        right: 8%;
        top: 12%;
        display: flex;
        align-items: start;
        height: max-content;
    }
}

footer .see {
    max-height: 100px;
    transition: 0.5s;
    overflow: hidden;
}

footer .seemore-btn {
    border: 0 !important;
    box-shadow: none !important;
    color: #df1824 !important;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 16px;
}

.short .text-secondary {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

@media (min-width: 1700px) {
    .gradient .col-xxl-4 {
        width: 25% !important;
    }
}

.title .fw-bolder {
    height: 47px;
}

.figure-in img {
    margin: auto;
    display: flex;
}

.detail-in a {
    text-decoration: underline;
    color: #08f;
}

.description img {
    margin: auto !important;
    display: block !important;
}

.menu.scrolled {
    background-color: rgba(255, 255, 255, 0.83) !important;
    backdrop-filter: blur(7px) !important;
    max-width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    animation: scrolled 0.6s ease-in-out;
    border-radius: 0 !important;
}

.menu-mobile.scrolled {
    background-color: #f9f9f9 !important;
    max-width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: scrolled 0.6s ease-in-out;
}

.text-list h4 {
    color: #000000b5;
}

.text-list .list-text {
    font-size: 14px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-list .list-text2 {
    color: #000000b5;
}

.servises .title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fw-bold {
    font-weight: 700;
}

.bg-list {
    background-color: #fff;
    border-radius: 8px;
    transition: 0.5s;
}

.bg-list:hover {
    transform: translateY(-8px);
}

.text-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

@keyframes scrolled {
    0% {
        opacity: 0;
        padding: 0;
        box-shadow: 0 0 0 0 transparent;
    }

    100% {
        opacity: 1;
        padding: 0.5rem 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #eee;
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #166ac8;
    border-bottom: 1px solid #166ac8;
    background: #166ac8;
    background: #166ac8;
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #166ac8;
    border-right: 0;
    background: #166ac8;
    background: #166ac8;
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #aaa;
    background: #ddd;
    background: linear-gradient(to bottom, #fff 0, #dcdcdc 20%, #fff 100%);
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-max,
.irs-min {
    color: #000;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.name-product .img img {
    width: 70%;
    transition: scale 0.4s;
}

.name-product:hover .img img {
    scale: 105%;
}

.name p {
    transition: 0.5s;
}

.name-product:hover .name p {
    color: #df1925 !important;
}

.title-name i {
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    border-radius: 5px;
}

.sorting {
    border: 1px solid #e60023;
    border-radius: 10px;
}

.btn-sorting {
    border: 1px solid #1c78de;
    background-color: #fff;
    color: #141414;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.5s;
}

.btn-sorting:hover {
    border: 1px solid #1c78de;
    background-color: #fff;
    color: #141414;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.5s;
}

.Information .sorting .active {
    background-color: #1c78de;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.5s;
}

.Information .sorting .active a {
    color: #fff !important;
}

.text-sorting {
    color: #acacac;
    font-size: 13px;
}

.Accordion {
    border: none !important;
}

.btn-primary {
    color: #121212;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary:hover {
    color: #121212;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #121212;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: none !important;
    border-color: none !important;
    box-shadow: none !important;
}

.form-select:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.Category-list {
    background-color: #fff;
}

.sorting-mobile .form-select {
    border: none !important;
}

.table-container {
    border: 1px solid #000;
    border-radius: 15px;
    border-collapse: collapse;
}

.bgcolor7 {
    background-color: #0d529f !important;
    color: #fff !important;
}

.table * {
    white-space: nowrap;
    border-color: #000;
}

.btn5 {
    color: #fff;
    background: #0d529f;
    border-radius: 10px;
    border: 1px solid #0d529f;
}

.btn5:hover {
    color: #fff;
    background: #df1824;
    border-color: #df1824;
    transition: 0.5s;
}

.Specifications-tab {
    width: 100%;
    border-collapse: collapse;
}

.Specifications-tab th,
td {
    border: 1px solid #838383;
    padding: 10px;
    text-align: center;
}

.btn-filter {
    color: #fff;
    background-color: #0069c6;
    border-color: #006bca;
}

.btn-filter:hover {
    color: #fff;
    background-color: #0069c6;
    border-color: #006bca;
}

.Filter-price {
    border-bottom: 1.5px solid #dadada !important;
    border: none;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0;
    padding-bottom: 0;
}

.table td,
.table th {
    vertical-align: middle;
    display: table-cell;
}

.Apply-filter {
    background: #166ac8;
}

.Apply-filter:hover {
    background: #166ac8;
}

.gradient form {
    position: sticky;
    top: 18%;
}

.change {
    background-color: #ffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: max-content;
    margin-right: auto !important;
}

.change .active {
    background: #df1824 !important;
    border-radius: 30px !important;
    border: none !important;
    color: #fff !important;
}

.btn-change {
    background: #fff;
    border: none;
    border-radius: 30px;
}

.search-list {
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #166ac8;
    background: 0 0 !important;
    transition: 0.5s;
}

.search-list:hover {
    border: 1px solid #166ac8;
    background: #166ac8 !important;
}

.search-list:hover .icon-search-list {
    color: #fff !important;
}

.search-list2 {
    border-radius: 30px;
    padding-left: 40px;
    font-size: 12px;
}

.category-w {
    width: 12.5%;
}

.name-product .name p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Category-list .mySwiper1 .swiper-button-next {
    top: 100%;
    left: 35%;
    background-color: #fafafa;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #000;
}

.Category-list .mySwiper1 .swiper-button-prev {
    top: 100%;
    right: 35%;
    background-color: #fafafa;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #000;
}

.Category-list .mySwiper1 .swiper-button-next::after {
    font-size: 20px !important;
}

.Category-list .mySwiper1 .swiper-button-prev::after {
    font-size: 20px !important;
}

.ratings .star-ratings-sprit {
    background: url(../images/star-golden.png) repeat-x;
    margin-bottom: 5px;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.ratings .star-ratings-sprit .star-ratings-sprit-rating {
    background: url(../images/star-golden.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

.starr .icon-star {
    color: #fecb02;
    font-size: 16px;
}

.starr p {
    font-size: 12px;
    color: #8e8e8e;
}

.box-filter .a .b {
    display: inline-block;
    width: max-content;
}

.box-filter .a .b .form-check-input:checked[type="radio"] {
    background-image: url(../images/check-1.png) !important;
}

.btn-list .tel {
    background-color: #df1824 !important;
    border: 1px solid #df1824 !important;
    color: #fff !important;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 14px;
}

.btn-list .tel:hover {
    background-color: #166ac8 !important;
    border: 1px solid #166ac8 !important;
    color: #fff !important;
}

.scroll-button {
    display: none;
}

.scroll-button.visible {
    display: block;
}

.list .gradient .accordion-item {
    overflow-y: scroll;
    max-height: 400px;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.suggestion-p {
    color: #166ac8;
    width: max-content;
    border-bottom: 2px solid #166ac8;
}

.social-fixed {
    position: fixed;
    bottom: 0;
    left: 10px;
    /* background-color: #0db44c; */
    /* font-size: 14px; */
    /* box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1); */
    z-index: 12;
    border-radius: 10px;
}

.btn-whatsapp-fixed-2 {
    /* position: fixed;
    bottom: 1rem;
    left: 10px; */
    background-color: #0db44c;
    font-size: 14px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    /* z-index: 12; */
    border-radius: 10px;
}

.btn-telgram-fixed {
    /* position: fixed;
    bottom: 1rem;
    left: 10px; */
    background-color: #3490ec;
    font-size: 14px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    /* z-index: 12; */
    border-radius: 10px;
}

/* .btn-whatsapp-fixed-2 {
    position: fixed;
    bottom: 1rem;
    left: 10px;
    background-color: #0db44c;
    font-size: 14px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    z-index: 12;
    border-radius: 10px;

} */


.bread-crumb .call span ul li {
    width: max-content;
    display: inline-table;
}

.bread-crumb .call span ul li p {
    font-size: 14px;
}

.detail .call span {
    font-size: 14px;
}

.detail .call span ul li {
    width: max-content;
    display: inline-table;
}

.detail .call span ul li p {
    font-size: 14px;
}

.about .img-about {
    width: 100% !important;
    height: auto !important;
}

.services .mySwiper-10 .swiper-wrapper .swiper-slide {
    background: unset !important;
}

.services .pro p {
    color: #000;
    transition: 0.5s;
}

.services .pro:hover p {
    color: #166ac8;
}

.products-two .pro img {
    padding: 20px;
}

.about-us .about-in img {
    width: 100% !important;
    height: auto !important;
}

.brands-in .brand .mySwiper-11 .swiper-wrapper {
    height: unset !important;
}

.brands-2 img {
    padding: 0.5rem;
    height: 200px;
    width: 200px;
    border: solid 1px #166ac8;
    object-fit: contain;
    border-radius: 50%;
    cursor: pointer !important;
    transform: 0.5s;
}

.brands-2 img:hover {
    border: solid 1px #df1824 !important;
}

.work-rule {
    background-color: #eeeeee;
}

.rod {
    color: #b9121c;
}

.rod-2 p {
    font-size: 14px;
    color: #b9121c;
}

.mobile-search-engine .nav-link.active {
    background-color: transparent !important;
    color: #166ac8 !important;
    border-bottom: 2px solid #166ac8 !important;
}

.date-zone {
    font-size: 13px;
    color: #00000081;
}

.best-seller .seemore-btn {
    width: max-content;
}

.mobile-search-engine .nav-link {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.484);
    border-radius: 0px !important;
}

.best-selling-icon {
    width: 38px;
}

@media (min-width:992px) {
    .best-selling-icon {
        width: 65px;
    }

}

@media (min-width: 1250px) {
    .description .h_iframe-aparat_embed_frame {
        width: 50%;
        margin: 2% 25%;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .description .h_iframe-aparat_embed_frame {
        width: 60%;
        margin: 2% 20%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .description .h_iframe-aparat_embed_frame {
        width: 80%;
        margin: 2% 10%;
    }
}

@media (max-width: 768px) {
    .description .h_iframe-aparat_embed_frame {
        width: 100%;
    }
}

/*     
    label, input, select, button {
      margin: 8px 0;
      display: block;
      width: 100%;
      max-width: 300px;
    } */
/* button {
      padding: 10px;
      background-color: #007bff;
      color: white;
      border: none;
      cursor: pointer;
    }
    button:hover {
      background-color: #0056b3;
    } */

.result {
    margin-top: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}

.calculate-btn {
    transition: 0.5s;
    color: white;
}

.calculate-btn:hover {
    background-color: transparent !important;
    color: #166ac8;
}

.calculate-btn {
    border: 2px solid #166ac8;
    background-color: #166ac8;
}

.bg-light-grey {
    background-color: rgba(225, 225, 225, 0.51) !important;
}

.calculate-fs-res {
    font-size: 12px;
}

@media (min-width: 576px) {
    .calculate-fs-res {
        font-size: 15px;
    }
}

/* .mySwiper-bestselling .swiper-button-disabled {
        display: none !important;
    } */

.mySwiper-bestselling .swiper-button-next,
.swiper-button-prev {
    background-color: rgba(219, 219, 219, 0.79);
    border-radius: 50%;
}

.mySwiper-bestselling .swiper-button-next::after {
    font-size: 13px;
    color: #166ac8;
}

.mySwiper-bestselling .swiper-button-prev::after {
    font-size: 13px;
    color: #166ac8;
}

.mySwiper-bestselling .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: -0.65;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-disabled {
    display: none !important;
}

/* .best-selling-icon{
    width: 15px;
} */
@media (min-width: 768px) {
    .mySwiper-bestselling .swiper-slide:first-child a {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        overflow: hidden;
    }

    .mySwiper-bestselling .swiper-slide:last-child a {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        overflow: hidden;
    }

    .border-radius-custom {
        border-radius: 24px;
    }
}

.mySwiper-bestselling .swiper-button-next {
    width: 34px;
    height: 34px;
}

.mySwiper-bestselling .swiper-button-prev {
    width: 34px;
    height: 34px;
}

.best-seller .title-limited {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
}

.industrial-package .title-limited {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 43px;
}

.industrial-package .txt-limited {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}

.linear-blue-bg {
    background-image: linear-gradient(#196fcf, #115aac, #03346b);
}

.best-seller .min-h-res {
    min-height: 44.5px;
}

.best-seller .min-h-res-call {
    min-height: 44.7px;
}

.best-seller .p-sm-custom {
    padding: 2px 4px 0px 5px;

}

.best-seller .best-selling-icon {
    animation: pulse 1.5s infinite;

}

.price .social-container a {
    font-size: 12px;
}




.social-container .bi-whatsapp,
.social-container .bi-telegram {
    color: white !important;
    font-size: 15px;

}

.bg-telegram {
    background-color: #32afed;
}

.bg-whatsapp {
    background-color: #4ccb5a;
}

.social-fixed-hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
}

.social-fixed-hover:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
#isoCertificate .modal-body {
    overflow: hidden;
}

#isoCertificate .carousel-item img {
    max-height: 85vh;
    object-fit: contain;
}
#isoCertificate .carousel-control-prev-icon,
#isoCertificate .carousel-control-next-icon {
    filter: invert(53%);
    width: 2rem !important;
    height: 2rem !important;
}
footer::after{
    z-index: 1;
}
.z-3{
    z-index: 3;
}