@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'), url('../fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Medium.woff2') format('woff2'), url('../fonts/JosefinSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'), url('../fonts/JosefinSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Italic.woff2') format('woff2'), url('../fonts/JosefinSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Light.woff2') format('woff2'), url('../fonts/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'), url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


main {
    background-color: #fff;
}

a, a:hover {
    text-decoration: none;
}


@media(min-width:600px){
    .web_margin{
        margin: 0px 50px;
    }

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

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 6px;
}



body {
    font-family: 'Josefin Sans', sans-serif !important;
    background-color: #000;
}

/* header {
    position: sticky;
    background-color: #fff;
    border-bottom: 4px solid #D3721C;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-left: 40px;
} */
header {
    position: sticky;
    background-color: #fff;
    border-bottom: 4px solid #D3721C;
    top: 0;

    z-index: 999;
    margin: auto;
}
header .navbar-expand-md {
    padding: 0;
    max-width: 1320px;
    margin: auto;
}

header .navbar-expand-md .navbar-collapse {
    justify-content: end;
}

header .navbar-light .navbar-nav .nav-link {
    color: #3E3D3D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link.active {
    font-weight: 700;
    color: #D3721C;
}

header .login-box {
    position: relative;
    padding: 0 40px 0 20px;
}

header .login-box:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 100%;
    height: 4px;
    background: #015581;
}

header .login-box ul {
    margin-bottom: 0;
    list-style: none;
}

header .login-box ul li a {
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    height: 80px;
    /* line-height: 60px; */
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
}

.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.banner {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    background-size: cover;
	padding-top: 40px;
}

.banner .center-box select {
    height: 62px;
    padding: 15px 20px 15px 14px;
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.center-box label {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.center-box h6 {
    color: #403E3E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.center-box {
    width: 94%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    min-height: 470px;
    position: relative;
}

.center-box .container-fluid {
    width: 100%;
}

.center-box label .search-inpt {
    width: 64px;
    background: none;
    border: 1px solid #403E3E;
}

.ban-btn,
.custom-btn {
    display: inline-block;
    height: 62px;
    padding: 0 33.5px;
    line-height: 62px;
    background: #015581;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    transition: all 0.5s;
}

.custom-btn {
    height: 40px;
    font-size: 18px;
    line-height: 45px;
    padding: 0 20px;
    border: none;
}

.ban-btn:hover,
.custom-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 10px 0 #333;
}

/* Orange Btn */
.ban-btn1,
.custom-btn1 {
    display: inline-block;
    height: 62px;
    padding: 0 33.5px;
    line-height: 62px;
    background: #D3721C;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    transition: all 0.5s;
}

.custom-btn1 {
    height: 40px;
    font-size: 18px;
    line-height: 45px;
    padding: 0 20px;
    border: none;
}

.green-btn {
    background-color: darkgreen;
}

.red-btn {
    background-color: darkred;
}

.ban-btn1:hover,
.custom-btn1:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 10px 0 #333;
}

/* ////////////// */
.btn-fix-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.custom-heading h2 {
    color: #000;
    font-size: 35px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.container-fluid {
    width: 94%;
}

.card  {
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50);
}

.list-box {
    border: 1px solid #eee;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
    background: #f8f8f8;
	padding:20px;
}

.list-box .img-box {
    position: relative;
    /*height: fit-content;*/
}

.list-box .img-box span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.date-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-code span {
    color: #aaa;
    font-size: 15px;
    line-height: 15px;
}

.list-content {
    /*padding: 20px 30px 20px 0px;*/
}

.list-content h4 {
    font-size: 20px;
    color: #015581;
    margin: 10px 0;
}

.list-content h6 {
    color: #aaa;
    font-weight: 400;
    font-size: 15px;
}

.list-content b {
    font-size: 18px;
    color: #005781;
    font-weight: 600;
}

.list-content p {
    color: #aaa;
    font-size: 15px;
    line-height: 16px;
}

/*.list-content a {*/
/*    margin-bottom: 20px !important;*/
/*}*/

.sidebar {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50);
    margin-bottom: 20px;
    display: inline-block;
}

.sidebar h4 {
    color: #7D7D7D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar .overflow-fix {
    height: 120px;
    overflow-y: scroll;
    padding-right: 10px;
}

.sidebar ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #005981;
    font-weight: 600;
    margin-bottom: 5px;
}

.sidebar ul li span {
    color: #7D7D7D;
    font-size: 16px;
}

.sidebar p {
    color: #7D7D7D;
    font-size: 16px;
}

.sidebar p a {
    color: #015581;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.seller-sec {
    padding-bottom: 40px;
}

.seller-box {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #F9F9F9;
    padding: 30px 40px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.seller-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 0px 0px 15px 15px;
    background: #F2F2F2;
    z-index: -1;
}

.seller-box h5 {
    color: #015581;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.seller-img {
    margin: 30px auto;
    display: table;
    position: relative;
}

.seller-img .seller-logo {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

.seller-img .seller-logo img {
    width: 40px;
}

.seller-box h3 {
    color: #030718;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.seller-box p {
    color: #636363;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.seller-box a {
    color: #015581;
    display: table;
    margin: auto;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.short-disc {
    padding-bottom: 30px;
}

.short-disc p {
    color: #7D7D7D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.short-disc p span {
    color: #015581;
}

.short-disc a {
    color: #015581;
    font-weight: 600;
}

footer {
    background-color: #030718;
    padding: 60px 0;
}

.fot-links ul {
    list-style: none;
}

.fot-links ul li a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.fot-links h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.social-links ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}

.social-links ul li a {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
}

.social-links img {
    border-radius: 5px;
    margin-top: 10px;
}

.mrgn-btm ul li a {
    margin-bottom: 20px;
}

.copy-right {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #fff;
    background-color: #030718;
}

.copy-right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.login-sec {
    padding: 60px 0 0;

}

.light-shade {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50);
    /* min-height: 400px; */
}

.login h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.login input {
    height: 62px;
    /*padding: 21px;*/
    color: #989898;
}

