:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  --dark-blue: #213265;
  --paragraph: #21243a;
  --sky-blue: #0083ff;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
  --transition: all 0.3s ease-in-out;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

.fluorescent-blue {
  background-color: var(--fluorescent-blue);
}

.clr-orange {
  color: var(--orange);
}

.clr-blue {
  color: var(--dark-blue);
}

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
  margin: 0 0 4rem;
  padding: 0 0 1.5rem;
}

@media (min-width: 1200px) {
  .head-center {
    max-width: 80%;
    margin: 0 auto 3rem;
  }

  .head-50 {
    width: 50%;
  }

  .head-60 {
    width: 60%;
  }

  .head-70 {
    width: 70%;
  }

  .head-80 {
    width: 80%;
  }
}

.head h2 {
  color: var(--dark-blue);
  /* margin: 0 0 1.5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.head h2 span {
  color: var(--orange);
}

.head:before {
  position: absolute;
  content: "";
  background-color: #c0c0c0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  margin: auto;
}

.head.head-center:before {
  margin: auto;
}
.head:after {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -3px;
  z-index: 9;
}
.head p,
.heading p {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1rem 0 0;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

.head p:last-child {
  margin-bottom: 0;
}

.head:after {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  right: 0;
  bottom: -3px;
  z-index: 9;
}

.heading {
  margin: 0 0 2rem;
}

.heading h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
  /* line-height: 1; */
  color: var(--dark-blue);
}

.heading h2 span {
  color: var(--orange);
}

@media (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-60 {
    max-width: 60%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .width-95 {
    max-width: 95%;
  }
}

.m-auto {
  margin: auto;
}

.div-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  margin: 3rem 0 0;
}

.div-main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 1rem 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-orange:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-sky {
  background: var(--sky-blue);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(12 124 222 / 40%);
}
.div-main-cta.btn-sky:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-blue {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

.div-main-cta.btn-blue:hover {
  background: var(--orange);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}
.div-main-cta.btn-black {
  background: var(--black);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
}
.div-main-cta.btn-black:hover {
  background: var(--light-black);
  box-shadow: unset;
}

.div-main-cta.btn-white {
  background: var(--white);
  color: var(--dark-blue);
  box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
}
.div-main-cta.btn-white:hover {
  border-color: var(--orange);
  box-shadow: unset;
}

.div-main-cta i {
  width: 25px;
  height: 25px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-transparent.btn-border-blue:hover {
  background: var(--dark-blue);
  color: var(--white);
}

.div-main-cta.btn-transparent.btn-border-blue:hover i {
  background: var(--white);
  color: var(--dark-blue);
}

.talk-phone {
  position: relative;
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  padding-left: 45px;
}

.talk-phone:before {
  position: absolute;
  content: "\f095";
  font-family: "FontAwesome";
  left: 0px;
  width: 35px;
  height: 35px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.talk-phone:hover {
  color: var(--orange);
}

.talk-phone:hover:before {
  background: var(--orange);
}
@media (max-width: 767px) {
  .div-main-cta {
    font-size: 0.875rem;
    padding: 0.8rem;
    flex: 1;
    text-align: center;
  }

  .talk-phone {
    font-size: 0.875rem;
    padding: 0.8rem;
    flex: 1;
    justify-content: center;
    background: var(--dark-blue);
    color: var(--white);
    border-radius: 0.5rem;
    text-decoration: unset !important;
    border: 2px solid transparent;
  }

  .talk-phone:before {
    display: none;
  }

  .talk-phone:hover {
    background: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
  }

  .div-main-cta.btn-orange:hover {
    background: transparent;
    color: var(--orange);
    border-color: var(--orange);
  }
}
section.diamond {
  padding-top: 7rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

@media screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/* GLOBAL CSS END HERE  */

/* SECTION ONE CSS START HERE */

.homeBanner.s1 {
  position: relative;
  background-image: url("/img/global/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0;
}
.s1 .div-text .before-heading {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark-blue);
  letter-spacing: 2px;
  margin: 0 0 0.5rem;
  display: inline-block;
}

.s1 .div-text h1 {
  font-size: 3.125rem;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1;
  max-width: 1025px;
  margin: auto;
}

.s1 .div-text h1 > span {
  color: var(--orange);
}

.s1 .div-text > p {
  color: var(--paragraph);
  max-width: 725px;
  margin: 1.5rem auto;
}

/* BANNER FORM CSS START  */
.stop-being {
  margin: 1rem 0 0;
}

.stop-being p {
  font-size: 1.25rem;
  color: #21243a;
  margin: 0;
}
.stop-being p span {
  color: var(--orange);
  font-weight: 600;
}

.Form-box.bannerForm {
  background: var(--white);
  border: 2px solid #d8e4f6;
  border-radius: 0.75rem;
  text-align: center;
  padding: 1.5rem 3.125rem;
  margin: auto;
  box-shadow: 5px 5px 10px rgb(124 145 182 / 20%);
}

.Form-box.bannerForm h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.Form-box.bannerForm h2 span {
  color: var(--orange);
}
.Form-box.bannerForm h2:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 70px;
  height: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.Form-box.bannerForm .form-group {
  margin-bottom: 15px;
  position: relative;
}

.Form-box.bannerForm .form-control {
  border: 2px solid #d8e4f6;
  background: #ebf0f7;
  height: 3.125rem;
}

.Form-box.bannerForm .form-control::placeholder {
  font-family: "Inter", sans-serif;
  color: #7788a2;
  font-size: 0.875rem;
  font-weight: 400;
}

.Form-box.bannerForm .form-control:focus {
  border-color: var(--orange);
  outline: unset;
  box-shadow: unset;
}

#RFP .button-box button {
  background: var(--orange);
  color: var(--white);
  font-weight: 500;
  padding: 1rem 3rem;
  display: inline-block;
  border: 0px;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 10px #f47a1e8a;
}

#RFP .button-box button i {
  font-size: 1rem;
  padding-left: 5px;
}

#RFP .button-box {
  text-align: center;
}

#RFP .button-box button:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

.text-cta ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.25rem !important;
}

