body {

    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;

}

:root {
    --bs-brandicon: url(https://assets.indiaonline.in/common/logo-icon-30.webp) no-repeat
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    background-color: #eee;
    color: #000
}

@-moz-keyframes animatePreloader {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@-webkit-keyframes animatePreloader {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@-o-keyframes animatePreloader {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes animatePreloader {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.preloader {
    position: relative
}

.preloader::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    animation-name: animatePreloader;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-color: #ccc;
    background-size: 800px 100px;
    width: 100%;
    height: 100%;
    z-index: 10
}

p {
    line-height: 26px
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

a:not([href]):not([class]):hover,
a:not([href]):not([class]):hover {
    border: 1px solid #ccc;
    color: var(--bs-darkblue)
}

.btn {
    white-space: nowrap
}

.btn:focus,
.btn:hover,
.btn:active:focus {
    box-shadow: none
}

header.headerShadow {
    box-shadow: 0 30px 30px rgba(255, 255, 255, 1)
}

header {
    position: sticky;
    top: 0;
    z-index: 1020;
    border-bottom: 1px solid rgba(205, 205, 205, .7);
    background-color: #fff;
    padding: 15px 0
}

header .container {
    max-width: 1420px;
    padding: 0 12px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-around;
    position: relative
}

header a {
    color: #222
}

header .logoBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0;
    margin: 0 auto 0 0;
    gap: 6px;
    height: 33px
}

header .logoBlock a {
    display: flex;
    flex-direction: column;
    justify-content: center
}

header .logoBlock a:hover,
header .logoBlock a:focus-visible {
    outline: 0
}

header .logoBlock a .domainLogoBlock {
    display: flex;
    align-items: center
}

header .logoBlock a .domainLogoBlock .logoIcon img {
    height: 28px;
    width: auto;
    margin-right: 5px
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo {
    display: flex;
    flex-direction: column
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText {
    display: flex;
    line-height: 1;
    font-size: 1.9rem;
    font-weight: 600;
    text-transform: uppercase
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText.domainLogo9 {
    font-size: 1.7rem
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText.domainLogo12 {
    font-size: 1.5rem
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText.domainLogo17 {
    font-size: 1.3rem
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText .cityText {
    color: #28306f
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText .onlineText {
    color: #e97618
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText .dotInText {
    color: #28306f
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText {
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #e97618
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText {
    font-size: 1rem
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText.domainLogo9 {
    font-size: 1rem
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText.domainLogo12 {
    font-size: 1rem
}

header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText.domainLogo17 {
    font-size: 1rem
}

header .searchComboBlock {
    display: flex;
    background-color: #fff;
    border-radius: .25rem;
    width: 100%;
    max-width: 640px;
    position: absolute;
    right: 350px;
    gap: 10px;
    transform: translate3d(45px, 0, 0);
    transition: all .15s ease
}

header .searchComboBlock .form-control {
    font-size: .95rem;
    border-radius: .25rem;
    height: 39px;
    box-shadow: none;
    font-weight: 500;
    color: #000 !important
}

.searchComboBlock .localitySearchBlock {
    max-width: 170px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.searchComboBlock .localitySearchBlock .inputSearchbox {
    position: relative
}

.searchComboBlock .localitySearchBlock .inputSearchbox .form-control {
    padding: 0 15px 0 30px;
    border-radius: .25rem;
    border: 1px solid #000;
    background: var(--bs-brandicon);
    background-size: 12px 16px;
    background-position: 10px 11px;
    background-color: #f5f5f5
}

.searchComboBlock .localitySearchBlock .inputSearchbox .form-control:focus {
    background-color: #fff
}

.searchComboBlock .localitySearchBlock .inputSearchbox .globalLocationLoader,
.inputSearchbox .globalSearchLoader {
    position: absolute;
    z-index: 99999;
    font-size: .75rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none
}

.inputSearchbox .globalSearchLoader {
    right: 95px
}

.searchComboBlock .localitySearchBlock .inputSearchbox .globalLocationLoader .fas.fa-circle-notch {
    position: static !important;
    width: inherit;
    height: inherit
}

.searchComboBlock .localitySearchBlock .inputSearchbox .fas,
.searchComboBlock .localitySearchBlock .inputSearchbox img {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #666;
    width: 11px;
    height: 15px
}

.homeClass .searchComboBlock .localitySearchBlock .inputSearchbox .form-control {
    padding: 0 15px 0 30px;
    background-position: 10px 14px
}

.homeClass .searchComboBlock .localitySearchBlock .inputSearchbox .fas,
.homeClass .searchComboBlock .localitySearchBlock .inputSearchbox img {
    top: 16px
}

.searchComboBlock .localitySearchBlock .inputLocalitySearchBlock {
    display: none
}

.localitySearchBlock .inputSearchBlock.active {
    display: block
}

.searchComboBlock .mainSearchBlock {
    width: calc(100% - 185px)
}

.searchComboBlock .mainSearchBlock .inputSearchbox {
    position: relative
}

.searchComboBlock .mainSearchBlock .inputSearchbox .form-control {
    padding: 0 66px 0 15px;
    border-radius: .25rem;
    border: 1px solid #000
}

.clearBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    cursor: pointer;
    padding: 0 5px;
    display: none
}

.searchComboBlock .mainSearchBlock .inputSearchbox [data-voicesearch="voiceSearchButton"] {
    position: absolute;
    top: 1px;
    right: 40px;
    padding: 2px 4px;
    border-radius: .25rem;
    cursor: pointer;
    background: -webkit-linear-gradient(90deg, #23306f, #e97618 80%);
    font-size: 1.5rem;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block
}

.searchComboBlock .mainSearchBlock .inputSearchbox .fa-search {
    position: absolute;
    top: 5.5px;
    right: 6px;
    padding: 6px;
    border-radius: .25rem;
    background: #ff5722;
    color: #fff;
    cursor: pointer
}

.homeClass .searchComboBlock .mainSearchBlock .inputSearchbox [data-voicesearch="voiceSearchButton"] {
    top: 4px;
    right: 42px;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.homeClass .searchComboBlock .mainSearchBlock .inputSearchbox .fa-search {
    top: 9px;
    right: 8px
}

.searchComboBlock .mainSearchBlock .inputMainSearchBlock {
    display: none
}

.mainSearchBlock .inputSearchBlock.active {
    display: block
}

.searchComboBlock button {
    border: 0;
    background-color: transparent;
    color: var(--bs-blue);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0
}

.inputSearchBlock {
    max-width: 455px;
    border: 1px solid #666;
    position: absolute;
    top: 45px;
    z-index: 1;
    width: 100%;
    border-radius: .25rem;
    padding: 8px;
    background-color: #fff
}

header.homeClass .searchComboBlock .inputSearchBlock {
    top: 50px
}

.inputSearchBlock .detectLocation {
    display: flex;
    align-items: baseline;
    font-size: .9rem;
    justify-content: start;
    padding: 5px 10px;
    margin: 10px 0;
    gap: 10px;
    color: var(--bs-blue)
}

.inputSearchBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9rem;
    max-height: 358px;
    overflow: auto
}

.inputSearchBlock ul::-webkit-scrollbar {
    width: 8px
}

.inputSearchBlock ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: .3rem
}

.inputSearchBlock ul::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: .3rem
}

.inputSearchBlock ul::-webkit-scrollbar-thumb:hover {
    background: #a3a3a3
}

.inputSearchBlock ul li.defaultLocationIcon {
    background: var(--bs-brandicon);
    background-size: 12px 16px;
    background-position: 11px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 7px 10px 7px 35px;
    background-color: #fff;
    border-radius: .25rem;
    position: relative;
    cursor: pointer
}

.inputSearchBlock ul li.defaultLocationIcon:hover {
    background-color: #eee
}

.inputSearchBlock ul li a,
.inputSearchBlock ul li span.item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 7px 10px 10px 46px;
    background: #fff;
    border-radius: .25rem;
    position: relative;
    cursor: pointer
}

.inputSearchBlock ul li a:hover,
.inputSearchBlock ul li span.item:hover {
    background-color: #eee
}

.inputSearchBlock ul li a,
.inputSearchBlock ul li span.item .inputText {
    font-weight: 500
}

.inputSearchBlock ul li img.iconCategory {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 2px;
    top: 10px;
    border: 1px solid #ccc;
    padding: 3px;
    object-fit: contain
}

.inputSearchBlock ul li img.iconBrand {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    left: 2px;
    top: 10px;
    border: 1px solid #eee;
    padding: 3px
}

.inputSearchBlock ul li img {
    height: 12px
}

.inputSearchBlock ul li .listContent .inputRelation {
    display: block;
    font-size: .8rem;
    color: #777
}

.searchComboBlock .localitySearchBlock .inputSearchBlock ul li a {
    padding-left: 30px
}

.searchComboBlock .localitySearchBlock .inputSearchBlock ul li .fas {
    position: absolute;
    left: 10px;
    top: 11px
}

.searchComboBlock .localitySearchBlock .inputSearchBlock ul li img {
    position: absolute;
    left: 12px;
    top: 11px;
    width: 10px;
    height: 14px
}

.speakMsg span {
    font-weight: 500
}

header.homeClass {
    padding: 14px 0 15px 0
}

header.homeClass .listyourbusiness {
    display: none
}

header.homeClass .searchComboBlock .localitySearchBlock .inputSearchbox .fas {
    top: 13px
}

header.homeClass .searchComboBlock {
    position: absolute;
    right: 710px;
    top: 0;
    max-width: 640px;
    gap: 15px;
    transform: translate3d(35px, 120px, 0);
    transition: all .15s ease
}

header.homeClass .searchComboBlock .form-control {
    height: 45px;
    border-radius: .25rem !important;
    border: 1px solid #000 !important
}

header .listyourbusiness a {
    background-color: #f9f9f9;
    white-space: nowrap;
    padding: 8px 10px;
    position: relative;
    display: table;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    gap: 3px;
    align-items: center;
    border-radius: .25em;
    border: 1px solid #eee
}

header .listyourbusiness a:hover {
    background-color: #f5f5f5;
    color: #000
}

header .listyourbusiness a span {
    padding: 0 3px;
    border-radius: .15em;
    background-color: #e97618;
    color: #fff;
    line-height: 16px;
    font-size: 12px
}

header .allCategory {
    border: 0;
    background-color: transparent
}

header .headerNav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    font-size: 1rem
}

header .headerNav a {
    display: flex;
    gap: 10px;
    align-items: center
}

header .headerNav li.user a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    color: #222;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: #d7eeff;
    display: flex;
    align-items: center;
    justify-content: center
}

header .headerNav li.user a .alphabetBlock {
    width: 16px;
    height: 16px;
    display: block;
    font-size: 1rem;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    text-transform: capitalize
}

#offcanvasUserMenu {
    width: 30%
}

#offcanvasUserMenu .offcanvas-body {
    padding-top: 0;
    background: #fff url("https://assets.indiaonline.in/common/loginCanvasBg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto
}

#offcanvasUserMenuLabel {
    display: flex;
    gap: 10px;
    width: calc(100% - 24px)
}

#offcanvasUserMenuLabel .alphabetBlock {
    width: 55px;
    height: 55px;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid #ccc;
    line-height: 55px;
    border-radius: 30px;
    background: #eee
}

#offcanvasCatagaries {
    width: 50%
}

#offcanvasCatagaries .offcanvas-header {
    padding-right: 50px;
    align-items: start;
    flex-direction: column;
    gap: 10px
}

#offcanvasCatagaries .offcanvas-header .offcanvas-title {
    font-weight: 600
}

#offcanvasCatagaries .offcanvas-header .canvassearch {
    max-width: 500px;
    width: 100%;
    position: relative
}

#offcanvasCatagaries .offcanvas-header .canvassearch [data-voicesearch="voiceSearchButton"] {
    position: absolute;
    top: 4px;
    right: 40px;
    height: 34px;
    padding: 2px 4px;
    border-radius: .25rem;
    cursor: pointer;
    background: -webkit-linear-gradient(90deg, #23306f, #e97618 80%);
    font-size: 1.5rem;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block
}

#offcanvasCatagaries .offcanvas-header .canvassearch button {
    position: absolute;
    top: 8px;
    right: 7px;
    padding: 4px;
    border-radius: .25rem;
    background: #ff5722;
    color: #fff;
    cursor: pointer;
    font-size: .9rem;
    border: 0;
    height: 28px;
    width: 28px
}

#offcanvasCatagaries .offcanvas-header .canvassearch .form-control {
    border: 1px solid #000;
    height: 44px;
    border-radius: .25rem;
    font-size: .9rem;
    box-shadow: none
}

#offcanvasCatagaries .offcanvas-header .canvassearch .inputSearchBlock {
    max-width: 500px
}

#offcanvasCatagaries .offcanvas-header .btn-close {
    position: absolute;
    top: 28px;
    right: 15px;
    font-size: 1rem;
    border-radius: 16px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center
}

#offcanvasCatagaries .offcanvas-header .btn-close:focus {
    box-shadow: none
}

#offcanvasCatagaries .navbar-nav {
    gap: 20px 15px
}

#offcanvasCatagaries .navbar-nav .nav-item .categoryItem {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
}

#offcanvasCatagaries .navbar-nav .nav-item .categoryItem .categoryName {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #000
}

#offcanvasCatagaries .navbar-nav .nav-item .categoryItem img {
    width: 25px;
    height: 25px;
    object-fit: contain
}

#offcanvasCatagaries .navbar-nav .nav-item .categoryItem button {
    display: none;
    position: absolute;
    top: 2px;
    right: -5px;
    font-size: 1rem;
    border-radius: 16px;
    background: #eee;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer
}

#offcanvasCatagaries .navbar-nav .nav-item.active .categoryItem {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-right: 25px
}

#offcanvasCatagaries .navbar-nav .nav-item.active .categoryItem .categoryName {
    font-size: 1rem
}

#offcanvasCatagaries .navbar-nav .nav-item.active .categoryItem button {
    display: flex
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: .8rem;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    white-space: nowrap
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory li:nth-child(4) {
    display: block
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory li:not(:nth-child(-n+4)) {
    display: none
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory li a {
    display: flex;
    gap: 10px;
    font-size: .85rem;
    position: relative;
    padding: 5px;
    color: #000;
    font-weight: 500
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory li a img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory li a .subName {
    white-space: normal
}

#offcanvasCatagaries .navbar-nav .nav-item ul.subCategory li button {
    display: flex;
    gap: 10px;
    font-size: 1.2rem;
    position: relative;
    padding: 5px;
    color: #000;
    font-weight: 500;
    border: 0;
    background-color: transparent
}

#offcanvasCatagaries .navbar-nav .nav-item.active ul.subCategory {
    flex-direction: column;
    height: calc(100% - 41px);
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 10px
}

#offcanvasCatagaries .navbar-nav .nav-item.active ul.subCategory li {
    width: 100%
}

