
.blog-header {
    align-items: center;
    gap: 8px;
    margin: 64px auto;
}
.blog-header .catLink {
    flex: 1;
}
.blog-header .catLink, 
.blog-header .catLink a{
    border-radius: 12px;
    font-weight: 400;
    line-height: 1;
    font-family: inherit;
}
.blog-header .catLink a{
    padding: 0;
    font-size: 16px;
    padding: 18px 28px;
    text-wrap: nowrap;
}
form#searcinblog {
    border: 1px solid #C2CFE0;
    flex-basis: 100%;
    /* margin-right: 16px; */
    margin-bottom: 0;
    border-radius: 12px !important;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}


.searcinblogtext {
    border: none;
    padding: 0 0 0 15px;
    margin: 0;
    float: left;
    font-size: 14px;
    height: 54px;
    width: 80%;
}

.searchblogsend {
    float: right;
    width: 54px;
    border: none;
    height: 54px;
    background: #00758d url(/templates/template-default/view/img/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent !important;
    font-weight: 600;
}

#categoriesButtonMobile:after {
    content: "";
    height: 14px;
    width: 14px;
    background-size: 14px 14px;
    background-image: url(/templates/template-default/view/assets/common/svg/bottomArrow.svg);
    background-repeat: no-repeat;
    margin-left: 4px;
    margin-top: 0;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;

}

.newPressCategoriesMobile {
	display: none !important;
}
.newPressCategories {
	margin-top: 10px;
	margin-bottom: 25px;
}

.newPressCategories a {
	width: 100%;
	text-align: center;
}

@media screen and (max-width:991px){
    .newPressCategoriesMobile{display:block !important;}
    .newPressCategories{display:none;}

    .catLink {
        margin-bottom: 15px;
    }
}

.btn, 
.catLink a {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;

}
.catLink a {
    font-family: "Inter",serif;
    text-decoration: none;
    width: 100%;
    padding: 10px 7px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .catLink a {
        font-size: 14px;
        padding: 7px 1px;
    }
}

.catLink {
    background-color: var(--color, #51a99d);
    border: 2px solid var(--color, #51a99d);
    color: #fff;
}
.catLink.active {
    background-color: #fff;
    border: 2px solid var(--color, #51a99d);
    color: var(--color, #51a99d);
}
.catLink:hover {
    background: #fff;
    color: var(--color, #51a99d);
}
.catLink a {
    color:  inherit !important;
}

#categoriesButtonMobile {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.tags {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.newsItemTag {
    color: #FFF;
    text-align: center;
    font-size: 8px;
    border-radius: .5em;
    padding: .75em .5em;
}

.blog-header {}
.blog-header form {
}
.blog-header {}