.text-cta ul li {
  padding: 0 1.875rem;
  position: relative;
  font-size: 0.75rem;
  color: #485f88;
  font-weight: bold;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.text-cta ul li a {
  font-size: 1.125rem;
  color: var(--dark-blue);
}

.text-cta ul li i {
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: bold;
}

.text-cta ul li:first-child:before {
  position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 1.875rem;
  right: 0;
}

.text-cta ul li a:hover {
  color: var(--orange);
}
/* BANNER FORM CSS END HERE  */
.homeBanner .statsRow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin: 1.5rem 0 0;
}

.homeBanner .statsBox h2 {
  font-family: "Inter", sans-serif;
  font-size: 45px;
  font-weight: revert;
  color: var(--dark-blue);
}

.homeBanner .statsBox p {
  font-weight: 500;
  color: var(--dark-blue);
}
.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* SECTION ONE CSS END HERE */

/* SECTION TWO CSS START HERE */

.s2.diamond {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 2px solid var(--gray);
}

.s2 .div-text {
  max-width: 950px;
  margin: auto;
}

.s2 .div-text .keywords-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}

.s2 .div-text p {
  color: var(--paragraph);
  max-width: 930px;
  margin: 0 auto 1rem;
}
.s2 .div-text p strong {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
}
.s2 .google-ads-images {
  margin: 4rem 0 0;
  text-align: center;
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

.s3 {
  padding-top: 2rem;
}

.s3 .div-text {
  max-width: 970px;
  margin: auto;
}
.s3 .div-text p {
  color: var(--paragraph);
}
.s3 .div-text p strong {
  font-size: 1.125rem;
  color: var(--orange);
}

.s3 .div-text h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-blue);
}

/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE */

.s4 {
  background: #fdf5f0;
}
.s4 .head h2 {
  color: var(--light-black);
}
.s4 .cs-slider .row {
  align-items: center;
}
.s4 .cs-slider .cs-item h3 {
  font-size: 1.25rem;
  color: var(--dark-blue);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
}
.s4 .cs-slider .cs-item h3:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
}
.s4 .cs-slider a.div-main-cta {
  margin: 1rem 0 0;
}

ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  /* bottom: -20% !important; */
}

