/* Banners */
.banner-wrapper {
    margin-top: 90px;
    min-height: 500px;
    overflow: hidden;
}

.banner-wrapper .owl-dots {
    text-align: center;
    position: relative;
    top: -80px;
}

.banner-wrapper .owl-dots .owl-dot {
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0 4px;
    border: solid 1px #666;
}

.banner-wrapper .owl-dots .owl-dot.active {
    background-color: #ebebeb;
}

.banner-wrapper .banner-slider {
    height: 500px;
    /* background-color: rebeccapurple; */
    overflow: hidden;
}

.banner-wrapper .banner-slider .heading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    height: 150px;
}

.banner-wrapper .banner-slider .heading.banner_reveal {
    display: none;
}

.banner-wrapper .banner-slider .heading h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    text-align: center;
}

.video-banner-wrapper {
    margin-top: 90px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.video-banner-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-banner-wrapper .banner-title {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    top: 0;
    padding-top: 10%;
}

.video-banner-wrapper .banner-title h1 {
    width: 50%;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.video-banner-wrapper .banner-title h2 {
    width: 50%;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 10px;
}

.test {
    background-color: #fff;
    margin-top: -250px;
    border-radius: 30px;
    position: relative;
    z-index: 99;
    padding: 20px;
    padding-top: 30px;
}

.test img {
    border-radius: 20px;
}

/* Work */

.work-wrapper {
    background-color: var(--ztc-bg-bg-1);
}

/* HERO */

.hero-wrapper {
    border-top: solid 1px #cbcbcb;
}

/* Brands */
.brands {
    background-color: var(--ztc-bg-color-w);
}

.brands .brands-list {
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px;
}

.brands .brands-list a {
    height: 130px;
    width: calc(25% - 20px);
}

.brands .brands-list .list {
    background-color: #fff;
    border: solid 1px #efefef;
    height: 130px;
    width: 100%;
    border-radius: 7px;
    transition: all 0.4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.brands .brands-list .list:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

/* Desktop */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brands .brands-list .list {
        width: calc(33.33% - 20px);
        height: 100px;
        background-size: cover;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .brands .brands-list a {
        width: calc(50% - 20px);
        height: auto;
    }

    .brands .brands-list .list {
        width: 100%;
        height: 100px;
        background-size: 100px;
    }

    .video-banner-wrapper {
        height: 525px;
    }

    .video-banner-wrapper .banner-title {
        padding-top: 15%;
    }

    .video-banner-wrapper .banner-title h1 {
        width: 100%;
        font-size: 31px;
    }

    .video-banner-wrapper .banner-title h2 {
        width: 100%;
    }

    .about1 .about-image .image1 {
        display: none;
    }

    .about1 .about-image .image2 {
        margin-left: 0px;
    }

    .work-wrapper .work-images {
        display: none;
    }

    .test {
        padding: 10px 0 0 0;
        overflow: hidden;
    }


}

@media (max-width: 415px) {

    .brands .brands-list a {
        width: calc(50% - 20px);
        height: auto;
    }

}

/* Products */

.products {
    background-color: var(--ztc-bg-bg-1);
}

.proucts-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin: 0 -0.4%;
}

.proucts-list .product {
    border: solid 1px #DDDD;
    background-color: #fff;
    width: calc(24% - 1%);
    margin: 0 0.5%;
    margin-bottom: 1%;
    float: left;
    border-radius: 7px;
    overflow: hidden;
}

.proucts-list.product-3 .product {
    width: calc(32.33% - 1%);
}

.proucts-list .product .image-wrap {
    height: 300px;
}

.proucts-list .product .image-wrap .imagethmb_inner {
    height: 300px;
}

.proucts-list .product .title-wrap {
    height: 55px;
    padding: 10px;
    overflow: hidden;
}

.proucts-list .product .title-wrap .title {
    display: block;
    font-size: var(--f-fs-font-fs16);
}

.proucts-list .product .button-wrap {
    padding: 10px;
}

.proucts-list .product .button-wrap .btn {
    height: 45px;
    line-height: 43px;
    border-radius: 7px;
    border: solid 2px #2235b0;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proucts-list .product .button-wrap .btn:hover {
    color: #25338c;
}

.proucts-list .product .button-wrap .btn svg {
    margin-right: 10px;
}

.product-filters {
    list-style: none;
}

.product-filters li {
    line-height: 24px;
    margin-bottom: 10px;
}

.product-filters li label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.product-filter {
    background-color: rgb(242, 242, 242);
    padding: 0 20px;
    height: 60px;
    display: none;
    color: #666;
}

.product-filter .flter-button {
    float: right;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-filter .flter-button::after {
    position: absolute;
    content: 'Filter';
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    left: -40px;
    font-size: 13px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Mobile */
@media (max-width: 767px) {

    .product-filter-section {
        display: none;
    }

    .product-filter {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .proucts-list .product {
        width: calc(49% - 1%);
        margin-bottom: 0.5%;
    }

    .proucts-list.product-3 .product {
        width: calc(49% - 1%);
    }

    .proucts-list .product .title-wrap {
        height: 45px;
        line-height: 20px;
        overflow: hidden;
    }

    .proucts-list .product .image-wrap {
        height: 200px;
    }

    .proucts-list .product .image-wrap .imagethmb_inner {
        height: 200px;
    }

    .proucts-list .product .title-wrap .title {
        font-size: var(--f-fs-font-fs14);
    }

    .proucts-list .product .button-wrap span {
        font-size: var(--f-fs-font-fs14);
    }
}


/* Pagination */

.product-pagination {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.product-pagination .flex {
    display: flex;
    align-items: center;
}

.product-pagination .page-field {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.product-pagination .nav-field {
    display: flex;
    justify-content: center;
}

.product-pagination .page-field span,
.product-pagination .nav-field a {
    display: block;
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
    width: 60px;
}

.product-pagination .prev-last,
.product-pagination .prev,
.product-pagination .next,
.product-pagination .next-last {
    background-color: rgb(11, 65, 116);
    border: solid 1px #ddd;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.product-pagination .page {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 6px;
    cursor: pointer;
    padding: 0 !important;
    width: 60px;
    height: 44px;
    line-height: 44px;
}

.product-pagination .page.active {
    background-color: #999;
}

/* Detail Inner Page */

.product-innerpage-wrapper {
    clear: both;
    margin-top: 90px;
}

.product-innerpage-wrapper .border-bottom {
    background-color: #efefef;
    border-bottom: solid 1px var(--black);
    margin-bottom: 20px;
}

.product-innerpage-wrapper .breadcrumbs {
    height: 40px;
    overflow: hidden;
    list-style: none;
}

.product-innerpage-wrapper .breadcrumbs li {
    height: 40px;
    line-height: 40px;
    color: #777777;
    font-size: 12px;
    float: left;
    padding-right: 10px;
}

.product-innerpage-wrapper .product-image-wrap {
    border: solid 1px #ddd;
}

.product-innerpage-wrapper .product-image-wrap,
.product-innerpage-wrapper .product-image-wrap .imagethmb_inner {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.product-innerpage-wrapper .brand {
    display: block;
    font-size: 12px;
    color: #777777;
    text-decoration: underline;
}

.product-innerpage-wrapper .page_title {
    line-height: 46px;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}

.product-innerpage-wrapper .price-wrapper {
    clear: both;
    overflow: hidden;
}

.product-innerpage-wrapper .price-wrapper .aed_price {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.product-innerpage-wrapper .price-wrapper .aed_price,
.product-innerpage-wrapper .price-wrapper .usd_price {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    float: left;
}

.product-innerpage-wrapper .price-wrapper .aed_price em,
.product-innerpage-wrapper .price-wrapper .usd_price em {
    font-style: normal;
    color: #777;
    margin-right: 3px;
    font-size: 24px;
}

.product-innerpage-wrapper .button-wrapper {
    clear: both;
    margin: 20px 0;
}

.product-innerpage-wrapper .info-wrapper {
    clear: both;
    overflow: hidden;
    margin: 0px 0 0 0;
}

.product-innerpage-wrapper .info-wrapper .heading {
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 0;
}

.product-innerpage-wrapper .info-wrapper p {
    font-size: 14px;
}

.product-innerpage-wrapper .info-wrapper .heading {
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 0;
}

.product-innerpage-wrapper .info-wrapper .list {
    list-style: none;
    overflow: hidden;
    width: 50%;
    float: left;
    border-left: solid 1px #e6e6e6;
}

.product-innerpage-wrapper .info-wrapper .list li {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
}

.product-innerpage-wrapper .info-wrapper .list li span {
    display: block;
    float: left;
    padding: 0 15px;
    font-weight: 600;
    color: #000;
}

.product-innerpage-wrapper .info-wrapper .list li:nth-child(odd) {
    background-color: #ececff;
}

.product-innerpage-wrapper .info-wrapper .list li:last-child {
    border-bottom: solid 1px #ececff;
}

.product-innerpage-wrapper .info-wrapper .list li:nth-child(even) {
    border-right: solid 1px #ececff;
}

.product-innerpage-wrapper .info-wrapper .btn {
    height: 45px;
    line-height: 43px;
    border-radius: 7px;
    border: solid 2px #9a2a31;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-innerpage-wrapper .info-wrapper .features ul {
    list-style: circle;
}

.product-innerpage-wrapper .info-wrapper .features ul li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.product-innerpage-wrapper .info-wrapper .features ul li::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 0;
    left: 2px;
    bottom: 0;
    margin: auto;
}

.product-innerpage-wrapper .info-wrapper .support {
    overflow: hidden;
}

.product-innerpage-wrapper .info-wrapper .support ul {
    list-style: none;
    overflow: hidden;
}

.product-innerpage-wrapper .info-wrapper .support ul li {
    width: 50px;
    height: 65px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    padding: 10px 0;
}

.product-innerpage-wrapper .info-wrapper .support ul li .image {
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-innerpage-wrapper .info-wrapper .support ul li .image img {
    height: 90%;
}

.product-innerpage-wrapper .info-wrapper .support ul li .title {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}

.service-details-area-all .product-categories {
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 50px;
}

.service-details-area-all .product-categories .list {
    width: 24%;
    height: 200px;
    border-radius: 15px;
    border: solid 1px #b7b7b7;
    float: left;
    margin: 0.5%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.service-details-area-all .product-categories .list .title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    height: 60px;
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.tiptap h1,
.tiptap h2,
.tiptap h3,
.tiptap h4,
.tiptap h5,
.tiptap h6 {
    margin-bottom: 20px;
}

.tiptap p {
    margin-bottom: 20px;
}

.tiptap img {
    margin-bottom: 20px;
}

.tiptap ul {
    list-style: circle;
    padding-left: 30px;
}

.tiptap table {
    width: 100%;
}

@media (max-width: 767px) {

    .product-innerpage-wrapper .page_title {
        line-height: 28px;
        font-size: 22px;
    }

    .service-details-area-all .product-categories {
        margin-bottom: 0px;
    }

    .proucts-list {
        margin-top: 20px;
    }

    .service-details-area-all .product-categories .list {
        width: 49%;
        height: 130px;
    }

    .service-details-area-all .product-categories .list .title {
        font-size: 13px;
        height: 60px;
        line-height: 18px;
        margin-top: 5px;
    }

    .product-innerpage-wrapper .product-image-wrap,
    .product-innerpage-wrapper .product-image-wrap .imagethmb_inner {
        height: 350px;
    }

    .product-innerpage-wrapper {
        margin-top: 73px;
    }

    .product-innerpage-wrapper .breadcrumbs {
        padding: 10px 0;
    }

    .product-innerpage-wrapper .breadcrumbs,
    .product-innerpage-wrapper .breadcrumbs li {
        height: auto;
        line-height: normal;
    }

    .product-innerpage-wrapper .breadcrumbs li {
        margin-bottom: 10px;
    }

}


/* Footer */
.footer_whatsapp {
    /* display: none; */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}