html,
body {
  height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

html {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
}


h1 {
  color: white;
  font-size: 60px;
  margin-bottom: 15px;
}

h2 {
  font-size: 35px;
}

#tandc30 {
  color: white;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #0487cd;
}

.universal-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

.hp-grid-parent {
  display: flex;
  padding: 24px 40px;
  color: #29343f;
  justify-content: space-around;
  align-items: center;
}

.hp-grid-child {
  flex: 0.75;
  margin: 0px 20px;
  text-align: center;
}

.wave-layer {
  height: auto;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  overflow: hidden;
}

.wave-layer img {
  height: auto;
  width: 100%;
}

.wave-layer-M img {
  display: none;
}

.bullet_icon {
  padding: 0 0 0 0;
  line-height: 0.1em;
}

.bullet_icon img {
  height: 20px;
}

/* ---------button components------- */
.cta-x {
  /* background-image: url(../../bubble/images/chev-blue.png); */
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0487cd;
  border: black solid 3px;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #fff;
  border-color: #7fb7ff;
  color: white;
  display: inline-block;
  font-family: OpenSans-Semibold, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 32px 0;
  padding: 10px 20px;
}

.cta-x2 {
  /* background-image: url(../../bubble/images/chev-blue.png); */
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0487cd;
  border: black solid 3px;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #fff;
  border-color: #7fb7ff;
  color: white;
  display: inline-block;
  font-family: OpenSans-Semibold, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 20px 0;
  padding: 10px 20px;
  position: relative;
  bottom: 0;

  /* min-width: 300px; */
}

.cta-x a {
  color: white;
}

.primary-signup-btn {
  background-color: #0487cd;
  /*  background-image: url(../../bubble/images/chev-blue.png); */
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #7fb7ff;
  color: white;
  font-family: OpenSans-Semibold, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  padding: 10px 50px;
  text-decoration: none;
}

.primary-signup-btn-b {
  background-color: #0487cd;
  /*  background-image: url(../../bubble/images/chev-blue.png); */
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #7fb7ff;
  color: white;
  font-family: OpenSans-Semibold, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  padding: 10px 20px;
  text-decoration: none;
}

.secondary-login-btn {
  /* background-color: white;
  background-image: url(../../bubble/images/chev-darkgrey.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: 0 0 0 6px white;
  border: black solid 3px;
  border-radius: 50px;
  color: black;
  font-family: OpenSans-Semibold,"Open Sans",sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-left: 8px;
  padding: 7px 20px;
  text-decoration: none; */

  /*  background-image: url(../../bubble/images/chev-blue.png); */
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  border: black solid 3px;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #fff;
  border-color: #000;
  color: #000;
  display: inline-block;
  font-family: OpenSans-Semibold, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 20px 0;
  padding: 10px 20px;

}

.carousel-cta {
  background-color: white;
  background-image: url(../../bubble/images/chev-darkgrey.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: 0 0 0 6px rgb(240, 235, 235);
  border: black solid 3px;
  border-radius: 50px;
  color: #29343f;
  cursor: pointer;
  font-family: OpenSans-Semibold, "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;

}

.carousel-cta a {
  color: #29343f;
}


.header-wrapper {
  background: url("../images/csforbus-bluebubble.jpg");
  background-color: #62686e;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
}


.signup-container--mobile {
  display: none;
}

/* -------heading-block--------------- */
.heading-container {
  padding: 40px 0px 0px 0px;
}

.heading-content {
  text-align: left;
  max-width: 800px;
  padding-top: 30px;
}

.sddlogo img {
  max-width: 300px;

}


#sdd-head h1 {
  /* font-size: 5.0em; */
  color: #ffffff;
  font-weight: bold;
  /* font-style: italic; */
}

#sdd-head p {
  font-size: 1.3em;
  color: #ffffff;
  font-weight: bold;
}

/* -------carousel-component--------- */
.carousel-wrapper {
  background-color: #f5f5f5;
}

