@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: "Potro Sans Bangla";
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf");
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Potro-Sans-Bangla-Regular.ttf") format("truetype");
}

:root {
    --main-color: #0128bb;
    --main-color-dark: #e75480;
    --secondary-color: #cece06;
}

body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    background: #EEF2F4;
}

p {
    color: #222;
}

/*===COMMON CSS===*/
button, button:focus {
    text-decoration: none;
    background: transparent;
    border: 0 !important;
    box-shadow: 0 0 !important;
    outline: 0 !important;
}
.input-group-text {
    padding: 2px 5px;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display: inline-block;
}
.note-editable li {
    display: block;
    list-style: inherit !important;
}
.note-editable ul,.note-editable ol {
    padding-left: 30px !important;
}
a,
a:hover,
a:focus {
    color: #222;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s ease-in-out;
    text-align: left;
    cursor: pointer;
}
button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
}
img {
    max-width: 100%;
    height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif;
}

.section-padding {
    padding: 40px 0;
}
.form-control {
    border: 1px solid #ddd;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
    height: 42px;
    border-radius: 5px;
}
.form-control:focus {
    border: 1px solid #ddd;
    box-shadow: 0 0;
    outline: 0;
}
 label {
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.form-label span {
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: -15px;
    color: #ff2020;
}
li.parsley-required {
    color: #ff2020;
}

.parsley-error {
    border-color: #ff2020 !important;
}

.d-flex{
    align-items: center;
}
button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

@font-face {
    font-family: "Manowar Nihar";
    src:
        url("../fonts/Li-Manowar-Nihar-Unicode.ttf") format("opentype"),
        url("../fonts/Li-Manowar-Nihar-Unicode.ttf") format("woff");
}
.content-gap {
    margin-top: 77px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 42px !important;
}
.select2-selection__rendered {
    line-height: 42px !important;
}

.select2-results li {
    display: block;
}
textarea{
    height: auto !important;
}
.btn-list a, .btn-list button {
    padding: 2px 10px;
    border-radius: 50px;
    color: #fff;
    margin: 1px 0;
    display: inline-block;
    font-size: 14px;
}
/*==== Header To Css ===*/
.mobile-header {
    display: none;
}
.header-top {
    background: #0128bb;
    padding: 4px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    opacity: 1;
}
.main-logo {
    width: 190px;
}
.main-menu {
    margin-left: 35px;
}
.main-menu ul li a {
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
}
ul.header-top-right {
    text-align: right;
    margin-top: 25px;
}
ul.header-top-right li a {
    background: #029518;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
}
ul.header-top-right .active {
    background: #FFC800;
    color: #222;
}
.search-container {
    background-color: #0128bb;
    padding-top:40px;
}
.search-keyword::placeholder {
    color: #999;
}
.location-filter {
    text-align: center;
}

.location-filter button {
    background: #029518;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 15px;
}

.home-search {
    padding: 30px 0;
    padding-bottom: 40px;
}
.hsearch-box {
    background: #fff !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    width: 80%;
    margin: 0 auto;
}
.home-search-item {
    flex: 1 1 auto;
    padding-left: 10px;
}

.search-keyword, .search-keyword:focus {
    width: 100%;
    height: 45px;
}
.home-search-submit button {
    background-color: #ffc800;
    padding: 8px;
    border-radius: 50px;
    width: 45px;
    font-size: 18px;
}

/*==== Header Css End ====*/

/*==== Home Category Css Start ====*/
.home-category-section {
    padding: 50px 0;
}
.category-title-box h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #6c6767;
}
.home-category-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}
.home-category-item {
    padding: 24px 0 24px 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: 0.34s all ease;
    background: #fff;
}
.home-category-item a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}
.home-category-item a img {
    height: 36px;
    width: auto;
}
.home-category-item:hover {
    border-color: #0128bb;
    transition: 0.34s all ease;
}
/*==== Home Category Css End ====*/

