:root {
    --fs-13--: 13px;
    --fs-14--: 14px;
}

.bg--header {
    background-color: #1a1a27 !important;
}

.bg--blue {
    background-color: #112F70 !important;
}

.bg-blue-light {
    background-color: #E7F4FF;
}

.bg--dark-blue {
    background-color: #061E52;
}

.bg--footer {
    background-color: #F6FAFD;
}

.text--hz-blue {
    color: #2aacef !important;
}

.text--blue {
    color: #112F70;
}

.asteriskField {
    color: red;
    padding-left: 10px;
}

.errorlist {
    list-style: none !important;
    padding: 5px 0px 0px 0px;
    font-size: small;
    color: red;
}

#navbarNavDropdown .dropdown-menu[data-bs-popper] {
    left: -120px;
}

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

.loader {
    z-index: 1;
}

.index--down {
    z-index: -1
}

.index--up {
    z-index: 1
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.top--60 {
    top: -60px;
    margin-bottom: -70px;
}

main ::-webkit-scrollbar {
    display: none;
}

.buttton--border:active, .buttton--border:focus {
    border: none;
    border-color: transparent;
}

.m--lg--banner {
    margin-top: 6rem;
}

@media (max-width: 576px) {
    .web-bottom-reset {
        top:unset;
    }

    .m--sm--banner {
        margin-top: 3.5rem;
    }

    .m--lg--banner {
        margin-top: 0rem;
    }

    .h3 {
        font-size: 1rem !important;
    }
    .hear_difference {
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    .responsive-block {
        display: block !important;
    }
    .responsive-none {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .m--sm--banner {
        margin-top: 3.5rem;
    }

    .m--lg--banner {
        margin-top: 0rem;
    }

    .h3 {
        font-size: 1rem !important;
    }
}

.tab--active {
    background-color: #D4EEFC;
    color: #2AACEF;
}

.bottom--100 {
    bottom: 100px;
}

.dropdown--toggle--none::after {
    content: none;
}

.cursor-poiner {
    cursor: pointer;
}

.nav_link.active {
    background-color: #F6FAFD !important;
}

.nav_link.active p.first {
    color: #112F70 !important;
}

.nav_link.active p.second {
    color: #6C757D !important;
}

.fix--top {
    top: -60px;
}

.order--line {
    border-right: 2px solid black;
    left: 7px;
    position: absolute;
    bottom: 6px;
    height: 95%;
}

.index-up {
    z-index: 2;
}

.containe {
    position: relative;
}

.containers {
    position: relative;
}

.container__line {
    border-right: 2px solid #7474802E;
    left: 17px;
    position: absolute;
    top: 17px;
    height: 100%;
}

.z--ind {
    z-index: 0 !important;
}
.shadow--hover {
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 18%);
}
.shadow--hover:hover {
    /* -webkit-animation: shadow--hover .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow--hover .4s cubic-bezier(.25, .46, .45, .94) both */
}

@-webkit-keyframes shadow--hover {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@keyframes shadow--hover {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

.bs-stepper {
    width: 210px;
}

.bs-stepper .form-check-input:checked {
    background-color: #112F70 !important;
    border-color: #112f70 !important;
}

.bs-stepper .step-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bs-stepper .step-trigger.disabled, .bs-stepper .step-trigger:disabled {
    pointer-events: none;
    opacity: .65
}

.bs-stepper .step-trigger:focus {
    color: #007bff;
    outline: 0
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .06)
}

body {
    font-family: 'Poppins';
}

.numberCircle {
    border-radius: 50%;
    border: 2px solid white;
    background-color: white;
}

@media (max-width: 520px) {
    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bs-stepper-header {
        margin: 0 -10px;
        text-align: center
    }

    .bs-stepper {
        width: 300px;
    }
}

.bs-stepper-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bs-stepper .line, .bs-stepper-line {
    -ms-flex: 1 0 32px;
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12)
}

@media (max-width: 400px) {
    .bs-stepper .line, .bs-stepper-line {
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px !important;
    }

    .start-sm-0 {
        left: 0 !important;
    }
}

.bs-stepper-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 1em
}

.active .bs-stepper-circle {
    background-color: #007bff
}

@media (max-width: 520px) {
    .bs-stepper-content {
        padding: 0
    }
}

.bs-stepper .content:not(.fade), .bs-stepper-pane:not(.fade) {
    display: none
}

.bs-stepper .content.fade, .bs-stepper-pane.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity
}

