.dropdowA_A {
    float: right;
    overflow:hidden;
}

.dropdowA_A .dropbtn {
    border: none;
    outline: none;
    color: white;
    background-color: rgba(0, 0, 0, .3);
    font: inherit;
    margin: 0;
    border-radius: 3px;
    padding: 8px 10px 6px;
    line-height: 1;
    font-size: .8125rem;
    font-weight: 600;
    min-width: 80px;
}

.dropdowA_A-content {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 1;
    border: 1px solid #000;
    background-color: #FFF;
}

.dropdowA_A:hover .dropdowA_A-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.columAA {
    width:25%;
    padding: 10px 0px 10px 5px;
    background-color: #FFF;
    height: auto;
}

.columAA a {
    color: black;
    padding: 10px 0px 5px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.columAA a:hover {
    background-color:#d1d1d1;
    color: #000;
    text-decoration:none;
    width: 100%;
}

.dropbtn:hover {
    color: white;
     background-color: #ffa233;
}

.dropdown-item {
    font-size:14px;
    color:#000;
    text-shadow: none !important;   
    text-align:justify;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 320px) {
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 33vh;
    }
    .columAA {
        width: 100%;
        height: auto;
    }
    .dropdowA_A {
        float:none;
        overflow:hidden;
    }
}

@media (min-width: 380px) and (max-width: 499.98px) { 
    .columAA {
        width: 100%;
        height: auto;
    }
    .dropdowA_A {
    float:none;
    overflow:hidden;
    }
    .dropdowA_A-content {
    overflow-y: scroll;
    height: 25vh;
    }
    #custom-search-input{
        margin:0px 0px 0px 0px !important;
    }
 }


@media (min-width: 350px) and (max-width: 375px){
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 25vh;
    }
    .columAA {
        width: 100%;
        height: auto;
    }
    .dropdowA_A {
        float:none;
        overflow:hidden;
    }
}

@media (min-width: 499px) and (max-width: 599.98px) { 
    .columAA {
        width: 100%;
        height: auto;
    }
    .dropdowA_A {
    float:none;
    overflow:hidden;
    }
    .dropdowA_A-content {
    overflow-y: scroll;
    height: 35vh;
    }
    #custom-search-input{
        margin:0px 0px 0px 0px !important;
    }
 }


@media (min-width: 576px) and (max-width: 767.98px) { 
    .columAA {
        width: 50%;
        height: auto;
    }
    .dropdowA_A-content {
    width:500px;
    }
    .dropdowA_A-content {
    overflow-y: scroll;
    height: 57vh;
    }
    .custom-search-input{
    }
}


@media (min-width: 769px) and (max-width: 991.98px) { 
    .columAA {
        width: 33%;
        height: auto;
    }
    
    .dropdowA_A-content {
        width: 710px;
        right: -50px;
    }
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 47vh;
    }
 }

 @media (min-width: 765px) and (max-width: 768px) { 
    .columAA {
        width: 33%;
        height: auto;
    }
    
    .dropdowA_A-content {
        width: 710px;
        right: -50px;
    }
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 22vh;
    }
 }

@media (min-width: 1022px) and (max-width: 1023.98px) {
    .columAA {
        width: 30%;
        height: auto;
    }
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 28vh;
    }
    .dropdowA_A-content {
        width: 710px;
        right: -50px;
    }
}

@media (min-width: 1024px) and (max-width: 1030.98px) {
    .columAA {
        width: 30%;
        height: auto;
    }
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 15vh;
    }
    .dropdowA_A-content {
        width: 710px;
        right: -50px;
    }
}

@media (min-width: 1031px) and (max-width: 1199.98px) {
    .columAA {
        width: 100%;
        height: auto;
    }
    .dropdowA_A-content {
        overflow-y: scroll;
        height: 55vh;
    }
}


@media (min-height: 1024px) and (max-height: 1199.98px) {
    .dropdowA_A-content {
    width:700px;
    }
    .dropdowA_A-content {
    overflow-y: hidden;
    height: 21vh !important;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .dropdowA_A-content {
        width: auto;
        left: 90px;
        right: 240px;
    }
    .dropdowA_A-content {
        overflow-y: auto;
        height: 33vh;
    }

    .columAA {
        width: 100%;
        height: auto;
    }

    .columAA a:hover {
        background-color:#d1d1d1;
        color: #000;
        text-decoration:none;
        width: 100%;
    }
}

@media (min-width: 1370px) {
    .dropdowA_A-content {
        width: 85%;
        left: 90px;
        right: 0px;
    }

    .dropdowA_A-content {
        overflow-y: auto;
        height: 23vh;
    }

    .columAA {
        width: 100%;
        height: auto;
    }

    .columAA a:hover {
        background-color:#d1d1d1;
        color: #000;
        text-decoration:none;
        width: 100%;
    }
}


.dropdown-header{ color:#000; font-size:14px; font-weight:500; padding:0px 0px 0px 0px; text-align:justify; text-shadow:none !important;}

.box_list{
    width: 250px;
}

.box_list ul{
    width: 250px;
}

.box-img{
    height: 150px; 
}

@media (max-width: 575.98px) {
    .box_list{
        width: auto;
    }

    .box-img{
        height: auto;
    }

    .add_top_-74 {
        margin-top: 0px;
    }

    .box_list ul {
        width: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box_list{
        width: auto;
    }
    .box-img{
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box_list{
        width: auto;
    }
    .box_list ul{
        width: 250px;
        margin-left: -25px;
    }
    .badge_list_1{
        top: -5px;
        margin-left: 0px;
        margin-right: -22px;
    }
    .box-img{
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .box_list{
        width: auto;
    }
    .box-img{
        height: auto;
    }
}

@media (min-width: 1200px) {
    .box_list{
        width: 250px;
    }
    .box-img{
        height: 150px;
    }
}


.health-icon-list__list_wrapper {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.health-icon {
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.health-icon {
    font-size: 20px;
    display: block !important;
}

.health-icon-11 {
    padding: 5px 5px;
}

.health-icon__img {
    transition: transform .2s ease-out;
    height: 20px;
}

.health-icon-11>span {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    line-height: 28px;
}

.health-icon-11>span, .u-p-h-30 {
    padding: 0 30px;
}

.health-icon .health-offer {
    display: flex;
    justify-content: center;
}

.health-icon:hover .health-icon {
    transform: scale(1.3);
}

.tab-scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #00A2B6;
    padding: 10px;
    margin: -30px 0px 0px 0px;
}

@media (max-width: 575.98px) {
    .tab-scroll {
        display: -webkit-box !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tab-scroll {
        display: -webkit-box !important;
    }
    .btn-marg {
        margin: -30px 0px 0px 0px !important;
        display: flex !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tab-scroll {
        display: -webkit-box !important;
    }
    .btn-marg {
        margin: -60px 0px -10px 0px !important;
        display: flex !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tab-scroll {
        display: -webkit-box !important;
    }

    .btn-marg {
        margin: -50px 0px 0px 0px !important;
        display: flex !important;
    }
}

.health-icon-1{
    border: 3px solid #cccccc38;
}

.health-icon-1 a:hover{
   background-color: #ffa233;
   color: #fff;
}

.health-icon a:active{
    box-shadow: 0px 0px 2px #fff;
}

