
/*Begin info box elementor*/

/*-------medx homepage 1--------*/
.bzoteche-info-box-style2.item-info-box{
    padding: 0 40px;
}
.bzoteche-info-box-style2 .info-box-icon .item-icon-e{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 15px;
}
.bzoteche-info-box-style2 .info-box-icon .item-icon-e::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px dashed var(--bzo-main-color2);
    border-radius: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.bzoteche-info-box-style2:hover .info-box-icon .item-icon-e::before{
    border: 1.5px dashed var(--bzo-main-color2);
    animation: xoayvong 9s linear infinite;
    -webkit-animation: xoayvong 9s linear infinite;
}
.bzoteche-info-box-style2 .info-box-icon .item-icon-e img{
    transform: scale(1);
    transition: all 0.4s ease-in-out 0s;
}
.bzoteche-info-box-style2:hover .info-box-icon .item-icon-e img{
    transform: scale(0.9);
    transition: all 0.3s ease-in-out 0s;
}
.bzoteche-info-box-style2 .item-sub-title-e {
    margin-top: 5px;
}
.bzoteche-info-box-style12 .info-box-icon .item-icon-e:hover,
.bzoteche-info-box-style2 .info-box-icon .item-icon-e:hover{
    cursor: pointer;
}
/*---------------*/
.bzoteche-info-box-style12{
    padding: 0 20px;
}
.bzoteche-info-box-style12 .info-box-icon{
    display: inline-block;
    margin-bottom: 12px;
}
.bzoteche-info-box-style12 .info-box-icon .item-icon-e{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 15px;
}
.bzoteche-info-box-style12 .info-box-icon .item-icon-e::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px dashed #ffffff;
    border-radius: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.bzoteche-info-box-style12:hover .info-box-icon .item-icon-e::before{
    border: 1.5px dashed #fff;
    animation: xoayvong 9s linear infinite;
    -webkit-animation: xoayvong 9s linear infinite;
}
.bzoteche-info-box-style12 .info-box-icon .item-icon-e img{
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.bzoteche-info-box-style12:hover .info-box-icon .item-icon-e img{
    transform: scale(0.9);
    transition: all 0.3s ease-in-out 0s;
}

.bzoteche-info-box-style12 .info-box-content .item-title-e{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    margin-top: 12px;
}
.bzoteche-info-box-style12 .info-box-content .item-title-e:hover{
    color: var(--bzo-main-color2);
}

.style-home2 .bzoteche-info-box-style12{
    padding: 0;
}
.style-home2 .bzoteche-info-box-style12 .info-box-icon .item-icon-e{
    width: 130px;
    height: 130px;
}
.style-home2 .bzoteche-info-box-style12:hover .info-box-icon .item-icon-e::before{
    display: none;
}
.style-home2 .bzoteche-info-box-style12 .info-box-content .item-title-e:hover{
    color: var(--bzo-main-color);
}
.style-home2 .bzoteche-info-box-style12:hover .info-box-icon .item-icon-e img{
    transform: scale(1.1);
}
/*---------medxtore - deal home page------*/
.one-product.bzoteche-info-box-style3{
    margin-top: 55px;
}
.one-product.bzoteche-info-box-style3 .info-box-content{
    width: 45%;
    padding-left: 52px;
    position: relative;
}
.one-product.bzoteche-info-box-style3 .info-box__image{
    width: 55%;

}

.one-product.bzoteche-info-box-style3 .gallery-control{
    width: 140px;
}
.one-product.bzoteche-info-box-style3 .mid{
    width:  calc(100% -  140px);
}

.one-product.bzoteche-info-box-style3 .info-box__summary{
    box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
    border-radius: 15px;
    background-color: #fff;
    padding: 50px 30px 50px 70px;
}
@media (min-width: 1365px){
    .one-product.bzoteche-info-box-style3 .info-box__summary{
        min-height: 592px;
    }
}
.one-product.bzoteche-info-box-style3 .woocommerce-product-details__short-description{
    margin: 40px 0 40px 0;
}
.one-product.bzoteche-info-box-style3 .info-box__summary .product-price .woocommerce-Price-amount{
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
}
.one-product.bzoteche-info-box-style3 .info-box__summary .product-price del .woocommerce-Price-amount{
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #727272;
}
.one-product.bzoteche-info-box-style3 .info-box__summary .la-cart-plus{
    font-size: 22px;
    margin-right: 5px;
}
.one-product.bzoteche-info-box-style3 .wishlist_compare_product a{
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 52px;
    border: 1px solid var(--bzo-border-color);
    font-size: 16px;
    color: var(--bzo-main-color);
    border-radius: 5px;
    margin: 0 0 0 15px;
    transition: all .3s ease-in-out; 
    display: inline-block;
}
.one-product.bzoteche-info-box-style3 .wishlist_compare_product a>i{
    font-size: 24px;
    vertical-align: middle;
    margin: 0px;
    padding: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 54px;
    display: block;
}
.one-product.bzoteche-info-box-style3 .wishlist_compare_product a:hover{
    border-color: var(--bzo-main-color);
   color: #fff;
    background: var(--bzo-main-color);    
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}

.one-product.bzoteche-info-box-style3 .gallery-slider .slick-arrow{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    font-size: 14px;
    color: #727272;
    border: none;
}
.one-product.bzoteche-info-box-style3 .gallery-slider{
    text-align: center;
}
.one-product.bzoteche-info-box-style3 .gallery-slider .slick-arrow:hover{
    background: var(--bzo-main-color);
    color: #fff;
    cursor: pointer;
}
.one-product.bzoteche-info-box-style3 .slick-vertical .slick-slide{
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background-color: #fff;
    margin: 10px 0;
}
.one-product.bzoteche-info-box-style3 .slick-vertical .slick-slide img{
    border-radius: 15px;
    background-color: #fff;
    margin: 8px 0;
}
.one-product.bzoteche-info-box-style3 .slick-vertical .slick-slide:hover{
    border-color: var(--bzo-main-color);

}
.one-product.bzoteche-info-box-style3 .info-box__image .mid{
    position: relative;
}
.one-product.bzoteche-info-box-style3 .info-box__image .mid img{
    padding: 0 35px;
}
.one-product.bzoteche-info-box-style3 .info-box__image .mid .product-label{
    position: absolute;
    top: 20px;
    right: 15%;
    max-width: unset;
}
.one-product.bzoteche-info-box-style3 .info-box__image .mid .product-label .new,
.one-product.bzoteche-info-box-style3 .info-box__image .mid .product-label .trending{
    display: none;
}
.one-product.bzoteche-info-box-style3 .info-box__image .mid .product-label .sale{
    line-height: 56px;
    border-radius: 5px;
    background: var(--bzo-main-color2);
    font-weight: 600;
    font-size: 34px;
    padding: 0 10px;
}
@media(min-width: 768px){
.one-product.bzoteche-info-box-style3 .final-countdown {
    width: 94px;
    border-radius: 100px;
    background: linear-gradient(180deg, var(--bzo-main-color-mix) 0%, var(--bzo-main-color) 100%);
    padding: 40px 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
}
.one-product.bzoteche-info-box-style3 .final-countdown  .number,
.one-product.bzoteche-info-box-style3 .final-countdown  .text{
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
.one-product.bzoteche-info-box-style3 .final-countdown  .number{
    font-size: 34px;
    font-weight: 600;
}
.one-product.bzoteche-info-box-style3 .final-countdown  .clock{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.one-product.bzoteche-info-box-style3 .final-countdown  .clock.sec{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
}
/*---------medxtore - deal home page------*/

.bzoteche-info-box-style3{
    margin-top: 55px;
}
.bzoteche-info-box-style3 .info-box-content{
    width: 50%;
    padding-left: 47px;
    position: relative;
}
.bzoteche-info-box-style3 .info-box__image{
    width: 50%;

}


.bzoteche-info-box-style3 .info-box__summary{
    box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
    border-radius: 15px;
    background-color: #fff;
    padding: 50px 30px 50px 70px;
}
@media (min-width: 1365px){
    .bzoteche-info-box-style3 .info-box__summary{
        min-height: 592px;
    }
}
.bzoteche-info-box-style3 .woocommerce-product-details__short-description{
    margin: 40px 0 40px 0;
}
.bzoteche-info-box-style3 .info-box__summary .product-price .woocommerce-Price-amount{
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
}
.bzoteche-info-box-style3 .info-box__summary .product-price del .woocommerce-Price-amount{
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #727272;
}
.bzoteche-info-box-style3 .info-box__summary .la-cart-plus{
    font-size: 22px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.bzoteche-info-box-style3 .wishlist_compare_product a{
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 52px;
    border: 1px solid var(--bzo-border-color);
    font-size: 16px;
    color: var(--bzo-main-color);
    border-radius: 5px;
    margin: 0 0 0 15px;
    transition: all .3s ease-in-out; 
    display: inline-block;
}
.bzoteche-info-box-style3 .wishlist_compare_product a.product-compare.added{
    position: relative !important;
    top: -5px;
}
.bzoteche-info-box-style3 .wishlist_compare_product a>i{
    font-size: 24px;
    vertical-align: middle;
    margin: 0px;
    padding: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 54px;
    display: block;
}
.bzoteche-info-box-style3 .wishlist_compare_product a:hover{
    border-color: var(--bzo-main-color);
   color: #fff;
    background: var(--bzo-main-color);    
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}

.bzoteche-info-box-style3 .gallery-slider .slick-arrow{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    font-size: 14px;
    color: #727272;
    border: none;
}
.bzoteche-info-box-style3 .gallery-slider{
    text-align: center;
}
.bzoteche-info-box-style3 .gallery-slider .slick-arrow:hover{
    background: var(--bzo-main-color);
    color: #fff;
    cursor: pointer;
}
.bzoteche-info-box-style3 .slick-vertical .slick-slide{
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background-color: #fff;
    margin: 10px 0;
}
.bzoteche-info-box-style3 .slick-vertical .slick-slide img{
    border-radius: 15px;
    background-color: #fff;
    margin: 8px 0;
}
.bzoteche-info-box-style3 .slick-vertical .slick-slide:hover{
    border-color: var(--bzo-main-color);

}
.bzoteche-info-box-style3 .info-box__image .mid{
    position: relative;
}
.bzoteche-info-box-style3 .info-box__image .mid img{
    padding: 0 20px;
}
.bzoteche-info-box-style3 .info-box__image .mid .product-label{
    position: absolute;
    top: 20px;
    right: 15%;
    max-width: unset;
}
.bzoteche-info-box-style3 .info-box__image .mid .product-label .new,
.bzoteche-info-box-style3 .info-box__image .mid .product-label .trending{
    display: none;
}
.bzoteche-info-box-style3 .info-box__image .mid .product-label .sale{
    line-height: 56px;
    border-radius: 5px;
    background: var(--bzo-main-color2);
    font-weight: 600;
    font-size: 34px;
    padding: 0 10px;
}

.bzoteche-info-box-style3.multiple-product .gallery-thumbs .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background: #fff;
    transition: all 0.2s ease-out 0s;
}

.bzoteche-info-box-style3.multiple-product .gallery-thumbs{
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    height: 520px;
    width: 140px;
    order: 0;
    margin: 40px 0;  
    display: none;
}

.bzoteche-info-box-style3.multiple-product .gallery-thumbs .swiper-slide:hover{
    cursor: pointer;
    border-color: var(--bzo-main-color);
    opacity: 0.8;
    transition: all 0.2s ease-out 0s;
}
.bzoteche-info-box-style3.multiple-product .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border-color: var(--bzo-main-color);
}
.bzoteche-info-box-style3.multiple-product .elbzotech-swiper-slider{
     width: calc(100% - 140px);
     order: 1;
    position: static;
}
@media(min-width: 1200px){
    .bzoteche-info-box-style3.multiple-product .gallery-thumbs{
        display: block;
    }
    .bzoteche-info-box-style3 .swiper-button-next{
        top: 70px;
        left: 52px;
        background-image: none;
        background-color: #fff;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 34px;
        border-radius: 100%;
    }
    .bzoteche-info-box-style3 .swiper-button-prev{
        top: calc(100% - 13px);
        left: 52px;
        background-image: none;
        background-color: #fff;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 34px;
        border-radius: 100%;
    }
    .bzoteche-info-box-style3 .swiper-button-next:hover,
    .bzoteche-info-box-style3 .swiper-button-prev:hover{
        background-color: var(--bzo-main-color);
        color: #fff;
        transition: all 0.2s ease-out 0s;
    }   
    .bzoteche-info-box-style3 .elbzotech-swiper-slider .swiper-slide{
        padding: 0 10px;
    }
}
@media(max-width: 1199px){
    div.bzoteche-info-box-style3 .swiper-button-next i, 
    div.bzoteche-info-box-style3 .swiper-button-prev i{
        display: none;
    }
}


@media(min-width: 768px){
    .bzoteche-info-box-style3 .bzotech-countdown{
        width: 94px;
        border-radius: 100px;
        background: linear-gradient(180deg, var(--bzo-main-color-mix) 0%, var(--bzo-main-color) 100%);
        padding: 40px 15px;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-top: -15px;
    }
    .bzoteche-info-box-style3 .bzotech-countdown .number,
    .bzoteche-info-box-style3 .bzotech-countdown .text{
        width: 100%;
        display: inline-block;
    }
    .bzoteche-info-box-style3 .bzotech-countdown .clock{
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .bzoteche-info-box-style3 .bzotech-countdown .clock.sec{
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.bzoteche-info-box-style3 .bzotech-countdown .number,
.bzoteche-info-box-style3 .bzotech-countdown .text{
    color: #fff;
}
/*------- style4 --------*/
.elementor-widget-container:has(> .bzoteche-info-box-style4){
    background: var(--bzo-main-color);
}
.bzoteche-info-box-style4 .testimonial-image{
    display: inline-block;
    border: 6px solid #D9D9D9;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.bzoteche-info-box-style4 .pos0 .testimonial-image{
    width: 130px;
    height: 130px;
}
.bzoteche-info-box-style4 .pos1 .testimonial-image{
    width: 158px;
    height: 158px;
}
.bzoteche-info-box-style4 .pos2 .testimonial-image{
    width: 126px;
    height: 126px;
}
.bzoteche-info-box-style4 .pos3 .testimonial-image{
    width: 174px;
    height: 174px;
}
.bzoteche-info-box-style4 .pos4 .testimonial-image{
    width: 142px;
    height: 142px;
}
.bzoteche-info-box-style4 .pos4 .testimonial-image{
    width: 142px;
    height: 142px;
}
.bzoteche-info-box-style4 .testimonial-image:hover,
.bzoteche-info-box-style4 .active .testimonial-image{
    border-color: #fff;
    box-shadow: 0px 8px 10px 5px rgb(0 0 0 / 20%);
}
.bzoteche-info-box-style4 .testimonial-image img{
    border-radius: 50%;
}

.bzoteche-info-box-style4{
    padding-bottom: 130px;
}
.bzoteche-info-box-style4 .content-js{
    font-size: 20px;
}
.bzoteche-info-box-style4 .content-js>p:last-child{
    margin-bottom: 0;
}

.bzoteche-info-box-style4 .content-data{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 750px;
    height: 383px;
    margin: auto;
    padding: 60px 60px 100px;
    text-align: justify;
    background-image: url("../images/testimonial.svg");
    position: relative;
    z-index: 1;
}
.bzoteche-info-box-style4 .content-data .icon-bzo-quote{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    z-index: -1;
    font-size: 150px;
}
.bzoteche-info-box-style4 .content-data .icon-bzo-quote:before{
    color: #EBEBEB;
}
.bzoteche-info-box-style4 .content-data .content-js{
    overflow-y: auto;
    height: 100%;
    padding: 0px 20px;
}

.bzoteche-info-box-style4 .item-title-e .ch-header-left{
    position: absolute;
    left: 0;
    top: 10px;
}
.bzoteche-info-box-style4 .item-title-e .ch-header-right{
    position: absolute;
    right: 0;
    top: 10px;
}
.bzoteche-info-box-style4 .name-pos{
    position: absolute;
    bottom: 50px;
}
.bzoteche-info-box-style4 .name-pos span{
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.bzoteche-info-box-style4 .item-title-e{
    margin-bottom: 50px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px;
    position: relative;
    display: inline-block;
}
.testimonial-list .testimonial-item{
    position: absolute;
    line-height: 0;
}
.testimonial-list .pos0{
    left: -200px;
    top: -100px;
}
.testimonial-list .pos1{
    right: -200px;
    top: -100px;
}
.testimonial-list .pos2{
    right: -330px;
    top: 35%;
}
.testimonial-list .pos3{
    left: -330px;
    top: 27%;
}
.testimonial-list .pos4{
    left: -200px;
    bottom: -130px;
}
.testimonial-list .pos5{
    right: -200px;
    bottom: -130px;
}
/*------- style5 testimonial medx home 2--------*/
.bzoteche-info-box-style5{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 50px 45px;
    margin-bottom: 30px;
}
.bzoteche-info-box-style5 .info-box-content h3{
    margin: 5px 0;
}
.bzoteche-info-box-style5 .item-content-decs-e{
    width: 100%;
    margin-top: 20px;
    color: #454545;
}
.bzoteche-info-box-style5 .item-content-decs-e p{
    margin: 0;
    color: #454545;
}
.bzoteche-info-box-style5 .info-thumb{
    width: 62px;
    height: 62px;
    border-radius: 100%;
    margin-right: 25px;
    float: left;
    overflow: hidden;
}
.bzoteche-info-box-style5 .info-thumb img{
    border-radius: 100%;
}

.bzoteche-info-box-style5 .info-thumb img {
    max-width: 62px;
    border-radius: 50%;
    width: 100%;
    transition: all 0.2s ease-out 0s;
}
.bzoteche-info-box-style5:hover .info-thumb img {
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.bzoteche-info-box-style5:hover .info-box-content h3{
    color: var(--bzo-main-color);
}

.bzoteche-info-box-style5 .adv-thumb-link{
    overflow: hidden;
    border-radius: 30px;
}
.bzoteche-info-box-style5 .info{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 35px;
    margin-top: 70px;
    max-width: 250px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.bzoteche-info-box-style5 .info .title{
    margin-bottom: 8px;
}
.bzoteche-info-box-style5 .info .desc>*{
    margin-bottom: 0;
}
.bzoteche-info-box-style5 .info .desc{
    line-height: 28px;
    font-weight: 500;
}
.bzoteche-info-box-style5:hover .info{
    background: #fff;
}
/*------- style6 medxtore about us --------*/
.bzoteche-info-box-style6{
    text-align: center;
}
.bzoteche-info-box-style6 .info-box-content{
    padding: 20px 20px 20px 20px;
}
.bzoteche-info-box-style6 .info-box-content h3{
    margin-bottom: 12px;
}
.bzoteche-info-box-style6 .info-thumb {    
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.bzoteche-info-box-style6 .info-thumb > a{
    display: flex;
}
.bzoteche-info-box-style6 .info-thumb .list-social{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -64px;
    left: 0;
    background-color: var(--bzo-title-color2);
    padding: 12px;
    transition: all 0.3s linear 0s;
}
.bzoteche-info-box-style6:hover .info-thumb .list-social{
    transition: all 0.3s linear 0s;
    bottom: 0;
}
.bzoteche-info-box-style6 .info-thumb .list-social .info-box-icon{
    margin: 0 15px;
}
.bzoteche-info-box-style6 .info-thumb .list-social .info-box-icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    color: #454545;
    display: block;
    background: #fff;
    transition: all 0.2s ease-out 0s;
}
.bzoteche-info-box-style6 .info-thumb .list-social .info-box-icon a:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all 0.2s ease-out 0s;
}
/*----------- style7 -----------*/

.bzoteche-info-box-style7  {
    display: flex;
    margin-bottom: 30px;  
}

.bzoteche-info-box-style7 .info-box-content{
    padding-left: 20px;
}
.bzoteche-info-box-style7 .info-box-icon {
    background: #FFFFFF;
    border-radius: 0px 200px 200px 0px;
    width: 150px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.bzoteche-info-box-style7 .info-box-icon .item-icon-e img{
    transform: scale(1);
    transition: all 0.4s ease-in-out 0s;
}
.bzoteche-info-box-style7:hover .info-box-icon .item-icon-e img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}

.bzoteche-info-box-style7 .item-title-e{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: var(--bzo-title-color2);
    margin: 20px 0 8px 0;
}

/*----------- style8 -----------*/
.bzoteche-info-box-style8{
    line-height: 0;
}
.bzoteche-info-box-style8 .bzotech-divider{
    display: inline-block;
    width: 100%;
}
/*----------- style9 -----------*/
.bzoteche-info-box-style9 {
    position: relative;
    z-index: 1;
}
.bzoteche-info-box-style9 .info{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    padding: 0 20px;
    z-index: 1;
}
.bzoteche-info-box-style9:hover .info{
    height: 100%;
}
.bzoteche-info-box-style9 .title {
     transform:  translateY(70px);
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.bzoteche-info-box-style9:hover .title {
     transform:  translateY(0px);
     color: #fff;
}
.bzoteche-info-box-style9:hover .title a{
     color: #fff;
}
.bzoteche-info-box-style9 .desc {

    line-height: 28px;
    color: #FFFFFF;
    width: 100%;
    max-width: 340px;
    padding: 30px 20px;
    border: 1px solid white;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transform:  translateY(70px) scale(1.1);
}
.bzoteche-info-box-style9:hover .desc{
    opacity: 1;
    transform:  translateY(0px) scale(1);
    margin-top: 20px;
}
.bzoteche-info-box-style9 a.adv-thumb-link {
    overflow: hidden;
    border-radius: 30px;
}
.bzoteche-info-box-style9 a.adv-thumb-link img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.bzoteche-info-box-style9:hover a.adv-thumb-link img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bzoteche-info-box-style9 a.adv-thumb-link:before {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    transition: opacity 0.35s;
    background-color: #0202024D;
    z-index: 1;

}
.bzoteche-info-box-style9:hover a.adv-thumb-link:before {
    opacity: 1;
   
}
.bzoteche-info-box-style10 .adv-thumb-link > img{
    width: auto;
}
.bzoteche-info-box-style10 .info {
    margin-top: 22px;
}
.bzoteche-info-box-style10 .info .font-bold {
    margin-bottom: 10px;
}
.bzoteche-info-box-style10 .info .desc {
    line-height: 20px;
}
.bzoteche-info-box-style12 .sub-color-e {
    line-height: 28px;
}
.bzoteche-info-box-style10:hover .title a{
    color: var(--bzo-main-color);
}
/*  */
.bzoteche-info-box-style13 .info-box-content {
    margin-left: 34px;
}
.bzoteche-info-box-style13 .item-title-e {
    padding-top: 9px;
    margin-bottom: 7px;
}

/*--- medx contact us ---*/
.bzoteche-info-box-style14 .info-box-icon{
    color: var(--bzo-main-color);
} 
.bzoteche-info-box-style14 .item-title-e{
    margin-bottom: 15px;
}
.bzoteche-info-box-style14 .info-box-content{
    padding-left: 15px;
}
.bzoteche-info-box-style14 .box-content-custom a,
.bzoteche-info-box-style14 .box-content-custom span{
    color: #454545;
}
.bzoteche-info-box-style14:hover h3 a,
.bzoteche-info-box-style14 .info-box-icon i,
.bzoteche-info-box-style14 .box-content-custom a:hover{
    color: var(--bzo-main-color);
}
.bzoteche-info-box-style14 .box-content-custom{
    line-height: 40px;
}
.bzoteche-info-box-style14 .box-content-custom p{

}
/*--- medx footer 2 ---*/
.bzotech-footer-page-footer-2 .bzoteche-info-box-style14{
    background-color: #215D72;
    border-radius: 15px;
    padding: 16px 50px;
}

.bzotech-footer-page-footer-2 .bzoteche-info-box-style14 .box-content-custom{
    line-height: 1;
}
.bzotech-footer-page-footer-2 .bzoteche-info-box-style14 .box-content-custom a{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.bzotech-footer-page-footer-2 .bzoteche-info-box-style14 h3{
    margin: 0 0 3px 0;
    line-height: 26px;
}
.bzotech-footer-page-footer-2 .bzoteche-info-box-style14 h3 a{
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.bzotech-footer-page-footer-2 .bzoteche-info-box-style14 .info-box-content{
    padding-left: 45px;
}

.bzotech-footer-page-footer-2 .bzoteche-info-box-style14 .box-content-custom a:hover{
    color: var(--bzo-main-color);
}
@media(max-width:1366px){
    .bzotech-footer-page-footer-2 .bzoteche-info-box-style14{
        display: inline-block;
        width: 100%;
        padding: 15px 28px;
    }
    .bzotech-footer-page-footer-2 .bzoteche-info-box-style14 .info-box-icon{
        width: 60px;
        float: left;
    }
    .bzotech-footer-page-footer-2 .bzoteche-info-box-style14 .info-box-content{
        padding-left: 75px;
    }
}

/*--- end style 14 medx footer 2 ---*/

.bzoteche-info-box-style15 .clock {
    width: 110px;
    background: #fff;
    padding: 20px 0px 25px;
    margin-right: 50px;
    position: relative;
}
.bzoteche-info-box-style15 .clock:last-child{
    margin-right: 0px;
}
.bzoteche-info-box-style15 .clock:after{
    content: ':';
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: -28px;
}
.bzoteche-info-box-style15 .clock:last-child:after{
    display: none;
}
.bzoteche-info-box-style15 .clock>*{
    display: block;
    text-align: center;
}
.bzoteche-info-box-style15 .clock .number {
    line-height: 50px;
}
.bzoteche-info-box-style15 .clock .text {
    margin-top: 5px;
}
/*----------------------*/
/*End info box elementor*/

@media(max-width: 1440px){
    .testimonial-list .pos4 {
        left: -150px;
    }
    .testimonial-list .pos3 {
        left: -220px;
    }
    .testimonial-list .pos0 {
        left: -150px;
    }
    .testimonial-list .pos1 {
        right: -180px;
    }
    .testimonial-list .pos2 {
        right: -220px;
    }
    .testimonial-list .pos5 {
        right: -160px;
    }
}
@media(max-width: 1366px){
    .bzoteche-info-box-style4 .content-data{
        width: 680px;
    }
    .bzoteche-info-box-style15 .clock{
        width: 80px;
        padding: 15px 0px 20px;
        font-size: 34px;
    }
    .bzoteche-info-box-style15 .clock .number {
        line-height: 40px;
    }
}
@media(max-width: 1200px){
    .bzoteche-info-box-style9 .desc{
        padding: 20px 15px;
        font-size: 18px;
    }
    .bzoteche-info-box-style4 .pos1 .testimonial-image,
    .bzoteche-info-box-style4 .pos2 .testimonial-image,
    .bzoteche-info-box-style4 .pos3 .testimonial-image,
    .bzoteche-info-box-style4 .pos4 .testimonial-image,
    .bzoteche-info-box-style4 .pos5 .testimonial-image,
    .bzoteche-info-box-style4 .pos0 .testimonial-image {
        width: 100px;
        height: 100px;
    }
    .testimonial-list .pos3{
            left: -130px;
            top: 34%;
    }
    .testimonial-list .pos0 {
        left: -90px;
        top: -50px;
    }
    .testimonial-list .pos1 {
        right: -90px;
        top: -50px;
    }
    .testimonial-list .pos2 {
         right: -130px;
         top: 34%;
    }
    .testimonial-list .pos4 {
        left: -100px;
        bottom: -50px;
    }
    .testimonial-list .pos5 {
        right: -100px;
        bottom: -50px;;
    }
    .bzoteche-info-box-style3 .item-subtitle-e{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .bzoteche-info-box-style4 .item-title-e,
    .bzoteche-info-box-style3 .item-title-e{
        font-size: 32px;
        line-height: 40px;
    }
     .bzoteche-info-box-style5 .info .title {
        font-size: 24px;
    }
    .bzoteche-info-box-style5 .info .desc {
        font-size: 16px;
        line-height: 22px;
    }
    .bzoteche-info-box-style5 .info{
        margin-top: 35px;
    }
    .bzoteche-info-box-style4 .content-data .icon-bzo-quote {
        font-size: 100px;
    }
    .bzoteche-info-box-style4 .item-title-e {
        margin-bottom: 20px;
    }
    .bzoteche-info-box-style4 .item-title-e{
        max-width: 370px;
    }
    .bzoteche-info-box-style4 .name-pos {
        bottom: 60px;
    }
    .bzoteche-info-box-style4 .item-title-e .ch-header-left,
    .bzoteche-info-box-style4 .item-title-e .ch-header-right,
    .bzoteche-info-box-style3 .item-title-e svg.ch-header-right,
    .bzoteche-info-box-style3 .item-title-e svg.ch-header-left
    {
        width: 20px;
        top: 4px;
    }
    .bzoteche-info-box-style3 .item-title-e {
        padding: 0px 30px;
    }
    .bzoteche-info-box-style4 .content-data{
        padding: 60px 30px 100px;
    }

    .bzoteche-info-box-style9 a.adv-thumb-link{
        border-radius: 20px;
    }
}
@media(max-width: 1024px){
    .bzoteche-info-box-style2 .item-title-e{
        font-size: 20px;
    }
}
@media(max-width: 992px){
    .bzoteche-info-box-style4 .name-pos {
        bottom: 33px;
    }
    .bzoteche-info-box-style4 .content-js {
        font-size: 16px;
    }
    .bzoteche-info-box-style4 .content-data .icon-bzo-quote {
        font-size: 60px;
    }
    .bzoteche-info-box-style4 .content-data {
        width: 465px;
        height: 240px;
        padding: 40px 20px 70px;
    }
    .bzoteche-info-box-style4 .pos1 .testimonial-image, .bzoteche-info-box-style4 .pos2 .testimonial-image, .bzoteche-info-box-style4 .pos3 .testimonial-image, .bzoteche-info-box-style4 .pos4 .testimonial-image, .bzoteche-info-box-style4 .pos5 .testimonial-image, .bzoteche-info-box-style4 .pos0 .testimonial-image {
        width: 75px;
        height: 75px;
    }
    .testimonial-list .pos3,
    .testimonial-list .pos2{
        top: 27%;
    }
}
@media(max-width: 767px){
   
    .bzoteche-info-box-style15 .clock:after{
        display: none;
    }
    .bzoteche-info-box-style15 .clock .number {
        line-height: 28px;
    }
    .bzoteche-info-box-style15 .clock .text {
        font-size: 16px;
        line-height: 20px;
    }
    .bzoteche-info-box-style15 .clock {
        width: 60px;
        padding: 10px 0px 15px;
        font-size: 24px;
        margin-right: 20px;
    }
    .bzoteche-info-box-style4 .name-pos{
        position: unset;
    }
    .bzoteche-info-box-style4 .item-title-e, .bzoteche-info-box-style3 .item-title-e {
        font-size: 24px;
        line-height: 30px;
    }
    .bzoteche-info-box-style3 .item-subtitle-e{
        font-size: 18px;
    }
    .bzoteche-info-box-style4 .content-data .icon-bzo-quote{
        display: none;
    }
    .bzoteche-info-box-style4 .content-data .box-content-custom{
        padding: 0px 15px; 
        height: auto;
    }
    .testimonial-list{
        margin-top: 25px;
        text-align: center;
    }
    .testimonial-list .testimonial-item{
        position: unset;
        display: inline-block;
            padding:5px;
    }
    .bzoteche-info-box-style4 .content-data{
        width: 100%;
        height: auto;
        background-image: none;
        padding: 0;
    }
    .bzoteche-info-box-style4 .content-data .content-js{
        background: #fff;
        padding: 30px 15px;
        border-radius: 30px;
    }
   
    .bzoteche-info-box-style9 .title {
        font-size: 28px;
    }
    .bzoteche-info-box-style9:hover .desc {
        margin-top: 10px;
    }
    .bzoteche-info-box-style9 a.adv-thumb-link{
        border-radius: 15px;
    }

}
@media(max-width: 480px){
    .bzoteche-info-box-style5 .info{
        max-width: 100%;
        margin-right: 30px;
        margin-top: 30px;
        margin-left: 30px;
        left: 0;
    }
}
@media(max-width: 320px){
    .bzoteche-info-box-style9 .desc {
        padding: 15px 15px;
        font-size: 16px;
    }
     .bzoteche-info-box-style15 .clock{
        margin-right: 10px;
    }
}