.vz-artist-box .vz-artist-title {
    margin-bottom: 20px;
    padding: 0;
    font-size: 35px;
    font-family: cursive;
    color: #0c3594 !important;
    text-shadow: rgb(0 0 0 / 13%) 0 5px 0;
}

.vz-artist-voice {
    background: #fff;
    border: 1px solid #c4c8d8;
    box-shadow: 4px 4px 5px rgb(21 29 57);
    border-radius: 4px;
    margin: 0px 0px 30px 0px;
}

.vz-artist-voice:hover {
    border: 1px solid #c4c8d8;
    box-shadow: 4px 4px 5px rgb(21 29 57 / 1%);
}

.vz-artist-voice .vz-artist-infobx {
    padding: 10px;
}

/*  .vz-artist-voice .vz-artist-info {
            padding-left: 18px;
        }*/


@media only screen and (max-width: 768px) {
    .vz-artist-voice {
        margin: 30px 0px;
    }
}

.vz-artist-info .vz-artist-profile img {
    border-radius: 50%;
    height: 65px;
}

.vz-artist-content .vz-artist-name {
    margin-top: 0rem !important;
    margin-bottom: .25rem !important;
	font-size: 15px;
}

.vz-artist-content .vz-artist-name a {
    color: #000;
}

.vz-artist-content .vz-artist-id {
    margin-bottom: 0rem !important;
	font-size: 15px;
	margin: 0px;
	color: #000;
}

.vz-artist-price .vz-price {
    color: #000;
    margin-bottom: .25rem;
    text-align: right;
	font-size: 15px;
}

.vz-artist-price .vz-icon i {
    padding-right: 8px;
    color: #808080a8;
}

.vz-artist-price .vz-icon{
    font-size: 15px;
}

.vz-artist-list {
    margin-top: 0px;
    text-align: center;
    padding: 5px 0px;
}

@media only screen and (max-width: 768px) {
    /*.vz-artist-list {
                text-align: left;
            }*/

    .vz-artist-info .col-md-3 {
        width: 30%
    }

    .vz-artist-info .col-md-6 {
        width: 45%
    }

    .vz-artist-info .col-md-3 {
        width: 25%;
    }
}

.vz-artist-list ul {
    margin-bottom: 0px;
    padding: 2px;
}

.vz-artist-list li {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    text-align: center;
	color: #093895;
}

.vz-artist-list h5 {
    font-size: 15px;
	margin: 0px;
}

.vz-artist-info {
    display: flex;
    position: relative;
}

.vz-artist-content {
    padding: 0 12px;
}

.vz-artist-btn {
    margin: 0px 10px 10px;
}

.vz-artist-btn a {
    text-decoration: none;
}

.vz-artist-btn .vz-artist-booknow {
    background: #093895;
    color: #fff;
    border: 3px solid;
    box-shadow: 3px 2px 1px #093895;
    transition: .3s;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 22px;
    font-size: 14px;
    text-transform: uppercase;
}

.vz-artist-btn:hover .vz-artist-booknow {
    background-color: #fff;
    color: #ff9900;
    border: 1px solid;
    box-shadow: 3px 2px 1px #ff9900;
}
.jkverified img{
	height: 18px;
}
.badge-img-ico {
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.right-test-cell {
    width: 42%;
}
.vz-artist-content {
    padding: 0 8px 12px 8px;
}
}