/*====Footer Css Start ====*/
ul.about-affiliate{
    margin-top:10px;
}
ul.about-affiliate li a {
    border: 1px solid #222;
    display: inline-block !important;
    padding: 6px 15px;
    margin: 4px 0 !important;
    border-radius: 50px;
}
.footer-nav {
    display: none;
}
.footer-top {
    background: #fff;
    padding: 50px 0;
}
.footer-item h5 {
    color: #0128bb;
    margin-bottom: 20px;
}
.footer-item ul li a {
    color: #222;
    display: block;
    margin: 10px 0;
    font-size: 15px;
    transition: 0.35s all;
}
.footer-item ul li a:hover{
    color: #0128BB;
    margin-left: 5px;
}
.footer-item p {
    color: #222;
    font-size: 14px;
}
.footer-item ul li {
    display: block;
}
.footer-item ul li i {
    color: #222;
}
.social-icon{
    margin-top: 10px;
}
.social-icon li {
    display: inline-block !important;
}
.social-icon li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff !important;
    border-radius: 50px;
}
.social-icon li a i {
    color: #fff !important;
}
.social-icon li a:hover{
    margin-left: 0 !important;
}
.footer-bottom{
    background: #222425;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
}
.copyright p {
    color: #d2d1d1;
}
/*====Footer Css End====*/

#myModal .modal-header {
    border-bottom: 0;
    padding: 0;
}

#myModal .modal-header .close {
    position: absolute;
    top: 0;
    right: 10px;
    background: linear-gradient(to left, #003967 0%, #028789 74%);
    opacity: 1;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #003967;
    z-index: 999;
}

#myModal .modal-content {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #003967;
}

#myModal .modal-body h3 {
    line-height: 1.7;
}

#myModal .modal-body input {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #999;
}

#myModal .modal-body p {
    text-align: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
}

#myModal .modal-body label {
    text-align: left;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    margin-top: 15px;
}
.mobile-margin-top {
    margin-top: 80px;
}
#myModal .modal-body form {
    text-align: left;
}

#myModal .modal-body button {
    background: linear-gradient(to left, #ef3636 0%, #000 74%);
    color: #fff;
    padding: 10px 31px;
    cursor: pointer;
}

#myModal .modal-body {
    padding: 15px 35px;
}

#myModal .modal-dialog {
    margin: 10.00rem auto;
}

/*==== auth css start ===*/
.auth-section .row {
    align-items: center;
}
.auth-inner {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.auth-inner h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
button.btn-submit {
    background: #0128bb;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
.d-block{
    width: 100%
}
.quick_link {
    margin-top: 15px;
    color: #e13b20;
}
/*==== auth css end ===*/

/*====  profile css start ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.customer-sidebar {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
}
.customer-img img {
    border-radius: 50px;
}
.customer-section {
    padding: 20px 0;
}
.sidebar-menu {
    margin: 15px 0;
    border-radius: 5px;
}
.sidebar-menu ul li {
    display: block;
}
.sidebar-menu li a {
    padding: 10px 10px;
    margin: 5px 0;
    display: block;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.35s all;
}

.sidebar-menu ul li a:hover, .sidebar-menu ul li a.active {
    background: #FFC800 !important;
    color :#fff;
}
.customer-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.small_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}
.post-count {
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
}

.post-count i {
    font-size: 18px;
}

.post-count h6 {
    margin: 5px 0;
}

.post-count p {
    color: #f1f1f1;
    font-weight: 500;
    font-size: 14px;
}
.new-message h5 {
    font-size: 18px;
}

.new-message {
    margin-top: 35px;
}
.image-list a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}
/*====  profile css end ====  */

/*====  post css start ====  */
.section-title h3 {
    font-size: 22px;
    color: #6c6767;
    margin-bottom: 25px;
    border-bottom: 1px solid #6c6767;
    padding-bottom: 10px;
}
.post-inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:15px;
}

.post-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
}

