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

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

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

.artist-image {
    border-left: 5px solid #ff9900;
    border-radius: 26%;
    border-right: 5px solid #093895;
    text-align: center;
}

.artist-image img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 2px 8px 15px #00000052;
}

.artist-detail {
    padding: 10px 10px 10px 2px;
}

.artist-detail-info .artist-heading {
    font-size: 16px;
    color: #ff9900;
    margin: 1px 1px 4px 1px;
    padding-left: 0px;
}

/*--------*/
@media only screen and (max-width: 768px) {
    .artist-image img {
        width: 70%;
    }

    .artist-info-bx .col-md-4 {
        width: 40%;
        float: left;
        margin-right: 0px;

    }

    .artist-info-bx .col-md-8 {
        width: 60%;
        float: right;
        margin-right: 0px;
    }

    .artist-info-bx .col-md-3 {
        width: 30%;
        float: left;
        margin-right: 0px;

    }

    .artist-info-bx .col-md-9 {
        width: 70%;
        float: right;
        margin-right: 0px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.page_titel_inner {
    padding: 48px 30px;
}

@media only screen and (max-width: 768px) {
    .page_titel_inner {
        padding: 28px 0px;
    }
}

.artist-voice-box {
    background: #fff;
    border: 1px solid #c4c8d8;
    /* box-shadow: 0 0 5px 0 rgb(95 98 117 / 25%);*/
    box-shadow: 4px 4px 5px rgb(21 29 57);
    border-radius: 4px;
    margin: 0px 0px 10px 0px;
}

.artist-voice-box:hover {
    border: 1px solid #c4c8d8;
    /* box-shadow: 0 0 5px 0 rgb(95 98 117 / 25%);*/
    box-shadow: 4px 4px 5px rgb(21 29 57 / 1%);
}

.artist-voice {
    padding: 10px;
}

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

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

.artist-name {
    margin-top: .5rem !important;
    margin-bottom: .25rem !important;
}

.artist-name a {
    color: #000;
    font-size: 15px;
    word-break: break-word;

}

.artist-cat {
    color: #151d39;
    font-family: cursive;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 16px;
}

.voice-rating {
    line-height: 55px;
}

.voice-rating i {
    color: #ff9900;
}

.voice_play1 a {
    background-color: #151d39;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
}

.wave-container {
    float: right;
    width: 200px;
    height: calc(100% - 12px);
    margin: 5px;
    background-color: rgb(160, 164, 165);
    position: relative;
    cursor: pointer;
}

.box-shadow {
    border-radius: 4px;
    border: 1px solid #c4c8d8;
    box-shadow: 4px 4px 5px rgb(21 29 57);
}

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

.timebox-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    color: rgb(255, 255, 255);
    background: rgb(5, 22, 65);
    font-size: 12px;
    font-weight: 700;
    padding: 0px 5px;
}

.timebox-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    color: rgb(255, 255, 255);
    background: rgb(5, 22, 65);
    font-size: 12px;
    font-weight: 700;
    padding: 0px 5px;
}

.wave {
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}

.wave-shadow {
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 2;
    background: rgba(250, 250, 250, 0.5);
    bottom: 0px;
    pointer-events: none;
}

.player-outer-box {
    border: 0px;
    height: 45px;
    width: 100%;
    position: relative;
}

.artist-info-list {
    margin-top: 0px;
    /*margin-bottom: 10px;*/
    /*border-bottom: 1px solid #151d3926;*/
    /*text-align: center;*/
    padding: 5px 16px;
}

.border-lft {
    padding: 0px 0px;
    border-right: 1px solid #b7b2b2;
}

.border-lft .voice-rating {
    text-align: center;
    position: relative;
}

.voice-artist-profile .voice-p {
    font-size: 15px;
    color: #000000ba;
    margin-top: 10px;
    text-align: justify;
    font-style: italic;
    font-weight: 500;
}

.art-rt-section {
    padding: 60px 0px;
}

