@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin: 0px;
}

#anchorbtn::after {
    content: 'Read More';
    font-size: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


a {
    text-decoration: none;
    color: #020202;
}

.container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    align-items: center;
}

header .row {
    justify-content: space-between;
}

header {
    padding: 1em 0;
}

header .header_contact_info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header_contact_info span {
    font-size: 20px;
    color: #981c1f;
}

.header_contact_info span i {
    margin-right: 9px;
}

header .header_contact_info div {
    margin-left: 24px;
}

header a {
    font-size: 1.2em;
}


.toggle_btn {
    display: none !important;
}

.header_nav ul.menus li {
    display: inline-block;
}

.header_nav ul.menus {
    margin: 0px;
    padding-left: 0px;
}

.header_nav {
    background-color: #000;
}

.header_nav .row {
    justify-content: center;
}

.header_nav ul.menus li a {
    color: #fff;
    font-size: 16px;
    font-weight: 1000;
    padding: 16px 48px;
    line-height: 20px;
    display: block;
}

.header_contact_info svg {
    height: 30px;
    position: relative;
    top: 7px;
}


.header_nav ul.menus li {
    position: relative;
}

.header_nav ul.menus li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px dotted #fff;
}

.header_nav ul.menus li:last-child:before {
    border: unset;
}

ul.menus li a img {
    position: relative;
    top: 3px;
}






/*---footer-----*/
.footer {
    padding: .5em 0;
    background-color: #000;
}


.footer .col-md-4 {
    width: 100%;
}

.footer .row {
    align-items: unset;
}

.footer h3,
.footer h4 {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}

.footer h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 .5em;
}

.footer p {
    color: #fff;
    font-size: 1em;
    line-height: 26px;
    margin: .3em 0;
}

.footer p a:hover {
    color: #981c1e;
}

.footer_menu a {
    color: #fff;
    font-size: 14px;
    line-height: 0px;
}

.footer .sitemap {
    font-size: 1.5em;
    padding-left: 60px;
    color: #fff;
}

.footer-bottom {
    background: #191919 none repeat scroll 0 0;
    width: 100%;
    padding: .5em 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-bottom p,
.footer-bottom a {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.soci ul li a {
    background: #981c1f;
    height: 35px !important;
    display: block;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.soci ul li {
    display: inline-block;
    padding: 0px 4px;
    line-height: 0;
}

.soci ul {
    padding-left: 0px;
    margin: 0px;
}

.soci ul li img {
    color: #fff;
    max-width: 22px;
}

/* .soci {
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.sharing-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.sharing-buttons a img {
    height: 20px;
    width: 20px;
}


/*------------------------------*/


.btn-breadcrumb .btn:last-child {
    padding: 12px 27px 12px 26px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 0px 5px 5px 0px;
}

div#BannerAndNavigatorHtmlBlock_StoreNavigator_pnNavigator svg {
    max-width: 24px;
    padding: 4px 8px;
}

div#BannerAndNavigatorHtmlBlock_StoreNavigator_pnNavigator {
    display: flex;
    box-shadow: 0px 0px 2px #3333339c;
    max-width: 151px;
    border-radius: 5px;
}



/*-----gallery--popup-----------*/
#dt_popup {
    display: none;
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #00000094;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close_popup img {
    position: absolute;
    top: 60px;
    right: 60px;
    max-width: 40px;
    background-color: #991D21;
}

div#gallery_popup img {
    cursor: pointer;
}

.lightboxOverlay img#img_popup {
    width: 500px;
}

.close_popup {
    cursor: pointer;
}

#gallery_popup ul {
    padding-left: 0px;
}





/*---------responsive-css-------------*/
@media screen and (max-width: 767px) {
    .navbar button {
        background: red;
        display: none;
    }

    .header_nav ul.menus {
        display: none;
    }



    .toggle_btn img {
        max-width: 40px;
        position: absolute;
        right: 10px;
        top: 3px;
    }

    .header_nav {
        background-color: #000;
        position: relative;
    }

    .toggle_btn {
        background-color: #000000;
        width: 100%;
        display: flex;
        height: 50px;
        display: block !important;
        /* position: absolute; */
        /* right: 0; */
        /* left: 0 !important; */
    }

    ul.menus.menus-show {
        display: block !important;
    }


}