
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    inline-size: fit-content;
}

.auto-load {
    z-index: 9;
    border-radius: 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 97%;
    height: 200px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    /* background: #fff !important; */
    font-family: "Roboto", sans-serif !important;
}

/*===================================== main.css ======================*/

a.badge {
    font-size: 14px;
    padding: 0;
}

.about-us {
    padding: 15px;
    margin-top: 40px;
}

.form-heading {
    font-size: 22px;
    padding: 10px 0 15px 0;
    font-weight: 500;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.dropdown-item:hover {
    border-radius: 0.5rem;
}

.email_form_d .col-md-6 label span {
    color: #fd201e;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: none;
    border-bottom: 1px solid #eeeeef;
    /* padding: 1rem 1rem !important; */
}

.choices__inner {
    padding: 0.5px 7.5px 3.75px;
    min-height: 24px;
    background: transparent;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner,
.choices[data-type*="select-one"] .choices__inner {
    /* border: 1px solid #000; */
    background: #fff;
    border-radius: 30px;
}

.choices__input {
    background: #fff;
}

#search-query {
    width: 90%;
    padding-left: 5px;
}

#pac-input {
    width: 84%;
    padding-left: 20px;
}

.login-buttons button.btn-primary a {
    color: #fff;
    padding: 0;
}

.login-buttons button.btn-light a {
    color: #4f4f4f;
    padding: 0;
}

.autocomplete-suggestion {
    padding: 8px 5px !important;
}

.navbar-expand-lg .navbar-nav .nav-link .fa-user {
    padding-right: 4px;
}

.navbar-brand {
    font-size: 18px !important;
}

.navbar-brand {
    width: 120px;
}

.navbar-brand img {
    width: 100%;
}

.footerCategoriesBlock {
    /* background-color: rgba(0, 0, 0, 0.6); */
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
    /* position: absolute; */
    bottom: 0px;
}

.footerCategoriesBlock .category_list li {
    /* width: 13%; */
    text-align: center;
    display: inline-block;
    padding: 2px 15px;
    font-weight: bold;
    width: 39%;
}

.footerCategoriesBlock .category_list li a,
.footerCategoriesBlock .category_list li a:hover {
    padding-top: 10px;
    display: block;
    color: #fff;
    font-size: 13px;
    transition: all 0.1s;
    line-height: 20px;
}

/* .footerCategoriesBlock .category_list li a:hover{
		border-bottom:2px solid #fff;
	} */

.footerCategoriesBlock .category_list li a img {
    display: block;
    margin: 0 auto 12px auto;
}

.search {
    box-shadow: 0 2px 18px rgb(0 0 0 / 15%);
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
}

.search .search-input {
    padding: 0px;
    width: 34%;
    caret-color: #536bf6;
    font-size: 14px;
    font-weight: 500;
    color: #828181;
    transition: width 0.4s linear;
    padding: 13px 0;
    font-family: "Roboto", sans-serif !important;
    border: 0px;
}

.search_i {
    border-right: 2px solid #ccc !important;
}

