* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none; }

body {
  font-family: var(--raleway);
  font-weight: 600; }


:root {
  --brdr:1px solid #f00;
  --primary:#006DD1;
  --secondary:#e8eaf6;
  --greentheme:#00b247;
  --dark:#333;
  --blacktheme:#CCD3FF;
  --blackthemedark:#63bcf3;
  --success:#e8eaf6;
  --info:#ec9f05;
  --warning:#ff4e00;
  --danger:#f44336;
  --danger-cat:#d4f0ff;
  --gold:#ffb800;
  --grey:#c4c4c4;
  --fgrey:#8b8787;
  --fa:"FontAwesome";
  --raleway:Raleway;
  --greenone:#02d255;
  --greentwo:#009f40;
  --brown:#FCC11A;
  --black:#212121;
  --yellow:#FAFF00;
  --dark-blue:#262262;
   --dark-red:#EF4136;
  --rgbs-blue:rgb(240, 240, 240, 0.4);
  --greenlight:#38B000;
  --hover:#374496;
  --darkblu:#035D9B;
  --golddark:#FFB800;
  --primarydark:#262262; 
  --drkgreen:#33CC29; 
  --drkgreens:#005B25; 
  --drkbg:#662D91; 
}
h1, h2{
  font-size: 24px !important;
}
h3, h4, h5, h6{
  font-size: 18px!important;
}
ul li{
  margin: 10px 0px;
}
p{
   margin: 10px 0px;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Black.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-BlackItalic.ttf) format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 900; }
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Bold.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-ExtraBold.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Medium.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Regular.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-SemiBold.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.header-flx {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-nw {
  width: 90%;
  margin: auto; }

.header-logo {
  padding: 10px;
  text-align: center; }
  .header-logo img {
    width: 120px; }

.menu ul li {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 10px; }
  .menu ul li a {
    font-family: var(--raleway);
    font-weight: 400;
    text-decoration: none;
    color: #333; }

/*.menu ul {
    display: flex;
    justify-content: flex-end;
}*/
.banner-img img {
  width: 100%; }

.login-dc ul {
  display: flex;
  justify-content: center; }
  .login-dc ul li {
    list-style: none; }
    .login-dc ul li a {
      margin-right: 10px;
      text-decoration: none; }
    .login-dc ul li:nth-child(1) a {
      background-color: var(--primary);
      color: #fff;
      padding: 7px 28px;
      border-radius: 5px; }
    .login-dc ul li:nth-child(2) a {
      border: 2px solid var(--primary);
      background-color: transparent;
      padding: 4px 23px;
      border-radius: 5px;
      color: #fff; }

.au-margin {
  width: 90%;
  margin: auto; }

.banner-heading-sec > div ul {
  margin-top: 20px; }
  .banner-heading-sec > div ul li {
    list-style: none;
    margin-bottom: 40px; }
    .banner-heading-sec > div ul li a {
      text-decoration: none;
      margin-right: 10px; }
    .banner-heading-sec > div ul li:nth-child(1) a {
      background-color: var(--primary);
      color: #fff;
      padding: 12px 23px;
      border-radius: 4px; }
    .banner-heading-sec > div ul li:nth-child(2) a {
      border: 2px solid #fff;
      color: #fff;
      padding: 9px 23px;
      border-radius: 4px; }

.banner-img {
  position: relative;
  background-image: url(../img/home/mobile-banner.jpg);
  background-image: url(../img/home/mobile-banner.webp);
  background-size: cover;
    /* padding: 50
px
; */
  padding-top: 82px;
  padding-bottom: 113px;
  height: 600px; }

.about-banner-img {
  position: relative;
  background-image: url(../img/about-us/mobile-banner.png);
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 113px;
  height: 600px; }

.blog-banner-img {
  position: relative;
  background-image: url(../img/blog/mobile-banner.png);
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 113px;
  height: 600px; }

.contact-banner-img {
  position: relative;
  background-image: url(../img/contact-us/mobile-banner.png);
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 113px;
  height: 400px; }

.cat-banner-img {
  position: relative; }

.banner-sec-h {
  position: absolute;
  top: 10%;
  width: 100%; }

.banner-flex .banner-heading-sec {
  width: 100%; }
.banner-flex .banner-search {
  width: 100%;
  margin: auto;
  margin-top: 30px; }

.banner-heading-sec h2 {
  font-size: 34px;
  color: #fff;
  width: 100%; }
.banner-heading-sec p {
  color: #fff; }
.banner-heading-sec > div {
  margin-top: 30px; }

.banner-sea-fom {
  background-color: var(--secondary);
  padding: 20px;
  border-radius: 14px; }
  .banner-sea-fom h2 {
     background: -webkit-linear-gradient(var(--drkgreen),  var(--drkgreens));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 44px; }

.banner-form {
  margin-top: 10px; }
  .banner-form form .form-row select, .banner-form form .form-row input {
    width: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid var(--dark);
    border-radius: 3px;
    margin-bottom: 10px; }

.form-rows {
  text-align: center; }
  .form-rows input {
    background-color: var(--primary);
    padding: 10px 23px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px; }

.all-cat-biz {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .all-cat-biz > div {
    width: 49%;
    background-color: var(--blacktheme);
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--dark);
    padding: 10px;
    box-shadow: 2px 2px 10px 2px #a1a1a1;
    margin-bottom: 10px; }

.cat-sec {
  background-color: #fff;
  box-shadow: 2px 2px 10px 2px #a1a1a1;
  padding: 20px;
  border-radius: 17px; }

.all-cats {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center; }
  .all-cats a {
    background-color: var(--primary);
    padding: 8px 23px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px; }

.cat-section {
  position: relative;
    background-image: linear-gradient(to bottom, transparent 30%, var(--dark-blue) 30%);
  /*    background-position: 10% center, center center;
  background-size: 50% auto, 100% 100%;*/
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 20px; }

.cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.local-heading {
  text-align: center; }

.best-local {
  padding-top: 30px;
  padding-bottom: 30px; }

.best-local-biz {
  background-color: var(--success);
  padding: 1px; }

.local-heading h2 {
  font-size: 34px; }
  .local-heading h2 b {
      background: -webkit-linear-gradient(180deg, #0098FF 0%, #035D9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

#d_ctt, #d_ctwo {
  display: none; }

.category-a {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-end; }
  .category-a > div:nth-child(1) {
    display: flex;
    margin-right: auto;
    overflow: auto; }
  .category-a h2 {
    margin-right: 20px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    white-space: pre;
    border: 1px solid var(--grey);
    padding: 5px 23px;
    border-radius: 4px; }

.our-catg {
  background-color: #fff;
  box-shadow: 2px 2px 12px 2px #a1a1a1;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px; }

.all-cat-sec {
  flex-wrap: wrap;
  justify-content: start; }

.cat-main {
  width: 100%;
  background-color: var(--danger-cat);
  border-radius: 23px;
  margin-bottom: 10px; }

.category-image img {
    width: 100%;
    border-radius: 23px;
    object-fit: contain;
    height: 100%;
    padding: 6px;
}

.star-full:after {
  font-family: var(--fa);
  content: "\f005";
  color: var(--gold); }

.star-full-hlf:after {
  font-family: var(--fa);
  content: "\f005";
  color: var(--grey); }

.category-biz-mn {
    padding: 10px;
    display: grid;
    align-items: end;
}
.category-hed {
  margin-top: 4px;
  margin-bottom: 4px; }

.category-rating-cat {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px; }

.cat-vi-sh {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px; }

.phone-cat:after {
  font-family: var(--fa);
  content: "\f095"; }

.phone-share:after {
  font-family: var(--fa);
  content: "\f1d8"; }

.cat-a-itm a:first-child {
  background-color: var(--primary);
  padding: 9px 13px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; }
.cat-a-itm a:last-child {
  background-color: var(--blackthemedark);
  padding: 9px 13px;
  text-decoration: none;
  color: #000;
  border-radius: 4px; }

.visit-website a {
  background: linear-gradient(180deg, #0098FF 0%, #035D9B 100%);
 padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px; }

.cat-name {
  background-color: var(--fgrey);
  padding: 5px 23px;
  border-radius: 34px;
  color: #fff; }

.category-a .active {
  background-color: var(--primary);
  color: #fff;
  border: 0px; }

.all-cat-btn a {
  background-image: linear-gradient(to bottom, var(--greenone), var(--greentwo));
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px; }

.all-categorys {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }
  .all-categorys a {
    background-color: var(--primary);
    padding: 9px 23px;
    text-decoration: none;
    border-radius: 5px;
    color: #fff; }

.business-market {
background-color: var(--dark-blue);
  padding: 13px; }

.business-market-img {
  background-image: url(../img/home/business.png);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  color: #fff;
  border-radius: 23px; }

.busines-hed h2 {
  font-size: 24px; }
.busines-hed > div {
  margin-top: 20px; }
  .busines-hed > div a {
    background-color: var(--primary);
    padding: 9px 34px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px; }

.au-verif {
    background-image: url(../img/home/vini-nw.png);
    background-repeat: no-repeat;
    background-size: cover;
  padding: 10px; }

.au-verified-sec {
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse; }
  .au-verified-sec > div {
    width: 100%; }

.au-verified-lft img {
  width: 100%;
  display: flex; }

.au-verified-ryt {
  color: #fff; }
  .au-verified-ryt p {
    margin-top: 10px;
    line-height: 23px; }

.how-ir-work {
  background-image: url(../img/home/how-it-work.png);
  background-image: url(../img/home/how-it-work.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.working-process {
  background-color: #fff;
  padding: 20px;
  border-radius: 23px; }
  .working-process > div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }

.process-step {
  border-radius: 6px;
  padding: 15px;
  display: flex; }

.work-processing {
  background-color: var(--danger-cat);
  height: 100%;
  display: flex;
justify-content: center; }

.working-process > div img {
  width: 80%;
  margin: auto; }

.step-hed {
  margin-top: 16px; }
  .step-hed h2 {
    font-size: 18px; }

.au-direc {
  display: flex; }

.au-verified-ryt h2 {
  font-size: 28px; }
  .au-verified-ryt h2 b {
    color: var(--brown); }

.au-verifs {
  background-image: url(../img/about-us/verified.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px; }

    .au-verifs-new {
  background-image: url(../img/home/verified.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px; }

.article-hed {
  text-align: center;
  margin-bottom: 20px; }
  .article-hed h2 {
    font-size: 34px; }
 
      .article-hed h2 b {
     color: #0072DC;
    }

.article {
  background-color: var(--success);
  padding: 10px; }

.articles-img-dt-cs {
  position: relative;
  height: 280px; }

.articles-date {
  position: absolute;
  top: 22px;
  right: 14px;
  background-color: var(--fgrey);
  padding: 4px 13px;
  border-radius: 12px;
  color: #fff; }

.articles-main {
  width: 48%;
  border: 1px solid var(--fgrey);
  border-radius: 9px;
  padding-bottom: 6px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px; }

.article-img img {
  width: 100%;
  border-radius: 9px;
  height: 100%;
  object-fit: cover; }

.articles-pr {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 23px;
  left: 13px;
  color: #fff; }
  .articles-pr > div:nth-child(1) img {
    width: 67px;
    height: 67px;
    border-radius: 43px;
    object-fit: cover; }
  .articles-pr > div:nth-child(2) {
    margin-left: 12px; }
    .articles-pr > div:nth-child(2) h3 {
      font-size: 17px; }

.articles-heading {
  padding: 10px; }

.article-img {
  height: 100%; }

.article-btns {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  align-items: center; }

  .article-btns a:nth-child(1) {
   background: linear-gradient(180deg, #0098FF 0%, #035D9B 100%);
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    
  .article-btns a:nth-child(2) {
    background-color: var(--primary);
    padding: 7px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }

footer {
  background-color: var(--black);
  padding: 10px; }

.footer-flx {
  width: 100%;
  margin-top: 20px;
  color: #fff; }

.footer-logo img {
  background-color: #fff;
  padding: 5px;
  border-radius: 18px; }

.footer-flxs {
  width: 100%;
  margin-top: 20px; }

.footer-flx ul {
  margin-top: 10px; }
  .footer-flx ul li {
    list-style: none;
    margin-top: 10px; }
    .footer-flx ul li a {
      text-decoration: none;
      color: #fff; }

.footer-flxs {
  color: #fff; }
  .footer-flxs ul {
    display: flex;
    margin-top: 20px; }
    .footer-flxs ul li {
      margin-right: 20px;
      list-style: none; }
      .footer-flxs ul li .fb:after {
        font-family: var(--fa);
        content: '\f09a';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .footer-flxs ul li .insta:after {
        font-family: var(--fa);
        content: '\f16d';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .footer-flxs ul li .linkd:after {
        font-family: var(--fa);
        content: '\f0e1';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .footer-flxs ul li .tw:after {
        font-family: var(--fa);
        content: '\f099';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .footer-flxs ul li a {
        text-decoration: none;
        color: var(--black); }
  .footer-flxs p {
    margin-top: 10px;
    line-height: 23px; }

.footer-b {
  background-color: var(--dark);
  text-align: center;
  padding: 9px; }
  .footer-b p {
    color: #fff;
    text-decoration: none; }
    .footer-b p a {
      color: #fff;
      text-decoration: none; }

.about-us {
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
  top: 30%;
  color: #fff; }
  .about-us ul {
    display: flex;
    margin-top: 20px;
    justify-content: center; }
    .about-us ul li {
      list-style: none; }
      .about-us ul li:nth-child(1) a {
        background-color: transparent;
        padding: 6px 23px;
        border: 2px solid #fff;
        text-decoration: none;
        color: #fff;
        border-radius: 3px; }
      .about-us ul li:nth-child(2) a {
        background-color: var(--primary);
        padding: 8px 23px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        margin-left: 10px; }
  .about-us h2 {
    font-size: 34px;
    margin-bottom: 20px; }

.about-req {
  background-color: var(--dark-blue);
  padding: 30px;
  text-align: center;
  color: #fff; }
  .about-req h3 {
    font-size: 34px;
    margin-bottom: 10px; }

.about-us-flx {
  background-color: #fff;
  box-shadow: 2px 2px 12px 2px #a1a1a1;
  padding: 20px;
  border-radius: 8px; }

.about-img {
  background-color: var(--danger-cat);
  border-radius: 8px;
  padding: 10px; }

.about-step-h {
  text-align: center;
  margin-top: 10px; }

.about-us-flx {
  width: 32%;
  margin-bottom: 10px;
  margin-left: 10px; }

.about-us-step {
  padding: 20px;
background: #E8EAF6;
 }

.about-img {
  height: 200px;
  overflow: hidden;
  text-align: center; }
  .about-img img {
    width: 70%;
    object-fit: cover;
    height: 100%;
    margin: auto; }

.about-solution {
  background-image: url(../img/about-us/solution.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px; }

.about-us-sl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse; }
  .about-us-sl > div {
    width: 100%; }
    .about-us-sl > div img {
      width: 100%;
      display: flex; }

.about-heding {
  margin-bottom: 10px; }
  .about-heding span {
    background-color: #fff;
    padding: 4px 23px;
    border-radius: 23px; }
  .about-heding h2 {
    margin-top: 10px;
    color: #fff; }
    .about-heding h2 b {
      color: var(--yellow); }

.about-us-sl > div p {
  color: #fff;
  line-height: 23px; }

.about-mst {
  background-image: url(../img/about-us/opt.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 23px;
  text-align: center;
  color: #fff; }
  .about-mst h2 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .about-mst h2 b {
      color: var(--yellow); }
  .about-mst > div {
    margin-top: 20px; }
    .about-mst > div a {
      background-color: #fff;
      padding: 9px 23px;
      text-decoration: none;
      color: var(--black);
      border-radius: 4px; }

.about-ul {
  margin-top: 10px; }
  .about-ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding: 0px 43px;
    font-weight: 800;
    font-size: 24px;
    display: flex;
    align-items: center; }
    .about-ul li:after {
      display: inline-block;
      content: '';
      background-image: url(../img/about-us/point.png);
      height: 22px;
      width: 22px;
      border: 2px solid #fff;
      padding: 3px;
      border-radius: 43px;
      position: absolute;
      left: 0px;
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: center; }

.fqcn {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 12px;
  margin-bottom: 12px; }

.fq-s p{
  display: inline;
}


.fq-s:after {
  font-family: FontAwesome;
  content: "\f067";
  padding: 7px 8px 5px 8px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  float: right;
  background-color: var(--danger-cat);
  border-radius: 23px; }

.our-faq .active:after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #000;
  display: inline-block;
  vertical-align: middle; }

.about-faq-cnt {
  width: 100%; }

  .about-faq {
  padding: 23px;
background: #E8EAF6;
 }

.about-faq-img {
  width: 100%; }
  .about-faq-img img {
    width: 100%; }

.our-faq button {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
  border: 0px;
  border-radius: 6px;
 box-shadow: 0px 10px 24px 2px #0000001A;
  padding: 14px 12px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  font-family: var(--raleway);
  justify-content: space-between; }

.fqcn p {
  line-height: 23px; }

.faq-hed {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
  .faq-hed h2 {
    margin-top: 10px;
    margin-bottom: 10px; }

.business-lft {
  width: 100%;
  background-color: var(--dark-blue);
  padding: 10px; }

.business-filter-loction {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--rgbs-blue);
  padding: 6px;
  border-radius: 9px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .business-filter-loction > div {
    width: 28%;
    margin: 6px;
    text-align: center; }
    .business-filter-loction > div p {
      border: 2px solid #fff;
      padding: 4px 12px;
      border-radius: 23px;
      color: #fff;
      font-size: 12px; }

.business-lft-distance h2 {
  color: #fff; }

.business-distance {
  margin-top: 10px;
  color: #fff; }

.business-ryt-sec {
  padding: 10px; }

.business-select-rw {
  margin: 10px; }

.business-input {
  position: relative;
  width: 100%;
  margin: 5px; }
  .business-input img {
    position: absolute;
    z-index: 1;
    width: 20px;
    top: 18%;
    margin-left: 10px; }
  .business-input input {
    padding: 8px 19px 8px 40px;
    position: relative;
    width: 100%;
    border-radius: 25px;
    outline: none;
    border: 1px solid var(--black); }

.business-see-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.business-sec {
  background-color: #fff;
box-shadow: 0px 8px 24px 2px #0000001F;
  border-radius: 9px;
  padding: 5px;
  margin-bottom: 20px;
  margin-right: 10px; }

.business-imgs {
  width: 100%;
  height: 150px; }
  .business-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain; }

.business-sec-ryt {
  width: 100%; }

.business-rating-time-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 10px; }
  .business-rating-time-location > div .star {
    display: flex; }
    .business-rating-time-location > div .star p {
      margin-left: 5px;
      font-size: 12px; }

/*.business-rating-time-location > div {
    width: 32%;
}*/
.star:before {
  font-family: var(--fa);
  content: '\f005';
  color: var(--gold); }

.rating {
  background-color: var(--blacktheme);
  padding: 8px;
  border-radius: 4px; }

.status {
  background-color: var(--greenlight);
  padding: 6px;
  border-radius: 4px;
  color: #fff;
  text-align: center; }

.business-list {
  width: 100%; }

.imgl {
  display: flex;
  align-items: center; }
  .imgl p {
    font-size: 12px;
    margin: 0px;
    width: 100%; }
  .imgl img {
    width: 18px;
    height: 18px; }

.status {
  width: 27% !important; }
  .status p {
    font-size: 12px; }

.ratings {
  background-color: var(--blacktheme);
  padding: 7px;
  border-radius: 4px; }

.business-dec {
  margin-top: 10px; }
  .business-dec p {
    font-size: 13px; }

.business-km {
  background-color: var(--blacktheme); }

.business-dtls {
  display: flex;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
  justify-content: space-between; }

.business-km {
  width: 34%;
  padding: 5px;
  border-radius: 4px; }
  .business-km .imgl p {
    margin-left: 7px; }

.web-icon:after {
  font-family: var(--fa);
  content: '\f0ac';
  background-color: var(--black);
  color: #fff;
  font-weight: 600; }

.business-link ul {
  display: flex; }
  .business-link ul li {
    list-style: none;
    background-color: var(--dark);
    padding: 4px 7px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 34px;
    font-size: 12px; }

.mail:after {
  font-family: var(--fa);
  content: '\f003';
  background-color: var(--black);
  color: #fff;
  font-weight: 600; }

.business-phone a {
  font-size: 14px;
    background-image: linear-gradient(to bottom, var(--drkgreen), var(--drkgreens));
  text-decoration: none;
  padding: 6px;
  border-radius: 23px;
  color: #fff; }

.business-sec:hover, .business-sec.active {
  background: #374496; }

.business-sec:hover .business-dec, .business-sec:hover h2 > a {
  color: #fff; }
.business-sec.active .business-dec, .business-sec.active h2 > a {
  color: #fff; }

.business-heading-s {
  display: flex;
  justify-content: flex-end; }
  .business-heading-s p {
      background: linear-gradient(180deg, #0098FF 0%, #035D9B 100%);
    padding: 4px 23px;
    color: #fff;
    border-radius: 20px; }
      .business-heading-s  a {
          text-decoration: none;
    color: #fff;
      }

.business-review {
  width: 100%; }

.business-reviw {
  padding: 9px; }

.business-review-img {
     margin-top: 10px;
    height: 400px;
    overflow: hidden;
    position: relative;}
  .business-review-img img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover; }

.business-img {
  width: 100px;
  height: 100px;
  overflow: hidden; }
  .business-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #fff; }

.business-reviews {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 95%;
  left: 10px; }

.business-name-h {
  color: #fff;
  margin-top: 10px; }
  .business-name-h h3 {
    font-size: 15px; }

.business-rating-loc {
  margin-top: 10px;
  display: flex; }
  .business-rating-loc > div {
    display: flex;
    font-size: 12px;
    align-items: center; }
    .business-rating-loc > div img {
      width: 20px;
      height: 20px; }
    .business-rating-loc > div:nth-child(1) {
     background-color: var(--blacktheme);
    padding: 12px 9px;
    color: var(--black);
    border-radius: 4px; }
    .business-rating-loc > div:nth-child(2) {
      background-color: var(--blacktheme);
      padding: 2px 9px;
      color: var(--black);
      border-radius: 4px;
      margin: 0px  10px; }

.business-status-review {
 display: flex;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;}
  .business-status-review .status-r {
    background-color: var(--greenlight);
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center; }

.business-links .business-link ul li {
  background-color: #fff; }
  .business-links .business-link ul li .web-icon:after {
    color: var(--black); }

.web-icons:after {
  font-family: var(--fa);
  content: '\f0ac';
  color: var(--black);
  font-weight: 600; }

.mails:after {
  font-family: var(--fa);
  content: '\f003';
  color: var(--black);
  font-weight: 600; }

.business-link-se ul {
  display: flex; }
  .business-link-se ul li {
    list-style: none;
    background-color: #fff;
    padding: 4px 7px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 34px; }
    .business-link-se ul li a {
      text-decoration: none; }

.status-op {
  background-color: var(--greenlight);
  padding: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0px; }

.business-link-se ul li:nth-child(3) {
  font-size: 12px;
  display: flex;
  align-items: center; }
  .business-link-se ul li:nth-child(3) a {
    color: var(--black);
    font-weight: 800; }

.business-about {
  margin-top: 10px; }
  .business-about p {
    margin-top: 5px;
    line-height: 23px; }

.business-photo {
  margin-top: 10px;
  margin-bottom: 10px; }

.business-imgs-select {
  display: flex;
  flex-wrap: wrap;
  background-color: #E8EAF6;
  padding: 9px;
  border-radius: 15px;
  justify-content: center; }
.business-imgs-select img {
    width: 100px;
    margin: 5px 0;
    object-fit: contain;
    height: 118px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.business-write form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--black);
  border-radius: 10px;
  outline: none; }

.business-rat-sb {
  display: flex;
  justify-content: flex-end; }
  .business-rat-sb > div input {
    background-color: var(--primary);
    outline: none;
    padding: 8px 23px;
    border: 0px;
    color: #fff;
    border-radius: 4px; }

.bs-frm-star.star-fulls {
  color: var(--gold); }
.bs-frm-star::after {
  content: "\f005";
  font-family: var(--fa); }

.business-rat-sb > div:nth-child(2) {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 3px 12px;
  background-color: var(--grey);
  border-radius: 20px; }
  .business-rat-sb > div:nth-child(2) span {
    margin-left: 2px;
    margin-right: 2px; }

.all-review {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .all-review a {
    background-color: var(--primary);
    text-decoration: none;
    color: #fff;
    padding: 9px 33px;
    border-radius: 23px; }

.range-slide {
  position: relative;
  margin-top: 30px;
  height: 4px; }

.slide {
  position: absolute;
  top: 0;
  height: 7px;
  background: #ccc;
  left: 9px;
  right: 9px;
  border-radius: 18px; }

.line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  background-color: #fff;
  border-radius: 18px; }

.thumb {
  position: absolute;
  z-index: 2;
  text-align: left;
  outline: none;
  top: -28px;
  height: 18px;
  width: 18px;
  margin-left: -9px; }

.range-slide input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 3px;
  top: 0;
  width: 100%;
  opacity: 0;
  margin: 0; }
  .range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px; }

.display {
  width: 240px;
  display: flex;
  justify-content: space-between; }

.thumb:after {
  font-family: var(--fa);
  content: '\f041';
  font-size: 30px; }

.distance-slider {
  background-color: var(--rgbs-blue);
  padding: 16px;
  border-radius: 9px;
  margin-top: 10px;
  margin-bottom: 10px; }

.business-review-b {
  background-color: var(--blacktheme);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px; }

.user-prf img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top; }

.marker {
  padding-left: 12px;
  position: relative;
  font-size: 12px; }
  .marker:before {
    font-family: var(--fa);
    content: '\f041';
    position: absolute;
    left: 0px; }

.business-user {
  display: flex;
  justify-content: flex-end; }

.business-usr-nm {
  display: flex;
  align-items: center; }

.user-prf {
  margin-right: 10px; }

.star-filled:after {
  content: "\f005";
  font-family: var(--fa);
  color: var(--gold); }

.star-empty:after {
  content: "\f005";
  font-family: var(--fa);
  color: var(--black); }

.business-rating {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .business-rating span {
    margin-left: 3px; }

.user-desc {
  margin-top: 5px;
  margin-bottom: 5px; }
  .user-desc p {
    font-size: 12px; }

.user-review-date {
  text-align: right; }

.business-stp {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 15px; }
  .business-stp > div:nth-child(2) {
    margin-left: auto; }
    .business-stp > div:nth-child(2) a {
      text-decoration: none;
      background-image: linear-gradient(to top, var(--darkblu), var(--primary));
      padding: 7px 23px;
      color: #fff;
      border-radius: 23px; }

.arw:after {
  font-family: var(--fa);
  content: '\f060';
  background-color: #fff;
  color: var(--dark);
  padding: 3px;
  border-radius: 20px;
  margin-right: 5px; }

.business-stp > div:nth-child(1) {
  background-color: var(--dark);
  padding: 9px;
  color: #fff;
  border-radius: 23px;
  font-size: 12px; }

.blog-wr a {
  background-color: var(--primary) !important;
  padding: 10px 23px !important;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  border: 0px !important; }

.blog-single {
  width: 100%; }

.blog-date p {
  background-color: var(--blacktheme);
  width: 46%;
  text-align: center;
  padding: 4px 12px;
  border-radius: 20px; }

.blog-imgs img {
  width: 40px !important;
  height: 40px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 30px; }

.blog-single-img {
  position: relative; }

.article-biz-sec {
  background-color: var(--blacktheme);
  padding-bottom: 10px;
  border-radius: 20px; }

.blog-user-dtls {
  position: absolute;
  bottom: 23px;
  left: 20px; }

.blog-user-dt {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 6px 10px; }

.blog-imgs {
  width: 50px; }

.blog-user-nme-loc p {
  font-size: 12px;
  margin-top: 3px; }

.blog-single-img img {
  width: 100%; }

.article-heading {
  padding: 10px; }

.article-desc-cat {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .article-desc-cat .article-cat-de {
    margin-left: auto; }

.article-cat-de p {
  background-color: var(--golddark);
  padding: 7px 18px;
  border-radius: 20px; }

.article-read-btn a {
  background-color: var(--primary);
  text-decoration: none;
  padding: 10px;
  border-radius: 19px;
  color: #fff; }

.article-popular {
  width: 100%; }

.popular-article {
  background-color: #fff;
  border-radius: 9px;
  padding: 10px;
  box-shadow: 2px 2px 12px 2px var(--grey);
  margin-top: 15px; }

.popular-article-img {
  width: 100%;
  height: 150px;
  overflow: hidden; }
  .popular-article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.popular-article-h {
  margin-bottom: 10px; }

.popular-article-dt {
  margin-left: 10px;
  position: relative; }

.article-user-read, .user-profile-art {
  display: flex; }

.user-imgs img {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  object-fit: cover;
  object-position: top; }

.article-user-dtls {
  width: 70%;
  margin-left: 10px; }
  .article-user-dtls h4 {
    font-size: 15px; }
  .article-user-dtls p {
    font-size: 12px; }

.user-profile-art {
  width: 68%;
  align-items: center; }

.article-read-more a {
  background-color: var(--primary);
  text-decoration: none;
  padding: 10px;
  border-radius: 19px;
  color: #fff;
  font-size: 12px; }

.article-user-read {
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
  width: 100%;
  bottom: 0px; }

.blog-date {
  margin-top: 10px;
  margin-bottom: 10px; }

.popular-blog {
  background-image: linear-gradient(to bottom, #EEF3FF, #A9C1FF);
  padding-bottom: 20px; }

/*blog-slder*/
.pc-sliders {
  display: none; }

.article-slider {
  background-image: url(../img/blog/article-nw.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px; }

.arws:after {
  font-family: var(--fa);
  content: '\f060'; }

.arw-ryt:after {
  font-family: var(--fa);
  content: '\f061';
  text-decoration: none; }

.article-flx {
  display: flex;
  justify-content: space-between;
  color: #fff; }
  .article-flx > div a {
    text-decoration: none;
    color: var(--black);
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    padding: 7px;
    border-radius: 4px; }

.article-image-mob {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative; }
  .article-image-mob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.article-cntr-mob {
  overflow: hidden;
  position: relative;
  height: 380px; }

.article-slide-mob {
  display: flex;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 2s; }

.article-slide-flx-mob {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px; }

.slide-user-mob, .article-slide-user-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px; }

.slide-user-mob .sld-usr-img-mob img {
  width: 30px;
  height: 30px;
  border-radius: 20px; }

.sld-usr-nme-mob {
  font-size: 12px;
  color: #fff;
  margin-left: 5px; }

.artile-type-mob p {
  background-color: var(--golddark);
  padding: 8px 9px;
  border-radius: 22px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.article-slide-user-mob {
  position: absolute;
  bottom: 9px;
  width: 100%; }

.article-img-user-mob, .article-img-user {
  position: relative; }

.article-heads-mob {
  padding: 10px;
  color: #fff; }

.article-read-button-mob {
  margin-top: 10px; }
  .article-read-button-mob a {
    background-color: var(--primary);
    color: #fff;
    padding: 9px 22px;
    border-radius: 20px;
    text-decoration: none; }

.article-post-date-mob {
  margin-top: 10px;
  margin-bottom: 10px; }
  .article-post-date-mob p {
    background-color: var(--rgbs-blue);
    width: 50%;
    text-align: center;
    padding: 9px 13px;
    border-radius: 30px; }

.article-slide-mob:first-child {
  left: 0; }

/*blog-slder end*/
.artile-rel-type {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding:10px;
    margin-bottom:10px;
}

.slide-user {
  position: relative; }

.related-art {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  position: absolute;
  bottom: 10px;
  left: 10px; }
  .related-art .related-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden; }

.related-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px; }

.realted-art-user-nm {
  margin-left: 10px; }
  .realted-art-user-nm p {
    font-size: 12px;
    margin-top: 3px; }

.article-images {
  height: 250px;
  overflow: hidden; }
  .article-images img {
    width: 100%;
    border-radius: 10px;
    height: 100%; }



.blog-btn ul {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .blog-btn ul li {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    padding: 3px 12px;
    border-radius: 4px; }
    .blog-btn ul li:first-child {
      background-color: var(--primary);
      padding: 4px 12px;
      border-radius: 3px;
      color: #fff; }
    .blog-btn ul li:last-child {
      background-color: var(--primary);
      padding: 4px 12px;
      border-radius: 3px;
      color: #fff; }
      .blog-btn ul li:last-child a {
        color: #fff; }
    .blog-btn ul li:first-child a {
      color: #fff; }
    .blog-btn ul li a {
      text-decoration: none; }

.contact-us {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10%;
  color: #fff; }
  .contact-us h2 {
    font-size: 34px;
    margin-bottom: 20px; }

.contact-us-biz {
  background-image: url(../img/contact-us/contact-link.png), linear-gradient(to bottom, #EEF3FF 50%, #A9C1FF 50%);
  background-position: 40% bottom, center center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 20px; }

.contact-hed {
  text-align: center; }
  .contact-hed h1 b {
    color: var(--primary); }

.contact-us-ad {
  margin-top: 10px; }

.conts-us {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 13px;
  margin-bottom: 20px; }
  .conts-us > div img {
    background-color: var(--blacktheme);
    padding: 9px;
    border-radius: 13px;
    margin-bottom: 10px; }

.contact-us-ad > .conts-us:hover {
  background-color: var(--primary); }
  .contact-us-ad > .conts-us:hover p {
    color: #fff; }

.form-div form {
  background-color: #fff;
  box-shadow: 2px 2px 12px 2px #a1a1a1;
  margin: auto;
  margin-top: 10px;
  padding: 30px;
  border-radius: 10px; }

.row-form > div {
  margin-bottom: 14px; }
  .row-form > div input {
    background-color: var(--blacktheme);
    border: 0px;
    outline: none;
    padding: 9px;
    width: 100%;
    margin-top: 4px;
    border-radius: 4px; }
  .row-form > div label {
    margin-bottom: 8px; }

.row-forms > div textarea {
  background-color: var(--blacktheme);
  border: 0px;
  outline: none;
  padding: 9px;
  width: 100%;
  margin-top: 4px;
  border-radius: 4px; }

.row-form-in {
  text-align: center;
  margin-top: 10px; }
  .row-form-in input {
    background-color: var(--primary);
    padding: 9px 23px;
    color: #fff;
    border-radius: 4px;
    border: 0px;
    cursor: pointer; }

.contact-link {
  display: flex;
  justify-content: center; }
  .contact-link ul {
    display: flex;
    margin-top: 30px; }
    .contact-link ul li {
      list-style: none;
      margin-left: 10px; }
      .contact-link ul li .fb:after {
        font-family: var(--fa);
        content: '\f09a';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .contact-link ul li .insta:after {
        font-family: var(--fa);
        content: '\f16d';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .contact-link ul li .linkd:after {
        font-family: var(--fa);
        content: '\f0e1';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .contact-link ul li .tw:after {
        font-family: var(--fa);
        content: '\f099';
        background: #fff;
        padding: 10px 12px;
        border-radius: 23px; }
      .contact-link ul li a {
        text-decoration: none;
        color: var(--black); }

.wrok-heading {
  text-align: center;
  margin-bottom: 30px;
  color: #fff; }
  .wrok-heading h2 {
    font-size: 34px;
    margin-bottom: 10px; }
    .wrok-heading h2 b {
      color: var(--gold); }

.pc-img, .pc-search {
  display: none; }

.artile-rel-type-in {
  background-color: #fff;
  border-radius: 20px; }

.nav-mnu {
  background-color: #fefefe;
  text-align: center;
  max-height: 0;
  transition: max-height 1s;
  overflow: hidden; }

.login-dc {
  padding: 20px;
  background-color: var(--primarydark); }

.pc-header {
  display: none; }

.mobile-menu:after {
  content: "\f0c9";
  font-family: var(--fa);
  font-size: 22px; }

.login-ctnr {
  padding: 0; }
  .login-ctnr > div:first-child {
    position: relative;
    width: 100%; }
    .login-ctnr > div:first-child img {
      max-width: 100%;
      height: auto; }
    .login-ctnr > div:first-child > div {
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 109, 209, 0.6); }
      .login-ctnr > div:first-child > div > div {
        font-size: 1.5em;
        font-weight: bold;
        padding: 20px;
        color: white; }
      .login-ctnr > div:first-child > div > p {
        font-size: 0.9em;
        padding: 20px;
        color: white; }

.login-frm {
  text-align: right;
  width: 100%;
  padding: 10px; }

.login-bx2 {
  margin: 50px auto;
  padding: 20px;
  background-color: #f1f2f4;
  border: 1px solid #cccccc;
  box-shadow: 5px 5px 5px #cccccc, -5px 0 5px #cccccc;
  border-radius: 10px; }

.login-logo {
  text-align: center;
  margin: -20px; }
  .login-logo img {
    width: 40%;
    padding-top: 12px;
    padding-bottom: 12px; }

.login-frm label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px; }
.login-frm input[type=email], .login-frm input[type=password] {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  background-color: inherit; }

.social-login {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px; }
  .social-login .fb {
    background-image: url(../img/home/fb.svg);
    background-repeat: no-repeat;
    background-position: -85px center;
    background-size: 80% 80%; }
  .social-login > a {
    text-decoration: none;
    color: inherit;
    font-size: 0.9em;
    display: inline-block;
    background-color: #e7e7e7;
    border: 1px solid #aab1a9;
    padding: 5px 10px;
    width: 260px;
    border-radius: 3px;
    font-weight: 800; }
  .social-login .linkedin {
    background-image: url(../img/home/linkedin.svg);
    background-repeat: no-repeat;
    background-position: -85px center;
    background-size: 80% 80%; }

.login-frm button, .sign-up-btn {
  background-color: var(--primary);
  color: white;
  margin-top: 10px;
  padding: 8px 30px;
  text-decoration: none;
  border: none;
  border-radius: 5px; }

a.sign-up-btn {
  font-size: 0.85em; }

.forgot-password {
  font-size: 0.8em;
  color: inherit;
  text-decoration: none; }

.login-tp {
  text-align: center;
  margin-bottom: 10px; }

.login-bx3 {
  text-align: left;
  padding: 10px;
  justify-content: space-between; }
  .login-bx3 > div:first-child {
    width: 100%; }

.login-logo3 {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 10px; }

.signup-pic {
  text-align: center;
  position: relative; }
  .signup-pic img {
    max-width: 100%;
    max-height: 100px; }
  .signup-pic input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

.login-bx3 > div:last-child {
  width: 100%;
  text-align: left;
  padding-right: 30px;
  padding-left: 30px; }

.login-rw > div {
  width: 100%; }
.login-rw input, .login-rw select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #bcbcbc;
  background-color: #f6f6f6 !important; }

.login-rw2 input, .login-rw2 select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #bcbcbc;
  background-color: #f6f6f6 !important;
  margin-top: 10px;
  margin-bottom: 10px; }
.login-rw2 > div {
  width: 100%; }

.login-rw3 textarea {
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #bcbcbc; }

.rw34 {
  margin-top: 5px; }

.cat-img {
  width: 100%;
  height: 157px;
  object-fit: inherit; }
  .cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0; }

.category-link {
  margin-top: -10px;
  margin-bottom: 10px; }
  .category-link a {
    background-color: #fff;
    padding: 4px 17px;
    text-decoration: none;
    border-radius: 23px;
    color: var(--primary);
    font-weight: 800;
    font-size: 12px; }

.category-name p {
  font-weight: 800;
  position: relative;
  top: 5px; }

.all-cat-biz > .cat-sections:hover {
  background-color: var(--primary);
  transition: .1s; }
  .all-cat-biz > .cat-sections:hover .category-name b {
    color: #fff;
    transition: .1s; }
  .all-cat-biz > .cat-sections:hover a {
    background-color: var(--primarydark);
    color: #fff;
    transition: .1s; }

.exp-more-heddngs {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .exp-more-heddngs h2 {
    font-size: 34px; }

.exp-more-cat-cmplt {
  padding-bottom: 40px; }

.category-name b {
  font-size: 13px; }

.category-a div:nth-child(2) {
  width: 35%;
  margin-left: 10px; }

.business-filter-loction p a {
  color: #fff;
  text-decoration: none; }

.business-name h2 a {
  color: #000;
  text-decoration: none; }

.business-sec:hover .business-name h2 a {
  color: #fff; }

.contributer p {
  line-height: 23px; }
.contributer ul {
  line-height: 23px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
.contributer h1, .contributer h2, .contributer h3, .contributer h4, .contributer h5 {
  margin-bottom: 10px;
  margin-top: 10px; }

.cont-fom h2 {
  margin-bottom: 10px;
  margin-top: 10px; }

.contributer-form {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .contributer-form > div {
    width: 48%; }
    .contributer-form > div input {
      width: 100%;
      padding: 6px;
      margin-top: 5px; }
    .contributer-form > div label {
      margin-bottom: 5px; }

.contributer-s div {
  margin-top: 10px; }
  .contributer-s div textarea {
    width: 100%;
    margin-top: 6px; }
  .contributer-s div label {
    margin-bottom: 8px; }

.label-sub {
  margin-top: 9px;
  margin-bottom: 9px; }
  .label-sub input {
    background-color: var(--primary);
    padding: 9px 33px;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    cursor: pointer; }

.become-cont-bn {
  background-image: url(../img/home/contributer-tab.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  height: 500px; }

.h-banner-business {
  background-image: url(../img/add-business/add-bussiness.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 13px;
  padding-bottom: 23px; }

.local-sec {
  width: 90%;
  overflow: hidden;
  margin: auto; }

.local-css {
  padding-top: 72px;
  padding-bottom: 12px; }

.business-ad {
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 32px; }

.local-cs {
  padding-top: 72px;
  padding-bottom: 132px; }

.fm-bdy {
  text-align: center;
  display: flex;
  width: 60%;
  margin: auto; }

.fm-srt {
  width: 45%;
  position: relative; }
  .fm-srt input {
    padding: 6px;
    border-radius: 23px;
    border: 1px solid #eee;
    width: 90%;
    padding-right: 34px;
    padding-left: 34px;
    outline: none; }
  .fm-srt button {
    position: absolute;
    right: 32px; }

.bus-stps {
  margin-bottom: 19px;
  margin-top: 19px; }

.bus-stps-hed {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px; }

.ad-wrk-procs-stp {
  text-align: center;
  background-color: #333333;
  padding: 9px;
  color: #fff;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 20px; }

.ad-wrk-procs-hd {
  margin: 9px; }
  .ad-wrk-procs-hd b {
    font-size: 19px; }

.h-ad-bs-sec {
  background-color: var(--primarydark);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px; }

.local-bus-hed {
  text-align: center;
  color: #fff; }

.h-ad-bs-fm {
  margin-top: 12px;
  justify-content: space-around; }

.h-ad-bs-row {
  width: 100%;
  margin-bottom: 15px; }
  .h-ad-bs-row label {
    color: #fff; }
  .h-ad-bs-row input, .h-ad-bs-row select {
    width: 100%;
    padding: 6px;
    outline: none;
    border-radius: 4px;
    border: 0;
    background-color: white;
    margin-top: 4px; }

.h-ad-bs-fms {
  margin-top: 12px !important;
  margin: auto;
  width: 98%; }
  .h-ad-bs-fms textarea {
    height: 100px;
    width: 100%;
    outline: none;
    border-radius: 4px;
    padding: 9px;
    border: 0;
    margin-top: 5px; }
  .h-ad-bs-fms label {
    color: #fff; }

.h-ad-bs-sb {
  text-align: center;
  margin-top: 10px; }
  .h-ad-bs-sb input {
    padding: 8px 44px;
    border: 0;
    background-color: #fff;
    color: var(--primary);
    font-weight: 900;
    font-family: var(--raleway);
    cursor: pointer; }

.becm-op {
  background-image: url(../img/add-business/thout.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }

.becm-ops {
  width: 100%;
  background-color: rgba(89, 91, 209, 0.7);
  color: #fff;
  padding: 34px;
  padding-top: 90px;
  padding-bottom: 90px; }

.becm-cn b {
  font-size: 23px; }

.becm-ops a {
  background-color: #000;
  padding: 8px;
  position: relative;
  top: 12px;
  color: #fff;
  text-decoration: none; }
  .becm-ops a::after {
    font-family: var(--fa);
    content: "\f061";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    top: -2px;
    left: 14px;
    background-color: #fff;
    color: #000;
    padding-top: 12px;
    padding-right: 13px;
    padding-left: 15px;
    padding-bottom: 12px; }

.none {
  display: none;
  margin-top: 5px; }

.hlps {
  background-color: #333333;
  padding-top: 22px;
  padding-bottom: 22px; }

.bus-hlp {
  text-align: center; }

.bus-hlp-in {
  width: 100%;
  margin-bottom: 20px; }
  .bus-hlp-in p {
    font-size: 22px;
    color: #fff; }
  .bus-hlp-in a {
    border: 3px solid #fff;
    padding: 6px 34px;
    border-radius: 29px;
    color: #fff;
    text-decoration: none; }

.category-image {
  height: 200px;
  overflow: hidden;
  text-align: center; }

.category-hed a {
  text-decoration: none;
  color: var(--black); }

.scr-bus {
  text-align: center; }
  .scr-bus button {
    background: #006dd1;
    color: #fff;
    padding: 13px 34px;
    border: 0px;
    border-radius: 23px; }

.cat-banner-img img {
  width: 100%; }
































.blog-container-aus {
    background: #E5EDFF;
}
.au-blogs-top-dest {
    width: 90%;
    margin: auto;
    padding: 10px 0;
}

.blog-sml-detls {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 14px;
}
.artcl-sml-im {
    width: 44px;
    height: 41px;
    display: flex;
}
.artcl-sml-im img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.au-blog-rtes-sec-cmpl {
    display: flex;
    gap: 40px;
    align-items: center;
}
.blog-pst-date {
    background: #c3b9b9;
    color: white;
    padding: 2px 9px;
    font-weight: normal;
    border-radius: 20px;
    font-size: 16px;
}

.blog-au-automobile-show {
    display:flex;
}
.blog-au-socls a img {
    width: 31px;
}
.blogs-au-desc {
    width: 90%;
    margin: auto;
        margin-bottom:10px;
}
.blog-au-heddngs-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 0;
}
.blog-au-auto {
    display: none;
}
.blog-au-heddngs {
    width: 100%;
}
.blog-au-heddngs h1 {
    font-size: 23px;
    line-height: 32px;
}

.blog-au-auto a {
    color: white;
    text-decoration: none;
       background-color: var(--primary);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px;
}
.au-blog-img-bnr {
    width: 90%;
    margin: auto;
    height: 100%;

}

.au-blog-img-bnr img {
    width: 100%;
    box-shadow: 0px 8px 24px 0px #00000040;
    height: 100%;
    border-radius: 10px;
}

.blog-descrption-complt {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}


.au-blog-descrption-lefts {
    background: white;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 8px 24px 0px #00000040;
    border-radius: 10px;
    height: 100%;
    margin-bottom:10px;
}
.au-blog-descrption-right {
    width: 100%;
}
.blog-right-rows {
    background: white;
    box-shadow: 0px 8px 24px 0px #00000040;
    border-radius: 10px;
}
.right-col-hedngs {
    padding: 20px 10px;
    font-size: 20px;
}
.blog-right-cntnrs-box {
    padding: 8px;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 2px solid black;
}
.blog-right-art-img {
    display: flex;
    width: 100%;
    height: 195px;
}
.blog-right-art-img img {
    width: 100%;
    display: flex;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
}
.blog-right-artcle-lg-name {
    font-size: 16px;
    margin-top:10px;
    margin-bottom:10px;
}
.poplr-botm-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-right-artcle-sml-detls {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 14px;
    padding: 12px 0 2px 0;
}
.blog-right-artcl-sml-im {
    width: 34px;
    height: 34px;
    display: flex;
}
.blog-right-artcl-sml-im img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.blog-tech-btn a {
    color: white;
    text-decoration: none;
  background: linear-gradient(180deg, #0098FF 0%, #035D9B 100%);

    padding: 8px 6px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
}
.blog-see-art-btns {
    text-align: center;
    padding: 20px 0;
}
.blog-see-art-btns a {
    color: white;
    text-decoration: none;
    background: var(--primary);
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 16px;
}
.right2-rows {
    margin: 35px 0px;
    background: white;
    padding: 20px;
    box-shadow: 0px 8px 24px 0px #00000040;
    border-radius: 10px;
}
.right-col-hedngs {
    padding: 20px 10px;
    font-size: 20px;
}
.right2-colm-bts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
.right2-colm-bts a {
    color: white;
    text-decoration: none;
background-color: var(--primarydark);
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 12px;
}
.blog-right-artcle-lg-name a {
    text-decoration: none;
}
.blog-right-artcle-lg-name a b {
        color:var(--dark);
}
.au-blog-intr-heds ul {
    padding-left: 20px;
    margin-top:7px;
    margin-bottom:7px;
}
.au-blog-intr-heds p {
    line-height:23px;
}
.au-blogs-top-detl {
    display: flex;
    justify-content: space-between;
}
.blog-descrption-complt {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}
.au-lat-art-cnt {
    padding: 30px 0;
}

.au-lat-artcl-heds {
    padding: 20px 0 10px;
    display: flex;
    width: 95%;
    justify-content: space-between;
    border-bottom: 3px solid black;
    margin: 0 auto 40px auto;
}
.au-lat-art-btns button {
    border: none;
    background: transparent;
    cursor: pointer;
}
.top-artcls-cntnrs-flx, .lat-artcls-cntnrs-flx {
    justify-content: flex-start;
    width: 95%;
    margin:auto;

    transition: left 2s;
}




.lat-artcle-lg-detls {
    padding: 10px;
}
.lat-artcle-lg-name {
    font-size: 25px;
    font-weight: 900;
}

.lat-artcle-lg-btns-read a {
    color: white;
    text-decoration: none;
    border-radius: 26px;
    padding: 6px 10px;
    background: var(--primary);
    font-size: 16px;
}
.lat-artcle-lg-btns-auto a {
    color: white;
    text-decoration: none;
       background-color: var(--primarydark);
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 16px;
}
.au-blogs-top-detl {
    display: none;
}
.au-blog-rtes-sec-cmpl-mob {
   display: flex;
    justify-content: space-between;
    width: 100%;
}
.blog-au-heddngs-box-mob {
     display: flex;
    justify-content: space-between;
align-items:center;    
    width: 100%;
}
.blog-au-auto-mob a {
    color: white;
    text-decoration: none;
      background-color: var(--primary);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px;
}


.pcb-slide, .tab-slide {
    display: none;
}























.lat-artcls-cntnrs-box-mob {
    width: 100%;
    border: 1px solid #0072dc;
    border-radius: 7px;
    margin-bottom:10px;
}

.lat-artcle-img-mob {
    height: 250px;
    position: relative;
}
.lat-artcle-img-mob img {
    height: 100%;
    width: 100%;
    border-radius: 7px;
       object-fit: cover;
}
.lat-artcle-img-mob b {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 12px;
    background: #867e7e;
    color: white;
    padding: 2px 8px;
    border-radius: 11px;
    font-weight: normal;
}

.lat-artcle-sml-detls-mob {
    margin: -53px 0 15px 0;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 13px;
    font-size: 14px;
}
.lat-artcl-sml-im-mob {
    width: 44px;
    height: 41px;
    display: flex;
}

.lat-artcl-sml-im-mob img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.bat-artcls-cntnrs-flx-mob {
    overflow: hidden;
    position: relative;
    height: 400px;;
    width: 95%;
    margin: auto;
}
.artcls-cntnrs-flxnw-mob:first-child {
    left: 0;
}
.artcls-cntnrs-flxnw-mob {
        display: flex;
    position: absolute;
    top: 0;
    left: -100%;
    width: 98%;
    margin:auto;
    height: 100%;
    transition: left 2s;
}
.lat-artcle-lg-btns-flx-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0;
}

.lat-artcle-lg-btns-read-mob a {
    color: white;
    text-decoration: none;
    border-radius: 26px;
    padding: 6px 10px;
    background: var(--primary);
    font-size: 16px;
}
.lat-artcle-lg-btns-auto-mob a {
    color: white;
    text-decoration: none;
       background-color: var(--primarydark);
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 16px;
}
.lat-artcle-lg-detls-mob {
    width: 90%;
    margin: auto;
       margin-top: 10px;
}
.lat-artcle-lg-name-mob{
    text-align: center;
}
.lat-artcle-lg-name-mob {
    font-size: 20px;
    font-weight: 900;
}
.tablet-slide {
    display:none;
}

.login-bx {
    width: 300px;
    margin: 100px auto;
    padding: 20px;
    background-color: #f1f2f4;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 5px #cccccc, -5px 0 5px #cccccc;
    border-radius: 10px;
    text-align:left;
}
.au-verifs-nr {
    background-image: url(../img/home/home.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
}





.error {
    text-align: center;
    padding: 10px;
}


.error h1{
    font-size:122px !important;
}

.error a {
    color: #2a9b2f;
    font-weight: 700;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
}


.thnkyu-pg {
    text-align: center;
    padding:20px;
    background: aliceblue;
}

.thnkyu-pg img{
   width:100px; 
}

.thnkyu-pg-text h1 {
    font-size: 50px;
}
.thnkyu-pg-text p {
    font-size: 25px;
}




/*new css*/
.nw-al {
  width: 100%;
}
.sld-bnr {
   background: url(/img/categories/sld.png), #c1d3ff;
  background-repeat: no-repeat;
  background-size: cover; 
}
.slider-category {
  padding: 20px;
}
.au-cat-nw-sld {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hs-new-sec:first-child, .hs-new-sec-mob:first-child {
    left: 0;
}
.hs-new-sec, .hs-new-sec-mob {
  width: 100%;
    position: absolute;
    overflow: hidden;
    height: 97%;
    display: flex;
    transition: 4s left;
    left: -100%;
}
.hs-mn {
    width: 18%;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    height: auto;
}
.hs-cntr-sec {
    position: relative;
    height: 300px;
    margin-top: 12px;
    overflow: hidden;
    width: 94%;
}
.left-cat {
  width: 3%;
}
.hs-mn .exp-boxs {
  width: 100%;
  height: auto;
}
.lt-sl-l {
    background: #000;
    padding: 7px 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}

.our-partners {
  background-color: #fff;
  padding: 10px;
  border-radius: 9px;
  width: 80%;
  margin: auto;
}
.partners-slider, .partners-slider-mob {
display: flex;
  align-items: center;
  justify-content: flex-end;
}

.partner-lg:first-child, .partner-lg-mob:first-child {
    left: 0;
}
.partner-lg, .partner-lg-mob {
  width: 100%;
    position: absolute;
    overflow: hidden;
    height: 97%;
    display: flex;
    transition: 3s left;
    left: -100%;
}

.lft-pr {
  width: 3%;
}
.partner-cntr, .partner-cntr-mob {
     position: relative;
    height: 130px;
    margin-top: 12px;
    overflow: hidden;
    width: 94%;
}
.partners-img-logo {
  width: 23%;
  margin-right: 10px;
  margin-left: 10px;
}
.partners-img-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 2px solid black;
    padding: 10px;
    border-radius: 10px;
}
.lt-sl-lp {
  background-color: #000;
  color: #fff;
  padding: 4px 9px;
  border-radius: 50px;
  cursor: pointer;
}

.dash-serv-flx {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.dash-serv-flx a {
  background-color: #0E408A; 
  padding: 4px 20px;
  border-radius: 4px;
  cursor: pointer;
  border: 0px;
  color: #fff;
}
.add-srv {
  width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    display: none;
}
.add-ctnr {
    width: 40%;
    margin: 100px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}
.add-close-btn {
      position: absolute;
    width: 10%;
    right: -30px;
    top: -30px;
}
.ad-serv-fom {
  position: relative;
}
.add-close-btn::after {
    content: "\f00d";
    font-family: var(--fa);
    font-size: 21px;
    color: #fffefe;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #0e408a;
    border-radius: 37px;
    padding: 7px 9px;
}
.ad-serv-in{
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.ad-serv-in input {
  width: 48%;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #000;
  outline: none;
}
.ad-serv-hed {
  text-align: center;
  margin-bottom: 10px;
}
.ad-input {
  text-align: center;
}
.ad-input input {
      background-color: #0E408A;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
    border: 0px;
    color: #fff;
}

.services-ad {
  width: 98%;
  margin: auto;
}

.services-ad ol li {
  margin-left:10px;
  margin-right:10px;
  margin-bottom: 10px;
}
.business-page{
 background: #E8EAF6;
}
.hs-mn-mob {
    background-color: var(--blacktheme);
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px #a1a1a1;
    padding-bottom: 13px;
      width: 95%;
}
.chevron-left:after {
font-family: var(--fa);
content: '\f053';
}
.chevron-right:after {
  font-family: var(--fa);
content: '\f054';
}
.pc-catg {
  display: none;
}

.pc-catg {
 display: none;
}

.mob-catg {
 display: block;
}
.hs-cntr-sec {
    position: relative;
    height: 370px;
    margin-top: 12px;
    overflow: hidden;
    width: 88%;
}

.hs-cntr-sec-mob {
   position: relative;
    height: 240px;
    margin-top: 12px;
    overflow: hidden;
    width: 80%;
}
.hs-mn-mob .exp-boxs{
  width: 100%;
  height: auto;
}
.part-pc-sld {
  display: none;
}
.our-partners {
  width: 95%;
}
.partners-img-logo-mob {
  width: 80%;
  margin: auto;
  text-align: center;
}
.partners-img-logo-mob img {
  width: 75%;
  height: 100%;
  object-fit: contain;
}
.lft-pr {
  width: 10%;
}
.dash-serv-flx a {
    padding: 4px 8px;
    font-size: 12px;
}
.add-ctnr {
  width: 90%;
}


.our-partner {
 background-image: url(/img/categories/our-partners.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 20px;
}
.heading-pr{
  text-align: center;
  margin-bottom: 20px;
  color:#fff;
}




.our-partner {
 background-image: url(/img/categories/our-partners.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 20px;
}
.heading-pr{
  text-align: center;
  margin-bottom: 20px;
  color:#fff;
}
.b-fb:after {
  font-family: var(--fa);
content: '\f09a';
}
.b-pn:after {
  font-family: var(--fa);
content: '\f0d2';
}

.b-in:after {
  font-family: var(--fa);
content: '\f16d';
}

.b-li:after {
  font-family: var(--fa);
content: '\f08c';
}

.b-tw:after {
  font-family: var(--fa);
content: '\f099';
}
.social-media ul {
  display: flex;
}
.social-media ul li {
  list-style: none;
  margin-left: 6px;
}
.social-media ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 100;
}
.business-sec:hover .social-media ul li a  {
 color: #fff;
  }
  .heading-cat-sld {
    margin-top: 10px;
  }
  .business-list-sec .active .social-media ul li a {
  color: #fff;
  }
  .business-review-img .social-media ul li a {
    color: #fff;
    font-size: 18px;
  }
  .rating {
    text-align: center;
  }
  .rating .stars {
    font-size: 13px;
  } 
  .business-phone a {
    font-size: 13px;
  }




/*Home page slider*/
.rel-business-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin: auto;
}

.rel-lft:after{
  content:"\f053";
  font-family: var(--fa);
background-color: var(--primary);
  padding: 5px 7px;
    text-decoration: none;
    color: #fff;
    border-radius: 44px;
    cursor: pointer;
      font-size: 12px;
}
.rel-business-cntr {
  width: 93%;
  position: relative;
  height: 420px;
  overflow: hidden;
}
.rel-ryt:after{
  content:"\f054";
  font-family: var(--fa);
background-color: var(--primary);
    padding: 5px 7px;
    text-decoration: none;
    color: #fff;
    border-radius: 44px;
    cursor: pointer;
    font-size: 12px;
}
.rel-business-flx:first-child, .rel-business-flx-sec:first-child, .rel-business-flx-mob:first-child, .rel-business-flx-sec-mob:first-child{
left: 0px;
}
.rel-business-flx, .rel-business-flx-sec, .rel-business-flx-mob, .rel-business-flx-sec-mob{
width: 99%;
    position: absolute;
    overflow: hidden;
    height: 97%;
    display: flex;
    transition: 3s left;
    left: -100%;
}
.home-business-pc {
  display: none;
}

/*new -css*/
.cat-fec-sec{
  width: 90%;
  margin: auto;
}
.fi-twinty .owl-prev, .fi-twinty .owl-next, .secd-all-business .owl-prev, .secd-all-business .owl-next{
background-color: var(--primary) !important;
  font-size: 28px !important;
  border-radius: 50px;
}

.cat-fec-sec .fi-twinty .owl-prev, .cat-fec-sec .secd-all-business .owl-prev{
        position: relative;
         left: -11px;
    color: #fff !important;
    padding: 5px 12px !important;
    width: 39px;
    height: 39px;
}

.fi-twinty .owl-next, .secd-all-business .owl-next {
  position: relative;
  right: 0px;
    color: #fff !important;
    padding: 5px 12px !important;
    width: 39px;
    height: 39px;
}
.fi-twinty .owl-prev b, .secd-all-business .owl-prev b {
  position: relative;
  top: -3px;
}
.fi-twinty .owl-next b, .secd-all-business .owl-next b {
   position: relative;
  top: -3px;
}
.owl-item {
  background: transparent;
  box-shadow: none;
}
.owl-dots {
  display: none;
}
.owl-nav {
  text-align: center;
}


.List_Business_op {
    padding-left: 1em;
}


.headings {
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.headings button {
    padding: 14px 32px 14px 0px !important;
    font-weight: bold;
}
.active {
    background-color: #fff;
    box-shadow: 2px 2px 12px 2px #a1a1a1;
}

.cnt-sec {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.headings::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
}
.headings.active::after {
    transform: rotate(360deg);
        font-size: 1rem;
}
.cnt-ans {
  background-color: #fff;
  padding: 5px;
margin-top: 10px;
}
.cnt-ans p{
    line-height: 26px;
}
.cm-sect-mid {
    padding: 4px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.owl-item {
    background: transparent;
    box-shadow: none;
}








/*new css*/
.business-review {
    width: 100%;
    overflow: auto;
    margin: 10px auto;
}


.select select{
width: 100%;
background-color: var(--blacktheme);
    border-radius: 4px;
        padding:9px;
        border: 0px;
        cursor: pointer;
}
.business-about, .business-photo, .business-write {
    width: 100%;
    margin: 10px auto;
}
.business-about h2, .business-photo  h2, .business-write h2 {
        background-color: var(--primary);
    color: #fff;
    padding: 7px 28px;
    border-radius: 5px;
    box-shadow: 2px 2px 12px 2px #cdc9c9;
    width: fit-content;
}
.business-about p{
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 2px 2px 12px 2px #cdc9c9;
    padding: 10px;
    margin: 10px auto;

}
                                                    
.business-imgs-select a {
    margin-left: 10px;
    border-radius: 10px;
}
.business-write > form {
    margin-top: 10px;
}

.business-rat-sb{
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-top: 10px;
}
.business-write > form > div:first-child {
    background-color: #fff;
    padding: 10px;
        border-radius: 15px;
        box-shadow: 2px 2px 12px 2px #cdc9c9;
}
.biz-back {
    background-image: url(/img/business/biz-back.png);
    background-size: cover;
     padding: 20px;
}
.flex-dec{
    margin: 10px auto;
}
.flex-dec > div{
    width: 100%;
}
.heading-dt h2{
    margin: 10px 23px;
    text-align: center;
    color: #fff;
    font-size: 34px !important;
}
.status p {
    margin: 0px;
    padding: 2px;
}

.see-more{
    margin: 10px;
    text-align: center;
}
.see-more a {
    background-color: var(--primary);
    text-decoration: none;
    color: #fff;
    padding: 9px 33px;
    border-radius: 23px;
}
.all-reviews {
        background-color: #fff;
    box-shadow: 2px 2px 12px 2px #cdc9c9;
    padding: 10px;
    width: 100%;
    margin: 10px auto !important;
    border-radius: 15px;
}
.business-write {
    justify-content: space-between;
    align-items: center;
}
.business-name h2 {
    margin-bottom: 5px;
}
.review-show-flex {
   margin: 10px auto;
}
.busns-tp-detls-soc a img {
width: 34px;
height: 34px;
}
.mob-search{
    display: none;
}
.review-show-flex > div{
    margin: 10px auto;
}
.business-rating-time-location > div {
  margin: 3px 0px;
}
.articles {
  display: flex;
  flex-wrap: wrap;
}
.au-blog-intr-heds{
      line-height: 2rem!important;
}