.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.top_conact_strip{
  background: #b67e0c;
}
.strip_text{
        font-size: 1rem;
    justify-content: end;
}
.sticky-navbar {
    height: 100px;
}
.nav_bar_logo_section{
    position: relative;
    left: 0;
    top: -40px;
    background: white;
}
@media (max-width: 767px) {
    .header-lt a img {
        width: 70% !important;
    }
    .nav_bar_logo_section {
        position: relative;
        left: -45px;
        top: 0;
        background: unset;
    }
    .strip_text {
        font-size: .5rem;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .menu {
        text-align: center;
        margin: 0 auto;
        position: absolute;
        right: 14px;
        top: -30px;
        z-index: 999;
        padding: 4px 0;
    }
    #nav-icon {
        display: block;
        position: absolute;
               top: 60px !important;
        right: 30px !important;
    }
}
.slick-arrow{
    display: none !important;
}
.header-rt ul li a i {
    font-size: 13px;
    line-height: 0;
    padding: 0px 0px 0 5px;
    margin: 0px 0 0 0;
}
.text-white{
    color: white !important;
}
.header-block{
    display: flex;
    justify-content: space-around;
}
.top_bar_mixed {
          position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.sticky-navbar {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;   /* Stick at top */
    z-index: 9999;
    background: white;
}


.test {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 4px 4px 10px 2px rgb(0 0 0 / 30%);
    min-height: 310px;
    height: 100%;
}
.test:hover {
    background-color: #c49a6c;
    color: white;
}