.prt-clinevo-img {
    text-align: center;
    margin: 0 auto;
    transition: all .5s ease-out;
}
.prt-clinevo-img:hover {
    transition: all .5s ease-out;
    border-radius: 20px;
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgb(223 255 94 / 20%);
}
.head-clinevo {
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.prt-demo-title {
    display: inline-block;
    margin-bottom: 0;
    background: var(--prt-greycolor);
    border-radius: 8px;
    padding: 10px 30px 9px;
}
.prt-demo-title a {
    color: #000000 !important;
}

.tm-landing-marque .prt-marquebox-style1 ul.marquebox-list li {
    font-size: 24px;
    line-height: 36px;
   font-weight: 700;
    color: var(--body-blackfont-color);
       padding: 0 25px 0 40px;
}
.tm-landing-marque .prt-marquebox-style1 ul.marquebox-list li:before {
    content: "*";
    background-color: unset;
    bottom: auto;
    top: 0;
}


.prt-ts-marque-icon-box .elementor-element-populated {
    animation: prt-marque-text 55s linear infinite;
    white-space: nowrap;
    width: 100%;
    display: inline-block !important;
}
.prt-ts-marque-icon-box2 .elementor-element-populated {
    animation: prt-marque-text2 55s linear infinite;
    white-space: nowrap;
    width: 100%;
    display: inline-block !important;
}
.prt-ts-marque-icon-box .elementor-element-populated .elementor-widget-image,
.prt-ts-marque-icon-box2 .elementor-element-populated .elementor-widget-image {
    display: inline-block;
    width: unset;
    flex-grow: 1;
    margin-bottom: 0;
}
@keyframes prt-marque-text2 {
100% {
    transform: translate(-20%,0);
}
0% {
    transform: translate(-100%,0);
}
}

.prt-header-button a {
    border: 1px solid var(--body-blackfont-color);
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    transition: 0.3s all;
}

.prt-header-button a:hover {
    background: var(--prt-secondarycolor);
    color: #fff;
}