.post-img,.post-image {
    position: relative;
}
.premium {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #FFC800;
    color: #222;
    font-size: 14px;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 0;
}
.post-info {
    padding: 15px;
}

.post-info a {
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

.post-info p {
    color: #66687b;
    font-size: 14px;
    margin: 5px 0;
}

.post-info h6 {
    margin-top: 15px;
    color: #0128bb;
    font-size: 16px;
}



/*====  post css end ====  */

/*====  post details css start ====  */
.post-breadcrumb {
    margin: 25px 0;
}
.post-breadcrumb ul li a {
    margin-right: 5px;
}
.post-details-inner {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.post-images {
    background: #F4F8F9;
    padding: 15px;
    margin-top: 25px;
}
.post-details ul li a i {
    color: #0128bb;
}
.post-details ul li a {
    font-size: 14px;
    margin-right: 5px;
}
.post-images.owl-carousel.owl-loa {}

.indicator_thumb {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
    margin-top: 25px;
}
.indicator-item {
    border: 1px solid #ddd;
}
.seller-info-list {
    border-bottom: 1px solid #ddd;
    display: grid;
    grid-template-columns: 40px auto;
    gap: 15px;
    align-items: center;
    padding: 8px 0;
}
.post-title {
    font-size: 25px;
    font-weight: 500;
}
h3.details-price {
    color: #0128bb;
    font-weight: 600;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 12px;
}
ul.short-details li {
    display: block;
}

h3.description-title {
    font-size: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 20px 0;
}
ul.short-details li {
    color: #000;
    font-weight: 500;
    margin: 5px 0;
}
ul.short-details li span {
    color: #666;
    text-transform: capitalize;
}
.post-description ul,.post-description ol {
    padding-left: 30px;
    list-style: circle !important;
}

.post-description li {
    list-style: inherit;
    display: list-item;
}
.post-sidebar {
    border: 1px solid #FFC800;
    border-radius: 5px;
}
.post-seller {
    padding: 10px;
    border-radius: 5px;
}
.seller-icon {
    text-align: center;
    height: 30px;
    width: 30px;
    background: #FFC800;
    line-height: 30px;
    color: #fff;
    border-radius: 50px;
}
.seller-info-list:last-child {
    border-bottom: 0;
}
.sidebar-title {
    background: #FFC800;
    font-size: 19px;
    text-align: center;
    padding: 12px 0;
    color: #fff;
}
.seller-info p {
    font-weight: 600;
    font-size: 15px;
}

.seller-info p small {
    font-weight: 400;
    font-size: 15px;
}
.mt-90{
    margin-top: 90px;
}
.post-sidebar.sellar-contact {
    border: 1px solid #0128bb;
    margin-top: 25px;
}

.sellar-contact .sidebar-title {
    background: #0128bb;
}

.sellar-contact form {
    padding: 15px;
}
/*====  post details css end ====  */

/*====  category css start ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
.page_title {
    margin-bottom: 25px;
}
.sidebar_item {
    margin-bottom: 20px;
}
.sidebar_item .accordion-header .accordion-button::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background: none;
    font-size: 17px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.sidebar_item h2.accordion-header button.accordion-button {
    background-color: #0128BB;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.cust_according_body ul li {
    display: block;
}
.cust_according_body ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
.cust_according_body ul li:hover a {
    background-color: #0128bb;
    color :#fff;
    border-radius: 5px;
}
.cust_according_body {
    padding: 10px;
    max-height: 388px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.cust_according_body::-webkit-scrollbar {
    width: 5px;
}
.cust_according_body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}
.cust_according_body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.filter_close {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 600;
}
.category-post-caption {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom : 15px;
}
.category-post-caption h3 {
    font-size: 18px;
    margin: 0;
}

.category-post-caption select {
    height: 37px;
}
.category-post {
    grid-template-columns: 1fr;
}
.category-post .post-item {
    display: flex;
    margin: 0 0;
}
.category-post .post-img {
    min-width: 180px;
    flex: 0 0 180px;
}
.category-post-caption p {
    text-align: right;
}
.menu-container {
    width: 300px;
    overflow: hidden;
    position: relative;
}

.menu-list, .sublist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
}

.menu-list li, .sublist li {
    border-bottom: 1px solid #ccc;
}

.menu-item, .back-button, .sublist a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

.menu-item:hover, .back-button:hover, .sublist a:hover {
    background-color: #f0f0f0;
}
.sublist {
    transform: translateX(100%);
}
.modal-location ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    cursor: pointer;
    font-size: 17px;
}
.modal-location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.modal-areas {
    margin-top: 25px;
}
.modal-location .active {
    color: #0128bb;
    font-weight: 600;
}
.modal-btn {
    background-color: #FFC800;
    z-index: 99;
    opacity: 1;
    position: absolute;
    right: -3px;
}
.loading {
    text-align: center;
    padding: 10px;
    display: none;
}
.back_button {
    display: none !important;
}
.mobile-filter {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 600;
    /* text-align: left; */
}
.mobile-filter button {
    text-align: left;
}
.filter_btn {
    display: none;
}
.filter_close {
    display: none;
}
/*====  category css end ====  */

/*====  page css start ====  */
.page-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}