ul.slick-dots li {
  background: #c9c9c9;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

ul.slick-dots li.slick-active {
  background: var(--orange);
  width: 40px;
}

ul.slick-dots button {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 99;
  background: var(--white);
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
  color: #3c3c3c;
  border: 2px solid #3c3c3c;
  font-size: 1.5rem;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out;
}
.slick-arrow-next {
  right: -70px;
}

.slick-arrow-prev {
  left: -70px;
}

.slick-arrow:hover {
  background: #3c3c3c;
  color: var(--white);
}

/* SECTION FOUR CSS END HERE */

/* SECTION FIVE CSS START HERE */

/* .s5 .head > p {
  max-width: 830px;
  margin: 1rem auto;
} */

.s5 .box .box-icon {
  height: 70px;
  width: 70px;
}

.s5 .box h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--paragraph);
  margin: 0.5rem 0;
}

.s5 .box > p {
  font-size: 0.875rem;
  line-height: 22px;
  padding-right: 1rem;
}

/* SECTION FIVE CSS END HERE */

/* SECTION SIX CSS START HERE */

.s6 {
  background: #eaf3fe;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.s6 .tabs-list {
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto !important;
  text-align: center;
  border-bottom: 2px solid #a7adb5;
}
.s6 .tabs-list .tab-nav {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #777a89;
  padding: 1rem 2rem;
  cursor: pointer;
  line-height: 1.2;
  position: relative;
}

.s6 .tabs-list .tab-nav.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  z-index: 999;
  background: var(--orange);
}

.s6 .tabs-list .tab-nav.active {
  color: var(--black);
}
.s6 .tab-content {
  margin: 4rem 0 0;
}

.s6 .tab-content .row {
  align-items: center;
}

.s6 .tab-content .div-text {
  padding: 0 4rem;
}
.s6 .tab-content .div-text h3 {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--paragraph);
  margin: 0 0 1.5rem;
}

.s6 .tab-content .div-text ul li i {
  font-size: 1.75rem;
  color: var(--orange);
}

.s6 .tab-content .div-text ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  gap: 0.5rem;
  color: var(--light-black);
}

.s6 .tab-content .div-text ul li:not(:last-child) {
  margin: 0 0 1.5rem;
}

.s6 .tab-content .div-text .div-main-cta {
  margin: 3rem 0 0;
}
.s6 .div-img {
  text-align: center;
}
/* SECTION SIX CSS END HERE */

/* SECTION SEVEN CSS START HERE */

.s7 .head {
  margin: 0 0 2rem;
}
.s7 .head p {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
}
.s7 .div-row {
  margin-top: 3rem;
  grid-row-gap: 1.5rem;
}
.s7 .div-text p {
  color: var(--paragraph);
}
.s7 .box {
  background: #f3f8fe;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  height: 100%;
}

.s7 .box .box-icon {
  height: 70px;
  width: 70px;
  margin: 0 0 1rem;
}

.s7 .box h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--paragraph);
  margin: 0 0 0.5rem;
}

.s7 .box > p,
.s7 .box ul li {
  color: var(--paragraph);
  font-size: 0.875rem;
  line-height: 1.5;
}

.s7 .box ul li {
  margin: 0 0 1rem;
}
.s7 .div-col-CTA {
  background-image: url("/img/google-ads-for-small-businesses/better-things-CTA.webp");
  background-color: var(--dark-blue);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
.s7 .div-col-CTA h3 {
  max-width: 440px;
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 1rem;
}
.s7 .div-col-CTA h3 > span {
  color: var(--orange);
}
.s7 .div-col-CTA p {
  color: var(--white);
  max-width: 440px;
  line-height: 22px;
  font-weight: 300;
}
.s7 .div-col-CTA > span {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  font-style: italic;
  display: inline-block;
  margin: 1rem 0 0;
}
.s7 .div-col-CTA .div-CTA {
  justify-content: flex-start;
  margin: 1.5rem 0 0;
}

/* SECTION SEVEN CSS END HERE */

/* SECTION EIGHT CSS START HERE */

.s8 {
  background: #416db0;
}

.s8 .div-text h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 1rem;
}

.s8 .div-text p {
  color: var(--white);
  font-size: 1.125rem;
}
.s8 .div-CTA .talk-phone {
  color: var(--white);
}

.s8 .div-CTA .talk-phone:before {
  background: var(--white);
  color: var(--dark-blue);
}

/* SECTION EIGHT CSS END HERE */

/* SECTION NINE CSS START HERE */

.s9 .head {
  margin: 0 0 2rem;
}

.s9 .div-text p {
  color: var(--paragraph);
}

.s9 .div-text p strong {
  color: var(--orange);
}
.closer-look {
  position: relative;
  margin: 0 auto 3rem;
  width: fit-content;
}

