.main-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-result-container {
   max-width: 88vw;
}

.guest-icn {
    width: 25px;
}

#nav-toggle {
    display: block;
    background: white !important;
    margin-top: 9px;
    margin-left: 13px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: black !important;
}

#nav-toggle:focus, #nav-toggle:hover {
    background-color: white !important;
}

#dropdown-navigation a{
    padding: 0;
}

#nav-links a {
    padding: 21px 40px !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    
}

#nav-links {
    width: 320px;
    min-width: fit-content;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 0px;
}

#nav-links-2 {
    padding: 21px 40px 21px 0px!important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #333333;
}

#apply-filters {
    left: unset;
    right: 0;
    padding: 20px;
    width: max-content;
    border-radius: 10px;
}

.search_result_and_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0px;
}

.search-result-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #777777;
}

#filters-container {
    display: flex;
    width: 140px;
    min-width: fit-content;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 14px;
    padding-top: 14px;
    border: 2px solid #A2A6AF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
} 

#filters-container img {
    height: fit-content;
}

.filter_by_speciality_title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    color: #32C3F0;
    padding-bottom: 18px;
}

.filter_by_speciality {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 24px;

}

.filter_by_speciality > span {
    margin-left: 20px;
}

input[name="specialities[]"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 2px solid #32C3F0;
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

input[name="specialities[]"]:checked:after {
    content: "\2713";
    color: #32C3F0;
    font-size: 16px;
    position: absolute;
    top: -4px;
    left: 1px;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 0;
}

.filter_buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.filter_buttons > div {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    padding: 6px 34px;
    cursor: pointer;
}

.cancel-filter {
    color: #32C3F0;
    border: 1px solid #32C3F0;
}

.search-filter {
    color: white;
    background-color:#32C3F0;
}

.search-result-display .shop-listing {
    border: 0 !important;
}

.search-result-display .shop-details .shop-name h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800 !important;
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    color: #32C3F0;
}

.search-result-display .shop-details .location h5, .address h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #333333 !important;
    margin-left: 15px !important;
}

.address h5 {
    margin-left: 43px !important;
}

.forgot_password_panel {
    width: 400px;
    height: auto;
    border-top: 5px solid #7B7070;
    border-bottom: 5px solid #7B7070;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 6%;
}

#navbar_modal .modal-body {
    padding: 30px;
}

.lang {
    margin: unset;
}

@media (max-width: 499px) {
    .address h5 {
        margin-left: 27px !important;
    }
}

.listing-image {
    position: absolute;
    top: 40px;
    right: 40px;
}

.search-result-display .shop-details .premium_for_desktop_view {
    background: #32C3F0;
    border-radius: 10px;
    font-family: 'Raleway';
    line-height: 33px;
    font-size: 18px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    width: fit-content;
    float: right;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.search_bar {
    height: 60px;
    display: inline-flex;
    align-items: center;
    margin-left: 178px;
    max-width: 519px;
    min-width: fit-content;
    justify-content: space-between;
    border: 2px solid #A2A6AF;
    border-radius: 10px;
}

.divide {
    height: 34px;
    background: black;
    width: 1px;
    opacity: 0.5;
    z-index: 10;
}

.location_for_search input{
    border: 0;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    margin-left: 31px;
    color: #333333;
}

.selected-type {
    border: 0;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    width: 167px;
    box-shadow: none !important;
    caret-color: transparent;
    background-image: url(../../images_new/caret.png);
    background-repeat: no-repeat;
    background-position: 94%;
    position: relative;
}

.selected-type > img {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 8px;
    z-index: 10;
} 

.selected-type a {
    height: 50px;
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    padding-left: 24px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
    margin-left: 10px;
}

.selected-type a:hover, .selected-type a:focus {
    background-color: white !important;
    box-shadow: none !important;
}

input[name="location"]::-webkit-input-placeholder {
	color: black;
}

.search img {
    padding-right: 20px;
    padding-left: 20px;
    width: fit-content;
}

.type-select {
    border: 2px solid #A2A6AF;
    border-radius: unset;
    border-bottom: none;
    width: -webkit-fill-available;
    padding-bottom: 0px;
    padding-top: 0px;
    top: 41px;
}

.type-select li a {
    padding: 20px 30px;
    text-align: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #333333 !important;
    text-transform: unset;
    border-bottom: 2px solid #A2A6AF;
}

#blog_post_panel {
    display: none;
}

.modal_nav_links ul {
    padding-left: 0 20px;
}

.modal_nav_links  li {
    list-style-type: none;
    margin-top: 20px;
}

#logo-img {
    margin-top: -10px;
}

.menu-second {
    margin-top: 5px;
}

.modal-login {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

#open_login_modal {
    color: black !important;
}

#footer_top {
    display: none;
}

.main-menu {
    position: fixed !important;
    background-color: white !important;
}

#search_results {
    margin-top: 60px;
}

.language-dropdown {
    position: absolute;
    right: 4px;
}

.search-result-display .shop-details .location {
    display: flex;
}
.search-result-display .shop-details .location h5 {
    margin-top: 0;
}

.shop-img-wrap {
    width: 55px !important;
    height: 55px !important;
}

.result-data {
    margin-left: 20px;
}

.search_btn {
    cursor: pointer;
}

.searched_result_login{
    height: 90px;
    margin: -10px;
}
.login_menu>a{
	color: unset !important;
}
.white_header_accordion_ul{
    padding-left: unset !important;
}
.menu-top-drop li a {
    font-weight: fit-content !important;
}
.menu-top-drop{
    width: unset !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: unset;
}
@media (max-width: 1440px) {
    .selected-type a {
        padding: 0;
    }
    .menu-second {
        margin-top: -8px;
        padding-left: 14px !important;
    }
}
@media (width: 1440px) {
    .menu-second {
        padding-left: 0px !important;
    }
}
@media (max-width: 850px) {
    .menu-second {
        padding-left: 12px !important;
    }
    .login_menu .menu-top-drop li a {
        padding: 10px 5px !important;
    }
}
@media (max-width: 767px) {
    .menu-second {
        padding-left: 25px !important;
    }
}

@media (min-width: 500px){
    .shop-img-display {
        width: 10% !important;
    }

    .search-result-display .shop-details .shop-name {
        padding-top: 40px !important;
    }
}


@media (min-width: 501px){ 
    .shop-img-wrap {
        position: absolute;
        top: -58px;
        left: 25px;
    }
}

    .search-result-display .shop-img {
        width: 55px !important;
        height: 55px !important;
    }


@media (max-width:540px) {
    .filter_by_speciality {
        font-size: 14px;
    }

    .filter_by_speciality > span {
        margin-left: 4px;
    }

    #apply-filters {
        right: -2px;
    } 
}

/* @media (max-width: 1920px) {
    .search_bar_and_hamburger {
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar-collapse.collapse {
        display: flex !important;
    }

    .menu-second {
        margin-top: 14px;
    }
} */

@media (max-width: 1440px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-header {
        float: left !important;
    }

    .search_bar {
        margin-left: unset;
    } 

    .navbar-right .dropdown.login_menu a {
        background-color: white !important;
        color: #333333 !important;
        border: none;
    
    }

    .dropdown-menu-right ul {
        position: absolute;
        right: 2px;
    }

}

@media (max-width: 540px) {
    .location_for_search input {
        width: 80%;
    }

    .selected-type {
        width: 100%;
    }
}