@media screen and (max-width:1399px) {
    .location-info #map {
        height: 600px;
    }

    .gallery-section .grid-box {
        grid-gap: 20px;
    }

    .vertical-filter {
        width: 300px;
        min-width: 300px;
    }

    .vertical-filter .filter-head,
    .filter-body {
        padding: 20px;
    }

    .py-100 {
        padding: 80px 0px;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .pb-100 {
        padding-bottom: 80px;
    }

    .primary-btn {
        padding: 12px 24px;
    }

    .main-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .price-wrp {
        font-size: 40px;
    }

    .amenities-list li p {
        font-size: 16px;
    }

    .price-wrp span {
        font-size: 16px;
    }

    .tags span,
    .name-with-social h2,
    .booking-info .primary-btn,
    .tags-list li p {
        font-size: 18px;
    }

    .hours-info li {
        font-size: 16px;
        padding: 20px 0;
    }

    .tattoo-collection .owl-carousel .slide-item {
        height: 450px;
    }

    .detail-banner-content h1 {
        font-size: 36px;
    }

    .product-detail-banner,
    .with-slider-banner .banner-slide .slide-item-img img {
        height: 190px;
    }

    .detail-banner-content img {
        width: 150px;
        min-width: 150px;
    }

    .logo a {
        font-size: 18px;
    }

    header .navbar .nav-link {
        font-size: 14px;
        padding: 5px 15px !important;
    }

    .navbar-nav .dropdown-toggle::after {
        width: 16px;
        height: 16px;
        top: 9px;
    }

    .banner-title {
        font-size: 48px;
    }

    .artist-price strong {
        font-size: 18px;
    }

}


@media screen and (max-width:1199px) {
    .inner-title {
        font-size: 18px;
    }

    .navbar-nav .dropdown-toggle::after {
        right: 0;
    }

    .mobile-canvas .nav-link {
        padding: 5px 0px !important;
    }

    .booking-info .small-btn {
        width: 54px;
        min-width: 54px;
        height: 54px;
    }

    .booking-info .small-btn svg {
        max-width: 27px;
        max-height: 27px;
    }

    .booking-info .primary-btn {
        font-size: 16px;
    }

    .amenities-list li {
        width: 22.5%;
    }
}

@media screen and (max-width:991px) {
    .gallery-section .grid-box {
        grid-template-columns: repeat(4, 1fr);
    }

    .filter-with-listing #artistSearchForm {
        width: 100%;
    }

    .filter-with-listing {
        flex-wrap: wrap;
    }

    .vertical-filter {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product-left {
        height: 525px;
    }

    .amenities-list li {
        width: 30.5%;
    }

    .amenities-list li {
        padding: 20px 7px;
    }

    .tattoo-collection .right-2,
    .tattoo-collection .owl-item.left-2 {
        margin-top: 52px;
    }

    .detail-banner-content img {
        width: 100px;
        min-width: 100px;
    }

    .tattoo-collection .owl-carousel .slide-item {
        height: 350px;
    }

    .tattoo-collection .owl-theme .owl-nav {
        gap: 15px;
    }

    .tattoo-collection .owl-theme .owl-nav [class*='owl-'] {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }

}

@media screen and (max-width:767px) {
    .name-with-social {
        flex-wrap: wrap;
        gap: 10px;
    }

    .default-banner img {
        height: 190px;
        object-fit: cover;
    }

    .gallery-section .grid-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .top-bar .container {
        justify-content: center;
        text-align: center;
    }

    .top-left span {
        margin-right: 12px;
    }

    .form-control,
    .form-select {
        padding: 10px 15px;
        font-size: 14px;
    }

    .primary-btn {
        padding: 10px 20px;
    }

    .search-box .search-icon {
        top: 8px;
    }

    .search-bar,
    .filter-bar {
        gap: 15px;
    }

    .search-bar,
    .filter-bar {
        flex-wrap: wrap;
    }

    .search-box,
    .filter-bar select,
    .box-filter .input-group.small {
        flex: unset;
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .appointment-info .artist-exp,.booking-requested-info .artist-exp {
        font-size: 12px;
    }

    .booking-summary ul li,
    .total-box p {
        margin-bottom: 10px;
    }

    .details-list li,
    .artist-appointment-box .price-with-duration li {
        width: 47%;
        font-size: 13px;
    }

    .deposit-required {
        padding: 15px;
        margin-top: 30px;
    }

    .artist-appointment-box,
    .booking-summary,.booking-requested-wrp {
        padding: 20px 15px;
    }

    .artist-appointment-box .studio-name {
        margin-bottom: 10px;
    }

    .artist-profile {
        gap: 15px;
    }

    .artist-appointment-box hr,.booking-requested-wrp hr {
        margin: 20px 0;
    }

    .artist-profile img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

     .inner-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .starting-hours .hours {
        font-size: 18px;
    }

    .starting-hours .hours span {
        font-size: 14px;
    }

    .artist-info-window {
        font-size: 13px;
    }

    .gallery-section .grid-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .py-100 {
        padding: 40px 0px;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .pdf-icon svg {
        width: 40px;
        height: auto;
    }

    .hours-info {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .hours-info li {
        font-size: 14px;
        padding: 15px 0;
    }

    .box-icon svg {
        height: 30px;
        width: auto;
    }

    .pdf-box {
        border-radius: 10px;
        padding: 15px;
        margin-top: 30px;
    }

    .download-pdf svg {
        height: 30px;
        width: auto;
    }

    .tattoo-collection .owl-carousel .slide-item {
        height: 300px;
    }

    .tattoo-collection .owl-item {
        margin-top: 0px;
    }


    .amenities-list li {
        width: 46%;
    }

    .main-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .pay-method img {
        width: 30px;
    }

    .tags-list {
        margin-top: 15px;
    }

    body,
    .amenities-list li p {
        font-size: 14px;
    }

    .price-wrp {
        font-size: 32px;
    }

    .name-with-social {
        padding: 10px 15px;
    }

    .tags span,
    .name-with-social h2,
    .booking-info .primary-btn,
    .tags-list li p {
        font-size: 15px;
    }

    .product-main-title h2 {
        font-size: 20px;
    }

    .product-left {
        height: 350px;
    }

    .product-detail-banner {
        height: auto;
        padding: 68px 0 20px;
    }

    .detail-banner-content h1 {
        font-size: 24px;
        line-height: normal;
    }

    .detail-banner-content img {
        width: 70px;
        min-width: 70px;
    }

    .filter-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .banner-title {
        font-size: 35px;
    }

    .top-bar .container {
        justify-content: space-between;
        text-align: start;
    }

    .top-left span {
        display: flex;
        gap: 5px;
    }

    .top-left span svg {
        min-width: 17px;
    }

    .top-right a:first-child {
        margin-left: 0;
    }

    .top-bar {
        display: none;
    }


    .box-filter {
        padding: 15px;
    }

    .nav-link-custom {
        font-size: 14px;
    }
}

@media screen and (max-width:410px) {

    .details-list li,
    .artist-appointment-box .price-with-duration li {
        width: 100%;
    }
}