@font-face {
  font-family: proxima-nova-medium;
  src: url(../../../../../../../themes/protectionplussolutions/fonts/proxima-nova-medium.otf);
}

@font-face {
  font-family: proxima-nova-semibold;
  src: url(../../../../../../../themes/protectionplussolutions/fonts/proxima-nova-semibold.otf);
}

@font-face {
  font-family: proxima-nova-bold;
  src: url(../../../../../../../themes/protectionplussolutions/fonts/proxima-nova-bold.otf);
}

body {
  font-family: 'Inter', sans-serif !important;
  overflow-x: hidden;
  margin-top: 101px;
}
html{scroll-behavior:smooth}
p {
  margin-bottom: 0;
}

.text-orange {
  color: #e96920;
}
.text-navy {
  color: #0c374f;
}

.text-blue {
  color: #1870a2;
}

.text-sky {
  color: #1490b4;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.z-index-1 {
  z-index: 1;
}

/* 
**********************************
**********************************
******* Navbar Css ******** 
********************************** 
**********************************
*/

.nav-login {
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 50px;
}
.custom-nav .nav-link span {
  position: relative;
  z-index: -2;
}
.nav-login .btn-badge,
.nav-login .btn-login {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  margin-top: 0;
}

.nav-login .btn-badge {
  position: relative;
  background-color: #e9651b;
  padding: 7px 12px 7px 25px;
  border: 2px solid #e9651b;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.nav-login .btn-login {
  position: relative;
  background-color: #1490b4;
  padding: 7px 20px 7px 15px;
  border: 2px solid #1490b4;
  border-left: 2px solid #1281a2;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.nav-login .btn-badge .icon {
  width: 25px;
  margin-right: 5px;
}

.nav-login .btn-login .icon {
  width: 25px;
  margin-right: 8px;
}

/* .login-hover::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.login-hover:hover::after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
} */


/* 
**********************************
**********************************
******* Home Page Css ******** 
********************************** 
**********************************
*/

/* Start Home Banner Section*/
.home-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-0ab309b5-2dd5-4ac5-a4aa-f79549b6f34a) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 75px 0 70px 0;
  overflow-x: hidden;
}

.home-banner .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
}

