table,
th,
td {
    border: 1px solid #e0e0e0;
}

.table th,
.table td {
    vertical-align: middle;
}

.themesflat-headings.style-2 .heading {
    font-size: 20px;
    line-height: 30px;
}

.color-flink {
    color: rgba(255, 255, 255, 0.8);
}

.footer-link ul li {
    margin: 10px 0;
}

.heading_border .sep {
    margin: 0 auto;
    width: 235px;
    height: 2px;
    background-color: #e7e7e7;
}

.has-thumb.w185 .owl-thumbs .owl-thumb-item {
    width: 184px;
    height: 106px;
    border: 1px solid transparent;
    overflow: hidden;
}

.search-title {
    margin: 10px 0px 0px 90px;
}

.search-title span {
    font-size: 30px;
    display: block;
    font-weight: 700;
}

.form-padding {
    padding-top: 10px;
}

.items {
    width: 25% !important;
}

.post-calendar {
    position: absolute;
    top: 5px;
    left: 5px;
}

.post-calendar .entry-calendar {
    display: inline-block;
    background-color: #ffc30c;
    opacity: 0.8;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    padding: 5px 10px 5px 10px;
}

.post-calendar .entry-calendar span a {
    color: #fff;
}

.entry-calendar>span {
    display: block;
    font-family: "Montserrat", sans-serif;
}

.entry-calendar>span.month {
    font-size: 12px;
}

.half-background-product-img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    display: block;
}

.tab-content p {
    margin-bottom: 5px;
}

.nav-tabs {
    justify-content: flex-start;
}

.tab-content {
    text-align: left;
}

@media (max-width: 768px) {
    .reverse-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 320px) {
    #site-header .header-search-form {
        right: -32px !important;
    }
}

@media only screen and (max-width: 479px) {

    .themesflat-project.has-margin.mg15.w25 .project-item,
    .themesflat-project.has-margin.mg15 .project-item {
        width: 100% !important;
    }

    .search-title {
        margin: 10px 0px 0px 20px !important;
    }

    .search-title span {
        font-size: 20px !important;
    }

    #header-search {
        display: block !important;
        margin-right: 65px !important;
    }

    .header-search-icon {
        font-size: 22px !important;
        color: #ffc30c !important;
    }

    #site-header .header-search-submit {
        right: unset !important;
        width: unset !important;
    }
}

@media only screen and (max-width: 960px) {
    .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 991px) {
    #header-search {
        display: block !important;
        margin-right: 65px !important;
    }

    .header-search-icon {
        font-size: 22px !important;
        color: #ffc30c !important;
    }

    #site-header .header-search-submit {
        right: unset !important;
        width: unset !important;
    }
}

@media only screen and (max-width: 1024px) {
    #main-nav>ul>li {
        padding: 0px 14.5px !important;
    }
}

.search-title span {
    margin-top: 1%;
}

/* WhatsApp message icon css */

@media (min-width: 420px) {
    .lead-16 {
        font-size: 10px;
        line-height: 5px;
    }
}

.fblike {
    width: 150px;
    height: 37px;
    background: #3B5998;
    color: #FFF;
    font-weight: 700;
    border-radius: 5px;
}

.fblike a {
    color: #FFF;
}

.fblike a:hover {
    color: #FFF;
}

.fblike img {
    border-radius: 5px;
}

.pi-tabs-navigation li a {
    padding: 9px;
}

.popup-img {
    display: block;
    width: auto;
}

@media (max-width: 768px) {
    .popup-img {
        max-width: 100%;
        height: auto;
    }
}

.fab-button-block {
    position: fixed;
    bottom: 10%;
    right: 18px;
    z-index: 49;
}

.fab-button-block .fab-button {
    display: block;
    outline: none !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 12px;
    padding: 0;
    box-shadow: 2px 2px 5px #cccccc, -2px -3px 5px #cccccc;
}

.fab-button-block .fab-button img {
    width: 50px;
}

.select-has-border {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    text-align-last: center;
}

.select-has-border:focus {
    border-color: #000000;
}

.error-message {
    color: red;
    font-size: 14px;
}

.social-modal-body {
    padding: 15px 50px;
}