﻿*,
::before,
::after {
    box-sizing: border-box;
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr {
    height: 0;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
.content-center {
    align-content: center;
}
.swiper {
    width: 100%;
    margin: 20px 0;
}
.section-testimonials h3 {
    max-width: 800px;
    margin: auto;
    margin-bottom: 1rem;
    text-align: center;
}
.flip-container {
    perspective: 1000px; /* Adds 3D depth */
    width: 158px; /* Adjust based on image size */
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: flipWithPause 6s infinite; /* Continuous flip with pauses */
}

@keyframes flipWithPause {
    0%, 40% {
        transform: rotateY(0deg); /* Show front image */
    }

    50%, 90% {
        transform: rotateY(180deg); /* Show back image */
    }

    100% {
        transform: rotateY(360deg); /* Complete rotation, back to front */
    }
}

.flipper .front, .flipper .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top:-15px;
    backface-visibility: hidden; /* Hides the back side when not facing */
}

.flipper .front {
    z-index: 2;
}

.flipper .back {
    transform: rotateY(180deg); /* Rotates back image to face opposite */
}
.case-img-show .image-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.section-mockup.section-common-two {
    position: relative;
    overflow: hidden;
}

    .section-mockup.section-common-two::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../jpg/17139_6389177323717485070b6d.jpg);
        background-size: cover;
        background-position: center;
        opacity: 0;
        top: 0;
        left: 0;
        transition: opacity 0.6s ease-in-out;
    }

    .section-mockup.section-common-two:hover::after {
        opacity: 1;
        transition-delay: 0s; 
    }
.sec-topbod {
    border-top: 1px solid #dfdfdf;
}




.sec-dark {
    background: #000;
}
.why-citymapia-wroom li {
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-weight:400;
    font-size:1rem;
}



    .case-img-show .image-slider img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        opacity: 0;
        animation: caseCrossFade 12s infinite; 
        border-radius:10px;
    }

        /* Auto-loop for ANY number of images */
        .case-img-show .image-slider img:nth-child(1) {
            animation-delay: 0s;
        }

        .case-img-show .image-slider img:nth-child(2) {
            animation-delay: 4s;
        }

        .case-img-show .image-slider img:nth-child(3) {
            animation-delay: 8s;
        }
/* If you add 4th → delay: 12s; 5th → 16s, etc. */

@keyframes caseCrossFade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.citymapia-banner-wrapper .feature {
    height: 660px;
    display: flex;
    flex-wrap: wrap;
    padding: 2.4rem;
    position:relative;
    background-size:cover!important;
}
    .citymapia-banner-wrapper .feature::before {
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: #ffffff;
        background: linear-gradient(360deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
.citymapia-banner-wrapper .feature .content {
    margin-top: auto;
    text-align: left;
    padding-bottom: 1.6rem;
    position:relative;
}
.citymapia-banner-wrapper .feature .content p{
    margin-bottom:0.6rem;
    position:relative;
    min-height:64px;
}
.citymapia-banner-wrapper .feature .content label {
    font-size: 2.2rem;
    font-weight:700;
    position:relative;
    display:block;
    margin-bottom:1.4rem;
}

    .citymapia-banner-wrapper .feature .content p::before {
        content: '';
        position: absolute;
        width: 80px;
        background: #ED1D56;
        height: 4px;
        bottom: -20px;
    }
.citymapia-banner-wrapper .feature .feature-icon {
    width: 140px;
    height: 140px;
    animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
.citymapia-banner-wrapper .header-text {
    display: flex;
    align-items: center;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .swiper-slide img {
        width: 264px;
        height: 115px;
        object-fit: contain;
        background: #fff;
        padding: 20px;
        border: 1px solid #e7e7e7;
        border-radius:10px;
    }
table {
    text-indent: 0;
    border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}
.h2 {
    font-size: 1.6rem;
}
.case-study-portfolio .h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

hr {
    border-top-width: 1px;
}
.floating-whtsap {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    transition: transform 0.3s ease;
}
    .floating-whtsap a {
        width: 50px;
        height: 50px;
        display: block;
        background: #40c351;
        padding: 6px;
        margin-bottom: 4px;
        border-radius: 10px 0px 0px 10px;
        transform: translateX(100px);
        animation: slideIn 0.8s ease forwards;
    }
        .floating-whtsap a img {
            filter: invert(10);
            padding: 6px;
        }
.floating-call {
    background: #1d1d1f!important;
}
@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.swiper-button-prev.swiper-prev-0{
    left:3px;
}
    .swiper-button-prev.swiper-prev-0::after {
        font-size: 14px;
        background: #dcdcdc;
        width: 30px;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        border-radius: 50%;
    }
.swiper-button-next.swiper-next-0{
    right:3px;
}
    .swiper-button-next.swiper-next-0::after {
        font-size: 14px;
        background: #dcdcdc;
        width: 30px;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        border-radius: 50%;
    }
.steps {
    text-align: center;
    padding: 1rem 0;
}
    .steps h4 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    img {
        border-style: solid;
    }

textarea {
    resize: vertical;
}

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

button,
[role="button"] {
    cursor: pointer;
}

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

    [type='text']:focus,
    [type='email']:focus,
    [type='url']:focus,
    [type='password']:focus,
    [type='number']:focus,
    [type='date']:focus,
    [type='datetime-local']:focus,
    [type='month']:focus,
    [type='search']:focus,
    [type='tel']:focus,
    [type='time']:focus,
    [type='week']:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        border-color: #2563eb;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::placeholder,
    textarea::placeholder {
        color: #6b7280;
        opacity: 1;
    }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

    [type='checkbox']:focus,
    [type='radio']:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    [type='checkbox']:checked,
    [type='radio']:checked {
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

    [type='checkbox']:checked:hover,
    [type='checkbox']:checked:focus,
    [type='radio']:checked:hover,
    [type='radio']:checked:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    [type='checkbox']:indeterminate:hover,
    [type='checkbox']:indeterminate:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

    [type='file']:focus {
        outline: 1px auto -webkit-focus-ring-color;
    }

@media (min-width: 1280px) {
    html {
        font-size: 87%;
    }
}

@media (min-width: 1750px) {
    html {
        font-size: 100%;
    }
}
@media (min-width: 2000px) {
    .section-one {
        padding: 9rem 0px!important;
    }
    .section-common-two {
        padding: 9rem 0px !important;
    }

    .section-common {
        padding: 9rem 0px !important;
    }
}
@media (min-width: 1280px) {
    #font-wrapper {
        font-size: 96%;
        height: 100%;
    }
}

@media (min-width: 1750px) {
    #font-wrapper {
        font-size: 100%;
    }
}

#font-wrapper header {
    position: fixed;
    z-index: 20;
    transition: all 0.3s ease;
}

    #font-wrapper header nav {
        height: 51px;
        max-width: 100%;
        border-color: #f1f1f0;
    }

@media (min-width: 768px) {
    #font-wrapper header nav {
        height: 61px;
    }
}

@media (min-width: 1280px) {
    #font-wrapper header nav {
        position: relative;
    }

    #font-wrapper header nav {
        border-bottom-width: 1px;
    }

    #font-wrapper header nav {
        height: 70px;
    }
}

@media only screen and (min-width: 1920px) {
    #font-wrapper header nav .flex.items-center.w-full.mx-auto {
        max-width: 1920px;
    }

    #font-wrapper header nav .flex.items-center.w-full.mx-auto {
        padding-left: 1rem;
    }

    #font-wrapper header nav .flex.items-center.w-full.mx-auto {
        padding-right: 1rem;
    }
}

#font-wrapper .profile-drop-down .dropdown-toggle {
    display: flex;
    align-items: center;
    font-weight: 500;
}

@media (min-width: 1280px) {
    #font-wrapper .profile-drop-down .dropdown-toggle {
        font-size: 0.9375rem;
    }
}

body {
    height: 100%;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-family: "Metropolis";
}

h1 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    h1 {
        font-size: 4.8125rem;
    }
}

h2 {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-size: 1.2rem;
    line-height: 1.6;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 1.625rem;
        line-height: 1.3;
    }
}

@media (min-width: 1280px) {
    h2 {
        font-size: 2.625rem;
    }
}

h3 {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-size: 1.2rem;
    line-height: 1.3;
}