#offcanvasCatagaries .navbar-nav .nav-item.active ul.subCategory li:nth-child(4) {
    display: none
}

#offcanvasCatagaries .navbar-nav .nav-item.active ul.subCategory li:not(:nth-child(-n+4)) {
    display: block
}

#offcanvasCatagaries .navbar-nav .nav-item.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    padding: 12px;
    height: 100vh;
    z-index: 10;
    background-color: #fff
}

#offcanvasUserMenu .offcanvas-header .offcanvas-title {
    font-weight: 600
}

#offcanvasUserMenu .offcanvas-header .offcanvas-title .subTitle {
    display: block;
    font-size: .8rem;
    font-weight: 300
}

#offcanvasUserMenu .offcanvas-header .btn-close {
    position: absolute;
    top: 28px;
    right: 15px;
    font-size: 1rem;
    border-radius: 16px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center
}

#offcanvasUserMenu .offcanvas-header .btn-close:focus {
    box-shadow: none
}

#offcanvasUserMenu .userMenuList {
    margin: 0;
    padding: 0;
    list-style: none
}

#offcanvasUserMenu .userMenuList a {
    font-size: 1rem;
    padding: .75rem 0;
    border-bottom: 1px solid var(--bs-gray-200);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000
}

#offcanvasUserMenu .userMenuList a:hover {
    background-color: #f5f5f5
}

#offcanvasUserMenu .userMenuList a .fas,
#offcanvasUserMenu .userMenuList a .far {
    width: 20px;
    text-align: center
}

.searchComboBlock .detectedLocation {
    display: none
}

.growPageMobile,
.growPageMobile.stickyMobile {
    display: none
}

@media(min-width:901px) {
    .inviteMessageVander {
        display: none
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@media(max-width:900px) {
    #venderNotification {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
        margin-top: 0
    }

    .inviteMessageVander {
        background-color: #00ad57;
        z-index: 9;
        gap: 10px;
        display: block;
        align-items: center;
        width: 100%;
        padding: 15px;
        font-size: .8rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
        color: #fff
    }

    .inviteMessageVander .inviteContent {
        display: flex;
        gap: 10px;
        align-items: center
    }

    .inviteMessageVander p {
        line-height: 1.5;
        margin: 0
    }

    .inviteMessageVander .notice-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.2rem
    }

    .inviteMessageVander .btn-invite {
        background: #fff;
        font-size: 1rem;
        margin: 0 auto;
        color: #00ad57;
        display: flex;
        gap: 5px;
        align-items: baseline;
        font-weight: 500;
        margin-top: 20px
    }

    .inviteMessageVander .btn-invite:hover,
    .inviteMessageVander .btn-invite:focus:not(:focus-visible),
    .inviteMessageVander .btn-invite:first-child:active {
        background: #fff;
        color: #00ad57
    }

    header.headerShadow {
        box-shadow: none
    }

    header {
        padding: 6px 0
    }

    header .container {
        gap: 10px
    }

    header.homeClass {
        padding: 6px 0
    }

    header .logoBlock {
        margin: 0 auto
    }

    header .logoBlock a .domainLogoBlock .logoIcon img {
        height: 24px
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText {
        font-size: 1.2rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText.domainLogo9 {
        font-size: 1.1rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText.domainLogo12 {
        font-size: .9rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .domainLogoText.domainLogo17 {
        font-size: .85rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText {
        font-size: .95rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText {
        font-size: .85rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText.domainLogo9 {
        font-size: .85rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText.domainLogo12 {
        font-size: .85rem
    }

    header .logoBlock a .domainLogoBlock .domainSubDomainLogo .subCityText~.domainLogoText.domainLogo17 {
        font-size: .85rem
    }

    .searchComboBlock .localitySearchBlock .inputSearchbox .fas,
    .searchComboBlock .localitySearchBlock .inputSearchbox img {
        top: 16px
    }

    .searchComboBlock .mainSearchBlock .inputSearchbox .form-control {
        padding: 0 38px;
        background-color: #fff
    }

    .searchComboBlock .mainSearchBlock .inputSearchbox {
        position: relative;
        width: 100%;
        padding: 1.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-radius: .25rem;
        background-color: rgba(255, 255, 255, .1);
        overflow: hidden
    }

    .searchComboBlock .mainSearchBlock .inputSearchbox.animated::before {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: linear-gradient(#f8fc01, #e97618);
        animation: rotate 3s linear infinite;
        animation-iteration-count: 1;
        animation-timing-function: ease
    }

    .searchComboBlock .mainSearchBlock .inputSearchbox.animated::after {
        content: '';
        position: absolute;
        background: #fff
    }

    .clearBtn {
        right: 35px
    }

    .searchComboBlock .mainSearchBlock .inputSearchbox [data-voicesearch="voiceSearchButton"],
    .homeClass .searchComboBlock .mainSearchBlock .inputSearchbox [data-voicesearch="voiceSearchButton"] {
        right: 6px;
        top: 5px
    }

    .searchComboBlock .mainSearchBlock .inputSearchbox .fa-search {
        left: 6px;
        right: inherit !important;
        background: transparent;
        color: #666;
        top: 10px;
        font-size: 1.1rem
    }

    #offcanvasCatagaries .offcanvas-header .canvassearch .form-control {
        padding: 0 32px 0 32px
    }

    #offcanvasCatagaries .offcanvas-header .canvassearch [data-voicesearch="voiceSearchButton"] {
        right: 5px;
        left: inherit
    }

    #offcanvasCatagaries .offcanvas-header .canvassearch button {
        top: 6px;
        left: 4px;
        right: inherit;
        background: transparent;
        color: #666;
        font-size: 1.1rem
    }

    header .searchComboBlock,
    header.homeClass .searchComboBlock {
        display: block;
        width: 100%;
        max-width: inherit;
        padding: 10px 12px;
        left: 0;
        top: 0;
        position: absolute;
        border-radius: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        -moz-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    header .searchComboBlock.fixedTop,
    header.homeClass .searchComboBlock.fixedTop {
        top: 0;
        position: fixed;
        border-radius: 0;
        border-bottom: 1px solid rgba(205, 205, 205, .7);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    header .searchComboBlock.fullHeight,
    header.homeClass .searchComboBlock.fullHeight {
        top: 0;
        bottom: 0;
        position: fixed;
        border-radius: 0;
        border-bottom: 1px solid rgba(205, 205, 205, .7);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    header .searchComboBlock .form-control {
        height: 44px !important;
        border: 1px solid #000 !important;
        border-radius: .25rem !important
    }

    .searchComboBlock .inputSearchBlock {
        position: static;
        padding: 0;
        border: 0
    }

    .inputSearchBlock {
        max-width: 100% !important
    }

    .searchComboBlock .localitySearchBlock,
    .searchComboBlock .mainSearchBlock {
        max-width: inherit;
        width: 100%
    }

    .searchComboBlock.fixedTop .mainSearchBlock .inputSearchBlock {
        display: none
    }

    .searchComboBlock .localitySearchBlock {
        display: none
    }

    header .searchComboBlock.fullHeight .localitySearchBlock {
        display: none
    }

    .searchComboBlock .localitySearchBlock .inputSearchBlock {
        width: calc(100% - 20px);
        top: 78px
    }

    .searchComboBlock .localitySearchBlock .inputSearchbox .fa-search {
        right: 18px;
        left: inherit;
        background: transparent;
        color: #666;
        top: 14px;
        font-size: 1.1rem
    }

    .searchComboBlock .detectedLocation {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: .9rem
    }

    .searchComboBlock .detectedLocation .fa-chevron-left {
        position: absolute;
        left: 10px;
        top: 14px;
        padding: 5px
    }

    .searchComboBlock .detectedLocation {
        display: none
    }

    .searchComboBlock.fullHeight .detectedLocation {
        display: flex;
        padding: 4px 0
    }

    .searchComboBlock .detectedLocation .localityText {
        background: var(--bs-brandicon);
        background-size: 12px 16px;
        background-position: 0;
        padding-left: 22px;
        white-space: nowrap;
        max-width: 235px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .searchComboBlock .detectedLocation .showLocationSearchBlock {
        padding: 5px;
        background: #e97618;
        border-radius: 20px;
        color: #fff;
        height: 21px;
        font-size: .8rem
    }

    .searchComboBlock .localitySearchBlock .inputLocalitySearchBlock {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .inputSearchbox .globalSearchLoader {
        right: 64px
    }

    .searchComboBlock .localitySearchBlock .inputSearchbox .globalLocationLoader {
        right: 35px
    }

    .inputSearchBlock ul {
        max-height: calc(100vh - 170px)
    }

    .localitySearchBlock .inputSearchBlock ul {
        max-height: calc(100vh - 210px)
    }

    header .listyourbusiness {
        display: none
    }

    header .allCategory {
        order: -1;
        padding-left: 2px
    }

    .offcanvas.offcanvas-end {
        width: 90% !important;
        border-left: 0
    }

    #offcanvasCatagaries .navbar-nav .nav-item.active {
        width: 90% !important;
        padding-bottom: 60px
    }

    #offcanvasCatagaries .offcanvas-header .offcanvas-title {
        width: 100%;
        font-size: 1rem;
        padding-right: 15px;
        white-space: pre-wrap
    }

    #offcanvasCatagaries .offcanvas-header .canvassearch {
        max-width: inherit
    }
}

footer {
    background-color: #f9f9f9;
    padding: 15px 0;
    font-size: .9rem
}

footer .homeListingAnchor {
    margin: 20px 0 20px auto
}

footer .h3 {
    font-size: 1.1rem;
    font-weight: 700
}

footer p {
    line-height: 1;
    margin: 0
}

footer a {
    color: #000
}

footer a:hover,
footer a:focus {
    color: #444
}

footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap
}

footer ul .fas {
    margin-left: 7px
}

footer .footerBottom {
    font-size: .75rem;
    margin-top: 20px;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    align-items: end;
    flex-wrap: wrap;
    justify-content: end
}

footer .indiaonlineNetwork {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 5px
}

footer .indiaonlineNetwork p {
    line-height: 18px
}

footer .copyRightSaftBlock {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
    max-width: 600px;
    text-align: right
}

footer .copyright {
    margin: 0;
    line-height: 18px
}

footer .thirdParty {
    margin: 0;
    line-height: 18px;
    color: #777;
    font-style: italic
}

footer ul.policyTerms {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width:900px) {
    footer .homeListingAnchor {
        margin: 20px 0 10px 0
    }

    footer .footerBottom {
        justify-content: start;
        gap: 5px
    }

    footer .copyRightSaftBlock {
        max-width: 100%;
        margin-top: 15px;
        text-align: left
    }

    footer .indiaonlineNetwork {
        margin: 0
    }
}

.assetsContainer {
    max-width: 1350px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-self: center;
    background-color: #fff
}

h1,
.h1 {
    font-size: 1.5rem;
    font-weight: 600
}

h2,
.h2 {
    font-size: 1.2rem;
    font-weight: 600
}

h3,
.h3 {
    font-size: 1.1rem;
    font-weight: 600
}

.colorPrimary {
    color: #e97618
}

.colorSecondary {
    color: #28306f
}

.colorDark {
    color: #000
}

.containerBlock {
    padding-top: 20px !important;
    background-color: var(--bs-white);
    padding-bottom: 40px;
    min-height: 350px
}

.containerBlock h1 {
    margin-top: 15px;
    margin-bottom: 50px
}

.containerBlock ol li,
.containerBlock ul li {
    margin-bottom: 5px;
    padding-left: 12px
}

.btn {
    position: relative
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    opacity: 0;
    transition: all .2s
}

.btn:focus::before {
    opacity: 1;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: -webkit-transform .4s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
    transition: transform .4s cubic-bezier(.08, .35, .13, 1.02), opacity
}

.btn-submit {
    background: #cb3803;
    background: linear-gradient(0deg, rgba(203, 56, 3, 1) 0%, rgba(236, 64, 2, 1) 35%);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: .25rem;
    margin: 0;
    padding: 10px 40px;
    font-size: 1.2rem;
    border: 0
}

.btn-submit:hover,
.btn-submit:focus:not(:focus-visible) {
    background: #bb3403;
    background: linear-gradient(0deg, rgba(187, 52, 3, 1) 0%, rgba(224, 66, 8, 1) 35%);
    color: #fff
}

.formValidationError {
    margin: 0;
    padding: .2rem .2em 0 .5em;
    color: #e97618;
    font-size: .75em;
    line-height: inherit;
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-weight: 400;
    position: relative
}

.formValidationError .fas {
    position: static !important;
    color: #e97618 !important;
    font-size: .75em !important
}

.homeHeadBlock~.containerBlock>.container h2 {
    font-weight: 600
}

.card-title {
    padding: 10px;
    background: #e2e2e2;
    background: linear-gradient(0deg, #c8c8c8 0%, #fafafa 55%);
    border-radius: .25rem .25rem 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.mobileMargin {
    margin-bottom: 20px
}

.card-title a.stateHead {
    display: block;
    color: #222;
    font-weight: 700;
    font-size: 1rem;
    width: calc(100% - 40px)
}

.card-title a.stateHead {
    color: #222
}

.plusMinus {
    display: none;
    border: 0;
    background: transparent;
    width: 40px;
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 25px;
    font-weight: 600
}

.plusMinus.active::after {
    content: "−";
    color: #222;
    display: block
}

.plusMinus::after {
    content: '+';
    color: #222
}

.card-body {
    padding-top: 14px
}

.card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9rem
}

.card ul a {
    padding: 5px;
    display: block;
    text-transform: lowercase;
    color: #000
}

.card ul a:hover {
    color: #000;
    background-color: #f5f5f5
}

.card ul.cityDomain,
.card ul.subCityDomain {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 0
}

.card ul.cityDomain li,
.card ul.subCityDomain li {
    width: calc(100%/4 - 10px)
}

.homeListingAnchor {
    max-width: 340px;
    width: 100%;
    position: relative;
    display: block
}

.listYourBusinessBannerBlock {
    position: relative;
    width: 340px;
    margin-left: auto;
    top: -18px;
    height: 137px;
    overflow: hidden;
    display: none
}

.listYourBusinessBannerBlock.slick-initialized {
    display: block
}

.listYourBusinessBannerBlock .slick-list {
    height: 137px;
    overflow: hidden !important;
    padding-top: 18px
}

.listYourBusinessBanner {
    background: #fed0bf;
    background: radial-gradient(circle, rgba(254, 208, 191, 1) 0%, rgba(252, 148, 110, 1) 100%);
    border-radius: .5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    display: flex;
    align-items: baseline;
    height: 116px
}

.listYourBusinessBannerBlock .item:nth-of-type(1) .listYourBusinessBanner {
    background: #fed0bf;
    background: radial-gradient(circle, rgba(254, 208, 191, 1) 0%, rgba(252, 148, 110, 1) 100%)
}

.listYourBusinessBannerBlock .item:nth-of-type(2) .listYourBusinessBanner {
    background: #fbe6be;
    background: radial-gradient(circle, rgba(251, 230, 190, 1) 0%, #faae21 100%)
}

.listYourBusinessBannerBlock .item:nth-of-type(3) .listYourBusinessBanner {
    background: #fbbed3;
    background: radial-gradient(circle, rgba(251, 190, 211, 1) 0%, rgba(251, 84, 142, 1) 100%)
}

.listYourBusinessBannerBlock .item:nth-of-type(4) .listYourBusinessBanner {
    background: #fed2c0;
    background: radial-gradient(circle, rgba(254, 210, 192, 1) 0%, #d16a42 100%)
}

.listYourBusinessBannerBlock .item:nth-of-type(5) .listYourBusinessBanner {
    background: #f5befb;
    background: radial-gradient(circle, rgba(245, 190, 251, 1) 0%, rgba(239, 127, 252, 1) 100%)
}

.listYourBusinessContent {
    padding: 20px 120px 20px 20px;
    display: flex;
    gap: 8px;
    flex-direction: column
}

.listYourBusinessContent div {
    font-size: .9rem;
    color: #000;
    font-weight: 600;
    line-height: 1.2
}

.homeListingAnchor .btn-banner {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: 8px 10px;
    color: #000;
    font-size: .8rem;
    display: table;
    text-align: center;
    margin: 0;
    font-size: .75rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    position: absolute;
    top: 65px;
    left: 20px;
    z-index: 2;
    display: none
}

.homeListingAnchor .listYourBusinessBannerBlock.slick-initialized~.btn-banner {
    display: block
}

.homeListingAnchor .btn-banner:hover,
.homeListingAnchor .btn-banner:focus,
.homeListingAnchor:not(.btn-check)+.btn-banner:active {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    color: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8)
}

.homeListingAnchor .btn-banner span {
    color: #000;
    font: 120%;
    background-color: #fccd03;
    padding: 0 2px;
    border-radius: 2px
}

.homeListingAnchor:hover .btn-banner {
    padding: 8px 10px;
    top: 64px;
    left: 19px;
    font-size: .76rem;
    transition: .3s
}

.listYourBusinessBanner .imgBlock {
    width: 100px;
    height: 134px;
    position: absolute;
    top: -18px;
    right: 0
}

.listYourBusinessBanner img {
    height: 100%;
    margin-left: auto;
    border-radius: 0 0 .5rem 0
}

.modal-open .container-fluid,
.modal-open .container,
.modal-open .containerBlock {
    -webkit-filter: blur(5px) grayscale(90%);
    -moz-filter: blur(5px) grayscale(90%);
    -o-filter: blur(5px) grayscale(90%);
    -ms-filter: blur(5px) grayscale(90%);
    filter: blur(5px) grayscale(90%)
}

.modal-dialog .modal-content {
    overflow: visible;
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-color: #ddd;
    border-radius: 1rem;
    padding: 20px 40px
}

.modal-dialog .modal-header {
    border: 0
}

.modal-dialog .modal-header img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -45px;
    left: 0
}

.modal-dialog .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    word-break: break-word
}

.modal-dialog .modal-title span.textHighlight {
    color: #e97618
}

.modal-dialog .modal-title .btn-close,
.modal-dialog .modal-title~.btn-close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.25rem
}

.modal-dialog .modal-title .btn-close:focus,
.modal-dialog .modal-title~.btn-close:focus {
    box-shadow: none !important
}

#loginRegister .modal-dialog .form-control {
    min-height: 45px !important;
    font-size: 1.1rem;
    line-height: 24px
}

#loginRegister .modal-dialog .modalFieldBlock {
    margin-bottom: 10px
}

#loginRegister .modal-dialog .modalFieldBlock .fas {
    top: 14px
}

.modal-dialog .form-control {
    height: 36px;
    font-size: .85rem;
    border-radius: .25rem;
    box-shadow: 0 1px .5px 0 #ddd;
    max-width: 300px;
    width: 100%;
    border-color: #222;
    display: table;
    margin: 0 auto 10px auto
}

.modal-dialog .modalFieldBlock,
.modal-dialog .formFieldBlock {
    position: relative;
    max-width: 300px;
    margin: 0 auto 15px auto
}

.modal-dialog .modalFieldBlock .form-control,
.modal-dialog .formFieldBlock .form-control {
    min-height: 44px;
    max-width: inherit;
    font-size: .85rem;
    border-radius: .15rem;
    box-shadow: 0 1px .5px 0 #ddd;
    width: 100%;
    border-color: #222;
    display: table;
    padding-left: 1.8rem;
    margin-bottom: 0
}

.modal-dialog .modalFieldBlock .fas,
.modal-dialog .formFieldBlock .fas {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 5px;
    font-size: .8rem;
    color: #23306f;
    text-align: center;
    line-height: 20px
}

.modal-dialog .formFieldBlock textarea~.fas {
    top: 8px !important
}

.modalFieldBlock .formValidationError {
    display: none
}

.modalFieldBlock.formFieldError .formValidationError {
    margin: 0;
    padding: .2rem .2em 0 .5em;
    color: #e97618;
    font-size: .75em;
    line-height: inherit;
    display: flex;
    align-items: baseline;
    gap: 5px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#loginRegister .modal-dialog .modalFieldBlock.formFieldError .formValidationError .fas {
    position: static;
    color: #e97618;
    font-size: .75em
}

.modal-dialog .contactFormHeading {
    padding-left: 32px
}

.modal-dialog .modal-content form textArea.form-control {
    height: auto;
    padding-right: 25px;
    display: block
}

.modal-dialog .btn-submit,
.modal-dialog .btn-contact {
    background: #cb3803;
    background: linear-gradient(0deg, rgba(203, 56, 3, 1) 0%, rgba(236, 64, 2, 1) 35%);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .25rem;
    margin: 0;
    padding: 12px 25px;
    font-size: 1rem;
    display: table;
    margin: 20px auto 0 auto;
    border-color: #e97618;
    color: #fff;
    width: 100%;
    max-width: 300px
}

.modal-dialog .btn-ok {
    background: #cb3803;
    background: linear-gradient(0deg, rgba(203, 56, 3, 1) 0%, rgba(236, 64, 2, 1) 35%);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .25rem;
    margin: 0;
    padding: 8px 25px;
    font-size: 1rem;
    display: table;
    margin: 20px auto 0 auto;
    border-color: #e97618;
    color: #fff
}

.modal-dialog .btn-submit:hover,
.modal-dialog .btn-submit:focus:not(:focus-visible),
.modal-dialog .btn-contact:hover,
.modal-dialog .btn-contact:focus:not(:focus-visible),
.modal-dialog .btn-ok:hover,
.modal-dialog .btn-ok:focus:not(:focus-visible) {
    background: #bb3403;
    background: linear-gradient(0deg, rgba(187, 52, 3, 1) 0%, rgba(224, 66, 8, 1) 35%);
    border-color: #e97618;
    color: #fff
}

.modal-dialog .btn-submit.me-auto,
.modal-dialog .btn-contact.me-auto {
    margin: 0 auto 0 0
}

.modal-dialog .skip {
    display: table;
    margin: 10px auto 0 auto;
    font-size: .8rem
}

.modal-dialog .btn-continue {
    display: table;
    margin: 0 0 0 auto;
    font-size: .8rem
}

.googleAdsDesktop {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
    position: relative;
    inset: 0
}

.googleAdsDesktop .googleAds {
    width: 100%;
    animation-name: animatePreloader;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-color: #ccc;
    background-size: 800px 100px
}

.googleAds img {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    object-fit: contain;
    overflow: hidden
}

.googleAds .itemAds .googleAdsItem {
    padding: 0;
    height: 100px;
    background-color: #fff
}

.googleAdsMobile {
    display: none
}

.googleAds .slick-arrow {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 50%;
    width: 25px;
    height: 30px;
    border: 0;
    background: rgba(0, 0, 0, .3);
    transform: translate(0, -50%)
}

.googleAds .prev-arrow {
    left: 0;
    border-radius: 0 5px 5px 0;
    padding: 0
}

.googleAds .next-arrow {
    right: 0;
    border-radius: 5px 0 0 5px;
    padding: 0
}

.googleAds .slick-arrow .fas {
    opacity: .5
}

.googleAds .slick-arrow:hover {
    background: rgba(0, 0, 0, .7)
}

.googleAds .slick-arrow:hover .fas {
    opacity: 1
}

.googleAdsDesktop .slick-initialized .slick-slide {
    text-align: center
}

.itemAds img:hover {
    cursor: pointer
}

#enquiryForm form {
    margin: 0 auto
}

#enquiryThankyou .modal-dialog .modal-body {
    border-top: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color)
}