h4.page-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 25px;
    font-size: 22px;
}
/*====  page css end ====  */
tr.unread-col td, tr.unread-col td button {
    color: #dd1a1a !important;
}

/* contact page */
.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
}

.cmn_menu ul li {
    position: relative;
}

.cmn_menu ul li a {
    transition: all .5s ease;
}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}
.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}
.submit-btn {
    background: #00AEF0 !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.referral-program-share {
    margin-top: 15px !important;
}

.referral-program-referral input,.referral-program-referral input:focus {
    color: #21AC59;
}
.reffer_form input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 20px;
    border-radius: 50px;
}
.form-copy-btn, .form-copy-btn:hover {
    font-size: 14px;
    color: #fff;
    background: #21AC59;
    margin-top: 10px;
    border-radius: 50px;
}

/*==== PAYMENT METHOD  CSS START ====  */
.deposit-withdraw {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.menthod-item img {
    height: 50px;
}

.deposit_inner .menthod-item {
    padding: 25px 0;
    cursor: pointer;
    background: #0128bb;
    transition: 0.35s all;
    border: 1px solid #ddd;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}

.modal-body .modal-header {
    border-bottom: 0;
}

.modal-body .modal-body {
    padding: 0;
}

.payment_instruction {
    padding: 0px 15px;
}

.member_modal form {
    padding: 25px 15px;
}

.modal-body form input, .modal-body input:focus,
.modal-body form select, .modal-body select:focus,
.modal-body form textarea, .modal-body form textarea:focus {
    border: 1px solid #ddd;
}

.modal-body form .form-control {
    margin-bottom: 15px;
    height: 42px;
}

.payment_instruction svg {
    color: #24C23D;
    margin-right: 5px;
}

.modal-body form label {
    margin-bottom: 10px;
}

.menthod-item p {
    height: 40px;
}

.payment_instruction img {
    width: 35px;
    height: 35px;
    margin: 5px 0;
}

.member_modal form .dw_btn {
    background: #0128bb;
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.menthod-item h6 {
    margin-top: 5px;
}

.transaction-history {
    background: #fff;
    padding: 20px;
    margin-top: 25px;
}

.transaction-history h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.transaction-history thead {
    background: #05CCA1;
    color: #fff;
    font-weight: 500;
    border-radius: 15px;
}

ul.balance_calculate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f5f7fa;
    height: 42px;
    line-height: 42px;
    margin-top: 32px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
}

button:disabled {
    cursor: not-allowed !important;
    opacity: 0.8;
}

.mobile-menu {
    width: 70%;
    left: -70%;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    box-shadow: 5px 2px 100px #ddd;
}

.mobile-balance {
    display: none;
}

/*==== PAYMENT METHOD  CSS END ====  */