@media (min-width: 1024px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (min-width: 1280px) {
    h3 {
        font-size: 2.6875rem;
    }
}

.h3 {
    font-size: 1.2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .h3 {
        font-size: 1.625rem;
    }
}

@media (min-width: 1280px) {
    .h3 {
        font-size: 1.875rem;
    }
}

p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    p {
        font-size: 1.125rem;
        line-height: 1.5;
        letter-spacing: 0.1px;
    }
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-extrabolditalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-extralight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-extrabold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-bolditalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-blackitalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-extralightitalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-lightitalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-mediumitalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-regularitalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-thinitalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-semibolditalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../woff/metropolis-black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../woff/helvetica.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../woff/helveticaneue-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../woff/helveticaneue-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../woff/helveticaneue-thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../woff/helveticaneue-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "icomoon";
    src: url("../eot/icomoon50c7.eot");
    src: url("../eot/icomoon50c7.eot#iefix") format("embedded-opentype"), url("../ttf/icomoon50c7.ttf") format("truetype"), url("../woff/icomoon50c7.woff") format("woff"), url("../svg/icomoon50c7.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e905";
}

.icon-check:before {
    content: "\e920";
}

.icon-fb:before {
    content: "\e92b";
}

.icon-follow:before {
    content: "\e92c";
}

.icon-in:before {
    content: "\e92d";
}

.icon-like:before {
    content: "\e92e";
}

.icon-location:before {
    content: "\e930";
    color: #f00e4b;
}

.icon-save:before {
    content: "\e932";
}

.icon-share:before {
    content: "\e933";
}

.icon-twitter:before {
    content: "\e934";
}

textarea {
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
}

.btn-primary {
    transition-duration: 300ms;
}

.btn-secondary {
    transition-duration: 300ms;
}

@media only screen and (max-width: 768px) {
    .btn-secondary {
        font-size: 14px !important;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.container-big {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-sm {
    padding-left: 1rem;
    padding-right: 1rem;
}
.header-bg-popup{
    background-size:cover!important;
}
.choose-location button.slick-prev.slick-arrow {
    top: 12px !important;
}
.choose-location button.slick-next.slick-arrow {
    top: 12px !important;
}

.padding-t-4{
    padding-top:2rem!important;
}
.city-products .slide {
    margin: 0 0.5rem;
}
    .city-products .slide img {
        margin-bottom: 1rem;
        width: 100%;
        border-radius: 1rem;
    }
.left-pr-wrap{
    padding-right:1.6rem;
}
.left-pr-wrap img {
    width: 100%;
    max-width: 750px;
}
.city-products .slide .arrw {
    width: auto;
    margin-bottom: 0;
    margin-right: 1rem;
}
    .city-products .slide .caption {
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.cities-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: none;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: url(../png/2_6385366860087688491279790b6d.png) no-repeat;
    z-index: 1;
}
.cities-slider button.slick-next.slick-arrow {
    background: url(../png/2_6385366763335325161105910b6d.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: none;
    font-size: 0;
    width: 14px;
    height: 14px;
    z-index: 1;
}
.cities-slider li a {
    color: #fff;
    display: -webkit-box; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsfeed-slick .slick-slide {
    padding: 0rem;
    margin: 0 0.5rem;
    border-radius: 10px;
}
    .newsfeed-slick .slick-slide img {
        height: 180px;
        border-radius: 10px;
        object-fit: cover;
        object-position: top;
    }
    .newsfeed-slick .slick-slide h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
    }
.newsfeed-landing-popup #countryList {
    padding: 1rem;
    border: 1px solid #efefef;
    border-radius: 8px;
    background: #fafafa;
}
.newsfeed-landing-popup .modal-close svg{
    color:#fff;
}
.newsfeed-landing-popup h2 {
    font-size: 2rem;
}
.newsfeed-landing-popup h3{
    font-size:2rem;
}
.newsfeed-landing-popup #countryList ul li {
    position: relative;
    padding-left: 1rem;
}
    .newsfeed-landing-popup #countryList ul li a {
        display: block;
        padding: 0.2rem 0;
    }
    .newsfeed-landing-popup #countryList ul li::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background: #ed0d4b;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
    }
.newsfeed-landing-popup .modal-content {
    padding: 0;
}
.newsfeed-landing-popup .modal-content {
    margin-top: 60px!important;
}
.newsfeed-landing-popup .p-6 {
    height: 538px;
    overflow-y: auto;
}
.newsfeed-landing-popup .flex.flex-wrap.items-center.justify-center.w-full.p-4.text-center{
    height:200px;
    background-size:cover!important;
}
.newsfeed-landing-popup .h4 {
    font-size: 1.375rem;
    font-weight:700;
}
.city-brands .slide {
    margin: 0 0.5rem;
}
.city-brands .slide figure img{
    width:100%;
    border-radius:20px;
}
.max-1000 {
    max-width: 1000px;
}
.city-brands label {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    min-height: 115px;
    line-height: 1.4;
}
.city-brands .caption a {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #666666;
}
.sticky-wrapper {
    position: sticky;
    top: 150px;
}
.service-wrapper a {
    font-size: 1.125rem;
    color: #ED1D56;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
    line-height: 1;
}
    .service-wrapper a .arrw {
        width: auto;
        margin-bottom: 0;
        margin-left: 6px;
    }
    .service-wrapper {
        margin: auto;
        display: flex;
        align-items: flex-start;
        max-width: 580px;
    }
    .service-wrapper img {
        margin-bottom: 1rem;
        width: 100%;
        max-width:82px;
        border-radius: 1rem;
        margin-right:50px;
    }
    .service-wrapper label {
        color: #1E1E1E;
        font-size: 1.375rem;
        font-weight: 700;
        margin-bottom: 0.4rem;
        display: block;
        text-transform:capitalize;
    }

.technology-used {
    margin-bottom: 1.2rem;
}
.banner.case-study-banner {
    background-attachment: fixed !important;
    position:relative;
}
section.banner.case-study-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.case-study-banner .container.align-item-bottom {
    align-items: flex-end !important;
    padding-bottom: 4rem;
    position: relative;
}
.case-study-banner span.font-medium.text-white {
    background: #f00e4b;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 4px;
}
.newsfeed-landing-popup .header-bg-popup {
    padding: 2rem 1rem;
}
.technology-used .w-full.flex {
    width: 100%;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e3e3e3;
}
.service-lists {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
    .service-lists li {
        margin-right: 0.6rem;
        margin-bottom: 0.6rem;
    }
    .service-lists li a {
        border: 1px solid #e3e3e3;
        padding: 0.4rem 1rem;
        display: inline-block;
        border-radius: 30px;
    }
.logo-slider .slick-slide {
    padding: 1rem;
    border: 1px solid #efefef;
    margin: 0 0.4rem;
    border-radius: 6px;
}
.choose-location{
    display:flex;
    justify-content:center;
}
a.location-area img {
    margin-left: 0.6em;
    filter: brightness(100);
}
ul.cities-slider {
    width: 80%;
}
.text-md{
    font-size:1rem;
}
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 100%;
        background-color: #fffaeb;
        color: #212121;
        bottom: 20px;
        text-align: left;
        border-radius: 6px;
        padding: 6px;
        position: absolute;
        z-index: 1;
        font-size: 12px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.choose-location .location-area {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    width: 180px;
    margin-right: 2rem;
}
.logo-slider li img {
    max-width: 110px;
    height: 52px;
    object-fit:contain;
    margin-bottom: 1rem;
}
.logo-slider label {
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.logo-slider p {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bus-name-location .business-name{
    font-size:14px;
}
.bus-name-location .business-location {
    font-size: 14px;
    color: #790F7C;
    display:block;
}


.citymapia-section {
    padding: 60px 20px;
    margin: auto;
}

.header-text {
    text-align: center;
    margin-bottom: 50px;
}

    .header-text h1 {
        font-size: 36px;
        font-weight: 700;
        line-height:1.1;
        margin-bottom: 20px;
        padding-right:2rem;
    }

    .header-text p {
        font-size: 18px;
        color: #292A2B;
        max-width: 800px;
    }
.citymapia-banner-wrapper .cta {
    font-weight:600;
}
.cta {
    display: inline-block;
    margin-top: 20px;
    color: #e60073;
    font-weight: bold;
    text-decoration: none;
}

    .cta:hover {
        text-decoration: underline;
    }

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.feature {
    text-align: center;
}
.feature-two .content p::before {
    background: #25a877!important;
}
.feature-three .content p::before {
    background: #eca605 !important;
}
.feature-four .content p::before {
    background: #7d0d7e !important;
}
    .feature img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

@media (min-width: 640px) {
    .container-sm {
        max-width: 640px;
    }

    .container-sm {
        margin: auto;
    }
}

@media (min-width: 768px) {
    .container-sm {
        max-width: 768px !important;
    }

    .container-sm {
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .container-sm {
        max-width: 1024px !important;
    }

    .container-sm {
        margin: auto;
    }

    .container-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
   
    header nav .header-menu .profile-drop-down:hover .dropdown-menu {
        display: block;
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate(0px, 26px);
        top: 2px !important;
        left:0;
    }
    header nav .header-menu .navPanel:hover .dropdown-menu {
        display: block;
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate(0px, 15px);
        top: 5px !important;
    }
}

@media (min-width: 1280px) {
    .container-sm {
        max-width: 87.5rem !important;
    }

    .container-sm {
        margin: auto;
    }
}

@media (min-width: 768px) {
    .container-big {
        max-width: 768px !important;
    }

    .container-big {
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .container-big {
        max-width: 1024px !important;
    }

    .container-big {
        margin: auto;
    }

    .container-big {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .container-big {
        max-width: 1280px !important;
    }

    .container-big {
        margin: auto;
    }
}

@media (min-width: 1750px) {
    .container-big {
        max-width: 1620px !important;
    }

    .container-big {
        margin: auto;
    }
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1750px) {
    .container {
        max-width: 1750px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 2100px;
    }
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
}

    .form-select::-ms-expand {
        color: #6b7280;
        border: none;
    }

@media not print {
    .form-select::-ms-expand {
        display: none;
    }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
    .form-select {
        padding-right: 0.75rem;
    }
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-right: 2.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-size: [object Object];
    line-height: 1.5;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
}

    .form-select:focus {
        outline: none;
        border-color: #60a5fa;
    }

.btn-primary {
    padding: .5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    color: #E60A46;
    background-color: #EDF0F2;
}

    .btn-primary:hover {
        background-color: #1D1D1F;
        color: #fff;
    }

.btn-secondary {
    background-color: #ED1D56;
    color: #fff;
}

    .btn-secondary:hover {
        background-color: #790F7C;
    }

.logo {
    display: flex;
    align-items: center;
}

    .logo #slidecaption {
        max-width: 25px;
    }

    .logo .citymapia-logo {
        max-width: 110px;
        margin-top: 5px;
    }

@media (min-width: 640px) {
    .logo .citymapia-logo {
        max-width: 134px;
        margin-top: 8px;
    }
}

@media (min-width: 1280px) {
    .logo .citymapia-logo {
        max-width: 158px;
        margin-top: 8px;
    }
}

.btn {
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

    .btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}
.padding-bottom-0 {
    padding-bottom: 0!important;
}

.sticky {
    position: sticky;
}

.top-16 {
    top: 4rem;
}

.right-4 {
    right: 1rem;
}

.bottom-16 {
    bottom: 4rem;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.right-10 {
    right: 2.5rem;
}

.right-44 {
    right: 11rem;
}

.top-28 {
    top: 7rem;
}

.right-5 {
    right: 1.25rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.left-3 {
    left: 0.75rem;
}

.left-4 {
    left: 1rem;
}

.right-28 {
    right: 7rem;
}

.top-32 {
    top: 8rem;
}

.z-50 {
    z-index: 50;
}

.z-10 {
    z-index: 10;
}

.col-span-full {
    grid-column: 1 / -1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.float-left {
    float: left;
}

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mr-2\.5 {
    margin-right: 0.625rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-auto {
    margin-left: auto;
}

.ml-1\.5 {
    margin-left: 0.375rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-12 {
    margin-top: 3rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mr-1\.5 {
    margin-right: 0.375rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-7 {
    margin-top: 1.75rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.ml-3\.5 {
    margin-left: 0.875rem;
}

.box-content {
    box-sizing: content-box;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.h-6 {
    height: 1.5rem;
}

.h-5 {
    height: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.h-auto {
    height: auto;
}

.h-60 {
    height: 15rem;
}

.h-14 {
    height: 3.5rem;
}

.h-10 {
    height: 2.5rem;
}

.w-full {
    width: 100%;
}
.w-1\/4 {
    width: 25%;
}
.w-1\/3 {
    width: 33.333333%;
}

.w-6 {
    width: 1.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-1\/2 {
    width: 50%;
}

.w-auto {
    width: auto;
}

.w-4 {
    width: 1rem;
}

.w-96 {
    width: 24rem;
}

.w-5 {
    width: 1.25rem;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-28 {
    width: 7rem;
}

.max-w-full {
    max-width: 100%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.transform {
    transform: var(--tw-transform);
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.border-0 {
    border-width: 0px;
}

.border {
    border-width: 1px;
}

.border-l {
    border-left-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-none {
    border-style: none;
}

.border-secondary-10 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-secondary-9 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 237, 237, var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-secondary-13 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 54, 65, var(--tw-bg-opacity));
}

.bg-primary-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 251, 253, var(--tw-bg-opacity));
}

.bg-primary-8 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.bg-primary-7 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
}

.bg-secondary-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.bg-primary-11 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
}

.bg-cover {
    background-size: cover;
}

.bg-clip-padding {
    background-clip: padding-box;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.p-2 {
    padding: 0.5rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-4 {
    padding: 1rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-0 {
    padding: 0px;
}

.p-3 {
    padding: 0.75rem;
}

.p-12 {
    padding: 3rem;
}

.p-8 {
    padding: 2rem;
}

.p-6 {
    padding: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pr-2\.5 {
    padding-right: 0.625rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-lg {
    font-size: 1rem;
}

.text-base {
    font-size: 0.9375rem;
}

.text-2xl {
    font-size: 1.125rem;
}

.text-tiny {
    font-size: 0.875rem;
}

.text-sm {
    font-size: 0.8125rem;
}

.text-xl {
    font-size: 1.0625rem;
}

.text-3xl {
    font-size: 1.25rem;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-normal {
    line-height: 1.5;
}

.leading-8 {
    line-height: 2rem;
}

.leading-tight {
    line-height: 1.25;
}

.text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

.text-primary-2 {
    --tw-text-opacity: 1;
    color: rgba(121, 15, 124, var(--tw-text-opacity));
}

.text-primary-5 {
    --tw-text-opacity: 1;
    color: rgba(41, 42, 43, var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-secondary-7 {
    --tw-text-opacity: 1;
    color: rgba(43, 43, 43, var(--tw-text-opacity));
}

.text-primary-1 {
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

.text-primary-3 {
    --tw-text-opacity: 1;
    color: rgba(123, 123, 123, var(--tw-text-opacity));
}

.text-secondary-8 {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-primary-4 {
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
}

.text-current {
    color: currentColor;
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-primary-11 {
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.text-primary-9 {
    --tw-text-opacity: 1;
    color: rgba(142, 37, 208, var(--tw-text-opacity));
}

.text-secondary-14 {
    --tw-text-opacity: 1;
    color: rgba(84, 51, 222, var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(56, 109, 162, var(--tw-text-opacity));
}

.underline {
    text-decoration: underline;
}

.opacity-50 {
    opacity: 0.5;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.main-wrap {
    background: #fafafa;
    margin-top: 52px;
}

@media (min-width: 640px) {
    .main-wrap {
        margin-top: 86px;
    }
}

@media (min-width: 768px) {
    .main-wrap {
        margin-top: 96px;
    }
}

@media (min-width: 1280px) {
    .main-wrap {
        margin-top: 70px;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    .main-wrap {
        max-width: 1920px;
        margin: auto;
        margin-top: 70px;
    }
}

.reduce-space {
    padding-bottom: 0px !important;
}

.sidenav-remove .web-left-panel {
    display: none !important;
}

.sidenav-add .web-left-panel {
    position: fixed;
    display: none;
    height: 100%;
    overflow-y: scroll;
    border-right-width: 1px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .sidenav-add .web-left-panel {
        padding: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .sidenav-add .web-left-panel {
        height: auto;
    }

    .sidenav-add .web-left-panel {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .sidenav-add .web-left-panel {
        padding: 0px;
    }
}

.sidenav-add .web-left-panel {
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
    z-index: 19;
    top: 52px;
    border-color: #f1f1f0;
}

@media (min-width: 640px) {
    .sidenav-add .web-left-panel {
        width: 320px;
    }
}

@media (min-width: 768px) {
    .sidenav-add .web-left-panel {
        top: 52px;
    }
}

@media (min-width: 1280px) {
    .sidenav-add .web-left-panel {
        width: 350px;
        min-width: 350px;
    }

    .sidenav-add .web-left-panel {
        position: relative;
    }

    .sidenav-add .web-left-panel {
        top: 0px;
    }

    .sidenav-add .web-left-panel {
        display: block;
    }

    .sidenav-add .web-left-panel {
        overflow: revert;
        z-index: 19;
    }
}

@media (min-width: 1750px) {
    .sidenav-add .web-left-panel {
        width: 400px;
        min-width: 400px;
    }
}

.sidenav-add .web-left-panel::-webkit-scrollbar {
    display: none !important;
}

@media (min-width: 1280px) {
    .sidenav-add .web-left-panel .inner-wrapper {
        height: calc(100vh - 105px);
        overflow-y: scroll;
        top: 105px;
        transition: all 0.6s ease;
    }

    .sidenav-add .web-left-panel .inner-wrapper {
        padding: 1rem;
    }

    .sidenav-add .web-left-panel .inner-wrapper {
        padding-left: 1.25rem;
    }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar {
            width: 5px;
        }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar-track {
            background: #fff;
            width: 5px;
        }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
        }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

        .sidenav-add .web-left-panel .inner-wrapper:hover::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
        }
}

@media (max-width: 640px) {
    .sidenav-add .web-left-panel {
        border-right: none;
    }
}

.left-panel {
    position: fixed;
    display: none;
    height: 100%;
    overflow-y: scroll;
    border-right-width: 0px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .left-panel {
        padding: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .left-panel {
        height: auto;
    }

    .left-panel {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .left-panel {
        padding: 0px;
    }
}

.left-panel {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
    z-index: 19;
    top: 52px;
    border-color: #f1f1f0;
}

@media (min-width: 640px) {
    .left-panel {
        width: 320px;
        min-width: 320px;
        top: 86px;
    }

    .left-panel {
        border-right-width: 1px;
    }
}

@media (min-width: 768px) {
    .left-panel {
        top: 96px;
    }
}

@media (min-width: 1280px) {
    .left-panel {
        width: 350px;
        min-width: 350px;
    }

    .left-panel {
        position: relative;
    }

    .left-panel {
        top: 0px;
    }

    .left-panel {
        display: block;
    }

    .left-panel {
        overflow: revert;
        z-index: 19;
    }
}

@media (min-width: 1750px) {
    .left-panel {
        width: 400px;
        min-width: 400px;
    }
}

.left-panel::-webkit-scrollbar {
    display: none !important;
}

@media (min-width: 1280px) {
    .left-panel .inner-wrapper {
        height: calc(100vh - 105px);
        overflow-y: scroll;
        top: 105px;
        transition: all 0.6s ease;
    }

    .left-panel .inner-wrapper {
        padding: 1rem;
    }

    .left-panel .inner-wrapper {
        padding-left: 1.25rem;
    }

        .left-panel .inner-wrapper::-webkit-scrollbar {
            width: 5px;
        }

        .left-panel .inner-wrapper::-webkit-scrollbar-track {
            background: #fff;
            width: 5px;
        }

        .left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
        }

        .left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

        .left-panel .inner-wrapper:hover::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
        }
}

.right-panel {
    width: 400px;
    min-width: 400px;
    position: relative;
    z-index: 10;
    display: none;
    border-left-width: 1px;
    border-color: #f1f1f0;
}

@media (min-width: 1024px) {
    .right-panel {
        display: block;
    }

    .right-panel {
        width: 350px;
        min-width: 350px;
    }
}

@media (min-width: 1750px) {
    .right-panel {
        width: 400px;
        min-width: 400px;
    }
}

.right-panel label {
    font-size: 0.9375rem;
    text-transform: capitalize;
}

@media (min-width: 1280px) {
    .right-panel label {
        font-size: 1.0625rem;
    }
}

.right-panel .mb-5 span {
    font-size: 0.8125rem;
}

@media (min-width: 1280px) {
    .right-panel .mb-5 span {
        font-size: 0.8125rem;
    }
}

@media (min-width: 1024px) {
    .right-panel .inner-wrapper {
        height: calc(100vh - 0px);
        overflow-y: scroll;
        top: 0px;
    }

    .right-panel .inner-wrapper {
        padding: 1rem;
    }

    .right-panel .inner-wrapper {
        padding-left: 1.25rem;
    }

        .right-panel .inner-wrapper::-webkit-scrollbar {
            width: 5px;
        }

        .right-panel .inner-wrapper::-webkit-scrollbar-track {
            background: #fff;
            width: 5px;
        }

        .right-panel .inner-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
        }

        .right-panel .inner-wrapper::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

            .right-panel .inner-wrapper::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

            .right-panel .inner-wrapper::-webkit-scrollbar-thumb:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
            }

        .right-panel .inner-wrapper:hover::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
        }
}

@media (min-width: 1280px) {
    .right-panel .inner-wrapper {
        height: calc(100vh - 105px);
        overflow-y: scroll;
        top: 105px;
        transition: all 0.6s ease;
    }
}

.right-panel .right-side-heading {
    background: #F4F8F7;
    position: relative;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    border-radius: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

    .right-panel .right-side-heading::before {
        position: absolute;
        content: '';
        width: 18px;
        left: -18px;
        height: 100%;
        top: 0;
        background: #F4F8F7;
    }

    .right-panel .right-side-heading::after {
        position: absolute;
        content: '';
        width: 16px;
        right: -15px;
        height: 100%;
        top: 0;
        background: #F4F8F7;
    }

@media only screen and (min-width: 1930px) {
    .right-panel .right-side-heading::after {
        display: none;
    }

    .right-panel .right-side-heading {
        padding-right: 10px;
    }

    .working-all {
        padding-right: 10px;
    }
}

@media (min-width: 1280px) {
    .city-detail-pages .right-panel .inner-wrapper {
        height: calc(100vh - 71px);
        overflow-y: scroll;
        top: 71px;
    }
}

@media (min-width: 640px) {
    .city-detail-pages .left-panel {
        top: 52px;
    }
}

@media (min-width: 768px) {
    .city-detail-pages .left-panel {
        top: 62px;
    }
}

@media (min-width: 1280px) {
    .city-detail-pages .left-panel {
        top: 0px;
    }

        .city-detail-pages .left-panel .inner-wrapper {
            height: calc(100vh - 71px);
            overflow-y: scroll;
            top: 71px;
        }

    .city-detail-pages .center-panel {
        padding-top: 22px;
    }
}

.city-detail-pages header nav {
    border-bottom: none;
}

@media (min-width: 640px) {
    .city-detail-pages .main-wrap {
        margin-top: 52px;
    }
}

@media (min-width: 768px) {
    .city-detail-pages .main-wrap {
        margin-top: 62px;
    }
}

@media (min-width: 1280px) {
    .city-detail-pages .main-wrap {
        margin-top: 70px;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    .city-detail-pages .main-wrap {
        max-width: 1920px;
        margin: auto;
        margin-top: 70px;
    }
}

.card .client-comment {
    padding-left: 2.4rem;
    padding-top: 0.7rem;
    position: relative;
}

@media (min-width: 768px) {
    .card .client-comment {
        padding-left: 70px;
    }
}

.card .client-comment .review-header {
    margin-bottom: 0.5rem;
}

    .card .client-comment .review-header h4 {
        display: flex;
        align-items: center;
        font-size: 0.9375rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
        line-height: 1;
    }

    .card .client-comment .review-header .date {
        font-size: 0.8125rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(123, 123, 123, var(--tw-text-opacity));
        line-height: 1;
    }

    .card .client-comment .review-header .rating {
        margin-left: auto;
        display: flex;
        font-size: 0.9375rem;
        font-weight: 400;
    }

        .card .client-comment .review-header .rating img {
            width: 15px;
        }

.card .client-comment .review-profile-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .card .client-comment .review-profile-pic {
        height: 3.5rem;
    }

    .card .client-comment .review-profile-pic {
        width: 3.5rem;
    }
}

.card .client-comment .review-profile-pic {
    background: #FDE8EE;
    color: #BF6981;
    font-weight: 600;
}

.card .client-comment p {
    line-height: 1.5;
}

.card .client-comment .liked {
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.center-panel {
    height: 100%;
    width: 100%;
}

@media (min-width: 1024px) {
    .center-panel {
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .center-panel {
        max-width: 680px;
        padding-top: 56px;
    }
}

@media (min-width: 1750px) {
    .center-panel {
        max-width: 760px;
    }
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-bottom-width: 1px;
    border-color: #f1f1f0;
    z-index: 1000;
}

    header nav {
        display: flex;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 51px;
    }

@media (min-width: 1024px) {
    header nav {
        height: auto;
    }
}

@media (min-width: 1280px) {
    header nav {
        height: 80px;
    }
}

header nav .location-selector {
    display: inline-flex;
    align-items: center;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
    line-height: 1;
}

@media (min-width: 768px) {
    header nav .location-selector {
        font-size: 13px;
    }
}

@media (min-width: 1280px) {
    header nav .location-selector {
        font-size: 0.9375rem;
    }
}

@media only screen and (min-width: 1920px) {
    header nav {
        max-width: 1920px;
        margin: auto;
    }
}

header .btn-black {
    margin-left: 0.5rem;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-duration: 300ms;
}

@media (min-width: 1024px) {
    header .btn-black {
        margin-left: 1.25rem;
    }
}

header .btn-black {
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 12px;
}

@media only screen and (max-width: 375px) {
    header .btn-black {
        font-size: 10px;
    }
}

@media (min-width: 640px) {
    header .btn-black {
        padding: 6px 10px;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    header .btn-black {
        padding: 9px 20px;
        font-size: 12px !important;
    }
}

@media (min-width: 1280px) {
    header .btn-black {
        padding: 9px 20px;
        font-size: 13px !important;
    }
}

header .btn-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
}

header .btn-primary {
    margin-left: 0.5rem;
    display: none;
    justify-content: center;
    font-weight: 500;
    transition-duration: 300ms;
}

@media (min-width: 768px) {
    header .btn-primary {
        font-size: 0.8125rem;
    }
}

header .btn-primary {
    border-radius: 20px;
    padding: 6px 8px;
    font-size: 9px;
}

@media (min-width: 640px) {
    header .btn-primary {
        padding: 6px 8px;
        font-size: 11px;
    }

    header .btn-primary {
        display: inline;
    }
}

@media (min-width: 768px) {
    header .btn-primary {
        padding: 9px 20px;
        font-size: 12px !important;
    }
}

@media (min-width: 1280px) {
    header .btn-primary {
        padding: 9px 20px;
        font-size: 13px !important;
    }
}

header .header-menu {
    position: absolute;
    left: 0px;
    z-index: 10;
    margin-top: 0px;
    height: 100vh;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    top: 61px;
    width: 320px;
}

@media (min-width: 1024px) {
    header .header-menu {
        position: relative;
    }

    header .header-menu {
        top: 0px;
    }

    header .header-menu {
        height: auto;
    }

    header .header-menu {
        width: auto;
    }

    header .header-menu {
        padding: 0px;
    }

    header .header-menu {
        max-height: 37px;
    }
}
header .dropdown-item.active, .dropdown-item:active {
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
    color: #fff!important;
}
header .header-menu a {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
}
.horizontal-list {
    display: flex;
}
    .horizontal-list li {
        padding: 0.4rem 1rem;
        border: 1px solid #f3f3f3;
        margin-right: 1rem;
        border-radius: 30px;
        background: #fafafa;
        color: #e60a46;
    }
.customers-count {
    justify-content: center;
    align-items: center;
}
    .customers-count .count {
        color: #fff;
        text-align: center;
        margin: 0rem 2rem;
        font-size: 1.6rem;
        font-weight: 600;
    }
.count span {
    display: block;
    text-align: center;
    justify-content: center;
    font-weight: 200;
}
@media (min-width: 1024px) {
    header .header-menu a {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height:1;
    }
}

header .header-menu a.active {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

header .header-menu a img {
    margin-top: -2px;
}

header .header-menu .location-selector {
    padding: 0.5rem;
}

@media (min-width: 1024px) {
    header .header-menu .location-selector {
        padding: 0px;
    }
}

header .header-menu .location-selector .location-selector {
    padding: 0px;
}

header .header-menu .profile-drop-down {
    margin-right: 1rem;
    margin-left: 0px;
    padding: 0.5rem;
}

@media (min-width: 1024px) {
    header .header-menu .profile-drop-down {
        margin-left: 1rem;
    }

    header .header-menu .profile-drop-down {
        padding: 0px;
    }
}

header .profilename-avatar {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

    header .profilename-avatar .pro-avatar {
        width: 2.375rem;
        height: 2.375rem;
        display: inline-block;
        border-radius: 9999px;
    }

@media (min-width: 640px) {
    header .profilename-avatar .pro-avatar {
        margin-left: 0.5rem;
    }
}

header .top-area-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    header .top-area-button {
        display: inline-flex;
    }

    header .top-area-button {
        width: auto;
    }
}

header .profile-drop-down {
    margin-left: 1rem;
    margin-right: 0.5rem;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 1;
}

    header .profile-drop-down .dropdown-toggle {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
    }

@media (min-width: 768px) {
    header .profile-drop-down {
        font-size:13px;
    }
}

header .profile-drop-down .dropdown-menu {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    min-width: 12rem;
    border: 1px solid #efeded;
    top: 5px !important;
}

    header .profile-drop-down .dropdown-menu li a {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        transition-duration: 300ms;
        line-height:1.4;
        text-transform:capitalize;
    }

        header .profile-drop-down .dropdown-menu li a:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

@media (min-width: 1280px) {
    .header-sticky .sticky-head {
        margin-top: -35px;
    }

    .header-sticky .left-panel .inner-wrapper {
        top: 68px;
        height: calc(100vh - 68px);
    }

    .header-sticky .right-panel .inner-wrapper {
        top: 68px;
        height: calc(100vh - 68px);
    }
}

.whatsapp {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 20;
    cursor: pointer;
}

@media (min-width: 768px) {
    .whatsapp {
        width: 4rem;
    }
}

@media (min-width: 1024px) {
    .whatsapp {
        bottom: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .whatsapp {
        width: 5rem;
    }
}

.whatsapp img {
    width: 100%;
}

.buz-banner {
    height: 300px;
    overflow: hidden;
    border-radius: 0.375rem;
}

.btn-black {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-duration: 300ms;
    padding: 6px 8px;
}

.follow {
    padding: 0.5rem 0.5rem;
    padding-top: 0.6rem;
    height: 33px;
}

@media (min-width: 1280px) {
    .follow {
        padding: 0.5rem 1rem;
    }
}

.follow:hover img {
    filter: brightness(0) invert(1);
}

.sticky-head {
    background: #edf1fa;
    height: 34px;
    transition: all 0.6s ease;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .sticky-head {
        display: flex;
    }
}

.sticky-head p {
    text-align: left;
}

@media (min-width: 1024px) {
    .sticky-head p {
        text-align: center;
    }
}

.sticky-head p {
    line-height: 1;
}

.best-deals {
    width: 100%;
    height: auto;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 0.375rem;
}

    .best-deals .deals-title {
        position: relative;
        display: block;
        width: 100%;
        padding: 0.75rem;
        text-transform: capitalize;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        background: linear-gradient(to right, black 0%, rgba(26, 26, 26, 0.123) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
    }

    .best-deals .carousel-item {
        height: 150px;
        overflow: hidden;
    }

.city-links li a {
    display: block;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .city-links li a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.city-links li a:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

.business-links li a {
    display: flex;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 500;
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .business-links li a {
        font-size: 1rem;
    }
}

.business-links li a svg {
    margin-top: 0.25rem;
    display: inline-block;
    color: #f00e4b;
}

.business-links li a span {
    margin-right: 0.75rem;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

@media (min-width: 1280px) {
    .business-links li a span {
        height: 3rem;
    }

    .business-links li a span {
        width: 3rem;
    }
}

.business-links li a span {
    background: #faf8f8;
}

.business-links li a:hover {
    transition-duration: 300ms;
    color: #f00e4b;
}

.mob-app-dw {
    background-position: 5% -5% !important;
}

@media only screen and (max-width: 410px) {
    .mob-app-dw {
        background-position: 5% -30% !important;
        background-size: 100px !important;
    }
}

textarea {
    width: 100%;
    resize: both;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    line-height: 1.4;
    background: #f9f9f9;
}

    textarea:focus {
        --tw-ring-color: #e0e0e0;
        border-color: #e7e7e7;
        outline: 1px solid transparent;
        outline-offset: 0px;
    }

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    width: 100%;
    resize: both;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    line-height: 1.4;
    height: 3.5rem;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
}

    [type="text"]:focus,
    [type="email"]:focus,
    [type="url"]:focus,
    [type="password"]:focus,
    [type="number"]:focus,
    [type="date"]:focus,
    [type="datetime-local"]:focus,
    [type="month"]:focus,
    [type="search"]:focus,
    [type="tel"]:focus,
    [type="time"]:focus,
    [type="week"]:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
        --tw-ring-color: #e0e0e0;
        border-color: #e7e7e7;
        outline: 1px solid transparent;
        outline-offset: 0px;
    }

[type="text"] {
    height: 3rem;
}

@media (min-width: 1024px) {
    [type="text"] {
        height: 3.5rem;
    }
}

select {
    background: url(../down.html) 97% 50% no-repeat #f9f9f9;
}

.find-business {
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(239, 237, 237, var(--tw-border-opacity));
    padding: 1rem;
}

@media (min-width: 768px) {
    .find-business {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .find-business {
        padding-top: 1.25rem;
    }

    .find-business {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .find-business {
        border-radius: 0.375rem;
    }
}

@media (min-width: 1750px) {
    .find-business {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .find-business {
        padding-top: 1.5rem;
    }
}

.find-business {
    background-size: cover !important;
    background-position: 50% !important;
}

    .find-business .input-wrap {
        border: 1px solid #c9cdd3;
        background: #f9f9f9;
        overflow: hidden;
        border-radius: 0.5rem;
    }

        .find-business .input-wrap [type="text"] {
            height: auto;
            border-style: none;
            padding: 0.75rem;
            font-size: 0.8125rem;
            font-weight: 400;
        }

@media (min-width: 1024px) {
    .find-business .input-wrap [type="text"] {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1280px) {
    .find-business .input-wrap [type="text"] {
        max-height: 3.5rem;
    }

    .find-business .input-wrap [type="text"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .find-business .input-wrap [type="text"] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.find-business .input-wrap button {
    width: 5.375rem;
    height: 2rem;
    line-height: 1;
    font-weight: 600;
    font-size: 0.9375rem;
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .find-business .input-wrap button {
        height: 2.375rem;
    }

    .find-business .input-wrap button {
        font-weight: 700;
    }
}

.find-business .input-wrap button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 15, 124, var(--tw-bg-opacity));
}

.find-business h1 {
    line-height: 1;
    font-size: 1.3rem;
}
.w-100{
    width:100%;
}
.online-journey li.w-100{
    width:100%!important;
}
.section-two-products {
    background: #FAF6E7;
}
@media (min-width: 640px) {
    .find-business h1 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1750px) {
    .find-business h1 {
        font-size: 2.375rem;
        line-height: 44px;
    }
}

.find-business p {
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    .find-business {
        background: #ededed !important;
    }
}

.focus\:outline-none:focus {
    --tw-ring-color: none;
}

.panel-ad label {
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1rem;
}

.panel-ad span {
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(121, 15, 124, var(--tw-text-opacity));
    font-family: "Helvetica Neue";
}

.share-dropdown {
    position: relative;
    display: flex;
}

    .share-dropdown ul {
        position: absolute;
        z-index: 50;
        float: left;
        margin: 0px;
        margin-top: 0.25rem;
        display: none;
        width: 10rem;
        list-style-type: none;
        border-radius: 0.375rem;
        border-width: 1px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        background-clip: padding-box;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: left;
        font-size: 0.9375rem;
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .share-dropdown ul li {
            display: block;
            width: 100%;
            white-space: nowrap;
            background-color: transparent;
            font-size: 0.8125rem;
            font-weight: 400;
            --tw-text-opacity: 1;
            color: rgba(55, 65, 81, var(--tw-text-opacity));
        }

            .share-dropdown ul li:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
            }

            .share-dropdown ul li a {
                display: block;
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
                font-size: 0.8125rem;
                text-transform: capitalize;
                --tw-text-opacity: 1;
                color: rgba(55, 65, 81, var(--tw-text-opacity));
            }

                .share-dropdown ul li a:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                }

.min-w-50 {
    min-width: 50px;
}

.card {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(239, 237, 237, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
}

@media (min-width: 768px) {
    .card {
        padding: 1.25rem;
    }
}

.card {
    border-radius: 0.625rem;
}

    .card h2 {
        font-size: 1.0625rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
    }

@media (min-width: 768px) {
    .card h2 {
        font-size: 1.25rem;
    }
}

.card h2 {
    line-height: 1.3;
}

.section-testimonials .card {
    padding: 24px;
    border-radius: 1rem;
    height: 280px;
}
.author-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author-title label {
    color: #ED1D56;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem !important;
}

.author-title p {
    color: #666666;
    font-family: "Inter", sans-serif !important;
    font-size: 14px!important;
    font-weight: 400;
}

.section-testimonials
.swiper-slide img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
}

.section-testimonials .card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.section-testimonials .card p {
    font-family: Metropolis;
}
.card p {
    font-family: "Helvetica";
    color: #1e1e1e;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .card p {
        font-size: 1rem;
    }

    .card p {
        line-height: 1.5;
    }
}

.card small span {
    margin-right: 0.25rem;
}

.card .links span {
    font-size: 0.8125rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(121, 15, 124, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .card .links span {
        font-size: 0.875rem;
    }
}

.card .links span {
    font-family: "Helvetica";
}

.card .like-share a {
    font-family: "Helvetica";
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .card .like-share a {
        font-size: 0.9375rem;
    }
}

.card .like-share a svg {
    margin-right: 0.5rem;
}

.card .like-share label {
    display: none;
    cursor: pointer;
    font-family: "Helvetica";
}

@media only screen and (min-width: 500px) {
    .card .like-share label {
        display: block;
    }
}

.card textarea {
    width: 100%;
    resize: both;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    height: 4.125rem;
    line-height: 1.4;
}

    .card textarea:focus {
        --tw-ring-color: #e0e0e0;
        border-color: #e7e7e7;
        outline: 1px solid transparent;
        outline-offset: 0px;
    }

.card video {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.card iframe {
    width: 100%;
}

.card .interaction-area .like-share span {
    font-size: 0.8125rem;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .card .interaction-area .like-share span {
        font-size: 0.875rem;
    }
}

@media (min-width: 1280px) {
    .card .interaction-area .like-share span {
        font-size: 1rem;
    }
}

.rating-top img {
    max-width: 15px;
}

.rating-lists li {
    margin-bottom: 1.25rem;
    display: block;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

    .rating-lists li .one {
        min-width: 4rem;
    }

    .rating-lists li .last {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 1rem;
    }

    .rating-lists li .ic {
        min-width: 16px;
        width: 16px;
    }

.first-comment {
    position: relative;
}

    .first-comment .review-profile-pic {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        display: flex;
        height: 1.75rem;
        width: 1.75rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        font-size: 1rem;
    }

@media (min-width: 768px) {
    .first-comment .review-profile-pic {
        height: 3.5rem;
    }

    .first-comment .review-profile-pic {
        width: 3.5rem;
    }
}

.first-comment .review-profile-pic {
    background: #FDE8EE;
    color: #BF6981;
    font-weight: 600;
}

.first-comment .name-rating {
    padding-left: 2.5rem;
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    .first-comment .name-rating {
        padding-left: 66px;
    }
}

.first-comment .name-rating p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.first-comment h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    line-height: 1;
}

.social-media {
    display: flex;
}

    .social-media a {
        margin-right: 2.75rem;
        display: inline-flex;
    }

        .social-media a .icon-instagram {
            font-size: 17px;
            font-weight: 600;
        }

    .social-media i {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
        transition-duration: 300ms;
    }

        .social-media i:hover {
            --tw-text-opacity: 1;
            color: rgba(230, 10, 70, var(--tw-text-opacity));
        }

.makean-enquiry [type="text"] {
    height: 2.75rem;
}

@media (min-width: 1280px) {
    .makean-enquiry [type="text"] {
        height: 3.5rem;
    }
}

.makean-enquiry select {
    height: 2.75rem;
}

@media (min-width: 1280px) {
    .makean-enquiry select {
        height: 3.5rem;
    }
}

.subscribe {
    height: 22rem;
    background-size: cover !important;
    position: relative;
    border-radius: 0.375rem;
    background-position: center !important;
}

@media (min-width: 1280px) {
    .subscribe {
        height: 28.25rem;
    }
}

.subscribe .email-type-area {
    position: absolute;
    bottom: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(56, 21, 57, var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

    .subscribe .email-type-area input {
        width: 100%;
        border-radius: 0.5rem;
        font-size: 0.8125rem;
        height: 2.5rem;
    }

    .subscribe .email-type-area h3 {
        margin-bottom: 0.5rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        --tw-text-opacity: 1;
        color: rgba(239, 191, 83, var(--tw-text-opacity));
        font-size: 1.2rem;
    }

@media (min-width: 1280px) {
    .subscribe .email-type-area h3 {
        font-size: 1.4375rem;
    }
}

.subscribe .email-type-area .search-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0.5rem;
    margin: auto;
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    height: 1.375rem;
    border-radius: 26px;
    width: 2.375rem;
}

    .subscribe .email-type-area .search-btn svg {
        margin: auto;
        display: block;
    }

.subscribe h2 {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1;
    color: #6A216C;
    font-family: "Times New Roman", Times, serif;
}

@media (min-width: 1280px) {
    .subscribe h2 {
        font-size: 1.125rem;
    }
}

@media (min-width: 1750px) {
    .subscribe h2 {
        font-size: 1.25rem;
    }
}

.grow-your-business {
    height: 8rem;
    background-size: cover !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 1280px) {
    .grow-your-business {
        height: 9.8125rem;
    }
    
}
@media (max-width: 1280px) {
    .navPanel .bg-clip-padding {
        background: #fff;
        padding: 0.6rem;
    }
    .newsfeed-landing-popup .modal-content{
        padding:10px;
    }
    .newsfeed-landing-popup h3 br{
        display:none;
    }
    .newsfeed-landing-popup h3 {
        font-size: 1.2rem;
        font-weight: 500;
    }
}
    .grow-your-business h3 {
        margin-bottom: 0.5rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(30, 30, 30, var(--tw-text-opacity));
        line-height: 1;
        font-size: 1.2rem;
    }

    @media (min-width: 1280px) {
        .grow-your-business h3 {
            font-size: 1.3rem;
        }
    }

    .grow-your-business p {
        margin-bottom: 0.5rem;
        padding-right: 6rem;
        font-size: 0.5625rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(41, 42, 43, var(--tw-text-opacity));
    }

    @media (min-width: 1280px) {
        .grow-your-business p {
            font-size: 0.8125rem;
        }
    }

    .grow-your-business p {
        line-height: 1.6;
    }

    .grow-your-business .btn-secondary {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 0.8125rem;
        font-weight: 600;
        border-radius: 20px;
    }

    .rotating {
        -webkit-transform: rotate(360deg);
        -webkit-transition-duration: 1s;
        -webkit-transition-delay: now;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
    }

    .more-cmnt {
        font-size: 0.9375rem;
    }

    @media (min-width: 1280px) {
        .contact-banner {
            height: 31rem !important;
        }
    }

    .connectus {
        width: 200px;
        margin-top: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contactus-wrapper h3 {
        font-size: 1.5rem;
    }

    .contactus-wrapper input {
        background: #fff !important;
        padding-left: 1.25rem;
        font-size: 0.9375rem;
    }

    .contactus-wrapper select {
        background: url(../down.html) #fff no-repeat;
        background-position: 98%;
        padding-left: 1.25rem;
        font-size: 0.9375rem;
    }

    .contactus-wrapper textarea {
        background: #fff !important;
        padding-left: 1.25rem;
        font-size: 0.9375rem;
    }

    @media (min-width: 1280px) {
        .contactus-wrapper .conatct-right-side {
            padding: 3.5rem;
        }
    }

    .contactus-wrapper .conatct-right-side {
        padding-right: 0px !important;
    }

        .contactus-wrapper .conatct-right-side span {
            font-size: 0.9375rem;
            --tw-text-opacity: 1;
            color: rgba(110, 110, 110, var(--tw-text-opacity));
        }

    @media (min-width: 1280px) {
        .contactus-wrapper .conatct-right-side span {
            font-size: 1.125rem;
        }
    }

    .contactus-wrapper .conatct-right-side p {
        font-size: 1rem;
        font-weight: 500;
    }

    @media (min-width: 1280px) {
        .contactus-wrapper .conatct-right-side p {
            font-size: 1.25rem;
        }
    }

    .make-a-call {
        margin-left: auto;
        display: flex;
        align-items: center;
        font-size: 0.8125rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(230, 10, 70, var(--tw-text-opacity));
        line-height: 1;
    }

    .rating-wrap-left img {
        width: 14px;
        height: 14px;
    }

    .rating-wrap-left a {
        font-weight: 600;
        transition-duration: 200ms;
    }

        .rating-wrap-left a:hover {
            --tw-text-opacity: 1;
            color: rgba(230, 10, 70, var(--tw-text-opacity));
        }

    @media (min-width: 1024px) {
        .web-mob-menu {
            display: none;
        }
    }

    .web-mob-menu ul li {
        border-bottom-width: 1px;
        font-size: 0.9375rem;
        font-weight: 500;
        border-color: #f1f1f0;
    }

        .web-mob-menu ul li a {
            display: flex;
            padding-top: 1rem;
            padding-bottom: 1rem;
            text-align: center;
        }

            .web-mob-menu ul li a.active {
                --tw-text-opacity: 1;
                color: rgba(237, 29, 86, var(--tw-text-opacity));
            }

    .web-mob-menu ul .profile-drop-down {
        margin-left: 0px;
        margin-right: 0px;
    }

        .web-mob-menu ul .profile-drop-down .dropdown-toggle {
            font-size: 0.875rem;
            font-weight: 500;
        }

        .web-mob-menu ul .profile-drop-down .dropdown {
            width: 100%;
        }

    @media only screen and (max-width: 1024px) {
        .web-mob-menu ul .profile-drop-down ul {
            position: static !important;
            transform: inherit !important;
            width: 100%;
            box-shadow: none;
            margin-top: 0px !important;
            margin-bottom: 10px !important;
            border: none;
        }
    }

    .web-mob-menu ul .profile-drop-down ul li {
        border-bottom-width: 0px;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

        .web-mob-menu ul .profile-drop-down ul li a {
            text-align: left;
            font-size: 0.875rem;
        }

    .banner {
        position: relative;
        width: 100%;
        overflow-y: hidden;
        background-size: cover !important;
        height: 400px;
        margin-top: 51px;
    }
        .banner .btn-secondary{
            display:inline-block;
        }

        @media (min-width: 640px) {
            .banner {
            height: 400px;
        }
    }

    @media (min-width: 768px) {
        .banner {
            background-position: center !important;
            height: 420px;
        }
    }

    @media (min-width: 1280px) {
        .banner {
            height: 45rem;
            margin-top: 80px;
        }
        .citymapia-banner-wrapper {
            margin-top: 80px;
        }
            .citymapia-banner-wrapper .content-wrapper{
                max-width:1920px;
                margin:auto;
            }
        .banner-image{
            width:100%;
        }
    }

    .banner h1 {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    @media (min-width: 1024px) {
        .banner h1 {
            font-size: 2.1rem;
            line-height: 1.1;
        }
    }

    @media (min-width: 1280px) {
        .banner h1 {
            font-size: 4.8125rem;
        }
        .citymapia-banner-wrapper h1 {
            font-size: 3.8rem;
            margin-bottom: 0;
            width: 50%;
        }
        .text-50 {
            width: 50%;
        }
    }

    .banner p {
        font-size: 0.9375rem;
    }

    @media (min-width: 768px) {
        .banner p {
            font-size: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .banner p {
            font-size: 1.125rem !important;
        }
    }

    .banner p br {
        display: none;
    }

    @media (min-width: 1280px) {
        .banner p br {
            display: block;
        }
    }

    .banner p.text-primary-2 {
        font-size: 0.9375rem !important;
    }

    @media (min-width: 768px) {
        .banner p.text-primary-2 {
            font-size: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .banner p.text-primary-2 {
            font-size: 1.475rem !important;
        }

        .banner .container {
            max-width: 1280px !important;
        }

        .banner .container {
            margin: auto;
        }

        .banner .container {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media (min-width: 1750px) {
        .banner .container {
            max-width: 1620px !important;
        }

        .banner .container {
            margin: auto;
        }

        .banner .container {
            display: flex;
        }

        .banner .container {
            height: 100%;
        }

        .banner .container {
            align-items: center;
        }
    }

    .banner .container {
        margin: auto;
        display: flex;
        height: 100%;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner .text {
        max-width: 40rem;
    }

    @media (min-width: 1280px) {
        .banner .text {
            max-width: 57.5rem;
        }
    }

    .banner .big-content {
        max-width: 40rem;
    }

    @media (min-width: 1280px) {
        .banner .big-content {
            max-width: 62.5rem;
        }
    }

    @media (min-width: 768px) {
        .banner .big-content .text-primary-5 {
            padding-right: 9rem;
        }
    }

    @media (min-width: 1024px) {
        .banner .big-content .text-primary-5 {
            padding-right: 7rem;
        }
    }

    @media (min-width: 1280px) {
        .banner .big-content .text-primary-5 {
            padding-right: 12rem;
        }
    }

    .banner .baloon {
        display: none;
        width: 20%;
        right: 18%;
        top: 12%;
    }

    @media (min-width: 1024px) {
        .banner .baloon {
            position: absolute;
        }

        .banner .baloon {
            display: block;
        }
    }

    @media (min-width: 1280px) {
        .banner .baloon {
            width: 24%;
            right: 12%;
            top: 12%;
        }
    }

    @media (min-width: 1750px) {
        .banner .baloon {
            width: auto;
        }
    }

    @media (min-width: 2100px) {
        .banner .baloon {
            right: 21%;
            top: 24%;
        }
    }

    .banner .baloon {
        animation: animationBaloon linear 30s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationBaloon linear 30s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationBaloon linear 30s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationBaloon linear 30s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationBaloon linear 30s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%;
    }

    @keyframes animationBaloon {
        0% {
            transform: translate(0px, 0px);
        }

        34% {
            transform: translate(34px, -70px);
        }

        64% {
            transform: translate(64px, -70px);
        }

        100% {
            transform: translate(0px, 0px);
        }
    }

    @-webkit-keyframes animationBaloon {
        0% {
            -webkit-transform: translate(0px, 0px);
        }

        34% {
            -webkit-transform: translate(34px, -70px);
        }

        64% {
            -webkit-transform: translate(64px, -70px);
        }

        100% {
            -webkit-transform: translate(0px, 0px);
        }
    }

    .section-one {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    @media (min-width: 1024px) {
        .section-one {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }

    @media (min-width: 1280px) {
        .section-one {
            padding: 7rem 0px;
        }
    }

    .section-one .first-online {
        margin: auto;
        height: 24rem;
        width: 24rem;
        max-width: 100%;
        background-position: center !important;
        background-size: cover !important;
    }

    @media (min-width: 1024px) {
        .section-one .first-online {
            width: 29.3125rem;
            height: 32.125rem;
        }
    }

    .app-download {
        background-size: cover !important;
        height: 9.8rem;
    }

    .section-common {
        overscroll-behavior-x: none;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    @media (min-width: 1024px) {
        .section-common {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }

    @media (min-width: 1280px) {
        .section-common {
            padding: 7rem 0px;
        }
    }

    .section-common .max-story {
        width: 100%;
    }

    @media (min-width: 1024px) {
        .section-common .max-story {
            max-width: 36.25rem;
        }
    }

    .section-common h4 {
        z-index: 1;
        position: relative;
    }

    .section-common-two {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        background-size:cover!important;
    }

    @media (min-width: 1024px) {
        .section-common-two {
            padding: 7rem 0px;
        }
    }

    .spinner-two {
        width: 13rem;
        right: 2.25rem;
    }

    @media (min-width: 1280px) {
        .spinner-two {
            width: 18.375rem;
        }
    }

    .story-bg {
        position: relative;
    }

        .story-bg::before {
            content: "";
            width: 11rem;
            height: 11rem;
            top: -6.125rem;
            position: absolute;
            left: 0px;
            display: none;
        }

    @media (min-width: 1024px) {
        .story-bg::before {
            display: inline-block;
        }
    }

    .story-bg::before {
        background-size: cover !important;
        background: url("../sprite1.html") no-repeat;
    }

    @media (min-width: 1280px) {
        .story-bg::before {
            width: 27rem;
            height: 27rem;
            top: -13.125rem;
        }
    }

    .how-it-works {
        position: relative;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-bottom: 0px;
        background-size: cover !important;
    }

    @media (min-width: 1280px) {
        .how-it-works {
            background: #fafbfd !important;
        }

        .how-it-works {
            padding-top: 42.75rem;
            margin-top: 18rem;
        }
    }

    .how-it-works .h4 {
        color: #25a878;
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
        font-weight: 500;
    }

    @media (min-width: 1280px) {
        .how-it-works .h4 {
            font-size: 1.875rem;
        }

        .how-it-works .h4 {
            margin-bottom: 0px;
        }
    }

    .how-it-works ul li {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 0.9375rem;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
    }

    @media (min-width: 768px) {
        .how-it-works ul li {
            font-size: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .how-it-works ul li {
            padding-top: 0.7rem;
            padding-bottom: 0.7rem;
        }

        .how-it-works ul li {
            font-size: 1.125rem;
        }
    }

    .how-it-works ul li::before {
        margin-right: 1rem;
        display: block;
        height: 0.375rem;
        width: 0.375rem;
        border-radius: 9999px;
        content: "";
        background: #25a878;
    }

    .how-it-works .video-text-wrap {
        margin-bottom: 0.5rem;
    }

    @media (min-width: 1280px) {
        .how-it-works .video-text-wrap {
            margin-top: -63.4375rem;
        }

        .how-it-works .video-text-wrap {
            margin-bottom: 4rem;
        }
    }

    .how-it-works .local-business .h4 {
        --tw-text-opacity: 1 !important;
        color: rgba(237, 29, 86, var(--tw-text-opacity)) !important;
    }

    .how-it-works .local-business ul li::before {
        content: "";
        --tw-bg-opacity: 1;
        background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
    }

    .business-online {
        position: relative;
        z-index: 30;
        background-size: 20.25rem !important;
        height: auto;
        background-position: right center !important;
    }

    @media (min-width: 1024px) {
        .business-online {
            background-size: 35.25rem !important;
            background-position: right bottom !important;
        }

        .business-online {
            padding-top: 7rem;
            padding-bottom: 7rem;
        }
    }

    @media (min-width: 1280px) {
        .business-online {
            background-size: 56.25rem !important;
            height: 46rem;
        }
    }

    @media (min-width: 1920px) {
        .business-online {
            max-width: 1920px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media only screen and (max-width: 768px) {
        .business-online {
            background-size: 12.25rem !important;
            background-position: right bottom !important;
        }
    }

    @media only screen and (max-width: 550px) {
        .business-online {
            background-size: 10.25rem !important;
        }
    }

    @media only screen and (max-width: 490px) {
        .business-online {
            background: none !important;
        }
    }

    .business-online h3 {
        line-height: 1.1;
    }

    @media (min-width: 1750px) {
        .section-common-two .container-sm {
            max-width: 87.5rem;
        }
    }

    .footprint-pic {
        bottom: 0px;
        right: 0px;
        margin: auto;
        margin-bottom: 1rem;
        width: 100%;
        padding-left: 6rem;
        padding-right: 6rem;
    }

    @media (min-width: 1024px) {
        .footprint-pic {
            position: absolute;
        }

        .footprint-pic {
            display: block;
        }

        .footprint-pic {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media (min-width: 1280px) {
        .footprint-pic {
            margin-bottom: 0px;
        }
    }

    .footprint-pic {
        width: 32rem;
    }

    .page-socila-links {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
    }

        .page-socila-links li {
            margin-right: 1.75rem;
            display: inline-flex;
        }

            .page-socila-links li a {
                display: inline-block;
            }

    .working-hours-wrap {
        margin-bottom: 2rem;
    }

        .working-hours-wrap .accordion-button {
            position: relative;
        }

            .working-hours-wrap .accordion-button:after {
                position: absolute;
                right: 0px;
                left: 0px;
                margin: auto;
                cursor: pointer;
                bottom: -20px;
                filter: grayscale(1);
            }

            .working-hours-wrap .accordion-button:not(.collapsed) {
                box-shadow: none;
                --tw-text-opacity: 1;
                color: rgba(29, 29, 31, var(--tw-text-opacity));
            }

                .working-hours-wrap .accordion-button:not(.collapsed) button {
                    border-bottom-width: 1px;
                    --tw-border-opacity: 1;
                    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
                }

        .working-hours-wrap .accordion-body span {
            font-size: 0.9375rem;
        }

    .section-bottom {
        text-align: center;
    }

    @media (min-width: 1750px) {
        .section-bottom .container-sm {
            max-width: 87.5rem;
        }
    }

    .section-bottom .lady {
        max-width: 15.125rem;
        top: 0px;
        right: 0px;
        margin: auto;
    }

    @media (min-width: 1024px) {
        .section-bottom .lady {
            max-width: 38.125rem;
        }

        .section-bottom {
            text-align: left;
        }
    }

    .section-bottom h3 {
        line-height: 1.1;
    }

        .section-bottom h3 br {
            display: none;
        }

    @media (min-width: 1024px) {
        .section-bottom h3 br {
            display: block;
        }
    }

    @media (min-width: 1280px) {
        .section-bottom h3 {
            margin-bottom: 0.75rem;
        }
    }

    .section-bottom .btn-secondary {
        margin-top: 1rem;
    }

    footer {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(247, 248, 248, var(--tw-bg-opacity)) !important;
        padding-top: 2rem !important;
    }

    @media (min-width: 640px) {
        footer {
            padding-top: 4rem !important;
        }
    }

    footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    @media (min-width: 1750px) {
        footer .container {
            max-width: 87.5rem;
        }
    }

    footer .container h4 {
        margin-bottom: 0.75rem;
        font-size: 1.0625rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(43, 43, 43, var(--tw-text-opacity));
    }

    @media only screen and (max-width: 375px) {
        footer .container .ftr-c ul li a {
            font-size: 14px;
        }
    }

    footer .container ul {
        margin-bottom: 0.75rem;
    }

    @media (min-width: 1024px) {
        footer .container ul {
            margin-bottom: 0px;
        }
    }

    footer .container ul li {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    @media (min-width: 1024px) {
        footer .container ul li {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
    }

    footer .container ul li a {
        overflow-wrap: break-word;
        font-size: 0.875rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(43, 43, 43, var(--tw-text-opacity));
        transition-duration: 300ms;
    }

        footer .container ul li a:hover {
            --tw-text-opacity: 1;
            color: rgba(237, 29, 86, var(--tw-text-opacity));
        }

    footer hr.mt-12 {
        margin-top: 1rem;
    }

    @media (min-width: 640px) {
        footer hr.mt-12 {
            margin-top: 3rem;
        }
    }

    footer .footer-logo {
        max-width: 163px;
    }

    @media (min-width: 1280px) {
        .grow-bus {
            max-width: 40.125rem;
        }
    }

    .privacy-policy li {
        margin-left: 0px;
        display: inline-block;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    @media (min-width: 768px) {
        .privacy-policy li {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .privacy-policy li {
            margin-left: 1.25rem;
        }

        .privacy-policy li {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    .privacy-policy li a {
        font-size: 0.8125rem !important;
    }
    .online-journey{
        display:flex;
        flex-wrap:wrap;
    }
    .online-journey li {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        display: flex;
        align-items: center;
        font-size: 0.9375rem;
        font-weight: 600;
    }

    @media (min-width: 1024px) {
        .online-journey li {
            width:50%;
            margin-top: 2rem;
            margin-bottom: 0;
        }

        .online-journey li {
            font-weight: 700;
        }

        .online-journey li {
            font-size: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .online-journey li {
            font-size: 1.3rem;
        }
    }

    .online-journey li img {
        margin-right: 1rem;
        width: 2.5rem;
    }

    @media (min-width: 1280px) {
        .online-journey li img {
            width: auto;
        }
    }

    .business-listing ul li {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    @media (min-width: 1280px) {
        .business-listing ul li {
            padding-top: 0.6rem;
            padding-bottom: 0.6rem;
        }
    }

    .common-lists li {
        position: relative;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        font-size: 0.9375rem;
    }

    @media (min-width: 768px) {
        .common-lists li {
            font-size: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .common-lists li {
            font-size: 1.1875rem;
        }

        .common-lists li {
            padding-top: 0.7rem;
            padding-bottom: 0.7rem;
        }
    }

    .common-lists li::before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        display: block;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
        width: 0.5125rem;
        height: 0.5125rem;
    }
    .case-study-lists li::before {
        top: 20px !important;
        bottom: inherit !important;
    }
    .text-30 {
        font-size: 1rem;
    }

    @media (min-width: 1280px) {
        .text-30 {
            font-size: 1.875rem;
        }
    }

    .text-40 {
        font-size: 1.625rem;
    }

    @media (min-width: 1024px) {
        .text-40 {
            font-size: 2.5rem;
        }
    }

    .text-24 {
        font-size: 1rem;
    }

    @media (min-width: 768px) {
        .text-24 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1280px) {
        .text-24 {
            font-size: 1.5rem;
        }
    }

    .join-citymapia {
        border-radius: 36px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(244, 244, 244, var(--tw-border-opacity));
        background-size: cover !important;
    }

    .iconwith-text li {
        margin-bottom: 1rem;
        display: flex;
        font-size: 1.0625rem;
    }

    @media (min-width: 1280px) {
        .iconwith-text li {
            margin-bottom: 2.5rem;
        }
    }

    .iconwith-text li .h3 {
        font-size: 1rem;
        font-weight: 700;
    }

    @media (min-width: 1280px) {
        .iconwith-text li .h3 {
            padding-top: 1rem;
        }

        .iconwith-text li .h3 {
            font-size: 1.5rem;
        }
    }

    .iconwith-text li:last-child {
        margin-bottom: 0px;
    }

    .iconwith-text li .icons-new {
        min-width: 3rem;
        height: 3rem;
    }

    @media (min-width: 1024px) {
        .iconwith-text li .icons-new {
            min-width: 4.375rem;
            height: 4.375rem;
        }
    }

    .mob {
        display: none;
    }

    @media (min-width: 1024px) {
        .mob {
            position: absolute;
        }

        .mob {
            right: 0px;
        }

        .mob {
            left: 2.5rem;
        }

        .mob {
            margin: auto;
        }

        .mob {
            display: block;
        }

        .mob {
            bottom: -154px;
            max-width: 24rem;
        }
    }

    @media (min-width: 1280px) {
        .mob {
            max-width: 30rem;
            bottom: -180px;
        }
    }

    @media (min-width: 1750px) {
        .mob {
            max-width: 36rem;
            bottom: -280px;
        }
    }

    .business-image {
        max-width: 500px;
        margin: auto;
    }

    @media (min-width: 1024px) {
        .business-image {
            width: 100%;
        }
    }

    .businessitems-wrapper .item {
        width: 8rem;
        height: 8rem;
        margin: auto;
        display: block;
        overflow: hidden;
        border-radius: 1.5rem;
        background-size: cover !important;
    }

    @media (min-width: 640px) {
        .businessitems-wrapper .item {
            width: 12rem;
            height: 12rem;
        }
    }

    @media (min-width: 768px) {
        .businessitems-wrapper .item {
            width: 13rem;
            height: 13rem;
        }
    }

    @media (min-width: 1024px) {
        .businessitems-wrapper .item {
            width: 16rem;
            height: 16rem;
        }
    }

    @media (min-width: 1280px) {
        .businessitems-wrapper .item {
            width: 24.875rem;
            height: 23.875rem;
        }
    }

    .bg-gradient-color {
        background: #fafafa;
        background: linear-gradient(to bottom, #fafafa 0%, white 100%);
    }

    .lap {
        margin-bottom: 1rem;
    }

    @media (min-width: 1280px) {
        .lap {
            margin-bottom: -18.75rem;
        }
    }

    .lady {
        right: 0px;
        top: 0px;
    }

    @media (min-width: 1024px) {
        .lady {
            max-width: 38.125rem;
        }
    }

    .lady-two {
        right: 0px;
        bottom: 0px;
        top: 0px;
        margin: auto;
        margin-bottom: 1rem;
    }

    @media (min-width: 1024px) {
        .lady-two {
            margin-bottom: auto;
        }

        .lady-two {
            max-width: 31.25rem;
        }
    }

    .lady-right {
        width: 22rem;
        bottom: 0px;
        top: 0px;
        margin: auto;
        margin-bottom: 1rem;
    }

    @media (min-width: 1024px) {
        .lady-right {
            width: 20rem;
        }

        .lady-right {
            margin-bottom: 0px;
        }
    }

    @media (min-width: 1280px) {
        .lady-right {
            width: 27rem;
        }
    }

    .pt-0 {
        padding-top: 0px !important;
    }

    .title-circle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .title-circle .round-wrap {
            display: inline-flex;
            border-radius: 9999px;
            padding: 0.5rem;
            background: #f3f4f5;
        }

    @media (min-width: 1280px) {
        .title-circle .round-wrap {
            padding: 1rem;
        }
    }

    .title-circle .round-wrap .round {
        display: inline-block;
        height: 8rem;
        width: 8rem;
        border-radius: 9999px;
        background-size: cover !important;
        border: 11px solid;
    }

    @media (min-width: 1280px) {
        .title-circle .round-wrap .round {
            height: 13rem;
        }

        .title-circle .round-wrap .round {
            width: 13rem;
        }

        .title-circle .round-wrap .round {
            border: 12px solid;
        }
    }

    .title-circle span {
        min-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem !important;
    }

    @media (min-width: 1024px) {
        .title-circle span {
            padding-left: 0px;
            padding-right: 0px;
        }

        .title-circle span {
            font-size: 1.125rem;
        }
    }

    .left-aligned {
        width: 47.5rem;
    }
    .socialmedia ul {
        display: flex;
        flex-wrap: wrap;
    }
    .socialmedia ul li {
        margin-right: 1.25rem;
        display: inline-block;
    }
    .socialmedia .bni-logo img{
        width: 40px;
        height: 26px;
        object-fit:contain;
    }

    @media (min-width: 1024px) {
        .socialmedia ul li {
            margin-right: 1.75rem;
        }

        .socialmedia ul li {
            display: inline-block;
            width: 26%;
            margin-right: 0;
        }
    }

    .socialmedia ul li img {
        width: 15px;
        height: 15px;
    }

    @media (min-width: 768px) {
        .socialmedia ul li img {
            width: 21px;
            height: 21px;
        }
    }

    .animation-first {
        position: relative;
    }

        .animation-first:before {
            content: "";
            width: 14rem;
            height: 14rem;
            position: absolute;
            bottom: 1rem;
            left: -16px;
            background: url("../rectangle.html") no-repeat;
            background-size: cover !important;
            -webkit-animation: spin 60s infinite linear;
            animation: spin 60s infinite linear;
        }

    @media (min-width: 1024px) {
        .animation-first:before {
            width: 24.125rem;
            height: 24.125rem;
        }
    }

    #nav-icon1 {
        width: 18px;
        height: 14px;
        position: relative;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon1 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #292929;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: 0.25s ease-in-out;
        }

            #nav-icon1 span:nth-child(1) {
                top: 0px;
            }

            #nav-icon1 span:nth-child(2) {
                top: 5px;
            }

            #nav-icon1 span:nth-child(3) {
                top: 10px;
            }

        #nav-icon1.open span:nth-child(1) {
            top: 5px;
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 5px;
            transform: rotate(-135deg);
        }

    .business-icons {
        min-width: 5rem;
        height: 5rem;
    }

    @media (min-width: 1280px) {
        .business-icons {
            min-width: 7.5rem;
            height: 7.5rem;
        }
    }

    .seo-tag {
        position: absolute;
        z-index: 10;
        display: inline-flex;
        align-items: center;
        border-radius: 1rem;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.9375rem;
        font-weight: 600;
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    @media (min-width: 768px) {
        .seo-tag {
            font-size: 1rem;
        }
    }

    .seo-tag {
        color: #eda606;
    }

        .seo-tag img {
            margin-right: 0.75rem;
            width: 24px;
        }

    @media (min-width: 768px) {
        .seo-tag img {
            width: 38px;
        }
    }

    @media (min-width: 1024px) {
        .seo-tag img {
            width: 48px;
        }
    }

    .seo-tag .big {
        width: 24px !important;
    }

    @media (min-width: 768px) {
        .seo-tag .big {
            width: 45px !important;
        }
    }

    @media (min-width: 1024px) {
        .seo-tag .big {
            width: 55px !important;
        }
    }

    .curl-animation {
        animation: animationFrames linear 6s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationFrames linear 6s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationFrames linear 6s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationFrames linear 6s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationFrames linear 6s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%;
    }

    .curl-animation2 {
        animation: animationFrames linear 9s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationFrames linear 9s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationFrames linear 9s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationFrames linear 9s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationFrames linear 9s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%;
    }

    @keyframes animationFrames {
        0% {
            transform: rotate(0deg);
        }

        27% {
            transform: rotate(6deg);
        }

        27% {
            transform: rotate(6deg);
        }

        70% {
            transform: rotate(-6deg);
        }

        100% {
            transform: rotate(0deg);
        }
    }

    @-webkit-keyframes animationFrames {
        0% {
            -webkit-transform: rotate(0deg);
        }

        27% {
            -webkit-transform: rotate(6deg);
        }

        27% {
            -webkit-transform: rotate(6deg);
        }

        70% {
            -webkit-transform: rotate(-6deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
        }
    }

    .aside-banner-wrap {
        margin-bottom: 1.25rem;
    }

        .aside-banner-wrap .business-page-slider {
            overflow: hidden;
            border-radius: 0.375rem;
        }

            .aside-banner-wrap .business-page-slider .carousel-item {
                height: 170px;
                background-size: cover !important;
                background-position: center !important;
            }

            .aside-banner-wrap .business-page-slider .slider-socila-media {
                position: absolute;
                bottom: 0.75rem;
                left: 0.75rem;
                z-index: 6;
            }

                .aside-banner-wrap .business-page-slider .slider-socila-media ul {
                    display: flex;
                }

                    .aside-banner-wrap .business-page-slider .slider-socila-media ul li {
                        margin-right: 0.375rem;
                        background: #fff;
                        padding: 2px;
                        border-radius: 4px;
                        overflow: hidden;
                    }

                        .aside-banner-wrap .business-page-slider .slider-socila-media ul li img {
                            width: 24px;
                            height: 24px;
                            border-radius: 2px;
                        }

        .aside-banner-wrap .call-and-web {
            margin-top: 0.75rem;
        }

            .aside-banner-wrap .call-and-web p {
                padding-top: 0.625rem;
                padding-bottom: 0.625rem;
            }

                .aside-banner-wrap .call-and-web p a {
                    display: flex;
                    align-items: center;
                }

                    .aside-banner-wrap .call-and-web p a img {
                        border-radius: 0.25rem;
                    }

    @media (min-width: 1920px) {
        .section-wide-image {
            max-width: 1920px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .feed-profile-details {
        text-align: center;
    }

        .feed-profile-details .pr-avatar {
            width: 100%;
            height: 120px;
            padding: 0px 70px;
            margin: auto;
            display: flex;
            justify-content: center;
            margin-top: 1rem;
            margin-bottom: 2rem !important;
            border-radius: 0px !important;
        }

            .feed-profile-details .pr-avatar img {
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

            .feed-profile-details .pr-avatar a {
                display: flex;
            }

        .feed-profile-details label {
            font-size: 1rem;
        }

    @media (min-width: 1280px) {
        .feed-profile-details label {
            font-size: 1.4rem;
            line-height: 1.1 !important;
        }
    }

    .left-aligned-text label {
        font-size: 1rem;
    }

    @media (min-width: 1280px) {
        .left-aligned-text label {
            font-size: 1.625rem;
        }
    }

    .go-to-store a {
        font-weight: 600 !important;
    }

        .go-to-store a img {
            filter: none !important;
        }

    .feeds-links li {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(240, 240, 240, var(--tw-border-opacity));
    }

        .feeds-links li a {
            display: flex;
            align-items: center;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            font-size: 0.9375rem;
            font-weight: 500;
            transition-duration: 300ms;
        }

    @media (min-width: 1280px) {
        .feeds-links li a {
            font-size: 1rem;
        }
    }

    .feeds-links li a:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 29, 86, var(--tw-text-opacity));
    }

        .feeds-links li a:hover img {
            filter: none;
        }

    .feeds-links li a.active {
        --tw-text-opacity: 1;
        color: rgba(237, 29, 86, var(--tw-text-opacity));
    }

    .feeds-links li a img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(1);
        margin-right: 0.75rem;
    }

    .working-toggle {
        color: #06c !important;
    }

    .get-direction {
        display: block;
        padding-top: 0.375rem;
        font-size: 0.8125rem;
        text-decoration: underline;
        color: #06c;
    }

    .contact {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(240, 240, 240, var(--tw-border-opacity));
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        padding-left: 0px;
    }

        .contact span {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
        }

            .contact span img {
                margin-right: 0.75rem;
            }

        .contact p {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
        }

            .contact p img {
                margin-right: 0.75rem;
            }

        .contact label {
            margin-bottom: 0.75rem;
            display: block;
        }

        .contact .min-w-50 {
            max-width: 50px;
        }

    .three-buttons-wrap {
        justify-content: center !important;
    }

        .three-buttons-wrap button {
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            margin-left: 1.5%;
            margin-right: 1.5%;
        }

    .recent-pic {
        width: 5.7rem;
        height: 5.7rem;
        overflow: hidden;
        border-radius: 0.25rem;
        background-size: cover !important;
    }

    @media (min-width: 1750px) {
        .recent-pic {
            width: 6.7rem;
            height: 6.7rem;
        }
    }

    a {
        cursor: pointer;
    }

    .event-date-wrap {
        background: #f5f5f5;
        margin-bottom: 0.5rem;
        display: flex;
        height: 3.5rem;
        width: 100%;
        align-items: center;
        overflow: hidden;
        border-radius: 0.375rem;
        padding-right: 0.75rem;
    }

        .event-date-wrap span {
            margin-right: 0.75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            --tw-bg-opacity: 1;
            background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
            padding-top: 0.875rem;
            padding-bottom: 0.875rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-size: 0.8125rem;
            font-weight: 700;
            text-transform: uppercase;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

    @media (min-width: 1280px) {
        .event-date-wrap span {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }

    .event-date-wrap span {
        min-width: 84px;
    }

    @media (min-width: 1280px) {
        .event-date-wrap span {
            min-width: 112px;
        }

        .event-date-wrap span {
            font-size: 0.875rem;
        }
    }

    @media (min-width: 1750px) {
        .event-date-wrap span {
            font-size: 1.2rem;
        }
    }

    .event-date-wrap p {
        margin-right: 0.75rem;
        display: inline-flex;
        font-size: 0.8125rem;
        font-weight: 600;
    }

    @media (min-width: 1750px) {
        .event-date-wrap p {
            font-size: 0.875rem;
        }
    }

    .event-date-wrap p {
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: horizontal;
        max-height: 40px;
        overflow: hidden;
        width: 70%;
    }

    .event-date-wrap .btn-green {
        margin-left: auto;
        border-radius: 0.25rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        background: #25a878;
        color: #fff;
        font-size: 0.75rem;
    }

    @media (min-width: 1280px) {
        .event-date-wrap .btn-green {
            font-size: 0.875rem;
        }

        .event-date-wrap .btn-green {
            min-width: 115px;
        }
    }

    .event-date-wrap button {
        margin-left: auto;
        border-radius: 0.25rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.75rem;
    }

    @media (min-width: 1280px) {
        .event-date-wrap button {
            font-size: 0.875rem;
        }

        .event-date-wrap button {
            min-width: 115px;
        }
    }

    .post-img-wrapper {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
    }

        .post-img-wrapper .four-images {
            position: relative;
            width: 50%;
            overflow: hidden;
        }

            .post-img-wrapper .four-images .gal-img-more {
                position: absolute;
                display: flex;
                height: 100%;
                width: 100%;
                align-items: center;
                justify-content: center;
                --tw-text-opacity: 1;
                color: rgba(255, 255, 255, var(--tw-text-opacity));
                background: rgba(0, 0, 0, 0.7);
                font-size: 34px;
            }

            .post-img-wrapper .four-images img {
                max-height: 12rem;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: top;
                object-position: top;
            }

        .post-img-wrapper .two-images {
            position: relative;
            width: 50%;
            overflow: hidden;
        }

            .post-img-wrapper .two-images img {
                max-height: 12rem;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: top;
                object-position: top;
            }

        .post-img-wrapper .three-images {
            position: relative;
            width: 33.333333%;
            overflow: hidden;
        }

            .post-img-wrapper .three-images img {
                max-height: 12rem;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: top;
                object-position: top;
            }

        .post-img-wrapper .one-images img {
            width: 100%;
        }

    .like-wrap {
        margin-bottom: 0.75rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .like-wrap span {
            width: 100%;
            height: 100px;
            margin-bottom: 0.5rem;
            margin-right: 0px;
            display: block;
            border-radius: 0.375rem;
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgba(240, 240, 240, var(--tw-border-opacity));
            background-size: cover !important;
            background-position: center !important;
        }

        .like-wrap .flex.items-center {
            width: 100%;
            flex-wrap: wrap;
        }

        .like-wrap .truncate {
            width: 100%;
            font-size: 0.875rem;
        }

    @media (min-width: 1750px) {
        .like-wrap .truncate {
            width: 100%;
        }

        .like-wrap .truncate {
            font-size: 0.9375rem;
        }
    }

    .like-wrap .following {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
        color: #fff !important;
    }

        .like-wrap .following img {
            filter: brightness(0) invert(1);
        }

    .categories span {
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
        display: inline-block;
        border-radius: 0.375rem;
        border-width: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 0.8125rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(43, 43, 43, var(--tw-text-opacity));
        transition-duration: 300ms;
    }

        .categories span:hover {
            --tw-text-opacity: 1;
            color: rgba(237, 29, 86, var(--tw-text-opacity));
        }

    .pr-catalogue .pr-sq-wrap .sub {
        color: #8b8b8b;
        margin-top: 0.25rem;
        font-family: "Helvetica";
        font-size: 12px !important;
    }

    .pr-catalogue .pr-sq-wrap .product-square {
        width: 100%;
        background-size: cover !important;
        overflow: hidden;
        border-radius: 0.375rem;
    }

        .pr-catalogue .pr-sq-wrap .product-square img {
            height: 154px;
        }

    .brand-photos {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    @media (min-width: 1024px) {
        .brand-photos {
            max-width: 280px;
        }
    }

    @media (min-width: 1280px) {
        .brand-photos {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
        }
    }

    .city-page-location {
        height: 12rem;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    .share-medias a {
        margin-right: 0.625rem;
        display: inline-block;
    }

    .pagination {
        display: inline-block;
        border-radius: 0.25rem;
        padding-left: 0px;
    }

        .pagination li {
            margin-right: 0.75rem;
            display: inline-block;
            font-size: 1rem;
        }

            .pagination li a {
                margin-left: 0px;
                display: flex;
                height: 2.75rem;
                width: 2.75rem;
                align-items: center;
                justify-content: center;
                border-radius: 0.375rem;
                font-weight: 600;
                --tw-text-opacity: 1;
                color: rgba(110, 110, 110, var(--tw-text-opacity));
            }
            .pagination li.page-item.active a {
                color: #f00e4b;
            }
                .pagination li a.active {
                    --tw-bg-opacity: 1;
                    background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
                    font-weight: 700;
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                }

    @media (min-width: 576px) {
        .modal-dialog {
            width: 100%;
        }
    }

    .detail-popup .modal-content {
        padding: 1rem;
    }

    @media (min-width: 768px) {
        .detail-popup .modal-content {
            padding: 1.25rem;
        }
    }

    .detail-popup .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        overflow: hidden;
        border-radius: 0.75rem;
        border: 1px solid #888;
        width: 90% !important;
        max-width: 1480px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

        .detail-popup .modal-content textarea {
            height: 60px;
        }

        .detail-popup .modal-content .carousel-item {
            height: 76vh;
            background: #000;
        }

            .detail-popup .modal-content .carousel-item img {
                max-height: 100%;
            }

            .detail-popup .modal-content .carousel-item.active {
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 1;
            }

        .detail-popup .modal-content .modal-close {
            right: 0.5rem;
            top: 0.5rem;
        }

    @media (min-width: 1280px) {
        .detail-popup .modal-content .modal-close {
            right: 1rem;
        }

        .detail-popup .modal-content .modal-close {
            top: 1rem;
        }
    }

    .detail-popup .pop-right {
        overflow-y: auto;
        height: 76vh;
    }

    .filter-category-popup {
    }

        .filter-category-popup .modal-content {
            max-width: 800px;
            width: 100%;
        }

            .filter-category-popup .modal-content .content-wrap h2 {
                margin-bottom: 0px;
                font-size: 1rem;
                padding-top: 0px;
                padding-bottom: 0px;
                text-align: center;
            }

    @media (min-width: 768px) {
        .filter-category-popup .modal-content .content-wrap h2 {
            font-size: 1.7rem;
            padding-bottom: 0.8rem;
        }
    }

    .filter-category-popup .modal-content .categories-listed-area {
        height: auto;
        border-radius: 0.75rem;
    }

    @media (min-width: 768px) {
        .filter-category-popup .modal-content .categories-listed-area {
            height: 440px;
        }
    }

    .filter-category-popup .modal-content .categories-listed-area .w-full.md\:w-2\/4 {
        width: 50%;
    }

    .filter-category-popup .modal-content h3 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 29, 31, var(--tw-bg-opacity));
        padding: 1rem;
        padding-left: 1rem;
        font-size: 0.9375rem;
        font-weight: 600;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .filter-category-popup .modal-content .categories {
        height: 100%;
    }

        .filter-category-popup .modal-content .categories ul {
            padding: 1rem;
            max-height: 360px;
            overflow-y: auto;
        }

            .filter-category-popup .modal-content .categories ul li a {
                display: flex;
                align-items: center;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                font-size: 0.9375rem;
                transition-duration: 300ms;
            }

                .filter-category-popup .modal-content .categories ul li a:hover {
                    --tw-text-opacity: 1;
                    color: rgba(230, 10, 70, var(--tw-text-opacity));
                }

                .filter-category-popup .modal-content .categories ul li a.active {
                    font-weight: 600;
                    --tw-text-opacity: 1;
                    color: rgba(230, 10, 70, var(--tw-text-opacity));
                }

                .filter-category-popup .modal-content .categories ul li a img {
                    margin-right: 0.8rem;
                }

    .filter-category-popup .modal-content .sub-cat {
        height: 100%;
    }

        .filter-category-popup .modal-content .sub-cat ul {
            padding: 1rem;
            max-height: 360px;
            overflow-y: auto;
        }

            .filter-category-popup .modal-content .sub-cat ul li a {
                display: block;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
            }

    .filter-category-popup .modal-content .modal-close {
        right: 1.5rem;
        top: 1.5rem;
    }

        .filter-category-popup .modal-content .modal-close img {
            width: 12px;
        }

    .filter-category-popup ::-webkit-scrollbar-thumb {
        background: #d3d3d3;
        border-radius: 6px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
    }

        .modal .modal-content {
            width: 90%;
            margin: auto;
            margin-top: 1.75rem;
            overflow: hidden;
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
            border-radius: 0.75rem;
        }

    @media (min-width: 768px) {
        .modal .modal-content {
            position: relative;
        }

        .modal .modal-content {
            margin: auto;
        }

        .modal .modal-content {
            width: 100%;
        }

        .modal .modal-content {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

        .modal .modal-content {
            width: 100%;
        }
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    .modal .modal-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        z-index: 10;
        cursor: pointer;
    }

    .like-share .sign-card a {
        font-weight: 600 !important;
        text-transform: uppercase;
        display: block !important;
        text-align: center;
    }

    .detail-popup p {
        margin-bottom: 0.5rem;
        font-size: 0.9375rem;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgba(30, 30, 30, var(--tw-text-opacity));
        font-family: "Helvetica";
        max-height: 406px;
        overflow-y: auto;
        line-height: 1.6;
    }

        .detail-popup p::-webkit-scrollbar {
            display: none;
        }

    .detail-popup h2 {
        font-weight: 700;
        margin: 10px 14px 6px 0px;
        line-height: 1.3;
    }

    .detail-popup .event-date-wrap p {
        line-height: 1.4;
        margin-bottom: 0px;
        font-size: 0.9375rem;
        font-weight: 600;
    }

    .detail-popup .comment-lists .comment-bubble {
        padding-bottom: 0.8rem;
        margin-bottom: 0.8rem;
    }

        .detail-popup .comment-lists .comment-bubble p {
            margin-bottom: 0px;
            font-size: 0.9375rem;
        }

    .detail-popup .interaction-area .like-share span {
        font-size: 0.9375rem;
    }

    .terms-conditions ul li {
        position: relative;
        margin-bottom: 0.75rem;
        padding-left: 1rem;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    @media (min-width: 768px) {
        .terms-conditions ul li {
            font-size: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .terms-conditions ul li {
            font-size: 1.1875rem;
            line-height: 2.1rem;
            letter-spacing: 0.1px;
        }
    }

    .terms-conditions ul li::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 50%;
        top: 12px;
        left: 0;
    }

    .map-popup .h-60 {
        padding: 0.75rem;
        height: 35rem;
    }

    .map-popup .modal-close {
        width: 13px;
        height: 10px;
        position: absolute;
        right: 14px;
        top: 14px;
        z-index: 10;
        cursor: pointer;
    }

    .map-popup .modal-content {
        height: 100%;
        width: 100%;
        border-radius: 0px;
        border-style: none;
        padding: 0px;
    }

    @media (min-width: 1024px) {
        .map-popup .modal-content {
            height: auto;
        }

        .map-popup .modal-content {
            border-radius: 0.75rem;
        }
    }

    .map-popup .modal-content {
        max-width: 100%;
    }

    @media (min-width: 640px) {
        .map-popup .modal-content {
            max-width: 100%;
        }
    }

    @media (min-width: 1024px) {
        .map-popup .modal-content {
            max-width: 800px;
        }
    }

    @media (min-width: 1280px) {
        .map-popup .modal-content {
            max-width: 1000px;
        }
    }

    .grow-your-business-popup {
        position: fixed;
        top: 0px;
        left: 0px;
        display: none;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

        .grow-your-business-popup .modal-content {
            pointer-events: auto;
            position: relative;
            display: flex;
            width: 100%;
            flex-direction: column;
            border-radius: 0.375rem;
            border-style: none;
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
            background-clip: padding-box;
            color: currentColor;
            --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            outline: 2px solid transparent;
            outline-offset: 2px;
        }

        .grow-your-business-popup .btn-secondary {
            border-radius: 0.375rem;
            font-size: 1.125rem;
        }

    .location-popup .modal-content {
        width: 100%;
        border-radius: 0.375rem;
        border-style: none;
        padding: 0px;
    }

    @media (min-width: 1024px) {
        .location-popup .modal-content {
            height: auto;
        }

        .location-popup .modal-content {
            border-radius: 0.75rem;
        }
    }

    .location-popup .modal-content {
        max-width: 94%;
        margin-top: 4%;
    }

    @media (min-width: 1024px) {
        .location-popup .modal-content {
            max-width: 800px;
        }
    }

    

    .location-popup .modal-content .h-60 {
        height: 8rem;
        padding: 1.25rem;
    }

    @media (min-width: 1024px) {
        .location-popup .modal-content .h-60 {
            height: 13rem;
        }

        .location-popup .modal-content .h-60 {
            padding: 2rem;
        }
    }

    @media (min-width: 1280px) {
        .location-popup .modal-content .h-60 {
            padding: 3rem;
        }
    }

    .location-popup .modal-content .h-60 p {
        text-align: center;
        font-size: 0.9375rem;
    }

    @media (min-width: 1280px) {
        .location-popup .modal-content .h-60 p {
            font-size: 1.0625rem;
        }
    }

    .location-popup .modal-content h2 {
        font-size: 20px;
    }

    @media (min-width: 1024px) {
        .location-popup .modal-content h2 {
            font-size: 1.875rem;
            line-height: 1;
        }
    }

    .location-popup .modal-content .choose-country label {
        font-size: 14px;
        margin-bottom: 1rem;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
    }

    @media (min-width: 768px) {
        .location-popup .modal-content .choose-country label {
            font-size: 20px;
        }
    }

    @media (min-width: 1280px) {
        .location-popup .modal-content .choose-country label {
            font-size: 1.625rem;
        }
    }

    .location-popup .modal-content .choose-country label img {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        cursor: pointer;
        height: 16px;
    }

    .location-popup .modal-content .choose-country ul li a {
        display: block;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.8125rem;
        font-weight: 500;
    }

    @media (min-width: 1024px) {
        .location-popup .modal-content .choose-country ul li a {
            font-size: 0.9375rem;
        }
    }

    @media (min-width: 1280px) {
        .location-popup .modal-content .choose-country ul li a {
            font-size: 1.125rem;
        }
    }

    .location-popup .modal-content .w-4\/12 {
        width: 50%;
    }

    @media (min-width: 768px) {
        .location-popup .modal-content .w-4\/12 {
            width: 33.333333%;
        }
    }

    .location-popup .detect-location {
        border: 1px solid #e0e0e0;
        background: #f9f9f9;
        display: flex;
        overflow: hidden;
        border-radius: 0.375rem;
        margin-top: -70px;
    }

    .location-popup form.detect-location input[type="text"] {
        width: 60%;
        float: left;
        border-radius: 0px;
        border-style: none;
        line-height: 1.4;
        height: 3.5rem;
    }

    @media (min-width: 1280px) {
        .location-popup form.detect-location input[type="text"] {
            width: 80%;
        }
    }

    .location-popup form.detect-location button {
        float: left;
        width: 40%;
        padding: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
        font-size: 14px;
        cursor: pointer;
    }

    @media (min-width: 1280px) {
        .location-popup form.detect-location button {
            width: 20%;
        }
    }

    .location-popup .horizontal-lines {
        position: relative;
    }

        .location-popup .horizontal-lines::before {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            margin: auto;
            display: block;
            width: 100%;
            --tw-bg-opacity: 1;
            background-color: rgba(239, 237, 237, var(--tw-bg-opacity));
            height: 1px;
        }

    .career-popup .modal-body {
        padding: 20px !important;
    }

        .career-popup .modal-body .btn-secondary {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            min-height: 50px !important;
        }

        .career-popup .modal-body .w-96 {
            width: 100%;
        }

            .career-popup .modal-body .w-96 .form-control {
                font-size: 0.875rem;
            }

        .career-popup .modal-body .form-group {
            font-size: 0.875rem;
        }

            .career-popup .modal-body .form-group input {
                padding-left: 0.75rem;
            }

            .career-popup .modal-body .form-group textarea {
                padding-left: 0.75rem;
            }

    .career-popup .btn-secondary {
        margin-top: 0px !important;
    }

    .career-popup .form-group .flex.justify-start input {
        line-height: 3;
        border-radius: 0.375rem;
    }

    .modal-backdrop {
        width: auto !important;
    }

    .make-an-enquiry .modal-body {
        padding: 20px !important;
    }

        .make-an-enquiry .modal-body .btn-secondary {
            border-radius: 0.375rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            font-weight: 500;
            text-transform: uppercase;
        }

    @media (min-width: 1280px) {
        .make-an-enquiry .modal-body .btn-secondary {
            font-weight: 600;
        }
    }

    .make-an-enquiry .modal-body .btn-secondary {
        min-height: 50px !important;
    }

    .unfollow-popup .modal-body {
        padding: 20px !important;
    }

        .unfollow-popup .modal-body .btn-secondary {
            border-radius: 0.375rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            font-weight: 500;
            text-transform: uppercase;
        }

    @media (min-width: 1280px) {
        .unfollow-popup .modal-body .btn-secondary {
            font-weight: 600;
        }
    }

    .unfollow-popup .modal-body .btn-secondary {
        min-height: 50px !important;
    }

    .unfollow-popup .modal-body .btn-primary {
        border-radius: 0.375rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    @media (min-width: 1280px) {
        .unfollow-popup .modal-body .btn-primary {
            font-weight: 600;
        }
    }

    .unfollow-popup .modal-body .btn-primary {
        min-height: 50px !important;
    }

    .pass-val-err {
        display: block;
        margin-bottom: 1rem;
        font-size: 13px;
        color: red;
    }

    .slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 20px auto 0 auto;
    }

        .slider ul {
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0;
            height: 200px;
            display: inline-block;
            list-style: none;
            background: #458;
        }

            .slider ul li {
                position: relative;
                float: left;
                display: inline-block;
                margin: 0;
                padding: 0;
                width: 680px;
                height: 500px;
                background: #fff;
                text-align: center;
                line-height: 300px;
                color: #333;
            }

    .control {
        position: absolute;
        top: 40%;
        z-index: 999;
        display: block;
        padding: 4% 3%;
        width: auto;
        height: auto;
        background: #2a2a2a;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        opacity: 0.8;
        cursor: pointer;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0px;
    }

    .career-wrapper .accordion .accordion-div .designation {
        margin-bottom: 1rem;
        display: block;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
    }

    @media (min-width: 768px) {
        .career-wrapper .accordion .accordion-div .designation {
            font-size: 1.0625rem;
        }
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion .accordion-div .designation {
            font-size: 1.625rem;
        }
    }

    .career-wrapper .accordion .accordion-div .designation .new {
        display: inline-flex;
        height: 1rem;
        align-items: center;
        border-radius: 0.5rem;
        --tw-bg-opacity: 1;
        background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        vertical-align: top;
        font-weight: 700;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-size: 10px;
        line-height: 1;
    }

    .career-wrapper .accordion .accordion-div .venue span {
        min-width: 100%;
        font-size: 0.9375rem;
    }

    @media (min-width: 1024px) {
        .career-wrapper .accordion .accordion-div .venue span {
            min-width: 0px;
        }
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion .accordion-div .venue span {
            font-size: 1.0625rem;
        }
    }

    .career-wrapper .accordion p {
        font-size: 0.9375rem;
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion p {
            font-size: 1.0625rem;
        }
    }

    .career-wrapper .accordion ul li {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-size: 0.9375rem;
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion ul li {
            font-size: 1.0625rem;
        }
    }

    .career-wrapper .accordion ul li strong {
        font-weight: 600;
    }

    .career-wrapper .accordion .accordion-item {
        border-top-width: 1px;
        border-bottom-width: 1px;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-radius: 0px !important;
    }

    .career-wrapper .accordion .share-dropdown {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    @media (min-width: 768px) {
        .career-wrapper .accordion .share-dropdown {
            width: auto;
        }
    }

    .career-wrapper .accordion .btn-secondary {
        margin-top: 1rem;
        width: 100%;
        border-radius: 0.375rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion .btn-secondary {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .career-wrapper .accordion .btn-secondary {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .career-wrapper .accordion .btn-secondary {
            font-size: 1.125rem;
        }

        .career-wrapper .accordion .btn-secondary {
            font-weight: 600;
        }
    }

    @media (min-width: 768px) {
        .career-wrapper .accordion .btn-secondary {
            width: auto;
        }
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion .btn-secondary {
            min-height: 60px;
            line-height: 1;
            display: inline-flex;
            align-items: center;
        }
    }

    .career-wrapper .accordion .btn-cancel {
        margin-left: 0px;
        margin-top: 1rem;
        display: inline-flex;
        width: 100%;
        justify-content: center;
        border-radius: 0.375rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(29, 29, 31, var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
    }

    @media (min-width: 768px) {
        .career-wrapper .accordion .btn-cancel {
            margin-top: 0px;
        }

        .career-wrapper .accordion .btn-cancel {
            margin-left: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion .btn-cancel {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .career-wrapper .accordion .btn-cancel {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .career-wrapper .accordion .btn-cancel {
            font-size: 1.125rem;
        }

        .career-wrapper .accordion .btn-cancel {
            font-weight: 600;
        }
    }

    @media (min-width: 768px) {
        .career-wrapper .accordion .btn-cancel {
            width: auto;
        }
    }

    @media (min-width: 1280px) {
        .career-wrapper .accordion .btn-cancel {
            min-height: 60px;
            line-height: 1;
            display: inline-flex;
            align-items: center;
        }

        .career-wrapper .accordion .btn-cancel {
            width: auto;
        }
    }

    .career-wrapper .accordion .btn-cancel img {
        margin-left: 0.5rem;
    }

    .blog-wrap .blog-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .blog-wrap .blog-head a {
            font-size: 0.875rem;
            font-weight: 400;
            color: #06c !important;
        }

    .blog-wrap .blog-image {
        height: 150px;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    .blog-wrap label {
        margin-top: 0.5rem;
        margin-bottom: 0px;
        display: block;
        justify-content: space-between;
        font-size: 0.9375rem;
        font-weight: 500;
        transition-duration: 300ms;
        line-height: 1.4;
    }

        .blog-wrap label:hover {
            --tw-text-opacity: 1;
            color: rgba(230, 10, 70, var(--tw-text-opacity));
        }

    .blog-wrap p {
        overflow-y: hidden;
        font-size: 0.8125rem;
        line-height: 1.4;
        max-height: 54px;
    }

    .blog-wrap .blog-date {
        font-size: 0.8125rem;
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }

    .hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .hover\:text-primary-11:hover {
        --tw-text-opacity: 1;
        color: rgba(230, 10, 70, var(--tw-text-opacity));
    }

    .hover\:no-underline:hover {
        text-decoration: none;
    }

    .hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .hover\:outline-none:hover {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }

    .focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .focus\:no-underline:focus {
        text-decoration: none;
    }

    .focus\:opacity-100:focus {
        opacity: 1;
    }

    .focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    @media (min-width: 640px) {
        .sm\:top-16 {
            top: 4rem;
        }

        .sm\:ml-5 {
            margin-left: 1.25rem;
        }

        .sm\:block {
            display: block;
        }

        .sm\:inline-block {
            display: inline-block;
        }

        .sm\:hidden {
            display: none;
        }

        .sm\:w-1\/2 {
            width: 50%;
        }

        .sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .sm\:py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .sm\:px-32 {
            padding-left: 8rem;
            padding-right: 8rem;
        }
    }

    @media (min-width: 768px) {
        .md\:left-16 {
            left: 4rem;
        }

        .md\:ml-3\.5 {
            margin-left: 0.875rem;
        }

        .md\:ml-3 {
            margin-left: 0.75rem;
        }

        .md\:block {
            display: block;
        }

        .md\:w-1\/2 {
            width: 50%;
        }

        .md\:w-2\/4 {
            width: 50%;
        }

        .md\:w-2\/6 {
            width: 33.333333%;
        }

        .md\:w-4\/6 {
            width: 66.666667%;
        }

        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .md\:flex-nowrap {
            flex-wrap: nowrap;
        }

        .md\:justify-end {
            justify-content: flex-end;
        }

        .md\:gap-y-6 {
            row-gap: 1.5rem;
        }

        .md\:p-14 {
            padding: 3.5rem;
        }

        .md\:py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .md\:px-32 {
            padding-left: 8rem;
            padding-right: 8rem;
        }

        .md\:px-24 {
            padding-left: 6rem;
            padding-right: 6rem;
        }

        .md\:pr-52 {
            padding-right: 13rem;
        }

        .md\:pt-10 {
            padding-top: 2.5rem;
        }

        .md\:text-2xl {
            font-size: 1.125rem;
        }
    }

    @media (min-width: 1024px) {
        .lg\:absolute {
            position: absolute;
        }

        .lg\:left-3 {
            left: 0.75rem;
        }

        .lg\:top-20 {
            top: 5rem;
        }

        .lg\:left-16 {
            left: 4rem;
        }

        .lg\:top-52 {
            top: 13rem;
        }

        .lg\:right-16 {
            right: 4rem;
        }

        .lg\:right-4 {
            right: 1rem;
        }

        .lg\:-top-16 {
            top: -4rem;
        }

        .lg\:m-auto {
            margin: auto;
        }

        .lg\:mx-2 {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .lg\:mt-0 {
            margin-top: 0px;
        }

        .lg\:mr-2 {
            margin-right: 0.5rem;
        }

        .lg\:mb-0 {
            margin-bottom: 0px;
        }

        .lg\:mt-9 {
            margin-top: 2.25rem;
        }

        .lg\:ml-auto {
            margin-left: auto;
        }

        .lg\:mb-3 {
            margin-bottom: 0.75rem;
        }

        .lg\:mt-32 {
            margin-top: 8rem;
        }

        .lg\:mb-8 {
            margin-bottom: 2rem;
        }

        .lg\:mb-24 {
            margin-bottom: 6rem;
        }

        .lg\:mt-8 {
            margin-top: 2rem;
        }

        .lg\:mb-20 {
            margin-bottom: 5rem;
        }

        .lg\:mb-5 {
            margin-bottom: 1.25rem;
        }

        .lg\:mt-4 {
            margin-top: 1rem;
        }

        .lg\:block {
            display: block;
        }

        .lg\:flex {
            display: flex;
        }

        .lg\:hidden {
            display: none;
        }

        .lg\:h-80 {
            height: 20rem;
        }

        .lg\:h-72 {
            height: 18rem;
        }

        .lg\:w-1\/2 {
            width: 50%;
        }

        .lg\:w-1\/3 {
            width: 33.333333%;
        }
        .lg\:w-1\/4 {
            width: 25%;
        }
        .lg\:w-3\/6 {
            width: 50%;
        }

        .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .lg\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .lg\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .lg\:flex-row {
            flex-direction: row;
        }

        .lg\:flex-nowrap {
            flex-wrap: nowrap;
        }

        .lg\:items-center {
            align-items: center;
        }

        .lg\:justify-between {
            justify-content: space-between;
        }

        .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-x-reverse: 0;
            margin-right: calc(2.5rem * var(--tw-space-x-reverse));
            margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
        }

        .lg\:p-20 {
            padding: 5rem;
        }

        .lg\:py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .lg\:px-16 {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .lg\:py-16 {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .lg\:py-20 {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        .lg\:px-0 {
            padding-left: 0px;
            padding-right: 0px;
        }

        .lg\:py-52 {
            padding-top: 13rem;
            padding-bottom: 13rem;
        }

        .lg\:py-5 {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
        }

        .lg\:px-10 {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .lg\:pt-10 {
            padding-top: 2.5rem;
        }

        .lg\:pt-16 {
            padding-top: 4rem;
        }

        .lg\:pb-0 {
            padding-bottom: 0px;
        }

        .lg\:pl-56 {
            padding-left: 14rem;
        }

        .lg\:pr-56 {
            padding-right: 14rem;
        }

        .lg\:pr-20 {
            padding-right: 5rem;
        }

        .lg\:pl-20 {
            padding-left: 5rem;
        }

        .lg\:pt-11 {
            padding-top: 2.75rem;
        }

        .lg\:pr-48 {
            padding-right: 12rem;
        }

        .lg\:pl-36 {
            padding-left: 9rem;
        }

        .lg\:pr-12 {
            padding-right: 3rem;
        }

        .lg\:pr-36 {
            padding-right: 9rem;
        }

        .lg\:pr-10 {
            padding-right: 2.5rem;
        }

        .lg\:pl-8 {
            padding-left: 2rem;
        }

        .lg\:text-left {
            text-align: left;
        }

        .lg\:text-center {
            text-align: center;
        }

        .lg\:text-lg {
            font-size: 1rem;
        }

        .lg\:text-3xl {
            font-size: 1.25rem;
        }

        .lg\:text-2xl {
            font-size: 1.125rem;
        }

        .lg\:text-base {
            font-size: 0.9375rem;
        }

        .lg\:text-4xl {
            font-size: 2.6875rem;
        }

        .lg\:text-tiny {
            font-size: 0.875rem;
        }
    }

    @media (min-width: 1280px) {
        .xl\:absolute {
            position: absolute;
        }

        .xl\:left-28 {
            left: 7rem;
        }

        .xl\:m-auto {
            margin: auto;
        }

        .xl\:my-44 {
            margin-top: 11rem;
            margin-bottom: 11rem;
        }

        .xl\:mt-5 {
            margin-top: 1.25rem;
        }

        .xl\:mt-24 {
            margin-top: 6rem;
        }

        .xl\:mb-6 {
            margin-bottom: 1.5rem;
        }

        .xl\:mb-8 {
            margin-bottom: 2rem;
        }

        .xl\:mt-8 {
            margin-top: 2rem;
        }

        .xl\:ml-auto {
            margin-left: auto;
        }

        .xl\:mb-10 {
            margin-bottom: 2.5rem;
        }

        .xl\:mb-0 {
            margin-bottom: 0px;
        }

        .xl\:mb-20 {
            margin-bottom: 5rem;
        }

        .xl\:mr-10 {
            margin-right: 2.5rem;
        }

        .xl\:mt-4 {
            margin-top: 1rem;
        }

        .xl\:mt-0 {
            margin-top: 0px;
        }

        .xl\:mt-32 {
            margin-top: 8rem;
        }

        .xl\:mb-9 {
            margin-bottom: 2.25rem;
        }

        .xl\:block {
            display: block;
        }

        .xl\:hidden {
            display: none;
        }

        .xl\:h-80 {
            height: 20rem;
        }

        .xl\:w-1\/3 {
            width: 33.333333%;
        }

        .xl\:w-2\/3 {
            width: 66.666667%;
        }

        .xl\:w-1\/2 {
            width: 50%;
        }

        .xl\:w-auto {
            width: auto;
        }

        .xl\:w-2\/5 {
            width: 40%;
        }

        .xl\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .xl\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .xl\:flex-row {
            flex-direction: row;
        }

        .xl\:flex-nowrap {
            flex-wrap: nowrap;
        }

        .xl\:justify-start {
            justify-content: flex-start;
        }

        .xl\:justify-end {
            justify-content: flex-end;
        }

        .xl\:gap-8 {
            gap: 2rem;
        }

        .xl\:gap-x-0 {
            -moz-column-gap: 0px;
            column-gap: 0px;
        }

        .xl\:gap-y-20 {
            row-gap: 5rem;
        }

        .xl\:gap-y-12 {
            row-gap: 3rem;
        }

        .xl\:gap-x-6 {
            -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
        }

        .xl\:p-5 {
            padding: 1.25rem;
        }

        .xl\:p-12 {
            padding: 3rem;
        }

        .xl\:py-2 {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

        .xl\:px-4 {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .xl\:py-0 {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .xl\:py-5 {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
        }

        .xl\:px-10 {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .xl\:py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .xl\:py-40 {
            padding-top: 10rem;
            padding-bottom: 10rem;
        }

        .xl\:px-40 {
            padding-left: 10rem;
            padding-right: 10rem;
        }

        .xl\:px-20 {
            padding-left: 5rem;
            padding-right: 5rem;
        }

        .xl\:py-14 {
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;
        }

        .xl\:py-20 {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        .xl\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .xl\:pl-32 {
            padding-left: 8rem;
        }

        .xl\:pr-10 {
            padding-right: 2.5rem;
        }

        .xl\:pl-16 {
            padding-left: 4rem;
        }

        .xl\:pr-60 {
            padding-right: 15rem;
        }

        .xl\:pr-36 {
            padding-right: 9rem;
        }

        .xl\:pr-48 {
            padding-right: 12rem;
        }

        .xl\:pr-12 {
            padding-right: 3rem;
        }

        .xl\:pr-44 {
            padding-right: 11rem;
        }

        .xl\:pr-32 {
            padding-right: 8rem;
        }

        .xl\:pr-0 {
            padding-right: 0px;
        }

        .xl\:pr-56 {
            padding-right: 14rem;
        }

        .xl\:pr-16 {
            padding-right: 4rem;
        }

        .xl\:pl-20 {
            padding-left: 5rem;
        }

        .xl\:pb-6 {
            padding-bottom: 1.5rem;
        }

        .xl\:pl-0 {
            padding-left: 0px;
        }

        .xl\:pr-28 {
            padding-right: 7rem;
        }

        .xl\:pr-24 {
            padding-right: 6rem;
        }

        .xl\:text-left {
            text-align: left;
        }

        .xl\:text-3xl {
            font-size: 1.25rem;
        }

        .xl\:text-2xl {
            font-size: 1.125rem;
        }

        .xl\:text-lg {
            font-size: 1rem;
        }

        .xl\:text-xl {
            font-size: 1.0625rem;
        }

        .xl\:text-base {
            font-size: 0.9375rem;
        }

        .xl\:text-4xl {
            font-size: 2.6875rem;
        }

        .xl\:text-tiny {
            font-size: 0.875rem;
        }

        .xl\:font-bold {
            font-weight: 700;
        }

        .xl\:font-semibold {
            font-weight: 600;
        }

        .xl\:leading-10 {
            line-height: 2.5rem;
        }

        .xl\:leading-9 {
            line-height: 2.25rem;
        }

        .xl\:leading-8 {
            line-height: 2rem;
        }
    }

    @media (min-width: 1750px) {
        .\32xl\:-top-14 {
            top: -3.5rem;
        }

        .\32xl\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .\32xl\:pr-9 {
            padding-right: 2.25rem;
        }

        .\32xl\:text-xl {
            font-size: 1.0625rem;
        }
    }
#social-media .modal-body {
    height: auto;
}

#business-card .modal-body {
    height: auto;
}

#mobile-app .modal-body {
    height: auto;
}

#package-designs .modal-body {
    height: auto;
}

#logo .modal-body {
    height: auto;
}

@media (min-width: 1280px) {
    #social-media {
        max-width: 44rem !important;
    }

    #business-card {
        max-width: 44rem !important;
    }

    #mobile-app {
        max-width: 44rem !important;
    }

    #package-designs {
        max-width: 44rem !important;
    }

    #logo {
        max-width: 44rem !important;
    }
}
@media (min-width: 1024px) .lg\:gap-10 {
    gap: 2.5rem;
}
.gap-10 {
    gap: 2.5rem;
}
.mr-4 {
    margin-right: 1rem;
}
.text-gray-300 {
    color: #bababa;
}
.group.blog-wrap-new.blog-big-wrap a img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.blog-wrap-new p {
    margin: 0.6rem 0;
    font-size: 1rem;
    line-height: 1.6;
}
    .blog-wrap-new p img {
        float: right;
        border-radius: 14px;
        margin-left: 1rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
        border: 1px solid #efefef;
    }
.blog-wrap-new a img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.section-blog-detail {
    margin-top: 5rem;
}

    .section-blog-detail .blog-big-wrap h2 {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
        line-height: 1.2;
    }



    .section-blog-detail .blog-big-wrap .aspect-square img {
        object-fit: cover;
        margin: auto;
        position: relative;
        max-width: 700px;
        padding: 2rem 0;
    }

    .section-blog-detail .w-9\/12 {
        width: 75%;
        padding-right: 2rem;
    }

    .section-blog-detail .w-1\/4 {
        width: 25%;
    }

.small-posts-wrap .blog-wrap-new .aspect-square {
    aspect-ratio: 2/1;
}
.blog-banner {
    height: 25rem;
}
.section-blog-detail ul {
    padding-left: 1rem;
}
    .section-blog-detail ul li {
        padding: 0.4rem 0;
    }
.blog-detail-image {
    border-radius: 10px;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(12px);
    background-size: cover !important;
}
ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    margin-bottom:1rem;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 1rem;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #ed1d56;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #ed1d56;
                text-decoration: underline;
            }
@media only screen and (max-width: 1749.98px) {
    .service-wrapper img{
        max-width:82px;
    }
    .citymapia-banner-wrapper .feature {
        height: 540px;
    }
        .citymapia-banner-wrapper .feature .feature-icon {
            width: 110px;
            height: 110px;
        }
}
@media only screen and (max-width: 1649.98px) {
    .logo-slider p{
        display:none;
    }
    .citymapia-banner-wrapper .feature .feature-icon {
        width: 110px;
        height: 110px;
    }
    .logo-slider .slick-slide {
        height: 70px;
        background: #fafafa;
        border: none;
        padding: 8px;
    }
    .logo-slider .slick-slide a{
        display:flex;
        align-items:center;
    }
    .newsfeed-slick .slick-slide img{
        height:150px;
    }
    .newsfeed-landing-popup .p-6 {
        height: 420px;
        overflow-y: auto;
    }
    .newsfeed-slick .slick-slider{
        margin-top:5px;
    }
    .logo-slider li img {
        max-width: 52px;
        height: 52px;
        object-fit: cover;
        margin-bottom: 1rem;
        border-radius: 30px;
        margin-right:10px;
    }
}
@media only screen and (max-width: 1280px) {
    .section-blog-detail .w-9\/12 {
        width: 100%;
        padding-right: 0;
    }
    .features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .citymapia-banner-wrapper h1 br{
        display:none;
    }
    .business-listing .grid {
        row-gap: 1rem;
    }
    .service-wrapper {
        margin: 0 0rem;
    }
    .section-blog-detail .w-1\/4 {
        width: 100%;
    }
    .section-blog-detail .blog-big-wrap .aspect-square img{
        max-width:100%;
        padding:0rem 0;
    }
    .newsfeed-landing-popup .p-5.modal-content {
        padding: 0;
    }
    .citymapia-banner-wrapper{
        margin-top:80px;
    }
    .business-listing .w-full.w-2\/3{
        width:100%;
    }
}
@media only screen and (max-width: 1024.98px) {
    .citymapia-banner-wrapper {
        margin-top: 50px;
    }
    .service-wrapper label {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 767.98px) {

    .section-common-two.wow.fadeInUp .grid-cols-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .section-common-two.wow.fadeInUp .grid-cols-1 img {
            width: 21px;
        }

        .case-img-show .image-slider {
            height: 380px;
            margin-bottom: 1.7rem;
        }
        .case-img-show .image-slider img{
            object-fit:cover;
            
        }
    .section-mockup.section-common-two::after {
        opacity: 1;
        transition: opacity 0.4s ease-in-out;
        animation: bgfade 3s infinite alternate;
    }

    @keyframes bgfade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

        .choose-location {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-top: 1rem;
        }
    .chat-widget-avatar {
        top: 20px!important;
        right: 4px!important;
    }
    .flip-container {
        perspective: 1000px;
        width: 120px;
    }

    .floating-whtsap a {
        width: 40px;
        height: 40px;
        padding: 2px;
    }
    .service-content {
        min-width: 100%;
    }
    .features {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .arrw {
        max-width: 18px;
    }
    .socialmedia .bni-logo img {
        height: 20px;
    }
    .city-brands .slide .brand-logo {
        width: 110px !important;
    }
    .citymapia-banner-wrapper .feature::before{
        height:80%;
    }
    .citymapia-banner-wrapper .feature .feature-icon {
        width: 80px;
        height: 80px;
    }
    .citymapia-banner-wrapper .feature {
        height: 350px;
        padding: 1rem;
    }
        .citymapia-banner-wrapper .feature .content label {
            font-size: 1.2rem;
            margin-bottom: 4px;
        }
    .city-brands label {
        min-height: inherit;
        font-size: 0.9375rem;
    }
    .business-listing .grid {
        row-gap: 0rem;
    }
    .section-testimonials .card p {
        font-family: Metropolis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .brand-logo-section .swiper-slide img {
        width: 140px;
        height: 70px;
        object-fit: contain;
        background: #fff;
        padding: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }
    .brand-logo-section .w-2\/3 {
        width: 100%;
    }
    .brand-logo-section .w-1\/3 {
        width: 100%;
    }
    .business-listing .grid-cols-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-wrapper {
        margin: 0px 0rem;
        flex-wrap: wrap;
        margin-bottom: 1.6rem;
        justify-content: flex-start;
    }
        .service-wrapper label {
            font-size: 1rem;
            text-align: left;
            padding-right:1rem;
        }
        .business-listing .w-full.w-2\/3 {
            width: 100%;
        }
    .online-journey li{
        width:50%;
    }
    .service-wrapper a .arrw {
        max-width: 18px;
        margin-right: inherit;
    }
    .header-text.flex {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .newsfeed-landing-popup p.text-white.text-md {
        display: none;
    }
    .service-lists li a {
        font-size: 15px;
    }
    .technology-used span {
        font-size: 15px;
    }
    .choose-location .location-area {
        margin-right: 0;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .newsfeed-landing-popup .header-bg-popup {
        padding: 1rem 1rem;
    }
    .newsfeed-landing-popup .p-6 {
        padding: 1rem;
        height:auto;
    }
    .newsfeed-landing-popup h3 {
        font-size: 1rem;
        font-weight: 600;
        max-width: 200px;
        margin: auto;
    }
    .choose-location .location-area {
        font-size: 1rem;
        font-weight: 500;
    }
    .bus-name-location .business-location {
        font-size: 13px;
    }
    .newsfeed-landing-popup .h4 {
        font-size: 1rem;
        font-weight: 600;
    }
    .modal .modal.modal-content {
        margin-bottom:2rem;
    }
    .cities-slider li {
        margin: 0 0.6rem;
    }
    ul.cities-slider {
        width: 100%;
    }
    .cities-slider li a {
        color: #fff;
        font-size: 14px;
    }
    .text-md {
        font-size: 14px;
    }
    .logo-slider label {
        margin-bottom: 0;
        font-size: 14px;
    }
    .newsfeed-slick .slick-slide h4 a{
        font-size:15px;
    }
    .logo-slider p {
        display: none
    }
    .logo-slider li img{
        margin-bottom:0;
    }
    .business-listing .gap-x-10 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .service-wrapper a {
        font-size: 15px;
        justify-content: left;
    }
    .citymapia-banner-wrapper{
        padding:40px 0px 0;
    }
    .citymapia-banner-wrapper .header-text.flex{
        padding:0 20px;
    }
    .header-text h1{
        margin-bottom:14px;
    }
    .service-wrapper p {
        display: none;
    }
    .service-wrapper img {
        max-width: 70px;
    }
}
@media only screen and (max-width: 479.98px) {
    .newsfeed-slick .slick-slide {
        margin-left: 0;
        margin-right: 0;
    }
    
}
@media (min-width: 768px) {
    .newsfeed-landing-popup .modal-content {
        max-width: 900px;
    }
}
@media (min-width: 1280px) {
    .newsfeed-landing-popup .modal-content {
        max-width: 1100px;
    }

    .location-popup .modal-content {
        max-width: 1000px;
    }
}
@media (min-width: 1650px) {
    .newsfeed-landing-popup .modal-content {
        max-width: 1500px;
    }
    .newsfeed-landing-popup .p-6{
        height:575px;
    }
    .online-journey li {
        font-size: 1.5rem;
    }
}

.client-country {
    position: absolute;
    width: 24px;
    top: 9px;
    right: 10px;
/*    display: inline-flex;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
}

.client-country img {
    border: unset;
    border-radius: 3px;
}

span.client-country img {
    width: 100%;
    padding: 0;
    height: auto;
}
.banner h4 {
    color: #25A878;
    font-size: 1.125rem !important;
    font-weight: bold;
}

.banner .country-lists {
    display: flex;
    gap: 7px;
    height: 20px;
    margin-top: .4rem;
}

    .banner .country-lists img {
        border-radius: 3px;
    }

@media only screen and (max-width: 768px) {
    .banner .country-lists {
        gap: 5px;
        height: 18px;
    }
	 span.client-country img {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
        border-radius: 4px !important;
    }
}