.search label {
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

.search-icon {
    width: auto;
}

.search .search-input:focus-visible {
    /* border:0px !important; */
    outline: none;
}

.fa.fa-search {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.alert {
    top: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {
    .navbar-nav li {
        border-right: 0px;
        display: block;
        padding: 8px 15px;
       
    }

    ul.navbar-nav.ms-auto.flex-nowrap {
        float: left;
        padding-bottom: 7px;
    }

    .bg-light {
        padding: 0rem !important;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .navbar-toggler.navbar-toggler-right {
        margin-right: 15px;
    }
  
}

.form {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    padding: 40px 50px;
}

footer {
    margin-top: 20px;
    background-color: white;
    padding: 0px;
}

footer .download-from-store img {
    width: 35%;
    float: right;
    padding: 0 5px 0 0;
}

footer .sponsored-logo img {
    width: 40%;
}

footer .copy-right span {
    padding: 10px;
}

.big-form input[type="file"] {
    width: auto;
}

.col-6 .big-form input {
    margin-bottom: 10px;
}

.col-6 .big-form select {
    margin-bottom: 10px;
}

textarea#business_desc {
    margin-bottom: 10px;
}

.big-form .ss-13950.ss-main {
    margin-bottom: 10px;
}

.page_bg {
    background-color: #666;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.form_search {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page_inn_bg {
    background: #fff;
    border-radius: 5px;
}

.form_search label {
    color: #666;
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
}

.form_search input[type="text"],
.page_inn_bg input[type="text"] {
    border: 0px;
    outline: 0;
    font-weight: 500;
    font-size: 18px;
}

.page_inn_bg input[type="text"] {
    padding-left: 30px;
}

.find_c {
    border-right: 1px solid #666 !important;
}

.page_inn_bg .form {
    box-shadow: 0 2px 18px rgb(0 0 0 / 15%);
    width: 40%;
    margin: 20px auto;
}

.in_f_p {
    border-top: 1px solid #eeeeef;
}

.form_search button,
.page_inn_bg button {
    background: #a91c1c;
    border: 0px;
    padding: 15px 20px;
}

.form_search button .fa,
.page_inn_bg button .fa {
    color: #fff;
    font-size: 16px;
}

.filter ul li {
    border: 1px solid #bbbac0;
    width: auto;
    display: table-cell;
    padding: 5px;
    border-right: 0px;
    cursor: pointer;
    font-weight: 400;
}

.filter ul li:last-child {
    border-right: 1px solid #bbbac0 !important;
}

.category button {
    border: 1px solid #bbbac0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    width: auto;
}

.block_s {
    border: 1px solid #eeeeef;
    margin-bottom: 25px;
    padding: 20px 15px;
    width: 450px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.left_i {
    width: 40%;
    float: left;
}

.left_i img {
    width: 100%;
    height: 100%;
}

.right_r {
    width: 55%;
    float: right;
}

.right_r h2 {
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

.right_r p {
    line-height: 20px;
    font-size: 14px;
}

.fa-star.checked {
    color: orange;
}

.inner_m_p {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #eeeeef;
}

.be_r_m {
    float: left;
    padding-left: 50px;
}

.inner_m_p label {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0px 0px 0;
}

.inner_m_p ul {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeef;
}

.be_r_m label {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: #000;
    background-color: #dedede;
    bottom: 0;
    margin-top: 260px;
}

.contact-page-left {
    padding: 20px;
    background-color: white;
    border-radius: 0.5rem;
    margin: 10% 0 10% 0;
}

.contact-page-right {
    padding: 20px;
    background-color: white;
    border-radius: 0.5rem;
    margin: 7% 0 10% 0;
}

/* Search Bar  */

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    color: #828181;
    padding: 6px 5px;
}

.ss-main .ss-multi-selected .ss-add {
    margin: 11px 12px 0 5px;
}

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    /* height: 50px; */
    background-color: #fff;
    /* padding: 10px; */
    border-radius: 5px;
    padding: 0px;
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: auto;
    margin-top: 0px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear;
}

.pad-15 {
    padding-left: 15px;
}

a:link {
    text-decoration: none;
}

.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    transition: all 2s;
}

.card-inner:hover {
    transform: scale(1.1);
}

.download-from-store {
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.download-from-store img {
    width: 25%;
}

.download-from-store-home {
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.download-from-store-home img {
    width: 25%;
}

.mg-text span {
    font-size: 12px;
}

.mg-text {
    line-height: 14px;
}

.search_f {
    width: 35%;
    float: left;
}

.area_s {
    float: left;
    width: 46%;
}

.search-option a {
    /* padding: 15px; */
    color: #000;
    font-weight: 400;
    transition: all 0.5s;
}

/* .search-option a:hover {
		color: #fff;
		background: #656262a6;
		border: 1px solid #fff;
} */

.footerCategoriesBlock .category_list li a:hover {
    background-color: rgb(143 143 143 / 50%);
}

.footerCategoriesBlock .category_list li a {
    padding: 5px;
    padding-top: 4px !important;
    border-radius: 4px;
}

.footerCategoriesBlock .category_list li {
    width: auto !important;
    padding: 4px 15px !important;
}

.advance-search a {
    float: none;
    width: auto;
    /* padding: 10px 15px; */
    text-align: right;
    background: transparent;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    /* border-radius: 5px; */
    /* border: 1px solid #fff; */
    font-size: 14px;
}

.advance-search .card-body {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

.advance-search .card select {
    margin: 0 0 auto auto;

    right: 0;
    float: right;
}

.advance-search label {
    text-align: left;
    float: left;
    font-weight: 700;
    margin-top: 15px;
}

.search-font {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.btn-apply {
    float: right;
}

.sponsored-logo {
    width: 100%;
    display: grid;
    text-align: center;
    margin: 0 auto;
}

.sponsored-logo img {
    padding: 15px 0 0;
    text-align: center;
    margin: 0 auto;
}

.company-detail li {
    float: left;
}

.search-checkbox label {
    padding: 0 15px 0 0;
    font-weight: 200;
    margin-top: 0px;
}

.search-checkbox label input {
    /* padding: 0 15px; */
    margin: 5px 5px;
}

.heading-label {
    width: 100%;
    margin-top: 5px;
}

.media.search-list.text-left.my-5 {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

/* ==================== Sanjeev 24-07-2021 */

.page_bg {
    background: url("../img/frontend/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

#collapseExample label {
    padding-bottom: 10px;
    font-weight: 500;
}

#app .card.p-4.mt-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 70%; */
    height: auto;
}

#app .card.p-4.mt-3 h3 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 28px;
    margin-top: 0px !important;
    padding-bottom: 25px;
    line-height: 30px;
}

.search {
    box-shadow: 0 2px 18px rgb(0 0 0 / 15%);
    width: 100% !important;
    margin: 0 auto;
}

.search-option {
    margin: 20px auto 20px auto;
    float: right;
}



.dropdown:hover button.adv-dropicon.dropdown-toggle {
    padding: 19px 4px;
    border: none;
    font-size: 25px;
    /* text-align: center; */
    /* margin: 0 auto; */
    background-color: #e3e3e3;
    color: #fff;
}

.adv-dropdown {
    min-width: 596px;
}

.adv-dropdown label {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px;
}

.adv-dropdown .form-select {
    padding: 0%;
}

.dropdown-lg .dropdown-toggle::after {
    color: #4f4f4f;
    margin-left: 0;
}

.register-page-big input,
.register-page-big .ss-single-selected,
.register-page-big textarea,
.register-page-big #revenue {
    margin-bottom: 15px;
}

.homesearch {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 9;
    width: 55%;
}

.homeSearch h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 0 0 15px 0;
}

.homeSearch span {
    color: #fff;
}

.homeSearch span.badge-secondary {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-business-list {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
}

.home-business-list a {
    cursor: pointer;
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
    box-shadow: none;
    border-left: 2px solid #ccc !important;
}

.inner-page-search {
    align-items: center;
    width: 56%;

    margin-right: auto;
    margin-left: auto;
}

.login-page {
    padding: 20px;
    background-color: white;
    border-radius: 0.5rem;
    margin-bottom: 93px;
}

.login-page a {
    font-size: 14px;
}


.login-page h4 {
    font-size: 22px;
    padding: 10px 0 15px 0;
    font-weight: 500;
}

.register-page-big {
    padding: 20px;
    background-color: white;
    border-radius: 0.5rem;
    margin: 15px 0 50px 0;
}

.register-page {
    padding: 20px;
    background-color: white;
    border-radius: 0.5rem;
    margin: 10% 0 25% 0;
}

.form-outline .input-group-addon a {
    text-align: right;
    float: right;
    position: relative;
    top: -25px;
    right: 12px;
}

.register-page h4 {
    font-size: 22px;
    padding: 10px 0 15px 0;
    font-weight: 500;
}

button.adv-dropicon.dropdown-toggle {
    padding: 19px 4px;
    border: none;
    font-size: 25px;
    /* text-align: center; */
    /* margin: 0 auto; */
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar {
    z-index: 10;
}

#map {
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
#map {
    height: 800px;
}

.search_f {
    width: 50%;
    float: left;
}

.area_s {
    width: 37%;
    float: left;
}

@media only screen and (max-device-width: 480px) {
    #adv-search {
        width: 300px;
        margin: 0 auto;
    }
    .adv-dropdown label {
        margin-bottom: 0;
    }

    .adv-dropdown .form-group {
        margin-bottom: 0;
    }
    .inner-page-search {
        width: 100%;
    }

    .search-icon {
        position: inherit;
    }
    .search-font {
        font-size: 22px;

        padding-bottom: 10px;
    }

    .homesearch {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        height: auto;
        z-index: inherit;
        width: 100%;
    }

    .dropdown-lg .dropdown-menu-right {
        left: 0 !important;
        left: auto;
        width: 358px;
    }

    .adv-dropdown {
        min-width: 100%;
    }

    .login-buttons {
        margin-bottom: 13px;
    }
    .search_f {
        width: 100%;
        float: left;
    }
    .pg_filter_container {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .bg-light {
        padding: 0rem 5rem;
    }
    .pg_filter_container {
        display: none;
    }
}

@media only screen and (device-width: 768px) {
    #adv-search {
        width: 400px;
        margin: 0 auto;
    }

    .page_bg {
        height: 100%;
    }

    .homesearch {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        z-index: 9;
        width: 100%;
    }
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .adv-dropdown {
        min-width: 519px;
    }

    #pac-input {
        width: inherit;
    }

    #search-query {
        width: 90%;
        padding-left: 5px;
    }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    .adv-dropdown {
        min-width: 390px;
    }
    #pac-input {
        width: 80%;
        padding-left: 5px;
    }

    #search-query {
        width: 90%;
        padding-left: 5px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {
    .search {
        width: 100% !important;
        background: transparent !important;
        padding: 10px 8px !important;
    }

    .sticky {
        position: inherit;
        top: inherit;
        width: inherit;
    }

    .sticky-map {
        position: inherit;
        top: inherit;
        width: inherit;
    }

    .search-tags {
        width: 100%;
    }

    .search-tags span {
        margin-top: 10px;
        margin-right: 10px;
    }

    /* .collapse{display:none !important;}
    .collapse.show{display:block !important;} */
    .card.mt-3 {
        margin-top: 0px !important;
    }

    .pg_filter_container {
        position: relative;
        display: block;
        min-height: 38px;
    }

    .pg_filter {
        display: block;
        background: #e4ecf8;
        width: 49.8% !important;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        float: left;
        border-right: 2px solid #c7d6eb;
    }

    .pg_filter:nth-child(2) {
        border-right: 0px;
    }

    .pg_filter .fa-filter,
    .pg_filter .fa-map-marker-alt {
        padding-right: 8px;
    }

    .search-option {
        margin-left: 0px;
        margin-top: 15px;
    }

    .advance-search .card-body {
        background: #f6f7f9 !important;
    }

    .ss-main .ss-multi-selected {
        min-height: 36px;
    }

    .ss-main .ss-multi-selected .ss-add {
        margin: 12px 12px 0 5px;
    }


    /* .mt-4.col-sm-3.float-left #collapseExample {
        display: block !important;
        margin-bottom: 20px;
    } */

    .d-flex.justify-content-center.px-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .card.p-4.mt-3 {
        padding: 0px !important;
    }

    .search_f,
    .area_s {
        width: 92%;
        float: none;
        background: #fff;
        margin: 0 auto 15px auto;
        border-radius: 6px;
    }

    .search .search-input {
        width: 26%;
    }

    .px-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #search-query {
        width: 86% !important;
        border-right: 0px !important;
        float: none !important;
    }

    #pac-input,
    #search-query {
        background: #fff !important;
    }

    .search-icon {
        bottom: 0px !important;
        display: block !important;
        float: none !important;
        margin: 0 auto;
        width: 92% !important;
        right: 0px;
    }

    .mt-4,
    .my-4 {
        margin-top: 0px !important;
    }

    #map {
        height: 250px !important;
        margin: 15px 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1020px) {
    #search-form,
    #app .card.p-4.mt-3 {
        width: 100%;
    }

    .search {
        width: 100% !important;
    }

    .search-icon {
        bottom: 48px !important;
    }

    #collapseExample .form-group:nth-child(4) {
        width: 20% !important;
    }

    #collapseExample .form-group:nth-child(6) {
        width: 13% !important;
    }

    #collapseExample .form-group:nth-child(2) {
        width: 19% !important;
    }

    #collapseExample .form-group:nth-child(3),
    #collapseExample .form-group:nth-child(5) {
        width: 17% !important;
    }

    .card.mt-3 {
        margin-bottom: 0px !important;
    }

    .mt-4.col-sm-12.float-left {
        margin-top: 0rem !important;
    }
}

