/* sitemap css */
.mobile-sitemap-hed{
    text-align: center;
    font-weight: 800;
}
.d-block{
    display: block;
}

@media screen and (max-width: 567px) {
    .sitemap ul .home{
        width: 30%;
    }
    .sitemap ul .medical{
        width: 63%;
    }
    .sitemap ul .blog{
        width: 30%;
    }
    .sitemap ul .documented{
        width: 63%;
    }
    .sitemap ul .uncensored{
        width: 63%;
    }
    .sitemap ul .dealers{
        width: 30%;
    }
    .sitemap ul .our-story{
        width: 30%;
    }
    .sitemap ul .privacy{
        width: 63%;
    }
    .sitemap ul .terms{
        width: 63%;
    }
    .sitemap ul .sitemap{
        width: 30%;
    }
    .sitemap ul .contact{
        width: 33%;
    }
    .sitemap ul .additional{
        width: 60%;
    }
    .sitemap li {
        font-size: 12px;
        margin: 4px;
        padding: 8px;
        font-weight: 800;
    }
}
/* financing css */
.finance-head{
    color:#0096d9; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:30px;  
    background-color:#FFFFFF;
}

@media only screen and (max-width: 576px){
    .finance-head{
        font-weight: bold;
        text-wrap: nowrap;
    }
    .purchase-span{
        display: block;
    }
    .new-applicant-hed{
        font-weight: 700 !important;
        font-size: 20px !important;
    }
    .sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
        color: #9E9E9E !important;
    }
    .sky-form {
        font: 12px/1.55' Arial';
    }
}
/* inc5000 css */
.america-span{
    display: block;
}
.medical-span{
    display: block;
    color: #01bdfc;
}
.inc-mobile-hed{
    text-wrap: nowrap;
    font-family: 'Oswald', sans-serif !important;
    color: black !important;
    text-align: center;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 26px !important;
}
@media only screen and (max-width: 568px) {
    .inc500_res {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 300px;
    }
    .Inner-main p {
        font-family: 'Open Sans', sans-serif;
        color: black;
        text-align: justify;
        font-size: 14px;
        padding: 0px;
        margin: 5px 0px;
        line-height: 26px;
    }
}
/* yelp css */
.yelp-mobile-hed{
    font-weight: 700;
    font-size: 22px !important;
    text-align: center;
    line-height: 32px !important;
  }
  .medical-hed{
    display: block;
  }
  .red-yelp{
    color: red;
  }
  .reviewed-hed{
    color: black;
    display: block;
  }
  .Main-banner6{
    min-height:180px;
  }
  @media only screen and (max-width: 767px) {
    .Inner-main .yelp_heading {
      font-weight: 600;
      text-align: start;
      font-size: 18px;
    }
    .yelp-content{
      line-height: 22px;
      text-align: justify;
    }
  }
  @media only screen and (max-width: 568px) {
    .Main-banner6{
    min-height:0px;
  }
  }
/* techs css */
@media screen and (max-width: 568px) {
    .fanatic-hed{
        font-weight: 800;
    }
    .fanatic-content {
        font-size: 18px !important;
        color: black !important;
    }
    .map-medical-break{
        display: block;
    }
    .jqvmaptable > tbody > tr > td {
        font-size: 12px;
    }
}