
.dm-button {
    background-color: #dd2400;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 5px;
    z-index: 9999;
    font-size: 12px;
    width: 65px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 1;
    gap: 5px;
}
#widget_indexdm {
    z-index: 10000;
    width: 65px;
    position: fixed;
    top: 40%;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.dm-button span {
    display: block;
}
.dm-button.dm-support{
    background-color: #28A745;
}
.dm-button i{
    font-size: 22px;
}
.dm-button:hover, .dm-button.dm-support:hover {
    background: #6327eb;
}
.dm-button:focus, .dm-button:hover {
    color: #fff;
}
.dm-button:hover, .dm-button.dm-support:hover {
    background: #6327eb;
}
@media(max-width: 1200px){
    #widget_indexdm{
        display:none;
    }
}
/*=== Begin Notification for WooCommerce ====*/ 
#message-purchased p.wn-notification-message-container{
    line-height: 16px;
    padding: 10px 0;
}
#message-purchased p a{
   font-size: 14px!important;
   line-height: 20px;
   font-weight: 600;
}
@media(max-width: 400px){
    #message-purchased.wn-product-with-image{
        max-width: 300px;
        min-width: 300px;
    }
}
#message-purchased{
    bottom: 90px!important;
}
/*=== begin nextend social login ====*/
div.nsl-container.nsl-container-block .nsl-container-buttons{
    display: flex!important;
    gap: 20px!important;
    padding: 0!important;
    width: 100%!important;
}
div.nsl-container .nsl-button {
    border-radius: 0!important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 56px;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container{
    text-transform: uppercase!important;
    font-weight: 600;
    font-family: var(--bzo-title_typo-font-family)!important;
    padding: 19px 0!important;
     margin: 0!important;
}
div.nsl-container .nsl-button:hover{
    box-shadow: 2px 3px 8px 1px rgb(0 0 0 / 30%)!important;
}
div.nsl-container .nsl-button-svg-container {
    padding: 15px!important;
    padding-right: 0px!important;
}
/*=== End nextend social login ====*/
/*=== begin cookie bar of plugin cookie ====*/
div#cookie-notice .bzotech-bt-cookie{
    line-height: 40px;
    border-radius: 5px;
    background-color: #369EE3;
    color: #fff;
    padding: 0 15px;
    margin: 0 0 0 15px;
    border: 1px solid transparent;
}
div#cookie-notice .bzotech-bt-cookie:hover{
    color: #fff;
    background-color: #fff;
}
div#cookie-notice #cn-accept-cookie{
    background-color: #2EB85C;
}
div#cookie-notice #cn-accept-cookie:hover{
    background-color: #fff;
    border-color: #2EB85C;
    color: #2EB85C;
}
div#cookie-notice #cn-refuse-cookie{
    background-color: #EF5454;
}
div#cookie-notice #cn-refuse-cookie:hover{
    background-color: #fff;
    border-color: #EF5454;
    color: #EF5454;
}
div#cookie-notice #cn-more-info{
    background-color: #369EE3;
}
div#cookie-notice #cn-more-info:hover{
    background-color: #fff;
    border-color: #369EE3;
    color: #369EE3;
}
div#cookie-notice{
    box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.5);
    font-family: var(--bzo-body_typo-font-family);
    font-size: 16px;
}
div#cookie-notice span#cn-notice-text{
    margin: 0;
    line-height: 40px;
    color: #333;
}
@media(max-width: 767px){
    div#cookie-notice span#cn-notice-text{
        line-height: 24px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    div#cookie-notice .bzotech-bt-cookie{
        margin: 0 5px;
    }
}
/*=== End cookie bar of plugin cookie ====*/

/*========= HOME 1 ===========*/

.header-contact{
    position: relative;
}
.list-links-number .elbzotech-list-link-global a{
    position:relative;
    z-index: 1;
    padding-left: 20px;
}
.list-links-number .elbzotech-list-link-global {
  counter-reset: section;
}
.list-links-number .elbzotech-list-link-global a:before {
    content: counter(section);
    counter-increment: section;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 50px;
    background: var(--bzo-main-color);
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
}

.list-roads li{
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 20px;
}

.slider-team .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.slider-team:hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
    opacity: 1;
    visibility: visible;
}

.payment-icons .payment-icon {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 5px;
    display: inline-block;
    margin: 3px 3px 0;
    opacity: .6;
    padding: 3px 5px 5px;
    transition: opacity .3s;
}

.payment-icons .payment-icon svg {
    height: 20px;
    vertical-align: middle;
    width: auto!important;
    fill: #fff;
}

.payment-icons .payment-icon:hover {
    opacity: 1;
}
.tool-panel-page{
    position: fixed;
    z-index: 99;
    display: block;
    bottom: 80px;
    right: 20px;
}

        