.pl-5,
.px-5,
.pr-5,
.px-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footerCategoriesBlock .category_list li {
    padding: 0px 5px !important;

    border-right: 1px solid #000 !important;
}

.footerCategoriesBlock .category_list li:last-child {
    border-right: none !important;
}

.footerCategoriesBlock .category_list li a {
    color: #000 !important;
}

#search-query {
    width: 80% !important;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #search-form,
    #app .card.p-4.mt-3 {
        width: 100%;
    }

    .search {
        width: 100%;
    }

    /* .search-icon{bottom:47px !important;} */

    .footerCategoriesBlock .category_list li a {
        font-size: 11px !important;
    }

    .navbar-nav li {
        border-right: 0px !important;
    }

    .footerCategoriesBlock .category_list li {
        padding: 0px 12px 15px 12px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .download-from-store {
        bottom: -105px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {
    .footerCategoriesBlock .category_list li {
        float: left !important;
        width: 50% !important;
    }

    .search_f,
    .area_s {
        width: 92%;
        float: none;
        background: #fff;
        margin: 0 auto 15px auto;
        border-radius: 6px;
    }

    #collapseExample .form-group {
        text-align: left;
    }

    .bg-light {
        padding: 0rem 1rem !important;
    }

    .d-flex.justify-content-center.px-5 {
        width: 100%;
        display: block !important;
    }

    .search-option {
        width: 100%;
        margin: 15px auto 0 auto;
        text-align: right;
        float: none;
    }

    .footerCategoriesBlock .category_list li {
        padding: 7px 12px;
        margin-top: 10px;
    }

    .card.p-4.mt-3 {
        padding: 5px !important;
    }

    .advance-search a {
        float: none;
        padding: 0 15px 0 0;
        border: none;
    }

    .search .search-input {
        width: 25%;
    }

    .pac-container {
        width: 89% !important;
        left: 21px !important;
    }

    #collapseExample .card.card-body {
        margin-top: 35px;
        background: rgba(0, 0, 0, 0.6);
    }

    #collapseExample label {
        color: #fff !important;
    }

    .btn-apply.text-right input[type="button"] {
        padding: 10px 25px;
    }

    .footerCategoriesBlock {
        position: relative !important;
    }

    .footerCategoriesBlock .category_list li {
        padding: 4px 15px !important;
    }

    .footerCategoriesBlock .category_list li a {
        line-height: 24px;
        font-size: 16px !important;
    }

    .search {
        display: block;
        /* align-items:center; */
        background: transparent !important;
    }

    .search-input.search_i {
        border-right: 0px !important;
    }

    #pac-input {
        width: 86% !important;
    }

    .download-from-store img {
        width: 28%;
    }
}

