.kalles-categories-link-banner .nt_img_txt>a:after {
    background-color: #000000;
    opacity: 0.0
}

.kalles-categories-link-banner .pa_txts {
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kalles-categories-link-banner .nt_img_txt h3 {
    font-size: 30.5px;
    font-weight: 700;
    color: #222222
}

@media (min-width: 768px) {
    .kalles-categories-link-banner .nt_img_txt h3 {
        font-size: 60px
    }
}

#brk_01_ed {
    height: 10px
}

@media (min-width: 768px) {
    #brk_01_ed {
        height: 20px
    }
}

.kalles-categories-link-banner .nt_img_txt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222222
}

@media (min-width: 768px) {
    .kalles-categories-link-banner .nt_img_txt h4 {
        font-size: 18px
    }
}

#brk_01_ck {
    height: 20px
}

@media (min-width: 768px) {
    #brk_01_ck {
        height: 30px
    }
}

.kalles-categories-link-banner .imtt4_btn {
    min-height: 40px;
    font-size: 14px;
    color: #222222;
    background-color: rgba(0, 0, 0, 0);
    border-color: #222222
}

.kalles-categories-link-banner .imtt4_btn.btn_icon_true:after {
    color: #222222
}

@media (min-width: 768px) {
    .kalles-categories-link-banner .imtt4_btn {
        font-weight: 600;
        min-height: 40px;
        font-size: 14px
    }
}

.kalles-home-cat-link__top-banner--group-1 {
    margin: 0 auto 30px !important;
    padding: 0 30px !important;
}

@media only screen and (max-width: 767px) {
    .kalles-home-cat-link__top-banner--group-1 {
        padding: 0 10px !important;
    }
}

.se_height_full .js_full_ht4.mh-88vh {
    min-height: 88.2788vh;
}

.kalles-home-cat-link__section-banner>.container {
    margin: -30px auto 80px !important;
}

@media only screen and (max-width: 767px) {
    .kalles-home-cat-link__section-banner>.container {
        margin: 0 auto 60px !important;
    }
}

.drugsCategory {
    background: transparent;
    width: auto;
    height: 190px;
    border-radius: 25px;
    border: 2px solid #2B628F !important;
    display: flex;
    justify-content: center;
    align-items: end;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 40%;
}

    @media screen and (max-width: 650px) {
    .drugsCategory {
    background: transparent;
    width: auto;
    height: 86px;
    border-radius: 25px;
    border: 2px solid #2B628F !important;
    display: flex;
    /* justify-content: center; */
    align-items: center; 
    background-repeat: no-repeat;
    /* background-position: center; */
    background-position-y: center;
    background-position-x: 15px;
    background-size: 12%;
}
    }
    
    

.selectCategory 
{
    font-size: 14px !important;
    font-weight: normal;
    border: none;
    width: 155px;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
       padding-left: 6px;
    padding-right: 6px;
    color: white;
    margin-bottom: 10px;
    background: #2B628F;
}
    
@media screen and (max-width: 650px) {
    .drugsCategory a {
       padding-left: 43px;
    padding-right: 0px;
    }
    .selectCategory {
       width: 240px;
    text-wrap: nowrap;
     margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    }
}