.content ul {
    padding-left: 16px;
}

.review_time {
    color: #999999 !important;
    margin-left: 10px;
}

.mobile-block {
    display: none;
    width: 100%;
}

.image-block {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    background-size: cover !important;
}

.image-block img {
    width: 100%;
    height: 320px;
    border-radius: 5px 5px 0 0;
}

.services-pricing-block, .about-artist, .image-gallery, .bulb-block, .review-container, .claim-block {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.review-top {
    display: flex;
}

.review-block {
    padding: 20px;
    border-bottom: 1px solid #ff0090;
}

.review-block:last-child {
    border-bottom: 0;
}

.review__card_info .rating {
    padding: 3px 6px;
}

.morelink {
    color: #ff0090;
}

.morelink:hover {
    color: #ff0090;
    text-decoration: underline !important;
}

.bulb-block .heading {
    text-transform: inherit !important;
    font-size: 15px;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.claim-block .heading {
    text-transform: inherit !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim-block .btn-red {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}

.bulb-block .heading i {
    font-size: 25px;
    color: #ff0090;
    margin-right: 5px;
}

.lightgallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.lightgallery a {
    width: 33%;
    background-size: cover !important;
    height: 180px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.lightgallery a img {
    height: 180px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.lightgallery .overlay {
    border-radius: 5px;
}

.services-pricing {
    padding: 10px 0;
}

.service-price {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.service-price .btn-red {
    margin-left: 30px;
    font-size: 12px;
    padding: 3px 8px;
}

.services-pricing .service-parent a {
    color: #ff0090;
    font-weight: 500;
    font-size: 17px;
}

.services-pricing .sub-service-name {
    color: gray;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.services-pricing .sub-service-name span {
    width: 80%;
}

.services-sublist {
    padding-left: 20px;
}

.services-pricing-block .heading, .about-artist .heading, .image-gallery .heading, .bulb-block .heading, .review-container .heading {
    text-align: left;
    border-bottom: 0 solid #e7e7e7;
    padding: 10px 9px 10px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-artist p {
    padding: 10px 9px 10px 15px;
}

.image-gallery .gallery-block {
    padding: 10px 30px;
}

.services-pricing .service {
    border-bottom: 1px solid #ff0090;
    margin-bottom: 5px;
}

.profile-info h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.profile-info .heading {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.profile-info {
    background: #ffffff;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
}

.artist-social-links {
    margin-left: 30px;
}

.artist-social-links .social-link {
    width: 30px;
    height: 30px;
    line-height: 21px;
    border: 2px solid #ff0090;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-logged-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.not-logged-in a {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.fa.Claimed {
    margin-right: 0;
    border: 1px solid #00b949;
    border-radius: 10px;
    padding: 2px;
}

.fa.Unclaimed {
    color: #f1222c;
    font-size: 16px;
}

.otp-btn {
    font-size: 16px;
    margin-top: 10px;
}

.otp {
    margin-bottom: 10px;
}

.user-info-section input[type="text"] {
    margin-bottom: 10px;
}

.user-info-section input[type="radio"] {
    margin-bottom: 10px;
    width: auto;
    margin-right: 5px;
}

.user-info-section .gender {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.olready-assured .whats-this {
    color: #ff0090;
    font-size: 8px;
    text-decoration: underline !important;
    margin-left: 10px;
}

.artist-social-links .social-link:hover {
    border: 2px solid #ff0090;
    background: #ff0090;
}

.artist-social-links .social-link:hover i {
    color: #ffffff;
}

.artist-social-links .social-link i {
    color: #ff0090;
    font-size: initial;
}

.service-block {
    padding: 0 15px;
}

.sub-service-li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.profile-sidebar .white-block {
    background: #ffffff;
    padding: 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.profile-sidebar .white-block .heading {
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    font-size: 16px;
}

.profile-sidebar .white-block h6 {
    padding: 10px 20px 0 20px;
    margin: 0;
    text-transform: uppercase;
}

.profile-sidebar .white-block .content {
    padding: 10px 20px;
    background: #ffffff !important;
    color: gray;
    border-radius: 5px;
}

.profile-sidebar .white-block .content ul {
    margin-bottom: 0;
}

.service-info {
    padding: 10px 50px;
    background: #f8f8f8;
    width: calc(100% + 46px);
    margin-left: -31px;
    font-size: 12px;
    margin-top: 10px;
    display: none;
}

ul.service-info {
    padding-left: 30px !important;
}

.service-info li {
    list-style: disc;
}

.profile-sidebar .white-block h4, .profile-sidebar .white-block p {
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.profile-sidebar .white-block span {
    margin: 0 0 5px 0;
}

.profile-sidebar .white-block .btn-red {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
}

.top-image-count {
    position: absolute;
    top: 10px;
    right: 30px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}

.cheapest-price {
    color: #ff0090;
    font-weight: 600;
}

.top-assured {
    position: absolute;
    top: 80px;
    right: 30px;
    background: #ffffff;
    padding: 10px 4px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}

.btn-olready-assured {
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

.olready-assured {
    justify-content: center;
    display: flex;
    align-items: center;
}

#ss {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-count: 4;
    -moz-column-gap: 0;
    column-count: 4;
    column-gap: 0;
}

#ss img {
    width: 100% !important;
    height: 160px !important;
}

.image-block {
    background: #ffffff;
    position: relative;
}

.artist-tag {
    position: absolute;
    top: 0;
    display:none !important;	
    left: 5px;
    align-items: center;
    justify-content: center;
    width: 130px !important;
    font-size: 12px !important;
    height: 26px !important;
}

.cart, .guest {
    background: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.image-block div {
    width: 25%;
    height: 50%;
    float: left;
    padding: 5px;
    display: flex;
}

.image-block div a {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.image-block div.single-image {
    width: 100% !important;
}

.image-block div.two-images {
    width: 50%;
    height: 100%;
    padding: 0 0 0 2px !important;
}

.image-block div.three-images, .image-block div.four-images:last-child {
    width: 50%;
    padding-right: 0 !important;
}

.image-block div.three-images:last-child {
    padding: 2px 0 0 4px !important;
}

.image-block div:first-child {
    width: 50%;
    height: 100%;
    padding: 0;
}

.image-block div:nth-child(2) {
    padding: 0 2px 2px 4px;
}

.image-block div:nth-child(3) {
    padding: 0 0 2px 2px;
}

.image-block div:nth-child(4) {
    padding: 2px 2px 0 4px;
}

.image-block div:nth-child(5) {
    padding: 2px 0 0 2px;
}

.similar-artists .result-card-block:first-child, .similar-artists .result-card-block:nth-child(3), .similar-artists .result-card-block:nth-child(5) {
    padding-left: 7px;
}

.similar-artists .result-card-block:nth-child(2), .similar-artists .result-card-block:nth-child(4) {
    padding-right: 7px;
}

.result-card-block p {
    font-size: 10px;
}

.result-card-block .result-image-data h4 {
    font-size: 13px;
}

.result-card-block .view-profile {
    padding: 3px 12px !important;
}

.result-card-block .view-profile:hover {
    background: #ff0090;
    color: #ffffff;
}

.cart-detail {
    display: none;
}

.mobile-connect-artist {
    display: flex;
    justify-content: space-between;
}

.mobile-connect-artist a {
    width: 49% !important;
    white-space: normal;
}

.cart-item {
    margin-bottom: 15px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ff0090;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #ff0090;
}

.fa-check {
    color: #00b949;
    margin-right: 5px;
}

.fa-times {
    color: #f1222c;
    margin-right: 5px;
}

.result-card {
    margin-bottom: 20px;
}

.artist-tag {
    font-size: 9px;
}

.schedule-content {
    display: none;
}

.result-image {
    position: relative;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.result-image-data {
    position: absolute;
    bottom: 0;
    padding: 10px 10px 0 10px;
}

.result-image-data h4 {
    margin-bottom: 4px;
}

.result-data {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
}

.review-scroll {
    text-align: center;
    font-weight: 600;
    color: #ff0090;
    padding: 10px;
    cursor: pointer;
}

.result-data .artist-price b {
    color: #ff0090;
}

.result-data .artist-price {
    font-size: 11px;
    font-weight: 600;
    text-transform: none !important;
}

.schedule-content {
    background: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.similar-artists .view-profile {
    font-size: 14px !important;
}

.search-result-description {
    margin-top: 0;
}

.services-pricing .fa {
    color: #ff0090;
}

.desktoptel, .desktoptel:focus, .desktoptel:active {
    display: block;
    background: #ffffff;
    color: #ff0090;
    border: 1px solid #ff0090;
}

.desktoptel, .customize-booking, .customize-booking:active, .customize-booking:focus {
    display: block;
    background: #ffffff;
    color: #ff0090;
    border: 1px solid #ff0090;
}

.customize-booking:hover {
    background: #ff0090;
    color: #ffffff;
}

.desktoptel:hover {
    color: #ff0090;
    border: 1px solid #ff0090;
    cursor: default;
}

.mobiletel {
    display: none;
}

.image-gallery-overlay {
    height: 180px;
}

.mobile-city {
    display: none;
}

.add_photos {
    background-color: #e44c8e;
    border-color: #e44c8e;
}

.add_photos:hover {
    background-color: #ea6fa5;
    border-color: #ea6fa5;
}

@media only screen and (max-width: 740px) {
    .image-gallery-mobile {
        display: block !important;
    }

    .mobile-city {
        display: block;
    }

    .desktop-city, .desktop-claim-status {
        display: none;
    }

    .image-block {
        height: 220px;
    }

    .detail-block-for-mobile {
        width: 50%;
    }

    .detail-container-for-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .service-price .btn-red {
        margin-left: 10px !important;
    }

    .image-gallery-desktop, .about-artist-desktop {
        display: none;
    }

    .desktop-block {
        display: none;
    }

    .mobile-block {
        display: block;
    }

    .image-block img {
        height: 220px;
    }

    .desktoptel {
        display: none;
    }

    .mobiletel {
        display: block;
    }

    .lightgallery a {
        width: 32%;
        height: 140px;
    }

    .lightgallery a img {
        height: 140px;
    }

    .lightgallery {
        justify-content: space-between;
    }

    .image-gallery-overlay {
        height: 140px;
    }

    .menu {
    }

    .profile-info .heading {
        margin-bottom: 10px;
    }
}