.home-banner .left .heading-sm {
  position: relative;
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-banner .left .heading-sm::before {
  content: url(../../../../../../../themes/protectionplussolutions/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.home-banner .left .heading-lg {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 30px 0;
}
.scroll-terms {
  font-size: 12px;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  border: 2px solid #1490b4;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
}

.home-banner .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.home-banner .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.home-banner .btn-get-started:hover {
  color: #e96920 !important;
}

.home-banner .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.home-banner .btn-get-started span:nth-child(1) {
  --n: 1;
}

.home-banner .btn-get-started span:nth-child(2) {
  --n: 2;
}

.home-banner .btn-get-started span:nth-child(3) {
  --n: 3;
}

.home-banner .btn-get-started span:nth-child(4) {
  --n: 4;
}

.home-banner .btn-get-started span:nth-child(5) {
  --n: 5;
}

.home-banner .right {
  width: 55%;
}

.home-banner .right .screen {
  position: relative;
  overflow: hidden;
}

.home-banner .right .screen .laptop-img-for-mob {
  display: none;
}

.home-banner .right .screen .contetnt {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}

.home-banner .right .screen .contetnt .sm-text {
  font-size: 22px;
  font-weight: 600;
  color: #fefefe;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-banner .right .screen .contetnt .lg-text {
  font-size: 44px;
  font-weight: 700;
  color: #e9651b;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-banner .right .screen .contetnt .btn-play-video {
  position: relative;
  min-width: 195px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 30px 12px 20px;
  background-color: #e9651b;
  border: 2px solid #e9651b;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: 0;
  margin-top: 35px;
  box-shadow: 0px 12px 23px 0px rgba(248, 118, 45, 0.35);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.home-banner .right .screen .contetnt .btn-play-video i {
  margin-right: 12px;
  font-size: 30px;
  color: #193762;
}

.btn-play-video span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.btn-play-video:hover {
  color: #e96920 !important;
}

.btn-play-video:hover span {
  transform: translateY(0) scale(2);
}

.btn-play-video span:nth-child(1) {
  --n: 1;
}

.btn-play-video span:nth-child(2) {
  --n: 2;
}

.btn-play-video span:nth-child(3) {
  --n: 3;
}

.btn-play-video span:nth-child(4) {
  --n: 4;
}

.btn-play-video span:nth-child(5) {
  --n: 5;
}

.home-banner .right .screen .zoom-img {
  position: absolute;
  bottom: 46px;
  right: 110px;
  width: 250px;
}

#videoModal .video-container,
#productsVideoModal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#videoModal .video-container iframe,
#productsVideoModal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoModal .btn-close,
#productsVideoModal .btn-close,
#moreDetailsModal .btn-close {
  position: absolute;
  right: -25px;
  top: -25px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
  opacity: .9;
  outline: 0;
  box-shadow: none;
  background: #e9651b url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-backdrop.show {
  opacity: .8;
}

/* End Home Banner Section */

/* Start Home About Section */
.section-home-about {
  background-color: #f4f6f8;
  padding: 80px 0 100px;
  overflow: hidden;
}

.section-home-about .left {
  background: var(--wpr-bg-f99c9eee-d67e-41fd-bef7-33d894ee61c3) no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 60px 80px 70px 70px;
  box-shadow: 0.419px 11.993px 23px 0px rgba(0, 0, 0, 0.07);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.section-home-about .right {
  background: var(--wpr-bg-309eda96-4b7e-45da-ac86-cda3ff212fc5) no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 60px 90px 70px 90px;
  box-shadow: 0.419px 11.993px 23px 0px rgba(0, 0, 0, 0.07);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.section-home-about .left .heading,
.section-home-about .right .heading {
  text-align: center;
  margin-bottom: 25px;
}

.section-home-about .left .heading .icon,
.section-home-about .right .heading .icon {
  margin-bottom: 15px;
  height: 32px;
}

.section-home-about .left .heading .text,
.section-home-about .right .heading .text {
  font-size: 32px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-home-about .left .desc,
.section-home-about .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}

.section-home-about .left .desc span,
.section-home-about .right .desc span {
  font-weight: 600;
}

/* End Home About Section*/

/* Start Home Section Our Solutions */
.section-our-solutions {
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}

.section-our-solutions .heading-container {
  text-align: center;
  margin-bottom: 100px;
}

.section-our-solutions .main-heading {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.section-our-solutions .main-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -25px;
  left: -45px;
}

.section-our-solutions .item {
  padding: 0 10px;
  margin-bottom: 85px;
}

.section-our-solutions .item:nth-child(13) {
  margin-bottom: 45px;
}

.section-our-solutions .item .box {
  height: 100%;
  position: relative;
  padding: 80px 10px 45px;
  background-color: #f6f8fa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: 0.2s;
}

.section-our-solutions .item .box:hover {
  box-shadow: 0 0 8px rgb(33 33 33 / 20%);
}

.section-our-solutions .item .box .icon {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  /* filter: drop-shadow(0px 12px 23px #00aeff2e); */
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

.section-our-solutions .item .box .icon img {
  width: 30px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}

.section-our-solutions .item .box .text {
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
}

.section-our-solutions .solutions-banner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #e9651a;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.1);
}

.section-our-solutions .solutions-banner .left {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 60px 35px 40px;
}

.section-our-solutions .solutions-banner .left .only-text,
.section-our-solutions .solutions-banner .right .only-text {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  margin-right: 20px;
}

.section-our-solutions .solutions-banner .left .btn-sign-up-now {
  position: relative;
  min-width: 190px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #e9651a;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #dedede;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.section-our-solutions .solutions-banner .left .btn-sign-up-now i {
  font-size: 30px;
  margin-right: 10px;
}

.solutions-banner .btn-sign-up-now span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.solutions-banner .btn-sign-up-now:hover {
  color: #fff !important;
  border: 2px solid #fff !important;
}

.solutions-banner .btn-sign-up-now:hover span {
  transform: translateY(0) scale(2);
}

.solutions-banner .btn-sign-up-now span:nth-child(1) {
  --n: 1;
}

.solutions-banner .btn-sign-up-now span:nth-child(2) {
  --n: 2;
}

.solutions-banner .btn-sign-up-now span:nth-child(3) {
  --n: 3;
}

.solutions-banner .btn-sign-up-now span:nth-child(4) {
  --n: 4;
}

.solutions-banner .btn-sign-up-now span:nth-child(5) {
  --n: 5;
}

.section-our-solutions .solutions-banner .right {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 40px 35px 60px;
}

.section-our-solutions .solutions-banner .right .numb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
}

.section-our-solutions .solutions-banner .right .numb .icon,
.section-our-solutions .solutions-banner .right .timings .icon {
  width: 40px;
  margin-right: 12px;
}

.section-our-solutions .solutions-banner .right .numb .phone-numb {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.section-our-solutions .solutions-banner .right .timings {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}

.section-our-solutions .solutions-banner .right .timings .heading {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.section-our-solutions .solutions-banner .right .timings .days {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-our-solutions .solutions-banner .or-separator {
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #ea7e40;
}

.section-our-solutions .solutions-banner .or-separator::after {
  content: "OR";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9651a;
  border: 4px solid #ea7e40;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

/* End Home Section Our Solutions */

/* Start Home Section Coming Soon */
.section-coming-soon {
  padding: 80px 0 75px;
  background: var(--wpr-bg-e9429083-e03b-46f7-a779-a19d5fb4cde5) no-repeat;
  background-position: right center;
  background-size: cover;
  /* background-attachment: fixed; */
  overflow: hidden;
  background-blend-mode: overlay;
  background-color: #1d2327;
}

/* .section-coming-soon .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
} */

.section-coming-soon .left .icon {
  width: 130px;
}

.section-coming-soon .left .text {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 20px;
  margin-bottom: 0;
}

/* .section-coming-soon .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
} */

.section-coming-soon .right .text {
  font-size: 26px;
  font-weight: 600;
  color: #cdf0fe;
  text-transform: uppercase;
  letter-spacing: 17px;
  line-height: 1;
}

/* End Home Section Coming Soon */

/* Start badging System */
.section-badging-system {
  padding: 125px 0 70px;
  background-color: #f4f6f8;
  overflow: hidden;
}

.section-badging-system .left,.section-coming-soon .left {
  padding-left: 45px;
}

.section-badging-system .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 35px;
  padding-left: 0;
}

.section-badging-system .left .sec-heading::before,.section-coming-soon .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: -45px;
}

.section-badging-system .left .sec-heading sup {
  top: -20px;
  left: 3px;
  font-size: 20px;
  font-weight: 800;
}

.section-badging-system .left .desc,.section-coming-soon .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 25px;
}

.section-badging-system .left .desc.mb-45 {
  margin-bottom: 45px;
}

.section-badging-system .left .qoute-box {
  position: relative;
  padding: 17px 30px 18px 55px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
}

.section-badging-system .left .qoute-box::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-qoute-box-before.png);
  position: absolute;
  top: -30px;
  left: -15px;
}

.section-badging-system .left .qoute-box span {
  font-weight: 600;
}

.section-badging-system .live-demo, .section-coming-soon .live-demo {
  display: flex;
  align-items: center;
  padding-left: 45px;
  margin-top: 50px;
}

.section-badging-system .live-demo .btn-live-demo,.section-coming-soon .btn-live-demo {
  position: relative;
  min-width: 250px;
  display: flex;
  align-items: center;
  height: 54px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 25px 12px 20px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  margin-right: 20px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.section-badging-system .live-demo .btn-live-demo .icon, .section-coming-soon .btn-live-demo .icon {
  width: 22px;
  margin-right: 10px;
  margin-top: -4px;
}

.section-badging-system .btn-live-demo span, .section-coming-soon .btn-live-demo span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.section-badging-system .btn-live-demo:hover, .section-coming-soon .btn-live-demo:hover {
  border: 2px solid #fff !important;
}

.section-badging-system .btn-live-demo:hover span, .section-coming-soon .btn-live-demo:hover span {
  transform: translateY(0) scale(2);
}

.section-badging-system .btn-live-demo span:nth-child(1) , .section-coming-soon .btn-live-demo  span:nth-child(1) {
  --n: 1;
}

.section-badging-system .btn-live-demo span:nth-child(2) , .section-coming-soon .btn-live-demo  span:nth-child(2) {
  --n: 2;
}

.section-badging-system .btn-live-demo span:nth-child(3), .section-coming-soon .btn-live-demo  span:nth-child(3) {
  --n: 3;
}

.section-badging-system .btn-live-demo span:nth-child(4), .section-coming-soon .btn-live-demo  span:nth-child(4) {
  --n: 4;
}

.section-badging-system .btn-live-demo span:nth-child(5), .section-coming-soon .btn-live-demo  span:nth-child(5) {
  --n: 5;
}

.section-badging-system .btn-live-demo span:nth-child(6), .section-coming-soon .btn-live-demo  span:nth-child(6) {
  --n: 6;
}

.section-badging-system .btn-live-demo span:nth-child(7), .section-coming-soon .btn-live-demo  span:nth-child(7) {
  --n: 7;
}

.section-badging-system .live-demo .note {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

/* End badging System */

/* Start Fastest Section */
.section-fastest {
  position: relative;
  padding: 130px 0 80px;
  background-color: #fff;
  background: var(--wpr-bg-ea574d57-12a5-42d7-a1aa-56d8f4357bbc) no-repeat;
  background-size: auto 100%;
  background-position: left;
  overflow: hidden;
}

.section-fastest .fastest {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-fastest .fastest .fastest-text {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
}

.section-fastest .right .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
  padding-left: 45px;
}

.section-fastest .right .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.section-fastest .right .makes-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section-fastest .right .makes-list li {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.section-fastest .right .makes-list li:last-child {
  margin-bottom: 0;
}

.section-fastest .right .makes-list li .icon {
  position: relative;
  min-width: 110px;
  height: 110px;
  background: linear-gradient(to bottom, #ec5f0f, #ea3f4e, #cf3976, #a3468f, #6e5094, #595a9b, #44639e, #316a9c, #2f7eb2, #2b93c8, #22a8de, #13bef2);
  padding: 2px;
  border-radius: 20px;
  margin-right: 25px;
  filter: drop-shadow(0px 5px 23px #00aeff2e);
}

.section-fastest .right .makes-list li .icon .center {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fbff;
  border-radius: 18px;
}

.section-fastest .right .makes-list li .icon .center img {
  width: 55px;
}

.section-fastest .right .makes-list li .heading {
  font-size: 21px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

.section-fastest .right .makes-list li .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}

.section-fastest .plane1 {
  position: absolute;
  left: 22%;
  bottom: 25%;
  width: 110px !important;
  height: auto !important;
}

.section-fastest .plane2 {
  position: absolute;
  left: 10%;
  bottom: 24.5%;
  width: 120px !important;
  height: auto !important;
}

.section-fastest .plane3 {
  position: absolute;
  left: -2%;
  bottom: 24%;
  width: 120px !important;
  height: auto !important;
}

.section-fastest .plane4 {
  position: absolute;
  left: 15%;
  bottom: 15%;
  width: 120px !important;
  height: auto !important;
}

.section-fastest .plane5 {
  position: absolute;
  left: 4%;
  bottom: 14.5%;
  width: 120px !important;
  height: auto !important;
}

.section-fastest .plane6 {
  position: absolute;
  left: 10%;
  bottom: 4%;
  width: 120px !important;
  height: auto !important;
}

.floating-item {
  -webkit-animation: floating-item 3s ease-in-out infinite;
  animation: floating-item 3s ease-in-out infinite;
}

@-webkit-keyframes floating-item {
  0% {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    -ms-transform: translatey(0px);
  }

  50% {
    transform: translatey(-15px);
    -webkit-transform: translatey(-15px);
    -moz-transform: translatey(-15px);
    -o-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
  }

  100% {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    -ms-transform: translatey(0px);
  }
}

@keyframes floating-item {
  0% {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    -ms-transform: translatey(0px);
  }

  50% {
    transform: translatey(-15px);
    -webkit-transform: translatey(-15px);
    -moz-transform: translatey(-15px);
    -o-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
  }

  100% {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    -ms-transform: translatey(0px);
  }
}

/* End Fastest Section */

/* Start Clients Section */
.section-clients {
  padding: 100px 0 90px;
  background-color: #fff;
}

.section-clients .heading-container {
  text-align: center;
  margin-bottom: 55px;
}

.section-clients .main-heading {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.section-clients .main-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -25px;
  left: -45px;
}

.section-clients .client {
  padding: 0 35px;
}

/* Start Clients Slider */
.section-clients .clients-slider .slick-track {
  display: flex;
}

.section-clients .clients-slider .slick-slide {
  padding-top: 75px;
  padding-bottom: 40px;
  height: inherit;
}

.section-clients .clients-slider .slick-dots {
  left: calc(50% - 37px);
  display: inline !important;
  width: auto !important;
}

/* End Clients Slider */

.section-clients .client .box {
  position: relative;
  height: 100%;
  padding: 80px 45px 50px 50px;
  background-color: #f4f6f8;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.section-clients .client .box:hover .pic img {
  transform: scale(1.1);
}

.section-clients .client .box .img-comma {
  position: absolute;
  right: 50px;
  top: 40px;
}

.section-clients .client .pic {
  position: absolute;
  left: 50px;
  top: -70px;
  height: 120px;
  width: 120px;
  border: 2px solid rgb(233, 101, 26);
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.section-clients .client .pic img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.section-clients .client .name {
  font-size: 24px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.section-clients .client .designation {
  font-size: 14px;
  font-weight: 700;
  color: #e9651a;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.section-clients .client .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 1.6;
}

/* End Clients Section */

/* Start Footer Section */

.section-footer {
  position: relative;
  padding: 60px 0 80px;
  background-color: #d5dbe0;
}

.section-footer::before {
  content: "";
  background-image: -moz-linear-gradient(180deg, rgb(233, 105, 32) 0%, rgb(20, 144, 180) 72%);
  background-image: -webkit-linear-gradient(180deg, rgb(233, 105, 32) 0%, rgb(20, 144, 180) 72%);
  background-image: -ms-linear-gradient(180deg, rgb(233, 105, 32) 0%, rgb(20, 144, 180) 72%);
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 6px;
}

.section-footer .first .footer-logo {
  display: block;
  margin-bottom: 45px;
}

.section-footer .first .footer-logo img {
  max-width: 230px;
}

.section-footer .first .address {
  font-weight: 600;
  font-size: 16px;
  color: #6f7478;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-footer .footer-links {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.section-footer .footer-links li {
  margin-bottom: 30px;
  line-height: 1;
}

.section-footer .footer-links li:last-child {
  margin-bottom: 0;
}

.section-footer .footer-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.section-footer .footer-links li a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background: #1490b4;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.section-footer .footer-links li a:hover:after {
  transform: scaleX(1);
}

.section-footer .forth .contact-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.section-footer .forth .contact-info .phone-numb {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
}

.section-footer .forth .contact-info .timings {
  font-size: 16px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
}

.section-footer .forth .email-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.section-footer .forth .email-info .email {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.section-footer .forth .contact-info .icon,
.section-footer .forth .email-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  background-color: transparent;
  color: #e9651a;
  border: 2px solid #e9651a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.section-footer .forth .contact-info:hover .icon,
.section-footer .forth .email-info:hover .icon,
.section-footer .forth .social-icons .item:hover {
  background-color: #1490b4;
  color: #fff;
  border: 2px solid #1490b4;
}
.section-footer .forth .social-icons .item:hover a {
  color: #fff;
}
.section-footer .forth .social-icons {
  display: flex;
  align-items: center;
}
.section-footer .forth .social-icons .item a{
  color: #e9651a;
  text-decoration: none;
}
.section-footer .forth .social-icons .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  background-color: transparent;
  color: #e9651a;
  border: 2px solid #e9651a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

/* End Footer Section */

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: rgb(233, 101, 26);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
}

.back-to-top i {
  font-size: 20px;
  color: #fff;
}

/* 
**********************************
**********************************
******* Products Main Page Css ******** 
********************************** 
**********************************
*/

/* Start Products Banner */
/* .products-banner-section {
  background: url(../../../../../../../themes/protectionplussolutions/images/bg-products-banner-section.png) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 120px 0 60px;
  overflow-x: hidden;
}

.products-banner-section .left {
  padding-left: 80px;
}

.products-banner-section .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.products-banner-section .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.products-banner-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 30px 0;
}

.products-banner-section .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 25px 16px 25px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.products-banner-section .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 20%) - 25px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.products-banner-section .btn-get-started:hover {
  color: #e96920 !important;
}

.products-banner-section .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.products-banner-section .btn-get-started span:nth-child(1) {
  --n: 1;
}

.products-banner-section .btn-get-started span:nth-child(2) {
  --n: 2;
}

.products-banner-section .btn-get-started span:nth-child(3) {
  --n: 3;
}

.products-banner-section .btn-get-started span:nth-child(4) {
  --n: 4;
}

.products-banner-section .btn-get-started span:nth-child(5) {
  --n: 5;
} */

/* End Products Banner */

/* Start Why Ventors Choose Section */
/* .why-vendors {
  position: relative;
  padding: 120px 0 80px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.why-vendors .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
  padding-left: 45px;
}

.why-vendors .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.why-vendors .left .img {
  padding-right: 60px;
}

.why-vendors .right .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.why-vendors .right .list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

.why-vendors .right .list li:last-child {
  margin-bottom: 0;
}

.why-vendors .right .list li .icon {
  position: relative;
  min-width: 110px;
  height: 110px;
  background: linear-gradient(to bottom, #ec5f0f, #ea3f4e, #cf3976, #a3468f, #6e5094, #595a9b, #44639e, #316a9c, #2f7eb2, #2b93c8, #22a8de, #13bef2);
  padding: 2px;
  border-radius: 20px;
  margin-right: 25px;
  filter: drop-shadow(0px 5px 23px #00aeff2e);
}

.why-vendors .right .list li .icon .center {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fbff;
  border-radius: 18px;
}

.why-vendors .right .list li .icon .center img {
  width: 65px;
}

.why-vendors .right .list li .heading {
  font-size: 21px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

.why-vendors .right .list li .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
} */

/* End Why Ventors Choose Section */

/* Start Premium Products Tabs Section */
/* .premium-products {
  position: relative;
  padding: 100px 0 85px;
  background-color: #b9ceda;
}

.premium-products::before {
  content: url(../../../../../../../themes/protectionplussolutions/images/premium-products-bg1.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.premium-products::after {
  content: url(../../../../../../../themes/protectionplussolutions/images/premium-products-bg2.png);
  position: absolute;
  bottom: -7px;
  right: 0;
  z-index: 0;
}

.premium-products .heading-container {
  text-align: center;
  margin-bottom: 40px;
}

.premium-products .main-heading {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.premium-products .main-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -25px;
  left: -45px;
}

.products-tabs .nav-pills {
  flex-wrap: nowrap;
}

.products-tabs .nav-pills .nav-item {
  width: 100%;
  z-index: 1;
}

.products-tabs .nav-pills .nav-link {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0009;
  white-space: nowrap;
  background-color: #f2f2f2;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 18px 20px;
}

.products-tabs .nav-pills .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.products-tabs .nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.products-tabs .nav-pills .nav-link.active,
.products-tabs .nav-pills .show>.nav-link {
  color: #feffff;
  background-color: #e96920;
}

.curvy-sign-up-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #e96920;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.curvy-sign-up-btn img {
  margin-left: 8px;
}

.curvy-sign-up-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 25%) - 40px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.curvy-sign-up-btn:hover {
  color: #fff !important;
}

.curvy-sign-up-btn:hover span {
  transform: translateY(0) scale(2);
}

.curvy-sign-up-btn span:nth-child(1) {
  --n: 1;
}

.curvy-sign-up-btn span:nth-child(2) {
  --n: 2;
}

.curvy-sign-up-btn span:nth-child(3) {
  --n: 3;
}

.curvy-sign-up-btn span:nth-child(4) {
  --n: 4;
}

.curvy-sign-up-btn span:nth-child(5) {
  --n: 5;
} */

/* Start CRP Tab */
/* .crp-content .item {
  padding-top: 120px;
  z-index: 1;
}
.crp-content .crp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 30px 60px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
}
.crp-content .crp-card .icon {
  position: absolute;
  top: -65px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.crp-content .crp-card .icon img {
  width: 55px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}
.crp-content .crp-card .header {
  margin-bottom: 20px;
}
.crp-content .crp-card .heading {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.crp-content .crp-card .sub-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.2;
  text-align: center;
}
.crp-content .crp-card .body {
  margin-top: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.crp-content .crp-card .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}
.crp-content .crp-card .desc-scroll {
  position: relative;
  height: 240px;
  overflow: auto;
}
.crp-content .crp-card .desc-scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #f0f0f0;
}
.crp-content .crp-card .desc-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.crp-content .crp-card .desc-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #b9ceda;
}
.crp-content .crp-card .filters {
  display: flex;
  align-items: center;
  margin-top: 20px;
  column-gap: 15px;
}
.crp-content .crp-card .filters select {
  height: 35px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: 0;
}
.crp-content .crp-card .price {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  color: #1490b4;
  line-height: 1;
}
.crp-content .crp-card .price sup {
  top: -6px;
  font-size: 0.7em;
} */
/* End CRP Tab */

/* Start MV Tab */
/* .mv-content {
  padding-top: 120px;
}

.mv-content .mv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 30px 70px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
}

.mv-content .mv-card .icon {
  position: absolute;
  top: -65px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mv-content .mv-card .icon img {
  width: 55px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}

.mv-content .mv-card .heading {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

.mv-content .mv-card .filter {
  display: flex;
  align-items: center;
  margin: 35px 0 20px;
}

.mv-content .mv-card .filter label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 12px;
}

.mv-content .mv-card .filter select {
  height: 35px;
  width: 250px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: 0;
}

.mv-content .mv-card .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

.mv-content .mv-card .price {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  color: #1490b4;
  line-height: 1;
}

.mv-content .mv-card .price sup {
  top: -6px;
  font-size: 0.7em;
}

.mv-content .report-info .heading {
  font-size: 20px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  margin-bottom: 25px;
}

.mv-content .report-info .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mv-content .report-info .list li {
  width: calc(50% - 10px);
  float: left;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 16px 10px 16px 15px;
  background-color: rgba(34, 106, 147, 0.902);
  box-shadow: 0px 12px 23px 0px rgba(0, 174, 255, 0.18);
  border-radius: 10px;
  margin-bottom: 20px;
}

.mv-content .report-info .list li .icon {
  width: 23px;
  margin-right: 12px;
} */

/* End MV Tab */

/* Start DS Tab */
/* .ds-content {
  padding-top: 60px;
}

.ds-content .drug-testing-card {
  position: relative;
  padding: 35px 35px 30px 35px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
  margin-bottom: 40px;
}

.drug-testing-card .left {
  display: flex;
  align-items: center;
}

.drug-testing-card .left .icon {
  min-width: 130px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.drug-testing-card .left .icon img {
  width: 55px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}

.drug-testing-card .left .heading {
  font-size: 20px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  margin-bottom: 12px;
}

.drug-testing-card .left .desc {
  width: 80%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}

.drug-testing-card .right .filter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.drug-testing-card .right .filter label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 18px;
}

.drug-testing-card .right .filter select {
  height: 35px;
  width: 70%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: 0;
}

.drug-testing-card .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin-bottom: 25px;
}

.drug-testing-card .right .price {
  font-size: 28px;
  font-weight: 800;
  color: #1490b4;
  line-height: 1;
}

.drug-testing-card .right .price sup {
  top: -6px;
  font-size: 0.7em;
}

.ds-content .ds-faq-card {
  position: relative;
  padding: 30px 35px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
}

.ds-faq-card .heading {
  font-size: 28px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ds-faq-card .ds-faqs .left {
  padding-right: 35px;
}

.ds-faq-card .ds-faqs .right {
  padding-left: 35px;
}

.ds-faqs .accordion-item:first-of-type {
  border-radius: 0;
}

.ds-faqs .accordion-item {
  background-color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
}

.ds-faqs .accordion-item .accordion-button {
  padding: 18px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  column-gap: 20px;
}

.ds-faqs .accordion-item .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: transparent;
  box-shadow: none;
}

.ds-faqs .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.ds-faqs .accordion-item .accordion-button::after {
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231490b4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 0.85rem;
}

.ds-faqs .accordion-item .accordion-body {
  padding: 0 0 18px 0;
}

.ds-faqs .accordion-item .accordion-body .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
} */

/* End DS Tab */

/* Start CEM Tab */
/* .cem-content .item {
  padding-top: 120px;
  z-index: 1;
}

.cem-content .cem-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 30px 95px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
}

.cem-content .cem-card.right-card {
  padding-top: 220px;
}

.cem-content .cem-card .icon {
  position: absolute;
  top: -65px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cem-content .cem-card .icon img {
  width: 65px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}

.cem-content .cem-card .video-container {
  position: absolute;
  top: -65px;
  left: 25%;
  width: 50%;
  box-shadow: 0px 12px 23px 0px rgba(0, 174, 255, 0.18);
  overflow: hidden;
}

.cem-content .cem-card .video-container .btn-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
}

.cem-content .cem-card .video-container .btn-play .text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 8px;
}

.cem-content .cem-card .video-container .btn-play:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}

.cem-content .cem-card .heading {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}

.cem-content .cem-card.left-card .heading {
  margin-bottom: 50px;
}

.cem-content .cem-card .sub-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.2;
  text-align: center;
}

.cem-content .cem-card .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

.cem-content .cem-card .desc-scroll {
  position: relative;
  height: 240px;
  overflow: auto;
}

.cem-content .cem-card .desc-scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #b9ceda;
}

.cem-content .cem-card .desc-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.cem-content .cem-card .desc-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f0f0f0;
}

.cem-content .cem-card .price {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: 55%;
}

.cem-content .cem-card .price .amount {
  font-size: 26px;
  font-weight: 800;
  color: #1490b4;
  line-height: 1;
}

.cem-content .cem-card .price .amount sup {
  top: -6px;
  font-size: 0.7em;
}

.cem-content .cem-card .price .text {
  font-size: 10px;
  font-weight: 700;
  color: #1490b4;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 5px;
} */

/* End CRP Tab */

/* Start Badges Tab */
/* .badges-content {
  padding-top: 120px;
}

.badges-content .bbs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 30px 80px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
}

.badges-content .bbs-card .icon {
  position: absolute;
  top: -65px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.badges-content .bbs-card .icon img {
  width: 55px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}

.badges-content .bbs-card .heading {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.badges-content .bbs-card .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

.badges-content .bbs-card .check {
  display: flex;
  align-items: center;
  margin: 20px 0 25px;
}

.badges-content .bbs-card .check .check-icon {
  min-width: 35px;
  width: 35px;
  margin-right: 20px;
}

.badges-content .bbs-card .check .text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}

.badges-content .bbs-card .action-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.badges-content .bbs-card .action-btns .vld-btn {
  position: relative;
  min-width: 210px;
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 25px 12px 20px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  margin-right: 20px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.badges-content .bbs-card .action-btns .vld-btn img {
  width: 22px;
  margin-right: 10px;
  margin-top: -4px;
}

.badges-content .bbs-card .action-btns .vb-btn {
  position: relative;
  min-width: 180px;
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #e96920;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 25px 12px 20px;
  background-color: #fff;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.badges-content .bbs-card .action-btns .vb-btn img {
  width: 20px;
  margin-right: 10px;
}

.badges-content .vld-btn span,
.badges-content .vb-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 25%) - 40px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.badges-content .vld-btn:hover {
  color: #fff !important;
}

.badges-content .vb-btn:hover {
  color: #fff !important;
}

.badges-content .vld-btn:hover span,
.badges-content .vb-btn:hover span {
  transform: translateY(0) scale(2);
}

.badges-content .vld-btn span:nth-child(2),
.badges-content .vb-btn span:nth-child(2) {
  --n: 2;
}

.badges-content .vld-btn span:nth-child(3),
.badges-content .vb-btn span:nth-child(3) {
  --n: 3;
}

.badges-content .vld-btn span:nth-child(4),
.badges-content .vb-btn span:nth-child(4) {
  --n: 4;
}

.badges-content .vld-btn span:nth-child(5),
.badges-content .vb-btn span:nth-child(5) {
  --n: 5;
}

.badges-content .pass-fail-heading {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.badges-content .pass-fail-card {
  position: relative;
  display: flex;
  border: 1px solid rgb(233, 105, 32);
  ;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
  margin-bottom: 35px;
}

.badges-content .pass-fail-card:last-child {
  margin-bottom: 0;
}

.badges-content .pass-fail-card .profile {
  width: 31%;
  padding: 20px;
  text-align: center;
  background-color: #f7f7f7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.badges-content .pass-fail-card .profile .firm-logo {
  margin-bottom: 15px;
}

.badges-content .pass-fail-card .profile .pic {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 25px;
}

.badges-content .pass-fail-card .profile .pic img {
  max-width: 100%;
  object-fit: contain;
}

.badges-content .pass-fail-card .profile .text {
  font-size: 14px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1.6;
}

.badges-content .pass-fail-card .details {
  width: 69%;
}

.badges-content .pass-fail-card .details .header1 {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  border-top-right-radius: 15px;
}

.badges-content .pass-fail-card.passed .details .header1 {
  color: #23580e;
  background-color: #59bc1d;
}

.badges-content .pass-fail-card.failed .details .header1 {
  color: #6e0404;
  background-color: #f68888;
}

.badges-content .pass-fail-card .details .header1 span {
  text-transform: uppercase;
}

.badges-content .pass-fail-card .details .body1 {
  position: relative;
  padding: 15px 30px 20px;
}

.badges-content .pass-fail-card .details .body1 .stamp-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px;
  z-index: 1;
}

.badges-content .pass-fail-card.passed .details .body1 .stamp-logo {
  top: -50px;
}

.badges-content .pass-fail-card .details .body1 .text {
  font-size: 14px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1;
  margin-bottom: 10px;
}

.badges-content .pass-fail-card .details .body1 .text:last-of-type {
  margin-bottom: 0;
}

.badges-content .pass-fail-card .details .header2 {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 700;
  color: #0c374f;
  background-color: #b1d0f6;
  line-height: 1;
  text-transform: capitalize;
}

.badges-content .pass-fail-card .details .body2 {
  padding: 15px 30px 20px;
  border-bottom-right-radius: 15px;
}

.badges-content .pass-fail-card .details .body2 .text {
  font-size: 14px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1.6;
} */

/* End Badges Tab */

/* Start Self Sign-In URL Tab */
/* .self-signin-content {
  padding-top: 120px;
}

.self-signin-content .self-signin-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 30px 70px;
  border: 1px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
}

.self-signin-content .self-signin-card .icon {
  position: absolute;
  top: -65px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.self-signin-content .self-signin-card .icon img {
  width: 55px;
  animation: spin 2000ms infinite linear;
  animation-direction: reverse;
}

.self-signin-content .self-signin-card .heading {
  font-size: 18px;
  font-weight: 700;
  color: #e96920;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.self-signin-content .self-signin-card .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

.self-signin-content .provides-vendors .heading {
  font-size: 20px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  margin-bottom: 25px;
}

.self-signin-content .provides-vendors .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.self-signin-content .provides-vendors .list li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 18px 15px 18px 15px;
  background-color: rgba(34, 106, 147, 0.902);
  box-shadow: 0px 12px 23px 0px rgba(0, 174, 255, 0.18);
  border-radius: 10px;
  margin-bottom: 20px;
}

.self-signin-content .provides-vendors .list li .icon {
  width: 23px;
  margin-right: 12px;
} */

/* End Self Sign-In URL Tab */

/* End Premium Products Tabs Section */

/* Start Products Banner Section */
.products-banner-bg-blue {
  background-color: #1490b4;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.1);
}

.products-blue-banner {
  position: relative;
  display: flex;
  align-items: center;
}

.products-blue-banner .left {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 60px 35px 40px;
}

.products-blue-banner .left .only-text,
.products-blue-banner .right .only-text {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  margin-right: 20px;
}

.products-blue-banner .left .btn-sign-up-now {
  position: relative;
  min-width: 180px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #e9651a;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #dedede;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.products-blue-banner .left .btn-sign-up-now i {
  font-size: 30px;
  margin-right: 10px;
}

.products-blue-banner .btn-sign-up-now span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #e9651a;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.products-blue-banner .btn-sign-up-now:hover {
  color: #fff !important;
  border: 2px solid #fff !important;
}

.products-blue-banner .btn-sign-up-now:hover span {
  transform: translateY(0) scale(2);
}

.products-blue-banner .btn-sign-up-now span:nth-child(1) {
  --n: 1;
}

.products-blue-banner .btn-sign-up-now span:nth-child(2) {
  --n: 2;
}

.products-blue-banner .btn-sign-up-now span:nth-child(3) {
  --n: 3;
}

.products-blue-banner .btn-sign-up-now span:nth-child(4) {
  --n: 4;
}

.products-blue-banner .btn-sign-up-now span:nth-child(5) {
  --n: 5;
}

.products-blue-banner .right {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 40px 35px 60px;
}

.products-blue-banner .right .numb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
}

.products-blue-banner .right .numb .icon,
.products-blue-banner .right .timings .icon {
  width: 40px;
  margin-right: 12px;
}

.products-blue-banner .right .numb .phone-numb {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.products-blue-banner .right .timings {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}

.products-blue-banner .right .timings .heading {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.products-blue-banner .right .timings .days {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
}

.products-blue-banner .or-separator {
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #097d9f;
}

.products-blue-banner .or-separator::after {
  content: "OR";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1490b4;
  border: 4px solid #097d9f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

/* End Products Banner Section */

/* Start Product's What Makes Different Section */
.makes-us-diff {
  position: relative;
  padding: 75px 0 80px;
  background: var(--wpr-bg-0e3fc65c-cbba-495e-b098-81411eb75c35) no-repeat;
  background-position: bottom left;
  background-size: cover;
}

.makes-us-diff .heading-container {
  text-align: center;
}

.makes-us-diff .main-heading {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.makes-us-diff .main-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-heading-before-blue.png);
  position: absolute;
  top: -25px;
  left: -45px;
}

.makes-us-diff .item {
  padding-top: 80px;
}

.makes-us-diff .box {
  position: relative;
  height: 100%;
  padding: 20px 25px 25px 30px;
  border: 1px solid #e96920;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: rgb(247, 249, 249);
  box-shadow: 0px 23px 32px 0px rgba(0, 0, 0, 0.07);
}

.makes-us-diff .box .icon {
  position: absolute;
  top: -30px;
  left: -34px;
}

.makes-us-diff .box .heading {
  font-size: 16px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}

.makes-us-diff .box .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}
/* End Product's What Makes Different Section */

/* Start Product's - Mian FAQ Section */
.products-faq {
  position: relative;
  padding: 100px 0 60px;
  background-color: #f4f6f8;
  overflow: hidden;
}
.products-faq .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
  padding-left: 45px;
}
.products-faq .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.products-faq .faq-collapse {
  box-shadow: 0px 12px 23px 0px rgba(40, 75, 91, 0.11);
  border-radius: 30px;
}
.products-faq .faq-collapse .accordion-item:first-of-type,
.products-faq .faq-collapse .accordion-item:first-child .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.products-faq .faq-collapse .accordion-item:last-of-type,
.products-faq .faq-collapse .accordion-item:last-child .accordion-button {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.products-faq .faq-collapse .accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  padding: 20px 25px 20px 35px;
}
.products-faq .faq-collapse .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #fff;
  box-shadow: none;
}
.products-faq .faq-collapse .accordion-button:not(.collapsed)+.accordion-collapse>.accordion-body {
  border-top: 1px solid rgb(0 0 0 / 13%);
}
.products-faq .faq-collapse .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.products-faq .faq-collapse .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.products-faq .faq-collapse .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.products-faq .faq-collapse .accordion-body {
  padding: 20px 25px 20px 35px;
}
.products-faq .faq-collapse .accordion-body .text {
  font-size: 16px;
  font-weight: 500;
  color: #1490b4;
  line-height: 1.4;
}
.products-faq .right {
  text-align: center;
}
.products-faq .right .faq-img {
  padding-left: 80px;
}
/* End Product's - Mian FAQ Section */


/* 
**********************************
**********************************
******* Products Details Pages ******** 
********************************** 
**********************************
*/

/* Start Product Details Common Banner */
.product-details-banner {
  overflow-x: hidden;
}
.product-crp-banner {
  background: var(--wpr-bg-6d5b2a7c-ac7d-4f77-98fd-64f98a2b3727) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 90px 0 50px;
}
.product-mv-banner {
  background: var(--wpr-bg-40b9783c-0c16-470d-900e-3e9ce1162117) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 90px 0 50px;
}
.product-badges-banner {
  background: var(--wpr-bg-0b28662b-aaa7-4611-998b-96ea94f39ea5) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 90px 0 50px;
}
.product-details-banner .left {
  padding-left: 80px;
}
.product-details-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-details-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}
.product-details-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0 30px;
}
.product-details-banner .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 25px 16px 25px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.product-details-banner .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 20%) - 25px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.product-details-banner .btn-get-started:hover {
  color: #e96920 !important;
}
.product-details-banner .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}
.product-details-banner .btn-get-started span:nth-child(1) {
  --n: 1;
}
.product-details-banner .btn-get-started span:nth-child(2) {
  --n: 2;
}
.product-details-banner .btn-get-started span:nth-child(3) {
  --n: 3;
}
.product-details-banner .btn-get-started span:nth-child(4) {
  --n: 4;
}
.product-details-banner .btn-get-started span:nth-child(5) {
  --n: 5;
}
/* End Products Details Common Banner */

/* Start Product Details - Other PPS Products Slider */
.other-products {
  padding: 75px 0;
  background-color: #fff;
  overflow: hidden;
}
.other-products .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.other-products .section-header .heading {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 20px;
}
.other-products .section-header .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -25px;
  left: -45px;
}
.other-products .section-header .desc {
  width: 70%;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 auto;
}
.other-products .item {
  padding: 0 7px;
  padding-top: 50px;
  height: inherit;
}
.other-products .item .box {
  height: 100%;
  position: relative;
  padding: 80px 10px 45px;
  background-color: #f6f8fa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.other-products .item .box:hover {
  box-shadow: 0 0 8px rgb(33 33 33 / 20%);
}
.other-products .item .box .icon {
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
}
.other-products .item .box .icon img {
  width: 40px;
}
.other-products .item .box .text {
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
}
.other-products-slider{
  padding: 0 50px;
}
.other-products-slider .slick-prev, 
.other-products-slider .slick-next{
  height: 50px;
  width: 50px;
  top: 60%;
  bottom: inherit;
  line-height: inherit;
  border-radius: 50%;
  border: 4px solid #e96920;
}
.other-products-slider .slick-prev {
  left: -20px;
}
.other-products-slider .slick-next {
  right: -20px;
}
.other-products-slider .slick-prev:before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/slider-prev-sm-arrow.png);
  opacity: 1;
  font-size: inherit;
}
.other-products-slider .slick-next:before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/slider-next-sm-arrow.png);
  opacity: 1;
  font-size: inherit;
}
/* End Product Details - Other PPS Products Slider */