.main-carousel-container {
  position: relative;
}

.carousel-icon {
  padding: 0px 0px 0px 0px;
}

.hp-grid-child li {
  list-style: none;
  padding: 4px 0;
}

#idpfeatures-img {
  margin-top: 100px;
}

.main-indicator-container {
  margin-left: 318px;
  padding-left: 24px;
}

.main-carousel-indicator-dot {
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 2px;
  transition: 0.6s ease;
  width: 16px;
}

.main-carousel-indicator-dot.active {
  background-color: #a31f34;
}

.prev,
.next {
  color: black;
  cursor: pointer;
  user-select: none;
}

/* -------info-block-component--------- */
.KC-block-wrapper {
  background-color: white;
}

.video-block-wrapper {
  background-color: white;
}

.services-block-wrapper {
  background-color: white;
}

.title {
  padding: 20px 0px;
}

.sub-title {
  padding: 8px 0px;
}

.info-block-p {
  padding: 8px 8px 32px 8px;
}

.info-block-p-2 {
  padding: 24px 8px 8px 8px;
  font-size: 12px;
}

#KC-top-img img {
  border-radius: 50%;
  height: 390px;
}

#KC-bottom-img img {
  border-radius: 50%;
  height: 250px;
}

#KC-bottom-img {
  display: none;
}

.services-p-style {
  padding-bottom: 24px;
}

.services-link-style a {
  color: #0487cd;
}

#services-img {
  /* margin-top: 100px;
  padding: 0px 120px 0 20px; */
}

#services-img img {
  height: 390px;
}

.sddmetrics {
  align-items: start !important;
}

.sddmetrics .col h2 {
  font-size: 4.0em;
  font-style: italic;
  padding: 20px 10px 0px 10px !important;
}

.sddmetrics p {
  padding: 0px 10px 0px 10px !important;
}

.sddmetrics .ca {
  width: 25%;
}

.sddmetrics .cb {
  width: 25%;
}

.sddmetrics .cc {
  width: 25%;
}

.sddmetrics .cd {
  width: 25%;
}

.part-cont {
  padding: 20px;
  border-radius: 10px 10px;

  overflow: hidden;
  background-color: rgba(50, 70, 80, 0.7);
  background-blend-mode: hue;
  min-height: auto;
  background-size: cover;
  max-width: 600px;

}

.part-cont h2 {
  color: #fff;
}

.part-cont p {
  color: #fff;

  margin-top: 0px !important;
}

.part-space {
  visibility: hidden;
  display: none;
}


/* -------prefooter-component--------- */
.prefooter-wrapper {
  background: url("../images/csforbus-bluebubble-prod.jpg");
  background-color: #62686e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: auto;
}

.prefooter-content h2,
.prefooter-content h3,
.prefooter-content p {
  color: #ffffff !important;
  padding-bottom: 10px;
}

.prefooter-content {
  float: right;
  padding: 50px 30px 100px 0px;
  width: 50%;
}

.prefooter-content h2 {
  font-size: 35px;
  padding-left: 8px;


}

.prefooter-content li {
  list-style: none;
  padding: 12px;
}

.prefooter-content li a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