@media only screen and (min-device-width: 1021px) and (max-device-width: 1024px) {
    .search-icon {
        bottom: 48px !important;
    }

    .mt-4.col-sm-12.float-left {
        margin-top: 0rem !important;
    }

    .card.mt-3 {
        margin-bottom: 0px !important;
    }

    #collapseExample .form-group:nth-child(4) {
        width: 20% !important;
    }

    #collapseExample .form-group:nth-child(6) {
        width: 13% !important;
    }

    #collapseExample .form-group:nth-child(2) {
        width: 19% !important;
    }

    #collapseExample .form-group:nth-child(3),
    #collapseExample .form-group:nth-child(5) {
        width: 17% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1020px) {
    #search-form,
    #app .card.p-4.mt-3 {
        width: 100%;
    }

    .search {
        width: 100% !important;
    }

    .search-icon {
        width: 45px;
        padding: 0;
        font-size: 10px;
    }
    .area_s {
        width: 40%;
    }
    .search-font {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 0;
    }

    #collapseExample .form-group:nth-child(4) {
        width: 20% !important;
    }

    #collapseExample .form-group:nth-child(6) {
        width: 13% !important;
    }

    #collapseExample .form-group:nth-child(2) {
        width: 19% !important;
    }

    #collapseExample .form-group:nth-child(3),
    #collapseExample .form-group:nth-child(5) {
        width: 17% !important;
    }

    .card.mt-3 {
        margin-bottom: 0px !important;
    }

    .mt-4.col-sm-12.float-left {
        margin-top: 0rem !important;
    }
}

@media only screen and (max-width: 844px) {
    .search {
        width: 100% !important;
    }
    
    ul.navbar-nav.ms-auto.flex-nowrap {
        float: left;
        padding-bottom: 7px;
    }

    .contact-page-left {
        padding: 20px;
        background-color: white;
        border-radius: 0.5rem;
        margin: 2% 0 5% 0;
    }

    .contact-page-right {
        padding: 20px;
        background-color: white;
        border-radius: 0.5rem;
        margin: 2% 0 5% 0;
    }
}