.closer-look p {
  font-size: 1.125rem;
  color: var(--dark-blue);
}
.arrow {
  position: absolute;
  top: 0.5rem;
}

.arrow.arrow-1 {
  left: -2.5rem;
}

.arrow.arrow-2 {
  right: -2.5rem;
  transform: scaleX(-1);
}
.table-style-2 {
  background-color: var(--white);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
}

.table-style-2 table {
  border: 1px solid #dcdcdc;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table-style-2 th {
  border-bottom: 1px solid #dcdcdc;
  padding: 1.5rem;
}

.table-style-2 td {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 1.5rem;
}

.table-style-2 tr th:nth-child(1) {
  width: 300px;
}

.table-style-2 thead th {
  font-size: 1.375rem;
  line-height: 1;
  border: 1px solid #dcdcdc;
}

.table-style-2 tbody tr td:nth-child(1) p {
  font-size: 1.25rem;
  color: var(--black);
}

.table-style-2 thead tr th:nth-child(2),
.table-style-2 tbody tr td:nth-child(2) {
  background: #5085d7;
}

.table-style-2 thead tr th:nth-child(3),
.table-style-2 tbody tr td:nth-child(3),
.table-style-2 thead tr th:nth-child(4),
.table-style-2 tbody tr td:nth-child(4) {
  background: #eef4fd;
}

.table-style-2 thead tr th:nth-child(5),
.table-style-2 tbody tr td:nth-child(5) {
  background: var(--black);
}

.table-style-2 tbody tr td:nth-child(2) * {
  color: var(--white);
}

.table-style-2 tbody tr td:not(:first-child) p {
  font-size: 0.875rem;
  line-height: 18px;
}

.table-style-2 thead tr th:nth-child(5),
.table-style-2 tbody tr td:nth-child(5) * {
  color: var(--white);
}
/* SECTION NINE CSS END HERE */

/* SECTION TEN CSS START HERE */

.s10 {
  background: var(--dark-blue);
}

.s10 .div-text * {
  color: var(--white);
}

.s10 .div-text h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.s10 .div-text h2 span {
  color: var(--orange);
}

.s10 .div-text > p {
  line-height: 1.5;
  font-weight: 300;
}

.s10 .div-text .call-today {
  position: relative;
  background: var(--orange);
  display: inline-block;
  padding: 1rem 3rem 1rem 0;
  border-radius: 0 70px 70px 0;
}

.s10 .div-text .call-today > p {
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
}

.s10 .div-text .call-today .phone-numb {
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1;
  position: relative;
  transition: var(--transition);
}

.s10 .div-text .call-today:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 70px 70px 0;
}

.s10 .div-text .call-today .phone-numb:hover {
  color: var(--black);
}

.s10 .div-image {
  text-align: center;
  position: relative;
}

.s10 .div-image .phone-img {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
}

/* SECTION TEN CSS END HERE */

/* SECTION FOURTEEN CSS START HERE */

.s11.diamond {
  margin: 0;
}

.faq-box-wrap .faq-box {
  background: var(--white);
  padding: 2rem 3rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}
.faq-box-wrap .faq-box:hover {
  box-shadow: 0 0 30px #cfdcf3;
}
.faq-box-wrap .faq-box:not(:last-child) {
  margin: 0 0 1rem;
}

.faq-box-wrap .faq-box h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark-blue);
  margin: 0 0 1rem;
}
.faq-box-wrap .faq-box > div {
  flex: 1;
}
.faq-box-wrap .faq-box p {
  color: #363636;
}
.faq-box-wrap .faq-box ul {
  margin: 0 0 1rem !important;
}

.faq-box-wrap .faq-box ul li {
  line-height: 2;
  list-style: disc;
}
/* SECTION FOURTEEN CSS END HERE */

