:root {
  --primary-color: #710a97;
  --secondary-color: #fd9404;
  --primary-dark: var(--secondary-color);
  /*--primary-soft-color: var(--secondary-color)1a;*/
  --primary-soft-color: #dfd5f9;
  --secondary-soft-color: #fffaf6;
}
label.error{
  color: #ff0000!important;
}
a{
  text-decoration: none;
  color: inherit!important;
}
a,div,h1,h2,h3,h4,h5,h6,span{
  color: #414141;
}
button.btn-close{
  background: none!important;
  top: -3px!important;
  font-weight: 600;
}

.btn:focus{
  box-shadow: none!important;
  outline: none!important;
}
.btn-primary{
    background: linear-gradient(90deg, #12458a 0%, #114b92 61.3%) !important;
    color: #fff!important;
    transition: 0.3s!important;
    padding: 5px 30px 5px 30px;
    font-size: 17px;
    border-color: transparent;
}
.btn-primary:hover{
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s!important;
  border-color: transparent;
}
.btn-primary:focus{
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  transition: 0.3s!important;
}

.btn-theme-primary{
  background: linear-gradient(90deg, #00afff 0%, #4a91bb 61.3%) !important;
  color: #fff!important;
  transition: 0.3s!important;
  padding: 7px 30px 7px 30px;
  font-size: 17px;
  border-color: transparent;
  font-weight: 600;
/*  box-shadow: 0px 10px 20px 0px rgba(64,236,217,0.5)!important;*/
}
.btn-theme-primary:hover{
  transition: 0.3s!important;
  box-shadow:none!important;
}

.navbar-brand img{
  height: 35px;
}
.navbar {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}
.pagination {
    display: block;
}
.page-item {
    display: inline-block;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-soft-color);
    border-color:  var(--primary-soft-color);
    box-shadow: 0 0 0 0.15rem var(--primary-color);
    color: var(--primary-color);
}
.page-link {
    margin-right: 10px;
    min-width: 40px!important;
    border-radius: 8px;
}
.page-link:hover {
    background-color: var(--primary-soft-color);
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 6px;
}
.page-link:focus {
    border-radius: 6px;
    box-shadow: 0 0 0 0.15rem rgb(98 34 178 / 31%);
}
.input-img img{
  height: 60px!important;
  width: 60px!important;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-top: 8px;
  padding: 3px;
}

@media(max-width: 1200px){
  .our-service-section .row{
    width: 100%;
  }
  .our-service-section .col{
    width: 25%!important;
    margin-top: 30px;
  }
}
img{
  max-width: 100%;
  height: auto;
}
.signup-card{
    position: relative;
    z-index: 1;
    top: -56px;
    border-radius: 40px;
}
.join_head h2 {
    color: #12458A;
    font-weight: 600;
    font-size: 36px;
   /* margin-top: -25px;
    margin-bottom: 30px;*/
    display: inline-block;
}
.join_head ul li button{
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: #525E6E;
    font-weight: 500;
    font-size: 21px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
.form-control{
  border-radius: 7px;
  font-size: 15px!important;
  height: 40px;
  transition: 0.3s;
}
form label{
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
form .btn{
  padding: 8px 30px!important;
  border-radius: 7px;
}
.web-logo{
  height: 39px!important;
}
.web-logo.footer-logo{
/*  height: 80px!important;*/
}

/*footer css start*/
    .footer{
      /*background: #0C0524!important;*/
        background: linear-gradient(90deg, #12458a 0%, #114b92 61.3%) !important;
        padding-bottom: 40px;
        padding-top: 100px;
    }
  .footer-list-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ft-list {
    margin:0px;
    padding:0px;
  }
  .ft-list li {
    list-style: none;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .ft-list li a {
    text-decoration: none;
    /*font-family: "Montserrat",Verdana,Helvetica,sans-serif;*/
    font-size: 16px;
    line-height: 16px;
    color: #fff!important;
  }
  .ft-list li a:hover {
      transition: 0.3s;
    color: var(--primary-color);
    
  }
  .ft-heading{
    font-weight: 500!important;
    color: #fff;
    font-size: 20px;
    line-height: 1.42857;
    margin-bottom: 18px !important;
  }
    .footer-social{
      margin-left: -34px;
      margin-top: 20px;
    }
    .footer-social ul{
      position: relative;
      display: flex;
      z-index: 2;
    }
    .footer-social ul li{
      position: relative;
      list-style: none;
      margin: 5px;
    }
    .footer-social ul li a{
      text-decoration: none;
      display: inline-block;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px!important;
      color: #505050;
      transition: 0.5s;
      backdrop-filter: blur(2px);
      overflow: hidden !important;
      font-weight: 300;
      line-height: 21px;
      margin-right:10px;
    }
    .footer-social ul li:nth-child(1) a{
      font-size: 23px!important;
    }
    .footer-social ul li a img{
      height: 20px;
      width: 24px;
      margin-right: 10px;
    }
    .footer-social ul .facebook a img{
      height: 20px;
      width: 15px;
      margin-right: 10px;
    }
    .footer-social ul .instagram a img{
      height: 22px;
      width: 21px;
    }
    .footer-social ul li a:hover{
      transform: translateY(-2px);
    }
        .footer-copyright{
            color: #fff;
            font-size: 14px;
            background: #5500ab;
            padding: 22px 0px;
          /*background: linear-gradient(90deg, #4f13b5 0%, #6418c3 35%, #7b1cd3 100%);*/
         /* border-top: 1px solid #fff;*/
        }
        .footer-copyright span{
          color: #fff;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 1px;
        }
        .footer-logo img{
          height: 50px!important;
        }

        .footer-logo p {
            font-weight: 400;
            font-size: 16px;
            color: #fff;
        }
        @media(min-width: 1200px){
            .ft-about-mob p{
                padding-right: 50px;
                text-align: justify;
            }
        }
  .pad-li {
      padding-left: 0px;
      position: relative;
  }
  .pad-li i {
      position: absolute;
      left: 0px;
      display:none;
  }
  .footer-logo a{
    font-size: 16px!important;
  }

  .footer-social ul li a{
  }
  .footer-social ul li a:hover{
    opacity: 1;
  }
  .footer-social ul li.facebook a{
    padding-top: 2px;
  }
  /*.footer-social ul li.instagram a{
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  }*/
  /*.footer-social ul li.whatsapp a{
    background: #2BB741;
  }*/

  /*footer css end*/

.single-right-tab{
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.single-right-tab .single-head{
  color: var(--primary-color);
  font-weight: 700;
}
.single-right-tab .single-head i{
  position: absolute;
  left: 0px;
  color: var(--secondary-color);
}
.bottom-subtitle{
  font-size: 15px;
  color: #9f9f9f;
}
.banner-text h1{
  color: #fff;
}
.banner-text{
/*  padding-bottom: 30px;*/
}
.btn-secondary-outline{
  border: 2px solid var(--primary-color);
  padding: 6px 20px;
  border-radius: 6px;
  color: var(--primary-color);
  background: #fff!important;
  transition: 0.3s;
}

.btn-secondary-outline:hover{
  border: 2px solid #fff;
  color: #fff;
  background: var(--primary-color)!important;
  transition: 0.3s;
}

.btn-join.btn-secondary-outline{
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 50px;
  margin-top: 20px;
}
@media(max-width: 1200px){
  .banner-image-grid{
    display: none;
  }
}

.home-main-banner{
  /*background: var(--primary-color)!important;*/
  background: linear-gradient(90deg, #4f13b5 0%, #6418c3 35%, #7b1cd3 100%);
}
.home-main-banner-bottom{
    background: linear-gradient(90deg, #67bac5 0%, #71bfc9 61.3%) !important;
/*    height: 130px;*/
    position: relative;
    overflow: hidden;
}
.get_paid_img{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
}
.get_paid_img li{
    flex-grow: 1;
/*    padding: 20px 0;*/
    text-align: center;
}
.banner-text p{
  color: #fff!important;
  font-size: 17px;
}
.banner-text{
 /* padding: 200px 0 120px 0!important;*/
}
.banner-text h1{
  font-weight: 900!important;
}
.btn-join.btn-secondary-outline {
    padding: 10px 71px;
    font-size: 17px;
    font-weight: 500;
}
.home-sections{
  margin-top: 80px;
}
.home-section-title{
  font-size: 36px;
  font-weight: 700;
  color: #1a0e47;
  text-align: center;
  margin-bottom: 30px;
}
.category-single-block{
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  transition: 0.3s;
}
.category-single-block:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}
.category-icon{
  background: #f3f3f3;
  height: 55px;
  width: 55px;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 50px;
  transition: 0.3s;
}
.category-icon i{
  font-size: 25px;
  color: var(--primary-color);
}
.category-icon svg{
  fill: var(--primary-color)!important;
}
.category-content{
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 28px;   
  overflow: hidden;
}
.category-single-block:hover .category-icon{
  background: var(--primary-soft-color);
  transition: 0.3s;
  transform: translateY(-10px);
}

/*contact us css */
.contact-section {
  padding: 7em 0;
}

.contact-section .contact-no-pt {
  padding-top: 0;
}

.contact-section .contact-no-pb {
  padding-bottom: 0;
}

.contact-section .heading-section {
  font-size: 28px;
  color: #000;
}

.contact-section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-section .form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-section .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control:focus,
.contact-section .form-control:active {
  border-color: var(--primary-color)!important;
}

.contact-section textarea.form-control {
  min-height: 120px !important;
}

.contact-section .wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  /*border: 1px solid var(--secondary-color);*/
  background: #fff!important;
  border-radius: 19px;
  overflow: hidden;
}

.contact-section .contact-wrap {
  background: #fff;
}

.contact-section .con-wrap {
  color: rgba(255, 255, 255, 0.8);
  /*background: var(--primary-color)!important;*/
  padding: 30px;
  border-radius: 19px;
  background: linear-gradient(90deg, #4f13b5 0%, #6418c3 35%, #7b1cd3 100%);
}

.contact-section .con-wrap h3 {
  color: #fff;
}

.contact-section .con-wrap .con-box {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.contact-section .con-wrap .con-box:last-child {
  margin-bottom: 0;
}

.contact-section .con-wrap .con-box p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 200!important;
}

.contact-section .con-wrap .con-box p span {
  font-weight: 500!important;
  color: #fff;
}

.contact-section .con-wrap .con-box p a {
  color: #fff;
}

.contact-section .con-wrap .con-box .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff42;
  border-radius: 50%;
  line-height: 40px;
}

.contact-section .con-wrap .con-box .icon i {
  font-size: 19px;
  color: #fff;
}

.contact-section .con-wrap .con-box .text {
  width: calc(100% - 50px);
}

.contact-section .btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-section{
  margin-top: 120px;
}
@media (prefers-reduced-motion: reduce) {
  .contact-section .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contact-section .btn:hover,
.contact-section .btn:active,
.contact-section .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.contact-section .btn.btn-primary {
  background: var(--primary-color)!important;
  border-color: var(--primary-color)!important;
  color: #fff;
}

.contact-section .btn.btn-primary:hover,
.contact-section .btn.btn-primary:focus {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
}

.contact-section .contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.contact-section .contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

.contact-section #contactForm .form-control {
  font-size: 16px;
}
/*contact us css end*/

/*page css start*/
.page-section{
  padding: 100px 0;
}
.page-section h1{
  text-align: center;
  font-size: 30px;
}
.btn-see-all{
  background: #f3f3f3;
  color: #333;
  border-radius: 20px;
  padding: 5px 20px 5px 20px!important;
  height: inherit!important;
  font-size: 14px;
  transition: 0.3s;
}
.btn-see-all:hover{
  background: #eee;
  color: #333;
  transition: 0.3s;
}
.home-sections .header-section{
}
.search-vendor-tagline{
  margin-bottom: 25px!important;
}
.vendor-banner{
  position: relative;
  overflow: hidden;
}
.favourite-vendor{
  display: inline-block;
  height: 28px;
  width: 28px!important;
  border-radius: 30px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  box-shadow: 0 8px 8px -4px lightblue;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

.favourite-vendor .bi-heart-fill{
  color :#ff0000;
}
.favourite-vendor:hover{
  opacity: 1;
  color: #ff0000;
}
.vendor-banner p{
  position: absolute;
  padding: 6px 12px 6px 26px;
  color: #fff;
  background: #0c0c0cd1;
  bottom: -16px;
  width: 100%!important;
  font-size: 14px;
}
.vendor-banner p i{
  position: relative;
  left: -10px;
}
.vendor-banner img {
  width: 100%;
  aspect-ratio: 900 / 600;
  transition: 0.5s;
}
.vendor-name{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  height: 30px;
  overflow: hidden;
}
.vendor-description{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #616161;
}
.single-vendor{
  overflow: hidden;
  margin-bottom: 25px;
 /* border: 1px solid #ccc;*/
  border-radius: 9px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}
.single-vendor:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}
.single-vendor:hover img{
  scale: 1.1;
  transition: 0.5s;
}
.vendor-list-content{
 padding: 0 12px 15px 12px;
}
.vendor-see-details{
  color: var(--primary-color)!important;
  font-weight: 600;
  font-size: 14px;
}

@media(max-width: 575px){
  .header-section h4{
    font-size: 19px;
    padding-bottom: 5px;
  }
}

.vendor-img{
  position: relative;
}
.vendor-img img{
  width: 100%!important;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
.vendor-detail-content h1{
  font-size: 30px!important;
  margin: 15px 0px;
}
.vendor-detail-about-inner{
  padding-top: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
}
.single-grid-about{
  padding: 20px 10px 20px 60px;
  color: #000;
  /*border-bottom: 1px solid #eee;*/
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.single-grid-about .icon-i {
  background: #eee;
  font-size: 10px;
  border-radius: 20px;
  height: 22px!important;
  width: 22px!important;
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 20px;
  left: 25px;
  z-index: 5;
}
.single-grid-about .icon-i:before {
  content:"";
  height: 1px;
  width: 30px;
  background: #eee!important;
  position: absolute;
  left: -26px;
  z-index: 1;
  top: 11px;
}
.single-grid-about a{
  transition: 0.3s;
}
.single-grid-about a:hover{
  transition: 0.3s;
  color: var(--primary-color)!important;
  opacity: 0.8;
}
.vendor-discount-have{
  padding: 12px 15px 22px 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  /*border-left-width: 2px;
  border-left-color: #0299effc;*/
  margin-bottom: 30px;
}
.vendor-discount-have p{
  font-weight: 500;
  color: #000!important;
  margin-bottom: 8px!important;
}
.btn-claim{
  background: #f3f3f3;
  color: #000;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.btn-claim:hover{
  background: #ddd;
  transition: 0.3s;
}

/*login register page */
/*remove auto fill background */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
/*remove auto fill background end */
 .login-register-mini{
  padding: 40px;
 }
 .login-register-mini img{
  height: 65px;
  width: 65px;
  border-radius: 6px;
  margin-bottom: 20px;
 }
 .login-register-mini h4{
  margin-bottom: 30px;
 }
 .login-register-mini .form-control{
  border-color: #ddd!important;
  border-width: 2px;
  height: 48px;
  background-color: #f7f7f7;
  border-radius: 8px;
 }
 .login-register-mini .form-control:focus{
  border-color: var(--primary-color)!important;
  box-shadow: 0 0 0 2px var(--primary-soft-color);
  background: #fff!important;
}
.login-register-mini .btn-primary{
  height: 48px;
  border-radius: 8px;
}
.form-mute-link a{
  color: #818181!important;
  font-weight: 600;
  transition: 0.3s;
}
.form-mute-link a:hover{
  color: var(--secondary-color)!important;
  transition: 0.3s;
}
.about-register-login{
  color: #333333!important;
  font-weight: 400;
  transition: 0.3s;
  font-size: 17px;
  margin-top: 25px!important;
  margin-bottom: 0px!important;
}

.btn-login-register{
  background: #f3f3f3;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: 0.3s;
  height: 48px!important;
  border-radius: 8px;
  display: block;
  text-align: center;
  align-items: center;
  padding: 11px;
  margin-top: -3px;
}
.btn-login-register:hover{
  background: #ddd;
  transition: 0.3s;
}
.main-section.login-section{
    margin-top: 80px;
}
@media(max-width: 575px){
 .login-register-mini{
  padding: 0px;
 }
.main-section.login-section{
    margin-top: 110px!important;
}
.about-register-login{
  margin-bottom: 80px!important;
}
}
/*login register page end*/

/*faq css start*/
.faq-section{
  margin-bottom: 100px;
}
.faq-section .faq-left-content .btn-primary{
  border-radius: 0px;
  padding: 10px 30px;
  margin-bottom: 40px;
}
.faq-left-content h2{
  font-weight: 700;
  color: #000!important;
  font-size: 45px;
  margin-bottom: 40px;
}
.faq-left-content p{
  margin-bottom: 30px;
}
.accordion-item {
  border: none!important;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #eee!important;
  /*border-left: 3px solid var(--primary-color)!important;*/
}
.accordion-header button{
  box-shadow: none!important;
  background: none!important;
  font-weight: 600!important;
  color: #666!important;
  font-size: 18px;
  padding-bottom: 24px;
}
.accordion-button:after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-90deg);
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color)!important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(0deg);
}
/*faq css end*/

/*testimonial css start*/
.testimonial-section{
  margin-bottom: 80px;
}
.testimonial-single-header img{
  height: 70px!important;
  width: 70px!important;
  border-radius: 8px;
  border: 3px solid #fff;
}
.testimonial-user-inof{
  padding-left: 15px;
}
.testimonial-single-block{
  background: #fbfbfb;
  padding: 25px 20px 30px 25px ;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-user-inof .user-name{
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.about-user{
  font-size: 14px;
  font-weight: 500;
}
.textimonial-main-content{
  font-size: 15px;
}
.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
/*testimonial css end*/

/*how work css*/
.how-work-section{
    background:#f8f9ff;
    padding-top:50px;
    padding-bottom:50px;
}
.works-single{
  margin-top: 10px;
  margin-bottom: 20px;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  border-radius: 8px;
  padding: 26px 16px 0px 16px;
  transition: 0.3s;
  /*background:#fff;
  transition: 0.3s;*/
}
.works-single:hover{
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  transform: translateY(-10px);
  transition: 0.3s;
  background: #f3f3f34a;
}
.works-single img{
  /*height: 80px;
  width: 80px!important;*/
  transition: 0.3s;
  height: 100%;
  max-width: 100%;
  max-height: 200px;
}
.works-title{
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  opacity: 0.9;
  margin-top: 30px!important;
  margin-bottom: 5px;
}
.works-content{
  margin-bottom: 10px;
}

/*how work css end*/
.testimonial-section .owl-theme .owl-dots .owl-dot span{
  background: var(--primary-soft-color);
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

/*login page css start*/
.login-container {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 10px;
}
.check-box input[type='checkbox'] {
    display: none;
}
.check-box input[type='checkbox'] + label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding-left: 30px !important;
    color: #333;
    display: block;
    cursor: pointer;
}
.check-box input[type='checkbox'] + label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding-left: 30px !important;
    color: #333;
    display: block;
    cursor: pointer;
}
.check-box input[type='checkbox'] + label::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid #999;
    border-radius: 3px!important;
}
.check-box input[type='checkbox']:checked + label::before {
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    font-family: FontAwesome;
    content: '\f00c';
}

.check-box input[type='checkbox']:checked + label::before {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 3px!important;
}
.login-container a{
  color: #4a91bb !important;
}
.form-control{
  box-shadow: none!important;
  outline: none!important;
}
.form-control:focus{
  border-color: var(--primary-color);
}
/*login page css end*/
/*account left css start*/
.my-account-box{ 
    margin-top: 25px; 
    margin-bottom: 60px; 
}
.my-account-menu{ 
    padding: 15px 0px !important; 
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 5px; 
    background: #fff;
}
.user-intro{ text-align: center; 
    padding: 14px 0px !important;
    /*border-bottom: 1px solid #ddd; */
}
.user-info h6{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;

}
.user-info p{
  margin: 0px!important;
}
.user-intro img{ 
    height: 64px; 
    width: 64px;
    border-radius: 50%;
    object-fit: cover; 
}
.user-intro h5{ 
    color: #000; 
    margin-top: 10px; 
}
.my-account-menu ul{ text-align: center; 
    padding-left: 0px; 
    margin: 0px 0px; 
    padding-top: 10px; 
    list-style: none; 
}
.my-account-menu ul li{ 
    border-bottom: 1px solid #eee; 
}
.my-account-menu ul li:nth-last-child(1){ 
    border-bottom:none; 
}
.my-account-menu ul li a{ 
    text-decoration:none; 
    display: block; 
    padding: 15px 15px 15px 25px; 
    font-size: 17px; 
    color: #424242; 
    font-weight: 500;
    text-align: left!important;
}
.my-account-menu ul li a.active{
    color: var(--primary-color);
    border-right: 3px solid var(--primary-color);
    border-radius: 3px;
    background: var(--primary-soft-color); 
    color: var(--primary-color)!important;
}
.my-account-menu ul li a:hover{ 
    background: var(--primary-soft-color); 
    color: var(--primary-color)!important;
}

/*account left css end*/

/*my account css start*/
/*my account css start*/

.my-account{ 
    background: #fff; 
    padding: 35px 25px 30px 25px; 
    margin-top: 25px; 
    margin-bottom: 60px; 
    min-height: 495px !important; 
    border-radius: 5px; 
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.account-title{ 
    padding-bottom: 12px !important; 
    color: #222; 
    font-weight:600;
    font-size: 22px; 
    margin-bottom: 0px !important; 
    /*margin-top: 15px;*/
}
.semi-title{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: 500;
}
.inner-account{
    /*padding: 5px 10px;*/
}
.inner-title{ 
    padding-bottom: 12px !important; 
    font-weight:600; 
    font-size: 17px;
    margin-bottom: 0px !important; 
}
.user-info{
    color: #222;
    font-weight: 400;
}
.sub-account-menu a {
    padding: 0px 10px;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 3px;
}
.sub-account-menu a:hover {
    color: #666 !important;
}
.sub-account-menu b{
    margin-top: -2px;
    color: #777;
}
.sub-account-menu a:nth-child(1) {
    /*border-right: 2px solid;*/
    padding-left: 0px;
    padding-right: 10px;
}
.manage-address{
    margin-left: 15px;
}
.my-account table td, .my-account table th {
    font-size: 14px;
    color: #444;
    padding: 8px 7px;
}

.user-address {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
}
.my-account table tr td{
    font-weight: 400!important;
    border-bottom: transparent!important;
}
/*.my-account table tr:hover td {
    background: #f3f3f3;
}*/
.my-account table tr td b{
    font-size: 15px;
    font-weight: 600!important;
    color: #222;
}

 .order-summary-table table tr td:nth-child(1){
    padding-left: 12px;
 } 
.order-summary-table table td, .order-summary-table table th {
    font-size: 14px;
    color: #444;
    padding: 12px 7px;
}

  /*my account css start*/
.profile-section {
    padding: 0px!important;
    overflow: hidden;
}
.profile-section .profile-header {
    background: url('{{asset("assets/images/myaccountbgpng.")}}') no-repeat;
    background-size: cover;
    /*height: 275px;*/
    padding-top: 35px;
    overflow: hidden;
}
.profile-section .main-profile {
    padding: 12px 15px;
    position: relative;
    border-radius: 7px;
}
.main-profile-edit{
    position: absolute;
    top: 11px;
    right: 14px;
}
.main-profile-edit a{
    font-size: 15px;
    font-weight: 600;
    color: #8c8d94!important;
}
.profile-section .user-main-detail {
    margin-left: 15px;
}
.user-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
}
.user-email span{
    display: inline-block;
    overflow: hidden;
    width: 150px;
    display: inline-block1;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.user-main-detail .main-grid{
    color: #8c8d94!important;
    line-height: 2;
    font-weight: 700!important;
    font-size: 15px;
}
.fw-500{
    font-weight: 400!important;
}
.user-forgot-password{
    color: #000000!important;
    font-size: 14px!important;
    font-weight: 600;
}

@media(max-width: 767px){
    .user-avtar{
        display: none;
    }
    .main-profile-edit{
        top: 132px!important;
        right: 14px!important;
    }
    .profile-section .profile-header {
    /*height: 230px;*/
}

}

.profile-section .main-profile {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.accounts-list-section{
    padding: 35px 25px 30px 25px;
    background: #fff!important;
}
.accounts-list-section .address-label{
    font-weight: 600!important;
}
.accounts-list-section .address-label span{
    position: relative;
    top: 3px;
}
.accounts-list-section .add-address-label {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
}
.saved-address-section{
    margin-top: 11px;
}
.saved-add-block{
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 20px 15px 30px 20px;
    white-space: normal;
    vertical-align: middle;
    position: relative;
    border-radius: 7px;
    margin-bottom: 20px;
}
.saved-address{
    font-size: 15px;
}
.saved-mobile{
    font-weight: 600;
    color: #000!important;
    margin-top: 4px;
}
.saved-edit-delete{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.saved-edit-delete a{
    margin-right: 10px;

}
.saved-edit-delete span{
    cursor: pointer;

}
@media(max-width: 767px){
    .accounts-list-section{
    padding: 35px 10px 30px 10px;
    }
}
/*my accont css end*/


@media(min-width: 1200px){
  .input-group.search-gorup{
    width: 100%!important;
  }
  .semi-media-header{
    display: none!important;
  }
}

@media(max-width: 1199px){
  .semi-media-header{
    display: block!important;
  }
  .media-header{
    display: none!important;
  }
}
    .main-profile-link{
        color: #000!important;
    }
   .main-profile{
    cursor: pointer;
    height: 100%;
   } 
   .icon-bx img{
    height: 50px;
    width: 50px!important;
  }
   .icon-bx img{
    height: 45px;
    width: 45px!important;
   }
   .main-profile .go-icon{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--primary-color)!important;
   }
   .main-profile .label-area{
    margin-left: 15px;
   }

   .main-profile .label-area h4, .main-profile .label-area p {
    color: #666;
   }

   .main-profile:hover .go-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
   } 
   .address-label i{
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #333;
   } 
   @media(min-width: 1200px){
   .main-profile .label-area{
    padding-right: 15px;
   }
   }

/*my account css end*/

.get-verify-otp-btn{
  font-weight: 300!important;
  font-size: 15px;
  padding: 7px!important;
  color: #fff!important;
}
a.get-verify-otp-btn{
  color: #fff!important;
}
a.register-continue-btn{
  color: #fff!important;
}
.next-focus input{
  width: 40px!important;
}

/*about us css start*/
.page-about-us{
  margin-top: 30px;
}
.about-top-title{
  margin-bottom: 8px;
}
.about-top-title h1{
  font-weight: 700;
  color: var(--secondary-color);
}
.about-top-content p{
  text-align: justify;
  color: #666;
  line-height: 26px;
}
.about-us-counter{
  margin-top: 60px;
}
.single-counter{
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.total-count{
  color: var(--primary-color);
  font-weight: 700;
}
.single-counter p{
  margin-bottom: 0px;
  font-size: 21px;
  color: #222;
  font-weight: 500;
}
.single-counter:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}

.single-counter i{
  font-size: 50px;
  position: absolute;
  top: -70px;
  right: 20px;
  transition: 0.4s;
  opacity: 0.3;
  top: 0px;
  transition: 0.4s;
  opacity: 0.1;
  scale: 1.1;
}
.single-counter:hover i{
  top: 0px;
  transition: 0.4s;
  opacity: 0.1;
  scale: 1.3;
}
.our-mission-section{
  margin-top: 120px;
}
.our-mission-section h2{
  color: var(--secondary-color);
  font-weight: 700;
}
.mission-image img{
  border-radius: 100px;
}

.mob-mission-title{
  display: none;
}

@media(max-width: 575px){
  .about-top-title h1{
    font-size: 22px!important;
    padding: 0 20px;
    text-align: center!important;
  color: var(--secondary-color);
  }
  .page-about-us {
    margin-top: 10px;
}
  .page-about-us p{
    font-size: 15px;
}
.single-counter{
  margin-top: 10px;
  margin-bottom: 10px;
}
.our-mission-section {
    margin-top: 48px;
}
.mission-image img {
    border-radius: 22px;
    margin-bottom: 15px;
}
.main-mission-title{
  display: none;
}
.mob-mission-title{
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.our-mission-section h2 {
  text-align: center;
}
.page-about-us{
  padding-bottom: 50px!important;
}
  .banner-text {
    /*padding: 141px 0 66px 0!important;*/
    text-align: center;
}
  .banner-text h1{
    font-size: 26px!important;
    font-weight: 700!important;
}
.home-sections {
    margin-top: 50px;
}

}
/*about us css end*/

/*history grid css*/
.single-history-section{
  margin-top: 18px;
  margin-bottom: 25px!important;
}
.history-grid{
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}
.history-top{
  background: var(--primary-color);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.history-top span{
  color: #fff!important;
}
.history-col1 {
  width: 45%!important;
  padding-right: 20px;
}
.history-col2 {
  width: 27%!important;
  padding-right: 20px;
  text-align: right;
}
.history-col3 {
  width: 28%!important;
  text-align: right;
}
.vendor-shop{
  font-weight: 700;
  color: #333;
  font-size: 16px;
}
.vendor-owner{
  font-size: 13px;
}
.history-middle{
  background: #faf8ff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px
}
.claim-footer{
  background: #faf8ff;
  font-size: 12px;
  padding: 0px 15px 10px 15px;
  font-weight: 500;
}
.claim-footer a:hover{
  color: var(--primary-color)!important;
  transition: 0.3s;
}
/*.claim-single-section .history-middle{
  padding-bottom: 0px;
}*/
@media(max-width: 575px){
  .history-grid{
     font-size: 13px;
  }
  .vendor-shop{
     font-size: 14px;
  }
}

.material-account-title{
  background: var(--primary-soft-color); 
  color: #333;
  padding: 15px 24px;
  font-size: 20px;
  font-weight: 700;
}
.inner-material-account-title{
  background: var(--primary-soft-color); 
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.make-withdrawal-request{
  font-size: 14px!important;
  font-weight: 400!important;
  background: #fff;
  padding: 3px 12px;
  border-radius: 30px;
  border: 1px solid #d0bfe4;
  transition: 0.3s;
}
.make-withdrawal-request:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.3s;
  color: #fff!important;
}
.accounts-top-pad{
  padding-top: 5px!important;
}
.action-claim{
  margin-top: 5px;
}
.action-claim .btn-danger{
  padding: 0px 6px 0px 6px;
  font-size: 11px;
  border-radius: 4px;
  margin-bottom: 4px;
  color: #fff!important;
  background: #f50a20;
  transition: 0.3s;
  cursor: inherit!important;
}
.action-claim .btn-danger:hover{
  background: #f50a20!important;
  color: #fff!important;
  opacity: 0.8;
  transition: 0.3s;
}
.action-claim .btn-danger.process{
  background: #f57b0a;
  border-color: #f57b0a;
}
.action-claim .btn-danger.process:hover{
  background: #f57b0a!important;
  border-color: #f57b0a!important;
}
.action-claim .btn-danger.approved{
  background: #14a44d!important;
  border-color: #14a44d!important;
}
.action-claim .btn-danger.approved:hover{
  background: #14a44d!important;
  border-color: #14a44d!important;
}
.status-claim span{
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff!important;
  cursor: inherit!important;
  transition: 0.3s;
  background: #f50a20;
}
.status-claim.process-status span{
  background: #f57b0a;
}
.status-label{
  font-size: 11px;
  padding: 0px 6px;
  border-radius: 2px;
  background: #fff;
  color: #f50a20!important;
  display: inline-block;
  margin-bottom: 0px!important;
}
.status-label.processing{
  color: #f57b0a!important;
}

/*history grid css end*/

/*make claim start*/
.claim-form input, .claim-form select{
  border-radius: 0px!important;
}
.table-label{
  font-size: 16px!important;
  color:#000!important;
}
.make-claim-table td input{
  background: #fff;
  border-radius: 0px!important;
  border-color: #ddd;
}
.make-claim-table td .input-group-text {
  background: #f3f3f3;
  border-radius: 0px!important;
  border-color: #ddd;
}
.make-claim-table td input[readonly] {
    background-color: #f6f6f6;
}

@media(min-width: 768px){
  .make-claim-table td{
    width: 20%;
  }
}

@media(max-width: 768px){
  .make-claim-table td{
    width: 12%!important;
  }
  .make-claim-table td:nth-last-child(1){
    width: 52%!important;
  }
  .make-claim-terms{
    margin-top: 20px;
  }
}
.confirm-title{
  font-size: 17px;
  font-weight: 600!important;
  color: var(--primary-dark);
  margin-bottom: 5px;
}
.confirm-section{
  margin-top: 10px;
  border-radius: 8px;
  background: var(--primary-soft-color);
  padding: 10px 15px 15px 15px!important;
}
.sigle-confirm-item{
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}
.btn-success{
  background: #14a44d!important;
  border-color: #14a44d!important;
}
.btn-danger{
  background: #dc4c64!important;
  border-color: #dc4c64!important;
}
.purchase-btn-group .btn{
  padding:5px 20px!important;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.make-claim-terms a{
  color: #000!important;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.make-claim-terms a:hover{
  color: var(--primary-dark)!important;
  transition: 0.3s;
}

.footer-single-grid{
  background: #faf8ff;
  padding: 8px 15px;
  width: 100%;
}
.footer-single-grid .first-footer-col{
  width: 80%;
  text-align: right;
  font-weight: 500;
  color: #222;
}
.footer-single-grid .second-footer-col{
  width: 20%;
  text-align: right;
  font-weight: 500;
  color: #222;
}
.claim-detail-item-footer{
  border-top: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 12px;
  background: #faf8ff;
}
.claim-detail-status{
  font-size: 15px;
  color: #222;
}
.claim-detail-status .claim-detail-status-label{
  font-weight: 600;
  color: #f50a20;
}

.purchase-reject-approve-btn-group .btn{
  padding:5px 20px!important;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}

.label-area h5 {
    font-size:16px;
}
.label-area h4 {
    font-size:16px;
    color:#000;
    font-weight:bold;
}
.single-grid-list{
   /*border: 1px solid #ddd;*/
   padding: 14px  0px;
   border-radius: 8px;
   margin-top: 6px;
}
.single-grid-list h5{
   font-size: 18px;
   font-weight: 600;
   color: var(--primary-dark);
}
.single-detail-grid{
   font-size: 15px;
   margin-bottom: 3px;
   color: #222!important;
}
.purchase-status-moda h6{
  color: #222;
}
.purchase-status-modal label{
  color: #000;
  font-weight: 600;
}
.purchase-status-modal textarea{
  border-radius: 6px;
  border-width: 2px;
}
.purchase-status-btn{
  width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.claim-detail-remark-label{
  font-weight: 600;
  color: #222;
}
.status-approved{
  color: #14a44d!important;
}
.withdraw-inner{
  background: var(--primary-soft-color);
  padding: 15px;
  border-radius: 6px;
}
.withdraw-inner label{
  padding-left: 2px;
  font-weight: 500;
  color: #222;
}
.withdraw-inner input{
  font-size: 14px!important;
  border-radius: 6px;
  height: 42px;
}
.membership-duration{
  font-size: 16px!important;
}
.membership-amount{
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 14px!important;
  margin-bottom: 20px!important;
  font-size: 22px!important;
}
.label-area-description p{
  margin: 0px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #000;
}
.btn-memebership-purchase{
  margin-bottom: 20px;
  margin-top: 12px;
  border-radius: 30px;
  font-size: 15px!important;
  padding: 10px 29px;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
@media(max-width: 575px){
  .main-section {
    margin-top: 75px;
  }
  .my-account{
    margin-top: 0px;
  }
  .my-account-box {
    margin-bottom: 38px;
  }
  .main-section .py-5{
    padding-top: 0px!important;
  }
  .testimonial-grid .col-md-5 .img-fluid1{
    display: none;
  }
  .testimonial-section p.text-center{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
  }
  .ft-list.ft-about{
    margin-top: 20px;
  } 
  .footer {
    padding-top: 50px;
}
}

/*vendor user css*/
.single-user-box{
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  position: relative;
  margin-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.single-user-box:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.3s;
}
.user-box-single-grid{
  margin-bottom: 5px;
}
.user-box-single-grid span{
  margin-bottom: 4px;
  color: #000;
  font-weight: 500!important;
}
.user-edit-tool{
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-edit-tool .dropdown-toggle::after{
  display: none!important;
}
.user-edit-tool .dropdown-menu{
  font-size: 14px!important;
}
.user-edit-tool .dropdown-menu li a{
  transition: 0.3s;
}
.user-edit-tool .dropdown-menu li a:hover{
  background: var(--primary-soft-color)!important;
  transition: 0.3s;
  color: var(--primary-color)!important;
}
.user-modals .btn-success{
  padding: 8px 20px!important;
  width: 100%;
  border-radius: 9px;
  margin-bottom: 10px;
}
.user-modals .form-control{
  border-radius: 7px;
  font-size: 14px!important;
  height: 40px;
  transition: 0.3s;
}
.user-modals .form-control:focus{
  /*outline: 1px solid var(--primary-color)!important;*/
  transition: 0.3s;
}
.user-modals label{
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.btn-close{
  box-shadow: none!important;
}
.add-user-btn{
  font-size: 14px!important;
  font-weight: 500!important;
  background: #fff;
  padding: 3px 12px;
  border-radius: 30px;
  border: 2px solid #d0bfe4;
  transition: 0.3s;
}
.add-user-btn .bi-plus{
  font-weight: 700!important;
}
.add-user-btn:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.3s;
  color: #fff!important;
}
/*vendor user css end*/

/*debit - credit card css */
.e-card {
   width: 450px;
   height: 280px;
   perspective: 1000px;
   color: #fff!important;
}

.e-card-inner {
   width: 100%;
   height: 100%;
   position: relative;
   transition: transform 1s;
   transform-style: preserve-3d;
}

.front {
   width: 100%;
   height: 100%;
   background-image: linear-gradient(45deg, #0045c7, #ff2c7d);
   position: absolute;
   top: 0;
   left: 0;
   padding: 20px 30px;
   border-radius: 15px;
   overflow: hidden;
   z-index: 1;
   backface-visibility: hidden;
}
.map-img {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.3;
   z-index: -1;
}

.e-card-no {
   font-size: 25px;
   margin-top: 60px;
}

.e-card-holder {
   font-size: 12px;
   margin-top: 10px;
}

.card-name {
   font-size: 17px;
   margin-top: 0px;
   margin-top: -10px;
}

.card-flex-row {
 display: flex;
 align-items: center;
 justify-content: space-between;
 color: #fff!important;
}

@media(max-width: 575px){
   .e-card {
      width: 300px;
      height: 200px;
   }
   .card-image img{
      width: 40px!important;
   }
   .e-card-no {
       font-size: 17px;
       margin-top: 40px;
   }
   .e-card-no p{
      margin-bottom: 0px;
   }
   .card-name {
    font-size: 15px;
    margin-top: -14px;
   }
}

/*debit - credit card css end*/

.suburb-area{
  position: relative;
}
.suburb-count{
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 3px;
  height: 20px;
  width: 62px;
  font-size: 12px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 4px;
  line-height: 20px;
}

.no-list-items{
  margin-top: 50px;
}
.no-list-items h5{
  margin-top: 12px;
  padding-bottom: 0px;
  margin-bottom: 4px;
}
.no-list-items img{
  max-height: 120px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.4s;
}
.accounts-list-section:hover img{
  filter: grayscale(30%);
  -webkit-filter: grayscale(30%);
  transition: 0.4s;
}

/*po customization*/
.what-is-content p{
  color: #000!important;
  line-height: 29px;
}
.join-scroll.btn-join.btn-secondary-outline{
  border-radius: 7px!important;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  color: var(--primary-color)!important;
  font-weight: 600;
  font-size: 18px;
}
.join-scroll.btn-join.btn-secondary-outline:hover{
  color: #fff!important;
}
.reward-section{
   background: linear-gradient(90deg, #4f13b5 0%, #6418c3 35%, #7b1cd3 100%);
   padding-top: 50px;
   padding-bottom: 50px;
}
.reward-section .home-section-title{
  color: #fff!important;
}
.home-secion-subtitle{
  color: #fff!important;
  font-size: 18px;
}
.reward-method-listing .single-reward{
  background: #fff!important;
  padding: 20px;
}
.reward-method-listing img{
  height: 60px;
}
.reward-method-listing .row .ss-grid:nth-child(1) .single-reward{
  border-top-left-radius: 12px!important;
  border-bottom-left-radius: 12px!important;
}
.reward-method-listing .row .ss-grid:nth-last-child(1) .single-reward{
  border-top-right-radius: 12px!important;
  border-bottom-right-radius: 12px!important;
}
.view-mob{
  display: none;
}

@media(max-width: 768px){
  .home-section-title {
    font-size: 28px;
    margin-bottom: 8px!important;
    margin-top: 40px!important;
}
.works-single img {
    max-width: 62%;
    max-height: 150px;
}
.works-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 16px!important;
}
.works-single {
    margin-top: 0px;
    margin-bottom: 0px;
}
.home-main-banner-bottom:after {
    left: -31px;
    top: -121px;
}
.home-main-banner-bottom{
  display: none!important;
}
.join-scroll.btn-join.btn-secondary-outline {
    padding-top: 9px!important;
    padding-bottom: 9px!important;
}
.home-section-title {
    margin-top: 0px!important;
}
.what-is-section .home-section-title {
    font-size: 25px;
    margin-bottom: 26px!important;
    margin-top: 40px!important;
}
.home-secion-subtitle {
    font-size: 15px;
}
.reward-section {
    padding-top: 34px;
    padding-bottom: 49px;
}
.single-reward{
  border-radius: 12px!important;
  margin-bottom: 12px!important;
}
.testimonial-grid .mt-3.pt-5{
  padding-top: 12px!important;
}
.testimonial-section .home-section-title {
    font-size: 25px;
    margin-bottom: 16px!important;
}
.view-desk{
  display: none;
}
.view-mob{
  display: block;
}
}


/*  TrustBox script  ---------------------------------*/
.mobrog-v1-trustpilot-main-container {
    border: 1px solid rgb(234, 242, 250);
    box-shadow: 3px 2px 30px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fcfdfd;
    padding: 2em;
    height: 210px;
    margin: 1em 2.5em 0 2.5em;
    display: flex;
    align-content: center;
}

.mobrog-v1-trustpilot-main {
    min-height: 150px;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
}

.mobrog-v1-trustpilot-mainInfo-container {
    float: left;
    width: 20em;
    text-align: center;
}

.mobrog-v1-trustpilot-mainInfo-container h1 {
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
}

.trustpilot-5star-image {
    width: 75%;
}

.mobrog-v1-trustpilot-mainInfo-container p {
    color: #191919;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding-top: 0.5em;
}

.trustpilot-5star-image-logo {
    width: 50%;
    padding-top: 0.5em;
}

.mobrog-v1-trustpilot-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobrog-v1-trustpilot-main i {
    font-size: 28px;
    padding-left: 1em;
    padding-right: 0.5em;
    color: rgb(187, 187, 187);
    cursor: pointer;
}

.mobrog-v1-trustpilot-sub-container {
    display: inline-block;
    height: 110px;
    margin: 0 15px 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 231.25px;
}

.mobrog-v1-trustpilot-sub-container img {
    width: 55%;
    margin-bottom: 0.5em;
}

.mobrog-v1-trustpilot-sub-container h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.5em;
    width: 100%;
}

.mobrog-v1-trustpilot-sub-container p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: 400;
}

.mobrog-v1-trustpilot-sub-container {
    width: 234.25px;
    margin: 1em;
}

.mobrog-v1-trustpilot-sub-containers {
    user-select: none;
    transition-timing-function: ease;
    transform: translateX(0px);
    transition-duration: 0s;
    height: 11em;
    overflow-x: hidden;
    white-space: nowrap;
}

@media (max-width: 1500px) {
    .mobrog-v1-trustpilot-sub-containers {
        width: 52em;
    }
}

@media (max-width: 1392px) {
    .mobrog-v1-trustpilot-sub-containers {
        width: 36em;
    }
}

@media (max-width: 1104px) {
    .mobrog-v1-trustpilot-sub-containers {
        width: 17em;
    }
}

@media (max-width: 854px) {

    #slideLeft,
    #slideRight,
    .mobrog-v1-trustpilot-sub-containers {
        display: none;
    }

    .mobrog-v1-trustpilot-sub-containers {
        margin-left: 0;
    }

    .mobrog-v1-trustpilot-main-container {
        padding: 1em;
        margin: 1em;
    }

    .mobrog-v1-trustpilot-mainInfo-container {
        width: 16em;
    }
}

/*again customization*/
.btn-hero-sign-in{
  border-radius: 50px;
  border-color: transparent!important;
  transition: 0.2s!important;
}
.btn-hero-sign-in:hover{
  background: #0fc9e5!importantt;
  box-shadow: 0px 10px 20px 0px rgba(64,236,217,0.5)!important;
  color: var(--primary-color)!important;
  transition: 0.2s!important;
}
.btn-join.btn-secondary-outline{
  border-color: transparent;
}
.btn-join.btn-secondary-outline:hover{
  background: #fff!important;
  color: var(--primary-color)!important;
}
.form-wrap{
  background: white;
  border-radius: 15px;
  padding: 26px 35px 35px 35px;
}
.form-wrap .signup-title{
  font-weight: 900;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 27px!important;
  margin-bottom: 20px;
}
.form-wrap input{
  height: 45px;
  border-width: 2px;
  border-radius: 10px;
}
.sign-up-terms-label{
  color: #000;
  font-size: 14px;
}
.social-btn-wrapper{
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.social-btn-wrapper img{
  float: left;
  height: 20px;
  padding-top: 3px;
}
.hero-total-payment-section h5{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.hero-payment-sent-count{
  font-size: 50px;
  font-weight: 900;
  color: #1CEBBC  ;
}
.hero-payment-sent-count span{
  color: #1CEBBC  ;
}
.hero-total-payment-section p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.p-image-group span{
  margin-right: 20px;
}
.p-image-group img{
  height: 32px;
  margin-top: 20px;
}

/*feed css start*/
.single-live-feed-wrapper{
  border-radius: 8px;
  padding: 20px 12px 30px 12px;
  text-align: center;
  color: #fff!important;
  border-radius: 9px;
  /*background: linear-gradient(45deg,#3F51B5,#05867a);*/
  position: relative;
  overflow: hidden;
   background: linear-gradient(90deg, #ffad3c 0%, #560076 61.3%) !important;
   margin-bottom: 25px;

}
.feed-survey{
  font-size: 17px;
  font-weight: 800;
  color: #000;
  line-height: 27px;
}
.feed-username{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.feed-points{
  font-weight: 500;
  color: #000;
}
.feed-point-earn-time{
    padding: 3px 15px!important;
    font-size: 14px;
    border-radius: 9px;
    color: #ffffff!important;
    cursor: inherit!important;
    background: linear-gradient(90deg, #12458a 0%, #114b92 61.3%) !important;
}
.feed-bottom-bg img{  
    position: absolute;
    top: 1px;
    left: -23px;
    height: 205px!important;;
  }
  .live-feed-section{
    padding: 40px 0 80px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #12458a 0%, #114b92 61.3%) !important;
    overflow: hidden;
  }
  .live-feed-section .home-section-title{
    color: #fff;
  }
.feed-outer-bottom-bg img{  
    position: absolute;
    top: 1px;
    left: -23px;
    height: 100%!important;;
  }

/*feed css end*/

/*footer css start*/
.footer{
  padding-top: 180px;
  position: relative;
  background: linear-gradient(90deg, #12458a 0%, #114b92 61.3%) !important;
}
.footer-top-bg img{  
    position: absolute;
    top: -3px;
    left: 0px;
    width: 100%!important;;
  }
.footer-copyright{
  background: linear-gradient(90deg, #1d5497 0%, #114990 61.3%) !important;
  padding: 12px 0px;
}
.footer-top-banner img{  
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.footer-social ul li a {
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px!important;
    margin-right: 2px;
}
.footer-social ul li:nth-child(1) a {
    font-size: 14px!important;
    padding-top: 7px;
}
/*footer css end*/

  .hero-logo-section img{
     height: 70px!important;
  }
  .footer{
      margin-top: 80px;
  }
  
@media(max-width: 768px){
  .hero-total-payment-section{
     margin-bottom: 30px!important;
      text-align: center;
  }
  .hero-total-payment-section h1{
     font-size: 35px!important;
  }
  .btn-hero-sign-in{
     padding: 5px 12px!important;
     font-size: 14px!important;
  }
  .hero-logo-section img{
     height: 50px!important;
  }
  .banner-text{
     margin-top: 15px;
  }
  .banner-text p{
     font-size: 14px;
  }
  .footer-copyright .row div{
     text-align: center;
  }
  .footer-top-bg img {
      top: -1px;
  }
  .footer {
      padding-top: 85px;
      margin-top: 50px!important;
  }
  .what-is-image{
    display: none!important;
  }
  .what-is-section .home-section-title {
    margin-top: 0px!important;
}
.live-feed-section .home-section-title{
  margin-bottom: 30px!important;
}
}



.footer-top {
    padding: 30px;
    box-shadow: 0 0.55rem 1.3875rem rgb(90 102 122 / 16%);
    border-radius: 10px;
    margin-top: -90px;
    color: white;
    margin-bottom: 3rem;
}
.footer-top h3 {
    font-size: 1.45rem;
}
.footer-top p {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 600;
}
.footer-signup {
    text-align: right;
}
.footer-signup .signup-but {
    box-shadow: 0rem 0.25rem 0.3875rem rgb(15 6 35 / 18%);
    padding: 0.8rem 1.6rem;
    font-size: 18px;
    text-transform: none;
}
.footer-signup .reviews {
    align-items: center;
    text-align: right;
    justify-content: end;
}