/* -------footer-component--------- */
.footer-wrapper {
  background-color: #a31f34;
  height: auto;
  width: 100%;
  position: relative;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-container .col {
  height: auto;
  padding: 0px 20px 20px 20px;
}

.footer-container .col h4 {
  color: white;
  font-family: inherit;
  font-size: 18px;
  font-weight: bolder;
  line-height: 17px;
  margin: 0;
  padding: 0;
  padding: 20px 0px 5px 0px;
}

.footer-container .col h4 a {
  color: white;
  font-weight: bolder;
}

.footer-container .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-container .col ul li {
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 0px 5px 0px;
}

.footer-container .col ul li a {
  color: white;
  font-weight: normal;
}

.legal-wrapper {
  background-color: #5c666f;
}

.commonLinks {
  font-size: 12px;
  text-align: center;
  padding: 18px 18px 18px 18px;

}

.commonLinks a {
  color: white;
  font-weight: normal;
}

.commonLinks li {
  display: inline-block;
  padding: 10px 0 0 0;
}

.commonLinks li a:before {
  color: #fff;
  content: "|";
  padding-right: 8px;
  padding-left: 8px;
}

.commonLinks li:first-child a:before {
  color: #fff;
  content: "";
  padding-right: 8px;
  padding-left: 8px;
}

.copyright {
  color: white;
  text-align: center;
}

.copyright ul {
  list-style: none;
}

.copyright li {
  display: inline-block;
  padding: 14px 60px 0 0;
  width: 33%;
  font-size: 12px;
}

.copyright li img {
  height: 20px;
}

/* ----------accordian--------- */



/* ----------responsive--------- */

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

  h1 {
    color: white;
    font-size: 50px;
    margin-bottom: 24px;
  }

  h2 {
    font-size: 30px;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .header-wrapper {
    background: url("../images/csforbus-bluebubble.jpg");
    background-color: #19aaff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }


  .heading-container {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0 0;
  }

  .heading-content {
    max-width: 100%;
  }

  .wave-layer img {
    display: none !important;
    visibility: hidden !important;
  }

  .wave-layer-M img {
    display: block;
    height: 40px;
    width: 100%;
  }

  .carousel-cta {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 30px;
  }

  .carousel-icon img {
    height: 200px;
    max-width: 240px;
  }

  .info-block-p {
    padding: 8px 0px 32px 0px;
  }

  .info-block-p-2 {
    padding: 24px 0px 0px 0px;
  }

  #KC-bottom-img img {
    height: 220px;
  }

  #services-img img {
    height: 300px;
  }

  .commonLinks {
    padding: 16px 32px 16px 32px;
  }

  .commonLinks li {
    display: inline-block;
    padding: 10px 0 0 0;
  }

  .copyright li {
    display: list-item;
  }

  .copyright {
    color: white;
    text-align: center;
  }

  .copyright ul {
    list-style: none;
    align-content: center;
  }

  .copyright li {
    width: auto;
    padding: 0 0 20px 0;
    font-size: 12px;
  }

  .copyright li img {
    height: 20px;
  }
}

/* @media only screen and (max-width: 872px) { */
@media only screen and (max-width: 1086px) {


  .hp-grid-parent {
    display: block;
    padding: 18px 18px;
    text-align: center;
  }

  .hp-grid-child {
    margin: 0px 0px;
  }

  .main-indicator-container {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .carousel-icon {
    margin-top: 32px;
    padding: 0px;
  }

  .footer-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  #idpfeatures-img {
    margin-top: 0px;
  }

  .info-block-icon {
    margin-top: 32px;
  }

  #KC-top-img {
    display: none;
  }

  /* #video-top-img {
    display: none;
  } */
  #KC-bottom-img {
    display: block;
  }

  #services-img {
    margin-top: 32px;
    padding: 0px;
  }

  .prefooter-wrapper {
    background: url("../images/csforbus-bg-mob.jpg");
    background-color: #63676a;
    /*  background-size: cover; */
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .prefooter-content {
    float: none;
    padding: 24px 8px 450px 8px;
    text-align: center;
    width: 100%;
  }

  /* .commonLinks {
    padding: 16px 24px 8px 24px;
  } */
  .copyright li {
    display: list-item;
  }

  .copyright {
    color: white;
    text-align: center;
  }

  .copyright ul {
    list-style: none;
    align-content: center;
  }

  .copyright li {
    width: auto;
    padding: 0 0 20px 0;
    font-size: 12px;
  }

  .copyright li img {
    height: 20px;
  }

}

@media (max-width: 1024px) and (min-width: 872px) {
  .hp-grid-child {
    margin: 0px 48px;
  }
}
}