@media (max-width: 1199px) {
  .head h2,
  .head h2 span {
    font-size: 2rem;
  }

  .s6 .tab-content .div-text h3 {
    font-size: 1.5rem;
  }

  .s6 .tab-content .div-text {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .table-style-2 td {
    padding: 1rem;
  }
  .s6 .tabs-list .tab-nav {
    padding: 1rem;
    font-size: 1rem;
  }

  .s7 .div-col-CTA h3 {
    font-size: 1.5rem;
  }

  .table-style-2 thead th {
    font-size: 1.125rem;
  }

  .s10 .div-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .head h2,
  .head h2 span,
  .heading h2 {
    font-size: 2rem;
  }
  .homeBanner.s1 {
    padding: 3rem 0;
  }

  .s1 .div-text h1 {
    font-size: 2.4rem;
  }

  .homeBanner .statsBox h2 {
    font-size: 2rem;
  }

  .homeBanner .statsBox p {
    max-width: 100px;
    line-height: 1.2;
    margin: 0.5rem auto 0;
  }

  .s2 .div-text .keywords-images {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .s4 .div-text {
    text-align: center;
  }

  .s4 .div-text h3:before {
    right: 0;
    margin: auto;
  }

  .s4 .cs-item {
    margin-bottom: 2rem;
  }

  .s5 .row {
    grid-row-gap: 1.5em;
  }

  .s5 .col-lg-3:not(:last-child) .box {
    border-bottom: 1px solid #ccc;
  }

  .s6 .div-img {
    display: none;
  }

  .s7 .div-col-CTA {
    padding: 2rem;
    background-image: unset;
    text-align: center;
  }

  .s7 .div-col-CTA h3 {
    max-width: 100%;
  }

  .s7 .div-col-CTA p {
    max-width: 100%;
  }

  .s7 .div-col-CTA .div-CTA {
    justify-content: center;
  }

  .table-style-2 table {
    min-width: 1200px;
  }

  .table-style-2 tr th:not(:first-child) {
    min-width: 200px;
  }

  .s10 .div-image {
    display: none;
  }

  .s10 .div-text {
    text-align: center;
  }

  .s10 .div-text .call-today {
    background: transparent;
    padding: 0;
  }

  .s10 .div-text .call-today:before {
    display: none;
  }

  .s10 .div-text .call-today .phone-numb:hover {
    color: var(--orange);
  }
}

@media (max-width: 767px) {
  section.diamond {
    margin: 0;
  }
  img.diamond {
    display: none;
  }

  .section {
    padding: 3rem 0 !important;
  }

  .head h2,
  .head h2 span,
  .heading h2 {
    font-size: 1.8rem;
  }

  .head p {
    font-size: 1rem;
  }

  .head {
    margin: 0 0 2rem;
  }

  .s1 .div-text h1 {
    font-size: 1.8rem;
  }

  .s1 .div-text .before-heading {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .Form-box.bannerForm {
    padding: 1.5rem;
    margin: 0;
  }
  .Form-box.bannerForm .text-cta {
    display: none;
  }
  .text-cta ul li {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0;
  }

  .text-cta ul li:first-child:before {
    display: none;
  }
  .text-cta ul li i {
    padding-right: 10px;
  }
  .text-cta ul li:first-child {
    margin-bottom: 10px;
  }

  #RFP .button-box button {
    font-size: 0.875rem;
    width: 100%;
  }

  .homeBanner .statsRow {
    flex-wrap: wrap;
    grid-row-gap: 1.5rem;
  }

  .homeBanner .statsRow .statsBox {
    flex: 1 1 50%;
  }

  .homeBanner .statsBox p {
    max-width: 100%;
  }
  .s2 .google-ads-images .row {
    grid-row-gap: 2rem;
  }
  .s4 .cs-slider a.div-main-cta {
    width: 100%;
  }
  .s6 .tabs-list {
    justify-content: normal;
    gap: 0;
    max-width: 100%;
    display: flex;
    overflow: auto;
    grid-gap: 1rem;
    margin: 0 0 2rem !important;
  }

  .s6 .tabs-list .tab-nav {
    border: 0 !important;
    border-right: 1px solid #ccc !important;
    font-size: 0.875rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 250px;
    text-align: center;
    min-height: 66px;
  }

  .s6 .tabs-list .tab-nav.active {
    border: 1px solid var(--dark-blue) !important;
    background: var(--dark-blue);
    color: var(--white);
    padding: 0.8rem 0;
  }
  .s6 .tab-content {
    margin: 2rem 0 0;
  }

  .s6 .tab-content .div-text h3 {
    font-size: 1.25rem;
  }
  .s6 .tab-content .div-text .div-main-cta {
    width: 100%;
  }
  .s8 .div-text h2 {
    font-size: 1.5rem;
  }

  .s8 .div-text p {
    font-size: 1rem;
  }

  .s10 .div-text h2 {
    font-size: 1.8rem;
  }

  .faq-box-wrap .faq-box {
    padding: 2rem 1rem;
  }
}