/* Start Product - CRP page */
.crp-breadcrumbs {
  top: -100px !important;
}
.crp-item{
  padding: 80px 0;
}
.crp-item.first{
  background: var(--wpr-bg-b9233e39-ba61-4622-8322-5eb09d6b5a97) no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 100px 0 80px;
}
.crp-item.second{
  background: var(--wpr-bg-967387ac-b918-44b9-8919-d180551ebb5b) no-repeat;
  background-position: right center;
  background-size: cover;
}
.crp-item.third{
  background: var(--wpr-bg-06b16369-5882-480f-8f65-a4df77b8e694) no-repeat;
  background-position: right center;
  background-size: cover;
}
.crp-item.forth{
  background: var(--wpr-bg-248f6212-8d58-45be-b9ee-ec13b03f0612) no-repeat;
  background-position: right center;
  background-size: cover;
}
.crp-item.fifth{
  background: var(--wpr-bg-ea84b65c-7779-4ff3-9cfb-4c11b44a5d28) no-repeat;
  background-position: right center;
  background-size: cover;
}
.crp-item .icon {
  min-width: 160px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  margin-right: 80px;
}
.crp-item .icon img{
  width: 65px;
}
.crp-item .heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin: 30px 0;
	display:inline;
}
.crp-item.first .heading{
  text-transform: initial;
}
.crp-item .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: -45px;
}
.crp-item .desc {
  width: 70%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 35px;
	padding-top:20px;
}
.crp-item .price{
  font-size: 32px;
  font-weight: 800;
  color: #1490b4;
  line-height: 1;
  margin-right: 25px;
  margin-bottom: 0;
}
.crp-item .custom-dd{
  width: 170px;
  background-color: #fff;
  padding: 10px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #929292;
  border: 1px solid #e4e4e4;
  margin-right: 15px;
  border-radius: 8px;
  outline: 0;
}
.crp-item .btn-sign-up {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'proxima-nova-medium';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 25px 12px 25px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.crp-item .btn-sign-up i {
  font-size: 24px;
  margin-right: 10px;
}
.crp-item .btn-sign-up span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 20%) - 25px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.crp-item .btn-sign-up:hover {
  color: #e96920 !important;
}
.crp-item .btn-sign-up:hover span {
  transform: translateY(0) scale(2);
}
.crp-item .btn-sign-up span:nth-child(1) {
  --n: 1;
}
.crp-item .btn-sign-up span:nth-child(2) {
  --n: 2;
}
.crp-item .btn-sign-up span:nth-child(3) {
  --n: 3;
}
.crp-item .btn-sign-up span:nth-child(4) {
  --n: 4;
}
.crp-item .btn-sign-up span:nth-child(5) {
  --n: 5;
}
/* End Product - CRP page */

/* Start Product - Motor Vehicle page */
.mv-breadcrumbs {
  top: -100px ;
}
.mv-records{
  background: var(--wpr-bg-f8e76b0d-48d1-4d11-8ac4-c75743b1eb27) no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 100px 0 150px;
}
.mv-records .icon {
  min-width: 160px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  margin-right: 80px;
}
.mv-records .icon img{
  width: 65px;
}
.mv-records .heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin: 30px 0;
}
.mv-records .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: -45px;
}
.mv-records .desc {
  width: 70%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0;
}

.info-in-reports{
  padding: 80px 0;
  background-color: #fff;
}
.info-in-reports .header{
  text-align: center;
  margin-bottom: 50px;
}
.info-in-reports .header .heading{
  display: inline-block;
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px;
}
.info-in-reports .header .heading::before{
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.info-in-reports .item{
  height: 100%;
  display: flex;
  align-items: center;
  padding: 17px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
}
.info-in-reports .item .icon{
  min-width: 60px;
  width: 60px;
  margin-right: 25px;
}
.info-in-reports .item .text{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0;
}

.mv-signup{
  padding: 60px 0;
  background-color: #e96920;
}
.mv-signup .text{
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 70px;
}
.mv-signup .select-state{
  width: 300px;
  height: 55px;
  background-color: #fff;
  padding: 10px 17px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #929292;
  border: 1px solid #e4e4e4;
  margin-right: 30px;
  border-radius: 8px;
  outline: 0;
}
.mv-signup .btn-sign-up{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'proxima-nova-medium';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  padding: 17px 35px 17px 30px;
  background-color: #0c374f;
  border: 2px solid #0c374f;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
/*   overflow: hidden; */
  z-index: 1;
  transition: 0.5s;
}
.mv-signup .btn-sign-up i {
  font-size: 24px;
  margin-right: 10px;
}
/* End Product - Motor Vehicle page */

/* Start Product - Badges Page */
.bs-badges-breadcrumbs {
  top: -100px !important;
}
.bs-badgelink-section{
  background: var(--wpr-bg-d1503e7b-ea83-4759-a274-8df0dc9c51df) no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 100px 0 40px;
}
.bs-badgelink-section .icon {
  min-width: 160px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  margin-right: 80px;
}
.bs-badgelink-section .icon img{
  width: 75px;
}
.bs-badgelink-section .heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin: 30px 0;
}
.bs-badgelink-section .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: -45px;
}
.bs-badgelink-section .desc {
  width: 70%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0;
}

.bs-id-section {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}
.bs-id-section .left .img{
  text-align: center;
}
.bs-id-section .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 0;
}
.bs-id-section .note {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 50px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 0px 12px 23px 0px rgba(0, 174, 255, 0.18);
  margin-top: 60px;
}
.bs-id-section .note .icon{
  min-width: 60px;
  width: 60px;
  margin-right: 25px;
}
.bs-id-section .note p{
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0;
}

.bs-process-section{
  background-color: #f4f6f8;
  padding: 70px 0 75px;
}
.bs-process-section .section-heading{
  font-size: 32px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-bottom: 55px;
}
.bs-process-section{
  background-color: #f4f6f8;
  padding: 70px 0 75px;
}

.bs-pass-fail-card {
  position: relative;
  display: flex;
  border: 1px solid rgb(233, 105, 32);
  ;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
  margin-bottom: 45px;
}

.bs-pass-fail-card:last-child {
  margin-bottom: 0;
}

.bs-pass-fail-card .profile {
  width: 31%;
  padding: 25px 20px;
  text-align: center;
  background-color: #f7f7f7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.bs-pass-fail-card .profile .firm-logo {
  margin-bottom: 20px;
}

.bs-pass-fail-card .profile .pic {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 25px;
}
.bs-pass-fail-card .profile .pic img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.bs-pass-fail-card .profile .text {
  font-size: 14px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1.6;
}
.bs-pass-fail-card .details {
  width: 69%;
}
.bs-pass-fail-card .details .header1 {
  padding: 22px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  border-top-right-radius: 15px;
}
.bs-pass-fail-card.passed .details .header1 {
  color: #23580e;
  background-color: #59bc1d;
}
.bs-pass-fail-card.failed .details .header1 {
  color: #6e0404;
  background-color: #f68888;
}
.bs-pass-fail-card .details .header1 span {
  text-transform: uppercase;
}
.bs-pass-fail-card .details .body1 {
  position: relative;
  padding: 25px 20px 25px 30px;
}
.bs-pass-fail-card .details .body1 .stamp-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px;
  z-index: 1;
}
.bs-pass-fail-card.passed .details .body1 .stamp-logo {
  top: -50px;
}
.bs-pass-fail-card .details .body1 .text {
  font-size: 16px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1;
  margin-bottom: 12px;
}
.bs-pass-fail-card .details .body1 .text:last-of-type {
  margin-bottom: 0;
}
.bs-pass-fail-card .details .header2 {
  padding: 22px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #0c374f;
  background-color: #b1d0f6;
  line-height: 1;
  text-transform: capitalize;
}
.bs-pass-fail-card .details .body2 {
  padding: 20px 20px 20px 30px;
  border-bottom-right-radius: 15px;
}
.bs-pass-fail-card .details .body2 .text {
  font-size: 16px;
  font-weight: 400;
  color: #0c374f;
  line-height: 1.6;
}

.badge-orange-signup{
  padding: 60px 0;
  background-color: #e96920;
}
.badge-orange-signup .btns-container{
  column-gap: 30px;
}
.badge-orange-signup .btn-live-demo,
.badge-orange-signup .btn-verify-badge,
.badge-orange-signup .btn-sign-up {
  min-width: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-family: 'proxima-nova-medium';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 25px 12px 20px;
  border-radius: 30px;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.badge-orange-signup .btn-live-demo{
  color: #fff;
  background-color: #0c374f;
  border: 2px solid #0c374f;
}
.badge-orange-signup .btn-live-demo .icon {
  width: 20px;
  margin-right: 10px;
}
.badge-orange-signup .btn-verify-badge{
  color: #0c374f;
  background-color: #fff;
  border: 2px solid #0c374f;
}
.badge-orange-signup .btn-verify-badge .icon {
  width: 18px;
  margin-right: 10px;
}
.badge-orange-signup .btn-sign-up{
  color: #e96920;
  background-color: #fff;
  border: 2px solid #fff;
}
.badge-orange-signup .btn-sign-up i {
  font-size: 20px;
  margin-right: 10px;
}
/* End Product - Badges Page */

/* Start Product - Drug Screening Page */
.ds-faq-section{
  background: var(--wpr-bg-9299afc8-f0a3-425a-ab92-48d6d4b56560) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 85px 0 80px;
}
.ds-faq-section .title {
  text-align: center;
  margin-bottom: 45px;
}
.ds-faq-section .title .sec-heading{
  display: inline-block;
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px;
}
.ds-faq-section .title .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.ds-faq-section .ds-faqs .left {
  padding-right: 35px;
}
.ds-faq-section .ds-faqs .right {
  padding-left: 35px;
}
.ds-faq-section .ds-faqs .accordion-item:first-of-type {
  border-radius: 0;
}
.ds-faq-section .ds-faqs .accordion-item {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button {
  padding: 18px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
  column-gap: 20px;
  background-color: transparent;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: transparent;
  box-shadow: none;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button::after {
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231490b4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 0.85rem;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-body {
  padding: 0 0 18px 0;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-body .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
}
/* End Product - Drug Screening Page */

/* 
**********************************
**********************************
******* Custom API Css ******** 
********************************** 
**********************************
*/

/* Start Custom API Banner */
.custom-api-banner {
  background: var(--wpr-bg-e748701e-720a-46fd-adb3-38a68cf14416) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 90px 0 60px;
  overflow-x: hidden;
}

.custom-api-banner .content .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 25px;
}

.custom-api-banner .content .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.custom-api-banner .content .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin-bottom: 35px;
}

.custom-api-banner .content .desc a {
  font-weight: 600;
  color: #1870a2;
  text-decoration: none;
}

.custom-api-banner .content .btn-more-details {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 40px 16px 40px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.custom-api-banner .btn-more-details span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 20%) - 25px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.custom-api-banner .btn-more-details:hover {
  color: #e96920 !important;
}

.custom-api-banner .btn-more-details:hover span {
  transform: translateY(0) scale(2);
}

.custom-api-banner .btn-more-details span:nth-child(1) {
  --n: 1;
}

.custom-api-banner .btn-more-details span:nth-child(2) {
  --n: 2;
}

.custom-api-banner .btn-more-details span:nth-child(3) {
  --n: 3;
}

.custom-api-banner .btn-more-details span:nth-child(4) {
  --n: 4;
}

.custom-api-banner .btn-more-details span:nth-child(5) {
  --n: 5;
}

#moreDetailsModal .modal-content {
  border: 0;
}

#moreDetailsModal .modal-header {
  background-color: #1490b4;
  justify-content: center !important;
}

#moreDetailsModal .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

#moreDetailsModal .modal-body {
  padding: 25px;
}

#moreDetailsModal .modal-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin-bottom: 20px;
}

#moreDetailsModal .modal-body p:last-of-type {
  margin-bottom: 0;
}

/* End Custom API Banner */

/* Start Key Features Section */
.api-features {
  position: relative;
  padding: 200px 0 200px;
  background: var(--wpr-bg-103ce965-8cf1-43b7-bf9a-348700c29cce) no-repeat;
  background-position: center left;
  background-size: cover;
  overflow: hidden;
}

.api-features .key-features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 580px;
  width: 580px;
  height: 580px;
  margin: 0 auto;
  background-image: -moz-linear-gradient(-90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 23px 45px 0px rgba(0, 0, 0, 0.09);
}

.api-features .key-features .heading {
  font-size: 45px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.self-signin{
  text-align:center !important;
}
}
@media only screen and (min-width: 768px) {
.self-signin{
padding-left:45px;
}
 .api-features .key-features .feature:nth-of-type(1) {
   position: absolute;
   left: calc(50% - 185px);
   bottom: calc(100% - 60px);
 }
 .api-features .key-features .feature:nth-of-type(6) {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  left: calc(50% - 185px);
  top: calc(100% - 50px);
 }
 .api-features .key-features .feature:nth-of-type(2){
   position: absolute;
   right: -222px;
   top: 2%;
 }
 .api-features .key-features .feature:nth-of-type(3) {
   position: absolute;
   right: -332px;
   top: 28%;
 }
 .api-features .key-features .feature:nth-of-type(4) {
   position: absolute;
   right: -332px;
   top: 59%;
 }
 .api-features .key-features .feature:nth-of-type(5){
   position: absolute;
   right: -222px;
   top: 84%;
 }
 .api-features .key-features .feature:nth-of-type(10) {
   position: absolute;
   left: -222px;
   top: 2%;
 }
 .api-features .key-features .feature:nth-of-type(9) {
   position: absolute;
   left: -332px;
   top: 28%;
 }
 .api-features .key-features .feature:nth-of-type(8) {
   position: absolute;
   left: -332px;
   top: 59%;
 }
 .api-features .key-features .feature:nth-of-type(7) {
   position: absolute;
   left: -222px;
   top: 84%;
 }
 .api-features .key-features .feature .bar {
   min-width: 370px;
   font-size: 18px;
   font-weight: 700;
   color: #0c374f;
   line-height: 1;
   text-transform: capitalize;
   text-align: center;
   background-color: rgb(246, 248, 250);
   border-radius: 10px;
 }
 .api-features .key-features .feature:nth-of-type(1) .bar,
 .api-features .key-features .feature:nth-of-type(6) .bar {
   padding: 28px 20px;
 }
 .api-features .key-features .feature:nth-of-type(2) .bar,
 .api-features .key-features .feature:nth-of-type(3) .bar,
 .api-features .key-features .feature:nth-of-type(4) .bar,
 .api-features .key-features .feature:nth-of-type(5) .bar,
 .api-features .key-features .feature:nth-of-type(6) .bar {
   padding: 28px 20px 28px 50px;
 }
 .api-features .key-features .feature:nth-of-type(10) .bar,
 .api-features .key-features .feature:nth-of-type(9) .bar,
 .api-features .key-features .feature:nth-of-type(8) .bar,
 .api-features .key-features .feature:nth-of-type(7) .bar {
   padding: 28px 50px 28px 20px;
 }
 .api-features .key-features .feature .icon {
   width: 100px;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 2px solid transparent;
   border-radius: 100px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d, #1a518d, #13c0f3);
   background-clip: padding-box, border-box;
   background-origin: padding-box, border-box;
   filter: drop-shadow(0px 12px 23px #00aeff2e);
   animation-name: spin;
   animation-duration: 2000ms;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
 }
 .api-features .key-features .feature .icon img {
   width: 35px;
   animation: spin 2000ms infinite linear;
   animation-direction: reverse;
 }
 .api-features .key-features .feature:nth-of-type(1) .icon {
   position: relative;
   top: -20px;
   left: calc(50% - 50px);
 }
 .api-features .key-features .feature:nth-of-type(6) .icon {
   position: relative;
   bottom: -20px;
   left: calc(50% - 50px);
 }
 .api-features .key-features .feature:nth-of-type(2) .icon,
 .api-features .key-features .feature:nth-of-type(3) .icon,
 .api-features .key-features .feature:nth-of-type(4) .icon,
 .api-features .key-features .feature:nth-of-type(5) .icon {
   position: absolute;
   top: -13px;
   left: -25px;
 }
 .api-features .key-features .feature:nth-of-type(10) .icon,
 .api-features .key-features .feature:nth-of-type(9) .icon,
 .api-features .key-features .feature:nth-of-type(8) .icon,
 .api-features .key-features .feature:nth-of-type(7) .icon {
   position: absolute;
   top: -13px;
   right: -25px;
 }
}

/* End Key Features Section */

/* Start Record Keeping Section */
.record-keeping {
  position: relative;
  padding: 120px 0 100px;
  background: var(--wpr-bg-96c9e578-6ec2-4a6b-acd4-0c5b05abece6) no-repeat;
  background-position: center left;
  background-size: cover;
  overflow: hidden;
}

.record-keeping .item {
  padding: 0 30px;
}

.record-keeping .box {
  position: relative;
  height: 100%;
  padding: 80px 45px 60px 35px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: rgb(247, 249, 249);
  box-shadow: 0px 23px 32px 0px rgba(0, 0, 0, 0.07);
}

.record-keeping .box .icon {
  position: absolute;
  top: -55px;
  left: calc(50% - 55px);
  width: 110px;
  filter: drop-shadow(0px 12px 23px #00aeff2e);
}

.record-keeping .box .heading {
  font-size: 18px;
  font-weight: 700;
  color: #0d3850;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.record-keeping .box .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.record-keeping .box .list li {
  position: relative;
  padding-left: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin-bottom: 30px;
}

.record-keeping .box .list li:last-child {
  margin-bottom: 0;
}

.record-keeping .box .list li::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-check-orange.png);
  position: absolute;
  top: 0;
  left: 0;
}

