@media (max-width: 991px) {
    body {
        background: linear-gradient(90deg, #E7FFFF 0%, #FFF 100%);
    }

    .artists ul li {
        margin-bottom: 8px;
    }

    .header {
        position: fixed;
        top: 0;
        z-index: 9;
        display: block;
        background: linear-gradient(90deg, #E7FFFF 0%, #FFF 100%);
        width: 100%;
    }

    .header .header-container .brand-logo img:last-child {
        max-width: 212px;
    }

    .header .header-container .brand-logo img:first-child {
        max-width: 55px;
    }

    /* .header .header-container .brand-logo{
        margin: 0 auto;
    } */

    .page-wrapper {
        padding-top: 112px;
    }


    /* ========== Banner Start ========== */
    .banner {
        height: 100%;
        display: flex;
        align-items: stretch;
        flex-direction: column-reverse;
        padding: 0 20px;
    }

    .banner .banner-detail-container {
        overflow: auto;
        padding: 20px 0;
        height: auto;
        background: unset;
        max-width: 100%;
        width: 100%;
    }

    .banner .banner-detail-container .brand-logo {
        display: none;
        align-items: center;
        justify-content: center;
        margin-bottom: 72px;
    }

    .banner .banner-detail-container .brand-logo * {
        width: 335.002px;
    }

    .banner .banner-detail-container .details {
        text-align: center;
    }

    .banner .banner-detail-container .details .our-mission-img * {
        width: 130px;
        margin: 0 auto;
    }

    .banner .banner-detail-container .details .details-disc {
        font-size: 14px;
        font-weight: 500;
        color: #022b67;
        max-width: 100%;
        margin: 20px auto 40px;
    }

    .banner .banner-detail-container .details .details-disc * {
        margin-bottom: 0;
    }

    .banner .banner-detail-container .action * {
        width: fit-content;
        display: block;
        font-family: 'Coldiac Free', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #aaf9f9;
        background-color: #022b67;
        max-width: 373.997px;
        margin: 0 auto;
        border: 0;
        padding: 8px 16px;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
        -webkit-transition: color background 0.3s ease-in-out;
        -moz-transition: color background 0.3s ease-in-out;
        -ms-transition: color background 0.3s ease-in-out;
        -o-transition: color background 0.3s ease-in-out;
    }

    .banner .banner-detail-container .action *:hover {
        background-color: #aaf9f9;
        color: #022b67;
    }

    .banner .banner-detail-container .question {
        margin-top: 40px;
    }

    .banner .banner-detail-container .question .title * {
        font-family: "Distant Stroke", sans-serif;
        font-size: 32.006px;
        font-weight: 500;
        margin-bottom: 3.994px;
    }

    .banner .banner-detail-container .question .disc * {
        font-size: 15.994px;
        color: #011b42;
        font-weight: 400;
        margin-bottom: 0;
    }

    .banner .banner-detail-container .question .disc strong {
        font-weight: 600;
    }

    .banner .banner-detail-container .question .disc a {
        color: #458c98;
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }

    .banner .banner-detail-container .question .disc a:hover,
    .banner .banner-detail-container .question .disc a:focus,
    .banner .banner-detail-container .question .disc a:active {
        color: #011b42;
    }

    .banner .banner-image-container {
        width: 100%;
        position: relative;
    }

    .banner .banner-image-container .image {
        width: 100%;
        height: 100%;
    }

    .banner .banner-image-container .image * {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .banner .banner-image-container .banner-shapes {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% - 4px);
    }

    .banner .banner-image-container .banner-shapes * {
        width: auto;
        height: 100%;
    }

    .banner .banner-image-container .image-text {
        position: absolute;
        top: 600px;
        left: -68.006px;
    }

    .banner .banner-image-container .image-text * {
        width: 530.995px;
    }

    .banner .banner-image-container .banner-menu {
        display: none;
        min-width: 8.125vw;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../images/thumb/header-bg.png") no-repeat center;
        background-size: cover;
        padding: 1.354vw 1.146vw 1.354vw 1.563vw;
        text-align: right;
        z-index: 1;
    }

    .banner .banner-image-container .banner-menu {
        display: block;
        min-width: 250px;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../images/thumb/header-bg-mobile.png") no-repeat center;
        background-size: cover;
        padding: 20px;
        text-align: right;
        z-index: 1;
        bottom: 0;
        overflow-y: auto;
    }

    .banner .banner-image-container .banner-menu .main-dd.active .dd-title,
    .banner .banner-image-container .banner-menu .main-dd.show .dd-title {
        color: #61c5c7;
    }

    .banner .banner-image-container .banner-menu .main-dd.active .dd-title img {
        filter: brightness(0) saturate(100%) invert(77%) sepia(77%) saturate(299%) hue-rotate(126deg) brightness(84%) contrast(82%);
    }

    .banner .banner-image-container .banner-menu .main-dd.show .dd-title img {
        filter: brightness(0) saturate(100%) invert(77%) sepia(77%) saturate(299%) hue-rotate(126deg) brightness(84%) contrast(82%);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(77%) saturate(299%) hue-rotate(126deg) brightness(84%) contrast(82%);
    }

    .banner .banner-image-container .banner-menu .main-dd .dd-title {
        font-size: 20.006px;
        color: var(--white);
        font-family: "Playfair Display", sans-serif;
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10.003px;
        margin-bottom: 10.003px;
        text-transform: capitalize;
    }

    .banner .banner-image-container .banner-menu .main-dd .dd-title img {
        width: 12.998px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .banner .banner-image-container .banner-menu .main-dd.show ul {
        display: block;
    }

    .banner .banner-image-container .banner-menu .main-dd ul {
        display: none;
        margin-bottom: 20.006px;
    }

    .banner .banner-image-container .banner-menu .main-dd .dd-menu {
        font-size: 15.994px;
        color: var(--white);
        font-family: "Playfair Display", sans-serif;
        margin-bottom: 0;
    }

    .banner .banner-image-container .banner-menu .main-dd .dd-menu.active {
        color: #61c5c7;
    }

    /* ========== Banner End ========== */



    /* ========== Footer Start ========== */
    .footer {
        display: flex;
        align-items: stretch;
        padding: 0 20px;
    }

    .footer .footer-logo {
        padding: 25.997px 0 21.005px;
        background: url("../images/thumb/footer-left.png") no-repeat center;
        background-size: cover;
        min-width: 40%;
        width: 40%;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .footer .footer-logo * {
        display: block;
        max-width: 444px;
        width: 100%;
    }

    .footer .footer-details {
        padding: 25.997px 0 45px;
        background: unset;
        background-size: cover;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .footer .footer-details>* {
        flex: 0 0 50%;
    }

    .footer .footer-details * {
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }

    .footer .footer-details .location {
        text-align: center;
    }

    .footer .footer-details .location .location-image * {
        width: 92.006px;
        margin-bottom: 13.997px;
    }

    .footer .footer-details .location .disc * {
        font-size: 15.994px;
        max-width: 210.01px;
        margin-bottom: 0;
    }

    .footer .footer-details .hrs {
        text-align: center;
    }

    .footer .footer-details .hrs .hrs-image * {
        width: 67.008px;
        margin-bottom: 13.997px;
    }

    .footer .footer-details .hrs .disc ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8.006px;
    }

    .footer .footer-details .hrs .disc .day {
        text-align: left;
    }

    .footer .footer-details .hrs .disc .day * {
        font-weight: 400;
        font-size: 15.994px;
        margin-bottom: 0;
    }

    .footer .footer-details .hrs .disc .time {
        text-align: left;
    }

    .footer .footer-details .hrs .disc .time * {
        font-size: 15.994px;
        margin-bottom: 0;
    }

    .footer .footer-details .let-connect {
        text-align: center;
        margin: 40px auto 0;
    }

    .footer .footer-details .let-connect .let-connect-image {
        display: none;
    }

    .footer .footer-details .let-connect .let-connect-image * {
        width: 157.997px;
        margin-bottom: 13.997px;
    }

    .footer .footer-details .let-connect .social {
        position: fixed;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #E7FFFF 0%, #FFF 100%);
        width: 100%;
        padding: 10px 0;
        z-index: 1;
    }

    .footer .footer-details .let-connect .social ul {
        gap: 22px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .footer .footer-details .let-connect .social ul::before {
        display: none;
    }

    .footer .footer-details .let-connect .social a {
        display: block;
    }

    .footer .footer-details .let-connect .social a:hover {
        opacity: 0.6;
    }

    .footer .footer-details .let-connect .social a * {
        width: 35px;
        height: auto;
    }

    .footer .footer-details .let-connect .disc * {
        font-weight: 600;
        color: #676767;
        font-size: 11.002px;
        margin-bottom: 0;
    }

    .footer .footer-details .let-connect .disc a {
        color: #488c99;
    }

    .footer .footer-details .let-connect .disc a:hover,
    .footer .footer-details .let-connect .disc a:active,
    .footer .footer-details .let-connect .disc a:focus {
        color: #022b67;
    }

    /* ========== Footer End ========== */

    /* ========== About Us Page Start ========== */
    .banner .banner-detail-container .aaccordion {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .at-title span {
        font-size: 14px;
    }

    .location-page .aaccordion .at-item .at-tab p {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .at-title {
        padding: 7px 35px 7px 35px;
    }

    .about-us .banner .banner-detail-container .details .details-disc {
        font-size: 13px;
        max-width: 100%;
        padding: 20px 0;
    }

    .about-us .banner .banner-detail-container .details .our-mission-img * {
        max-width: 138px;
    }

    .aaccordion .at-item a.at-title img {
        width: 21px;
        left: 14px;
    }

    .about-us .aaccordion .at-item .at-tab p {
        font-size: 13px;
    }

    /* ========== About Us Page End ========== */

    /* location */
    .location-page .banner .banner-detail-container .details .details-disc {
        max-width: 100%;
        margin: 20px auto;
    }

    .aaccordion .at-item {
        margin-bottom: 20px;
    }

    .aaccordion .at-item .at-title .play-icon img {
        width: 12px;
        left: 14px;
    }

    .location-page .banner .banner-detail-container .details .our-mission-img * {
        width: 134px;
    }

    .location-page .banner .banner-detail-container .slogan {
        margin-bottom: 26px;
    }

    .location-page .banner .banner-image-container .map-detail-img {
        max-width: 200px;
    }

    .location-page .banner .banner-detail-container .slogan * {
        width: 212px;
    }

    /* location */

    /* policies-page */
    .policies-page .banner .banner-detail-container .details .our-mission-img * {
        width: 186px;
    }

    .policies-page .banner .banner-detail-container .details .details-disc {
        margin: 22px auto;
    }

    .policies-page .aaccordion .at-item {
        margin-bottom: 20px;
    }

    .policies-page .aaccordion .at-item .at-tab p {
        font-size: 14px;
    }

    .policies-page .aaccordion .at-item .at-tab {
        padding: 7px 30px 7px 49px;
    }

    .policies-page .banner .banner-detail-container .aaccordion {
        margin: 23px auto 30px;
    }

    /* policies-page */

    /* services-pricing-page */
    .banner .banner-detail-container .details .pricing-details-block {
        max-width: 100%;
        padding: 25px 24px;
        margin: 0 auto 35px;
    }

    .services-pricing-page .banner .banner-detail-container .details .details-disc {
        max-width: 100%;
    }

    .services-pricing-page .banner .banner-detail-container .details .details-disc {
        font-size: 12px;
    }

    .banner .banner-detail-container .details .pricing-details-block span {
        font-size: 12px;
    }

    .banner .banner-detail-container .details .pricing-details-block P {
        font-size: 12px;
    }

    .services-pricing-page .banner .banner-detail-container .pricing-logo {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .services-pricing-page .banner .banner-detail-container .pricing-logo * {
        width: 168px;
    }

    .services-pricing-page .banner .banner-detail-container .details .our-mission-img * {
        width: 252px;
    }

    /* services-pricing-page */

    /* artists-page */
    .artists-page .banner .banner-detail-container .artists-log {
        margin-bottom: 7px;
    }

    .artists-page .banner .banner-detail-container .artists-log * {
        width: 443px;
    }

    .artists-page .banner .banner-detail-container .details .our-mission-img * {
        width: 336px;
    }

    .artists-page .banner .banner-detail-container .details .artists-details {
        margin: 24px auto 22px;
        max-width: 100%;
        flex-direction: column;
    }

    .artists-details .artists-right-details {
        margin-left: 0;
        margin-top: 22px;
    }

    .artists-details .artists-right-details .icons ul {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .artists-details .artists-left-details {
        padding: 25px 20px;
    }

    .artists-details .artists-right-details .icons ul li {
        margin-bottom: 0px;
    }

    .artists-details .artists-right-details .icons ul li a * {
        width: 42px;
    }

    .artists-details .artists-left-details p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .details .artists-details {
        max-width: 100%;
    }

    .artists-page.artists-jaydan .aaccordion .at-item .accordion-img img {
        width: 374px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .aaccordion {
        max-width: 430px;
    }

    .artists-page.artists-jaydan .at-item .at-title .navigation {
        width: 55px;
    }

    .artists-page.artists-jaydan .aaccordion .at-item .at-title .play-icon img {
        left: 10px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .artists-log * {
        width: 332px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .details .our-mission-img * {
        width: 398px;
    }

    .artists-page.artists-jaydan .at-item .at-title {
        justify-content: center;
    }

    .artists-page.artists-jaydan .aaccordion .at-item .at-tab {
        padding: 15px 12px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .aaccordion {
        margin: 0 auto 20px;
    }

    .artists-page.artists-michael .banner .banner-detail-container .artists-log * {
        width: 295px;
    }

    .artists-page.artists-michael .banner .banner-detail-container .details .our-mission-img * {
        width: 355px;
    }

    .artists-page.artists-michael .artists-details .artists-left-details {
        padding: 20px 15px;
    }

    .artists-page.artists-michael .artists-details .artists-right-details .icons ul li a * {
        width: 38px;
    }

    .banner-detail-container .details .artists-gallery ul li {
        margin-right: 0;
    }

    .banner-detail-container .details .artists-gallery {
        max-width: 438px;
        margin: 0 auto 20px;
    }

    .banner-detail-container .details .artists-gallery ul {
        gap: 20px;
    }

    .banner-detail-container .details .artists-gallery ul {
        justify-content: center;
    }

    /* artists-page */

    /* services-menu */
    .services-page .banner .banner-detail-container .menu-log * {
        width: 108px;
    }

    .services-page .banner .banner-detail-container .details .our-mission-img {
        margin: 8px 0 16px;
    }

    .services-page .banner .banner-detail-container .details .our-mission-img * {
        width: 276px;
    }

    .services-page .aaccordion .at-item .at-title {
        padding: 10px 43px 10px 43px;
    }

    .services-block .services-block-left * {
        font-size: 12px;
    }

    .aaccordion-services-right .services-block::after {
        width: 64px;
        height: 42px;
    }

    .at-tab .aaccordion-services-wrapper .aaccordion-services-left {
        margin-right: 10px;
    }

    .at-tab .aaccordion-services-wrapper .aaccordion-services-left ul li {
        margin-bottom: 20px;
    }

    .at-tab .aaccordion-services-wrapper .aaccordion-services-left ul li a * {
        width: 48px;
    }

    .services-page .aaccordion .at-item {
        margin-bottom: 10px;
    }

    .at-tab .aaccordion-services-wrapper {
        align-items: center;
    }

    .services-page .aaccordion .at-item {
        margin-bottom: 22px;
    }

    .at-tab .aaccordion-services-wrapper .aaccordion-services-left ul li a * {
        width: 30px;
    }

    .aaccordion-services-right .services-block {
        margin-bottom: 10px;
    }

    .aaccordion-services-right .services-below-details span {
        font-size: 8px;
    }

    .aaccordion-services-right .services-block .services-block-left {
        padding: 2px 15px;
    }

    .services-page .aaccordion .at-item .at-title h2 {
        font-size: 13px;
    }

    .services-page .aaccordion .at-item .at-title span {
        font-size: 10px;
    }

    .services-page .banner .banner-detail-container .brand-logo {
        margin-bottom: 24px;
    }

    .services-page .banner .banner-detail-container .menu-log {
        margin-left: 0;
    }

    .services-page .banner-detail-container .aaccordion {
        max-width: 100%;
    }

    .celebrity-block .celebrity-services-details {
        box-shadow: 1px 3px 6px 0px black;
        padding: 24px 24px 17px;
    }

    .celebrity-services-details .celebrity-services-cost {
        margin-bottom: 7px;
    }

    .aaccordion-services-right .celebrity-block {
        padding: 15px;
    }

    .celebrity-block p {
        font-size: 12px;
    }

    .celebrity-block .celebrity-services-details h3 {
        font-size: 14px;
    }

    .celebrity-block .celebrity-services-details h5 {
        font-size: 10px;
    }

    .celebrity-block .celebrity-services-details h4 {
        font-size: 12px;
    }

    .celebrity-block p {
        margin-bottom: 16px;
    }

    /* services-menu */
    /* product-collaborations-page */
    .product-collaborations .banner .banner-detail-container .brand-logo * {
        width: 100%;
        max-width: 300px;
    }

    .product-collaborations .banner .banner-detail-container .brand-logo {
        margin-bottom: 28px;
        display: block;
        text-align: center;
    }

    .product-collaborations .banner .banner-detail-container .artists-log * {
        width: 100%;
        max-width: 200px;
    }

    .product-collaborations .banner .banner-detail-container .artists-log {
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-collaborations .banner .banner-detail-container .our-mission-img * {
        width: 100%;
        max-width: 320px;
    }

    .product-collaborations .banner .banner-detail-container .artists-log {
        margin-bottom: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-collaborations .product-group {
        padding: 22px;
        background: linear-gradient(to right, #bee6e6, #87cfd0);
        display: flex;
        flex-wrap: wrap;
        gap: 21px;
        max-width: 425px;
        margin: 19px auto 0;
    }

    .product-collaborations .product-group .product-items {
        width: 100%;
        max-width: 178px;
        height: auto;
    }

    .product-collaborations .product-group .product-items * {
        width: 100%;
        max-width: 178px;
        height: auto;
    }

    /* product-collaborations-page */

    /* popular-services-page */
    .popular-services-page .banner .banner-detail-container .artists-log * {
        width: 140px;
    }

    .popular-services-page .banner .banner-detail-container .details .our-mission-img * {
        width: 240px;
    }

    .popular-services-page .banner .banner-detail-container .details .details-disc {
        max-width: 100%;
        font-size: 13px;
        margin: 10px auto 20px;
    }

    .popular-services-page .banner .banner-detail-container .aaccordion {
        max-width: 460px;
    }

    .aaccordion.offers .at-item .at-title .accordion-img * {
        width: 100%;
    }

    .aaccordion.offers .at-item .at-title .arrow * {
        width: 44px;
    }

    .popular-services-page .aaccordion.offers .at-item .at-tab {
        max-width: calc(100% - 43px);
    }

    .popular-services-page .banner .banner-detail-container .artists-log {
        margin-bottom: 5px;
    }

    .popular-services-page .banner .banner-detail-container .brand-logo * {
        width: 332px;
    }

    .popular-services-page .banner .banner-detail-container .brand-logo {
        margin-bottom: 24px;
        margin-right: 0;
    }

    /* popular-services-page */

    /* services-packages */
    .popular-services-page.service-packages .banner .banner-detail-container .details .details-disc {
        margin: 30px auto 30px;
    }

    .popular-services-page.service-packages .banner .banner-detail-container .details .our-mission-img * {
        width: 366px;
    }

    /* services-packages */

    /* services-promotions-page*/
    .services-promotions .banner .banner-detail-container .aaccordion {
        max-width: 374.995px;
        margin: 30.01px auto 30.01px;
    }

    .services-promotions .banner-detail-container .details .our-mission-img * {
        width: 444.998px;
    }

    .at-item .at-tab .tab-bdoy {
        padding: 16.992px 20.006px;
    }

    .at-item .at-tab .tab-bdoy p {
        font-size: 10.003px !important;
        line-height: 18.01px !important;
    }

    .services-promotions .connect-with-jaydan ul li {
        margin-right: 13.997px;
    }

    .services-promotions .connect-with-jaydan {
        max-width: 374.995px;
    }

    .services-promotions .connect-with-jaydan ul li * {
        width: 39.994px;
    }

    .services-promotions .connect-with-jaydan .logo {
        margin-bottom: 10.003px;
    }

    .services-promotions .banner .banner-detail-container .details .our-mission-img {
        margin: 0 0 14.995px;
    }

    .services-promotions .aaccordion.offers .at-item .at-tab {
        max-width: 100%;
    }

    .services-promotions .connect-with-jaydan .logo * {
        width: 151px;
    }

    .popular-services-page .banner .banner-detail-container .brand-logo {
        display: block;
        text-align: center;
    }

    .popular-services-page .banner .banner-detail-container .brand-logo * {
        width: 100%;
        max-width: 220px;
        display: inline-block;
    }

    /* services-promotions-page*/

    /* product-gift-cards */
    .banner-detail-container .details .gift-cards-block {
        max-width: 420px;
        margin: 20px auto 44px;
        padding: 24px 43px;
    }

    .banner-detail-container .details .gift-cards-block .gift-card-img * {
        width: 100%;
    }

    .banner-detail-container .details .gift-cards-block .gift-card-img {
        margin-bottom: 31px;
    }

    .banner-detail-container .details .gift-cards-block .details p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

    /* product-gift-cards */

    /* reviews-page */
    .reviews-page .banner .banner-detail-container .brand-logo {
        margin-bottom: 20px;
    }

    .reviews-page .banner .banner-detail-container .brand-logo * {
        width: 326px;
    }

    .reviews-page .banner .banner-detail-container .artists-log * {
        width: 394px;
    }

    .reviews-page .banner .banner-detail-container .our-mission-img * {
        width: 292px;
    }

    .reviews-page .banner .banner-detail-container .details .review-wrapper {
        max-width: 418px;
        margin: 20px auto 0;
    }

    .reviews-page .banner .banner-detail-container .details .review-slider-block {
        padding: 50px 25px;
    }

    .reviews-page .banner .banner-detail-container .details .review-slider-block p {
        font-size: 14px;
    }

    .reviews-page .banner .banner-detail-container .details .review-slider-block .title * {
        font-size: 34px;
    }

    .review-wrapper .swiper-pagination-bullet {
        margin: 0 15px !important;
    }

    .review-wrapper .swiper-control {
        margin: 10px 0 30px;
    }

    .banner .banner-detail-container .details .action {
        margin-bottom: 20px;
    }

    .review-wrapper .swiper-control .swiper-btn * {
        width: 17px;
    }

    .review-wrapper .swiper-control .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    /* reviews-page */

    /* review-ratings */
    .review-ratings .banner .banner-detail-container .artists-log * {
        width: 403px;
    }

    .review-ratings .banner .banner-detail-container .our-mission-img * {
        width: 292px;
    }

    .review-slider-block .review-ratings {
        top: 10px;
        margin-bottom: 12px;
    }

    .review-slider-block .review-ratings * {
        width: 87px;
    }

    /* review-ratings */
}


@media (max-width: 575px) {
    .navbar-toggler .hamburger {
        width: 32px;
        height: 31px;
    }

    .navbar-toggler .hamburger span:last-child {
        top: -9px;
    }

    .navbar-toggler .hamburger span {
        height: 6px;
    }

    .footer .footer-details {
        gap: 40px;
    }

    .footer .footer-details>* {
        flex: 0 0 100%;
    }

    .footer .footer-details .let-connect {
        margin: 0 auto;
    }

    /* services-pricing-page */
    .banner .banner-detail-container .details .pricing-details-block {
        padding: 20px 15px;
    }

    .services-pricing-page .banner .banner-detail-container .pricing-logo * {
        width: 138px;
    }

    /* services-pricing-page */

    /* artists-page */
    .artists-page .banner .banner-detail-container .artists-log * {
        width: 242px;
    }

    .artists-page.artists-jaydan .aaccordion .at-item .accordion-img img {
        width: 232px;
    }

    .artists-page.artists-jaydan .at-item .at-title .navigation {
        width: 34px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .aaccordion {
        max-width: 280px;
    }

    .artists-details .artists-right-details .icons ul li a * {
        width: 34px;
    }

    .artists-page .banner .banner-detail-container .details .our-mission-img * {
        width: 272px;
    }

    .artists-details .artists-left-details {
        padding: 20px 15px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .artists-log * {
        width: 252px;
    }

    .artists-page.artists-jaydan .banner .banner-detail-container .details .our-mission-img * {
        width: 278px;
    }

    .artists-page.artists-michael .banner .banner-detail-container .details .our-mission-img * {
        width: 270px;
    }

    .artists-page.artists-michael .banner .banner-detail-container .artists-log * {
        width: 265px;
    }

    .banner-detail-container .details .artists-gallery ul li img {
        width: 64px;
    }

    .banner-detail-container .details .artists-gallery {
        max-width: 348px;
    }

    /* artists-page */

    /* popular-services-page */
    .aaccordion.offers .at-item .at-title .arrow * {
        width: 30px;
        height: 100%;
    }

    .aaccordion.offers .at-item .at-tab {
        max-width: calc(100% - 30px);
    }

    /* popular-services-page */

    /* service-packages */
    .popular-services-page.service-packages .banner .banner-detail-container .details .our-mission-img * {
        width: 274px;
    }

    .popular-services-page.service-packages .banner .banner-detail-container .details .details-disc {
        margin: 25px auto;
    }

    .at-item .at-tab .tab-bdoy {
        padding: 12px 15px;
    }

    /* service-packages */

    /* services-promotions */
    .services-promotions .connect-with-jaydan ul li * {
        width: 30px;
    }

    .services-promotions .connect-with-jaydan ul li {
        margin-right: 10px;
    }

    /* services-promotions */

    /* product-gift-cards */
    .banner-detail-container .details .gift-cards-block {
        padding: 20px 15px;
        margin: 20px auto 22px;
    }

    /* product-gift-cards */

    .reviews-page .banner .banner-detail-container .details .review-slider-block {
        padding: 25px 15px;
    }

    .review-ratings .banner .banner-detail-container .details .review-slider-block {
        padding: 35px 15px 25px;
    }

    .review-wrapper .swiper-pagination {
        display: none;
    }

    .review-wrapper .swiper-control {
        justify-content: center;
        gap: 25px;
    }
}

@media (max-width: 475px) {

    /* product-collaborations-page */
    .product-collaborations .product-group .product-items {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .product-collaborations .product-group .product-items * {
        width: 100%;
        max-width: 100%;
        height: auto;
    }



    /* product-collaborations-page */
}

@media (max-width: 375px) {
    .header .header-container .brand-logo img:first-child {
        max-width: 35px;
    }

    .header .header-container .brand-logo img:last-child {
        max-width: 160px;
    }

    .page-wrapper {
        padding-top: 86px;
    }
}