@media only screen and (max-width: 768px) {
    .artist-info-list {
        text-align: left;
        padding: 0px 0px;
    }

    .artist-info-list .divide-li {
        display: none;
    }

    .border-lft {
        padding: 0;
        margin-top: 30px;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .border-lft .voice-rating {
        line-height: 2;
    }

    .voice-artist-profile .voice-p {
        text-align: justify;
        font-family: system-ui;
        color: #343c4cd6;
    }

    .artist-voice-box {
        margin: 10px 0px;
    }

    .art-rt-section {
        padding: 0px 0px;
    }

    .art-rt-section .voice-rating {
        line-height: 26px;
    }

}

@media (max-width: 767px) {

    .page_titel,
    .profile_box {
        margin-bottom: 0px;
    }
}

.is-popu-outer .artist-info-list ul {
    display: table;
    width: 100%;
}

.artist-info-list li {
    display: inline-block;
    margin: 0;
    padding-right: 4px;
    text-align: center;
}

.artist-info-list li .artist-info-list-img {
    height: 26px;
    margin-bottom: 5px;
}

artist-info-list-img span {
    color: #1e1a3f;
}

.artist-info-list li .artist-info-list-img img {
    height: 100%;
}

.artist-info-list h5 {
    font-size: 15px;
}

.artist-info-list ul {
    /*text-align: left;
    padding: 0;*/
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .artist-info-list ul {
        text-align: center;
    }
}

.button-artist {
    margin: 10px 0px;
}

.button-artist .btn-book {
    /*background-color: #ff8d1a;*/
    background-color: #093895;
    /*    background-color: #fff;*/
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    border-color: #093895;
    box-shadow: 1px 0px 4px #093895;
    border: 2px solid white;
    display: block;
}

.button-artist .btn-book:hover {
    background-color: #ff9900;
    box-shadow: 3px 3px 1px #ff9900;
}

.button-artist1 {
    margin: 0px 0px;
    text-align: right;
}

.button-artist1 .btn-book-top {
    /*background-color: #ff8d1a;*/
    background-color: #093895;
    /*    background-color: #fff;*/
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    border-color: #093895;
    box-shadow: 1px 0px 4px #093895;
    border: 2px solid white;
    display: none;
}

.button-artist1 .btn-book-top:hover {
    background-color: #ff9900;
    box-shadow: 3px 3px 1px #ff9900;
}

@media only screen and (max-width: 768px) {
    .button-artist .btn-book {
        display: none;
    }

    .button-artist1 .btn-book-top {
        display: inherit;
    }

    .button-artist1 {
        position: relative;
        margin-bottom: 20px;
        text-align: right;
        right: 20px;
    }
}

/*----------*/
.task_list_info .icon_text {
    margin-top: 8px;
    margin-bottom: 8px;
}

.icon_text {
    position: relative;
    padding-left: 37px;
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
}

.icon_text img,
.icon_text .pro-icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    max-height: 100%;
    font-size: 20px;
    color: #000;
}

.i-span {
    font-size: 14px;
    color: #093895;
    border-left: 1px solid #093895;
    border-right: 1px solid #ff8d1a;
    border-radius: 9px;
    padding: 0px 10px;
    margin: 0px 2px;
    word-break: break-all;
}

.icon_text p {
    font-size: 16px;
}

.button-artist .btn-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;
}

.artist-voice-box:hover .btn-booknow {
    background-color: #fff;
    color: #ff9900;
    border: 1px solid;
    box-shadow: 3px 2px 1px #ff9900;
}

.artist-info-list h5 {
    font-size: 15px;
    color: #093895;
}

.pagination-box {
    text-align: right;

}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 2px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #093895;
    color: white;
    border: 1px solid #093895;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

@media only screen and (max-width: 768px) {
    .pagination-box {
        text-align: center;

    }

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

    .artist-info-bx .col-md-9 {
        width: 70%;
    }

    .artist-info-list h5 {
        font-size: 14px;
    }
}

/*----- social-icons css start----*/
.social-icons li {
    display: inline-block;
    padding: 0;
    border: none;
    margin: 0 5px 0 0;
    vertical-align: middle;
    padding: 2px 2px;
}

.social-icons-content ul {
    margin-bottom: 0px;
    padding: 0;
}

.social-icons li a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 18%;
    text-align: center;
    background-color: #808080bf;

}
.social-icons-center{
    text-align: center;
    margin-top: 20px;
}
.social-icons li a:hover {
    background-color: grey;
}

/*
.social-icons li .fb-icon {
    background-color: #4064AC;
}

.social-icons li .twitter-icon {
    background-color: #1C9BE9;
}

.social-icons li .li-icon {
    background-color: #0173AF;
}

.social-icons li .pr-icon {
    background-color: #CE252B;
}

.social-icons li .wa-icon {
    background-color: #41C051;
}
*/

@media only screen and (max-width: 768px) {
    .social-icons-content {
        top: 0px;
        position: relative;
        margin: 0 0px;
        text-align: left;
    }

    .social-icons li {
        display: inline-block;
        padding: 0px 0px;
    }
	.social-icons-center{
    text-align: center;
    margin-top: 20px;
	}
}

.task_list {
    padding: 0px 20px;
}

.profile-info-box-l {
    padding: 12px 18px;
    margin-bottom: 10px;
}

.box-shadow-l {
    background: #fff;
    border: 1px solid #c4c8d8;
    /* box-shadow: 0 0 5px 0 rgb(95 98 117 / 25%); */
    box-shadow: 4px 4px 5px rgb(21 29 57);
    border-radius: 4px;
}

.box-shadow-l:hover {
    box-shadow: 2px 2px 5px rgb(9 56 149 / 0%);
    border: 1px solid #c4c8d8;
    transition: .3s;
}

.profile-field-l {
    position: relative;
    /*padding-left: 28px;*/
    min-height: 22px;
    font-size: 16px;
    color: #093895;
    margin: 0 0 5px;
    font-family: cursive;
    font-weight: 500;
}

.profile-info-block-l p {
    line-height: normal;
    margin-bottom: 0px;
    color: #6c757d;
    /*#6c757d*/
    font-size: 14px;
    padding-left: 12px;
}

.profile-info-block-l p i {
    top: -3px;
    padding-right: 6px;
    font-size: 4px;
    position: relative;
}

.profile-info-block-l {
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 3px #0000002e;
    padding: 10px 10px;
}

.profile-field-l i {
    color: #ff9900;
    padding-right: 6px;
}

.voice-rating img {
    height: 16px;
    padding: 0 2px;
}
.jkdetailverified img{
	width: 18px;
}
.badge-img-ico {
    margin-left: 10px;
}