/* End Record Keeping Section */

/* Start Record Keeping Section */
.api-and-self {
  position: relative;
  padding: 90px 0 60px;
  background-color: #fff;
}

.api-and-self .left {
  padding: 0 30px;
}

.api-and-self .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
}

.api-and-self .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.api-and-self .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}

.api-and-self .left .desc a {
  color: #1870a2;
  font-weight: 600;
  text-decoration: none;
}

.api-and-self .api-img,
.api-and-self .self-sign-img {
  position: relative;
}

.api-and-self .api-img .lg-wheel-icon {
  width: 82px;
  position: absolute;
  top: 15px;
  right: 170px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.api-and-self .api-img .sm-wheel-icon {
  width: 60px;
  position: absolute;
  top: 68px;
  right: 112px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.api-and-self .self-sign-img .lock-icon {
  position: absolute;
  top: 123px;
  left: 295px;
}

/* End Api And Self Section */

/* 
**********************************
**********************************
******* Get Started Css ******** 
********************************** 
**********************************
*/

/* Start Get Started Banner */
.get-started-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-d008506d-bc8b-40bb-bb91-0a12351d2ee0) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 130px 0 140px;
  overflow-x: hidden;
}

.get-started-banner .content {
  padding-left: 80px;
}

.get-started-banner .content .heading-sm {
  position: relative;
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.get-started-banner .content .heading-sm::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.get-started-banner .content .heading-lg {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* End Get Started Banner */

/* Start Get Started About Your Company */
.about-company {
  background-color: #f4f6f8;
  padding: 70px 0 80px;
}

.about-company .left {
  padding-right: 50px;
}

.about-company .left .header {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}

.about-company .left .header .icon {
  min-width: 120px;
  width: 120px;
  height: 120px;
  margin-right: 30px;
}

.about-company .left .header .heading-lg {
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}

.about-company .left .header .heading-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

/* Start Company Form Steps */
.company-tabs {
  border-bottom: 0;
}

.company-tabs .nav-item {
  width: calc(50% - 10px);
}

.company-tabs .nav-item .nav-link {
  width: 100%;
  color: inherit;
  border-color: transparent;
  text-align: left;
  padding: 0;
}

.company-tabs .nav-item .nav-link.active {
  color: inherit;
  border-color: transparent;
  background-color: transparent !important;
}

.company-tabs .nav-link .text {
  padding-left: 40px;
}

.company-tabs .nav-link .text .lg {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.company-tabs .green-check .text .lg {
  position: relative;
}

.company-tabs .green-check .text .lg::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/success-icon.png);
  position: absolute;
  right: -16px;
  top: -10px;
}

.company-tabs .nav-link .text .sm {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8b8b8b;
  line-height: 1;
  text-transform: uppercase;
}

.company-tabs .nav-link .bar {
  position: relative;
  background-color: #e3e5e8;
  width: 100%;
  height: 3px;
  margin-top: 15px;
}

.company-tabs .orange-bar .bar {
  background-color: #e96920 !important;
}

.company-tabs .nav-link .bar::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #e3e5e8;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: -8px;
}

.company-tabs .orange-bar .bar::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e96920;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  top: -4px;
}

.company-content {
  padding: 80px 0 30px;
}

.company-content .form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}

.company-content .form-label span {
  font-size: 18px;
  color: #e9651a;
}

.company-content .form-control,
.company-content .form-select {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 8px;
  outline: 0;
  appearance: none;
}

.company-content .form-control.is-invalid,
.company-content .was-validated .form-control:invalid {
  border-color: #e9651a;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e9651a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}
.error_msg {
  border: 2px solid red;
  text-align: center;
  padding: 7px 0;
  margin-top: 17px;
  border-radius: 50vh;
  color: red;
}
.company-content .btn-submit {
  position: relative;
  height: 52px;
  padding: 10px 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid rgb(201, 201, 201);
  background-color: rgb(233, 105, 32);
  border-radius: 30px;
  margin-top: 15px;
  box-shadow: none;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.error {
  border-color: #ff5a5a;
}
.company-content .btn-submit span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.company-content .btn-submit:hover span {
  transform: translateY(0) scale(2);
}

.company-content .btn-submit span:nth-child(1) {
  --n: 1;
}

.company-content .btn-submit span:nth-child(2) {
  --n: 2;
}

.company-content .btn-submit span:nth-child(3) {
  --n: 3;
}

.company-content .btn-submit span:nth-child(4) {
  --n: 4;
}

.company-content .btn-submit span:nth-child(5) {
  --n: 5;
}

.company-content .success-message {
  background-color: #fff;
  padding: 50px 20px 60px;
  text-align: center;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
}

.company-content .success-message .icon {
  width: 110px;
  margin-bottom: 40px;
}

.company-content .success-message .heading {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 25px;
}

.company-content .success-message .desc {
  width: 70%;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin: 0 auto;
}

/* End Company Form Steps */

.about-company .right .opp-card {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.opp-card .header {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 35px 20px 20px 75px;
  margin-bottom: 0;
}

.opp-card .header::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-orange-blue-check.png);
  position: absolute;
  top: 25px;
  left: 35px;
}

.opp-card .item {
  padding: 25px 20px 25px 35px;
  border-top: 1px solid #d1d1d1;
}

.opp-card .item-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px;
}

.opp-card .item-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.opp-card .item-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.opp-card .item-list li:last-of-type,
.opp-card .item-list li:only-of-type {
  margin-bottom: 0;
}

.opp-card .item-list li .icon {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
.blog-details .img img {
  height: auto;
}
.opp-card .item-list li a {
  display: block;
  text-decoration: none;
}

.opp-card .item-list li .text-lg {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 5px;
}

.opp-card .item-list li .text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #e9651a;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
}

.opp-card .item-list li a:hover .text-sm {
  text-decoration: 1.5px solid underline;
  text-decoration-color: #1490b4;
}

/* End Get Started About Your Company */

/* Start Get Started Five Features  */
.get-started-features {
  position: relative;
  padding: 75px 0;
  background: var(--wpr-bg-7b5bd199-b54b-46ed-82f2-02a40d3b2aae) no-repeat;
  background-position: bottom;
  background-size: cover;
}

.get-started-features .feature {
  text-align: center;
}

.get-started-features .feature .icon {
  width: 100px;
  display: inline-block;
  margin-bottom: 25px;
}

.get-started-features .feature .name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* End Get Started Orange Features  */

/* 
**********************************
**********************************
******* Door to Door Page Css ******** 
********************************** 
**********************************
*/

/* Start DTD Banner Section */
.dtd-banner {
  background: var(--wpr-bg-de526a15-c455-42f5-995a-488887fa3ed7) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 70px 0 60px;
  overflow-x: hidden;
}

.dtd-banner .left {
  padding-left: 100px;
}

.dtd-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.dtd-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.dtd-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 30px;
}

/* End DTD Banner Section */

/* Start DTD Main Section */
.dtd-main-section {
  position: relative;
  padding: 90px 0 60px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.dtd-main-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.dtd-main-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.dtd-main-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.dtd-main-section .right {
  padding: 0 90px;
}

/* End DTD Main Section */

/* Start DTD Services Section */
.z-index-1 {
  z-index: 1;
}

.dtd-services {
  position: relative;
  padding: 60px 0 70px;
  background-color: #e9eef1;
  overflow: hidden;
  z-index: 1;
}

.dtd-services::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg1.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.dtd-services::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg2.png);
  position: absolute;
  bottom: -7px;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.dtd-services .header {
  text-align: center;
  margin-bottom: 60px;
}

.dtd-services .header .check-icon {
  margin-bottom: 15px;
}

.dtd-services .header .text {
  width: 75%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
  margin-bottom: 0;
}

.dtd-services .services-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dtd-services .services-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 20px;
}

.dtd-services .services-list li .icon {
  width: 45px;
  margin-right: 15px;
}

.dtd-services .orange-bar {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: rgb(233, 101, 26);
  border-radius: 20px;
  box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
  margin: 25px 0;
}

.dtd-services .orange-bar .icon-note {
  width: 80px;
  margin-right: 30px;
}

/* End DTD Services Section */

/* Start PPS Alert Section */
.pps-alert-section {
  position: relative;
  padding: 80px 0 60px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.pps-alert-section .left {
  padding-right: 40px;
}

.pps-alert-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.pps-alert-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.pps-alert-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.pps-alert-section .right {
  padding: 0 130px;
}

/* End PPS Alert Section */

/* 
**********************************
**********************************
******* Verify Badge Page Css ******** 
********************************** 
**********************************
*/

/* Start DTD Banner Section */
.vb-banner {
  background: var(--wpr-bg-1d154748-7fda-4326-9df3-6987885fe841) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 110px 0 120px;
  overflow-x: hidden;
}

.vb-banner .left {
  padding-left: 100px;
}

.vb-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vb-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.vb-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 30px;
}

/* End DTD Banner Section */

/* Start Verify Badge Main Section */
.vb-main-section {
  position: relative;
  padding: 50px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.vb-main-section .main-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin-bottom: 50px;
}

.vb-main-section .serial-number-box {
  display: flex;
  align-items: center;
  padding: 25px 40px 30px 35px;
  background: var(--wpr-bg-a74ade39-db0d-4485-8aeb-de9d51cf42cf) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  box-shadow: 0px 16px 23px 0 #00aeff2e;
  border-radius: 25px;
}

.vb-main-section .serial-number-box .icon {
  margin-right: 35px;
}

.vb-main-section .serial-number-box .heading-lg {
  font-size: 21px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vb-main-section .serial-number-box .heading-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 12px;
}

.vb-main-section .serial-number-box .search-field {
  display: flex;
  align-items: center;
}

.vb-main-section .serial-number-box input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: 0;
  box-shadow: none;
}

.vb-main-section .serial-number-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 10px;
  background-color: #f2f2f2;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid rgb(201, 201, 201);
  border-left: 0;
  outline: 0;
  box-shadow: none;
}

.vb-main-section .vb-badgelink {
  margin-top: 80px;
}

.vb-main-section .vb-badgelink .heading {
  font-size: 28px;
  font-weight: 700;
  color: #e9651b;
  line-height: 1;
  margin-bottom: 35px;
}

.vb-main-section .vb-badgelink .text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 25px;
}

.vb-main-section .vb-badgelink .text-md {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 25px;
}

.vb-main-section .vb-badgelink .btn-view {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 54px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 14px 25px 12px 25px;
  background-color: #1490b4;
  border: 2px solid #1490b4;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.vb-main-section .vb-badgelink .btn-view .icon {
  width: 28px;
  margin-right: 10px;
}

.btn-view span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #e96920;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.btn-view:hover {
  border: 2px solid #fff !important;
}

.btn-view:hover span {
  transform: translateY(0) scale(2);
}

.btn-view span:nth-child(1) {
  --n: 1;
}

.btn-view span:nth-child(2) {
  --n: 2;
}

.btn-view span:nth-child(3) {
  --n: 3;
}

.btn-view span:nth-child(4) {
  --n: 4;
}

.btn-view span:nth-child(5) {
  --n: 5;
}

.btn-view span:nth-child(6) {
  --n: 6;
}

.vb-main-section .vb-badgelink .vb-badgelink-img img {
  max-width: 90%;
}

.vb-main-section .resources-forms {
  background-color: #f5fdff;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.resources-forms .header {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 35px 20px 20px 75px;
  margin-bottom: 0;
}

.resources-forms .header::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-orange-blue-check.png);
  position: absolute;
  top: 25px;
  left: 35px;
}

.resources-forms .body {
  padding: 0 30px 20px 30px;
}

.resources-forms .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #d1d1d1;
}

.resources-forms .item .icon {
  height: 25px;
  margin-right: 10px;
}

.resources-forms .item .text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  line-height: 1.2;
}

.resources-forms .item .btn-download {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 8px;
  background-color: rgb(233, 101, 26);
  text-decoration: none;
  border-radius: 4px;
  margin-left: 20px;
  transition: all 0.3s;
}

.resources-forms .item .btn-download:hover {
  background-color: #1490b4;
  transition: all 0.3s;
}

.mt-50 {
  margin-top: 50px;
}

.vb-pass-fail-card {
  position: relative;
  display: flex;
  border: 1px solid rgb(233, 105, 32);
  ;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
  margin-bottom: 45px;
}

.vb-pass-fail-card:last-child {
  margin-bottom: 0;
}

.vb-pass-fail-card .profile {
  width: 31%;
  padding: 25px 20px;
  text-align: center;
  background-color: #f7f7f7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.vb-pass-fail-card .profile .firm-logo {
  margin-bottom: 20px;
}

.vb-pass-fail-card .profile .pic {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 25px;
}

.vb-pass-fail-card .profile .pic img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.vb-pass-fail-card .profile .text {
  font-size: 16px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1.6;
}

.vb-pass-fail-card .details {
  width: 69%;
}

.vb-pass-fail-card .details .header1 {
  padding: 25px 45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  border-top-right-radius: 15px;
}

.vb-pass-fail-card.passed .details .header1 {
  color: #23580e;
  background-color: #59bc1d;
}

.vb-pass-fail-card.failed .details .header1 {
  color: #6e0404;
  background-color: #f68888;
}

.vb-pass-fail-card .details .header1 span {
  text-transform: uppercase;
}

.vb-pass-fail-card .details .body1 {
  position: relative;
  padding: 30px 25px 30px 45px;
}

.vb-pass-fail-card .details .body1 .stamp-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 130px;
  z-index: 1;
}

.vb-pass-fail-card.passed .details .body1 .stamp-logo {
  top: -50px;
}

.vb-pass-fail-card .details .body1 .text {
  font-size: 18px;
  font-weight: 500;
  color: #0c374f;
  line-height: 1;
  margin-bottom: 12px;
}

.vb-pass-fail-card .details .body1 .text:last-of-type {
  margin-bottom: 0;
}

.vb-pass-fail-card .details .header2 {
  padding: 25px 45px;
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  background-color: #b1d0f6;
  line-height: 1;
  text-transform: capitalize;
}

.vb-pass-fail-card .details .body2 {
  padding: 20px 25px 25px 45px;
  border-bottom-right-radius: 15px;
}

.vb-pass-fail-card .details .body2 .text {
  font-size: 18px;
  font-weight: 400;
  color: #0c374f;
  line-height: 1.6;
}

.vb-main-section .orange-bar {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    padding-right: 30px;
    background-color: rgb(233, 101, 26);
    border-radius: 20px;
    box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
    margin-top: 50px;
    padding-left: 0;
}
.vb-main-section .orange-bar img {
    margin-right: 15px;
}
.vb-main-section .orange-bar .icon-note {
  width: 80px;
  margin-right: 30px;
}

.bc-gr-upper-desc,
.bc-gr-lower-desc {
  font-size: 15px;
  font-weight: 500;
  color: #0d3850;
  line-height: 1.3;
  margin-bottom: 20px;
}

.bc-gr-form {
  background: var(--wpr-bg-ab1a410d-becd-4b58-a597-180043e7b57a);
  padding: 30px 15px;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.bc-gr-form .cj-grant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bc-gr-form .cj-grant .logo {
  margin-right: 25px;
}

.bc-gr-form .cj-grant .logo img {
  width: 150px;
}

.bc-gr-form .cj-grant .content .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  color: #333;
}

.bc-gr-form .cj-grant .content .item i {
  color: #847866;
  font-size: 25px;
  margin-right: 15px;
}

.bc-gr-form .form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  margin-bottom: 8px;
}

.bc-gr-form .form-label span {
  font-size: 18px;
  color: #e9651a;
}

.bc-gr-form .form-control {
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 8px;
  outline: 0;
  appearance: none;
}

.bc-gr-form textarea {
  display: block;
  width: 100%;
  min-height: 160px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 8px;
  outline: 0;
  appearance: none;
  resize: none;
}

.bc-gr-form .btn-submit {
  position: relative;
  height: 52px;
  padding: 10px 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid rgb(201, 201, 201);
  background-color: rgb(233, 105, 32);
  border-radius: 30px;
  margin-top: 10px;
  box-shadow: none;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.bc-gr-form .btn-submit span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.bc-gr-form .btn-submit:hover {
  color: #e96920 !important;
  border: 1px solid #e96920;
}

.bc-gr-form .btn-submit:hover span {
  transform: translateY(0) scale(2);
}

.bc-gr-form .btn-submit span:nth-child(1) {
  --n: 1;
}

.bc-gr-form .btn-submit span:nth-child(2) {
  --n: 2;
}

.bc-gr-form .btn-submit span:nth-child(3) {
  --n: 3;
}

.bc-gr-form .btn-submit span:nth-child(4) {
  --n: 4;
}

.bc-gr-form .btn-submit span:nth-child(5) {
  --n: 5;
}

.bc-gr-form canvas {
  display: block;
  height: 160px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  cursor: url(https://www.evernote.com/l/Acd37JqBggRPqpLOZ59yz3g1uSWWpmfuIAcB/image.png), crosshair;
}


/* 
**********************************
**********************************
*** Industry Overview Page Css *** 
********************************** 
**********************************
*/

/* Start Industry Overview Banner Section */
.industry-overview-banner {
  background: var(--wpr-bg-21c8a5d1-0445-4686-867c-58ca9de66537) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 150px 0;
  overflow-x: hidden;
}
.industry-overview-banner .left {
  padding-left: 100px;
}
.industry-overview-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.industry-overview-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}
.industry-overview-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0;
}
/* End Industry Overview Banner Section */

/* Start Industry Overview Premium Services Section */
.prem-services-section {
  position: relative;
  padding: 80px 0 80px;
  background: var(--wpr-bg-7fc7a66c-94e6-4d60-b335-b9fb81abe8b5) no-repeat;
  background-position: top right;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.prem-services-section .left {
  padding-right: 90px;
  text-align: center;
}
.prem-services-section .right .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
  padding-left: 45px;
}
.prem-services-section .right .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.prem-services-section .right .prem-services-list {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.prem-services-section .right .prem-services-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 30px;
}
.prem-services-section .right .prem-services-list li:last-child {
  margin-bottom: 0;
}
.prem-services-section .right .prem-services-list li .icon {
  width: 45px;
  margin-right: 15px;
}
/* End Industry Overview Premium Services Section */