#verifyboxsOTP .modal-dialog .modal-content {
    padding: 20px 15px
}

#verifyboxsOTP .modal-dialog .modal-body {
    padding: 0
}

#verifyboxsOTP .modal-dialog .modal-header {
    padding: var(--bs-modal-padding) 0
}

.OTPlabel {
    text-align: center;
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 1.3rem
}

.verification-code {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.verification-code .inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.verification-code .inputs .input {
    border: 1px solid #ccc;
    border-radius: .25rem;
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    outline: 0
}

.verification-code .inputs .input:focus {
    border-color: #999;
    outline: none
}

.verification-code .inputs .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all
}

.verification-code.error .inputs .input {
    border: 1px solid #d11124
}

.verification-code .errorMessage {
    color: #e97618;
    font-size: .75rem;
    padding-top: 5px;
    margin: 0;
    display: none
}

.verification-code.error .errorMessage {
    display: block
}

.verify-member {
    display: flex;
    text-align: center;
    font-size: 1.4rem;
    justify-content: center;
    width: 320px;
    margin: 10px auto 20px auto;
    font-size: .9rem
}

.verify-member,
#btnResendPinSMS {
    font-size: .75rem !important
}

.verify-member .count {
    display: inline-table;
    width: 20px
}

#btnResendPinSMS {
    border: 0;
    color: #0d6efd;
    background: none
}

#btnResendPinSMS:disabled,
.reSendOTPTimer {
    font-size: .75rem !important;
    color: #999
}

.websiteTagLine {
    padding: 15px;
    color: #e97618;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    font-family: 'Dancing Script', cursive
}

.modal-dialog.modal-lg .modal-content {
    padding: 0;
    border: 0
}

.modal-dialog.modal-lg .modal-content .modal-body {
    padding: 0;
    border: 0;
    border-radius: 1rem;
    overflow: hidden
}

.modal-dialog.modal-lg .modal-content .modal-body img {
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: cover
}

.modal-dialog.modal-lg .modal-content .btn-close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9
}

.modal-dialog.modal-lg .modal-content .modal-body .modal-header {
    padding-right: 50px
}

.modal-dialog.modal-lg .modal-content .modal-body form {
    padding: var(--bs-modal-header-padding)
}

.googleAdsBlockTop {
    margin: 10px 0;
    text-align: center
}

.globalRightSticky {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: .25rem 0 0 .25rem;
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-right: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 76px;
    box-sizing: border-box;
    transition: all .5s;
    z-index: 999
}

.globalRightSticky.toggleSticky {
    right: -76px
}

.globalRightToggle {
    position: absolute;
    bottom: 10px;
    left: -31px;
    background-color: #f9f9f9;
    padding: 5px;
    border-radius: .25rem 0 0 .25rem;
    width: 30px;
    border: 1px solid #999;
    border-right: 0;
    font-size: 1rem;
    text-align: center;
    cursor: pointer
}

.btnRightBlock {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: .25rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.btnRightBlock .fas {
    font-size: 1rem;
    font-weight: 900;
    display: block;
    width: 33px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 5px;
    border-radius: .15rem;
    color: #fff;
    text-align: center
}

.btnRightBlock span {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.1;
    white-space: normal;
    color: #000
}

.btnFilter .fas {
    background-color: #e6a902
}

.btnSendEnquiry .fas {
    background-color: #e97618
}

.btnFreeListing .fas {
    background-color: #28306f
}

.btnShare .fas {
    background-color: #1ac057
}

.btnRightBlock:hover,
.btnRightBlock:focus:not(:focus-visible),
.btnRightBlock:active {
    color: #fff;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.btnRightBlock.btnFilter:hover .fas,
.btnRightBlock.btnFilter:focus:not(:focus-visible) .fas,
.btnRightBlock.btnFilter:active .fas {
    background-color: #e6a902
}

.btnRightBlock.btnSendEnquiry:hover .fas,
.btnRightBlock.btnSendEnquiry:focus:not(:focus-visible) .fas,
.btnRightBlock.btnSendEnquiry:active .fas {
    background-color: #e97618
}

.btnRightBlock.btnFreeListing:hover .fas,
.btnRightBlock.btnFreeListing:focus:not(:focus-visible) .fas,
.btnRightBlock.btnFreeListing:active .fas {
    background-color: #28306f
}

.btnRightBlock.btnShare:hover .fas,
.btnRightBlock.btnShare:focus:not(:focus-visible) .fas,
.btnRightBlock.btnShare:active .fas {
    background-color: #1ac057
}

.socialShareHeading {
    font-size: 1.3rem;
    margin: 0 auto;
    display: table
}

.socialShare {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 10px
}

.st-custom-button[data-network] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    width: 100%;
    max-width: 75px
}

.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
    text-decoration: none
}

.st-custom-button .socialIcon {
    width: 50px;
    height: 50px;
    font-size: 1.7rem !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .3rem
}

.st-custom-button span {
    font-size: .8rem;
    font-weight: 400
}

.st-custom-button .whatsappButton {
    background-color: #25d366
}

.st-custom-button .whatsappButton:hover,
.st-custom-button .whatsappButton:focus {
    background-color: #1ac057
}

.st-custom-button .emailButton {
    background-color: #7d7d7d
}

.st-custom-button .emailButton:hover,
.st-custom-button .emailButton:focus {
    background-color: #636262
}

.st-custom-button .smsButton {
    background-color: #ffbd00
}

.st-custom-button .smsButton:hover,
.st-custom-button .smsButton:focus {
    background-color: #e6a902
}

.st-custom-button .facebookButton {
    background-color: #4267b2
}

.st-custom-button .facebookButton:hover,
.st-custom-button .facebookButton:focus {
    background-color: #375ca5
}

.st-custom-button .twitterButton {
    background-color: #000
}

.st-custom-button .twitterButton:hover,
.st-custom-button .twitterButton:focus {
    background-color: #000
}

.st-custom-button .twitterButton img {
    width: 20px !important;
    height: 20px !important;
    position: static !important
}

.st-custom-button .linkedinButton {
    background-color: #0077b5
}

