*{
    margin: 0px;
    padding: 0px;
}

.header-section{
    /* border-bottom: 3px solid #F1555B; */
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.header-top{
    border-bottom: 1px solid #D0D0D0;
}
.header-top p{
    margin: 0px;
    color: #646464;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.header-top ul li img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.header-top ul li a{
    text-decoration: none;
}
.nav-link{
    color: #404040;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.navbar .btn-warning{
    background: #ECB800;
}
.navbar .btn-warning:hover{
    background: #ECB800;
}
.navbar .btn-outline-warning{
    color: #ECB800;
    border-color: #ECB800;
}
.navbar .btn-outline-warning:hover{
    background: #ECB800;
}

.footer-top{
    background: #1D1D1D;
}
.footer-bottom{
    background: #2F2F2F;
}
.footer-section h5{
    color: #FFF;
    font-family: Cinzel Decorative !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
}
.footer-section p{
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%; /* 22.35px */
    margin: 0px;
}
.navbar-brand img{
    width: 240px;
}
.home_content{
    color: white;
    font-size:15px;
    font-weight: 500; 
    margin-top:10px !important;
}
.footer-logo img{
    width: 70px;
    object-fit: contain;
}
.navbar-select, .navbar-btn{
    border-radius: 4px;
    border: 1px solid #CACACA;
    width: 90px;
}
.footer-bottom p{
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 169%;
padding: 5px;
}
section.footer-section {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .navbar-collapse{
        background: #f2575e;
        padding: 20px 15px;
        border-radius: 16px;
    }
    .navbar-toggler-icon {
        background-color: transparent !important;
    }
}