/* Start Industry Overview Additional Benifits Section */
.add-benifits-section {
  position: relative;
  padding: 100px 0 80px;
  background: var(--wpr-bg-b22aadbb-cb46-4b82-97d8-b80a7069f641) no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.add-benifits-section .right {
  padding-left: 90px;
  text-align: center;
}
.add-benifits-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
  padding-left: 45px;
}
.add-benifits-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.add-benifits-section .left .add-benifits-list {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.add-benifits-section .left .add-benifits-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 30px;
}
.add-benifits-section .left .add-benifits-list li:last-child {
  margin-bottom: 0;
}
.add-benifits-section .left .add-benifits-list li .icon {
  width: 45px;
  margin-right: 15px;
}
/* End Industry Overview Additional Benifits Section */

/* Start Industry Overview Industries We Cover Section */
.covered-industries {
  padding: 70px 0 80px;
  background-color: #fff;
}
.covered-industries .header {
  margin-bottom: 90px;
  text-align: center;
}
.covered-industries .header .sec-heading {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 45px;
  margin-bottom: 0;
}
.covered-industries .header .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.covered-industries .mb-80 {
  margin-bottom: 80px;
}
.covered-industries .item {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background-color: rgb(246, 248, 250);
  box-shadow: 0px 23px 45px 0px rgba(43, 6, 7, 0.1);
}
.covered-industries .item .image{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 200px;
  overflow: hidden;
}
.covered-industries .item .title{
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
  margin: 20px 0 15px;
}
.covered-industries .item .desc{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  text-align: center;
  padding: 0 30px 50px 30px;
  margin-bottom: 0;
}
.covered-industries .item .btn-learn-more {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 15px;
  background-color: #e96920;
  border: 0;
  border-radius: 6px;
  outline: 0;
  transition: 0.5s;
}
.covered-industries .item .btn-learn-more:hover{
  background-color: #1490b4;
}
.covered-industries .info-box {
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
}
.covered-industries .info-box .icon{
  min-width: 75px;
  width: 75px;
  margin-right: 30px;
}
.covered-industries .info-box .text{
  font-size: 21px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
.covered-industries .info-box .text a{
  text-decoration: none;
  color: #333;
  word-break: break-all;
}
/* End Industry Overview Industries We Cover Section */

/* Start Industry Overview Industry Features Section */
.industry-features{
  padding: 80px 0;
  background-color: #f4f6f8;
}
.industry-features .features{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.industry-features .features .item{
  text-align: center;
}
.industry-features .features .item .name{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 0;
}
/* End Industry Overview Industry Features Section */

/* 
**********************************
**********************************
******* Transportation Page Css ******** 
********************************** 
**********************************
*/

/* Start Transportation Banner Section */
.transportation-banner {
  background: var(--wpr-bg-64f1d56f-ab11-41b7-bcc8-e1192d02a6f0) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 60px 0 35px;
  overflow-x: hidden;
}

.transportation-banner .left {
  padding-left: 100px;
}

.transportation-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.transportation-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.transportation-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0;
}

.transportation-banner .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.transportation-banner .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.transportation-banner .btn-get-started:hover {
  color: #e96920 !important;
}

.transportation-banner .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.transportation-banner .btn-get-started span:nth-child(1) {
  --n: 1;
}

.transportation-banner .btn-get-started span:nth-child(2) {
  --n: 2;
}

.transportation-banner .btn-get-started span:nth-child(3) {
  --n: 3;
}

.transportation-banner .btn-get-started span:nth-child(4) {
  --n: 4;
}

.transportation-banner .btn-get-started span:nth-child(5) {
  --n: 5;
}
/* End Transportation Banner Section */

/* Start Transportation Driver BG Checks Section */
.driver-bg-checks {
  position: relative;
  padding: 50px 0 60px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.driver-bg-checks .top-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.driver-bg-checks .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}

.driver-bg-checks .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.driver-bg-checks .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.driver-bg-checks .right {
  padding: 0 90px;
}
/* End Transportation Driver BG Checks Section */

/* Start Transportation Services Section */
.z-index-1 {
  z-index: 1;
}

.transportation-services {
  position: relative;
  padding: 60px 0 80px;
  background-color: #e8edf1;
  overflow: hidden;
  z-index: 1;
}

.transportation-services::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg1.png) !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.transportation-services::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg2.png) !important;
  position: absolute;
  bottom: -7px;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.transportation-services .header {
  text-align: center;
  margin-bottom: 100px;
}

.transportation-services .header .check-icon {
  margin-bottom: 15px;
}

.transportation-services .header .main-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.transportation-services .header .text {
  width: 75%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
}

.transportation-services .services-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.transportation-services .services-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 20px;
}

.transportation-services .services-list li:last-child {
  margin-bottom: 0;
}

.transportation-services .services-list li .icon {
  width: 45px;
  margin-right: 15px;
}
/* End Transportation Services Section */


/* 
**********************************
**********************************
******* Self SignIn Page Css ******** 
********************************** 
**********************************
*/

/* Start Self Sign Banner */
.self-sign-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-fa71056a-7e51-40b0-b2f4-856591c8e088) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 140px 0 140px;
  overflow-x: hidden;
}

.self-sign-banner .content {
  padding-left: 80px;
}

.self-sign-banner .content .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.self-sign-banner .content .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}
.self-sign-banner .content .desc {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

/* End Registration Form Banner */

/* Start Registration Form Section*/
.registration-form {
  background-color: #f4f6f8;
  padding: 70px 0 80px;
}

.registration-form .left .header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
}

.registration-form .left .header .icon {
  min-width: 120px;
  width: 120px;
  height: 120px;
  margin-right: 30px;
}

.registration-form .left .header .heading-lg {
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}

.registration-form .left .header .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}

/* Start Registration Form Steps */
.reg-tabs {
  border-bottom: 0;
}

.reg-tabs .nav-item {
  width: calc(25% - 10px);
  margin: 0 5px;
}

.reg-tabs .nav-item .nav-link {
  width: 100%;
  color: inherit;
  border-color: transparent;
  text-align: left;
  padding: 0;
}

.reg-tabs .nav-item .nav-link.active {
  color: inherit;
  border-color: transparent;
  background-color: transparent !important;
}

.reg-tabs .nav-link .info {
  display: flex;
  align-items: center;
}

.reg-tabs .nav-link .info .icon {
  margin-right: 5px;
}

.reg-tabs .nav-link .info .text-lg {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.reg-tabs .nav-link .info .text-lg.text-orange {
  color: #e96920;
}

.reg-tabs .nav-link .info .text-lg.text-yellow {
  color: #fcc44b;
}

.reg-tabs .nav-link .info .text-lg.text-green {
  color: #33ce7f;
}

.reg-tabs .nav-link .info .text-lg.text-blue {
  color: #1490b4;
}

.reg-tabs .green-check .info .text-lg {
  position: relative;
}

.reg-tabs .green-check .info .text-lg::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/success-icon.png);
  position: absolute;
  right: -16px;
  top: -10px;
}

.reg-tabs .nav-link .info .text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #8b8b8b;
  line-height: 1;
  text-transform: uppercase;
}

.reg-tabs .nav-link .bar {
  position: relative;
  background-color: #e3e5e8;
  width: 100%;
  height: 3px;
  margin-top: 15px;
}

.reg-tabs .orange-bar .bar {
  background-color: #e96920 !important;
}

.reg-tabs .yellow-bar .bar {
  background-color: #fcc44b !important;
}

.reg-tabs .green-bar .bar {
  background-color: #33ce7f !important;
}

.reg-tabs .blue-bar .bar {
  background-color: #1490b4 !important;
}

.reg-tabs .nav-link .bar::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #e3e5e8;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: -8px;
}

.reg-tabs .nav-link .bar::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  top: -4px;
}

.reg-tabs .orange-bar .bar::after {
  background-color: #e96920;
}

.reg-tabs .yellow-bar .bar::after {
  background-color: #fcc44b;
}

.reg-tabs .green-bar .bar::after {
  background-color: #33ce7f;
}

.reg-tabs .blue-bar .bar::after {
  background-color: #1490b4;
}

.reg-content {
  padding: 60px 0 30px;
}

.reg-content .form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}

.reg-content .form-label span {
  font-size: 18px;
  color: #e9651a;
}

.reg-content .form-control,
.reg-content .form-select {
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 8px;
  outline: 0;
  appearance: none;
}

.reg-content .form-control.is-invalid,
.reg-content .was-validated .form-control:invalid {
  border-color: #e9651a;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e9651a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.reg-content textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 8px;
  outline: 0;
  appearance: none;
}

.reg-content .btn-submit {
  position: relative;
  height: 52px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid rgb(201, 201, 201);
  background-color: rgb(233, 105, 32);
  border-radius: 30px;
  margin-top: 40px;
  box-shadow: none;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.reg-content .btn-submit span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.reg-content .btn-submit:hover span {
  transform: translateY(0) scale(2);
}

.reg-content .btn-submit span:nth-child(1) {
  --n: 1;
}

.reg-content .btn-submit span:nth-child(2) {
  --n: 2;
}

.reg-content .btn-submit span:nth-child(3) {
  --n: 3;
}

.reg-content .btn-submit span:nth-child(4) {
  --n: 4;
}

.reg-content .btn-submit span:nth-child(5) {
  --n: 5;
}

.reg-content .btn-back {
  display: inline-block;
  position: relative;
  height: 52px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgb(201, 201, 201);
  background-color: #1490b4;
  border-radius: 30px;
  margin-top: 40px;
  box-shadow: none;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.reg-content .btn-back span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #e96920;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.reg-content .btn-back:hover span {
  transform: translateY(0) scale(2);
}

.reg-content .btn-back span:nth-child(1) {
  --n: 1;
}

.reg-content .btn-back span:nth-child(2) {
  --n: 2;
}

.reg-content .btn-back span:nth-child(3) {
  --n: 3;
}

.reg-content .btn-back span:nth-child(4) {
  --n: 4;
}

.reg-content .btn-back span:nth-child(5) {
  --n: 5;
}

.prod-orders thead tr {
  background-image: -moz-linear-gradient(180deg, rgb(233, 105, 32) 0%, rgb(20, 144, 180) 72%);
  background-image: -webkit-linear-gradient(180deg, rgb(233, 105, 32) 0%, rgb(20, 144, 180) 72%);
  background-image: -ms-linear-gradient(180deg, rgb(233, 105, 32) 0%, rgb(20, 144, 180) 72%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.prod-orders thead tr th {
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #fff;
}

.prod-orders tbody tr td {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.prod-orders .prod-details .name {
  font-size: 16px;
  font-weight: 700;
  color: #e9651a;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 15px;
}

.prod-orders .prod-details .content {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.total-cost {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #1490b4;
  padding: 7px 15px;
  border-radius: 3px;
  margin-top: 30px;
}

.acknowledgement-box {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  padding: 35px 30px;
  border-radius: 20px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 10%);
}

.acknowledgement-box .heading {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}

.acknowledgement-box .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-orange-blue-check.png);
  position: absolute;
  top: -15px;
  left: -35px;
}

.acknowledgement-box .form-check {
  padding-left: 35px;
  margin-bottom: 20px;
  min-height: auto;
}

.acknowledgement-box .form-check:last-child {
  margin-bottom: 0;
}

.acknowledgement-box .form-check input {
  width: 22px;
  height: 22px;
  outline: 0;
  box-shadow: none;
  margin-left: -35px;
  border-color: #e9651b !important;
  background-color: #fff;
  box-shadow: none !important;
  outline: 0 !important;
}

.acknowledgement-box .form-check input:checked[type=checkbox] {
  background-color: #e9651b;
}

.acknowledgement-box .form-check .form-check-label {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: initial;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: initial;
}

.acknowledgement-box .invalid-feedback {
  text-align: left;
}

.payment-box {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  padding: 35px;
  border-radius: 20px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 10%);
}

.payment-box .heading {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.payment-box .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-orange-blue-check.png);
  position: absolute;
  top: -15px;
  left: -35px;
}

.payment-box .pay-method-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.payment-box .pay-method-icons img {
  width: 60px;
  margin: 0 3px;
}

.reg-content .success-message {
  background-color: #fff;
  padding: 50px 20px 60px;
  text-align: center;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
}

.reg-content .success-message .icon {
  width: 110px;
  margin-bottom: 40px;
}

.reg-content .success-message .heading {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 25px;
}

.reg-content .success-message .desc {
  width: 70%;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin: 0 auto;
}

/* End Registration Form Steps */

/* PPS Provides Vendors */
.registration-form .right .provides-vendors {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.provides-vendors .header {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 35px 20px 20px 75px;
}

.provides-vendors .header::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-orange-blue-check.png);
  position: absolute;
  top: 25px;
  left: 35px;
}

.provides-vendors .item {
  padding: 25px;
  border-top: 1px solid #d1d1d1;
}

.provides-vendors .item .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.provides-vendors .list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.provides-vendors .list li:last-of-type,
.provides-vendors .list li:only-of-type {
  margin-bottom: 0;
}

.provides-vendors .list li .icon {
  width: 30px;
  margin-right: 12px;
}

.provides-vendors .list li .text {
  font-size: 16px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.3;
}

.provides-vendors .support .heading {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.provides-vendors .support .heading .icon {
  width: 40px;
  margin-right: 12px;
}

.provides-vendors .support .text {
  padding-left: 52px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 15px;
}

.provides-vendors .support .number {
  padding-left: 52px;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #e96d26;
  line-height: 1;
  text-decoration: none;
}

.provides-vendors .faq {
  text-align: center;
}

.provides-vendors .faq .heading {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.provides-vendors .faq .heading .icon {
  width: 40px;
  margin-right: 12px;
}

.provides-vendors .faq .text {
  padding-left: 52px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 30px;
}

.provides-vendors .faq .btn-faq {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 50px;
  min-height: 50px;
  font-family: proxima-nova-bold;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e96d26;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.provides-vendors .faq .btn-faq span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #1490b4;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.provides-vendors .faq .btn-faq:hover span {
  transform: translateY(0) scale(2);
}

.provides-vendors .faq .btn-faq span:nth-child(1) {
  --n: 1;
}

.provides-vendors .faq .btn-faq span:nth-child(2) {
  --n: 2;
}

.provides-vendors .faq .btn-faq span:nth-child(3) {
  --n: 3;
}

.provides-vendors .faq .btn-faq span:nth-child(4) {
  --n: 4;
}

/** rehan **/

/* 
**********************************
**********************************
******* Business To Business Page Css ******** 
********************************** 
**********************************
*/

/* Start B2B Banner Section */
.business-to-business {
  background-position: left center;
  background-size: cover;
  padding: 76px 0 50px;
  overflow-x: hidden;
}

.business-to-business .left {
  padding-left: 100px;
}

.business-to-business .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.business-to-business .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.business-to-business .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0;
}

.business-to-business .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.business-to-business .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.business-to-business .btn-get-started:hover {
  color: #e96920 !important;
}

.business-to-business .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.business-to-business .btn-get-started span:nth-child(1) {
  --n: 1;
}

.business-to-business .btn-get-started span:nth-child(2) {
  --n: 2;
}

.business-to-business .btn-get-started span:nth-child(3) {
  --n: 3;
}

.business-to-business .btn-get-started span:nth-child(4) {
  --n: 4;
}

.business-to-business .btn-get-started span:nth-child(5) {
  --n: 5;
}

/* End B2B Banner Section */

/* Start B2B Criminal BG Checks Section */
.business-to-business-bg {
  position: relative;
  padding: 90px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.business-to-business-bg .notification-box {
  padding: 30px 90px 30px 45px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.business-to-business-bg .notification-box span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.business-to-business-bg .notification-box img {
  margin-right: 25px;
}

.business-to-business-bg .top-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.business-to-business-bg .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}

.business-to-business-bg .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.business-to-business-bg .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.business-to-business-bg .right {
  padding: 0 90px;
}

.business-to-business-bg .right .img {
  text-align: right;
}

/* End B2B Criminal BG Checks Section */

/* 
**********************************
**********************************
******* Industry Construction Page Css ******** 
********************************** 
**********************************
*/

/* Start Construction Non Profit Volunteer Banner Section */
.npv-banner {
  background: var(--wpr-bg-442626c5-0878-4dcc-b823-a67f65c266ec) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 65px 0 50px;
  overflow-x: hidden;
}

.npv-banner .left {
  padding-left: 100px;
}

 

.npv-banner .left .heading {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.npv-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.npv-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0;
}

.npv-banner .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.npv-banner .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.npv-banner .btn-get-started:hover {
  color: #e96920 !important;
}

.npv-banner .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.npv-banner .btn-get-started span:nth-child(1) {
  --n: 1;
}

.npv-banner .btn-get-started span:nth-child(2) {
  --n: 2;
}

.npv-banner .btn-get-started span:nth-child(3) {
  --n: 3;
}

.npv-banner .btn-get-started span:nth-child(4) {
  --n: 4;
}

.npv-banner .btn-get-started span:nth-child(5) {
  --n: 5;
}

.npv-banner .left .desc strong {
  font-weight: bold;
}

/* End Construction Non Profit Volunteer Banner Section */

/* Start Construction Background Screening non Profit Section */
.npv-bg-screening {
  position: relative;
  padding: 90px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.npv-bg-screening .notification-box {
  padding: 35px 90px 35px 45px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.npv-bg-screening .notification-box span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.npv-bg-screening .notification-box img {
  margin-right: 25px;
}

.npv-bg-screening .top-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.npv-bg-screening .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}

.npv-bg-screening .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.npv-bg-screening .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.npv-bg-screening .right {
  padding: 0 90px;
}

.npv-bg-screening .img {
  text-align: right;
}

/* End Construction Background Screening non Profit Section */

/* 
**********************************************************
**********************************************************
******* Industry Recruiting and Staffing Agencies Page Css ******** 
**********************************************************
**********************************************************
*/

/* Start Recruiting and Staffing Agencies Banner Section */
.rsa-banner {
  background: var(--wpr-bg-806c0918-6324-4d0f-9b3d-995746b2dedf) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 76px 0 50px;
  overflow-x: hidden;
}

.rsa-banner .left {
  padding-left: 100px;
}

.rsa-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.rsa-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.rsa-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0;
}

.rsa-banner .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.rsa-banner .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.rsa-banner .btn-get-started:hover {
  color: #e96920 !important;
}

.rsa-banner .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.rsa-banner .btn-get-started span:nth-child(1) {
  --n: 1;
}

.rsa-banner .btn-get-started span:nth-child(2) {
  --n: 2;
}

.rsa-banner .btn-get-started span:nth-child(3) {
  --n: 3;
}

.rsa-banner .btn-get-started span:nth-child(4) {
  --n: 4;
}

.rsa-banner .btn-get-started span:nth-child(5) {
  --n: 5;
}
/* End Recruiting and Staffing Agencies Banner Section */

/* Start Recruiting Specialists Section */
.recruiting-specialists {
  position: relative;
  padding: 90px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.recruiting-specialists .notification-box {
  padding: 35px 40px 35px 35px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.recruiting-specialists .notification-box span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.recruiting-specialists .notification-box img {
  margin-right: 25px;
}

.recruiting-specialists .top-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.recruiting-specialists .left {
  padding-right: 50px;
}

.recruiting-specialists .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}

.recruiting-specialists .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.recruiting-specialists .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.recruiting-specialists .right .img {
  text-align: right;
}

/* End Recruiting Specialists Section */

/* 
**********************************
**********************************
******* Industry Energy Page Css ******** 
********************************** 
**********************************
*/

/* Start Energy DTD Banner Section */
.energy-provider-door-to-door {
  background-position: left center;
  background-size: cover;
  padding: 50px 0 20px;
  overflow-x: hidden;
}

.energy-provider-door-to-door .left {
  padding-left: 100px;
}

.energy-provider-door-to-door .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.energy-provider-door-to-door .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.energy-provider-door-to-door .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 20px 0;
}

.energy-provider-door-to-door .left .btn-get-started {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.energy-provider-door-to-door .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.energy-provider-door-to-door .btn-get-started:hover {
  color: #e96920 !important;
}

.energy-provider-door-to-door .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}

.energy-provider-door-to-door .btn-get-started span:nth-child(1) {
  --n: 1;
}

.energy-provider-door-to-door .btn-get-started span:nth-child(2) {
  --n: 2;
}

.energy-provider-door-to-door .btn-get-started span:nth-child(3) {
  --n: 3;
}

.energy-provider-door-to-door .btn-get-started span:nth-child(4) {
  --n: 4;
}

.energy-provider-door-to-door .btn-get-started span:nth-child(5) {
  --n: 5;
}

/* End Energy DTD Banner Section */

/* Start Energy DTD Badge Requirement Section */
.energy-provider-door-to-door-bg {
  position: relative;
  padding: 90px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

/*Start Notification Section*/
.energy-provider-door-to-door-bg .notification-box {
  padding: 30px 40px 30px 45px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.energy-provider-door-to-door-bg .notification-box span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.energy-provider-door-to-door-bg .notification-box img {
  margin-right: 25px;
}

/*End Notification Section*/

.energy-provider-door-to-door-bg .top-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.energy-provider-door-to-door-bg .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}

.energy-provider-door-to-door-bg .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.energy-provider-door-to-door-bg .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 25px;
}

.energy-provider-door-to-door-bg .services-list {
  list-style-type: none;
  padding-left: 45px;
  margin-bottom: 35px;
}

.energy-provider-door-to-door-bg .services-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 20px;
}

.energy-provider-door-to-door-bg .services-list li:last-child {
  margin-bottom: 0;
}

.energy-provider-door-to-door-bg .services-list li .icon {
  width: 45px;
  margin-right: 15px;
  box-shadow: 0px 7px 20px #00aeff33;
  border-radius: 50px;
}

.energy-provider-door-to-door-bg .right {
  padding: 0 90px;
}

.energy-provider-door-to-door-bg .img {
  text-align: right;
}

/** Start Warning Box section **/
.energy-provider-door-to-door-bg .warning-box {
  padding: 30px 30px 30px 35px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.energy-provider-door-to-door-bg .warning-box img {
  width: 110px;
  margin-right: 45px;
}

.energy-provider-door-to-door-bg .warning-box span {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-weight: bold;
  line-height: 1.4;
}

/** End Warning Box section **/

/* End Energy DTD Badge Requirement Section */

/** Start ADHPS Section **/
.adhps-section {
  background-color: #e9eef1;
  background-image: var(--wpr-bg-28e73131-caf2-43af-99c6-536c7d190f4c);
  padding: 100px 0px 50px 0px;
  background-repeat: no-repeat;
}

.adhps-section .right .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}

.adhps-section .right .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.adhps-section .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 30px;
}