.bs-stepper .content.fade.active, .bs-stepper-pane.fade.active {
    visibility: visible;
    opacity: 1
}

.bs-stepper .content.active:not(.fade), .bs-stepper-pane.active:not(.fade) {
    display: block;
    visibility: visible
}

.bs-stepper .content.dstepper-block, .bs-stepper-pane.dstepper-block {
    display: block
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none, .bs-stepper:not(.vertical) .content.dstepper-none {
    display: none
}

.consult-bg {
    min-height: 232px;
    background: #DEEFFF;
}

.card-top {
    top: 80px !important;
    margin-bottom: -105px !important;
    margin-left: 490px !important;
}

.zi--1 {
    z-index: -1;
}

.pos-abs {
    position: absolute;
    top: 390px;
}

.p-bar-noise {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.progress-bar-noise {
    background: red;
    height: 50px;
    width: 1px;
    margin: 2px;
    display: flex;
}

.progress-bar {
    background: lightgrey;
    height: 50px;
    width: 1px;
    margin: 2px;
    display: flex;
}

.card-top-self-checkup {
    top: 150px !important;
    margin-bottom: -105px !important;
    margin-left: 530px !important;
}

.top-position {
    top: -115px !important;
    margin-bottom: -105px !important;
}

.loader {
    --n: 6;
    --s: 15px;
    --g: 5px;
    width: calc(var(--n)*(var(--s) + var(--g)) - var(--g));
    height: 25px;
    padding: var(--g);
    margin: 5px auto;
    background: repeating-linear-gradient(90deg, #2AACEF 0 var(--s), rgba(10, 164, 224, 0) 0 calc(var(--s) + var(--g))) left / calc((var(--n) + 1)*(var(--s) + var(--g))) 100% no-repeat content-box;
    animation: load 1.5s steps(calc(var(--n) + 1)) infinite;
}

@keyframes load {
    0% {
        background-size: 0% 100%
    }
}

.loader-green {
    --n: 5;
    --s: 25px;
    --g: 5px;
    width: calc(var(--n)*(var(--s) + var(--g)) - var(--g));
    height: 14px;
    padding: var(--g);
    margin: 5px auto;
    background: repeating-linear-gradient(90deg, #25C58B 0 var(--s), rgba(10, 164, 224, 0) 0 calc(var(--s) + var(--g))) left / calc((var(--n) + 1)*(var(--s) + var(--g))) 100% no-repeat content-box;
    animation: load 1.5s steps(calc(var(--n) + 1)) infinite;
}

@keyframes load {
    0% {
        background-size: 0% 100%
    }
}

.card-top-hearing-aid {
    top: 150px !important;
    margin-bottom: -105px !important;
    margin-left: 530px !important;
}

.rounded-corner-left {
    border-radius: 8px 0px 0px 8px !important;
}

.rounded-corner-right {
    border-radius: 0px 8px 8px 0px !important;
}

.rounded-corner-top {
    border-radius: 8px 8px 0px 0px !important;
}

.rounded-corner-bottom {
    border-radius: 0px 0px 8px 8px !important;
}

.rounded-corner {
    border-radius: 8px 8px 8px 8px !important;
}

#scroll_div {
    overflow-x: scroll;
}

.card-top-pos {
    top: 150px !important;
    margin-bottom: -105px !important;
    margin-left: 530px !important;
}

#sidebarMenu {
    font-size: var(--fs-13--) !important;
}

#sidebarMenu ul, .offcanvasWithBothOptionsSconsole .offcanvas-body ul {
}

.menu-leaf {
    left: 48%;
    transform: rotate(302deg);
    bottom: 21px;
}

.light-sky-blue {
    background-color: #DEEFFF !important;
}

.bg--grey {
    background-color: #F6FAFD !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.bg--light-green {
    background-color: #CAF1EC !important;
}

.menu-size {
    width: 28px !important;
    height: 28px !important;
}

.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

@media (min-width: 768px) {
    .main-content {
        margin-left: 260px;
        margin-top: 60px;
    }
}

.main-content {
    margin-top: 60px;
    font-size: var(--fs-14--) !important;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 52px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    width: 260px;
}

.sidebar .bi {
    font-size: 15px;
}

@media (max-width: 600px) {
    .sidebar {
        top: 0.5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.sidebar .nav-link .bi {
    margin-right: 4px;
}

.sidebar .nav-link:hover .bi, .sidebar .nav-link.active .bi {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
}

.icon {
    width: 70px;
    height: 68px;
}

input.form-control, select.form-select {
    background-color: #fff;
}

.bg_select_box {
    background-color: #EBEBF0 !important;
    border-radius: 2px !important;
    border: 0px !important;
    color: #112F70 !important;
}

.bag_product {
    box-shadow: 0px 4px 4px rgba(150, 205, 255, 0.19);
    border-radius: 4px;
}

.overview_product {
    border: 1px solid rgba(118, 118, 128, 0.12);
    border-radius: 4px;
}

.bag_dropdown {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12) !important;
    border: 0px !important;
    width: 400px;
}

@media (min-width: 768px) {
    .bag_dropdown {
        height: auto;
        max-height: calc(100vh - 150px);
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .bag_dropdown {
        height: auto;
        max-height: calc(100vh - 280px);
        overflow-x: hidden;
    }
}

.bg-light-pink {
    background: #FFEBEB;
    border-radius: 8px;
}

.bg-light-yellow {
    background: #FFFDED;
    box-shadow: 0px 4px 4px rgba(150, 205, 255, 0.19);
    border-radius: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.w-40 {
    width: 45% !important;
}

.blue_border {
    border: 1px solid #DEEFFF;
}

.slide_all_content {
    background: #F6FAFD;
}

.spinner-height-quick-check {
    padding-bottom: 60px;
}

.filter_accordion_button:focus {
    box-shadow: none !important;
}

.filter_accordion .accordion-button::after {
    transform: rotate(-90deg);
}

.filter_accordion .accordion-button:focus::after {
    transform: rotate(-360deg);
}

.filter_accordion .accordion-button.collapsed {
    color: #0f2a65;
    background-color: #e7eaf1;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

.filter_checkbox:checked {
    background-color: #5AC8FA !important;
    border-color: #5AC8FA !important;
}

.filter_checkbox:focus {
    box-shadow: none !important;
}

.radio_buttons input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio_buttons label {
    display: inline-block;
    color: #3C3C43;
    background: #FFFFFF;
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 4px;
    cursor: pointer;
}

.radio_buttons label:hover {
    color: #2AACEF;
    background: #E7F4FF;
    border: 1px solid #2AACEF;
    border-radius: 4px;
}

.radio_buttons input[type="radio"]:focus + label {
    color: #2AACEF;
    background: #E7F4FF;
    border: 1px solid #2AACEF;
    border-radius: 4px;
}

.radio_buttons input[type="radio"]:checked + label {
    color: #2AACEF;
    background: #E7F4FF;
    border: 1px solid #2AACEF;
    border-radius: 4px;
}

.radio_color:focus {
    border-color: #2AACEF !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #2AACEF;
}

.radio_color:checked {
    background-color: #2AACEF;
    border-color: #2AACEF;
    box-shadow: 0 0 0 0.25rem #2AACEF;
}

.radio_color:checked[type=radio] {
    background-image: none !important;
}

.w-30 {
    width: 30% !important;
}

.product_details_border {
    border-bottom: 1px solid #DEEFFF;
}

.product_carousel .carousel-indicators [data-bs-target] {
    box-sizing: unset !important;
    flex: none !important;
    width: 20% !important;
    height: 75px !important;
    object-fit: cover;
    padding: 0;
    margin-right: 1%;
    margin-left: 1%;
    text-indent: 0 !important;
    cursor: pointer;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid rgba(120, 120, 128, 0.16);
    opacity: 1 !important;
    transition: opacity 1 ease !important;
}

.product_carousel .carousel-indicators {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_carousel .carousel-indicators img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product_carousel .carousel-indicators .active {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    margin-right: 1%;
    margin-left: 1%;
    border: 2px solid #2AACEF;
}

.product_carousel .carousel-indicators div:hover {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #2AACEF;
}

.product_carousel .carousel-item {
    width: 100%;
    height: 500px;
}

.product_carousel .carousel-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.offer_carousel .carousel-item {
    transition: transform 0.3s ease-in-out !important;
}

.similar_product {
    width: 100%;
    height: 370px;
}

.similar_product_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.offer_discount {
    top: 5%;
    right: 5%;
    width: 46px;
    height: 46px;
    line-height: 16px;
    background-repeat: no-repeat;
}

.product_details_border .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #777777;
    background-color: transparent !important;
}

.related-top {
    top: 145px !important;
}

.bg--hz {
    background-color: #DEEFFF !important;
}

.order_img {
    height: 70px;
    object-fit: cover;
}

.object-cover {
    object-fit: cover;
    height: 100px;
}

.order_border {
    border-color: 1px solid rgba(235, 235, 245, 0.6);
}

.vh-50 {
    height: 50vh !important;
}

.return_display {
    box-shadow: 0px 4px 4px rgba(150, 205, 255, 0.19);
    border-radius: 4px;
}

.compare_filter .line {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12);
}

.hear_difference {
    min-height: 93px;
}

.offer_coupon_name:hover {
    background-color: transparent !important;
    border-color: #f6fafd !important;
}

.was-validated .id_landmark:valid, .id_landmark.is-valid {
    border-color: #ced4da !important;
    background-image: none !important;
}

.eshop-stepper .line {
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0,0,0,.12);
}

.category-filter-yellow {
    border-color: #FFFBE7;
    background-color: #FFFBE7;
    border: 1px solid #F5CA01;
}

.category-filter-brown {
    border-color: #F3ECE7;
    background-color: #F3ECE7;
    border: 1px solid #813909;
}

.category-filter-orange {
    border-color: #FFF1E6;
    background-color: #FFF1E6;
    border: 1px solid #F77100;
}

.category-filter-blue {
    border-color: #E6F4FC;
    background-color: #E6F4FC;
    border: 1px solid #028BDB;
}

.category-filter-yellow.cat-active {
    border: 1px solid #F5CA01;
}

.category-filter-yellow.cat-active .bg-arrow-yellow {
    background-color: #F5CA01;
}

.category-filter-yellow:hover {
    border: 1px solid #F5CA01;
}

.category-filter-yellow:hover .bg-arrow-yellow {
    background-color: #F5CA01;
}

.category-filter-yellow:hover .bg-arrow-yellow i,.category-filter-brown:hover .bg-arrow-brown i,.category-filter-orange:hover .bg-arrow-orange i,.category-filter-blue:hover .bg-arrow-blue i {
    color: #fff;
}

.category-filter-yellow.cat-active .bg-arrow-yellow i,.category-filter-brown.cat-active .bg-arrow-brown i,.category-filter-orange.cat-active .bg-arrow-orange i,.category-filter-blue.cat-active .bg-arrow-blue i {
    color: #fff;
}

.category-filter-brown:hover {
    border: 1px solid #813909;
}

.category-filter-brown:hover .bg-arrow-brown {
    background-color: #813909;
}

.category-filter-brown.cat-active {
    border: 1px solid #813909;
}

.category-filter-brown.cat-active .bg-arrow-brown {
    background-color: #813909;
}

.category-filter-orange:hover {
    border: 1px solid #F77100;
}

.category-filter-orange:hover .bg-arrow-orange {
    background-color: #F77100;
}

.category-filter-orange.cat-active {
    border: 1px solid #F77100;
}

.category-filter-orange.cat-active .bg-arrow-orange {
    background-color: #F77100;
}

.category-filter-blue:hover {
    border: 1px solid #028BDB;
}

.category-filter-blue:hover .bg-arrow-blue {
    background-color: #028BDB;
}

.category-filter-blue.cat-active {
    border: 1px solid #028BDB;
}

.category-filter-blue.cat-active .bg-arrow-blue {
    background-color: #028BDB;
}

.txt-yellow {
    color: #F5CA01;
}

.txt-brown {
    color: #813909;
}

.txt-orange {
    color: #F77100;
}

.txt-blue {
    color: #028BDB;
}

.top-45 {
    top: 45%;
}

.start-30 {
    left: 30%;
}

.rating i.active_star {
    color: #FFCC00;
    ;}

.rating i {
    cursor: pointer;
}

.overlay {
    background: linear-gradient(0deg, rgba(2,0,31,1) 0%, rgba(1,0,23,0.6446953781512605) 35%, rgba(0,0,0,0.26094187675070024) 63%, rgba(0,0,0,0) 82%);
}

.bg-light-blue {
    background-color: #E2F6FF !important;
}

.down_menu {
    color: #112F70 !important;
}

.xsmall {
    font-size: 0.769em !important;
}

.modal_backdrop.fade.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.73);
    opacity: 1;
}

.modal.fade.show {
    z-index: 1055;
}

*/.compare-product-img {
    object-fit: cover;
}

.brand-img {
    height: 166px;
    object-fit: cover;
}

.btn-outline-info-choice {
    color: #666;
    border-color: #ccc;
    background-color: #fff;
}

.btn-outline-info-choice:hover {
    color: #2AACEF;
    background-color: #2aadef14;
    border-color: #2AACEF;
}

.btn-check:checked + .btn-outline-info-choice, .btn-check:active + .btn-outline-info-choice, .btn-outline-info-choice:active, .btn-outline-info-choice.active, .btn-outline-info-choice.dropdown-toggle.show {
    color: #2AACEF;
    background-color: #2aadef14;
    border-color: #2AACEF;
}

.btn-outline-info-choice:disabled, .btn-outline-info-choice.disabled {
    color: #2AACEF;
    background-color: transparent;
}

.product-img {
    height: 385px;
    object-fit: contain;
}

.product_card_width {
    width: 308px;
}

.border-dotted-line {
    border: none;
    border-top: 2px dashed #EBEBF5;
}

.alert-yellow {
    background-color: #FFFCEC !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-80 {
    width: 80% !important;
}

.header_dropdown:hover > .dropdown-menu, .header_dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.product_bg_beige {
    background-color: #D19B7C !important;
}

.product_bg_taupe {
    background-color: #EAB393 !important;
}

.product_bg_darkgray {
    background-color: #454545 !important;
}

.product_bg_gray {
    background-color: #5A5A5A !important;
}

.product_bg_black {
    background-color: #000000 !important;
}

.product_bg_brown {
    background-color: #7C3E00 !important;
}

.product_bg_blue {
    background-color: #0075FF !important;
}

.product_bg_red {
    background-color: #FF201C !important;
}

.product_bg_silver {
    background-color: #C0C0C0 !important;
}

.product_bg_gold {
    background-color: #ECBB1C !important;
}

.product_bg_rosegold {
    background-color: #EBBCB2 !important;
}

.product_bg_white {
    background-color: #fff !important;
}

.rating_star {
    color: #FFD426;
}

.text-greey {
    color: #6C757D !important;
}

.text-greey-66 {
    color: #666666 !important;
}

.text-eb {
    color: #EBEBF5 !important;
}

.text-3C3C43 {
    color: #3C3C43 !important;
}

.rounded-custom {
    border-radius: 1rem !important;
}

.bg-blue {
    background-color: #0059BB;
}

.bg-blue-dark {
    background-color: #121212;
}

.bg-dark-gray {
    background-color: #091A21;
}

.text-F6FAFD {
    color: #F6FAFD !important;
}

.bg-FFF1E6 {
    background-color: #FFF1E6 !important;
}

.bg-C3E8FB {
    background-color: #C3E8FB !important;
}

.bg-F1DDCA {
    background-color: #97ce76b0 !important;
}

.bg-F9C7BB {
    background-color: #F9C7BB !important;
}

.bg-FFF2CF {
    background-color: #FFF2CF !important;
}

.bg-BAE3FF {
    background-color: #BAE3FF !important;
}

.text-636366 {
    color: #636366 !important;
}

.line-height-25 {
    line-height: 2;
}

@media (min-width: 1000px) {
    .web_img {
        min-height: 500px;
    }

    .sticky_head {
        min-height: 55px;
    }

    .sticky_head_out {
        min-height: 53px;
    }

    .web_form {
        min-height: 500px;
    }

    .sticky_head_home_web {
        min-height: 133px;
    }
}

@media (max-width: 576px) {
    .web_img {
        min-height: 260px;
        text-align: center;
    }

    .sticky_head {
        min-height: 53px;
    }

    .sticky_head_out {
        min-height: 53px;
    }

    .web_form {
        min-height: 260px;
    }

    .sticky_head_home_mobile {
        min-height: 163px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .font-size-12 {
        font-size: 12px !important;
    }

    .top_offer_img {
        width: 100%;
        height: 318px !important;
    }

    .font-size-16 {
        font-size: 16px !important;
    }

    .font-size-10 {
        font-size: 10px !important;
    }

    .mob-bottom-reset {
        top: unset;
        bottom: 3%;
    }

    .mob-top-reset {
        bottom: unset;
    }

    .top_banner_img {
        width: 100%;
        min-height: 260px !important;
    }
}

@media (max-width: 900px) {
    .web_img {
        min-height: 260px;
        text-align: center;
    }

    .sticky_head {
        min-height: 53px;
    }

    .sticky_head_out {
        min-height: 53px;
    }

    .web_form {
        min-height: 260px;
    }

    .sticky_head_home_mobile {
        min-height: 120px;
    }

    .top_banner_img {
        width: 100%;
        min-height: 260px !important;
    }

    .font-size-16 {
        font-size: 16px !important;
    }
}

.bg-C0EBEE {
    background-color: #C0EBEE !important;
}

.seo_content_show img {
    max-width: 100%;
    height: auto;
}

.bg-CAEEF1 {
    background-color: #92dde6 !important;
}

.bg-CAE3F1 {
    background-color: #e3e3e4 !important;
}

.checks_view.scrolled {
    display: block !important
}

.sticky_head_home_web {
    min-height: 55px;
}

@media only screen and (min-width: 768px) {
    .p-tab-3 {
        padding: 1rem !important;
    }
}

@media only screen and (min-width: 770px) {
    .web-right-reset {
        left:unset;
        right: 5%;
    }
}

@media only screen and (min-width: 992px) {
    .web-right-reset {
        left:unset;
        right: 5%;
    }

    .p-tab-3 {
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    .font-size-9 {
        font-size: 9px !important;
    }

    .font-size-16 {
        font-size: 16px !important;
    }

    .w-md-70 {
        width: 60% !important;
    }
}

.text-133240 {
    color: #133240 !important;
}

.text-0665C1 {
    color: #0665C1 !important;
}

.text-19194F {
    color: #19194F !important;
}

.btn-blue {
    color: #fff;
    background-color: #ef3251;
    border-color: #ef3251;
}

.btn-blue:hover {
    color: #fff;
    background-color: #ef3251;
    border-color: #ef3251;
}

.bg-CCF0FF {
    background-color: #CCF0FF !important;
}

/* .div_skeleton {
    animation: skeleton-loading 5.1s linear infinite alternate;
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    object-fit: cover;
} */

@keyframes skeleton-loading {
    0% {
        background-position: -468px 0;
    }

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

.top_img {
    width: 100%;
    min-height: 150px;
}

.top_banner_img {
    width: 100%;
    min-height: 360px;
}

.top_review_img {
    width: 100%;
    min-height: 170px;
}

.top_hearing_img {
    width: 100%;
    min-height: 352px;
}

.top_offer_img {
    width: 100%;
    min-height: 225px;
}

.custom-owl .owl-carousel .owl-stage {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px
}

.gender_img_radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.gender_img_radio + img {
    cursor: pointer;
}

.gender_img_radio:checked + img {
    outline: 5px solid #2AACEF;
    border-radius: 50%;
}

.div_skeleton_round {
    animation: skeleton-loading 5.1s linear infinite alternate;
    border-radius: 50%;
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    object-fit: cover;
}
@media (min-width: 769px) {
    .text-center.ben-card-2 {
        padding: 10px;
    }
    
}
@media (max-width: 768px) {
    .web-bottom-reset {
        top:unset;
    }
    #globalbrnad .globalbrnaddiv{
        --bs-gutter-y: 20px;
      }
      .card-title{
        font-size: 14px;
      }
      .location.open{
        align-items: end;
      }
      .location.open .location-btn{
        align-items: flex-end;
        padding-bottom: 10px;
      }
}

.blog_tab.active {
    border: 1px solid #0059BB;
    color: #0059BB;
}

.blog_tab {
    border: 1px solid #8A8A8E;
    color: #8A8A8E;
}

.pagination_web .page-item.active .page-link {
    z-index: 3;
    color: #2AACEF;
    background-color: #FFFFFF;
    border: 1px solid #2AACEF;
    border-radius: 0.25rem;
}

.pagination_web .page-item:first-child .page-link {
    border-radius: 0.25rem;
}

.pagination_web .page-item:last-child .page-link {
    border-radius: 0.25rem;
}

.page-item.disabled .page-link {
    color: #777777;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.pagination_web .page-link {
    border: 1px solid #DFE3E8;
    border-radius: 0.25rem;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #ef3251;
    border-color: #ef3251;
}
.btn-outline-info {
    color: #ef3251;
    border-color: #ef3251;
}
@media (max-width: 900px) {
    .ben-card {
        max-width: 100%;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y)* -1);
        margin-right: calc(var(--bs-gutter-x)* -0.5);
        margin-left: calc(var(--bs-gutter-x)* -0.5);
        padding-right: calc(var(--bs-gutter-x)* 0.5);
        padding-left: calc(var(--bs-gutter-x)* 0.5);
        margin-top: var(--bs-gutter-y);
    }
    .ben-card-2 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}
.counter-container .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



:root {
    --primary: #ef3050;
    --secondary: #2c2c2c;
    --black: #000;
    --black-2: #121212;
    --black-3: #555;
    --black-4: #1d1d1d;
    --black-5: #343434;
    --black-6: #262626;
    --black-7: #555555;
    --black-13: #666;
    --white: #fff;
    --white-2: #efefef;
    --white-3: #e9e9e9;
    --white-4: #f0f0f0;
    --white-5: #fbfbfb;
    --white-6: #d7d7d7;
    --white-7: #F5F5F5;
    --gray: #c2c2c2;
    --gray-2: #999;
    --gray-3: #a8a8a8;
    --gray-4: #f6f6f6;
    --gray-5: #bbb;
    --gray-6: #2b2b2b;
    --gray-7: #b9b9b9;
    --gray-8: #8E8E8E;
    --gray-9: #aaa;
    --gray-10: #7c7c7c;
    --gray-11: #D9D9D9;
    --gray-12: #383838;
    --gray-13: #ccc;
    --gray-14: #dfdfdf;
    --gray-15: #C0C0C0;
    --gray-16: #939393;
    --pink: #FAEDE9;
    --pink-2: #FF9776;
    --pink-3: #F3ECEC;
    --pink-4: #FFFAF0;
    --pink-5: #E0E3CC;
    --bg-line: #1e1e1e;
    --d-gray: #6A6A6A;
    --d-black: #1A1A1A;
    --d-black-2: #171717;
    --d-black-3: #1A1A1A;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
  }

  .location-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .location-btn-items {
    display: flex;
  }

  .location-btn-items a {
    width: 35px;
    height: 35px;
    display: flex;
    border: 1.3px solid #939496;
    border-radius: 100%;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    color: #575555;
    font-size: 18px;
  }

  .location-btn-items a:hover {
    border: 1.3px solid var(--primary);
    color: var(--primary);
  }

  .loation-btn-click {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }

  .loation-btn-click .wc-btn-dark {
    padding: 5px 14px;
    font-size: 12px;
  }

  .loation-btn-click .wc-btn-dark:hover {
    border: 1.3px solid var(--primary);
    color: var(--primary);
  }

  .location-ltems-title {
    display: block;
    padding: 5px 16px;
    color: var(--primary);
    background: #F2F2F2;
  }

  .location-btn-items a .icon {
    width: 70px;
    height: auto;
  }

  .location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6;
    padding: 5px;
  }

  h3.service__title-2.mt-0 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .location-name {
    /* border: 1px solid #8b8c8e; */
    padding: 10px;
    width: 95%;
    margin-right: 5%;
    color: #575555;
    cursor: pointer;
  }

  .location-name p {
    margin-bottom: 0px;
  }
  option:disabled {
  color: rgb(170, 170, 170);
}
/* .location-name p{
display: none;
} */
.fs-4 {
  font-size: calc(1.2rem + 0.3vw) !important;
}
body {
background-color: #ffffff;
}
.divcta{
display: flex;flex-direction: column;justify-content: center;
}
.divcta .btn{
width: fit-content;
}