.login input::placeholder {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.login a {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.loginbtn {
    width: 223px;
    color: #fff;
    background: #015581;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.register-free h4 {
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.register-free p {
    color: #7D7D7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-sec iframe {
    border-radius: 15px;
    border: 1px solid #F2F2F2;
}

.signup.light-shade {
    height: auto;
}

.para-signup {
    color: #7D7D7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.mt80 {
    margin-top: 80px;
}

.list-heading h2 {
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main-title h2 {
    font-size: 20px;
}

.list-count ul {
    padding-left: 0;
    display: inline-block;
    list-style-type: none;
}

.list-count ul li {
    display: inline-block;
}

.list-count ul li a {
    display: inline-block;
    width: 48px;
    height: 44px;
    border-radius: 10px;
    background: #D9D9D9;
    line-height: 44px;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 10px;
}

.list-count ul li a.active {
    background: #015581;
    color: #fff;
}

.list-sortby select {
    border-radius: 10px;
    background: #F4F4F4;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    border: none;
}

.listing-sec .sidebar.blue h4 {
    color: #015581;
}

.listing-sec .sidebar h4 {
    color: #403E3E;
}

.listing-sec .sidebar .search-box {
    position: relative;
}

.listing-sec .sidebar .search-box input {
    height: 62px;
    line-height: 62px;
    padding: 10px 45px 10px 10px;
    border-radius: 0 10px 10px 0;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #000;
    font-size: 20px;
}

.listing-sec .sidebar .search-box input::placeholder {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}
@media(max-width:600px){
    .listing-sec .sidebar .search-box input::placeholder{
        font-size: 12px;
    }
.landwanted svg {
    width: 100%;
}
}
.listing-sec .sidebar .search-box button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    border: none;
    padding: 0;
}

.listing-sec .sidebar .or-text {
    margin-bottom: 0;
    padding: 20px 0;
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.listing-sec .sidebar .form-group select {
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    height: 62px;
    padding: 10px 19px 10px 24px;
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
}

.listing-sec .sidebar label {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

.listing-sec .sidebar label.min-max {
    color: #403E3E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-sec .sidebar label.min-max input {
    width: 84px;
    height: 27px;
    border-radius: 0;
    border: 1px solid #403E3E;
    background: none;
}

.listing-sec .sidebar .button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.listing-sec .sidebar button {
    display: inline-flex;
    padding: 13.5px 39px 13.5px 38px;
    justify-content: center;
    align-items: center;
    background: #015581;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 0;
}

.listing-sec .sidebar .clear-btn {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.listing-sec .sidebar ul li a {
    color: #015581;
}

.listing-sec .sidebar.fix-h {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-sec .sidebar.fix-h h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.listing-sec .next-last {
    display: inline-flex;
    align-items: baseline;
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.listing-sec .next-last i {
    font-size: 17px;
}

.listing-sec .next-last.active {
    color: #015581;
}

.myaccount-menu {
    /* width: 100%; */
    height: auto;
    line-height: 57px;
    background: #F2F2F2;
    max-width: 1320px;
    margin: auto;
}

.myaccount-menu .navbar-nav {
    flex-direction: inherit;
    flex-wrap: wrap;

}

.myaccount-menu .navbar-nav li a {
    display: inline-block;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 0;

}

.myaccount-menu .navbar-nav li a.active {
    border-bottom: 3px solid #005781;
}

.myaccount-menu .navbar-nav li a:hover {
    border-bottom: 3px solid #005781;
}


.myaccount-form h3 {
    color: #7D7D7D !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.myaccount-form .form-control {
    height: 62px;
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 15px;
}

.myaccount-form .form-control::placeholder {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.myaccount-form .form-control.opacitylight {
    opacity: 0.5;
}

.myaccount-form .form-group span {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    display: block;
    margin-top: 6px;
    margin-bottom: 30px;
}

.myaccount-form .form-group .short-desc-counter {
    color: #989898;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.myaccount-form .form-control.h118 {
    height: 118px;
}

.myaccount-form .form-control.h118 {
    height: 118px;
    padding-bottom: 30px;
}

.myaccount-form .change-password {
    text-align: center;
    padding: 10px 0;
}

.myaccount-form .change-password h3 {
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.myaccount-form .change-password p {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.myaccount-form .form-group .header-shade {
    width: 42px;
    height: 30px;
    border-radius: 6px;
    background: #837F59;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 15px;
    border: none;
}

.myaccount-sec .sidebar {
    padding: 20px;
}

.h155::-webkit-scrollbar {
    width: 8px;
    border-radius: 15px;
    background: #D9D9D9;
}

.h155::-webkit-scrollbar-track {
    width: 3px;
    border-radius: 15px;
    opacity: 0.5;
    background: #D9D9D9;
}

.h155::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 6px;
}

.sidebar.second-box h3 {
    color: #7D7D7D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.sidebar.second-box button.orange {
    display: inline-flex;
    width: 171px;
    padding: 10px 17px 10px 17px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.orange {
    background: #D3721C;
}

.toggle {
    position: relative;
    box-sizing: border-box;
}

.toggle input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.toggle input[type=checkbox]:checked+label:before {
    background: #005781;
    opacity: 1;
}

.toggle input[type=checkbox]:checked+label:after {
    left: 19px;
    background: #c6d8e0;
}

.toggle label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
}

.toggle label:before {
    content: "";
    width: 38px;
    height: 21px;
    border-radius: 17.5px;
    opacity: 0.20000000298023224;
    background: #015581;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.toggle label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 4px;
    top: 3px;
    z-index: 2;
    background: #015581;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.sidebar.second-box .switch-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #989898;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar.second-box p {
    color: #989898;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sidebar.second-box p a {
    color: #015581;
}

.choose-file {
    display: block;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 30px;
    padding-bottom: 10px;
}

.sidebar.second-box h2 {
    color: #D3721C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
 font-weight: 600;
    line-height: normal;
    border-bottom: 3px solid #D3721C;
    padding-bottom: 15px;
    display: table;
    margin: auto;
    text-align: center;
}

.button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.message-btn {
    padding: 0 40px;
}

.rating-box {
    padding-top: 40px
}

.rating-box ul {
    display: inline-block;
    padding: 10px 0;
}

.rating-box ul li {
    display: inline-block;
    font-size: 35px;
    margin-right: 10px;
}

.rating-box h5 {
    color: #989898;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rating-box h5 span {
    color: #015581;
}

.sidebar.second-box .form-control {
    height: 62px;
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 15px;
}

.sidebar.second-box .form-control::placeholder {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.assitant {
    margin-top: 40px;
}

.assitant h4 {
    color: #989898;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.assitant div span {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
}

.assitant a {
    color: #015581;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*Anish*/



/*advertise Start*/
.advertise-sec {
    padding: 40px 0 0;
}

.advertise-sec iframe {
    border-radius: 15px;
    border: 1px solid #F2F2F2;
}

.advertisefont {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	padding-top: 10px;
	overflow-wrap: anywhere;
}
.table {
    overflow-wrap: anywhere !important;
}
.advertisefont-para2 {
    font-family: Josefin Sans;
    color: #015581;
}

.advertise.light-shade {
    height: auto;
}

.advertisearea.light-shade {
    height: 285px !important;
}

.advertisefont-para2 {
    font-family: Josefin Sans;
    color: #015581;
}

.adsidebar {
    width: 100%;
    height: auto;
    /*margin-bottom: 20px;*/
    display: inline-block;
}
.adsidebar ::placeholder {
    font-size: 1.15em !important;
}
.adsidebar h4 {
    color: #7D7D7D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.adsidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.adsidebar .overflow-fix {
    height: 120px;
    overflow-y: scroll;
    padding-right: 10px;
}

.adsidebar ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #005981;
    font-weight: 600;
    margin-bottom: 5px;
}

.adsidebar ul li span {
    color: #7D7D7D;
    font-size: 16px;
}

.adsidebar p {
    color: #7D7D7D;
    font-size: 16px;
}

.adsidebar p a {
    color: #015581;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.advertise-sec .adsidebar.blue h4 {
    color: #015581;
}

.advertise-sec .adsidebar h4 {
    color: #403E3E;
}

.advertise-sec .adsidebar .search-box {
    position: relative;
}

.advertise-sec .adsidebar .search-box input {
    height: 62px;
    line-height: 62px;
    padding: 10px 30px 10px 24px;
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #000;
    font-size: 20px;
}

.advertise-sec .adsidebar .search-box input::placeholder {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.advertise-sec .adsidebar .search-box button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    border: none;
    padding: 0;
}

.advertise-sec .adsidebar .or-text {
    margin-bottom: 0;
    padding: 20px 0;
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.advertise-sec .adsidebar .form-group select {
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    height: 62px;
    padding: 10px 19px 10px 24px;
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
}

.advertise-sec .adsidebar label {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

.advertise-sec .adsidebar label.min-max {
    color: #403E3E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advertise-sec .adsidebar label.min-max input {
    width: 84px;
    height: 27px;
    border-radius: 0;
    border: 1px solid #403E3E;
    background: none;
}

.advertise-sec .adsidebar .button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.advertise-sec .adsidebar button {
    display: inline-flex;
    padding: 13.5px 39px 13.5px 38px;
    justify-content: center;
    align-items: center;
    background: #015581;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 0;
}

.advertise-sec .adsidebar .clear-btn {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.advertise-sec .sidebar ul li a {
    color: #015581;
}

.advertise-sec .sidebar.fix-h {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advertise-sec .sidebar.fix-h h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.advertise-sec .next-last {
    display: inline-flex;
    align-items: baseline;
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.advertise-sec .next-last i {
    font-size: 17px;
}

.advertise-sec .next-last.active {
    color: #015581;
}

.advertiselogintbtn {
    width: 280px;
    color: #fff;
    background: #015581;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*Advertise END*/
/*landwanted Start*/

.landwantedfont-para3 {
    font-family: Josefin Sans;
    color: #015581;
}

.landwantedfont-para2 {
    font-family: Josefin Sans;
    font-size: 18px;
    color: #015581;
}

.clear {
    font-family: Josefin Sans;
    font-size: 20px;
    color: #D3721C;
}

.landwanted-light-shade {
    border-radius: 15px;
    border: 1px solid #D7D7D7;
    background: rgba(255, 255, 255, 0.50);
}

.landwanted h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.lanwanted.light-shade {
    height: auto;
}

.landwantedfont-para4 {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 35px;
}

.landwantedfont-para3 {
    font-family: Josefin Sans;
    color: #015581;
}

.landwantedfont-para2 {
    font-family: Josefin Sans;
    font-size: 18px;
    color: #015581;
}



.landwanted-light-shade {
    border-radius: 15px;
    border: 1px solid #D7D7D7;
    background: rgba(255, 255, 255, 0.50);
}

.landwanted h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



/*landwanted end*/

.contactbtn {
    width: 100%;
    color: #fff;
    background: #015581;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gridpagination-disable {
    border-radius: 10px;
    background: #D9D9D9;
    width: 48px;
    height: 44px;
    flex-shrink: 0;
    color: #015581;
    padding: 8px;
}

.gridpagination-enable {
    border-radius: 10px;
    background: #015581;
    width: 48px;
    height: 44px;
    flex-shrink: 0;
    color: #ffffff;
    padding: 8px;
}

/* Directory css Start*/
.directory.light-shade {
    height: auto;
}

.directory h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.directoryfont-para {
    text-align: right;
}

.directoryfont-para1 {
    color: #030718;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 90px;
}
.dtr.directoryfont-para1 {
    color: #030718;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 0px;
}

.directoryfont-para2 {
    color: #636363;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-left: 90px;
}
.dtr.directoryfont-para2 {
    color: #636363;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-left:0px;
}

.directoryfont-para3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.directoryfont-para4 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.directoryfont-clear {
    color: #D3721C;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Listingsbtn {
    width: 160px;
    color: #fff;
    background: #015581;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 22px;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.mt-8 {
    margin-top: 1.3rem !important;
}

.image-upload-div {
    width: 100%;
    /* height: 200px; */
    border: 1px dashed #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    background: #ffffff;
    color: #666;
    overflow: hidden;
}


.item-wrapper form img {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-height: 400px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
}


.image-upload-div img {
    height: 100% !important;
    width: auto !important;
    border-radius: 0px;
    margin: 0 auto;
}

.image-upload-div i {
    font-size: 5em;
    color: #ccc;
}

.grid_img_box {
    padding: 10px;
}
.grid_img_box img {
    object-fit: cover;
    border-radius: 10px;
}
@media(min-width:600px){
    .grid_img_box img {
        height: 70px;
        object-fit: cover;
        border-radius: 10px;
    }
}

.fa-heart.active {
    color: #b00;
}

.fa-heart {
    color: #939393;
    font-size: 25px;
    transition: color 0.2s;
}

.image-upload-div input {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.item-wrapper input {
    height: 43px;
    line-height: 43px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.listing-img-div .thumbnail {
    width: 100%;
}

.thumb-not-displayed{
    border: 4px solid red;
}

.directory-box {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #015581;
    padding: 30px 40px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.directory-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 0px 15px 15px 15px;
    background: #F2F2F2;
    z-index: -1;
}

.directory-box h5 {
    color: #015581;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.directory-img {
    margin: 30px auto;
    display: table;
    position: absolute;
}

.directory-img .directory-logo {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

.directory-img .directory-logo img {
    width: 40px;
}

.directory-box h3 {
    color: #030718;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.directory-box p {
    color: #636363;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.directory-box a {
    color: #015581;
    display: table;
    margin: auto;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.light-shade-left {
    border-radius: 15px 0px 0px 15px;
    background: rgba(249, 249, 249, 0.50);
    height: 215px;
    z-index: 0;
}

.light-shade-right {
    border-radius: 0px 15px 15px 0px;
    background: rgba(242, 242, 242, 0.50);
    /* height: 215px; */
    z-index: 0;
}

.light-shade-center {
    background: rgba(242, 242, 242, 0.50);
    /* height: 215px; */
    z-index: 0;
}

/* Directory css END*/

/*Seller Listing start*/

.seller-sec .sidebar.blue h4 {
    color: #015581;
}

.seller-sec .sidebar h4 {
    color: #403E3E;
}

.seller-heading h2 {
    color: #015581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.seller-sec .sidebar .search-box {
    position: relative;
}

.seller-sec .sidebar .search-box input {
    height: 62px;
    line-height: 62px;
    padding: 10px 30px 10px 24px;
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #000;
    font-size: 20px;
}

.seller-sec .sidebar .search-box input::placeholder {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.seller-sec .sidebar .search-box button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #015581;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    border: none;
    padding: 0;
}

.seller-sec .sidebar .or-text {
    margin-bottom: 0;
    padding: 20px 0;
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.seller-sec .sidebar .form-group select {
    border-radius: 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    height: 62px;
    padding: 10px 19px 10px 24px;
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
}

.seller-sec .sidebar label {
    color: #989898;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

.seller-sec .sidebar label.min-max {
    color: #403E3E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller-sec .sidebar label.min-max input {
    width: 84px;
    height: 27px;
    border-radius: 0;
    border: 1px solid #403E3E;
    background: none;
}

.seller-sec .sidebar .button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.seller-sec .sidebar button {
    display: inline-flex;
    padding: 13.5px 39px 13.5px 38px;
    justify-content: center;
    align-items: center;
    background: #015581;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 0;
}

.seller-sec .sidebar .clear-btn {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.seller-sec .sidebar ul li a {
    color: #015581;
}

.seller-sec .sidebar.fix-h {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller-sec .sidebar.fix-h h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.seller-sec .next-last {
    display: inline-flex;
    align-items: baseline;
    color: #7D7D7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.seller-sec .next-last i {
    font-size: 17px;
}

.seller-sec .next-last.active {
    color: #015581;
}

.sellerlisting-count ul {
    padding-left: 0;
    display: inline-block;
    list-style-type: none;
}

.sellerlisting-count ul li {
    display: inline-block;
}

.sellerlisting-count ul li a img{
   width: 35px;
   margin-left: 12px;
}



.sellerlisting-fontorange {
    color: #D3721C;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mt-7 {
    margin-top: 5rem !important;
}

/*Seller Listing End*/

/*Reputation start*/
.reputationfont {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    vertical-align: top;
}

.reputationfont-para {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    vertical-align: top;
    padding: 1px
}

.reputation-light-shade {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
    display: inline-block;
}

.reputationsidebar {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #D7D7D7;
    margin-bottom: 29px;
    display: inline-block;
}

.reputationsidebar.rsecond-box h3 {
    color: #7D7D7D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.reputationsidebar.rsecond-box p {
    color: #989898;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.reputationsidebar.rsecond-box p a {
    color: #015581;
    text-align: center;
}

.reputationsidebar.rsecond-box h2 {
    color: #D3721C;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 3px solid #D3721C;
    padding-bottom: 5px;
}

.reputationfont-download {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.undeline-para {
    padding: 1em;
    width: 40em;
    width: 100%;
}

.blockMargin {
    display: block;
    margin-bottom: -1px;
}

.underline-para2 {
    border-bottom: 2px solid #989898;
    width: 100%;
    display: block;
}

/*Reputation end*/



.color-1 {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bg-light {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50) !important;
    flex: 1
}

.terms ol li {
    line-height: 40px;
}

.registration iframe {
    border-radius: 15px;
    border: 1px solid #F2F2F2;
}

.main-title {
    color: #D3721C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
    border-bottom: 3px solid #D3721C;
    /*display: inline-block;*/
    padding-bottom: 5px;
}

.box {
    position: relative;
    padding: 20px;
    margin: 20px;
    background: #fff;
    border: 1px solid #D7D7D7;
    border-radius: 15px;
    width: 100%;
}


.brdr {
    border: 1px solid #D7D7D7;
    border-radius: 15px;
    padding: 20px;
}

.brdr1 {
    border: 1px solid #D7D7D7;
    border-radius: 15px;
    padding: 5px;
}

.brdr1 textarea.form-control {
    border: none;
}

.favorites .date-code {
    width: 100%;
}

.fav_btn a.custom-btn {
    width: 120px;
}

.theme-color {
    color: #015581;
}

.p-list {
    padding: 40px;
    position: relative;
    /*min-height: 1082px !important;*/
}

.p-list h3 {
    font-size: 40px;
    text-align: center;
}

.p-list h5 {
    color: #015581;
}

.p-list ul {
    padding-top: 40px;
    margin: 0px 30px;
}

.p-list ul li {
    line-height: 35px;

}

.p-list .mt-40 {
    padding-top: 106px;
}

.p-list a {
    position: relative;
    bottom: 15px;
    /* left: 20%; */
    text-align: center;
    margin: auto;
    display: inherit !important;
}


.form-group span {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 12px;
    float: right;
    padding: 5px 0px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* My Subscribers */
.followers-list .row {
    align-items: center;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    padding: 10px 0px;
    background-color: #fff;
}

.followers-list-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.followers-list-image img {
    border-radius: 10px;
    width: 100px;
    margin-right: 20px;
}

/* ///// */

/* Ads page */
.ads_sec {
    position: relative;
    width: 100%;
}

.ads_sec .img_overlay {
    width: 100%;
    height: 100%;
    /* background-color: #ffffffd9; */
    position: absolute;
    top: 0;
    left: 0;
}

.ads_sec .login {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px
}

.status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: calc(100/3);
    margin: auto;
    justify-content: space-between;
}


/*  */
.main-tabs {
    border: 1px solid #9999994d;
    border-radius: 17px;
    margin-top: 20px;
    background-color: #fff;
}

.tab_hed {
    background: #D3721C;
    padding: 5px 0px;
    border-radius: 16px 15px 0px 0px;
}

.tab_hed h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 5px 0px;
}





/* Alam CSS */
.verify-email-sec {
    padding: 10px 0 60px 0;
}

.verify-email-shade {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50);
    height: 320px;
}

.verify-email h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.verify-email input {
    height: 42px;
    padding: 21px;
    color: #989898;
}

.verify-email input::placeholder {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
    opacity: 0.5;
}

.verify-email a {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.verify-email-btn {
    width: 223px;
    color: #fff;
    background: #015581;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.verify-email-sec p {
    color: #7D7D7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.verify-email-disc p {
    color: #7D7D7D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.verify-email-disc p span {
    color: #015581;
}



.welcome-sec {
    padding: 10px 0 60px 0;
}

.welcome-shade {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50);
    height: auto;
}

.welcome-shade h3 {
    color: #015581 !important;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.welcome-sec p {
    color: #7D7D7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reset-pass-btn {
    width: auto;
    color: #fff;
    background: #015581;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reset-pass-sec {
    padding: 60px 0 0;
}


.reset-pass h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.reset-pass input {
    height: 62px;
    padding: 21px;
    color: #989898;
}

.reset-pass input::placeholder {
    color: #989898;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.reset-pass a {
    color: #015581;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-green-600 {
    color: green;
    font-weight: 600;
}

.myaccount-form .form-group span.invalid-feedback {
    color: #dc3545;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    display: block;
    margin-top: 6px;
    margin-bottom: 30px;
}

/* Chrome, Safari, Edge, Opera */
.search-inpt::-webkit-outer-spin-button,
.search-inpt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.search-inpt[type=number] {
    -moz-appearance: textfield;
}

.center-box label .search-inpt {
    width: 64px;
    background: none;
    border: 1px solid #403E3E;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.listing-pagination p.small.text-muted {
    color: #015581 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listing-pagination .page-item.disabled .page-link {
    padding: 12px 20px 12px 20px;
}

.listing-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #015581;
    border-color: #015581;
    padding: 12px 20px 12px 20px;
}

.listing-pagination .page-link {
    color: #015581;
    padding: 12px 20px 12px 20px;
}

.sidebar-fild-land {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.50);
    margin-bottom: 20px;
    display: inline-block;
}

.setup-btn {
    background: #015581 !important;
    color: #FFF !important;
    border: none !important;
}

.fs-14 {
    font-size: 14px;
}

.pe-auto {
    cursor: pointer;
}


.ban-btn,
.custom-btn {
    border: none;
}


@media (min-width: 992px) {
    .premium-seller-list .equal-box {
        flex: 1;
        border-radius: 15px;
        background: #F9F9F9;
        padding: 30px 40px;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }


    .row.premium-seller-list {
        gap: 30px;
        padding: 10px;
    }

    .row-gap-10 {
        gap: 10px
    }

    .premium-seller-list .seller-box {
        width: 100%;
        height: auto;
        border-radius: unset;
        background: unset;
        padding: unset;
        position: unset;
        overflow: unset;
        z-index: unset;
    }
    .img-box {
        width: 300px;
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 992px) {
	.list-content {
    padding: 20px 0px!important;
	}
	.img-box {
        height: auto !important;
    }
	.directory.bg-light {
    padding: 0px;
    text-align: center;
}
	.directory .img-box {
    width: 180px;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.button-group.list_btn {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
}
.listing-sec .sidebar .search-box select {
    /* height: 62px;
    width: 100px;
    line-height: 62px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #000;
    font-size: 20px;
    border-right: none; */

    height: 62px;
    width: 66px;
    line-height: 61px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #D6D6D6;
    background: #FFF;
    color: #000;
    padding: 5px;
    font-size: 13px;
    border-right: none;
}

/* .list-box .img-box {
    position: relative;
    height: 280px;
    object-fit: cover;
} */
/* .img-box img {
    border-radius: 15px;
    width: 350px;
    height: 300px;
    object-fit: none;
} */

img.listing-img {
    height: 100%;
}

.sidebar-add-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sidebar.second-box .seller-box-main {
    margin: 30px auto;
    display: table;
    position: relative;
}

.sidebar.second-box .seller-box-main .seller-logo {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

.sidebar.second-box .seller-box-main .seller-img {
    width: 100%;
}

.progress-bar .wrapper {
    height: 20px;
    background: #eee;
    width: 100%;
    margin-top: 10px;
}

.progress-bar .bar {
    height: 20px;
    width: 0%;
    background: #4caf50;
}

.btn-messenger {
    background-color: #ffffff;
    border: 1px solid #949494;
    color: #575657;
}

.btn-messenger:hover {
    background: linear-gradient(to bottom, #f0f0f0 5%, #ffffff 100%);
    background-color: #f0f0f0;
}

.btn-subscribe {
    padding: 15px !important;
    border-radius: 0 10px 10px 0 !important;
    background: #015581;
    color: #FFF;
}

.seller-rating-text {
    font-size: 30px;
    color: #015581;
}

.seller-card-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#advertisement-div .sidebar.fix-h {
    width:100%;
    /* height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;

}
.dtr-adv-sidebar .sidebar.fix-h {
    width:100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.adv-sidebar .sidebar.fix-h {
    width:100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.land-sec .sidebar.fix-h {
    width:100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.error {
    color: #dc3545 !important;
}

.dropdown-menu li:last-child a {
    border-bottom: 0;
    color: #D3721C;
}

.dropdown-menu li a {
    padding: 10px 10px !important;
    margin: 0;
    height: auto !important;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 16px !important;
}

.dots-3 {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: d3 1s infinite linear;
}

@keyframes d3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.seller-image-container {
    position: relative;
    display: inline-block;
    min-height: 300px;
}

.seller-image-container .background-image {
    display: block;
    width: 100%;
    height: auto;


}
.seller-image-container .logo{
    border-radius: 0px 0px 15px 15px;
    width:100%;
}


/* Amir css */
.banner_btn {
    text-align: right;
}

.pagination_sec {
    text-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.btn-1 {
    float: left;
}

.listing-button.orange {
    color: white;
    background-color: #d3721c;
    border-color: #d3721c;
}
.btn-2 {
    float: right;
}

.listing-button {
    color: #d3721c;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
}

.main-title h3 {
    font-size: 20px !important;
}
.login-box li.dropdown {
    padding: 0px;
    margin: 0px;
}
@media(max-width:769px) {
    .banner {
        height: 100% !important;
    }

    .center-box .btn-fix-bottom {
        position: relative !important;
        padding: 0;
        margin: 0;
        bottom: 0;
    }

    .ban-btn,
    .custom-btn {
        display: inline-block;
        height: 40px;
        padding: 0 10.5px;
        line-height: 40px;
        background: #015581;
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        width: 100%;
        transition: all 0.5s;
        /*margin: 10px;*/
    }

    .list-box .img-box {
        height: auto !important;
    }

    .list-content a {
        margin-bottom: 20px !important;
    }

    .seller-box h3 {
        font-size: 18px;
    }

    .advertise-sec .light-shade {
        height: auto !important;
    }

    .float-right {
        float: left !important;
    }

    .seller-card-button-group a {
        margin-top: 10px;
    }

    .rating-box ul li {
        font-size: 20px !important;
    }



    .bg-light h3 {
        font-size: 20px;
    }

    .list-content h4 {
        font-size: 18px;
    }

    .login-sec {
        padding: 60px 0 0;
        text-align: center;
    }

    .directory {
        margin-top: 20px;
    }



    #dashboard-menu .nav-item {
        padding: 0px 15px;
    }

    #dashboard-menu-toggle {
        padding: 0px 15px;
    }

    .mobile i {
        letter-spacing: 1px;
        font-size: 12px;
    }

    /* ddadada */
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        position: absolute;
        right: 10px;
        top: 10px;

    }

    header .login-box {
        position: relative;
        padding: 0 40px 0 20px;
        margin-right: 40px;
    }


}
@media(max-width:800){
    .myaccount-menu .hidden {
        display: none;
    }
    .myaccount-menu .navbar-nav li a{
        font-size: 14px !important;
    }
}

@media (max-width: 1100px) {
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .login-box .dropdown-menu {
        margin-left: 130px;
        margin-top: 0px;
    }

}

@media (min-width: 1101px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    div#mySidenav {
        display: inline-block;
        position: absolute;
        width: 0px !important;
    }
}

@media (max-width:600px) {

    .list_num,
    .list-heading,
    .list-count {
        display: none;
    }
}

@media (max-width:425px) {


    .btn-1 {
        float: left;
    }

    .btn-2 {
        float: left;
    }
    table.table.table-bordered.doc-table th {
        font-size: .6em;
    }

}

@media(min-width:769px) {
    .search_list {
        display: flex;
    }

    .mobile {
        display: none;
    }

}
@media (max-width:769px){
    #dashboard-menu{
        display: block;
    }
}
#dashboard-menu-toggle{
    background-color: #015581;
    color: #fff;
}


.equal-box {
    position: relative;
}

.img_box img {
    border-radius: 15px;
}

.seller-image-container img {
    border-radius: 15px;
}

.listing_video iframe {
    border-radius: 15px;
}

.video-iframe{
    width: 100% !important;
    height: 100% !important;
}

.img-box img {
    border-radius: 15px;
}

/* mobile nav css */


/* Alam CSS New Start */
p.error {
    color: #dc3545 !important;
    font-size: 14px;
}

button:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
}

.tabs .active {
    display: block;
}

.hide {
    display: none;
}

.tabs ul {
    padding: 0px;

}

.tabs ul li {
    float: left;
    margin: 0px 5px;
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;

}

.tabs ul li a {
    color: #3E3D3D;
    background: #E9E9E9;
    padding: 10px 15px;
    border-radius: 5px;
}

.tabs ul li a:hover {
    text-decoration: none;
    color: white;
    background: #015581;
}

.tabs .activelink {
    color: white;
    background: #015581;
    border-radius: 6px;
}


.thumb-tiny {
    max-width: 40px;
    max-height: 40px;
}

.spinner-loader {
    width: 50px;
    --b: 8px;
    /* the border thickness */
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #000) content-box;
    -webkit-mask:
        repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
        radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: s4 1s infinite steps(10);
    margin: auto;
}

@keyframes s4 {
    to {
        transform: rotate(1turn)
    }
}

.custom-btn-outline {
    color: #015581;
    background-color: transparent;
    background-image: none;
    border-color: #015581;
}

.custom-btn-outline:hover {
    color: #fff;
    background-color: #015581;
    border-color: #015581;
}


.helpbot-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
}

.helpbot-header {
    font-size: 16px;
    font-weight: bold;
}

.helpbot-messages {
    flex: 1;
    overflow-y: auto;
    font-size: 14px;
    background-color: #f9f9f9;
    max-height: 380px;
}

.helpbot-messages div {
    margin-bottom: 8px;
}

.helpbot-messages .bot {
    text-align: left;
    color: #333;
}

.helpbot-messages .user {
    text-align: right;
    color: #0d6efd;
}

.helpbot-input {
    background-color: #fff;
}

.helpbot #chat-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;             /* Center icon */
    align-items: center;
    justify-content: center;
}

.helpbot #chat-popup {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 350px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
}

.helpbot #chat-box {
    padding: 15px;
    height: 250px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
    background-color: #fdfdfd;
}

.helpbot #chat-box p {
    margin: 5px 0;
}

.helpbot .user {
    color: blue;
    text-align: right;
}

.helpbot .bot {
    color: green;
    text-align: left;
}

.helpbot form {
    display: flex;
    padding: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.helpbot input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.helpbot button[type="submit"] {
    padding: 10px;
    margin-left: 10px;
    border: none;
    background: #4CAF50;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.helpbot .hidden-field {
    display: none;
}



/* Admin-dashboard  css */
.assist-header-content {
    position: relative;
}

.assist-user-details {
    padding: 10px;
}

.assist-user-details h3 {
    font-size: 18px;
    padding: 9px 0px;
}

.assist-user-details a {
    font-size: 15px;
}

.assist-header-content a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10p;
    margin: 12px 20px;
}

@media(min-width:600px) {
    .assist-user-details {
        text-align: center;
    }

    /* .mobile {
        display: none;
    } */

    .mt-lg-6 {
        margin-top: 4.5rem !important;
    }
}

@media(max-width:600px) {

    .web {
        display: none;
    }
    .login .web {
        display: inherit !important;
    }

    /* .mobile {
        display: block;
    } */

    .directoryfont-para1,
    .directoryfont-para2 {
        padding-left: 0px;
    }

    .light-shade-left {
        text-align: center;
    }

    .directoryfont-para {
        text-align: center;
    }

}

.llc2 {
    background: #D3721C;
}


/* Side Nav Menu */
/* #mySidenav{
    width: 100%;
    height: 80vh;
} */
.sidenav .navbar-brand {
    margin-top: -30px;
}
.sidenav .nav-item a {
    padding: 12px 30px;
}
.sidenav {
    height:auto;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 30px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
    padding: 12px;
    text-decoration: none;
    font-size: 15px;
    /*color: #575757;*/
    color: #015581;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #aaa;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #015581;
    cursor: pointer
}

.sidenav ul li:hover {
    cursor: pointer;
}
li.log_reg {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border: 1px solid #aaa;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    border-bottom: 0;
}
.toggle_icon {
    position: absolute;
    right: 20px;
    background: #015581;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 2px 5px;
}
.toggle_icon a{
    color: #fff;
}

a.user_icon img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
a.user_icon i {
    font-size: 25px;
}
.sidenav .navbar-nav{
    margin-top: -13px;
}
.login-box a{
    border-bottom: none;
}
.login-box li.d-flex {
    align-items: center;
    width: 100%;
    justify-content: space-between;

}
/* .login-box li{
    border-bottom: 1px solid #aaa;
} */

@media(max-width:1050px){
    header .navbar-nav{
        display: none;
    }
    .login-box li.dropdown {
        background: #f0f0f0;
    }
    .chat-icon {
        position: absolute;
        right: 60px;
    }
    header .login-box:after {
        content: '';
        position: absolute;
        bottom: -7px;
        right: 0;
        width: 100%;
        height: 4px;
        background: #015581;
    }
    header .login-box {
        position: absolute;
        padding: 0 40px 0 18px;
        right: 80px;
    }
    header .login-box{
        display:none;
    }
}
@media(max-width:400px){
    .listing-sec .sidebar .button-box {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap;
        text-align: center;
        margin: auto;
    }
}
@media(min-width:1049px){
    .toggle_icon{
        display: none;
    }
}



/*  Loader Start */
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #015581;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/*  Loader End */

.login-box .dropdown-menu {
    position: absolute;
    right: -40px ;
    left: -130px ;
}


@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,
    .container-fluid {
        max-width: 1320px;
    }
}


.edit_delete_btn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: end;
    justify-content: end;
    /* position: absolute; */
    bottom: 0;
    padding:10px;
}
.inf0 a{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: end;

    position: relative;
    padding: 5px 0px;
    top:0;


}
.myads .login h3 {
    margin-bottom: 0px;
}
@media(max-width:600px){
    .myads .login h3 {
        margin-top: 20px;
    }
    .navbar-brand{
        margin-right: 0px !important;
    }
}
.navbar-brand img {
    width: 150px;
    margin: 0px 10px;
}
.ads_sec img {
    border-radius: 15px;
}
.advertise img {
    border-radius: 15px;
}
.lightboxed--caption {
    display: none !important;
}

#recently-viewed-list li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.cl-element .list-box {
    cursor: pointer;
}

/* --------------- Panky ------------*/


.sidebar .main-title h3 {
    color: #D3721C;
    padding-bottom: 0px !important;
    padding-top: 10px;
    text-align: center !important;
}
.dr-title {
    font-weight: 700;
    line-height: normal;
    border-bottom: 3px solid #D3721C;
    display: inline-block;
    /*margin-left: 90px;*/
}
.dr-title h3.directoryfont-para {
    color: #D3721C;
    font-family: Josefin Sans;
    text-align: left;
}
.pre-img-box {
    width: 100px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
}
.img-box {
    width: 100%;
    height: 240px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-box > img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
/* --------------- Directory ------------*/
.directory.bg-light {
    padding-top: 0px;
    position: relative;
}
.directory .img-box {
    display: table;
    position: relative;
}
.directory .profle-img {
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: contain;
    padding: 10px;
    background: #fff;
}

/* --------------- Directory End ------------*/
#advertisement-div {
    /*position: relative;*/
    /*display: table;*/
    /*float: right;*/
    /*background: #fff;*/
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
}

#advertisement-div img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

#advertisement-div .sidebar.fix-h {
    min-width: 350px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 250px;
    height: 250px;
}

.landwanted .seller-img {
    margin: 20px auto;
    display: table;
    position: relative;
}
.ad_img {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.img_grid_thumb {
    position: relative;
    width: 100%;
}
.img-box.list_view {
    width: 100%;
    height: 380px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
}
.fvrt {
    position: relative;
    top: -24px;
}

.button-group.list_btn {
    display: flex;
    align-items: baseline;
    /*justify-content: flex-start;*/
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.button-group.list_btn a {
    margin-right: 20px;
    margin-bottom:10px;
}
.subs_btn {
    background: no-repeat;
    border: navajowhite;
    cursor: pointer;
    font-weight: 700;
    color: #015581;
}
button.directoryfont-clear.pe-auto {
    border: navajowhite;
    background: none;
    display: inline-flex;
    position: relative;
    margin-left: 10px;
    margin-top: 12px;
}
.col-lg-12.banner_btn {
    text-align: left;
}
@media (max-width: 1400px) {

    #advertisement-div .sidebar.fix-h {
        min-width: 230px;
        min-height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 80px;
        /* height: 150px; */
    }
    .banner_btn {
        display: inline-block;
        top: -40px;
    }
}
@media (max-width: 992px) {
    div#advertisement-div {
        position: relative;
        display: table;
        float: none;
        /* padding: 5px; */
        background: #fff;
        margin: 0 auto;
    }
    #advertisement-div .sidebar.fix-h {
        min-width: 400px;
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 300px;
        /* height: 150px; */
    }
    .myaccount-form .col-lg-4.pr-0 {
        padding: 0px;
    }
    .myaccount-form  .col-lg-6.pr-0 {
        padding: 0px;
    }

    .banner_btn {
        display: inline-block;
        top: -20px;
    }
}
@media screen and (max-width:800px) {
    .img-box > img {
        /*min-width:650px;*/
        top: 0;
        left: 50%;
        transform: translatex(-50%);

    }
    .dr-title {
        display: inline-block;
        margin-left: 0px;
    }
}


@media (max-width: 767px) {
    .img-box > img {
        /*min-width:650px;*/
        top: 0;
        left: 50%;
        transform: translatex(-50%);
    }
    .button-group.list_btn a {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .banner_btn {
        display: inline-block;
        top: 0px;
    }
    .adsidebar ::placeholder {
        font-size: .9em !important;
    }
    img.mt-5.profle-img {
        width: 100%;
        display: inline-flex;
        object-fit: contain;
        height:180px !important;
    }
    .ad_img {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .fvrt {
        position: relative;
        top: 0px;
    }
    .dr-title {
        margin-left: 0px;
    }

}
@media (max-width: 480px) {

    .s_imgage_sec img {
        width: 100%;
    }

    #advertisement-div .sidebar.fix-h {
        min-width: 200px;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 100px;
        height: 100px;
    }
    .pre-img-box {
        width: 100%;
    }
    .box form {
        display: inherit !important;
    }
    .custom-btn1 {
        width:100%;
    }
    .custom-btn {
        width:100%;
    }
    .brdr a.custom-btn {
        width: inherit !important;
        font-size: .9rem;
        padding:0px 10px
    }
    .btn {
        width: 100%;
    }
    .fav_btn a.custom-btn {
        width: 100%;
    }
    .edit_delete_btn {
        align-items: inherit;
        display: initial;
        flex-wrap: wrap;
        text-align: end;
        justify-content: end;
        /* position: absolute; */
        bottom: 0;
        padding: 10px;
    }
    .edit_delete_btn button.custom-btn {
        margin-bottom: 10px;
    }
    .edit_delete_btn .pr-4 {
        padding-right: 0rem !important;
    }
    .login a {
        color: #015581;
        font-size: .8rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        line-height: 14px;
        padding: 10px 0px;
    }
}
.sortable {
    flex-wrap: wrap !important;
}
.chat-box {
    z-index: 99 !important;
}
.listing-details-sec .sidebar.fix-h {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brdr h3 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.row.login_sec.mt-4.mobile {
    display: none;
}

.ll-module canvas {
    max-height: 300px;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
}

.ll-module .module-content {
    height: 300px;
}

.ll-module .module-thumbnails {
    width: 82px;
    margin: 2px;
}

.ll-module .module-thumbnails img {
    width: 100%;
    border-radius: 12px;
}

.ll-module .module-list {
    width: 100%;
}

.ll-module .module-list img {
    width: 100%;
    border-radius: 12px;
}

.ll-section h5 {
    color: #015581;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0 0;
    border-top: solid 2px #D6D6D6;
    margin: 20px 0;
}

.ll-button {
    color: #3E3D3D;
    background: #E9E9E9;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px;
}

.ll-button:hover {
    text-decoration: none;
    color: white;
    background: #015581;
}

.ad-item img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