.adhps-section .services-list {
  list-style-type: none;
  padding-left: 45px;
  margin-bottom: 20px;
}

.adhps-section .services-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 30px;
}

.adhps-section .services-list li .icon {
  width: 45px;
  margin-right: 15px;
  box-shadow: 0px 7px 20px #00aeff33;
  border-radius: 50px;
}

.about-puc-section .left .heading .text {
  font-size: 32px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.about-puc-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

/** End ADHPS Section **/

/* 
**********************************
**********************************
******* About Page Css ******** 
********************************** 
**********************************
*/

/* Start About Banner Section */
.about-banner {
  display: flex;
  align-items: center;
 /* background: url(https://d2k83bl9u96x7h.cloudfront.net/images/bg-about-banner.png) no-repeat; */
  background-position: left center;
  background-size: cover;
  padding: 130px 0 140px;
  overflow-x: hidden;
}

.about-banner .content {
  padding-left: 80px;
}

.about-banner .content .heading-sm {
  position: relative;
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-banner .content .heading-sm::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.about-banner .content .heading-lg {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-banner .content .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 20px;
}

/* End About Banner Section */

/* Start About Main Section */
.about-main-section {
  position: relative;
  padding: 110px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.about-main-section .wwa-section {
  padding: 0px 60px 0px 45px;
}

.about-main-section .wwa-section .top-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.about-main-section .wwa-section .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}

.about-main-section .wwa-section .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: -45px;
}

.about-main-section .wwa-section .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

/*Start Notification Section*/
.about-main-section .wwa-section .notification-box {
  padding: 30px 45px 30px 45px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  margin: 25px 0px 35px 0px;
}

.about-main-section .wwa-section img {
  margin-right: 25px;
}

/*End Notification Section*/
.about-main-section .wwa-section .wwa-inside-section {
  padding: 20px 0px 5px;
}

.about-main-section .wwa-section .wwa-inside-section .left .wwa-img img {
  max-width: 100%;
}

.about-main-section .wwa-section .wwa-inside-section .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 25px;
}

.about-main-section .wwa-section .desc.mb-25 {
  margin-bottom: 25px;
}

/**right**/
.about-main-section .badge-forms {
  background-color: #f5fdff;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.about-main-section .badge-forms .about-badgelink-content {
  padding: 40px 30px 40px 30px;
  border-bottom: 1px solid #d1d1d1;
}

.about-main-section .badge-forms .about-badgelink-content .about-badgelink-img {
  text-align: center;
}

.about-main-section .badge-forms .about-badgelink-content .heading {
  font-size: 28px;
  font-weight: 700;
  color: #e9651b;
  line-height: 1;
  margin-bottom: 35px;
  margin-top: 15px;
}

.about-main-section .badge-forms .about-badgelink-content .text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 25px;
}

.about-main-section .badge-forms .about-badgelink-content .text-md {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 25px;
}

.about-main-section .badge-forms .about-badgelink-content .btn-view {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 54px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 14px 25px 12px 25px;
  background-color: #1490b4;
  border: 2px solid #1490b4;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.about-main-section .badge-forms .about-badgelink-content .btn-view .icon {
  width: 28px;
  margin-right: 10px;
}

.about-main-section .badge-forms .header {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  line-height: 1.2;
  padding: 40px 30px 20px 30px;
  margin-bottom: 0;
}

.about-main-section .badge-forms .header::before {
  content: none;
}

.about-main-section .badge-forms .body {
  padding: 0 30px 20px 30px;
}

.about-main-section .badge-forms .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #d1d1d1;
}

.about-main-section .badge-forms .item .icon {
  height: 25px;
  margin-right: 10px;
}

.about-main-section .badge-forms .item .text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  line-height: 1.2;
}

.about-main-section .badge-forms .item .btn-download {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 8px;
  background-color: rgb(233, 101, 26);
  text-decoration: none;
  border-radius: 4px;
  margin-left: 20px;
  transition: all 0.3s;
}

.about-main-section .badge-forms .item .btn-download:hover {
  background-color: #1490b4;
  transition: all 0.3s;
}

/******* End About Page Css ******** /

/* 
**********************************
**********************************
******* About Claudia Page Css ******** 
********************************** 
**********************************
*/

/* Start About Banner Section */


.about-claudia-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-2c997831-39c8-422e-9f7d-55e74a3b8ea8) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 130px 0 110px;
  overflow-x: hidden;
}

.about-claudia-banner .content {
  padding-left: 80px;
}

.about-claudia-banner .content .heading-sm {
  position: relative;
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-claudia-banner .content .heading-sm::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.about-claudia-banner .content .heading-lg {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-claudia-banner .content .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 20px;
}

/* End About Banner Section */

/* Start About Main Section */
.ac-main-section {
  position: relative;
  padding: 95px 0 75px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.ac-main-section .ac-details-section .profile {
  display: flex;
}

.ac-main-section .ac-details-section .profile .right .name {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 25px;
}

.ac-main-section .ac-details-section .profile .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0;
}

/*Start Notification Section*/
.ac-main-section .ac-details-section .profile .notification-box {
  padding: 30px 30px 30px 35px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  display: flex;
  align-items: flex-start;
  margin: 30px 0px 35px;
}

.ac-main-section .ac-details-section .profile .notification-box img {
  margin-right: 20px;
}

.ac-main-section .ac-details-section .profile .notification-box .quotes {
  font-size: 24px;
  line-height: 1.4;
}

/*End Notification Section*/

/**right**/
.ac-main-section .free-forms {
  background-color: #f5fdff;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.ac-main-section .free-forms .header {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0c374f;
  text-transform: capitalize;
  line-height: 1.2;
  padding: 40px 30px 20px 30px;
  margin-bottom: 0;
}

.ac-main-section .free-forms .header::before {
  content: none;
}

.ac-main-section .free-forms .body {
  padding: 0 30px 20px 30px;
}

.ac-main-section .free-forms .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #d1d1d1;
}

.ac-main-section .free-forms .item .icon {
  height: 25px;
  margin-right: 10px;
}

.ac-main-section .free-forms .item .text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  line-height: 1.2;
}

.ac-main-section .free-forms .item .btn-download {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 8px;
  background-color: rgb(233, 101, 26);
  text-decoration: none;
  border-radius: 4px;
  margin-left: 20px;
  transition: all 0.3s;
}

.ac-main-section .free-forms .item .btn-download:hover {
  background-color: #1490b4;
  transition: all 0.3s;
}

/******* End About Page Css ******** /

/* 
**********************************
**********************************
******* Testimonials Page Css ******** 
********************************** 
**********************************
*/

/* Start Testimonials Banner */
.testimonials-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-68f098ed-1c63-4f8f-8f1d-28d0db1eb036) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 120px 0;
  overflow-x: hidden;
}

.testimonials-banner .content {
  padding-left: 80px;
}

.testimonials-banner .content .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials-banner .content .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.testimonials-banner .content .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 25px;
}

/* End Testimonials Banner */

/* Start Testimonials Sections */
.testimonials-section {
  background-color: #f4f6f8;
  padding: 90px 0 75px;
}

.testimonials-section .left {
  padding-right: 50px;
}

.testimonials-section .testimonials .item {
  position: relative;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  margin-bottom: 40px;
}

.testimonials-section .testimonials .item:hover .pic img {
  transform: scale(1.1);
}

.testimonials-section .testimonials .item .img-comma {
  position: absolute;
  right: 40px;
  top: 40px;
}

.testimonials-section .testimonials .item .header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.testimonials-section .testimonials .item .pic {
  height: 125px;
  width: 125px;
  border: 4px solid rgb(233, 101, 26);
  border-radius: 18px;
  margin-right: 40px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.testimonials-section .testimonials .item .pic img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.testimonials-section .testimonials .item .name {
  font-size: 32px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.testimonials-section .testimonials .item .designation {
  font-size: 20px;
  font-weight: 700;
  color: #e9651a;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials-section .testimonials .item .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}

.testimonials-section .right .opp-card {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

/* End Testimonials Sections */

/* 
**********************************
**********************************
******* Pagination Css ******** 
********************************** 
**********************************
*/
/* Start Custom Pagination */
.custom-pagination {
  margin-top: 80px;
  text-align: center;
}

.custom-pagination ul {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.custom-pagination ul li {
  margin-right: 8px;
}

.custom-pagination ul li:last-child {
  margin-right: 0;
}

.custom-pagination ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #cac7c7;
  border-radius: 6px;
  text-decoration: none;
}

.custom-pagination ul li a.active {
  background-color: #e96920;
  color: #fff;
}

/* End Custom Pagination */

/* 
**********************************
**********************************
******* Breadcrumbs Css ******** 
********************************** 
**********************************
*/
.breadcrumbs {
 z-index: 10;
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  background-color: rgb(233, 249, 254);
  padding: 13px 20px 13px 12px;
  margin: 0;
  list-style-type: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.breadcrumbs::before {
  content: "";
  width: 1000px;
  background-color: rgb(233, 249, 254);
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
}
.breadcrumbs li {
  position: relative;
  line-height: 1;
  margin-right: 25px;
  text-transform: uppercase;
  user-select: none;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-breadcrumb-arrow.png);
  position: absolute;
  right: -16px;
  top: 0;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a {
  font-size: 14px;
  font-weight: 700;
  color: #1490b4!important;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:last-child a {
  color: #e9651b!important;
  text-decoration: none;
  cursor: default;
}

.products-breadcrumbs {
  top: -20px !important;
}
.construction-breadcrumbs {
  top: -90px !important;
}
.energy-breadcrumbs {
  top: -90px !important;
}
.b2b-breadcrumbs {
  top: -90px !important;
}
.d2d-breadcrumbs {
  top: -110px !important;
}
.healthcare-breadcrumbs {
  top: -110px !important;
}
.transportation-breadcrumbs {
  top: -50px !important;
}
.recruiting-breadcrumbs {
  top: -90px !important;
}
.about-breadcrumbs {
  top: -110px;
}
.about-claudia-breadcrumbs {
  top: -95px;
}
.blogs-breadcrumbs {
  top: -90px;
}
.testimonials-breadcrumbs {
  top: -90px;
}
.api-breadcrumbs {
  top: -200px;
}

/* 
**********************************
**********************************
******* Blogs Page Css ******** 
********************************** 
**********************************
*/

/* Start Blogs Banner */
.blogs-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-e6d9e82b-846e-47d6-bb23-1b8eed4305f3) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 85px 0 75px;
  overflow-x: hidden;
}

.blogs-banner .content {
  padding-left: 80px;
}

.blogs-banner .content .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blogs-banner .content .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.blogs-banner .content .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 25px;
}

/* End Blogs Banner */

/* Start Blogs Sections */
.blogs-section {
  background-color: #f4f6f8;
  padding: 90px 0 75px;
}

.blogs-section .left {
  padding-right: 50px;
}

.blogs-section .left .mb-40 {
  margin-bottom: 40px;
}

.blogs-section .left .mt-40 {
  margin-top: 40px;
}

.blogs-section .blog {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
}

.blogs-section .blog .date {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 10px 15px;
  background-color: #0677a4cc;
  border-top-left-radius: 10px;
}

.blogs-section .blog .date img {
  width: 25px;
  margin-right: 12px;
}

.blogs-section .blog .img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

/* .blogs-section .blog .img img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
} */

.blogs-section .blog .body {
  padding: 20px 20px 30px 25px;
}

.blogs-section .blog .body .name {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-decoration: none;
}

.blogs-section .blog .body .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blogs-section .blog .body .read-more {
  display: inline-flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #e9651b;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
}

.blogs-section .blog .body .read-more img {
  width: 12px;
  margin-left: 5px;
}

.blogs-section .right .opp-card {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

/* End Blogs Sections */

/* 
**********************************
**********************************
******* Blogs Details Page Css ******** 
********************************** 
**********************************
*/

.blogs-section .blog-details .name {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blogs-section .blog-details .date {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 10px 15px;
  background-color: #0677a4cc;
  margin: 20px 0;
  border-radius: 5px;
}

.blogs-section .blog-details .date img {
  width: 20px;
  margin-right: 12px;
}

.blogs-section .blog-details .list {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.blogs-section .blog-details .list li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
  margin-bottom: 15px;
}

.blogs-section .blog-details .list li:last-child {
  margin-bottom: 0;
}

.blogs-section .blog-details .list li::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/pps-vendor-checkmark.png);
  position: absolute;
  top: 0;
  left: 0;
}






/* 
  **********************************
  **********************************
  ******* healthcare Page Css ******** 
  ********************************** 
  **********************************
  */

/* Start healthcare Banner Section*/
.healthcare-banner {
  display: flex;
  align-items: center;
  background: var(--wpr-bg-dc9cf62d-dd90-4405-a5d4-fe227af0f8f5) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 130px 0 110px 0;
  overflow-x: hidden;
}

.healthcare-banner .left {
  padding-left: 100px;
}

.healthcare-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -35px;
  left: -45px;
}

.healthcare-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.healthcare-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 25px;
}

/* Start healthcare Main Section */
.healthcare-main-section {
  position: relative;
  padding: 90px 0 60px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.healthcare-main-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.healthcare-main-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.healthcare-main-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.healthcare-main-section .right {
  padding-left: 90px;
}

.healthcare-main-section .orange-bar-component {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 1.3;
  background-color: rgb(233, 101, 26);
  border-radius: 20px;
  box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
  margin: 25px 25px 0;
}

.healthcare-main-section .orange-bar-component .icon-note {
  width: 80px;
  margin-right: 30px;
}

/* End healthcare Main Section */



/* Start Healthcare Services Section */
.healthcare-services {
  position: relative;
  padding: 60px 0 70px;
  background: var(--wpr-bg-df4e611e-afd6-4ae6-9dcf-1de25c2c2566) no-repeat left top, #e9eef1;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

/* .healthcare-services::before {
    content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg1.png);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 0;
  }
  .healthcare-services::after {
    content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg2.png);
    position: absolute;
    bottom: -7px;
    right: 0;
    opacity: 0.3;
    z-index: 0;
  } */
.healthcare-services .header {
  text-align: center;
  margin-bottom: 60px;
}

.healthcare-services .header .check-icon {
  margin-bottom: 15px;
}

.healthcare-services .header .text {
  width: 75%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
  margin-bottom: 0;
}

.healthcare-services .services-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.healthcare-services .services-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  /* width: 50%; */
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  /* font-weight: 500; */
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 20px;
}

.healthcare-services .services-list li .icon {
  width: 45px;
  margin-right: 15px;
}

.healthcare-services .orange-bar {
  display: flex;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: rgb(233, 101, 26);
  border-radius: 20px;
  box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
  margin: 25px 25px 0;
}

.healthcare-services .orange-bar .icon-note {
  width: 80px;
  margin-right: 30px;
}

.healthcare-services .left {
  padding-right: 90px;
}

/* End Healthcare Services Section */


/* 
  **********************************
  **********************************
  ******* homeservices Page Css ******** 
  ********************************** 
  **********************************
*/

/* Start homeservices Banner Section*/
.homeservices-banner {
  background: var(--wpr-bg-e195a869-bbda-4cf3-8252-15e9ca872406) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 75px 0 70px 0;
  overflow-x: hidden;
}

.homeservices-banner .left {
  padding-left: 100px;
}

.homeservices-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.homeservices-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}

.homeservices-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 25px;
}

.homeservices-banner .right {
  width: 55%;
}

.homeservices-banner .right .screen {
  position: relative;
  overflow: hidden;
}

.homeservices-banner .right .screen .laptop-img-for-mob {
  display: none;
}

.homeservices-banner .right .screen .contetnt {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}

.homeservices-banner .right .screen .contetnt .sm-text {
  font-size: 22px;
  font-weight: 600;
  color: #fefefe;
  line-height: 1.3;
  text-transform: uppercase;
}

.homeservices-banner .right .screen .contetnt .lg-text {
  font-size: 44px;
  font-weight: 700;
  color: #e9651b;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.homeservices-banner .right .screen .contetnt .btn-play-video {
  position: relative;
  min-width: 195px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 30px 12px 20px;
  background-color: #e9651b;
  border: 2px solid #e9651b;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: 0;
  margin-top: 35px;
  box-shadow: 0px 12px 23px 0px rgba(248, 118, 45, 0.35);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.homeservices-banner .right .screen .contetnt .btn-play-video i {
  margin-right: 12px;
  font-size: 30px;
  color: #193762;
}

/* Homeservice Banner */

/* Start Homeservices Main Section */
.homeservices-main-section {
  position: relative;
  padding: 90px 0 60px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.homeservices-main-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.homeservices-main-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.homeservices-main-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.homeservices-main-section .right {
  padding-left: 90px;
}

.homeservices-breadcrumbs {
  top: -110px !important;
}

/* End Homeservices Main Section */




/* Start DTD Home Services Section */
.dtd-homeservices {
  position: relative;
  padding: 60px 0 70px;
  background-color: #e9eef1;
  overflow: hidden;
  z-index: 1;
}

.dtd-homeservices::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg1.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.dtd-homeservices::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg2.png);
  position: absolute;
  bottom: -7px;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.dtd-homeservices .header {
  text-align: center;
  margin-bottom: 60px;
}

.dtd-homeservices .header .check-icon {
  margin-bottom: 15px;
}

.dtd-homeservices .header .text {
  width: 75%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
  margin-bottom: 0;
}

.dtd-homeservices .services-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dtd-homeservices .services-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 20px;
}

.dtd-homeservices .services-list li .icon {
  width: 45px;
  margin-right: 15px;
}

