@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.call-email-wrapper {
    margin-bottom: 18px;
}

.call-email-wrapper a {
    background-color: #ebebeb;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-email-wrapper a:first-child {
    margin-right: 1px;
}

.mobile-menu {
    padding: 0 25px;
}

.mobile-menu .search {
    margin-bottom: 16px;
}

.call-wrapper a {
    font-size: 16px;
}

.ng-dropdown-panel {
    opacity: 0 !important;
}

.has-value .ng-dropdown-panel.ng-select-bottom {
    margin-top: 2px;
}

.has-value .ng-dropdown-panel {
    opacity: 1 !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:not(.ng-option-disabled) {
    padding: unset;
    background: unset;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: unset;
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px;
    border-radius: unset !important;
    border-color: #ccc;
    position: relative;
}

.ng-placeholder {
    text-align: right;
    font-weight: normal !important;
}

.ng-select .ng-arrow-wrapper {
    display: none;
}

.topbar-wrapper .search .searchbox,
.mobile-topbar-wrapper .search .searchbox {
    display: flex;
    text-align: left;
    height: 36px;
}

.topbar-wrapper .search .searchbox ng-select,
.mobile-topbar-wrapper .search .searchbox ng-select {
    width: 100%;
}

.topbar-wrapper .search .searchbox .title,
.mobile-topbar-wrapper .search .searchbox .title {
    width: 100%;
    background: #eeeae6;
    padding: 5px;
}

.topbar-wrapper .search .searchbox .item,
.mobile-topbar-wrapper .search .searchbox .item {
    padding: 5px;
}

.topbar-wrapper .search .searchbox .item .text,
.mobile-topbar-wrapper .search .searchbox .item .text {
    margin-left: 20px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.topbar-wrapper .search .searchbox .item .image-wrapper img,
.mobile-topbar-wrapper .search .searchbox .item .image-wrapper img {
    width: 60px;
    height: 50px;
}

.topbar-wrapper .search .searchbox .item:hover,
.mobile-topbar-wrapper .search .searchbox .item:hover {
    background: #00b7f4;
    /* width: 110%; */
}

.topbar-wrapper .search .searchbox .item:hover .text,
.mobile-topbar-wrapper .search .searchbox .item:hover .text {
    color: white;
}

.topbar-wrapper .search .searchbox .search-icon-box,
.mobile-topbar-wrapper .search .searchbox .search-icon-box {
    background-color: #eeeeee;
    color: black;
    display: flex;
    align-items: center;
    padding: 19px 6px;
    border-radius: 0 5px 5px 0;
}

:host.text bar-rating .br {
    margin: unset;
    margin-top: -7px !important;
}

:host.text bar-rating .br-default .br-unit {
    margin-right: unset;
}

:host.searchbox .ng-placeholder {
    font-weight: 300 !important;
}

:host.searchbox .ng-input>input {
    cursor: text !important;
}

.top-menu-wrapper {
    min-height: 140px;
}

@media only screen and (min-width: 1100px) {

    .navbar-brand img {
        width: 100px;
    }
    .top-menu-wrapper {
        width: 1238px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 160px;
    }

    .top-menu-wrapper .topbar-wrapper {
        padding: 0 6px;
    }
}

.topbar-wrapper .topbar {
    font-family: 'Roboto';
    display: flex;
    font-weight: 500;
    font-size: 16px;
    margin: 18px 0px;
    align-items: center;
}

.topbar-wrapper .topbar .search {
    width: 100%;
    padding-left: 20px;
}

.topbar-wrapper .topbar .first {
    width: 50%;
    display: flex;
    align-items: center;
}

.topbar-wrapper .topbar .first .logo-wrapper {
    margin-left: -15px;
}

.logo img {
    width: 157px;
}

.topbar-wrapper .topbar .second {
    padding-left: 50px;
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.topbar-wrapper .topbar .second .name-wrapper {
    display: flex;
}

.topbar-wrapper .topbar .divider {
    padding: 0 20px;
    border-right: 2px solid;
}

.topbar-wrapper .topbar .divider-left {
    border-left: 1px solid #9f9f9f;
}

.topbar-wrapper .topbar .login-part {
    cursor: pointer;
}

.d-flex-align {
    display: flex;
    align-items: flex-end;
}

.d-flex-align-center {
    display: flex;
    align-items: center;
}

.mat-icons {
    height: 20px;
    margin-right: 10px;
}

.contact-info-title {
    font-weight: 800;
    color: #000000;
    font-size: 14px;
}

.navbar-brand {
    padding: 0;
}

.navbar {
    align-items: stretch;
    padding: unset;
    height: 50px;
    margin: 0 -52px;
}

.navbar .sign-in {
    margin-left: auto;
}

.navbar-menu {
    display: flex;
    width: 100%;
}

.navbar-menu .nav-link {
    font-weight: bold;
    font-size: 16px;
    color: #6a6a6a;
}

@media only screen and (max-width: 991px) {
    .navbar-menu {
        display: none;
    }
}

nav {
    font-family: 'Roboto';
    background: white;
}

.navigation {
    margin: 0 auto;
    background: white;
}

.navigation ul.menu {
    list-style: none;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navigation ul.menu li.parent {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}

.navigation ul.menu li.parent .submenu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 11;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    margin-top: 0;
}

.navigation ul.menu li.parent .submenu .submenu-wrapper li {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 0;
    padding-top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.navigation ul.menu li.parent .submenu .submenu-wrapper li .sup-wrapper {
    padding: 3px;
    width: calc((100% / 5) - 2px);
    margin: 1px;
}

.navigation ul.menu li.parent .submenu .submenu-wrapper li .sup-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.navigation ul.menu li.parent .submenu .submenu-wrapper li .sup-wrapper:hover {
    background-color: #f3f3f3;
}

.navigation ul.menu li.parent .submenu .submenu-wrapper li .menu-banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.2s;
}

.navigation ul.menu li.parent .submenu .submenu-wrapper li .caption {
    color: black;
}

.navigation ul.menu li.parent:hover .submenu .submenu-wrapper .hover {
    height: 100%;
}

.menu-item-hover {
    background: #fefefe;
}

.menu-item-hover .parent-item {
    font-weight: unset !important;
    position: relative;
}

.active-gray a {
    font-weight: bold !important;
}

.sup-wrapper {
    box-shadow: 0px 3px 5px 0 #dddddd;
    background-color: #fff;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.sup-wrapper span {
    color: #202020;
    font-weight: 800;
}

.caret_down {
    width: 7px;
}

.navigation {
    height: 100%;
    justify-content: center;
}

.navigation ul.menu li.parent a.parent-item {
    color: black;
    padding: 4px 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: unset;
}

.navigation ul.menu li.parent a.parent-item .parent-sub-item {
    cursor: pointer;
    font-family: 'Roboto' !important;
}

.navigation ul.menu li.parent a.parent-item .parent-sub-item:hover {
    font-weight: bold;
}

.navigation ul.menu li.parent a.parent-item:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #ebebeb;
    opacity: 0;
}

@media (max-width: 1317px) {
    .navigation ul.menu li.parent a.parent-item {
        font-size: 12px;
    }
}

@media (max-width: 1238px) {
    .navigation ul.menu li.parent a.parent-item {
        padding: 4px 9px;
        font-size: 12px;
    }
}

@media (max-width: 1050px) {
    .navigation ul.menu li.parent a.parent-item {
        padding: 4px 0px;
        font-size: 12px;
    }
}

.own_sidebar {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.451);
}

.own_sidebar.open {
    visibility: visible;
}

.own_sidebar .own_menu {
    position: fixed;
    background: #fff;
    width: 100%;
    left: -100%;
    transition: 0.5s;
    height: 100%;
}

.own_sidebar .own_menu .Sidebar-navItem {
    padding: 10px 0 10px 40px;
}

.own_sidebar .own_menu .Sidebar-navItem .Sidebar-menuIcon {
    margin-right: 1rem;
}

.own_sidebar .own_menu.open {
    overflow-y: auto;
    left: 0;
}

.own_sidebar .closable {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .own_sidebar .own_menu {
        width: 90%;
        max-width: 600px;
        right: -100%;
        left: auto;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .own_sidebar .own_menu.open {
        right: 0;
        left: auto;
    }
}

.mat-form-field-wrapper {
    width: 86%;
    margin: 0 auto;
}

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative;
}

.top-b {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.top-b span {
    text-align: center;
}

.top-b a {
    font-size: unset;
}

.top-b ul {
    padding-left: 40px;
    list-style-type: unset;
    margin-bottom: unset;
}

.top-b p,
.top-b h1,
.top-b h2,
.top-b h3,
.top-b h4,
.top-b h5,
.top-b h6 {
    margin: 0;
}

.top-b h1 {
    font-size: 2em;
}

.top-b h2 {
    font-size: 1.5em;
}

.top-b h3 {
    font-size: 1.17em;
}

.top-b h4 {
    font-size: 1em;
}

.top-b h5 {
    font-size: 0.83em;
}

.top-b h6 {
    font-size: 0.67em;
}

.btn-blue-color {
    background: #00aeef !important;
    border-color: unset !important;
}

.btn-magenta-color {
    background: #ec008c !important;
    border-color: unset !important;
}

.text-muted {
    color: black !important;
    font-weight: bold;
    font-size: 24px;
}

.p-10 {
    padding: 0 15px !important;
}

.nav.nav-tabs {
    border-bottom: 1px solid #e2dede;
}

.nav.nav-tabs .nav-link {
    border: none;
    border: 2px solid transparent;
    font-size: 16px;
}

.nav.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #6610f2;
    color: #00aeef;
    height: 100%;
}

.spinner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-input .mat-form-field-infix {
    height: 35px;
}

.custom-input .mat-form-field-infix .mat-form-field-label {
    top: 22px;
}

.custom-input.mat-form-field-should-float .mat-form-field-label {
    top: 17px;
}

.mobile-category-name {
    padding: 15px 0;
    font-weight: bold;
    -webkit-font-weight: bold;
    padding-bottom: 8px;
}

.main-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 0;
}

