
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --indigo: #96421d;
  --terracotta: #96421d;
  --marigold: #FBC02D;
  --linen: #F9F7F3;
  --slate: #96421d;
  --charcoal: #333333;
  --rust: #BF360C;
  --dark-contrast: #1b2b34; /* Deep Indigo for High Contrast */
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--charcoal);
  background-color: var(--linen);
  overflow-x: hidden;
}
h1, h2{
  font-family: "Playfair Display", serif;
}
/* Typography Utility Classes */
.font-playfair { font-family: 'Playfair Display', serif; }
.font-inter { font-family: 'Inter', sans-serif; }
.font-nunito { font-family: 'Nunito', sans-serif; }

/* Color Utility Classes */
.text-indigo { color: var(--indigo) !important; }
.text-terracotta { color: var(--terracotta) !important; }
.text-marigold { color: var(--marigold) !important; }
.text-slate { color: var(--slate) !important; }
.text-charcoal { color: var(--charcoal) !important; }
.text-rust { color: var(--rust) !important; }

.bg-linen { background-color: var(--linen) !important; }
.bg-slate { background-color: #030F1F !important; }
.bg-marigold { background-color: var(--marigold) !important; }
.bg-contrast { background-color: var(--dark-contrast) !important; }
.bg-indigo { background-color: var(--indigo) !important; }

/* Dark Card Override for Contrast Section */
.bg-dark-card {
    background-color: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1) !important;
}
.bg-white-10 {
    background-color: rgba(255,255,255,0.1);
}
.border-2 {
    border-width: 2px!important;
    border-color: #96421D;
}
/* Buttons */
.btn-indigo {
    background-color: var(--indigo);
    border-color: var(--indigo);
    color: #fff!important;
 padding: 11px 40px;
    border-radius: 30px;
}
.btn-indigo:hover {
    background-color:#030F1F;
    color: white;
}
.btn-outline-indigo {
    color: var(--indigo);
    border-color: var(--indigo);
}
.btn-outline-indigo:hover {
    background-color: var(--indigo);
    color: white;
}
.bottom-btn{
    margin-top: 70px;
}
.bottom-btn .btn.btn-indigo {
    padding: 9px 40px!important;
    font-size: 18px;
}
.bottom-btn .btn.btn-indigo:hover {
    background: #fff;color: #222;
}
.navbar {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);padding: 5px 0;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-weight: var(--bs-nav-link-font-weight);
    color: #222;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 1.1rem;
    font-family: 'Nunito';
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #96421d;
}

.navbar-toggler i {
    color: #222;
    font-size: 27px;
}

.top-btn {
    margin-left: 30px;
}

.btn.btn-primary{
    background: #96421d;
    border: 1px solid #96421d;
}

.city-selector .btn-link {
    background: #030F1F;
    width: 100%;
    border-radius: 30px;
    padding: 12px 30px;
    color: #fff!important;
    margin-bottom: 0!important;
}

.nav-link:focus, .nav-link:hover {
    color: rgb(150 66 29);
}
.dropdown-menu {
   z-index: 99999;
}

/*================dropdown===================*/

.dropdown-toggle::after {
   display: inline-block;
    margin-left: 5px;
    vertical-align: 0;
    content: "\f282";
    font-family: bootstrap-icons!important;
    border: 0;
    font-size: 13px;
}
ul.dropdown-menu {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    padding: 8px 20px;
}
.dropdown-menu li {
    padding: 0px 0;

}
a.dropdown-item:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    color: #222;
    border-bottom: 2px solid #222;
    transition: .3s ease-in-out;
    transform: translate(0,0) translateZ(0);
    -webkit-transform: translate(0,0) translateZ(0);
}
a.dropdown-item:hover:before {
   height: 5px;
    width: 100%;
    
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e3c34;
}
a.dropdown-item {
    position: relative;
    transition: .3s ease-in-out;
    
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #EEE;

}
.nav-item.dropdown i {
    display: none;
}
.dropdown-menu li a {
    padding: 10px 12px;
    color: #111;
    font-weight: 500;
    width: 100%;
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color:#0e3c34!important;
    border-radius: 4px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #96421d!important;
}
/*================dropdown===================*/



.thumbnail-banners {
    background: url(../userassets/bkg5.jpg)!important;
    padding: 50px 20px 40px!important;
    background-size: cover!important;
    background-attachment: fixed!important;
}

.thumbnail-banners .card-img-overlay {
   position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
    background: #02020259;
    width: 100%;
    border-radius: 16px;
}

.thumbnail-banners  h4 {
    font-weight: 600;
    text-align: center;
    top: 38%;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
}
.thumbnail-banners img{
  width: 100%;
}
.thumbnail-banners  .badge{
    right: 24px;
    top: 8px;
    z-index: 2;
}

.category-card:hover {
    background:#96421d;
    color: #fff;
}
.category-card:hover i {
    color: #fff!important;
}
.category-card:hover h6 {
    color: #fff!important;
}