.st-custom-button .linkedinButton:hover,
.st-custom-button .linkedinButton:focus {
    background-color: #016499
}

.st-custom-button .messengerButton {
    background-color: #448aff
}

.st-custom-button .messengerButton:hover,
.st-custom-button .messengerButton:focus {
    background-color: #015886
}

.st-custom-button .telegramButton {
    background-color: #08c
}

.st-custom-button .messengerButton:hover,
.st-custom-button .messengerButton:focus {
    background-color: #027ab6
}

.st-custom-button .gmailButton {
    background-color: #d44638
}

.st-custom-button .gmailButton:hover,
.st-custom-button .gmailButton:focus {
    background-color: #c03326
}

.st-custom-button .copyButton {
    background-color: #14682b;
    position: relative
}

.st-custom-button .copyButton:hover,
.st-custom-button .copyButton:focus {
    background-color: #0d521f
}

.st-custom-button .copyButton .copy-notify {
    color: #000 !important;
    font-size: .75rem;
    line-height: 1;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 20px !important
}

.becomeSalesPartner {
    font-weight: 500;
    color: #e97618
}

.becomeSalesPartner:hover,
.becomeSalesPartner:focus {
    color: #000
}

@media screen and (min-width:901px) {
    .modal-dialog {
        max-width: 600px
    }

    .modal-dialog.modal-lg {
        max-width: 800px
    }

    .modal-dialog.modal-lg .modal-content .modal-body form {
        min-height: 300px
    }
}

@media(min-width:1520px) {
    .container {
        max-width: 1420px;
        padding: 0 45px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: inherit;
        padding: 0 35px;
        margin: 0
    }
}

@media(max-width:900px) {
    .homeHeadBlock~.containerBlock>.container h2~.row {
        height: auto !important
    }

    .assetsContainer.static {
        padding-bottom: 0
    }

    .container {
        padding: 0 12px
    }

    .containerBlock {
        padding-top: 75px !important
    }

    h1,
    .h1 {
        font-size: 1.3rem
    }

    h2,
    .h2 {
        font-size: 1.1rem
    }

    h3,
    .h3 {
        font-size: 1rem
    }

    .plusMinus {
        display: block
    }

    .card-title~.card-body {
        display: none
    }

    .mobileMargin {
        position: static !important
    }

    .card ul.cityDomain li,
    .card ul.subCityDomain li {
        width: calc(100%/2 - 10px)
    }

    .listYourBusinessBannerBlock {
        width: 100%;
        max-width: 340px
    }

    .modal-dialog {
        margin: 0 !important
    }

    .modal.fade .modal-dialog.modal-dialog-centered {
        transition: transform .3s ease-out;
        transform: translate(0, 50px)
    }

    .modal-dialog.modal-dialog-centered {
        position: fixed !important;
        bottom: 0 !important;
        left: 0% !important;
        right: 0% !important;
        margin-bottom: 0 !important;
        max-width: 100%
    }

    .modal.show .modal-dialog.modal-dialog-centered {
        transform: none;
        margin: 0
    }

    .modal-dialog .contactFormHeading {
        padding-top: 10px;
        padding-left: 15px;
        line-height: 1.2
    }

    .modal-dialog .modal-content {
        border: 0;
        border-radius: 0;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        position: fixed !important;
        bottom: -1px !important;
        left: 0% !important;
        right: 0% !important;
        margin-bottom: 0 !important
    }

    .modal-dialog .modalFieldBlock,
    .modal-dialog .formFieldBlock {
        margin: 0 auto 10px auto
    }

    .modal-dialog .modalFieldBlock .form-control,
    .modal-dialog .formFieldBlock .form-control {
        height: 44px;
        font-size: 1rem
    }

    .modal-dialog .modal-content form textArea.form-control {
        height: 110px
    }

    .modal-dialog .modalFieldBlock .fas,
    .modal-dialog .formFieldBlock .fas {
        top: 12px
    }

    .modal-dialog .formFieldBlock textarea~.fas {
        top: 8px !important
    }

    .googleAdsDesktop {
        display: none
    }

    .googleAds .itemAds .googleAdsItem {
        padding: 5px 0;
        text-align: center
    }

    .googleAdsMobile {
        background-color: #f5f5f5;
        display: flex;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        height: 82px;
        overflow: hidden
    }

    .googleAds {
        width: 100%;
        overflow-x: hidden
    }

    .googleAdsMobile .slick-slider {
        overflow: hidden
    }

    .googleAdsMobile .slick-list {
        padding: 0 12px !important
    }

    .googleAdsMobile .itemAds a {
        margin: 0 1%;
        display: block
    }

    .googleAds img {
        width: 360px;
        height: 80px;
        border-radius: .25rem;
        overflow: hidden;
        object-fit: fill
    }

    .websiteTagLine {
        font-size: 2rem
    }
}

@media(min-width:576px) and (max-width:900px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media(max-width:450px) {

    .card ul.cityDomain li,
    .card ul.subCityDomain li {
        width: 100%
    }

    .googleAdsMobile .slick-list {
        padding: 0 12px !important
    }
}

@media(min-width:395px) and (max-width:420px) {
    .googleAdsMobile .slick-list {
        padding: 0 17px !important
    }
}

@media(max-width:375px) {
    .googleAdsMobile .slick-list {
        padding: 0 17px !important
    }

    .googleAds img {
        width: 330px;
        height: 73px
    }
}

@media(max-width:360px) {
    .googleAdsMobile .slick-list {
        padding: 0 12px !important
    }
}

#loaderDefault {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative
}

#loaderDefault .fa-spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 999
}

h1,
.h1 {
    font-size: 1.5rem;
    font-weight: 500
}

h2,
.h2 {
    font-size: 1.4rem;
    font-weight: 500
}

h3,
.h3 {
    font-size: 1.2rem;
    font-weight: 500
}

.homeHeadBlock {
    padding: 35px 0 25px 0;
    position: relative;
    height: 200px
}

.homeHeadBlock .container {
    position: relative
}

.homeHeading {
    position: relative;
    font-weight: 600
}

.homeHeading strong {
    color: #e97618;
    font-weight: 700
}

.homeHeadBlock .homeListyourbusiness {
    margin-left: auto;
    display: table;
    opacity: 0;
    margin-top: -35px
}

header.homeClass~.homeHeadBlock .homeListyourbusiness {
    display: table;
    opacity: 1;
    position: relative;
    z-index: 10
}

.containerBlock {
    background-color: var(--bs-white)
}

.containerBlock h1 {
    margin-top: 15px
}

.homeHeadBlock~.containerBlock {
    padding-top: 0 !important
}

.popularCategoriesBlock {
    margin-bottom: 30px
}

.popularCategoriesBlock .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.popularCategoriesBlock .navbar-nav .nav-item {
    width: calc(100%/8 - 15px)
}

.popularCategoriesBlock .navbar-nav .nav-item:nth-child(16) {
    display: none
}

.popularCategoriesBlock .navbar-nav .nav-link.categoriesItem {
    width: 130px;
    height: 140px;
    padding: 0;
    text-align: center;
    display: table;
    margin: 0 auto
}

.popularCategoriesBlock .navbar-nav .nav-link.categoriesItem img {
    padding: 15px;
    width: 74px;
    height: 74px;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: all .3s;
    transition-duration: .3s;
    transition-property: transform
}

.popularCategoriesBlock .navbar-nav .nav-link.categoriesItem:hover img {
    transform: scale(1.1)
}

.popularCategoriesBlock .navbar-nav .nav-link.categoriesItem .name {
    margin-top: 8px;
    font-size: .85rem;
    color: #000;
    font-weight: 500
}

.popularCategoriesBlock .navbar-nav .nav-link.categoriesItem .fas {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0070fc;
    border-radius: 5px;
    line-height: 35px;
    font-size: 1.5rem
}

.btn-freeListing {
    background: #cb3803;
    background: linear-gradient(0deg, rgba(203, 56, 3, 1) 0%, rgba(236, 64, 2, 1) 35%);
    border-color: #e97618;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: 10px 15px;
    color: #fff;
    font-size: 1rem;
    display: table;
    width: 280px;
    text-align: center;
    margin: 20px auto 0 auto
}

.btn-freeListing:hover,
.btn-freeListing:focus,
:not(.btn-check)+.btn-freeListing:active {
    background: #9c2b01;
    background: linear-gradient(0deg, #a12d02 0%, #c43805 35%);
    border-color: #ca3701;
    color: #fff
}

.btn-freeListing span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.btn-freeListing:hover span {
    padding-right: 20px
}

.btn-freeListing span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: -14px;
    right: -30px;
    transition: .5s;
    font-size: 2rem
}

.btn-freeListing:hover span:after {
    opacity: 1;
    right: 0
}

.btn-postAd {
    background: #23306f;
    background: linear-gradient(0deg, #011474 0%, #02198d 35%);
    border-color: #23306f;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: 10px 15px;
    color: #fff;
    font-size: 1rem;
    display: table;
    width: 280px;
    text-align: center;
    margin: 20px auto 0 auto
}

.btn-postAd:hover,
.btn-postAd:focus,
:not(.btn-check)+.btn-postAd:active {
    background: #161e47;
    background: linear-gradient(0deg, #010d47 0%, #01157e 35%);
    border-color: #121b47;
    color: #fff
}

.btn-postAd span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.btn-postAd:hover span {
    padding-right: 20px
}

.btn-postAd span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: -14px;
    right: -30px;
    transition: .5s;
    font-size: 2rem
}

.btn-postAd:hover span:after {
    opacity: 1;
    right: 0
}

@media(max-width:900px) {
    .homeHeadBlock {
        padding: 70px 10px 10px 10px;
        text-align: center;
        height: auto
    }

    .homeHeadBlock .container {
        padding: 0
    }

    .homeHeading {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0
    }

    header.homeClass~.homeHeadBlock .homeListyourbusiness,
    .homeHeadBlock .homeListyourbusiness {
        display: none
    }

    .popularCategoriesBlock .navbar-nav {
        gap: 20px 10px
    }

    .popularCategoriesBlock .navbar-nav .nav-item {
        width: calc(100%/4 - 10px);
        padding-left: 0;
    }

    .popularCategoriesBlock .navbar-nav .nav-link.categoriesItem {
        width: 110px;
        height: inherit
    }

    .popularCategoriesBlock .navbar-nav .nav-link.categoriesItem img {
        width: 48px;
        height: 48px;
        border: 0;
        padding: 10px;
        object-fit: contain
    }

    .popularCategoriesBlock .navbar-nav .nav-link.categoriesItem .fas {
        width: 48px;
        height: 48px;
        border: 1px solid #ddd;
        line-height: 48px;
        font-size: 1.4rem
    }

    .popularCategoriesBlock .navbar-nav .nav-link.categoriesItem .name {
        font-size: .63rem;
        font-weight: 600
    }

    .popularCategoriesBlock .navbar-nav .nav-item:nth-child(16) {
        display: block
    }

    .popularCategoriesBlock .navbar-nav .nav-item:not(:nth-child(-n+16)) {
        display: none
    }

    h1,
    .h1 {
        font-size: 1.2rem
    }

    .latestBusinessBlock,
    .latestAdsBlock,
    .cityGuideBlock {
        width: 100%
    }
}

@media(max-width:450px) {
    .popularCategoriesBlock .navbar-nav .nav-link.categoriesItem {
        width: 75px
    }
}

#fcf-form {
    display: block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus,
.fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg,
.fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
    width: 100%;
}

.request {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 50%;
    transform: rotate(90deg);
    animation: ani 4s ease-in infinite;


}

@keyframes ani {
    0% {
        bottom: 51%;
    }

    50% {
        bottom: 49%;
    }
}


.mf-social-side-list {
    position: fixed;
    top: 30vh;
    right: 10px;
    z-index: 100;
}

.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0
}

.mf-social-side-list ul li a {
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mf-social-side-list ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.mf-social-side-list ul li a[href*='facebook'] {
    background: #3b5998;
}

.mf-social-side-list ul li a[href*='instagram'] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    ;
}

.mf-social-side-list ul li a[href*='youtube'] {
    background: #c4302b;
}

/*.mf-social-side-list ul li a[href*='linkedin'] {*/
/*background: #0077B5;*/
/*}*/
/*.mf-social-side-list ul li a[href*='twitter'] {*/
/*background: #00acee;*/
/*}*/


.ball {
    position: sticky;
    top: 65%;
    right: 2%;
    transform: translate(-50%, -50%);
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-55px);
    }

    100% {
        transform: translateY(0);
    }
}


.call-back-1 {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;

}

@-webkit-keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.call-back-1 img {
    width: 60px;
    margin-bottom: 5px;
    display: block;

}

.call-back {
    position: absolute;
    top: 225px;
    right: 10px;
    z-index: 99;
    animation-name: mover;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;

}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.call-back img {
    width: 40px;
    margin-bottom: 15px;

}
 .containerBlock {
    background: linear-gradient(
        90deg,
        rgb(254, 180, 73) 0%,
        rgb(84, 175, 188) 100%
    );
    padding: 20px; /* Optional: Add some padding */
}

.popularCategoriesBlock {
    /* Optional: Add styles specific to the categories block */
    padding: 10px; /* Optional: Add some padding */
    border-radius: 8px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff; /* Change link color to white for better contrast */
}

.navbar-nav .nav-item .nav-link:hover {
    color: #f0f0f0; /* Change link color on hover */
}

.name {
    font-weight: bold; /* Optional: Make category names bold */
}



.login-form h1 {
  font-size: 36px;
  text-align: center;
  color: #1017e3;
  margin-bottom: 30px;
  font-weight: normal;
}
.login-form .social-icon {
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    float: left;
}
.login-form {
    background: #fff;
    width: 450px;
    border-radius: 6px;
    margin: 0 auto;
    display: table;
    padding: 15px 30px 30px;
    box-sizing: border-box;
}
.form-group {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.login-form input {
    width: 100%;
    padding: 5px;
    height: 56px;
    border-radius: 74px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 75px;
}
.login-form .form-group .input-icon {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    height: 100%;
    padding-left: 35px;
    color: #666;
}
.login-form .login-btn {
  background: #1017e3;
  padding: 11px 50px;
  border-color: #1017e3;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border: 1px solid #1017e3;
  border-radius: 44px;
  width: 50%;
  height: 56px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
.login-form .reset-psw {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #1017e3;
  font-size: 14px;
  text-align: center;
  margin-top: 11px;
}
.login-form .social-icon button {
    font-size: 20px;
    color: white;
    height: 50px;
    width: 50px;
    background: #1017e3;
    border-radius: 60%;
    margin: 0px 10px;
    border: none;
    cursor: pointer;
}
.login-form button:hover{
  opacity: 0.9;
}
.login-form .seperator {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 50px 0 0;
}
.login-form .seperator b {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
}
.login-form p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width:767px) {
.login-form {
    width: 90%;
    padding: 15px 15px 30px;
}
}
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
   width: 40px;
  lenght: 40px;
  height: 40px;
  border-radius: 50%;  
}