.dtd-homeservices .orange-bar {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: rgb(233, 101, 26);
  border-radius: 20px;
  box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
  margin: 25px 25px 0;
}

.dtd-homeservices .orange-bar .icon-note {
  width: 80px;
  margin-right: 30px;
}

.dtd-homeservices .homeservices-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dtd-homeservices .homeservices-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 20px;
}

.dtd-homeservices .homeservices-list li .icon {
  width: 45px;
  margin-right: 15px;
}
/* End DTD Home Services Section */


/* Start Homeservices Alert Section */
.homeservices-alert-section {
  position: relative;
  padding: 80px 0 60px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.homeservices-alert-section .left {
  padding-right: 40px;
}

.homeservices-alert-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.homeservices-alert-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.homeservices-alert-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.homeservices-alert-section .right {
  padding: 0 130px;
}
/* End Homeservices Alert Section */

/* Start Transportation Companies Section */
.transportation-companies-section {
  position: relative;
  padding: 80px 0 60px;
  background: var(--wpr-bg-454fda11-dadf-45b3-921b-7919539825e9) no-repeat;
  background-position: left center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.transportation-companies-section .left {
  padding-right: 40px;
}

.transportation-companies-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.transportation-companies-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.transportation-companies-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

.transportation-companies-section .right {
  padding: 0 130px;
}

/* End Transportation Companies Alert Section */


/* Start Homeservices Service Section */
.homeservices-service {
  position: relative;
  padding: 60px 0 70px;
  /* background-color: #e9eef1; */

  overflow: hidden;
  z-index: 1;
}

.homeservices-service::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg1.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.homeservices-service::after {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/premium-products-bg2.png);
  position: absolute;
  bottom: -7px;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.homeservices-service .header {
  text-align: center;
  margin-bottom: 60px;
}

.homeservices-service .header .check-icon {
  margin-bottom: 15px;
}

.homeservices-service .header .text {
  width: 75%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
  margin-bottom: 0;
}

.homeservices-service .services-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.homeservices-service .services-list li {
  position: relative;
  /* display: flex;
  align-items: flex-start; */
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px 0 65px;
  margin-bottom: 20px;
}

.homeservices-service .services-list li .icon {
  width: 45px;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.homeservices-service .services-list li h4 {
  font-size: 24px;
  font-weight: bold;
}

.homeservices-service .orange-bar {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: rgb(233, 101, 26);
  border-radius: 20px;
  box-shadow: 0px 16px 23px 0px rgba(1, 15, 21, 0.07);
  margin: 25px 25px 0;
}

.homeservices-service .orange-bar .icon-note {
  width: 80px;
  margin-right: 30px;
}

/* End Homeservices Service Section */


/* Privacy Banner Section */
.privacy-banner {
  background: var(--wpr-bg-09335a1e-4171-42b5-b48d-f2f57afaea91) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 80px 0 70px 0;
  overflow-x: hidden;
}
.privacy-banner .left {
  padding-left: 100px;
}
.privacy-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}
.privacy-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.privacy-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 25px 0;
}

.privacy-banner .left .read-more {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 35px 16px 35px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.privacy-banner .read-more span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.privacy-banner .read-more:hover {
  color: #e96920 !important;
}

.privacy-banner .read-more:hover span {
  transform: translateY(0) scale(2);
}

.privacy-banner .read-more span:nth-child(1) {
  --n: 1;
}

.privacy-banner .read-more span:nth-child(2) {
  --n: 2;
}

.privacy-banner .read-more span:nth-child(3) {
  --n: 3;
}

.privacy-banner .read-more span:nth-child(4) {
  --n: 4;
}

.privacy-banner .read-more span:nth-child(5) {
  --n: 5;
}
/* Privacy Banner Section */

/* Start Privacy Main Section */
.privacy-main-section {
  position: relative;
  padding: 90px 0 60px;
  background-color: #f4f6f8;
  overflow: hidden;
  z-index: 1;
}

.privacy-main-section .left {
  padding-right: 50px;
}

.privacy-main-section .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 45px;
}

.privacy-main-section .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}

.privacy-main-section .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
}

/* .privacy-main-section .right{
  padding-left: 90px;
} */
.privacy-main-section h2 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
}

.privacy-main-section h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
}

.privacy-main-section p,
.privacy-main-section ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

.privacy-main-section .right .opp-card {
  background-color: rgb(245, 253, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
/* End Privacy Main Section */

/* 
**********************************
**********************************
******* Products Main Page Css ******** 
********************************** 
**********************************
*/

/* Start Products Banner */
.products-banner {
  /* background: url(https://d2k83bl9u96x7h.cloudfront.net/images/bg-products-banner.png) no-repeat; */
  background-position: left center;
  background-size: cover;
  padding: 120px 0 70px;
  overflow-x: hidden;
}
.products-banner .left {
  padding-left: 80px;
}
.products-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.products-banner .left .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -28px;
  left: -45px;
}
.products-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 30px 0;
}
.products-banner .left .btn-get-started,.btn-download {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 25px 16px 25px;
  background-color: #e96920;
  border: 2px solid #e96920;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.btn-download:hover {
color: #fff;
background-color: #e96920d1;
}
#submit_form_3 input[type="file"] {
  padding: 5px 11px;
}
#submit_form_3 input[type="file"]::file-selector-button {
  height: 50px;
}
#candidate_email {
  height: 52px;
}
.products-banner .btn-get-started span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc(((var(--n) - 1) * 20%) - 25px);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.products-banner .btn-get-started:hover {
  color: #e96920 !important;
}
.products-banner .btn-get-started:hover span {
  transform: translateY(0) scale(2);
}
.products-banner .btn-get-started span:nth-child(1) {
  --n: 1;
}
.products-banner .btn-get-started span:nth-child(2) {
  --n: 2;
}
.products-banner .btn-get-started span:nth-child(3) {
  --n: 3;
}
.products-banner .btn-get-started span:nth-child(4) {
  --n: 4;
}
.products-banner .btn-get-started span:nth-child(5) {
  --n: 5;
}
/* End Products Banner */

/* Start Product - Premier Online Background Screening Section */
.products-premier-bg-screening {
  position: relative;
  padding: 120px 0 80px;
  background-color: #fff;
  overflow: hidden;
}
.products-premier-bg-screening .right .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 35px;
  padding-left: 45px;
}
.products-premier-bg-screening .right .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.products-premier-bg-screening .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 0;
}
.products-premier-bg-screening .left .img{
  text-align: center;
}
/* End Product - Premier Online Background Screening Section */

/* Start Product - User Friendly Interface Section */
.products-friendly-interface {
  position: relative;
  padding: 80px 0;
  background-color: #f4f6f8;
  /* overflow: hidden; */
}
.products-friendly-interface .row{
  align-items: unset!important;
}


.products-friendly-interface .left .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 35px;
  padding-left: 45px;
}
.products-friendly-interface .left .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.products-friendly-interface .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 0;
}
.products-friendly-interface .right .img{
  text-align: center;
  position: sticky;
  top: 100px;
}
/* End Product - User Friendly Interface Section */

/* Start Product - Secure Order Processing Section */
.products-secure-processing {
  position: relative;
  padding: 65px 0;
  background-color: #fff;
  overflow: hidden;
}
.products-secure-processing .right .sec-heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}
.products-secure-processing .right .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.products-secure-processing .right .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 0;
}
.products-secure-processing .left .img{
  text-align: center;
}
/* End Product - Secure Order Processing Section */