.responsive-sticky-btn .card-body .small {
    font-size: 14px;
    line-height: 12px;
}
.py-px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
input::placeholder {
    
    color: red;
  }
  ::placeholder {
    /* ... */
    color: red;
  }
  .form-select {
    color: #787878!important;
    font-size: 16px !important;
}

.review-box {
    width: 100%;
    height: auto;
    padding:20px;
    background: #f9f9f9;
    display: flex;
    box-shadow: 1px 2px 8px rgba(0,0,0,10%);
}
.review-profile {
    width: 60px;   
    height: auto;
}
.review-profile-text {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #ef3251;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-profile-text h2 {
    color: #FFF;
    margin-bottom: 0;
}
.review-content {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.review-content-name {
    width: 100%;
    height: 0px;
    margin: 0px;
    padding:0px ;    
}
.review-content-name h2 {
    font-size: 18px;
    font-weight: 900;
}
.review-content-name h2 span {
    color: #6a6969;
    font-size: 12px;
    display: block;
    font-weight: 500;
}
.review-content-start {
    width: 100%;
    height: auto;
    margin: 36px 0px 0px 0px;
    padding: 0px;
}
.rating {
    float:left;
    border:none;
    margin-right: 5px;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:120%;
    line-height:1.2;
    color:gold;
}
.rating:not(:checked) > label:before {
    content:'★ ';
}
.rating > input:checked ~ label {
    color: #ddd;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #ddd;
}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #ddd;
}
.rating > label:active {
    position:relative;
}
.review-content-start span {
    color: #6a6969;
    font-size: 12px;
    display: block;
    font-weight: 500;
    margin-top: 3px;
}
.review-content-text {
    width: 100%;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
.review-content-text p {
    color: #000;
    font-size: 14px;
}
.review-content-text span {
    color: #5e5e5e;
    font-size: 20px;
}
.responsive-block {
    display: none;
}
.responsive-none {
    display: block;
}
.bottom-container {
    margin-top: 20px;
    text-align: center;
}
.bottom-container-content h2 {
    font-size: 24px;
}
.bottom-container-content .btn {
    padding: 1rem 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .service__item:hover .service__number span,
.service__item:hover .service a {
  color: var(--white);
}
.service__item:hover .service__title {
  color: var(--white);
}
.service__item:hover .service__link p {
  color: var(--white);
}
.service__item:hover .service__link p i {
  -webkit-transform: translate(60px, -60px) rotate(-45deg);
          transform: translate(60px, -60px) rotate(-45deg);
}
.service__item:hover .service__link p::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
          transform: translate(20px, -20px) rotate(-45deg);
}
.service__item-2 {
  position: relative;
}

.service__list .active .service__number span,
.service__list .active .service__title,
.service__list .active .service__link p {
  color: var(--white);
}
.service__list-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr 120px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.locationbtn{
    display: none!important;
}
}