.heroBannerBlock {
    position: relative;
    z-index: 1;
    max-height: 550px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.heroBannerBlock::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.7);
}

.heroBannerBlock * {
    outline: none;
}

.slideshow .slider {
    box-shadow: 0 20px 50px -25px black;
}

.heroBannerCarousel .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.heroBannerCarousel .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.heroBannerCarousel .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.heroBannerCarousel .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

.packagesSection {
    padding: 0;
    background-color: #fff;
}

.packagesSection .packageHeading {
    text-align: center;
    padding: 40px 80px 0 80px;
}

.packagesSection .packageHeading h2 {
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0 0 10px 0;
}

.packagesSection .packageHeading .subHeading {
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 1rem;
}

.packagesSection .stickyMainPackageBlock {
    background-color: #fff;
    padding: 20px 80px 0 80px;
}

.packagesSection .packagesBlock {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0 110px;
    flex-wrap: wrap;
    justify-content: center;
}

.packagesSection .packageBlock {
    width: calc(50% - 80px);
    position: relative;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 8px;
    padding: 8px 15px 30px 15px;
    width: 310px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgba(226, 226, 226, 0.27) 100%);
    box-shadow: rgba(179, 179, 179, 0.25) 0px 2px 4px 0px;
    color: #000;
}

.packagesSection .packageBlock .packageTitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.packagesSection .packageBlock .packageTitle .fas {
    font-size: 1.8rem;
}

.packagesSection .packageBlock .packagePunchLine {
    font-size: .85rem;
    font-style: italic;
    margin-bottom: 10px
}

.packagesSection .packageBlock .packagePriceBlock {
    display: flex;
    flex-direction: column;
}

.packagesSection .packageBlock .packagePriceBlock .packageFirstYearPrice {
    color: #000;
    padding: 5px 0;
    font-weight: 700;
    font-size: 1.2rem;
}

.packagesSection .packageBlock .packagePriceBlock .packageFirstYearPrice span {
    font-weight: 400;
    color: #777;
    font-size: .85rem;
}

.packagesSection .packageBlock .packagePriceBlock .packageRenewalPrice {
    color: #777;
    font-size: .85rem;
    line-height: 21px;
    display: block;
}

.packagesSection .packageBlock ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.packagesSection .packageBlock ul li {
    display: flex;
    align-items: baseline;
    gap: 16px 0;
}

.packagesSection .packageBlock ul li:not(:last-child) {
    margin-bottom: 16px;
}

.packagesSection .packageBlock ul li .fas, .packagesSection .packageBlock ul li .far, .packagesSection .packageBlock ul li .fab {
    font-size: 1rem;
    width: 30px;
}

.packagesSection .packageBlock ul li img {
    font-size: 1rem;
    width: 15px;
    margin-right: 15px;
}

.packagesSection .packageBlock ul li .text {
    width: calc(100% - 30px);
    font-size: .85rem;
    font-weight: 500;
}

.packagesSection .packageBlock ul li span.plus {
    font-weight: 700;
    font-size: 1rem;
}

.packagesSection .packageBlock ul ~ .btn-select {
    margin-top: auto;
    position: absolute;
    bottom: 8px;
    width: calc(100% - 30px);
}

.packagesSection .packageBlock .btn-select {
    background-color: #363636;
    font-weight: 500;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: .25rem;
    color: white;
    padding: 8px 48px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.packagesSection .packageBlock .btn-select:hover, .packageBlock .btn-select:focus {
    box-shadow: none;
}

.packagesSection .packageBlock.freeListingBlock {
    border: 1px solid rgb(229, 222, 207);
    background: linear-gradient(rgba(218, 217, 217, 0.314) 0%, rgba(245, 243, 240, 0.314) 25%, rgba(204, 195, 182, 0.314) 100%);
    box-shadow: rgba(186, 165, 136, 0.25) 0px 2px 4px 0px;
}

.packagesSection .packageBlock.freeListingBlock .btn-select {
    background-color: #4b4b4b;
    border: 1px solid transparent;
}

.packagesSection .packageBlock.freeListingBlock .btn-select:hover, .packagesSection .packageBlock.freeListingBlock .btn-select:focus {
    background-color: #303030;
    transition: 0.75s;
    border: 1px solid #303030;
}

.packagesSection .packageBlock.featuredListingBlock {
    border: 1px solid rgb(229, 222, 207);
    background: linear-gradient(rgba(255, 255, 255, 0.314) 0%, rgba(248, 243, 235, 0.314) 25%, rgba(211, 196, 172, 0.314) 100%);
    box-shadow: rgba(186, 165, 136, 1) 0px 2px 20px 0px;
}

.packagesSection .packageBlock.featuredListingBlock .btn-select {
    background-color: #FF5722;
    border: 1px solid transparent;
}

.packagesSection .packageBlock.featuredListingBlock .btn-select:hover, .packagesSection .packageBlock.featuredListingBlock .btn-select:focus {
    background-color: #b93006;
    transition: 0.75s;
    border: 1px solid #b93006;
}

.packagesSection .note {
    width: 100%;
    font-size: .75rem;
    line-height: 1.5;
    font-style: italic;
    color: #363636;
    padding-top: 83px;
    margin-top: -68px;
    margin-bottom: 0;
}

.packagesSection .note ~ .note {
    margin-top: 5px;
}

.btn-freeListing {
    background: rgb(203,56,3);
    background: linear-gradient(0deg, rgba(203,56,3,1) 0%, rgba(236,64,2,1) 35%);
    border-color: #ec4002;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.1rem;
    display: table;
    width: 310px;
    text-align: center;
    margin: 50px auto;
}

.btn-freeListing:hover, .btn-freeListing:focus, .btn-freeListing:not(.btn-check)+.btn:active {
    background: rgb(156, 43, 1);
    background: linear-gradient(0deg, rgb(161, 45, 2) 0%, rgb(196, 56, 5) 35%);
    border-color: #ca3701;
    color: #fff;
}

.btn-freeListing span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-freeListing:hover span {
    padding-right: 20px;
}

.btn-freeListing span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -14px;
    right: -30px;
    transition: 0.5s;
    font-size: 2rem;
}

.btn-freeListing:hover span:after {
    opacity: 1;
    right: 0;
}

.customizedPlanBlock {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 60px;
    background-color: #444;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 460px;
}

.customizedPlanCarousel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.customizedPlanCarousel #parallax1 {
    background: url("https://assets.indiaonline.in/common/hero-img6.jpg");
}

.customizedPlanCarousel #parallax2 {
    background: url("https://assets.indiaonline.in/common/hero-img7.jpg");
}

.customizedPlanCarousel #parallax3 {
    background: url("https://assets.indiaonline.in/common/hero-img8.jpg");
}

.customizedPlanCarousel #parallax4 {
    background: url("https://assets.indiaonline.in/common/hero-img9.jpg");
}

.customizedPlanCarousel #parallax5 {
    background: url("https://assets.indiaonline.in/common/hero-img10.jpg");
}

.customizedPlanCarousel .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.customizedPlanCarousel .item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh !important;
    transform: translate3d(0px, -138px, 0px);
}

.customizedPlanCarousel .item:after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.customizedPlanCarousel .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.customizedPlanCarousel .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

