
body{
    font-family: "Montserrat", serif !important;
}
.main-nav{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px ;
}
a{
    font-family: "Work Sans", serif !important;
    color:rgba(0, 0, 0, 0.55) !important ;
}
.left-nav
{
display: flex;
align-items: center;

/* new css */
padding:0px 110px;
}
.left-nav .logo{
    max-width: 260px;
    max-height: 40px;
    margin-right: 10px;
}
.left-nav .logo img{
    width: 100%;
}
.filters-btn {
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 4px 9px;
    font-size: 11px;
}
/* li{
    list-style-type: none;
} */

.right-nav
{
    display: flex;
    align-items: center;
}
.right-nav a{
    padding: 9px !important;
    font-weight: 500;
    display: block;
    font-family:  "Montserrat", serif !important ;
    color:#212529 !important
}

.header-nav {
    box-shadow: 1px 0 10px 0 rgba(0, 0, 0, .75);
    display: flex;
    justify-content: space-between;
}
.right-nav i{
    font-size: 18px;
}
.icon-box
{
    padding: 8px;
}
.social-icons{
    display: flex;
    align-items: center;
    gap: 0px;
}
.Search-input
{
    border-radius: 35px !important;
    border: 2px solid black !important;
}
.home-top-message {
    border: 1px solid #e9ecef;
    /* border-left: 2px solid #936; */
    color: black !important;
    font-weight: 500;
    font-family:  "Montserrat", serif !important ;
}
.showlist .show-date .h5, .showlist .show-date h5 {
    padding-top: 1rem;
    padding-bottom: .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
    background-color: #fff;
    z-index: 1;
}
.show-date h5{
    background-color: white;
    position: sticky;
    top: 59px;

}

.text-brand {
    color: rgb(153 51 102) !important;
    font-weight: 700;
}
.show-date li{
    list-style: none;
    padding: .35rem 0;
    border-top: 1px solid #adb5bd;
}
.text-dark{
    font-weight: 500 ;
}
.offcanvas-header h5
{
    font-weight: 700 !important;
    font-family:  "Montserrat", serif !important ;
}
ul{
    padding-left: 0px;
}
.header-nav
{
    position: fixed !important;
    width: 100%;
    z-index: 5;
    top: 0;
    background-color: white;
}

.margin-top
{
margin-top: 60px;
/* margin-top: 90px; */
}

@media (max-width: 550px) {
    .logo{
        max-width: 145px !important;
    }
    .main-nav
    {
        padding:  10px !important;
    }
}
@media (max-width: 767px) {
    .left-nav{
        padding:0px;
    }
    .offcanvas-body .nav-item{
        list-style-type: none;
    }
    .offcanvas-body .icon-box {
        display: inline-block;
    }
}
@media (min-width:992px) and (max-width: 1089px) {
    .right-nav a {
        padding: 9px 4px !important;
        font-size: 14px;
    }

}