/*Start why vendors section*/
.why-vendors {
  background-color: #f4f6f8;
  padding: 110px 0 70px;
}
.why-vendors .title {
  text-align: center;
  margin-bottom: 60px;
}
.why-vendors .title .sec-heading {
  display: inline-block;
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px;
}
.why-vendors .title .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.why-vendors .px-30 {
  padding: 0 30px; 
}
.why-vendors .boxes {
  text-align: center;
}
.why-vendors .boxes .icon {
  position: relative;
  min-width: 110px;
  height: 110px;
  background: linear-gradient(to bottom, #ec5f0f, #ea3f4e, #cf3976, #a3468f, #6e5094, #595a9b, #44639e, #316a9c, #2f7eb2, #2b93c8, #22a8de, #13bef2);
  padding: 2px;
  border-radius: 20px;
  filter: drop-shadow(0px 5px 23px #00aeff2e);
  display: block;
  margin: 0 auto 25px;
  width: max-content;
}
.why-vendors .boxes .icon .center {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fbff;
  border-radius: 18px;
}
.why-vendors .boxes .icon .center img {
  width: 65px;
}
.why-vendors .boxes .heading {
  font-size: 21px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.why-vendors .boxes .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0;
}
/*End why vendors section*/

/*Start our premium products section*/
.our-premium-products {
  position: relative;
  padding: 80px 0 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.our-premium-products .title {
  text-align: center;
  margin-bottom: 100px;
}
.our-premium-products .title .sec-heading {
  display: inline-block;
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px;
  text-align: center;
}
.our-premium-products .title .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.our-premium-products .boxes {
  text-align: center;
}
.our-premium-products .mb-100 {
  margin-bottom: 100px;
}
.our-premium-products .boxes .item {
  position: relative;
  height: 100%;
  padding: 85px 25px 40px;
  background-color: rgb(246, 248, 250);
  box-shadow: 0px 23px 45px 0px rgba(43, 6, 7, 0.1);
  border-radius: 10px;
}
.our-premium-products .boxes .icon {
  width: 106px;
  height: 106px;
  position: absolute;
  top: -50px;
  left: calc(50% - 53px);
  background: linear-gradient(to bottom, #ec5f0f, #ea3f4e, #cf3976, #a3468f, #6e5094, #595a9b, #44639e, #316a9c, #2f7eb2, #2b93c8, #22a8de, #13bef2);
  padding: 2px;
  filter: drop-shadow(0px 5px 23px #00aeff2e);
  border-radius: 50%;
}
.our-premium-products .boxes .icon .center {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.our-premium-products .boxes .icon .center img {
  width: 45px;
}
.our-premium-products .boxes .heading {
  font-size: 21px;
  font-weight: 700;
  color: #0c374f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.our-premium-products .boxes .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
.our-premium-products .boxes .btn-read-more {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(233, 105, 32);
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
/*End our premium products section*/

/*additional css for wordpress*/
.pps-list {
  list-style-type: none;
  padding-left: 40px;
}
.pps-list .icon {
  min-width: 45px;
  position: relative;
}
.pps-list .icon {
    min-width: 45px;
    position: relative;
}
.pps-list .icon .order-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 800;
}
.vc_row {
  margin: 0 !important;
}
.vc_column-inner {
  padding: 0 !important;
}

/* Start Product - Drug Screening Page */
.bs-ds-breadcrumbs {
  top: -100px !important;
}
.bs-dt-section{
  background: var(--wpr-bg-700394b8-a9f0-4642-8153-57657a22b57f) no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 100px 0 80px;
}
.bs-dt-section .icon {
  min-width: 160px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  margin-right: 80px;
}
.bs-dt-section .icon img{
  width: 75px;
}
.bs-dt-section .heading {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin: 30px 0;
}
.bs-dt-section .heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: -45px;
}
.bs-dt-section .desc {
  width: 60%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0;
}

.ds-options-section{
  padding: 60px 0 0;
}
.ds-options-section .sec-heading{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0d3850;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.ds-options-section .mb-60{
  padding-bottom: 90px;
}
.ds-options-section .option{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 15px 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgb(229, 234, 236);
  box-shadow: 0px 16px 32px 0px rgba(12, 55, 79, 0.12);
  border-radius: 8px;
}
.ds-options-section .option .icon {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
}
.ds-options-section .option .icon img {
  width: 35px;
}
.ds-options-section .option .heading {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ds-options-section .option .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ds-options-section .option .price{
  margin-top: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1490b4;
  line-height: 1;
  margin-bottom: 0;
}
.ds-options-section .option .btn-sign-up{
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: proxima-nova-bold;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(233, 105, 32);
  padding: 8px 22px;
  border-radius: 25px;
}


.ds-faq-section{
  background: var(--wpr-bg-9299afc8-f0a3-425a-ab92-48d6d4b56560) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 85px 0 80px;
}
.ds-faq-section .title {
  text-align: center;
  margin-bottom: 45px;
}
.ds-faq-section .title .sec-heading{
  display: inline-block;
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px;
}
.ds-faq-section .title .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -30px;
  left: 0;
}
.ds-faq-section .ds-faqs .left {
  padding-right: 35px;
}
.ds-faq-section .ds-faqs .right {
  padding-left: 35px;
}
.ds-faq-section .ds-faqs .accordion-item:first-of-type {
  border-radius: 0;
}
.ds-faq-section .ds-faqs .accordion-item {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button {
  padding: 18px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
  column-gap: 20px;
  background-color: transparent;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: transparent;
  box-shadow: none;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-button::after {
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231490b4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 0.85rem;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-body {
  padding: 0 0 18px 0;
}
.ds-faq-section .ds-faqs .accordion-item .accordion-body .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
}
.product-ds-banner {
  background: var(--wpr-bg-8f4223ba-fd72-4c10-92a0-334e77cd7468) no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 90px 0 50px;
}
/* End Product - Drug Screening Page */


 .list-items {
 display: block;
 list-style-type: none;
 padding: 0;
 margin: 0;

}
 .list-items li {
 position: relative;
 display: flex;
 align-items: center;
 width: 100%;
 font-family: 'Roboto', sans-serif;
 font-size: 18px;
 font-weight: 500;
 color: #333333;
 line-height: 1.3;

 margin-bottom: 15px;
}
 .list-items li:last-child {
 margin-bottom: 0;
}
 .list-items li .icon {
 width: 35px;
 margin-right: 15px;
}

.notification-box-custom {
 padding: 35px 90px 35px 45px;
 border-radius: 20px;
 background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
 box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
 margin-bottom: 60px;
 display: flex;
 align-items: center;
}

.notification-box-custom img {
 margin-right: 25px;
}

.notification-box-custom span {
 font-size: 18px;
 font-weight: bold;
 line-height: 1.4;
}

.custom-pagination ul li span.current {
  background-color: #e96920!important;
  color: #fff!important;
}

.custom-pagination ul li span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #cac7c7;
  border-radius: 6px;
  text-decoration: none;
}
.crp-item .desc p {
    margin: 20px;
}
.crp-item .desc p:last-child {
    margin: 0px;
}

.align-items-center-after .row {
 align-items: center!important;
}
.about-banner .left .desc, .about-claudia-banner .desc, .healthcare-banner .left .desc {
  font-size: 25px !important;
}

.custom-integration-api-bg .breadcrumbs {
 top: -200px!important;
}

.fs-25 p{
 font-size: 25px!important;
}
/* .industry-overview-banner .left .heading::before{
  left: -20px !important;
} */
.sec-heading {
 position: relative;
 font-size: 50px;
 font-weight: 700;
 color: #0d3850;
 text-transform: uppercase;
 line-height: 1;
 margin-bottom: 25px;
 padding-left: 25px;
}
.crp-item .notification-box {
  padding: 30px 45px 30px 45px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin-bottom: 40px;
  width: 70%;
  display: flex;
  align-items: center;
}

.crp-item .notification-box span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.crp-item .notification-box img {
  margin-right: 25px;
}
.content_div .icon{
  min-width: 160px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  margin:0 auto;
}
section.arrest_alert {
  background: #cedce4;
  padding: 70px 0px;
}
.content_div .sec-heading{
  padding-left: 0;
  font-size: 40px !important;
}

.arrest_alert .notification-box {
  padding: 30px 45px 30px 45px;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff 0%, #e1f8e9 100%);
  box-shadow: 0px 12px 23px 0px rgb(0 0 0 / 10%);
  margin: 40px 0px;
  text-align: left;
  display: flex;
  align-items: center;
}

.arrest_alert .notification-box span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.arrest_alert .notification-box img {
  margin-right: 25px;
}
.content_div .icon{
  min-width: 160px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  margin:0 auto;
}
.content_div .desc {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
}
.content_div .video_div{
  margin-bottom: 50px;
}
.content_div .video_div iframe {
  border: 3px solid transparent;
  border-radius: 15px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #ee5f0d, #13c0f3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  filter: drop-shadow(0px 5px 50px #00aeff2e);
  box-shadow: 7.552px 9.326px 23px 0px rgba(12, 55, 79, 0.18),-7.713px -9.193px 23px 0px rgba(255, 138, 72, 0.31);
}
.provide_vendors {
  background: #cedce4;
  padding: 80px 0px;
}
.provide_vendors .icon {
  position: relative;
  min-width: 110px;
  height: 110px;
  background: linear-gradient(to bottom, #ec5f0f, #ea3f4e, #cf3976, #a3468f, #6e5094, #595a9b, #44639e, #316a9c, #2f7eb2, #2b93c8, #22a8de, #13bef2);
  padding: 2px;
  border-radius: 20px;
  margin-right: 25px;
  filter: drop-shadow(0px 5px 23px #00aeff2e);
}

.provide_vendors .icon .center {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fbff;
  border-radius: 18px;
}
.provide_vendors .icon .center img {
  width: 55px;
}
.provide_vendors .text_bold {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
}
.provide_vendors .sec-heading::before {
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
  position: absolute;
  top: -25px;
  left: -45px;
}
.provide_vendors .sec-heading {
  display: inline-block;
  padding-left: 0px;
}
.register_cta{
  padding: 30px 0px;
  background: #e96920; 
}
.register_cta .middle_text {
  color: #fff;
  font-family: 'proxima-nova-medium';
  font-size: 32px;
  text-align: left;
}
section.products-banner.contractor-employee-monitoring .heading {
  font-size: 38px;
}
a.register_now_btn {
  font-size: 24px;
  font-family: proxima-nova-medium;
  font-weight: bold;
  color: #0d3850;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 25px 16px 25px;
  background-color: #ffff;
  -webkit-border-radius: 30px;
  outline: 0;
  box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.homeservices-service .services-list li:nth-child(1) h4,
.homeservices-service .services-list li:nth-child(2) h4{
  color: #e9651b !important;
}
.homeservices-service .services-list li:nth-child(3) h4,
.homeservices-service .services-list li:nth-child(4) h4{
  color: #1490b4 !important;
}
#tutorialModal .submitbtn,#videoTutorialModal .submitbtn {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    padding: 16px 35px 16px 35px;
    background-color: #e96920;
    border: 2px solid #e96920;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: 0;
    box-shadow: 0.349px 9.994px 24px 0px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
#tutorialModal .modalHead,#videoTutorialModal .modalHead {
    font-family: 'Inter';
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color:#0d3850;
}
.faq_by_cat .head h5{
	color: #0d3850;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 25px;
}
.faq_desc {
    color: #e9651b;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.self-signin{
margin-bottom:20px;
}
.self-signin .heading {
    color: #0d3850;
    font-family: 'Inter';
    font-weight: 700;
    text-transform: uppercase;
    margin:0;
}
.self-signin h5 {
    font-family: 'Inter';
    font-weight: 700;
    margin:0;
}
.self_signi_url {
    padding: 100px 0px 0px !important;
}
a.text-orange.fw-bold {
	line-height:2.2;
    text-decoration: none;
}
a.text-orange.fw-bold:hover {
    color:#0d3850;
}

.icon_header::before {
    content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-orange-blue-check.png);
    position: absolute;
    top: -25px;
    left: -25px;
}
/* .double_orange_heading .sec-orange-heading {
    color: #e9651b;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 20px;
} */
.double_orange_heading {
    padding: 80px 0px;
    background: #ffffff;
}
.double_orange_heading .img{
  position: sticky;
  top:130px;
}
.double_orange_heading .container .row{
  /* align-items: center; */
}
.double_orange_heading .desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.good_thing_bg_check {
    background: #f4f6f8;
    padding: 0px 0px;
    overflow: hidden;
}
.good_thing_bg_check .left_div, .good_thing_bg_check .right_div {
    padding: 80px 0;
}
.good_thing_bg_check .desc {
    font-size: 16px;
    font-family: 'Roboto';
}
.over-row .products-friendly-interface .heading

{
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #0d3850;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
	padding-left:0px;
}
.good_thing_bg_check .sec-heading,.good_thing_bg_check .blue_small_heading,
.double_orange_heading .sec-orange-heading
{
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #0d3850;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
	padding-left:0px;
}

.good_thing_bg_check .sec-heading::before,.over-row .products-friendly-interface .heading::before,
.double_orange_heading .sec-orange-heading::before{
    content: url(../../../../../../../themes/protectionplussolutions/images/icons/icon-main-heading-before.png);
    position: absolute;
    top: -30px;
    left: -40px;
}
.good_thing_bg_check .right_div {
    height: 100%;
    position: relative;
    z-index: 1;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.good_thing_bg_check .right_div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--wpr-bg-154f27cd-d8df-4dab-9333-5f1be6868cb0);
    height: 100%;
    width: 150%;
    z-index: -1;
    background-size: cover;
    opacity: 0.1;
    background-color: #026e8e;
	background-position:center;
}
.good_thing_bg_check .padding_div_content {
    padding-left: 105px;
}
.good_thing_bg_check .blue_small_heading {
    color: #0d3850;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 600;
}

.features_and_benefits{
    padding: 80px 0px;
}

.features_and_benefits .sec-heading {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #0d3850;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
	padding-left:0px;
}

.features_and_benefits .sec-heading::before {
    content: url(../../../../../../../themes/protectionplussolutions/images/icons/icon-main-heading-before.png);
    position: absolute;
    top: -30px;
    left: -40px;
}

.make_it_easy{
    background-color: #f6f8fa;
    padding: 60px 0px;
}

.make_it_easy .sec-heading {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #0d3850;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
	padding:0px;
}
.make_it_easy .easy_items h3 {
    color: #0d3850;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
}
.make_it_easy .desc {
    font-size: 15px;
    font-family: 'Roboto';
}

.int_reporting_form {
    padding: 80px 0px;
    position: relative;
}
.overlay_loader {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: #ffffffc7;
  z-index: 9;
}
.order_summary tbody .single_country {
  margin-right: 10px;
}
.int_reporting_form .sec-heading {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #0d3850;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
}
.card_link {
  text-decoration: underline;
  color: #1472b4;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.int_reporting_form .sec-heading::before {
    content: url(../../../../../../../themes/protectionplussolutions/images/icons/icon-main-heading-before.png);
    position: absolute;
    top: -30px;
    left: -40px;
}
button.btn_search {
  outline: none;
  border: none;
}
.reporting-tabs {
  border-bottom: 0;
  pointer-events: none;
}
.disable-button {
  color: #939191 !important;
  pointer-events: none;
  border-color: grey !important;
  opacity: 0.5;
}
.reporting-tabs .nav-item {
    width: 20%;
}
.self-sign-in .reporting-tabs .nav-item {
  width: 33.33%;
}
.reporting-tabs .nav-item .nav-link {
    width: 100%;
    color: inherit;
    border-color: transparent;
    text-align: left;
    padding: 0;
    border: 0 !important;
}
#bcPaint-bottom button {
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  padding: 10px 15px;
}
#bcPaint-bottom button#bcPaint-export {
  background-color: #1490b4;
  border: #1490b4;
}
#bcPaint-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 10px;
}
.form-sm-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1;
  text-transform: uppercase;
}
#bcPaintCanvas {
  border-color: #1490b4 !important;
  border-width: 2px !important;
  width: 100%;
  height: 200px;
}
.pps-tooltip {
  position: relative;
  display: inline-block;
  border: 2px solid #1490b4;
  height: 26px;
  width: 26px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  text-transform: initial;
  font-weight: 400;
}
.pps-tooltip span {
  position: absolute;
  max-width: 500px;
  width: 500px;
  top: -42px;
  left: 28px;
  background-color: #f6f8fa;
  color: #1490b4;
  border-radius: 50vh;
  padding: 10px 15px;
  opacity: 0;
  transition: 0.5s;
  font-size: 15px;
  line-height: 1.2;
  border: 2px solid #1490b4;
  display: none;
}
.add_fields, .add_docs {
  background-color: #3ca12a;
  padding: 7px 20px;
}
.remove_field,.remove_docs {
  background-color: #a12a2a;
}
.radius_btn {
  border: none;
  outline: none;
  min-height: 30px;
  min-width: 30px;
  border-radius: 50vh;
  margin-left: 10px;
  color: white;
}
.pps-tooltip:hover span {
  opacity: 1;
  display: block;
}
/* .radio_button {
  display: flex;
  align-items: center;
}
.radio_button input[type=radio] {
  width: 20px;
  margin-right: 10px;
}
.radio_button label {
  margin: 0;
  color: #0d3850;
  font-weight: bold;
} */
.checkbox.style-d {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fffbfb;
  transition: background-color 0.25s ease;
  border-radius: 11px;
  box-shadow: inset 0px 0px 3px 1px #00000087;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: #e9651b;
    box-shadow: none;
}
.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d .checkbox__body {
  color: #707070;
  line-height: 1.6;
  font-size: 18px;
  transition: color 0.25s ease;
  text-align: left;
}
.copy_links {
  text-align: left;
  background-color: #1490b41a;
  color: #0d3850;
  padding: 5px 12px;
  font-size: 15px;
  border-radius: 7px;
}
.reporting-tabs .nav-item .nav-link.active {
    color: inherit;
    border-color: transparent;
    background-color: transparent !important;
}

.reporting-tabs .nav-link .text {
    text-align: center;
}
.products-banner.international-reporting {
    background-position: -40px center;
}
.reporting-tabs .nav-link .text .lg {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.reporting-tabs .green-check .text .lg {
    position: relative;
}

.reporting-tabs .green-check .text .lg::after {
    content: url(../../../../../../../themes/protectionplussolutions/images/icons/success-icon.png);
    position: absolute;
    right: -16px;
    top: -10px;
}

.reporting-tabs .nav-link .text .sm {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0c374f;
    line-height: 1;
    text-transform: uppercase;
}

.reporting-tabs .nav-link .bar {
    position: relative;
    background-color: #d3d4d4;
    width: 100%;
    height: 4px;
    margin-bottom: 15px;
}

.reporting-tabs .nav-link .bar p {
    text-align: center;
    z-index: 9;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reporting-tabs .nav-link.active .bar,.reporting-tabs .nav-link.completed .bar {
    background-color: #e96920 !important;
}

.reporting-tabs .nav-link .bar::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #d3d4d4;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reporting-tabs .nav-link.active .bar::after,.reporting-tabs .nav-link.completed .bar::after {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #e96920;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.step_heading {
    font-size: 25px;
    font-weight: 700;
    color: #0d3850;
    text-transform: uppercase;
    line-height: 1;
}

.reporting-content {
    padding-top: 50px;
}

.country_search .form-control {
    border: 0;
    background: transparent;
    padding: 0px;
    font-size: 16px;
}

.country_search {
    border: 1px solid rgb(210, 216, 219);
    border-radius: 50px;
    padding: 5px 0px 5px 25px;
}

.country_search .fa-search {
    font-size: 30px;
    color: #1490b4;
}

.country_search .form-control:focus {
    box-shadow: none;
}

.country_search .form-control:focus-visible {
    outline: 0;
}

.country_search .btn:focus {
    box-shadow: none;
}

.country_search .btn:focus-visible {
    outline: 0;
}

.single_country input[type="radio"] {
    display: none;
}

.single_country label {
    border: 1px solid #fff;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.single_country label {
    color: white;
    border-radius: 50%;
    width: fit-content;
    display: block;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    z-index: 1;
    border: 2px solid rgb(202, 202, 202);
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
}

.single_country label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    transform: scale(0.9);
    z-index: -1;
    height: 70px;
}

.single_country :checked+label {
    border: 2px solid rgb(233, 101, 26);
    background-color: rgb(255, 212, 187);
}

.single_country :checked+label {
    content: "✓";
    /* transform: scale(1); */
    /* background-color: #05d818; */
}

.single_country :checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.Ellipse_6 {
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    position: absolute;
    left: 824px;
    top: 4116px;
    width: 77px;
    height: 76px;
    z-index: 161;
}

.country_name {
    color: #0d3850;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 5px;
}

.help_btn button {
    border: 2px solid rgb(20, 144, 180);
    background-color: rgb(246, 248, 250);
    box-shadow: 0px 6px 14px 0px rgba(12, 55, 79, 0.15);
    padding: 10px 20px;
    border-radius: 50px;
    color: #0c374e;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
}
.help_btn button::before {
    content: "";
    background-color: #1590b4;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    transform: translateX(-100%);
    transition: 0.5s;
	border-radius: 50vh;
}
.help_btn button:hover::before{
	    transform: translateX(0%);
	
}
.reporting-content .btn-submit {
  outline: none;
  position: relative;
  padding: 10px 10px 10px 28px;
  background-color: transparent;
  border: 1px solid #e9651b;
  border-radius: 100px;
  line-height: 1.4;
  height: 38px;
  font-family: 'Inter';
  transition: all .5s;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  }
  
  .reporting-content .btn-submit span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #1490b4;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
  }
  
  .reporting-content .btn-submit:hover span {
    transform: translateY(0) scale(2);
  }
  
  .reporting-content .btn-submit span:nth-child(1) {
    --n: 1;
  }
  
  .reporting-content .btn-submit span:nth-child(2) {
    --n: 2;
  }
  
  .reporting-content .btn-submit span:nth-child(3) {
    --n: 3;
  }
  
  .reporting-content .btn-submit span:nth-child(4) {
    --n: 4;
  }
  
  .reporting-content .btn-submit span:nth-child(5) {
    --n: 5;
  }
/* COPY TEXT */
.copy_links {
  position: relative;
  padding: 3px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  width: 100%;
  align-items: center;
}
.copy_links input.text {
  padding: 6px 10px;
  font-size: 17px;
  color: #555;
  border: none;
  outline: none;
}

.copy_links span {
  padding: 5px 9px;
  background: #1490b4;
  color: #fff;
  font-size: 17px;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  line-height: 1.6;
  height: 36px;
}

.copy_links span:active {
	background: #1490b4;
}
.copy_links span:before {
  content: "Copied";
  position: absolute;
  top: -36px;
  right: 0px;
  background: #1490b4;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}
.copy_links span:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #1490b4;
  transform: rotate(45deg);
  display: none;
}
.copy_links.active span:before,
.copy_links.active span:after {
	display: block;
}

/* COPY TEXT END*/
  .searchbar_main_wrapper #search-form{
    position: relative;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchbar_main_wrapper #search-input{
    outline: none;
    position: relative;
    font-size: 12px;
    color: #001B5A;
    font-weight: 700;
    padding: 10px 10px 10px 28px;
    background-color: transparent;
    border: 1px solid #e9651b;
    border-radius: 100px;
    line-height: 1.4;
    width: 0px;
    height: 38px;
    transition: all .5s;
}
.searchbar_main_wrapper .sf-submit{
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 7px;
    border: 0;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 18px;
    text-align: center;
    padding: 0;
}
.searchbar_main_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.searchbar_main_wrapper .gh-search-icon svg{
    height: 12px;
    width: 12px;
    fill: #00265a;
}
.searchbar_main_wrapper .top_bar_menu_wrapper li {
    font-size: 14px;
    padding: 0 16px;
    margin-bottom: 0;
    border-right: 1px solid #e9651b;
    line-height: 1;
}
.searchbar_main_wrapper .top_bar_menu_wrapper ul{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    margin: 0;
}
.searchbar_main_wrapper a{
    text-decoration: none;
    color: #4E66EA;
}

.media-heading a.heading{
  font-size: 21px;
    font-weight: 700;
    color: #0c374f;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
}
.blogListing .listitem .media{
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
.video_player_column .video_heading {
  font-size: 30px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.video_player_column p{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}
.video_player_column .video_iframe {
  border: 4px solid #e9651b;
  border-radius: 25px;
}
.disable {
  color: #939191 !important;
}
span.not_available {
  font-size: 12px;
  color: grey;
}
.products_plan {
  border-radius: 20px;
  background: #e4e4e4;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: normal;
  padding: 2px;
  border: 4px solid #e4e4e4;
}
.product_stuff{
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_name h3 {
  color: #0f394f;
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}
.product_price .select_plan_btn {
  color: #fff;
  background: #e9651b;
  font-family: 'proxima-nova-medium';
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  outline: none;
}
.product_price h4{
  font-family: 'Inter';
  font-weight: 700;
  color: #0f394f;
}
.product_deets ul li {
  color: #113a4e;
  font-family: 'Inter';
  line-height: 1.5em;
  list-style-type: disclosure-closed;
}
.product_stuff ul{
  list-style: inside;
}
.auth_input_fields input, .auth_input_fields select{
  width: 100%;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: 0;
  box-shadow: none;
}
.auth_input_fields textarea{
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(201, 201, 201);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: 0;
  box-shadow: none;
}
.reporting-content .success-message .icon{
  width: 80px;
}
.auth_form .fields_heading{
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0c374f;
    line-height: 1;
    text-transform: uppercase;
}
.auth_form .form-label {
  font-family: 'Roboto';
  font-size: 17px;
  display: block;
}
.form_inner_sec {
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px;
  padding-bottom: 30px;
}
.inner_form_steps{
  display: flex;
  /* background: #f5f5f5; */
  justify-content: space-between;
  align-items: center;
  gap:15px;
}
.inner_steps_div {
  padding: 15px 0px;
  width: 100%;
  border-radius: 15px;
  border:2px solid #e56123;
}
 a.inner_steps_div{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #e56123;
  text-transform: uppercase;
  text-decoration: none;
}
.auth_form .btn-grey {
  background: #f5f5f5;
  border: 0;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
}
.auth_form .btn-order {
  background: #e56123;
  border: 0;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
}
.inner_steps_div.validated{
  color: #fff !important;
  background-color: #e56123 !important;
  position: relative;
}
.inner_steps_div.validated::after {
  content: '';
  position: absolute;
  top: -15px;
  right: -25px;
  width: 60px;
  height: 35px;
  background: var(--wpr-bg-55a88631-ab5a-4314-8cbe-7bf901ffb2ca);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.products_plan.selected{
  border: 4px solid #e56123; 
}
.pay_input_fields input {
  width: 100%;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  background-color: #eff4fb;
  border: 1px solid rgb(34 146 179);
  outline: 0;
  border-radius: 10px;
  box-shadow: none;
}
.left_details {
  background: #eff4fb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.order-form-tabs button.nav-link {
  border-color: #e9651a;
  color: #e9651a;
  border-width: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.order-form-tabs button.nav-link.active, .order-form-tabs button.nav-link:hover {
  background-color: #e9651b;
  color: #fff;
  border-color: #e9651b;
}
.order-form-tabs {
  border-color: #e9651b;
  border-width: 2px;
}

.right_payment {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.order_summary .pkg_detail .pkg_smoll_deets{
  font-size: 12px;
  color: #000;
  color: #0f384e; 
  font-family: 'Inter';
}
.order_summary .pkg_detail h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f384e;
  text-transform: capitalize;
}
.payment_module {
  border-radius: 20px;
  box-shadow: 7px 7px 10px #ccc; 
}
.payment_module ul.nav-tabs li {
  width: 48%;
  margin: 0 1%;
}
.payment_module ul.nav-tabs li:last-child { 
  width: 100%;
  margin-top: 10px; 
}
div#existing_card {
  padding: 0 1%;
}
ul.card_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
ul.card_list li {
  margin: 5px 1%;
  min-width: 48%;
}
ul.card_list li label {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: 0 0 3px #0000007a;
  font-size: 14px;
  display: block;
  border: 2px solid #1490b400;
  box-sizing: border-box;
  position: relative;
}
ul.card_list li label i {
  position: absolute;
  top: 3px;
  right: 3px;
  color: white;
  background-color: #209723;
  border-radius: 50vh;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 3px #000;
  transition: 0.5s;
  transform: scale(0);
}
ul.card_list li label:has(input[name="exist_card"]:checked) {
  background-color: #dbedf3;
  border: 2px solid #1490b4;
}
ul.card_list li label:has(input[name="exist_card"]:checked) i {
  transform: scale(1);
}
ul.card_list li label input {
  display: none;
}
.order_summary .pkg_price {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Inter';
  text-align: end;
}
.order_summary tbody{
  border-bottom: 1px solid #ccc;
}
.order_summary .pkg_fee, .order_summary .total_bill {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Inter';
  text-align: end;
}
#payment-response {
  margin: 20px auto;
  max-width: 90%;
  text-align: center;
  max-height: 300px;
  transition: 0.5s;
}
#payment-response.hide {
  max-height: 0;
  padding: 0 !important;
  margin: 0;
}
span#cardNum {
  background: #eff4fb;
  border: 1px solid #2c93b2;
}
.change_order {
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #1e72a0;
  font-weight: 600;
}
.order_summary tbody {
  border-bottom: 30px solid #eff4fb;
}
.payMethod {
  font-size: 14px;
  font-family: 'Inter';
  color: #b0b0b0;
  font-weight: 500;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}
.payMethod.active {
  color: #2292b3 !important;
  border: 1px solid #2292b3 !important;
  background: #2292b329 !important;
}
#pps_credit .form-check-input:checked {
  background-color: #e56527;
  border-color: #e56527;
}
.pps_credit_summary .pkg_detail h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f384e;
  text-transform: capitalize;
}
.auth_input_fields {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.pps_credit_summary .pkg_fee, .pps_credit_summary .total_bill {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Inter';
  text-align: end;
}
.payMethod img{
  width: 25px;
}
.new_tag {
  background: #1490b4;
  color: #fff;
  padding: 2px 10px;
  border-radius: 50vh;
  font-size: 13px;
  margin-left: 12px;
}
/* SELF SIGN IN */
.product_step table thead {
  background-color: #1490b4;
  color: #fff;
}
.product_step table thead th, .product_step table tr td {
  min-width: 150px;
  padding: 15px;
  font-size: 15px;
}
.product_step table thead th:nth-child(2), .product_step table tr td:nth-child(2)  {
  text-align: left;
}
.product_step table td, .product_step table th {
  vertical-align: middle;
}
.product_step table td span.tag {
  display: inline-block;
  background-color: #5aad30;
  color: #fff;
  padding: 2px 21px;
  border-radius: 50vh;
  font-size: 12px;
}
.product_step table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_step table h2 {
  font-size: 20px;
  color: #e9651a;
  font-weight: bold;
}
.product_step table td ul strong {
  color: #1490b4;
}
.product_step table td ul li {
  font-weight: bold;
}
.product_step table label {
  font-weight: bold;
}
.acknowledge .heading {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #0d3850;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 40px;
}
.acknowledge .heading::before{
  content: url(https://d2k83bl9u96x7h.cloudfront.net/images/icons/icon-main-heading-before.png);
    top: -30px;
    left: -45px;
}
.acknowledge .checkbox-text {
  display: flex;
  text-align: left;
  flex-direction: row;
  gap: 20px;
  font-weight: bold;
  margin: 25px 0px;
}
.acknowledge {
  background-color: #f0fcff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 3px 7px 16px #0000001c;
}
.acknowledge .checkbox-text input[type=checkbox] {
  min-width: 22px;
}
.product_step table {
  box-shadow: 0 0 20px #ddd;
}
.radio-container {
  margin-bottom: 10px;
  padding-left: 55px;
  margin-right: 20px;
}
.forms_list input[type="radio"] {
  display: none;
}
.radio-container label {
  position: relative;
  cursor:pointer;
}
.radio-container span::before, .radio-container span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
 }
.radio-container span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 50px;
    }
    .radio-container span.radio::after {
      left: -49px;
      width: 17px;
      height: 17px;
      border-radius: 10px;
      background-color: #6C788A;
      transition: left .25s, background-color .25s;
  }
  input[type="radio"]:checked + label span.radio::after {
    left: -27px;
    background-color: #4bc725;
}
/* SELF SIGN IN END*/