.customizedPlanBlock .customizedPlan {
    z-index: 2;
    padding: 10px 30px 10px 15px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.customizedPlanBlock .customizedPlan .customizedHeading {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

.customizedPlanBlock .customizedPlan .customizedHeading ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.customizedPlanBlock .customizedPlan .customizedHeading ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customizedPlanBlock .customizedPlan .customizedHeading ul li .fas {
    font-size: .9rem;
}

.customizedPlan .btn-customized {
    border-color: #fff;
    font-weight: 600;
    border-radius: .25rem;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.1rem;
    display: table;
    margin: 50px 0 20px 0;
}

.customizedPlan .btn-customized:hover, .customizedPlan .btn-customized:focus:not(:focus-visible), .customizedPlan .btn-customized:first-child:active {
    border-color: #fff;
    transition: 0.75s;
    background-color: #fff;
    color: #000;
}

.advertiseBlock {
    padding: 100px 60px 0 60px;
    background: linear-gradient(180deg,#fcfcfc,#f4f2ee);
    box-sizing: border-box;
}

.advertiseContent h2 {
    font-size: 2.2rem;
    margin: 0 0 40px 637px;
    font-weight: 700;
}

.advertiseContent img {
    height: auto;
    margin-top: -50px;
    min-height: 270px;
    max-width: 100%;
    float: left;
}

.growPageMobile {
    display: none;
}

.advertiseContent p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.advertiseContent .advertiseBlockButton {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}

.advertiseContent .btn-downlaod {
    border-radius: 0.25rem;
    font-size: 1.2rem;
    padding: 8px 40px;
    color: #fff;
    background-color: #23306f;
    align-items: baseline;
    gap: 10px;
    margin-top: 50px;
}

.advertiseContent .btn-downlaod:hover, .advertiseContent .btn-downlaod:focus {
    background-color: #0b143f;
    color: #fff;
}

.advertiseContent .advertiseBlockButton .btn-downlaod {
    margin: 0;
}

.packagesSection {
    padding-top: 30px;
}

.packagePlanBlock {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #eee;
}

.packagePlanBlock .planFeaturesNameBlock {
    flex-basis: 400px;
    background-color: #f5f5f5;
}

.packagePlanBlock .planNameBlock {
    flex: 1 1;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.packagePlanBlock .planNameBlock .standredPlan {
    width: 33.33%;
    background-color: #fff;
}

.packagePlanBlock .planNameBlock .standredPlan.planFeatured {
    background-color: #fafafa;
}

.packagePlanBlock .planNameBlock .standredPlan .planNameHeading {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    height: 40px;
    text-transform: uppercase;
}

.packagePlanBlock .planNameBlock .standredPlan .planNameHeading img {
    width: auto;
    height: 20px;
    position: absolute;
    top: 0;
    right: 10px;
}

.packagePlanBlock .planNameBlock .standredPlan:last-child .planNameHeading img {
    height: 57px;
    right: -5px;
    position: absolute;
    top: -4px;
}

.packagePlanBlock .planNameBlock .standredPlan .packagePriceBlock {
    min-height: 66px;
}

.packagePlanBlock .planNameBlock .standredPlan .packageFirstYearPrice {
    color: #000;
    padding: 5px 0;
    font-weight: 700;
    font-size: 1.2rem;
}

.packagePlanBlock .planNameBlock .standredPlan .packageFirstYearPrice span.text {
    font-weight: 400;
    color: #777;
    font-size: .85rem;
}

.packagePlanBlock .planNameBlock .standredPlan .packageRenewalPrice {
    color: #777;
    font-size: .85rem;
    line-height: 21px;
    display: block;
}

.packagePlanBlock .planNameBlock .standredPlan .btn-select {
    font-weight: 500;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 0.25rem;
    padding: 8px 48px;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.packagePlanBlock .planNameBlock .standredPlan.planFree .btn-select {
    background: rgb(68, 65, 64);
    background: linear-gradient(0deg, rgb(85, 85, 85) 0%, rgb(116, 114, 113) 35%);
    color: #fff;
    border-color: #4b4b4b;
    font-weight: 500;
    color: #fff;
}

.packagePlanBlock .planNameBlock .standredPlan.planFree .btn-select:hover, .packagePlanBlock .planNameBlock .standredPlan.planFree .btn-select:active, .packagePlanBlock .planNameBlock .standredPlan.planFree .btn-select:focus:not(:focus-visible) {
    background: rgb(54, 52, 51);
    background: linear-gradient(0deg, rgb(87, 87, 87) 0%, rgb(92, 92, 92) 35%);
    color: #fff;
    border-color: #4b4b4b;
    font-weight: 500;
    color: #fff;
}

.packagePlanBlock .planNameBlock .standredPlan.planFeatured .btn-select {
    background: rgb(203,56,3);
    background: linear-gradient(0deg, rgba(203,56,3,1) 0%, rgba(236,64,2,1) 35%);
    color: #fff;
    border-color: #ec4002;
    font-weight: 700;
    color: #fff;
}

.packagePlanBlock .planNameBlock .standredPlan.planFeatured .btn-select:hover, .packagePlanBlock .planNameBlock .standredPlan.planFeatured .btn-select:active, .packagePlanBlock .planNameBlock .standredPlan.planFeatured .btn-select:focus:not(:focus-visible) {
    background: rgb(187,52,3);
    background: linear-gradient(0deg, rgba(187,52,3,1) 0%, rgba(224,66,8,1) 35%);
    color: #fff;
    border-color: #ec4002;
}

.packagePlanBlock .planNameBlock .standredPlan.planBannerAd .btn-select {
    background: rgb(14,19,64);
    background: linear-gradient(0deg, rgba(14,19,64,1) 0%, rgba(40,48,111,1) 35%);
    font-weight: 700;
    color: #fff;
    border-color: #28306f;
}

.packagePlanBlock .planNameBlock .standredPlan.planBannerAd .btn-select:hover, .packagePlanBlock .planNameBlock .standredPlan.planBannerAd .btn-select:active, .packagePlanBlock .planNameBlock .standredPlan.planBannerAd .btn-select:focus:not(:focus-visible) {
    background: rgb(11,14,50);
    background: linear-gradient(0deg, rgba(11,14,50,1) 0%, rgba(25,34,111,1) 35%);
    color: #fff;
    border-color: #28306f;
}

.packagePlanBlock .planItem:first-child {
    min-height: 190px;
    text-align: left;
    display: block;
}

.packagePlanBlock .planItem {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.packagePlanBlock .planItem:first-child {
    background-color: #fff;
}

.packagePlanBlock .planFeatured .planItem:first-child {
    background-color: #fafafa;
}

.packagePlanBlock .planFeaturesNameBlock .planItem:first-child {
    display: flex;
    align-items: start;
    background-color: #f5f5f5;
}

.ChangeCityBlock {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 30px;
    height: 40px;
}

.ChangeCityBlock span {
    font-weight: 400;
}

.ChangeCityBlock .selectedCityBlock {
    display: inline-table;
}

.ChangeCityBlock .selectedCity {
    word-break: break-all;
    display: inline-table;
    font-weight: 700;
    cursor: pointer;
}

.editPencilBtn {
    display: inline-table;
    position: relative;
}

.ChangeCityBlock .fa-pencil-alt {
    cursor: pointer;
}

.ChangeCityBlock .packageCitySearch {
    display: inline-table;
    width: 200px;
    display: none;
    position: relative;
}

.ChangeCityBlock .form-control {
    width: 100%;
    border-radius: 0.25rem;
    font-size: .8rem;
    box-shadow: none;
    position: relative;
    z-index: 2;
}

.ChangeCityBlock .form-control ~ .cityLoader {
    position: absolute;
    z-index: 99999;
    font-size: .75rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
}

.ChangeCityBlock .form-control ~ .cityLoader .fas {
    font-size: .75rem !important;
}

.ChangeCityBlock .popularCity {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: .75rem;
    line-height: 28px;
    width: 200px;
    font-weight: 400;
    z-index: 1;
    word-break: break-all;
}

.ChangeCityBlock .popularCity li {
    box-sizing: border-box;
    padding: 4px 5px 0px;
    cursor: pointer;
    border-bottom: 1px solid #f9f9f9;
    line-height: 25px;
}

.packagePlanBlock .planFeaturesNameBlock .planItem {
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
}

.packagePlanBlock .planFeaturesNameBlock .planItem .moreInfoBlock {
    flex: 1 1;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.packagePlanBlock .planFeaturesNameBlock .planItem .moreInfoBtn {
    cursor: pointer;
    font-size: .8rem;
}

.packagePlanBlock .planFeaturesNameBlock .planItem .moreInfoContent {
    display: none;
    font-size: .7rem;
    position: absolute;
    left: 0;
    top: 20px;
    font-weight: 500;
}

.packagePlanBlock .planFeaturesNameBlock .planItem .fas, .packagePlanBlock .planFeaturesNameBlock .planItem .far, .packagePlanBlock .planFeaturesNameBlock .planItem .fab {
    font-size: 1rem;
    flex-basis: 25px;
    margin-right: 10px;
    text-align: center;
}

.packagePlanBlock .planFeaturesNameBlock .planItem img {
    flex-basis: 15px;
    object-fit: contain;
    margin: 0 12px 0 6px;
}

.planNameBlock .planItem .fa-check {
    color: #019940;
    font-size: 1rem;
}

.planNameBlock .planItem .fa-times {
    color: #dd0000;
    font-size: 1.2rem;
}

.faqSection {
    padding: 30px 0 50px 0;
    background-color: #f7f8fa;
}

.faqSection .faqHeading {
    text-align: center;
    padding: 40px 80px 0 80px;
}

.faqSection .faqHeading h2 {
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0 0 10px 0;
}

.faqSection .faqBlock {
    background-color: #fff;
    margin: 30px auto 0 auto;
    display: table;
    max-width: 1189px;
    width: 100%;
}

.faqSection .faqBlock .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #f7f8fa;
}

.faqSection .faqBlock .accordion-item {
    border: 1px solid #ccc;
    border-radius: .35rem;
    overflow: hidden;
}

.faqSection .faqBlock .accordion-button:focus {
    box-shadow: none;
    background-color: #e7e7e7 !important;
}

.faqSection .faqBlock .accordion-button {
    font-weight: 500;
}

.faqSection .faqBlock ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 26px;
    padding-left: 12px;
}

.faqSection .faqBlock .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7e7e7 !important;
}

.faqSection .faqBlock .accordion-button {
    font-size: 1.1rem;
    padding-top: 24px;
    padding-bottom: 24px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.modal-dialog .btn-ok {
    background: rgb(203,56,3);
    background: linear-gradient(0deg, rgba(203,56,3,1) 0%, rgba(236,64,2,1) 35%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .25rem;
    margin: 0;
    padding: 8px 25px;
    font-size: 1rem;
    display: table;
    border-color: #ec4002;
}

.modal-dialog .btn-ok:hover, .modal-dialog .btn-ok:focus:not(:focus-visible), .modal-dialog .btn-ok:first-child:active {
    background: rgb(187,52,3);
    background: linear-gradient(0deg, rgba(187,52,3,1) 0%, rgba(224,66,8,1) 35%);
    border-color: #ec4002;
}

.modal-dialog .btn-cancel {
    background: rgb(245,245,245);
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(250,250,250,1) 35%);
    border-color: #ddd;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .25rem;
    margin: 0;
    padding: 8px 25px;
    font-size: 1rem;
    display: table;
    margin: 10px auto 0 auto;
}

.modal-dialog .btn-cancel:hover,.modal-dialog .btn-cancel:focus:not(:focus-visible),.modal-dialog .btn-cancel:first-child:active {
    background: rgb(230,230,230);
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(245,245,245,1) 35%);
    border-color: #ddd;
}

.btnOptions {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
}

.btnOptions .btn-ok,.btnOptions .btn-cancel {
    margin: 0 !important;
}

.cartBlock {
    width: 100%;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.cartBlock .row:not(:last-child) {
    margin-bottom: 20px;
}

.cartBlock .row [class*='col-']:last-child {
    text-align: right;
    position: relative;
}

.cartBlock .row:last-child [class*='col-']:last-child strong {
    position: absolute;
    bottom: 0;
    right: calc(var(--bs-gutter-x)* .5);
}

.cartBlock .row:nth-of-type(1) [class*='col-'] {
    text-align: left;
}

.cartBlock [data-attr="selectedplan"] {
    word-break: break-word;
}

.cartBlock a {
    display: inline-table;
}

.btn-payNow {
    display: table;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: 0;
    color: #666;
}

#razorpay_checkout {
    visibility: hidden !important;
}

@media (max-width: 900px) {
    body {
        overflow: visible !important;
    }

    header .searchComboBlock.fixedTop {
        display: none;
    }

    .growPageMobile.stickyMobile {
        position: fixed;
        width: 100%;
        display: flex;
        justify-content: center;
        font-weight: 400;
        padding: 8px;
        background: #fff;
        top: 0px;
        z-index: 1024;
    }

    .growPageMobile button {
        background: rgb(203,56,3);
        background: linear-gradient(0deg, rgba(203,56,3,1) 0%, rgba(236,64,2,1) 35%);
        border-color: #ec4002;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 0.25rem;
        padding: 5px 10px;
        color: #fff;
        font-size: 1rem;
        display: table;
        width: auto;
        text-align: center;
        margin: 0;
    }

    .growPageMobile button span {
        font-size: inherit;
        background: none;
    }

    .growPageMobile button:hover,.growPageMobile button:focus {
        background: rgb(156, 43, 1);
        background: linear-gradient(0deg, rgb(161, 45, 2) 0%, rgb(196, 56, 5) 35%);
        border-color: #ca3701;
        color: #fff;
    }

    .bannerBlock {
        padding: 0;
        margin: 0;
    }

    .bannerBlock .bannerTextBlock {
        padding: 0;
        border-radius: .25rem;
        top: 50px;
        left: 50px;
        width: calc(100% - 30px);
    }

    .bannerBlock .bannerTextBlock h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .bannerBlock .bannerTextBlock h1 span {
        font-size: 1.3rem;
    }

    .bannerBlock .bannerTextBlock h1 ~ p {
        font-size: 1rem;
        max-width: inherit;
    }

    .bannerBlock .bannerTextBlock .bannerPlansBlock {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .bannerBlock .bannerTextBlock .bannerPlansBlock .btn-listYourBusiness {
        font-size: 1rem;
    }

    .bannerBlock .bannerTextBlock .bannerPlansBlock .btnSlectAPlan {
        width: 300px;
        font-size: 1rem;
    }

    .heroBannerCarousel .slick-slide {
        height: 450px !important;
    }

    .heroBannerCarousel .item img {
        height: 100%;
        object-fit: cover;
    }

    .advertiseBlock {
        padding: 50px 15px 50px 15px;
        border-radius: 0.25rem;
    }

    .advertiseContent {
        width: 100%;
    }

    .advertiseContent h2 {
        margin: 0 0 40px 0;
        font-size: 1.5rem;
        text-align: center;
    }

    .advertiseContent p {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
    }

    .advertiseContent img {
        float: inherit;
        margin: 0;
        min-height: 199px;
    }

    .advertiseContent .advertiseBlockButton {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .advertiseContent .btn-downlaod {
        margin: 10px auto 0 auto;
        display: table;
    }

    .packagesSection {
        padding-top: 10px;
    }

    .packagesSection .packageHeading {
        padding: 40px 0 0 0;
    }

    .packagesSection .packageHeading h2 {
        font-size: 1.5rem;
    }

    .packagesSection .packageHeading .subHeading {
        font-size: .9rem;
    }

    .packagesSection .stickyMainPackageBlock {
        padding: 20px 10px 0 10px;
    }

    .packagesSection .packagePlanBlock {
        border-left: 0;
        border-right: 0;
    }

    .packagePlanBlock .planNameBlock .standredPlan {
        border: 1px solid #f5f5f5;
    }

    .packagePlanBlock .planFeaturesNameBlock {
        flex-basis: 25%;
    }

    .packagePlanBlock .planNameBlock {
        overflow-x: auto;
    }

    .packagePlanBlock .planFeaturesNameBlock .ChangeCityBlock .packageCitySearch {
        width: 100%;
    }

    .packagePlanBlock .planFeaturesNameBlock .ChangeCityBlock .form-control {
        padding: .375rem .375rem;
    }

    .packagePlanBlock .planNameBlock .standredPlan .packagePriceBlock {
        min-height: 128px;
    }

    .packagePlanBlock .planFeaturesNameBlock .planFeatureHeading {
        font-size: 1.5rem;
    }

    .packagePlanBlock .planNameBlock .standredPlan .planNameHeading {
        font-size: .74rem;
        height: 35px;
        gap: 5px;
    }

    .packagePlanBlock .planNameBlock .standredPlan .planNameHeading.sticky {
        position: fixed;
        top: 52px;
        z-index: 999;
        background-color: #fff;
        padding: 5px;
        margin-left: -5px;
        line-height: 1;
        width: 100%;
    }

    .packagePlanBlock .planNameBlock .standredPlan .planNameHeading img {
        height: 16px;
        display: none;
    }

    .packagePlanBlock .planNameBlock .standredPlan .packageFirstYearPrice, .packagePlanBlock .planNameBlock .standredPlan .packageFirstYearPrice span.text {
        font-size: .8rem;
        padding-bottom: 10px;
    }

    .packagePlanBlock .planNameBlock .standredPlan .packageRenewalPrice {
        font-size: .7rem;
        line-height: 14px;
    }

    .packagePlanBlock .planItem {
        font-size: .75rem;
        padding: 5px;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .packagePlanBlock .planNameBlock .standredPlan .btn-select.sticky {
        position: fixed;
        margin-top: 0;
        padding: 5px 15px;
        top: 83px;
        z-index: 999;
        width: auto;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem, .packagePlanBlock .planItem:first-child {
        font-size: .75rem;
    }

    .packagePlanBlock .planItem:first-child {
        min-height: 210px;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem {
        position: relative;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem .fas,.packagePlanBlock .planFeaturesNameBlock .planItem .far,.packagePlanBlock .planFeaturesNameBlock .planItem .fab {
        font-size: .8rem;
        margin-right: 5px;
        display: none;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem img {
        margin: 0 10px 0 3px;
        display: flex;
        display: none;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem .fas.fa-info-circle {
        display: block;
        margin: 0;
        flex-basis: 10px;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem:first-child .fas {
        display: block;
    }

    .packagePlanBlock .planNameBlock .standredPlan .btn-select {
        padding: 4px 5px;
        font-size: .8rem;
        margin-top: 5px;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem .moreInfoBtn,.packagePlanBlock .planFeaturesNameBlock .planItem .moreInfoContent {
        display: none;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem, .packagePlanBlock .planItem:first-child {
        line-height: .9rem;
    }

    .bannerBlock .bannerTextBlock h1 {
        font-size: 1.6rem;
    }

    .bannerBlock .bannerTextBlock h1 span {
        font-size: 1.1rem;
    }

    .bannerBlock .customerSupport {
        top: inherit;
        bottom: 50px;
        right: inherit;
        left: 50px;
        font-size: 1.3rem;
    }

    .customizedPlanBlock {
        padding: 30px 15px;
        min-height: inherit;
    }

    .customizedPlanBlock .customizedPlan {
        width: 80%;
        padding: 0 20px;
    }

    .customizedPlanBlock .customizedPlan .customizedHeading {
        font-size: 1rem;
    }

    .customizedPlan .btn-customized {
        margin: 20px auto 0px auto;
    }

    .customizedPlanCarousel .item {
        transform: translate3d(0px, -120px, 0px);
    }

    .faqSection .faqHeading {
        padding: 40px 15px 0 15px;
    }

    .faqSection .faqHeading h2 {
        font-size: 1.5rem;
    }

    .faqSection .faqBlock {
        padding: 0 10px;
    }
}

@media (max-width: 450px) {
    .growPageMobile.stickyMobile {
        padding:0;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .growPageMobile.stickyMobile button {
        padding: 12px 10px;
        border-radius: 0;
        width: 100%;
    }

    .bannerBlock .bannerTextBlock {
        left: 15px;
    }

    .bannerBlock .customerSupport {
        left: 15px;
    }

    #cartPopup .modal-dialog .modal-content {
        padding: 20px 5px
    }

    .cartBlock {
        font-size: .95rem;
    }

    .customizedPlanCarousel #parallax1 {
        background-size: cover;
        background-position: center;
    }

    .customizedPlanCarousel #parallax2 {
        background-size: cover;
        background-position: center;
    }

    .customizedPlanCarousel #parallax3 {
        background-size: cover;
        background-position: center;
    }

    .customizedPlanCarousel #parallax4 {
        background-size: cover;
        background-position: center;
    }

    .customizedPlanCarousel #parallax5 {
        background-size: cover;
        background-position: center;
    }

    .customizedPlanBlock {
        height: auto;
    }

    .customizedPlanBlock .customizedPlan {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .customizedPlanBlock .customizedPlan .customizedHeading ul li {
        align-items: baseline
    }

    .customizedPlan .btn-customized {
        margin: 20px auto 20px auto;
    }

    .packagePlanBlock .planFeaturesNameBlock {
        flex-basis: 100px;
    }

    .packagePlanBlock .planNameBlock .standredPlan .planNameHeading.sticky {
        width: 90px;
        padding-right: 17px;
    }

    .packagePlanBlock .planNameBlock .standredPlan .packageFirstYearPrice > span.text {
        display: block;
        padding-bottom: 0;
    }

    .packagePlanBlock .planFeaturesNameBlock .planItem {
        width: 100px;
    }
}


.containerBlock h1{max-width: 1100px; width: 100%; margin: 15px auto; display: flex; gap: 10px;}
.containerBlock h1 img{width:30px; height:30px;}
.subCategories {margin: 20px auto; background: #fffafa; padding: 12px; max-width: 1100px; border: 1px solid #ccc; border-radius: .25rem;}
.subCategoryItem{margin-bottom: 15px;}
.subCategory{ width: 100%;}
.subCategory a{ padding: 10px; display: flex; gap:10px; font-size: .95rem;font-weight: 600; color: #000; align-items: self-start; }
.subCategory a:hover{background-color: #fcfcfc;}
.subCategory a img{ width: 25px; height: 25px; object-fit: contain;}
.subCategory a:hover img{ filter: inherit;}
.subCategory ul{ position: relative; display: flex; gap:10px; flex-direction: column; margin: 0 0 0 40px; padding: 0; list-style: none;  align-items: center; font-size: .9rem; color: #000;}
.subCategory ul::before {content: '';position: absolute; top: -10px;left: -5px; border-left: 1px solid #aaa; height: 100%;}
.subCategory ul > li{width: 100%; position: relative;}
.subCategory ul > li::before {content: '-'; color: #aaaa; position: absolute; top:3px; left: -5px;}
.subCategory ul > li a{ padding:1px 5px; font-size: .85rem; font-weight: 500;}
.subCategory li > a img{ width: auto; height: 15px; object-fit: contain; margin-left:5px;}
@media (max-width: 450px) {
.subCategoryItem{ position: static !important;}
}


.headingBradcrumbBlock nav .breadcrumb {
    font-size: .75rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.headingBradcrumbBlock nav .breadcrumb li.breadcrumb-item {
    display: inline;
    padding-left: 0 !important
}

.headingBradcrumbBlock nav .breadcrumb li.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x) !important
}

.headingBradcrumbBlock nav .breadcrumb a {
    color: #6c757d
}

.headingBradcrumbBlock nav .breadcrumb a:hover {
    color: #0d6efd
}

.headingBradcrumbBlock .breadcrumb-item+.breadcrumb-item::before {
    float: inherit
}

.containerBlock .headingBradcrumbBlock {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.containerBlock .headingBradcrumbBlock>div.withBrandImg {
    display: flex;
    gap: 5px;
    justify-content: space-between
}

.containerBlock .headingBradcrumbBlock>div.withBrandImg .headingBradcrumb {
    display: flex;
    flex-direction: column;
    width: calc(100% - 250px)
}

.headingBradcrumbBlock h1 {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: start;
    gap: 10px
}

.headingBradcrumbBlock .brandPageLogo {
    max-height: 60px;
    height: auto;
    max-width: 250px;
    object-fit: contain
}

.listingPageBlock {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
    position: relative
}

.listingPageBlock h2.headingNearCity {
    margin: 0;
    display: flex;
    justify-content: start;
    gap: 10px;
    padding-top: 20px;
    font-size: 1.4rem
}

.listingPageBlock .listingItemsBlock {
    width: calc(100% - 315px);
    display: flex;
    flex-direction: column;
    gap: 20px
}

.listingPageBlock .listingItemsBlock .noListItem {
    display: flex;
    gap: 20px;
    border: 1px solid #ddd;
    padding: 20px 10px;
    border-radius: .3rem
}

.listingPageBlock .listingItemsBlock .noListItem .noContent {
    font-size: 1rem;
    color: #666
}

.listingPageBlock .listingItemsBlock .listItem {
    display: flex;
    gap: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: .3rem;
    position: relative;
    cursor: pointer
}

.listingPageBlock .listingItemsBlock .listItem:hover {
    box-shadow: 1px 3px 10px 3px rgba(0,0,0,.08)
}

.listingPageBlock .listingItemsBlock .listItem.premiumItems {
    border: 1px solid #d6d6d6;
    background: #f5f5f5;
    background: linear-gradient(0deg,rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
    box-shadow: 0 1px .5px 0 #f1f1f1
}

.listingPageBlock .listingItemsBlock .listItem.premiumItems:hover {
    box-shadow: 1px 3px 10px 3px rgba(0,0,0,.08)
}

.premiumImg {
    position: absolute;
    top: 0;
    left: 0
}

.listingPageBlock .listingItemsBlock .listItem.premiumItems .premiumHeadingBlock {
    position: relative
}

.listItem .listItemImg {
    border: 1px solid #eee;
    width: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    overflow: hidden;
    order: 0
}

.listItem .listItemImg img {
    width: 188px;
    height: 188px;
    object-fit: cover
}

.listItem .listItemImg .categorydefaultImg {
    filter: blur(1px)
}

.defaultItem {
    position: relative
}

.listItem .listItemImg .categorydefaultImg~.viewAllPhotos {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0 45px;
    font-weight: 500;
    z-index: 0;
    font-size: .9rem;
    color: #fff;
    width: 188px;
    height: 188px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,.6)
}

.listItem .listItemImg .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 18px;
    height: 26px;
    border: 0;
    background: rgba(0,0,0,.5);
    transform: translate(0,-50%);
    color: #fff;
    font-size: .8rem;
    padding: 0;
    line-height: 26px
}

.listItem .listItemImg .slick-arrow:hover {
    background: rgba(0,0,0,.7)
}

.listItem .listItemImg .prev-arrow {
    left: 0;
    border-radius: 0 .3rem .3rem 0;
    display: none !important
}

.listItem .listItemImg .next-arrow {
    right: 0;
    border-radius: .3rem 0 0 .3rem
}

.listItem .listItemContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    width: calc(100% - 210px);
    order: 1
}

.listItem .listItemContent .listItemHeading {
    font-size: inherit;
    margin: 0
}

.listItem.premiumItems .listItemContent .listItemHeading {
    padding-left: 23px
}

.listItem .listItemContent .listItemHeading a {
    font-size: 1.3rem;
    font-weight: 600;
    color: #121a5c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-transform: capitalize
}

.listItem .listItemContent .listItemAddress {
    font-size: .8rem;
    display: block;
    align-items: baseline;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.listItem .listItemContent .listItemAddress img {
    width: 11px;
    height: 15px;
    margin-right: 5px
}

.listItem .listItemContent .listItemAddress .fas {
    font-size: .8rem;
    margin-right: 5px
}

.listItem .listItemContent .ratingReviewVerify {
    display: flex;
    gap: 5px;
    margin: 0;
    align-items: center;
    font-size: .9rem;
    color: #000
}

.listItem .listItemContent .ratingReviewVerify .ratingValue {
    background-color: #28306f;
    color: #fff;
    border-radius: .25rem;
    padding: 1px 5px 0 5px;
    font-weight: 500
}

.listItem .listItemContent .ratingReviewVerify .ratingBlock {
    white-space: nowrap;
    display: flex;
    gap: 2px
}

.listItem .listItemContent .ratingReviewVerify .ratingBlock .fa-star,.ratingReviewVerify .ratingBlock .fa-star-half-alt {
    color: #ccc
}

.listItem .listItemContent .ratingReviewVerify .ratingBlock .fa-star.checked,.ratingReviewVerify .ratingBlock .fa-star-half-alt.checked {
    color: #ffc107
}

.listItem .listItemContent .ratingReviewVerify .reviewBlock {
    color: #555
}

.jstars {
    position: relative
}

.jstars::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.listItem .listItemContent .dealsBlock {
    display: flex;
    gap: 10px;
    flex-direction: column
}

.listItem .listItemContent .dealsBlock .brands {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: auto
}

.listItem .listItemContent .dealsBlock .brands::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent
}

.listItem .listItemContent .dealsBlock .brands img {
    height: 15px;
    width: auto;
    filter: grayscale(100%);
    opacity: .8
}

.listItem .listItemContent .dealsBlock .brands img:hover {
    filter: inherit;
    opacity: 1
}

.listItem .listItemContent .dealsBlock .productServices {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .7rem
}

.listItem .listItemContent .dealsBlock .productServices ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.listItem .listItemContent .dealsBlock .productServices ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent
}

.listItem .listItemContent .dealsBlock .productServices ul li {
    background: #f8f8f8;
    background: linear-gradient(0deg,rgba(248,248,248,1) 0%,rgba(254,254,254,1) 100%);
    border: 1px solid #efefef;
    border-radius: .3rem;
    padding: 0 5px;
    display: inline;
    white-space: nowrap;
    line-height: 19px
}

.listItem .listItemContent .dealsBlock .productServices ul li:hover {
    background: #f3f3f3;
    background: linear-gradient(0deg,rgba(243,243,243,1) 0%,rgba(248,248,248,1) 100%);
    border: 1px solid #efefef
}

.listItem .listItemContent .dealsBlock .highlightProduct {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .8rem
}

.listItem .listItemContent .butBlock {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 15px;
    left: 225px
}

.listItem .listItemContent .butBlock .btn {
    border-radius: .25rem;
    margin: 0;
    padding: 5px 15px;
    font-size: .9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.listItem .listItemContent .butBlock .btn-call {
    background: #0e1340;
    background: linear-gradient(0deg,rgba(14,19,64,1) 0%,rgba(40,48,111,1) 35%);
    color: #fff;
    border-color: #28306f
}

.listItem .listItemContent .butBlock .btn-call:hover,.listItem .listItemContent .butBlock .btn-call:active,.listItem .listItemContent .butBlock .btn-call:focus:not(:focus-visible) {
    background: #0b0e32;
    background: linear-gradient(0deg,rgba(11,14,50,1) 0%,rgba(25,34,111,1) 35%);
    color: #fff;
    border-color: #28306f
}

.listItem .listItemContent .butBlock .btn.mobile {
    display: none
}

.listItem .listItemContent .butBlock .btn-chat {
    background: #f5f5f5;
    background: linear-gradient(0deg,rgba(245,245,245,1) 0%,rgba(250,250,250,1) 35%);
    border-color: #ddd;
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
    display: none
}

.listItem .listItemContent .butBlock .btn-chat .fab {
    color: #00ad57;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    font-weight: 900
}

.listItem .listItemContent .butBlock .btn-chat:hover,.listItem .listItemContent .butBlock .btn-chat:focus:not(:focus-visible),.listItem .listItemContent .butBlock .btn-chat:first-child:active {
    background: #e6e6e6;
    background: linear-gradient(0deg,rgba(230,230,230,1) 0%,rgba(245,245,245,1) 35%);
    border-color: #ddd
}

.listItem .listItemContent .butBlock .btn-call {
    overflow: hidden;
    position: relative;
    inset: 0;
    animation-delay: 2s
}

.listItem:hover .listItemContent .butBlock .btn-call:before {
    content: "";
    width: 10%;
    height: 150%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: linear-gradient(to left,transparent 0%,#fff 40%,#fff 50%,#fff 60%,transparent 100%);
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: blick;
    animation-timing-function: cubic-bezier(.47,0,.75,.72);
    animation-duration: 3s;
    animation-play-state: running,paused,paused,running
}

@keyframes blick {
    0% {
        transform: translate(-100%,-25%) rotate(10deg);
        left: -400%
    }

    25% {
        transform: translate(100%,-25%) rotate(10deg);
        left: 0%
    }

    50% {
        transform: translate(100%,-25%) rotate(10deg);
        left: 400%
    }

    75% {
        transform: translate(100%,-25%) rotate(10deg);
        left: 600%
    }

    100% {
        transform: translate(100%,-25%) rotate(10deg);
        left: 800%
    }
}

.listItem .listItemContent .butBlock .btn-call .fa-phone-alt {
    background-size: 15px;
    transition: all .8s;
    transform: scale(1)
}

.listItem:hover .listItemContent .butBlock .btn-call .fa-phone-alt {
    animation-name: wobble;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: 1s
}

#basicEnquiryForm .formModalBlock {
    position: relative
}

#basicEnquiryForm .hiddingMessageField {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    opacity: 0
}

@keyframes wobble {
    from {
        transform: translate3d(0,0,0)
    }

    5% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-15deg)
    }

    10% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,25deg)
    }

    15% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-10deg)
    }

    20% {
        transform: translate3d(0,0,0) rotate3d(0,0,1,0deg)
    }

    80% {
        transform: translate3d(0,0,0) rotate3d(0,0,1,0deg)
    }

    85% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,5deg)
    }

    90% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.listItem .listItemContent .butBlock .btn-enquiry {
    background: #cb3803;
    background: linear-gradient(0deg,rgba(203,56,3,1) 0%,rgba(236,64,2,1) 35%);
    color: #fff;
    border-color: #ec4002;
    font-weight: 600;
    color: #fff
}

.listItem .listItemContent .butBlock .btn-enquiry:hover,.listItem .listItemContent .butBlock .btn-enquiry:active,.listItem .listItemContent .butBlock .btn-enquiry:focus:not(:focus-visible) {
    background: #bb3403;
    background: linear-gradient(0deg,rgba(187,52,3,1) 0%,rgba(224,66,8,1) 35%);
    color: #fff;
    border-color: #ec4002
}

.listItem:hover .listItemContent .butBlock .btn-enquiry {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.listingPageBlock .btn-contact,.listingPageBlock .btn-contact:disabled {
    border-radius: .25rem;
    padding: 6px 25px;
    font-size: 1rem;
    font-weight: 500;
    background: #0e1340;
    background: linear-gradient(0deg,rgba(14,19,64,1) 0%,rgba(40,48,111,1) 35%);
    color: #fff;
    border-color: #28306f;
    width: 100%
}

.listingPageBlock .btn-contact:hover,.listingPageBlock .btn-contact:active,.listingPageBlock .btn-contact:focus:not(:focus-visible) {
    background: #0b0e32;
    background: linear-gradient(0deg,rgba(11,14,50,1) 0%,rgba(25,34,111,1) 35%);
    color: #fff;
    border-color: #28306f
}

.btn-contact:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.listingPageBlock .formFieldBlock {
    position: relative;
    margin-bottom: 10px
}

.listingPageBlock .formFieldBlock .fas {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 16px;
    text-align: center;
    color: #23306f;
    font-size: .8rem
}

.listingPageBlock .form-control {
    padding: .375rem .75rem .375rem 1.8rem;
    height: 36px;
    font-size: .85rem;
    border-radius: .25rem;
    box-shadow: 0 1px .5px 0 #ddd;
    border-color: #a7a7a7;
    margin-bottom: 0
}

.listingPageBlock form textArea.form-control {
    height: 98px;
    padding-right: 25px;
    resize: none;
    overflow: hidden
}

.listingPageBlock .formFieldBlock.formFieldError .formValidationError {
    margin: 0;
    padding: .2rem 0 0 .8em;
    color: #ec4002;
    font-size: .7em;
    line-height: inherit;
    display: flex;
    align-items: baseline;
    gap: 5px
}

.listingPageBlock .form-control:hover,.listingPageBlock .form-control:focus {
    box-shadow: none;
    border-color: #000
}

.listingPageBlock .formFieldBlock.formFieldError .formValidationError .fas {
    position: static;
    color: #ec4002;
    font-size: .75em
}

[data-attr="wordCount"] {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: .8rem;
    color: #ccc
}

.listingPageBlock .listingInlineContactForm {
    background-color: #def5f5;
    align-items: center
}

.listingPageBlock .listingInlineContactForm .contactFormHeading {
    width: calc(100% - 520px);
    display: flex;
    align-items: center;
    font-size: .95rem;
    font-weight: 600;
    padding-left: 10px
}

.listingPageBlock .listingInlineContactForm form {
    background-color: #fff;
    height: 100%;
    padding: 18px 10px 15px 10px;
    border: 1px dotted #999;
    border-radius: .25rem
}

.listingPageBlock .listingInlineContactForm form {
    width: 520px;
    display: flex;
    gap: 10px
}

.listingPageBlock .listingInlineContactForm form>div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 146px)
}

.listingPageBlock .listingInlineContactForm form .formFieldBlock {
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 0
}

.listingPageBlock .listingInlineContactForm form>div .formFieldBlock~.formFieldTextArea {
    flex: 0 0 100%;
    display: none
}

.listingPageBlock .listingInlineContactForm form>div .formFieldBlock.formFieldTextArea {
    flex: 0 0 100%
}

.listingPageBlock .listingInlineContactForm form .form-control {
    margin-bottom: 0
}

.listingPageBlock .listingInlineContactForm form textArea.form-control {
    height: 82px
}

.listingPageBlock .listingInlineContactForm .btn-contact {
    width: 146px;
    height: 36px;
    padding: 5px 20px;
    margin-bottom: 0 !important
}

.btn-sidebar {
    display: none
}

.listingFiltersBlock {
    width: 295px;
    background-color: #fff
}

.listingFiltersBlock .sidebarElement {
    border: 1px solid #d6d6d6;
    padding: 0;
    margin-bottom: 20px;
    border-radius: .3rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.listingFiltersBlock .sidebarElement:hover {
    box-shadow: 1px 3px 10px 3px rgba(0,0,0,.08)
}

.listingFiltersBlock .sidebarElement.contactForm {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #f0f9f9;
    z-index: 0
}

.listingFiltersBlock .sidebarElement.contactForm.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.sidebarElement.contactForm .contactFormHeading {
    font-size: .85rem;
    font-weight: 600;
    width: 100%;
    padding: 15px;
    line-height: 1.5
}

.sidebarElement.contactForm form {
    padding: 0 15px
}

.sidebarElement .filterHeading {
    font-size: .95rem;
    font-weight: 500;
    width: 100%;
    padding: 12px 30px 12px 15px;
    line-height: 1.2;
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #f5f5f5;
    background: linear-gradient(0deg,rgba(245,245,245,1) 0%,rgba(250,250,250,1) 35%);
    border-radius: .25rem .25rem 0 0
}

.sidebarElement .plusMinus {
    top: 4px;
    right: 0;
    display: none;
    width: 100%
}

.sidebarElement .plusMinus::after {
    width: 30px;
    display: table;
    margin-left: auto
}

.sidebarElement .sideContentBlock {
    padding: 0 15px;
    display: block;
    height: auto;
    max-height: 250px;
    overflow-y: hidden;
    position: relative
}

.sidebarElement ul::-webkit-scrollbar {
    width: 8px
}

.sidebarElement ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: .3rem
}

.sidebarElement ul::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: .3rem
}

.sidebarElement ul::-webkit-scrollbar-thumb:hover {
    background: #a3a3a3
}

.sidebarElement .sideContentBlock.showall {
    max-height: inherit;
    overflow-y: inherit;
    padding-bottom: 50px
}

.sidebarElement .sideContentBlock .btn-showall {
    font-size: .9rem;
    color: #0d6efd;
    display: none;
    line-height: 1rem;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    height: 40px;
    padding-top: 10px;
    left: 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,#f7f9fa 70%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,#f7f9fa 70%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,#f7f9fa 70%);
    border: none
}

.sidebarElement .sideContentBlock ul {
    margin: 0;
    padding: 10px 0;
    height: calc(100% - 70px);
    list-style: none;
    font-size: .9rem;
    line-height: 1.1rem
}

.sidebarElement .sideContentBlock ul a {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #444
}

.sidebarElement .sideContentBlock ul a:hover {
    color: #ec4002;
    background-color: #f9f9f9
}

.sidebarElement .sideContentBlock ul li {
    padding: 0 10px
}

.sidebarElement .sideContentBlock ul li img {
    width: auto;
    height: 15px
}

.sidebarElement .sideContentBlock ul li .relatedProduct {
    display: flex;
    gap: 5px;
    align-items: center
}

.sidebarElement .sideContentBlock ul li .relatedProduct img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    padding: 1px;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    object-fit: cover;
    border: 1px solid #eee
}

.sidebarElement .sideContentBlock ul a .listedValue {
    font-size: .75rem;
    color: #999
}

.sidebarElement .vendorLocation .location {
    font-weight: 500
}

.sidebarElement .sideContentBlock ul.keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: .7rem
}

.sidebarElement .sideContentBlock ul.keywords li {
    padding: 0 0
}

.sidebarElement .sideContentBlock ul.keywords a {
    background: linear-gradient(0deg,#f8f8f8 0%,#fefefe 100%);
    border: 1px solid #efefef;
    border-radius: .3rem;
    padding: 0 8px;
    display: block;
    white-space: nowrap;
    max-width: 252px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.sidebarElement .sideContentBlock ul.keywords a:hover {
    background: #f3f3f3;
    background: linear-gradient(0deg,rgba(243,243,243,1) 0%,rgba(248,248,248,1) 100%);
    border: 1px solid #efefef
}

.freeUserDisplay {
    font-size: .85rem
}

.userListItemsBlock {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: .85rem;
    max-height: 300px;
    overflow: auto
}

.userListItemsBlock::-webkit-scrollbar {
    width: 8px
}

.userListItemsBlock::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: .3rem
}

.userListItemsBlock::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: .3rem
}

.userListItemsBlock::-webkit-scrollbar-thumb:hover {
    background: #a3a3a3
}

.userListItem {
    display: flex;
    gap: 5px 10px;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap
}

.userListItem .businessUser {
    font-weight: 600;
    width: calc(100% - 195px);
    color: #121a5c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.userListItem .businessUser .listItemAddress {
    font-size: .75rem;
    display: block;
    align-items: baseline;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.userListItem .businessUser .listItemAddress .fas {
    font-size: .75rem;
    margin-right: 2px
}

.userListItem .contactInfo {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 146px
}

.userListItem .contactInfo.showAllNumbers {
    width: 100%;
    justify-content: center
}

.contactInfo .allNumbers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column
}

.contactInfo .btn {
    border-radius: .25rem;
    margin: 0;
    padding: 5px 15px;
    font-size: .8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}

.contactInfo .btn-call {
    background: linear-gradient(0deg,#0e1340 0%,#28306f 35%);
    color: #fff;
    border-color: #28306f
}

.contactInfo .btn-call:hover,.contactInfo .btn-call:focus:not(:focus-visible),.contactInfo .btn-call:first-child:active {
    background: linear-gradient(0deg,#0b0e32 0%,#19226f 35%);
    border-color: #28306f;
    color: #fff
}

.contactInfo .btn.btn-call.mobile {
    display: none
}

.contactInfo .btn-chat {
    background: #f5f5f5;
    background: linear-gradient(0deg,rgba(245,245,245,1) 0%,rgba(250,250,250,1) 35%);
    border-color: #ddd;
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
    display: none
}

.contactInfo .btn-chat .fab {
    color: #00ad57;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    font-weight: 900
}

.contactInfo .btn-chat:hover,.contactInfo .btn-chat:focus:not(:focus-visible),.contactInfo .btn-chat:first-child:active {
    background: #e6e6e6;
    background: linear-gradient(0deg,rgba(230,230,230,1) 0%,rgba(245,245,245,1) 35%);
    border-color: #ddd
}

.readViewMore {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a6cadd;
    color: #536471;
    margin: 10px auto 0 auto;
    display: table;
    position: fixed;
    bottom: -50px
}

@media(max-width: 900px) {
    .assetsContainer {
        padding-bottom:70px
    }

    h1,.h1 {
        font-size: 1.2rem
    }

    .desktop {
        display: none !important
    }

    .mobile {
        display: block !important
    }

    .listingPageBlock .listingItemsBlock {
        width: 100%;
        gap: 15px
    }

    .listingFiltersBlock {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        display: none
    }

    .containerBlock .headingBradcrumbBlock>div.withBrandImg .headingBradcrumb {
        width: calc(100% - 100px)
    }

    .headingBradcrumbBlock h1 {
        display: block
    }

    .headingBradcrumbBlock .brandPageLogo {
        max-height: 60px;
        max-width: 100px;
        width: auto;
        padding-left: 5px;
        float: right;
        margin-top: 15px
    }

    .listingPageBlock h2.headingNearCity {
        font-size: 1.2rem
    }

    .headingBradcrumbBlock nav .breadcrumb li+li {
        padding-right: 20px
    }

    .breadcrumb-item:before {
        display: none
    }

    .breadcrumb-item:after {
        padding-left: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider,"/")
    }

    .headingBradcrumbBlock nav .breadcrumb li+li:after {
        margin-right: -20px;
        display: none
    }

    .listingPageBlock .listingItemsBlock .listItem {
        gap: 10px
    }

    .listItem .listItemImg {
        width: 90px;
        height: 138px;
        margin-bottom: 2px;
        border-radius: .4rem
    }

    .listItem .listItemImg img {
        width: 88px;
        height: 136px
    }

    .listItem .listItemImg .categorydefaultImg~.viewAllPhotos {
        width: 88px;
        height: 136px;
        font-size: .7rem;
        padding: 0 15px
    }

    .listItem .listItemContent {
        width: calc(100% - 100px)
    }

    .listItem .listItemContent .listItemHeading a {
        font-size: 1rem;
        height: 20px
    }

    .listItem .listItemContent .listItemAddress {
        font-size: .7rem
    }

    .listItem .listItemContent .listItemAddress .fas {
        font-size: .6rem
    }

    .listItem .listItemContent .ratingReviewVerify {
        font-size: .7rem
    }

    .listItem .listItemContent .dealsBlock {
        gap: 12px
    }

    .listItem .listItemContent .dealsBlock .productServices ul {
        display: flex;
        gap: 5px;
        overflow: auto;
        text-overflow: inherit
    }

    .listItem .listItemContent .dealsBlock .productServices ul li {
        display: block
    }

    .listingPageBlock .listingItemsBlock .listItem {
        padding: 10px 10px 51px 10px
    }

    .listingPageBlock .listingItemsBlock .listItem.listingInlineContactForm {
        padding: 20px 10px 10px 10px
    }

    .listItem .listItemContent .butBlock {
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        justify-content: space-between
    }

    .listItem .listItemContent .butBlock .btn.btn-call {
        display: none
    }

    .listItem .listItemContent .butBlock .btn {
        font-size: .83rem;
        padding: 6px 14px;
        flex: 1;
        justify-content: center
    }

    .listItem .listItemContent .butBlock .btn.btn-call.mobile {
        display: flex !important;
        min-width: 88px
    }

    .listItem .listItemContent .butBlock .btn-chat {
        display: flex
    }

    .listingPageBlock .listingInlineContactForm form>div {
        width: 100%
    }

    .listingPageBlock .listingInlineContactForm {
        flex-direction: column
    }

    .listingPageBlock .listingInlineContactForm .contactFormHeading {
        width: 100%;
        padding: 0
    }

    .listingPageBlock .listingInlineContactForm form {
        width: 100%;
        display: block
    }

    .listingPageBlock .listingInlineContactForm form .formFieldBlock {
        flex: 0 0 100%;
        margin-bottom: 0
    }

    .listingPageBlock .listingInlineContactForm form {
        padding: 15px 10px 15px 10px
    }

    .listingPageBlock .listingInlineContactForm form .form-control {
        height: 44px;
        font-size: 1rem
    }

    .listingPageBlock .listingInlineContactForm .btn-contact {
        margin-top: 10px;
        width: 100%;
        height: 48px;
        font-size: 1.1rem
    }

    .listingPageBlock .formFieldBlock .fas {
        top: 16px
    }

    .listingPageBlock .formFieldBlock textarea~.fas {
        top: 12px
    }

    .userListItem .businessUser {
        width: 100%
    }

    .userListItem .contactInfo {
        width: 100%
    }

    .userListItem .contactInfo.showAllNumbers .allNumbers {
        flex: 1;
        flex-direction: column;
        border-right: 1px solid #ccc
    }

    .contactInfo .btn {
        flex: 1
    }

    .contactInfo .btn.btn-call {
        display: none
    }

    .contactInfo .btn.btn-call.mobile,.contactInfo .allNumbers .btn.btn-call {
        display: flex;
        color: #fff
    }

    .contactInfo .btn-chat {
        display: flex
    }

    .listingFiltersBlock .sidebarElement.contactForm {
        display: none
    }

    .sidebarElement .plusMinus {
        display: block
    }

    .sidebarElement .sideContentBlock {
        display: none
    }

    .listingPageBlock {
        margin-top: 8px
    }

    .headingBradcrumbBlock h1 {
        margin-bottom: 0
    }

    .btn-sidebar {
        padding: 0;
        border-radius: .25rem;
        color: #222;
        display: flex;
        gap: 5px;
        align-items: center;
        margin-left: auto;
        font-size: .9rem
    }

    .btn-sidebar .fas {
        font-size: .8rem;
        color: #999;
        margin-right: 5px
    }

    .btn-sticky {
        position: fixed;
        top: 100px;
        right: 0;
        z-index: 999;
        background: #f5f5f5;
        background: linear-gradient(0deg,rgba(245,245,245,1) 0%,rgba(250,250,250,1) 35%);
        border-color: #ddd;
        border-radius: .25rem 0 0 .25rem;
        padding: .575rem;
        border-right: 0
    }

    .btn-sticky:hover,.btn-sticky:focus:not(:focus-visible),.btn-sticky:first-child:active {
        background: #e6e6e6;
        background: linear-gradient(0deg,rgba(230,230,230,1) 0%,rgba(245,245,245,1) 35%);
        border-color: #ddd
    }

    .btn-sidebar.btn-sticky .fas {
        font-size: .9rem;
        color: #28306f
    }

    .btn-sticky span {
        display: none
    }

    #offcanvasSidebar .offcanvas-header .offcanvas-title {
        font-weight: 600
    }

    #offcanvasSidebar .offcanvas-header .btn-close:focus {
        box-shadow: none
    }

    #offcanvasSidebar .sidebarElement {
        position: relative;
        padding-bottom: 0;
        border: 1px solid #ddd;
        border-radius: .25rem;
        margin-bottom: 15px
    }
}

/* Card container styling */
.similarBusinessItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    margin: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.similarBusinessItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Image styling */
.similarBusinessItemImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #e0e0e0;
}

/* Content container styling */
.similarBusinessItemContent {
    padding: 16px;
    text-align: center;
}

/* Heading block styling */
.premiumHeadingBlock {
    margin-bottom: 10px;
}

.listItemHeading a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.listItemHeading a:hover {
    color: #007bff;
}

/* Address block styling */
.listItemAddress {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
}

.listItemAddress img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


