@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
small {
  font-family: "Roboto", serif !important;
}

.f-prime,
.f-second,
.f-second2,
.btn,
.f-prime2,
footer.fb-ftr-3 {
  font-family: "Roboto", serif !important;
}

body p {
  font-size: 16px;
}

body .btn {
  font-size: 18px !important;
  font-weight: 500;
  padding: 9px 1.5rem !important;
}


#nav-v2-1-links {
  padding-bottom: 10px !important;
}

nav #nav-v2-1-links a,
.home-first .btn,
.home-page .why-choose-sec .order-2 .btn {
  font-size: 18px;
}

nav #nav-v2-1-links .btn {
  font-size: 16px !important;
}

.home-page .why-choose-sec .bgcover .fit-it {
  min-height: 765px;
  object-fit: cover;
}

.home-page .why-choose-sec .order-2>p {
  padding-right: 90px;
}

.home-page .licensed-wr .f-prime {
  padding: 0 130px;
}

.home-page .licensed-wr .f-second {
    margin-top: 32px;
    margin-bottom: 25px;
}

.home-page .licensed-wr .px-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-page .licensed-wr p em {
  font-size: 26px;
  font-weight: 300;
  line-height: 22px;
}

.home-first .order-2 p span {
  margin-bottom: 60px;
  margin-top: 40px;
}

.home-first p {
  text-transform: uppercase;
}

.home-page .why-choose-sec {
  padding-bottom: 57px !important;
}

.home-page .reviews-slider {
  padding-top: 45px;
  padding-bottom: 55px;
}

.home-page .reviews-slider .swiper {
  margin-bottom: 15px;
}

.home-page .reviews-slider .swiper span.f-prime {
  margin-top: 45px;
}

.home-page .reviews-slider h4 {
  margin-bottom: 35px;
}

.home-page .installation-wr a h3 {
  font-size: 24px;
  line-height: 34px;
}


.home-page .map-wr h2 span {
    padding-top: 6px;
}

.home-page .map-wr ul li {
  margin-bottom: 17px;
  padding: 0;
}

.home-page .map-wr .icon-list li a:before {
  content: "";
  background: url(/uplift-data/images/location.svg) no-repeat;
  width: 21px;
  height: 30px;
  position: absolute;
  background-size: contain;
  left: -33px;
}

.home-page .map-wr .icon-list li::marker {
  content: none;
}

.home-page .map-wr .icon-list li a {
  vertical-align: super;
  padding-left: 0;
  color: #0D7AA3;
  position: relative;
  font-weight: 500;
}

.home-page .map-wr h2 {
  margin-bottom: 35px;
}

.map-wr .icon-list {
    padding-left: 30px !important;
    gap: 0 50px;
    list-style: none;
}

.home-page .beautify-wr {
  padding: 52px 0;
}

.home-page .beautify-wr .fas {
  margin-right: 7px;
}

.home-page .beautify-wr .btn:first-child {
  padding: 9px 58px !important;
  margin-right: 25px !important;
}

.home-page .beautify-wr .btn:last-child {
  padding: 9px 55.3px !important;
}

.benefits-wr h2 span {
  margin-top: 35px;
  margin-bottom: 18px;
  font-weight: 500;
}

.benefits-wr h3.f-second {
  font-weight: 500;
}

footer p.h6 {
  font-size: 24px;
}

footer .section-border p.h5 {
  font-size: 28px;
  margin-bottom: 20px;
}

footer .section-border .mt-2.text-center a {
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 500;
  background: #33A6E3;
  color: #030202;
  padding: 13px 48.7px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}

footer .section-border .mt-2.text-center a:hover {
  color: #000000;
  background-color: #52b3e7;
  border-color: #47afe6;
}

footer .quick-links a,
footer .service-areas a {
  padding: 0 10px !important;
}

footer {
  padding-top: 45px;
}

footer .mx-auto .col-lg-4:not(:last-child) {
  position: relative;
}

footer .mx-auto .col-lg-4:not(:last-child):before {
  content: "";
  border: 1px solid #0000001A;
  position: absolute;
  right: 0;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
}

.home-page .help-wr .f-second {
  margin-top: 25px;
  margin-bottom: 20px;
}

.home-page .help-wr {
  padding-top: 15px;
  padding-bottom: 12px;
}

.home-page .partners-wr {
  padding-top: 50px !important;
}

.comparison-table{
  margin-bottom: 20px;
}

.comparison-table td, .comparison-table th {
    border-style: solid;
    border-width: 1px;
    padding: 10px 10px;
}

/*service faq css*/
/*.ser-faq-wrap{
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
}

.ser-faq-item{
    border: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #33A6E3;
}

.ser-faq-question{
    width: 100%;
    background: transparent;
    color: #ffffff;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ser-faq-question:hover{
    background: rgba(0,123,255,0.08);
}

.ser-faq-icon{
    font-size: 26px;
    color: #FFFFFF;
    transition: transform 0.4s ease;
}

.ser-faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.4s ease;
    padding: 0 20px;
}

.ser-faq-answer p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;

}

.ser-faq-item.active .ser-faq-answer{
    max-height: 300px;
    padding: 15px 20px 20px;
}

.ser-faq-item.active .ser-faq-icon{
    transform: rotate(45deg);
}*/

/*service faq css end*/
@media screen and (min-width: 1681px) {
    #lg-nav-v2-1 .nav-v2-1-dropdown {
    width: 285px !important;
}
}

@media screen and (max-width: 1680px) {
  #lg-nav-v2-1 #nav-v2-1-links a {
    font-size: 14px;
  }

  #lg-nav-v2-1 .nav-v2-1-link {
    padding: 0;
  }
}

@media screen and (max-width: 1625px) {
  .home-page .licensed-wr .f-prime {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1440px) {
  .home-page .why-choose-sec .order-2>p {
    padding-right: 0;
  }
}

@media screen and (max-width: 1366px) {
  .home-first .order-2 p span {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .home-page .licensed-wr .f-prime {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .home-page .reviews-slider .bgcover.shorter {
    min-height: auto;
  }
}

@media screen and (max-width: 1199px) {
  .why-choose-sec .row.m-0 {
    justify-content: center;
  }

  .why-choose-sec .icons {
    text-align: center !important;
  }

  .map-wr .icon-list {
    padding-left: 40px !important;
  }

  .home-page .map-wr .icon-list li a {
    padding-left: 0;
  }
}


@media screen and (max-width: 1024px) {
  .home-page .reviews-slider .swiper span.f-prime {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  footer .mx-auto .col-lg-4:not(:last-child):before {
    display: none;
  }

  .home-page .beautify-wr .btn:first-child {
    padding: 9px 25px !important;
    margin-right: 10px !important;
  }

  .map-wr .icon-list {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .home-page .reviews-slider .swiper span.f-prime {
    margin-top: 25px;
  }

  .why-choose-sec .order-2,
  .map-wr .order-2,
  .benefits-wr {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 490px) {

  .why-choose-sec .order-2,
  .map-wr .order-2,
  .benefits-wr {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 375px) {}

.business-info-text {
    font-size: 19px !important;
    margin: 3px 0px 3px 0px !important;
    text-transform: capitalize;
}
.footer-address {
    margin: 15px 0 0 0;
}