.main-wrapper .mobile-wrapper {
    padding: 3px;
    width: calc(100% - 10px);
    margin: 1px;
    margin-bottom: 8px !important;
}

.main-wrapper .mobile-wrapper a {
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}

.main-wrapper .mobile-wrapper a span {
    padding: unset !important;
    border: unset !important;
    font-size: 14px;
}

app-sidebar-menu {
    width: 100%;
}

.top-text-wrapper {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    font-size: 12px;
}

.mouse-pointer {
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .logo-wrapper {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .navbar {
        margin: 0%;
    }

    .topbar-wrapper {
        margin: 0 2%;
        min-width: unset;
    }

    .topbar-wrapper .topbar {
        font-size: 14px !important;
    }

    .topbar-wrapper .topbar .first {
        width: 40%;
    }

    .topbar-wrapper .topbar .first .logo-wrapper {
        margin-left: -10px;
    }

    .topbar-wrapper .topbar .second {
        width: 60%;
    }

    .topbar-wrapper .topbar .divider {
        padding: 0 11px;
    }

    .mat-icons {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .searchbox input {
        padding: 10px !important;
    }

    .searchbox .search-icon-box {
        padding: 6px !important;
    }

    .navbar-brand {
        margin-bottom: 0 !important;
    }

    .navbar-brand img {
        width: 100px;
        min-width: 100px;
    }

    .navbar-toggler {
        border: none;
    }
}

@media only screen and (min-width: 771px) {
    .mobile-show {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .mobile-sign-in-wrapper {
        padding: 20px 38px 27px 20px;
    }

    .top-menu-wrapper {
        display: flex;
        align-items: center;
    }

    .mobile-top-bar {
        min-height: 80px !important;
    }

    .topbar {
        padding: 18px 0;
        margin: unset !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
        margin-left: auto;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-lg {
        display: flex;
        justify-content: space-between;
    }
}

.mobile-top-bar {
    min-height: 99px;
    flex-direction: unset !important;
}

.mobile-top-bar .search-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.mobile-top-bar .search-wrapper .search-icon,
.mobile-top-bar .search-wrapper .search-close {
    width: 5%;
    display: flex;
    justify-content: center;
}

.mobile-top-bar .search-wrapper .search-input {
    width: 85%;
}

.mobile-top-bar .search-wrapper .search-input ng-select {
    width: 100%;
}

.mobile-top-bar .search-wrapper .search-input .title {
    width: 100%;
    background: #eeeae6;
    padding: 5px;
}

.mobile-top-bar .search-wrapper .search-input .item {
    padding: 5px;
    height: 60px;
}

.mobile-top-bar .search-wrapper .search-input .item .text {
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.mobile-top-bar .search-wrapper .search-input .item .image-wrapper img {
    width: 60px;
}

.mobile-top-bar .search-wrapper .search-input .item:hover {
    background: #00b7f4;
    width: 110%;
}

.mobile-top-bar .search-wrapper .search-input .item:hover .text {
    color: white;
}

.mobile-top-bar .search-wrapper .search-input .search-icon-box {
    background-color: #eeeeee;
    color: black;
    display: flex;
    align-items: center;
    padding: 19px 6px;
    border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 700px) {
    .perfect-scroll {
        height: 0;
    }

    .time {
        display: none !important;
    }
}

@media only screen and (max-width: 575px) {
    .top-menu-wrapper {
        height: 100%;
        background: white;
    }

    .topbar-wrapper .logo {
        justify-content: center;
    }
}

@media only screen and (max-width: 560px) {
    .cdk-overlay-pane {
        margin-right: 17px;
    }
}

@media only screen and (max-width: 500px) {
    .divider-left {
        border-left: unset !important;
    }

    .navbar-brand {
        margin-bottom: 13px;
        margin-right: unset;
    }

    .topbar {
        border-bottom: unset;
        flex-direction: column;
    }

    .topbar .first,
    .topbar .second {
        width: 100% !important;
    }
}

.close-sidebar {
    position: relative;
    width: 24px;
    height: 24px;
}
.close-sidebar::before,
.close-sidebar::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    background-color: rgb(62, 62, 62);
}
.close-sidebar::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-sidebar::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-accordion .card .card-header button {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    margin-bottom: 3px;
    box-shadow: unset;
    position: relative;
}
.custom-accordion .card .card-header button[aria-expanded="true"] {
    color: #4ea8e9!important;
}

.custom-accordion .card .card-header button::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    right: 12px;
    top: 50%;
    transform: translate(0, -7px);
    border: 5px solid transparent;
    border-bottom-color: black;
}
.custom-accordion .card .card-header button[aria-expanded="true"]::after {
    transform: translate(0, -3px);
    border-bottom-color: transparent;
    border-top-color: black;
}


.custom-accordion .card .card-body .main-wrapper .mobile-wrapper {
    padding: 0;
    margin: 0;
}

.custom-accordion .img-span-wrapper .sub-img {
    display: none;
}

.custom-accordion .img-span-wrapper .sub-title {
    color: #000;
    font-weight: 300;
    font-size: 12px;
    padding: unset!important;
    border: unset!important;
    font-size: 14px;
}

@media only screen and (max-width: 993px) {
    .navbar, .navbar .navbar-logo {
        width: 100%!important;
    }
    .navbar-menu {
        display: none;
    }
}


.perfect-scrollbar {
    overflow-y: auto;
}

.perfect-scrollbar {
	scrollbar-color: #767676 #d7d7d7;
	scrollbar-width: thin;
}
.perfect-scrollbar::-webkit-scrollbar-track
{
	border-radius: 6px;
	background-color: #d7d7d7;
}

.perfect-scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #d7d7d7;
	margin-right: 6px;
}

.perfect-scrollbar::-webkit-scrollbar-thumb
{
	width: 6px;
	background: #767676 0% 0% no-repeat padding-box;
	border-radius: 3px;
}

.top-menu-wrapper *,
.own_sidebar * {
    font-family: 'Roboto', sans-serif !important;
}


.searchbox {
    position: relative;
}

.searchbox .search-loading {
    width: 24px;
    height: 24px;
    right: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes loading {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.search-loading::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    border: 3px solid #d7d7d7;
    border-left-color: #767676;
	-webkit-animation: loading 1.5s linear infinite;
	animation: loading 1.5s linear infinite;
}

.searchbox .clrear-search {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-12px);
    width: 24px;
    height: 24px;
    font-size: 18px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    color: grey;
    cursor: pointer;
}
.searchbox .clrear-search:hover {
    color: #e50228;
}

.searchbox .search-results {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 20;
    background: white;
}

.searchbox .search-results .star {
    background-image: url(./star.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}
.searchbox .search-results .star.grey {
    background-image: url(./star-grey.png);
}
