@font-face {
    font-family: 'blackerprodis-bd';
    src: url('../fonts/primary/englishfonts/blackerprodis-bd.otf') format('opentype');
}

@font-face {
    font-family: 'blackerprodis-rg';
    src: url('../fonts/primary/englishfonts/blackerprodis-rg.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0px;
    color: #081828;
    font-family: 'blackerprodis-bd';
}

.tab-content h3 {
    font-family: blackerprodis-rg
}

.share-buttons {
    right: auto;
    left: -22px;
}

.circularList .slick-track {
    margin-left: 0;
    margin-right: auto;
}

.tip {
    transform: rotate(90deg);
    margin-bottom: 26px;
    font-size: 0.9rem
}

.lang-link {
    line-height: 22px !important
}

#searchForm .globalSearch input {
    border-right: none;
}

#searchForm .globalSearch button {
    border-left: none;
}

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a.dropdown-toggle::after { right: 0; position: absolute; transform: rotate(270deg); }
}*/

