html{ height:100% !important; }
body{ min-height:100% !important; padding:0; margin:0; position:relative; }

/* Trick: */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.desc:hover {
    text-decoration: none !important;
}
.sliderImage {
    width: 800px;
    height: 300px;
}
.downloadImage {
    height: 100px;
    width: 100px;
}
.navbar {
    background: #e9eef1;
}
.searchInput {
    background: #f0f0f0;
    width: 380px;
    height: 30px;
    border: 2px solid #16924c;
    font-size: 15px;
}

.links {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.links:hover {
    color: #16924c;
}
.yuklapAlyn {
    color: #16924c;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 0;
    margin-bottom: 14px;
    padding-right: 8px;
    padding-left: 8px;
    border: 2px solid #16924c;
    border-radius: 10px;
}
.yuklapAlyn:hover {
    cursor: pointer;
    background: #16924c;
    color: white;
}
.downloadOur {
    border: 2px solid #eee;
    margin-bottom: 12px;
}
.cards {
    border: 2px solid #eee;
    color: #333;
}
.cardsTwo {
    border: 2px solid #eee !important;
    color: #333 !important;
}
.topBorder {
    border-top: 3px solid #16924c;
}
.activeLink {
    color: #16924c;
    font-weight: 700;
}
.gazetlar {
    height: 100px;
}
.gazetlarBorder {
    border: 2px solid #eee;
}
.breadcrumb {
    padding-top: 2px;
    padding-bottom: 2px;
    background: white !important;
    border-bottom: 1px solid #16924c;
}
.boldedText {
    font-weight: 500;
}
.details {
    font-size: 10px;
}
.header {
    font-weight: 725;
    font-size:18px;
    height: 80px;
    overflow: hidden;
}
.productImage {
    min-height: 180px;
}
.book {
    padding: 15px 0 0 0;
    max-height: 250px;
    margin: auto;
    display: flex;
    text-align: center;
    position: relative;
    transition: 0.2s;
}
.bookImg {
    margin-top: 10px;
}
.book:hover {
    transform: scale(1.1);
}
.books:before { /* Just to give a little puddle of a shadow without adding another element */
    content: '';
    display: block;
    width: 80%;
    height: 1em;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    position: absolute;
    bottom:-10px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index:-5;
}
.shelf {
    border-bottom: 30px solid #a5a5a5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -15px;
    z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf:after {
    content: '';
    background: #686868;
    height: 20px;
    width: calc(100% + 40px); /*IE9+*/
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 -20px;
}
.hyzmatlarPhoto {
    max-height: 100px;
    max-width: 100%
}
.hyzmatlar {
    border-right: 2px solid #eee;
    color: #3d4d5d;
    overflow: hidden;
    margin: 20px  0; 	
}
.hyzmatlar:hover {
    background: #eee;
    color: black;
    text-decoration: none;
}
.zhurnallar {
    height: 250px;
}
#map {
    width:100%;
    height:350px;
}
@media screen and (max-width: 999px) and (min-width: 760px) {
    #brand img {
        width:135px;
    }
    .header {
        font-size: 16px;
    }
    .searchInput {
        width: 200px;
        height: 30px;
    }
    .links {
        font-size: 15px;
    }
    .cards {
        max-width: 100%;
        overflow: hidden !important;
        font-size: 13px;
    }
    .cardsTwo {
        max-width: 100%;
        overflow: hidden !important;
        font-size: 13px;
    }
    .details {
        font-size: 7px;
    }
    .downloadOur {
        font-size: 13px;
        margin-bottom:0;
    }
    .yuklapAlyn {
        width: 46px;
        height: 20px;
        overflow: hidden;
    }
    .zhurnallar {
        height: auto;
        width: 100%;
    }
    .gazetlar {
        width: 100%;
    }
    .book {
        padding: 0;
        max-height: 200px;
        width: 100%;
    }
    .bookImg {
        height: auto;
    }
    .newspaperImg {
        max-width: 100% !important;
    }

}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .searchInput {
        width: 260px;
        height: 30px;
    }
    #brand {
        order: 1;
    }
    #brand img {
        width:185px;
    }
    #search {
        order:2;
    }
    #buttons {
        order:3;
    }
    #buttons a {
        font-size: 15px;
    }
    .links {
        font-size: 15px;
    }
    .zhurnallar {
        height: auto;
        width: 100%;
    }
    .downloadOur div {
        padding:auto !important;
    }
    .gazetlar {
        width: 100%;
    }
    .book {
        padding: 0;
        max-height: 200px;
        width: 100%;
    }
    .bookImg {
        height: auto;
    }
    .newspaperImg {
        max-width: 100%;
    }
}
@media screen and (max-width: 321px) and (min-width: 1px) {
    .hyzmatlar h4{
        font-size: 14px
    }
    .hyzmatlar p{
        font-size: 12px
    }
    .yuklapAlyn {
        padding-top: 3px;
        padding-bottom: 0;
        margin-bottom: 20px;
        padding-right: 3px;
        padding-left: 3px;
    }
    .header {
        font-size: 14px;
    }
    .productImage {
        min-height: 111px;
    }
    .searchInput {
        width: 260px;
    }
    #brand {
        order: 1;
    }
    #brand img {
        width:125px;
    }
    #search {
        order:3;
    }
    #buttons {
        order:2;
    }
    #buttons a {
        font-size: 10px;
    }
    .menuButton {
        font-size: small;
    }
    .navbar-toggler-icon{
        margin-top: -5px !important;
    }
    .links {
        font-size: 13px;
    }
}
@media  screen and (max-width: 420px) and (min-width: 330px){
    .hyzmatlar h4{
        font-size: 15px
    }
    .hyzmatlar p{
        font-size: 13px
    }
    .yuklapAlyn {
        padding-top: 3px;
        padding-bottom: 0;
        margin-bottom: 20px;
        padding-right: 3px;
        padding-left: 3px;
    }
    .header {
        font-size: 14px;
    }
    .productImage {
        min-height: 111px;
    }
    .searchInput {
        margin-top: 10px;
        width: 300px;
        height: 30px;
    }
    #brand {
        order: 1;
    }
    #brand img {
        width:145px;
    }
    #search {
        order:3;
    }
    #buttons {
        order:2;
    }
    .downloadOur div {
        padding:auto !important;
    }
    .gazetlar {
        width: 100%;
    }
    .zhurnallar {
        height: auto;
        width: 100%;
    }
    .book {
        padding: 0;
        max-height: 200px;
        width: 100%;
    }
    .bookImg {
        height: auto;
    }
    .newspaperImg {
        max-width: 100%;
    }
    .hyzmatlar {
        border-bottom: 2px solid #eee;
        margin-bottom: 10px;
    }
    .links {
        font-size: 15px;
    }
}
.cardish {
    box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    transition: 0.2s;
}
.cardish:hover {
    transform: scale(1.1);
}
.kitapImg {
    width: 100px;
    height: 140px;
}
.shadow {
    padding: 10px;
    border: 3px dashed #ccc;
}
.newspaperImg {
    max-width: 100% !important;

}