/* Featured CTA Hover Effect */
.cta-hover {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.featured-card:hover .cta-hover {
  background-color: #030f1f;
    border-color: #030f1f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 192, 45, 0.4);
}
.featured-events {
    background-image: radial-gradient(#3d3d3d 1px, transparent 1px);
    background-size: 30px 30px;
    position: relative;
    background-size: cover;  background-attachment: fixed;
    background-color: #1c2034 !important;padding: 80px 20px 100px!important;background: url(../userassets/bkg2.jpg)!important;
}

.featured-events .card-body {
    background: white;
    color: #222;border-radius: 0px 0 15px 15px;padding: 22px 24px;
}
.featured-events .card img {
    border-radius: 15px 15px 0 0 ;
}
.featured-events .card-text {
    font-size: 16px;
    min-height: 70px;
    margin-bottom: 7px;
}
.featured-events .card {
    background: transparent;
}

.countdown-timer {
    background: #cfcfcf;border-left: 4px solid #96421d!important;
}


.coupons-section{
    background-color: #051125;
    background-image: radial-gradient(#3d3d3d 1px, transparent 1px);
    background-size: 30px 30px;
    position: relative;
    padding: 80px 20px 100px!important;
    background: url(../userassets/bkg2.jpg)!important;
}
.coupons-section .card-body {
    padding : 22PX 25PX;
}
.coupons-section img.card-img-top, .featured-businesses .card  img {
    border-radius: 15px 15px 0 0;
}

.coupon-code-box {
  background-color: #f9fafb;
  border: 2px dashed #098329;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.coupons-section img.card-img-top {
   height: 400px;
}

.coupon-display img{
    border-radius: 15px;
}
.label {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
}
.coupon-author a {
    color: #222;
    font-weight: 600;
    font-size: 17px;
}


.coupon-inside{
    background:#F9F7F3!important;
}
.code {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #111827;
}
.hero-image {
    background: url(../userassets/bkg5.jpg)!important;background-size: cover!important;
}
 /*------------------------------------featured-businesses----------------------------------------*/
.featured-businesses{
  padding: 80px 20px 100px!important;  background: url(../userassets/bkg2.jpg)!important;background-size: cover!important;
  background-attachment: fixed;
}

.featured-businesses .card-body {
   
}
.featured-businesses .lead, .coupons-section .lead {
   
    color: #9f9f9f!important;
}


.card-body {
    padding: 22px 25px;
}
.business-plans{
  padding: 60px 20px 80px!important; background: url(../userassets/bkg3.jpg) 0% 0% / cover !important;
}
.business-plans{
  padding: 80px 20px 80px!important; background: url(../userassets/bkg3.jpg) 0% 0% / cover !important;
}
.bussiness-bkg{
 background: url(../userassets/bkg6.jpg)!important;background-size: cover!important;
}

 /*------------------------------------featured-businesses----------------------------------------*/
 /*------------------------------------directory-section ----------------------------------------*/

.directory-section {
    background: #fff!important;background-size: cover!important;padding: 80px 20px!important;
}

.directory-banner {
    height: 472px;
}
.directory-section .badge {
    background: #fff1eb!important;
    border: 1px solid #96421d;
    border-radius: 30px;
    padding: 7px 12px!important;
    font-size: 13px;
}
 /*------------------------------------directory-section ----------------------------------------*/

 /*------------------------------------story-section ----------------------------------------*/

.story-section {
    background: url(../userassets/bkg5.jpg)!important;
    background-size: cover!important;
    padding: 80px 20px 100px!important;
}
.story-section  .border {
    border: 2px solid #252e34!important;
}

.story-section  .border-start {
    border-left: 3px solid #252e34!important;
}
/* Marquee Animation */
.marquee-section {
    white-space: nowrap;
}
.marquee-track {
    animation: scroll 25s linear infinite;
}

 /*------------------------------------story-section ----------------------------------------*/

/* page-contact */

.top-header{
 background: url(../userassets/headerbkg.jpg)!important;
    background-size: cover!important;
    height: 300px;
    background-position: center!important;
}


.page-contact {
    float: left;
    width: 100%;
    padding: 70px 20px;background: #EBE3D8;
}

.page-contact .btn-brand-green {
   padding: 14px 20px;
  font-size: 1.1rem;
   
}
.page-contact .btn-brand-green:hover {
    background: linear-gradient(90deg,#e77d2f 10%,#fda462 95%);
    color: #FFFFFF;
}

.page-contact .icon {
   background: #96421d;
    padding: 10px 14px;
    margin-right: 27px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.contact1 {
    margin-bottom: 30px;color:#a1a0a0;
}
.contact1 a {
    color: #a1a0a0;
    padding: 0;
    text-decoration: none;
}
.page-contact .icon i {
    color: #fff;
}
.contact1 h5 {
    font-size: 19px;
    color: #222;margin-bottom: 5px;
}
.captcha-img {
    width: 110px;
    margin: 5px 0;
    border-radius: 4px;
}
.captcha button{
        color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.contact-detail .card {
  background: #fff;
    padding: 33px;
    border-radius: 15px;
    height: 210px;
}

.contact1 p {
     margin-bottom: 0rem;line-height: normal;color: #a1a0a0;line-height: 1.5    
   
}
.contactupdate {
    background-color: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px#ddd;
    padding: 40px;
}
.form-control, .form-select {
    font-size: 15px;
    line-height: 2.5;
    color: #6c757d;
    border: 1px solid #282828;
    box-shadow: none;
    border-radius: 8px!important;
    background: #f6f6f6;
    transition: all .2s linear;
    height: 53px;
    font-size: 1rem;
    padding: 0.375rem 1rem;
}
/* page-contact */

/* page-about */
.about-page {
    padding: 70px 20px;
}
.value-card.h-100 {
    box-shadow: 0 0 20px #14141424;
    background: white;
    padding: 40px;
    border-radius: 15px;
}
/* page-about */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Category Pills */
.category-pill {
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.2s;
    background-color: white;
    cursor: pointer;
}
.category-pill:hover {
    background-color: var(--indigo);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Coupon Teaser */
.teaser-code {
    letter-spacing: 2px;
}

/* General Utils */
.scroll-hide::-webkit-scrollbar { display: none; }
.scroll-hide { -ms-overflow-style: none; scrollbar-width: none; }

.texture-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    pointer-events: none;
    z-index: 0;
}
.opacity-10 { opacity: 0.1; }
.opacity-75 { opacity: 0.75; }
.opacity-50 { opacity: 0.5; }


footer {
    padding: 80px 20px 100px!important;
    background: url(../userassets/bkg2.jpg)!important; float: left;
    width: 100%;
}

.social-icons a {
    text-decoration: none;
}

/*about page*/

.page-about {
    padding: 50px 20px;background: #F9F7F3;
}
.header-block {
    background: url(../userassets/bkg5.jpg)!important;
    padding: 40px 20px 40px!important;
    background-size: cover!important;
    height: 350px;
}
.header-block h2 {
    margin-top: 30px;
}
.opacity-8 {
    opacity: .8;
}

.cms img {
    float: left;
    width: 43%;
    margin-right: 45px;
    border-radius: 20px;
}


/*about page*/


/*------------------------------------directory-businesses-inside----------------------------------------*/


.directory-businesses-inside{
  padding: 80px 0px 100px!important;  background: #F9F7F3;

}
.directory-businesses-inside .card {
   float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 20px #00000042;
    border: 0px solid #5F3C66!important;
 padding: 0px;
}

.directory-businesses-inside .card-body {
    padding: 1.3rem 1.6rem;
}
.directory-businesses-inside .card img{
    max-width: 100%;
    height: 200px;
    width: 100%;
}
.directory-businesses-inside .card {
    height: 400px;
    width: 100%;
}
.directory-businesses-inside .card p {
    min-height: 20px;
}

.directory-businesses-inside .short_info .price {
    float: right;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.directory-businesses-inside .product_title {
   
    position: relative;
}
.directory-businesses-inside .product_title h3 {
   margin: 0 0 5px 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
}

.directory-businesses-inside  .btn.btn-default {
   background: #f6b63a;
    border-radius: 10px;
    padding: 5px 16px!important;
    box-shadow: none;
    font-size: 12px!important;
    font-weight: 600;
   
}
.directory-businesses-inside  .btn.btn-default:hover {
    background: #5F3C66;
    color: #fff;
    box-shadow: none;
}

.directory-businesses-inside .btn.btn-default i {
    font-size: 11px!important;
    left: 2px;
    padding: 2px 4px!important;
}
.directory-businesses-inside a {
    color: #222;
    text-decoration: none;
}

/*------------------------------------directory-businesses-inside----------------------------------------*/



 /*------------------------------------featured-businesses-inside----------------------------------------*/


.featured-businesses-inside{
  padding: 80px 0px 100px!important;  background: #F9F7F3;

}
.featured-businesses-inside .card {
   float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 20px #00000042;
    border: 0px solid #5F3C66!important;
 padding: 0px;
}

.featured-businesses-inside .card-body {
    padding: 1.3rem 1.6rem;
}
.featured-businesses-inside .card img{
    max-width: 100%;
    height: 250px;
    width: 100%;
}
.featured-businesses-inside .card {
    height: 500px;
    width: 100%;
}
.featured-businesses-inside .card p {
    min-height: 20px;
}

.featured-businesses-inside .short_info .price {
    float: right;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.featured-businesses-inside .product_title {
   
    position: relative;
}
.featured-businesses-inside .product_title h3 {
   margin: 0 0 5px 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
}

.featured-businesses-inside  .btn.btn-default {
   background: #f6b63a;
    border-radius: 10px;
    padding: 5px 16px!important;
    box-shadow: none;
    font-size: 12px!important;
    font-weight: 600;
   
}
.featured-businesses-inside  .btn.btn-default:hover {
    background: #5F3C66;
    color: #fff;
    box-shadow: none;
}

.featured-businesses-inside .btn.btn-default i {
    font-size: 11px!important;
    left: 2px;
    padding: 2px 4px!important;
}
.featured-businesses-inside a {
    color: #222;
    text-decoration: none;
}

.header-search-button {
    border: 0;
    padding: 14px 40px;
    width: 100%;
    border-radius: 7px;
    background: #96421d;
    color: #fff;font-size: 16px;
}
 .index_catagory {
    border: 0;
    background: transparent;
}
.search-panel form {
    margin: 0;
}
.reset-search a {
    background-color: #030F1F;
    padding: 14px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    margin-top: 0;
    display: block;
    text-align: center;
    text-decoration: none;
}



.cate-bubbles {
    display: flex;
    justify-content: center;
}
.cate-bubbles li {
    list-style: none;
    background: #fff5f1;
    padding: 5px 19px;
    border-radius: 30px;
    color: #96421d;
    border: 2px solid #96421d;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    float: left;
   margin: 0 5px 8px;
}

.cate-bubbles li a{
    color: #96421d;
   text-decoration: none;
}
.cate-bubbles li a:hover{
  color: #fff
   
}

.cate-bubbles li:hover{
 background: #96421d
}
@media only screen and (max-width: 1024px){

.featured-businesses-inside .short_info {
   bottom: 150px;
    
}
.product-home .row.gy-4.gx-5.mt-4 {
    --bs-gutter-x: 3rem!important;
}
.featured-businesses-inside .card-img-top img {
   height: 230px;
    width: 342px;
}
.featured-businesses-inside .card-img-top {
    height: 230px;
}
}
@media only screen and (max-width: 480px){
.featured-businesses-inside .card-img-top img {
   height: 260px;
    width: 100%;
}
.featured-businesses-inside .btn-indigo {
  
    font-size: 15px;
}

  }  
 /*------------------------------------featured-businesses-inside----------------------------------------*/

 /*------------------------------------product-display----------------------------------------*/

.product-header img {
    height: 350px;
    width: 100%;
}

.product-start {
    float: left;
    width: 100%;
    padding: 30px 0;
    background:#fff; 
    box-shadow: 2px 0px 10px #1515151c;
}

.product-start .container-fluid {
    width: 90%;
}
.product-info {
    width: 100%;
    padding: 45px 0;
    background:#F9F7F3; float: left;width: 100%;
}
.product-start .pro-title {
    float: left;
    width: 100%;
 margin-bottom: 0px;margin-top: 0px!important;
}
span.ad-address {
    float: left;
}
.pro-title span a, .pro-title span {
    font-size: 16px;
    color: #6c757d;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 4px;
}

.pro-title h2 {
  font-weight: 800;
    display: inline-block;
    font-size: 32px;
    float: left;
    width: 100%;
    text-transform: capitalize;
  text-align: left;
}
.pro-address {
    float: left;
}
.logo-box {
    margin-right: 0px;
    margin-top: -5px;
    width: 11%;
}
.logo-box img {
    float: left;
  width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 1px;
}
.logo-right {
 margin-left: 10px;width: 100%;
}
.pro-titlebar h2 {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 600;
}
.pro-title a{
   color: #6c757d;
   text-decoration: none;
}
.pro-bottom {
    color: #6c757d;
}

.product-info .card h1 {
  font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.pro-title span.pro-tag {
   display: initial;
    margin: 0 0 5px;
    padding: 4px 15px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    top: -6px;
    margin-left: 0px;
    background: #ffffff!important;
    position: relative;
    color: #040404;
    border: 2px solid #ddd;
    font-size: 10px;
    margin-right: 5px;
}
.product-info iframe {
    border: 0;
    border-radius: 20px;
    margin: 10px auto 10px;
    display: block;
    width: 100%;
    height: 370px;
}
.product-start .btn.btn-default i {
    transition: all ease .3s;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 0px!important;
    position: relative;
    top: 1px;
    padding: 0!important;
}
.rating .bi.bi-flag {
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
}
.product-info .card {
    padding: 0px;
    border-radius: 15px;border: 0px solid #222!important;
}
.pro-titlebar h2 i {
    position: relative;
    top: -5px;
}
.product-info .card-header {
   background: #ffffff;
    border-radius: 10px 10px 0 0 !important;
    padding: 12px 20px;
    margin-bottom: 0;
    background-color: #030F1F;
    border-bottom: 0px solid rgba(0,0,0,.125);
    height: 45px;
}

.pro-titlebar span a, .pro-titlebar span, .rating-counter a{
    font-size: 16px;
    color: #6c757d;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 4px;
  width: auto;
}
.product-info .card-body {
  border-top: 0px solid #ddd;
    padding: 20px 30px 30px;
}
.product-info p, .product-info li{
    line-height: 25px;
    font-size: 16px;
    list-style: none;
}
.product-info ul{
    padding: 0;
}
.post-review {
    float: right;
    font-size: 12px;
    position: relative;
    top: -6px;
    font-weight: 500;
}
.product .btn.btn-default {
   background: #614EC4;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.product .btn.btn-default:hover {
   background: #96421d;
     color: #222;
}
.product-info .card i {
   color: #222;
    font-size: 16px;border-radius: 50%;margin-right: 7px;
}

.product-info .product-left .card-body i {
    transition: all ease .3s;
    transform: rotate(35deg);
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 7px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: -1px;
    border: 1px solid #222;
    color: #222;
}
.product-info .product-left .card-body  li {
    list-style: none;
    padding: 0;
    width: 50%;
    float: left;
}
.product-info .card-body  ul {
     padding: 0;
}

.product-info .card-body ul strong{
    font-weight: 600;
}
.lising-left .bg-secondary {
    background: #f7ebe6!important;
    margin-left: 5px;
    color: #96421d!important;font-weight: 600
}
.lising-left i {
    color: #fff!important;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 7px;
    background: #96421d;
    padding: 3px;
    font-size: 12px!important;
}

.product-info  .card-header  h5 {
  border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline;
    padding: 0;
}

.author-box {
    float: left;
    width: 100%;
}
.card-top-side .topbtn {
    display: flex;
    justify-content: center;
}
.card-top-side {
    float: left;
    width: 100%;
    padding: 25px 20px;
    background: transparent;
    border-radius: 15px;
    border-width: 2px!important;
    border: 2px solid #96421D;
}
.card-top-side i {
    color: #fff!important;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 7px;
    border: 2px solid;
}

.sidebar-card .card-header h4 {
border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline;
    padding: 0;
}
a.btn-outline.rounded-pill {
    background-color: transparent;
    border-color: #6c757d;
    color: #6c757d!important;
    padding: 11px 40px;
    text-decoration: none;
    border: 2px solid #6c757d;
    display: block;font-weight: 500;
}
a.btn-outline.rounded-pill:hover {
    background-color: #030F1F;
    border-color: #030F1F;
    color: #fff!important;
   
}
a.btn-outline.rounded-pill:hover i{
   color: #fff!important;
   
}
.sidebar-widget .author__contact li {
    color: #6c757d;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;display: flex;
 
}
.author__contact li b {
    display: contents;
    color: #222;
}
.sidebar-widget .author__contact li span {
    float: left;
}
.authordis {
    line-height: 22px!important;
    color: #6c757d;
    font-size: 14px!important;
}
.author__contact {
    float: left;
    width: 100%;
    margin: 17px 5px!important;
}
.author__contact a {
    color: #6c757d;
    text-decoration: none;
}
.sidebar-card form {
    padding: 30px 30px;
}
.stars i {
    transition: all ease .3s;
    transform: rotate(35deg);
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    border: 0px solid #222;
    color: #222;
}
#starDiv i {
    transition: all ease .3s;
    transform: rotate(35deg);
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 7px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: -1px;
    border: 1px solid #222;
    color: #222;
}

.sidebar-widget .author__contact  .fa.fa-map-marker {
    padding: 6px 9px;
}
.sidebar-widget .author-box img {
   float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(82 85 90 / 20%);
    margin-top: 5px;
}

.sidebar-widget .authorname {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 2px;
}
.sidebar .sidebar-widget .authordis {
    font-size: 15px;
    color: #6c757d;
    font-weight: 400;
}
.sidebar-widget .author-link {
    text-align: center;
    padding-top: 20px!important;
    margin: 0 0 10px 0;
    border-top: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.sidebar-card .card-body {
    padding: 1rem 1.5rem!important;
}
/*.youtube a {
    background: #f30606!important;
}*/

.bilink a {
    background: #115fd3!important;
}
.bilink .bi.bi-link-45deg {
    color: #fff;
}


.author-link li {
    margin-right: 10px;
}
.author-link li i {
    background:#030F1F!important;
    color: #fff!important;
    border: 0!important;
    padding: 8px 10px!important;
}
.author-link li i:hover {
    background: #96421d!important;
    color: #fff!important;
   
}
.author-link {
    float: left;
    width: 100%;
}
.titook {
    width: 24px;
    position: relative;
    top: -1px;
}
.sidebar-card .overlay_5 {
    position: absolute;
    
    display: none;
}
.sidebar-card .card-img-top  .img-fluid {
       max-width: 100%;
    height: 500px;
    width: 100%;
}

.sidebar-card .product_title h3 a {
    font-size: 22px;
    color: #111;
    text-decoration: none;
}
.sidebar-card .product_title h3 {
  margin-bottom: 10px;
}

.sidebar-card .product_title  h3 strong {
    font-size: 33px;color: #fff
}
.deal-banner .card-body {
 background: #00000073;
    width: 92%;
    position: absolute;
    bottom: 27px;
}
.deal-banner .btn.btn-link {
    background: #569116;
    padding: 4px 20px;
    text-decoration: none;
    color: #fff;font-family: 12px
}

.deal-banner {
    height: 400px;
}

.product_price {
    color: #ffd94d;
    font-size: 20px;font-weight: 600
}
strike {
    opacity: .7;font-weight: 300;font-size: 18px
}
.deal-timer {
    display: inline-block;
    background: #ffd94d;
    margin-bottom: 13px;
    padding: 0 10px;
    border-radius: 5px;
}

.report-btn {
    position: absolute;
    right: 8px;
    font-size: 12px;
    top: 9px;
    padding: 4px 10px;
    border-radius: 4px;
}
.product_title h3 a {
   
    line-height: 1.1;
   
}
.sidebar-card .product_title h3 a {
    font-size: 22px;
    color: #111;
    text-decoration: none;
}
.sidebar-widget .author-link li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
   /* background-color: #444;*/
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    margin-bottom: 10px;
}
.signupbtn .btn.btn-default {
    background: #96421d;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #0b0b0b;
}

.signupbtn .btn.btn-default:hover {
  background: #614EC4;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
  line-height: 30px!important;font-family: 'Poppins', sans-serif;
}


.side-list ul li:not(:last-child) {
   border-bottom: 1px dashed #bdbebf;
   
}
.side-list ul li span {
    float: right;
    color: #6c757d;
    letter-spacing: -1px;   
}
.banner img {
    height: 365px;
    border-radius: 20px;
    width: 100%;
}

.tags .btn-outline-primary {
  font-weight: 500;
    margin-bottom: 13px;
    margin-right: 6px;
    min-width: 120px;
    position: relative;
    color: #080808;
    background: #fbf6f3!important;
    border: 2px solid #96421d;
    border-radius: 30px;
    padding: 7px 12px!important;
    font-size: 13px;
}
.tags .btn-outline-primary:hover {
    border: 2px solid #fff4f4;
    background: #96421d!important;
    color: #fff;
}
.product-view .card-body {
    padding-bottom: 0;
}
.product-view .card-body a {
    color: #222;
    text-decoration: none;


}

/*==================================time-line=======================================*/

.time-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
   padding: 0!important;
    margin: 0
}
.time-content i {
    margin-right: 7px;padding: 5px 6px;
}
.p-4 {
    padding: 1.5rem !important
}




.time-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.time-item>* {
     padding: 10px;
    font-weight: 500;
    color: #333;
  
}

.time-item .avatar {
    z-index: 2
}

.time-item:last-child .time-dot:after {
    display: none
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-item:last-child .time-dot:after {
    display: none
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.time-dot:after,
.time-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.time-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-dot {
    position: relative;
    border-color: rgb(0 23 38 / 31%);
}

.time-dot:after,
.time-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.time-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.time-content p:last-child {
    margin-bottom: 0
}

.time-date {
   font-size: 13px;
    float: left;
    line-height: 24px;
}





/*-------------------------------------addisplay----------------------------*/

 .headerblock2 h2 {
  /*  padding: 0!important;*/
}
.ad-top {
       padding-bottom: 0px;
    color: #0c0c0c;width: 100%;
}

.ad-top a {
    color: #222;
    text-decoration: none;
}

.ad-display {
    padding: 40px 0;
    background: #F9F7F3;
}



.ad-bubble {
    margin-bottom: 26px; color: #666;font-size: 15px;
}
.ad-bubble a {
  color: #111;
    font-weight: 500;
    font-size: 15px;
    margin-left: 0px;
    position: relative;
    text-decoration: none;
}
.topbtn a {
  text-decoration: none;  
}
.topbtn {
   display: flex;

}
.carousel-control-next, .carousel-control-prev{
    display: none;
}

.post-review .bi.bi-exclamation-octagon {
    padding: 4px 6px!important;
}

.post-review {
 padding: 0;
    float: right;
    background: transparent;
    box-shadow: none;
    border: 0;
    position: relative;
    right: 20px;
    font-weight: 600;
    top: 0;
    color: #fff;
    text-transform: capitalize;
}
.post-review:hover {
    color: #96421d;
    background-color: transparent;
    border-color: transparent;
}

.ad-display .post-review {
    padding: 0;
    float: right;
    background: transparent;
    box-shadow: none;
    border: 0;
    position: relative;
    right: 0;
    font-weight: 600;
    top: 2px;
}
.ad-display .post-review .bi.bi-exclamation-octagon {
    padding: 7px 10px!important;
    position: relative;
    top: 0px;
}
.post-review .bi.bi-exclamation-octagon {
  padding: 7px 10px;
    position: relative;
    top: 0px
}
.exclusive {
 background:url(../userassets/exclusive.png)!important;    
 background-size: cover!important;
}
.topbtn i {
  margin-right: 5px;
    transition: all ease .3s;
    background: #9d502d;
    padding: 9px 9px;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 3px;
    box-shadow: none;
    position: relative;
    color: #fff;
    transition: all 0.5s ease 0s;
    border: transparent;
}
.add-to-wishlist:hover .fa.fa-heart-o {
    color: #fff!important;
    animation: toTopFromBottom 0.3s forwards;
}
 .btn-light:active{
     background-color: transparent;
    border-color: transparent;
}

.topbtn i:hover  {
 color: #fff!important;
    background: #030F1F;
   
}
.swal2-popup.swal2-toast.swal2-show{
   border-top: 10px solid #056248;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
    border:3px solid #056248;
    padding: 3px 4px;
    color: #056248;
}
.ad-display-start {
    border: 0px solid #222;
    border-radius: 15px;
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.ad-display .carousel-item img{
    border-radius: 15px 15px 0 0;
    width: 100%;
   height: 550px;
}
.ad-display .card-header {
    border-radius: 10px 10px 0 0 !important;
    padding: 0.48rem 1rem;
    margin-bottom: 0;
    background-color:#030F1F;
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.ad-display .card-header h3 {
  font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.ad-display .phone {
    color: #fff;
    background-color: #96421d;
    border-color: transparent;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
    padding: 10px 30px!important;
    border-radius: 30px;
    margin-right: 10px;width: 100%;
}
.ad-display  .card {
 border-radius: 15px;
    background: #fff;
    border: 0px solid #222;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 0;
}
.ad-price  h2 {
  font-weight: 700;
    font-size: 32px;
    float: left;
    margin-right: 10px;
}
.ad-price {
    text-align: left;
}
.ad-price h5 {
   padding: 3px 13px;
    border-radius: 30px;
    font-weight: 600;
    display: initial;
    background: #ffffff!important;
    position: relative;
    color: #040404;
    border: 2px solid #ddd;
    font-size: 12px;
}
.ad-price span {
    font-size: 15px;
    color: #888;
    font-weight: 400;
}

ad-display
.ad-detail .card-body {
    flex: 1 1 auto;
    padding: 0.7rem 1.5rem 1.2rem;
}
.ad-detail p {
    font-size: 15px;
    color: #444;
    line-height: 30px;
    float: left;
    width: 100%;
    margin: 0 0px;
}
.ad-detail .card-header i{
margin-right: 3px;
    color: #fff;
}
    
.side-banner img {
    border-radius: 15px;
}
.caution i {
    margin-right: 3px;
    /* position: relative; */
}
.caution  {
    padding: 1rem 1rem!important;
     border-radius: 15px!important;
    
}
.caution-des h6 {
    display: flex;
    line-height: 25px;
}
.caution h6 {
    font-size: 15px;
    margin: 0;
    color: #222;
    font-weight: 500;
    display: flex;
}
.caution-btn a {
   color: #fff;
    background-color: #614EC4;
    border-color: transparent;
    font-size: 12px;
    margin-top: 0;
    font-weight: 500;
    padding: 6px 14px!important;
    border-radius: 30px;
    margin-bottom: 8px;
   
}
.caution-btn a:hover {
  color: #222;
   background: #96421d; border-color: transparent;
}
.caution-des {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.caution-btn {
    text-align: center;
}
iframe {
    border: 0;
    width: 100%!important;
    border-radius: 15px;
    margin: 10px 0;height: 500px;
}
.mapouter, .gmap_canvas {
    position: relative;
    text-align: right;
    height: 400px;
    width: 620px;
    width: 100%!important;
}
.ad-detail .card-body li {
    list-style: none;
    float: left;
    padding: 5px 0;
    background: #fff;
    margin: 0px;
    border: 0px solid #ccc9c9;
     font-size: 15px;
    min-width: 46%;
}



.highlight li {
    border: 0!important;
    font-weight: 600;
   
}

.ad-detail .card-body ul {
padding: 0px 0 0px;
    width: 100%;
    margin: 0 0 10px;
    float: left;
}
.ad-detail li b{
  color: #222;  
}
.ad-detail li span {
    color: #6c757d;
    font-weight: 500;
    padding-left: 10px;
}
.ad-detail li i {
    margin-right: 5px;
    transition: all ease .3s;
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 3px;
    box-shadow: none;
    position: relative;
    color: #000000;
   
}
.side-banner {
    width: 100%;
}

.coninfor li {
   border: 0;
    float: none!important;
    border-bottom: 0px solid #ddd!important;
    width: 100%!important;
     background: transparent!important;
}
aside .user-name {
    text-align: left;
}
.rec {
    font-size: 15px;
    color: #555;
}
aside .user-info img {
   float: left;
    margin-right: 20px;
    border: 2px solid #d1d2d1;
    padding: 5px;
    background: #fff;
    width: 75px;
    top: 0;
    height: 75px;border-radius: 50%;
}
aside .user-name {
    line-height: 1;
    color: #222;display: flow-root;
}
aside .user-info h5 {
    font-size: 1.25rem;
    font-size: 21px;
    font-weight: 700;margin-bottom:5px;
}
aside .user-info p {
    font-size: 15px;
    color: #666;
}
aside .card-body {
  flex: 1 1 auto;
    padding: 1.7rem 1.5rem;
    background: #fff;
    border-radius: 15px;
}

aside .user-name  ul {
    padding: 0;
}
aside .card a {
    text-decoration: none;
}
.user-name li {
    list-style: none;
    line-height: 33px;
    color: #6c757d;
}

.user-name li b {
    font-weight: bolder;
    color: #222;
}
.user-des {
    color: #666;
    text-align: center;
    font-size: 15px;
    line-height: 26px;float: left;
    width: 100%;    
}
.user-info {
   
    width: 100%;
    margin-bottom: 10px;
}

.ad-display .email {
    color: #fff;
    background-color: #584ccb;
    border-color: transparent;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    padding: 10px 30px!important;
    border-radius: 20px;
}
.ad-display .btn-info:hover {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}
.ad-display .events-icon {
   
    display: flex;
}
.ad-display .events-icon i {
     position: relative;
    top: 3px;
}
.highlight li {
  width: 100%!important;
    display: flex;
    line-height: 26px;margin-bottom: 5px;
}

.highlight li:before {
    font-family: "Feather";
    top: 3px;
    border-radius: 50%;
    position: relative;
    margin-right: 7px;
    content: "\e829";
    background: #96421d;
    padding: 0px 5px;
    font-size: 9px!important;
    color: #fff;
    height: 20px;
    line-height: 2.5;
}

.ad-title {
    background: transparent;
  width: 100%;font-weight: 700;margin: 0 0 3px;
}
.ad-title p {
    color: #888;
    font-weight: 600;
}

.event-title {
    font-weight: 700;
}

.event-icon {
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.event-icon i {
    background: #96421d;
    padding: 6px 6px;
    border-radius: 50%;
    color: #fff;font-size: 14px
}


.event-inner {
    color: #6c757d;
    font-weight: 400;
}
.event-content a {
    color: #222;
    font-weight: 700;
}
.alert {
     background-color: #f3f3f3;
    border: 1px solid #ddd;
}

.alert1 {
    background:#FFF3CD;
    position: relative;
    padding:20px;border-radius: 10px;color: #664d03;
}

/*------------------------------socialshare--------------------------------*/
 .shareurl img {
    width: 70%;
}
.shareurl {
position: relative;
    top: 0px;
    left: 0px;
}
.shareurl .btn-danger {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.shareurl .btn-danger:hover {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
}
.shareurl:hover i {
    color: #222!important;
    animation: toTopFromBottom 0.3s forwards;
}
.socialshare .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
.socialshare .modal-header {
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1rem 0.5rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    
}
.socialshare .modal-body {
   border-radius: 0 0 10px 10px;
    padding: 10px 0 16px;
    background: #fff;
}
.socialshare .modal-content {
 border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    margin:auto;
    background: transparent;
}
.socialshare .modal-title {
  text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1dcdc;width: 100%;
}
.socialshare .btn-close {
    opacity: .8;
    position: relative;
    top: -21px!important;
    z-index: 999;
    right: 6px;
}
.social-icon .bi.bi-facebook {
    color: #3b5998;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-twitter {
    color: #55acee;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-pinterest {
    color: #DF0022;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-linkedin {
    color: #065CBA;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-whatsapp {
    color: #00BB04;
    background: transparent!important;
    padding: 0!important;
}
.social-icon  .bi.bi-send {
    color: #e73232;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-instagram {
    background: -webkit-linear-gradient(45deg, #3d009f, #e91e63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-icon a {
    text-decoration: none;
    font-size: 22px;
}
.social-icon {
    text-align: center;
    position: relative;
    top: -5px;
}
.sharesocial {
    text-align: center!important;
    margin: auto!important;
    width: 47%!important;
    padding: 5px 0 10px!important;display: none;
}


.btn-close:after {
    content: "\f62a";
    font-family: bootstrap-icons!important;
    margin-left: 0px;
    transition: all 0.1s ease-in-out;
    font-size: 16px;
    background: #e5e5e5!important;
    padding: 5px 5px;
    border-radius: 50%;font-weight: bold;
}
/*==================barter-display===================*/

.barter-display {
    padding: 40px 0;
    background: #F9F7F3;
}
.barter-display h2 {
    font-weight: 700;
    text-transform: capitalize;
}
.barter-display .card img {
    border-radius: 15px;
}
.barter-display .card i {
    margin-right: 3px!important;
}

.barter-display h2 span {
    font-size: 14px!important;
    position: relative;
    top: -8px;
    font-family: 'Inter';
}
.btn-link {
    background: #030F1F;
    width: 100%;
    border-radius: 30px;
    padding: 12px 30px;
    color: #fff!important;
    margin-bottom: 20px;
}


/*==================barter-display===================*/
/*==================events===================*/
.events{
    padding:30px 20px;
}
 .breadcrumb li {
    float: left;
}
 .breadcrumb li a{
    color: #96421d!important;text-decoration: none;font-weight: 500
}
 .breadcrumb {
    display: block;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
   content: "\e844";
    font-family: 'feather';color: #96421d;
}

.breadcrumb a{
   text-decoration: none;
}
 .btn-indigo i{
    color: #fff!important;
 }
.gap1 {
    font-size: 13px;
    margin-top: 28px;
    margin-left: 10px;
    margin-right: 10px;
}
 .card-top {
    padding: 20px 30px 30px;
}
.events .card-header i{
    color: #fff;
}
.events .card-image{
    float: left;
    width: 100%;
}


/*==================events===================*/
/*-------------------------------loginpage-----------------------------*/
.section.userlogin{
    float: left;
    width: 100%;
    height: auto;
background-position: 23% 100%!important;
    background: url(../userassets/bkg1.png);
    background-size: cover;
    overflow-y: hidden;
}

.userlogin .container {
    width: 100%;
}
.page-login:before {
    position: absolute;
    z-index: 0;
    background: url(../userassets/aboutbkg.jpg);
    content: "";
    min-height: 110%;
   width: 600px;
    top: 0;
    left: 0;
   height: 65vw;
}
.page-login .container {
  max-width: 100%;
 width: 80%;
}
.login {
    padding: 65px 55px 70px;
}

.loginlogo img {
    width: 36%!important;
    margin: 15px auto 15px!important;
    border-radius: 0!important;
    height: auto!important;
}

.loginstart {
 background: #fff;
    border-radius: 26px;
    margin: 60px 0;
    box-shadow: 0 0 20px #2d2c2c3d;
    padding: 0 0px 0px 0px;
    border: 0px solid #111;
 
}
.loginstart form {
    margin: 25px 0 15px;
}

.loginstart img {
  border-radius: 20px 2px 0px 20px;
 
 margin: 0px;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}


.loginstart h3 {
    font-size: 30px;
    font-weight: 700;
}
.login-form h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4vw;
    font-weight: 600;
    margin-bottom: 6px;
}
.loginstart .form-check-label a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}
.loginstart h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px!important;
    margin-top: 10px;
}
.loginstart h5 {
    font-size: 16px;
    line-height: 1.5;
}

.loginstart h2 {
     font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    margin: 20px 0 0;
    font-weight: 700;
}

.login-form h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
   line-height: 1.8;
}

.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}
.btn-primary a {
    color: #fff;
    text-decoration: none;
}

.loginstart .bi {
    font-size: 50px;
    color: #6ec969;
}

.loginuser{
    width: 100%;
    margin: auto;
}

.loginuser .btn.btn-default {
    padding: .9vw 2.5vw;
    color: #fff;
    border-radius: 50px;
     font-size: 16px;
    /*font-size: 1.2vw;*/
     font-weight: 500;
    background-image: radial-gradient( circle farthest-corner at 18.2% 37.2%, rgba(19,134,133,1) 0%, rgba(12,118,117,1) 98.1% );
    border: 5px solid #47abaa;
}


.loginbtn .btn.btn-default {
    border-radius: 30px;
    padding: 10px 50px;
    background-image: linear-gradient(to right, #f36b4a, #584ccb, #f36b4a);
    background-size: 200% auto;
    font-weight: 600;
    line-height: 2;
    border: 0;
    background-size: 150% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
   
}
.loginbtn .btn.btn-default:hover {
    background-position: 100% 0%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background:#96421d;
    color: #222;
}
.loginbtn .btn.btn-default:hover i {
    transform: translateY(0px);
}
.loginbtn .btn.btn-default i {
   transition: all ease .3s;
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: -1px;
    color: #080808;
}
.loginbtn .bi.bi-arrow-up-right {
    background: #1e705e;
    padding: 4px 7px;
    border-radius: 50%;
    border: 2px solid #ffffff82;
    font-size: 12px;
    color: #fff;
}

.loginbtn .fa.fa-arrow-right {
    background: #309d9d;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    left: 0px;
    transform: translate3d(5px, 0, 0);
}
.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #030F1F;
    font-weight: 600;
}
.lost a:hover {
   color: #A84937;
   text-decoration: underline;
}
.bottombtn {
    text-align: center;
}
.bottombtn .btn img {
    width: 23px;
    margin-right: 4px;
}
.bottombtn .btn {
    font-size: 13px;
    padding: 10px 6px;
    border: 1px solid #ddd;
    color: #6c757d;
    margin: 0px 2px;
    background-color: transparent;
}
.account {
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: 700;
  
}
.account a {
    font-size: 17px;
   text-align: center;
    text-decoration: none;
    color: #030F1F;
    font-weight: 600;
}
.account a:hover {
   color: #A84937;
   text-decoration: underline;
}
.contact-title img {
    width: 34%;
    margin: 0px auto 25px;
    height: auto;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: transparent;
     font-size: 13px;
}


/*==============contactinfo=================*/
.dblock {
    background: #d6e3f3;
    padding: 20px;
    height: 210px;
    border-radius: 15px;
    box-shadow: 0 0 20px #5259af29;
}
.dblock-icon {
    float: left;
    margin-right: 30px;
}
.dblock .btn-dark {
    color: #fff;
    background-color: #614EC4;
    border-color: #614EC4;
    margin-top: 20px;
    padding: 6px 20px;
}
.dblock .btn-dark:hover {
    color: #222;
    background-color: #96421d;
    border-color: #96421d;
    
}
.dblock  h3 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 24px;
    margin-top: 15px;
}
.dblock  h5 {
   font-size: 17px;
   
}
/*==============contactinfo=================*/

@media only screen and (max-width: 768px){
.loginlogo img {
   width: 46%!important;
    margin: 0px auto 15px!important;
}
 .login {
    padding: 30px 20px 20px;
    width: 100%;
}
.account {
    
 font-size: 15px;
}
.loginstart {
    margin: 20px 0;
}
}
@media only screen and (max-width: 425px){
.userlogin .container {
    width: 95%;
}
.loginstart h2 {
   font-size: 24px;
    margin: 10px 0 0;
}
.loginbtn .btn.btn-default {
   font-size: 16px;
}
.loginstart h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px!important;
    margin-top: 10px;
    line-height: 25px;
}
.login {
    padding: 30px 20px 35px;
    width: 100%;
}
.account a {
    font-size: 15px;
    
}
}

/*-------------------------------loginstart-----------------------------*/


/*-------------------------------form-alart-----------------------------*/
.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 5px;
    margin: 0;
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 0px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 2;
}
.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert-success {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 12px;
    width: 60%;
    text-align: center;
}

.alert .btn-close {
   
    background-image: none!important;
}






/*-------------------------------form-alart-----------------------------*/
/*-------------------------------modal-----------------------------*/

.modal .form-check {
    font-size: 13px;
    color: #555;
    padding: 5px 27px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
   background: #030F1F;
    color: #fff;
    background-position: 140% 62%;
}

.modal-content {
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 10px;
}
.btn.btn-lg.btn-success{
  background-color: var(--indigo);
    border-color: var(--indigo);
    color: #fff!important;
    padding: 11px 40px;
    border-radius: 30px;  
}
.btn.btn-lg.btn-success:hover{
  background-color:  #030F1F;
   color: #fff!important;
    
}
.modal-footer{
    display: none;
}
.modal-header .btn-close {
       padding: 0;
    margin: 0;
    background-image: none;
    position: relative;
    top: -10px
}
.greynote{
color: #6c757d;font-weight: 400
}


@media only screen and (max-width: 1024px){
/*.form-control, .form-select {
   
    margin-bottom: 12px;
}*/

.search-panel.sticky-top {
    position: -webkit-sticky;
    position: relative;
    top: 0;
    z-index: 1020;
}
.directory-businesses-inside {
    padding: 60px 0px 50px!important;
  
}
.header-block .col-lg-7.text-dark {
    width: 50%;
}
.header-block .col-lg-5.text-end {
    width: 50%;
}


.header-block .lead {
    font-size: 17px;
    
}
.header-block .col-lg-5.text-end img {
    margin-right: -63px;
}
}

@media only screen and (max-width: 768px){
.directory-businesses-inside .card img {
   height: 170px;
   
}
.header-block {
  
    height: 200px;
}
.header-block img {
 margin-top: -26px;
    width: 75%;
    margin-right: -14px!important;
}
.header-block h1 {
    font-size: 27px;
}
.form-control, .form-select {
  /*  margin-bottom: 0;*/
    font-size: 14px;
}
.search-panel .dropdown-toggle {
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    padding: 6px 7px 0 0px;
}
.index_catagory {
   
    width: 100%;
}
.events {
    padding: 10px 20px;
}
.product-info {
   
    padding: 20px 0;
    
}
.navbar-collapse {

    padding: 0px 15px 20px;
}
.top-btn {
    margin-left: 0;
    margin-top: 10px;
}
.featured-businesses-inside .card {
    height: auto;
    width: 100%;
}
.blockscroll {
    margin-top: 0.5rem!important;
}

.ad-display {
    padding: 30px 15px;
    
}
}
@media only screen and (max-width: 480px){
.header-block {
    height: 125px;padding: 40px 10px 40px!important;
}
.header-block h1 {
    font-size: 22px;margin-top: -20px;
}
.header-block p {
    display: none;
}
.header-block img {
   margin-top: -29px;
    width: 90%;
}

.featured-businesses-inside .btn-indigo {
    
    font-size: 15px;
}
.topbtn i {
    margin-right: 4px;
     padding: 7px 7px;
    font-size: 13px;
    margin-left: 3px;
    
}
.ad-display-start {
  padding: 17px 22px;
   
}
.ad-title {
  margin: 0 0px 3px 0px;
    font-size: 22px;
}

.featured-businesses-inside {
    padding: 50px 15px 60px!important;
   
}
.directory-businesses-inside .card img {
    height: 180px;
}
.directory-businesses-inside {
    padding: 60px 15px 50px!important;
}
.ad-title p {
    
    font-size: 14px;
}
.topbtn {
   
    margin-top: 6px;
}
.ad-detail .card-body li {
     min-width: 0%;
   display: flex;
}
 .cate-bubbles ul {
    padding-left: 0;
}
.card-top {
    padding: 18px 22px 30px;
}
.card-top .badge {
    font-size: 12px!important;
    padding: 6px 10px!important;
    margin-top: 8px!important;
    margin-right: 14px!important;
}

.breadcrumb {
    display: block;
    float: left;margin-bottom: 0px;
}
.breadcrumb li a, .breadcrumb li  {
     font-size: 14px;
}

.events .card-top .pro-title h2 {
    width: 63%;
    font-size: 20px;
    line-height: 26px;
}
.events {
    padding: 10px 10px;
}
.product-info .card .bi.bi-star-fill {
   font-size: 11px;
   margin-right: 1px;
}
.ad-detail .card-body {
    padding: 15px 19px;
}
.ad-detail li i {
   
    margin-top: 3px;
}
aside .user-info img {
    float: none;margin-right: 0;
    
}
aside .user-info h5 {
    font-size: 18px;
    
    margin-top: 10px;
}
.user-name li {
   
    font-size: 15px;
}
.event-btn {
    font-size: 13px;
    padding: 7px 16px;
}
}


/*-------------------------------modal-----------------------------*/
@media screen and (min-width: 1500px) and (max-width: 3500px) { 
.product-header img {
    height: 450px;
   
}
.featured-businesses-inside .card img{
    height: 280px;
   
}
.coupons-section img.card-img-top {
   height: 400px;
}
}