html,
body {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  line-height: 1.7em;
  color: #393939;
}

::-webkit-input-placeholder {
  color: #acaeb3;
}

:-ms-input-placeholder {
  color: #acaeb3;
}

::placeholder {
  color: #acaeb3;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #393939;
  font-weight: 400;
  line-height: 3.1rem;
}

.form-select:focus,
.form-control:focus,
button:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}

p {
  line-height: 1.7;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.brand-color-bg {
  background-color: #393939;
}

.bg-light-grey {
  background-color: #ededed;
}

.text-dark {
  color: #2f2f41 !important;
}

.text-primary {
  color: #01a479 !important;
}

.text-muted {
  color: #535353 !important;
}

.text-light {
  color: #a6aaad !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #01a479 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #01a479 !important;
}

section {
  padding: 100px 0;
}

.z-index-1 {
  z-index: 9;
  position: relative;
}

.hr-white {
  color: #fff;
  height: 2px;
  opacity: 1;
}
.hr-white-3 {
  color: #fff;
  height: 2px !important;
  opacity: 1;
  position: relative;
}
.hr-white-3::after,
.hr-white-3::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #393939;
  top: 0;
  width: 5px;
}
.hr-white-3::after {
  right: 160px;
}
.hr-white-3::before {
  right: 88px;
}

a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.hover-translate,
.btn:before,
.feature-hover,
.feature-hover:before,
.testimonial-carousel .controls li,
.scroll-top a:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.hover-translate:hover {
  box-shadow: 0 10px 30px 5px rgba(1, 164, 121, 0.06);
  background-color: #fff;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

a:hover {
  text-decoration: none;
}

.text-justify {
  text-align: justify !important;
}

.lineheight-normal {
  line-height: normal;
}

.font-w-3 {
  font-weight: 300;
}

.font-w-4 {
  font-weight: 400;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700;
}

.font-w-8 {
  font-weight: 800;
}

.font-w-9 {
  font-weight: 900;
}

.hero-banner {
  padding-top: 15px;
}

.hero-banner h3 {
  text-transform: uppercase;
  font-weight: 500;
      line-height: normal;
}


.section-heading h2 {
  font-size: 2.2rem;
}

.v-form input[type="text"],
.v-form select {
  height: 58px;
  line-height: 48px;
  padding: 0 20px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.v-form select option {
  text-align: center;
}

.btn-black {
  background-color: #000;
  height: 60px;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2rem;
}

.btn-white {
  background-color: #fff;
  height: 60px;
  color: #000;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2rem;
}

.section-heading {
  padding-bottom: 50px;
}

.feature-box {
  transition: ease all 0.35s;
}

.section-list {
  list-style-type: none;
  padding: 0;
}

.section-list li {
  position: relative;
  padding-left: 30px;
  margin: 30px 0;
}

/* .faq .accordion-button:not(.collapsed)::after {
            fill: ;
        } */

.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='%23212529'%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");
}

.section-list li::before {
  content: "";
  position: absolute;
  background: url({%static"Bullet-Point-Shape.png"%}) no-repeat center center;
  width: 15px;
  height: 15px;
  left: 0;
  top: 7px;
}

.faq .accordion-body,
.faq .accordion-header .accordion-button {
  padding: 0.7rem 0;
}

.faq .accordion-body {
  padding: 0.5rem 0 1.5rem 0 !important;
  font-size: 1rem;
}

.faq .accordion-button {
  font-weight: 500;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: #393939;
  background-color: #fff;
  box-shadow: none;
  line-height: normal;
}

.accordion-item {
  border: 3px solid #bfbfbf;
}

.list-brand {
  background: url(../images/Section-10-BG-Image.png) no-repeat center center;
  background-size: cover;
}

.banner-feature {
  background: #464646;
  border-radius: 25px;
  box-shadow: 8px 8px 1px 0 rgba(52, 52, 52, 1);
  color: #4d4d4d;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.banner-feature::after {
  background: #464646;
  border: 8px solid rgba(52, 52, 52, 1);
  border-left: 0;
  border-top: 0;
  content: "";
  height: 55px;
  position: absolute;
  bottom: -32px;
  right: 3em;
  transform: rotate(45deg);
  width: 55px;
}

.banner-feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-feature ul li {
  color: #fff;
  font-size: 1rem;
  position: relative;
  padding-left: 25px;
}
.banner-feature ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/white-arrow.png) no-repeat;
}

.bnr-feature-author{
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    align-content: center;
    position: absolute;
    right: 130px;
    bottom: -106px;
}
.home-intro h3{line-height: 3.2rem; font-size: 2.2rem; text-transform: uppercase;}

footer {
  background-color: #393939;
}

footer .footer-widgets {
  clear: both;
  padding: 100px 0;
  position: relative;
}

footer .widget h4 {
  color: #fff;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 400;
}

.footer-cont-info {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.footer-cont-info li {
  margin-bottom: 8px;
}

.footer-cont-info li span {
  margin-right: 15px;
}

.footer-nav a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-nav a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-social a {
  margin-right: 5px;
}

footer .footer-copyright {
  border-top: 1px solid #595959;
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
    box-shadow: none !important;
    border: 0;
}

footer .copyright {
  clear: both;
  line-height: 16px;
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.signup-disclaimer,
.signup-disclaimer2 {
  font-size: 0.7rem;
  line-height: normal;
}

ul.section-list2{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.section-list2 li{
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.section-list2 li::after{
    content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/white-arrow.png) no-repeat;
}
.cta-text h2{
    color: #fff;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}
.cta-text h6{
    color: #fff;
    font-size: .9rem;
    margin: 0;
}
.cta-action{
    display: flex;
    flex-direction: column;
}
.cta-action span{
    color: #fff;
    font-weight: 500;
}


@media (min-width: 1024px) {
  .img-right-postion {
    position: relative;
    right: -17px;
  }

  .banner-feature {
      top: -50px;
      }

  .img-left-postion {
    position: relative;
    left: -32px;
  }

  .desktop-pdg {
    padding-left: 20px;
  }

  .hero-banner {
    height: calc(100vh - 67.97px);
  }

  .banner-img {
    position: relative;
    bottom: -23px;
  }
}

@media (min-width: 991px) {
  .signup-disclaimer {
    position: absolute;
    top: 20px;
  }
  .signup-disclaimer2{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fs-55 {
    font-size: 55px;
  }

  .fs-46 {
    font-size: 46px;
    font-weight: 400;
  }

  .main-header .navbar-nav > li > .nav-link {
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    font-size: 1rem;
    position: relative;
    margin-right: 15px;
  }

  .main-header .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 1);
  }

  .main-header .navbar-nav > li > .nav-link:hover {
    color: rgba(255, 255, 255, 1);
  }

.videoCoverImage{
  width: 100%;
}
   @media (max-width: 740px) {
  .videoCoverImage iframe{
  width: 100% !important;
}  
}
  .main-header .navbar-nav > li > .nav-link::before {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background-color: #fff;
  }

  .main-header .navbar-nav > li:last-child > .nav-link::before {
    content: none;
  }
}

@media (max-width: 991px) {
  .home-intro {
    padding: 100px 0;
  }

  .hero-banner {
    padding-top: 0;
  }

  .faq .accordion-body strong,
  .faq .accordion-header .accordion-button strong {
    margin-top: 4px;
  }

  footer .footer-widgets {
    clear: both;
    padding: 50px 0;
    position: relative;
  }

  section {
    padding: 50px 0;
  }

  .navbar-collapse {
    background: #000;
    max-height: 400px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 76px;
    width: 100%;
   
    border: medium none;
    -webkit-box-shadow: 0 10px 30px 5px rgba(1, 164, 121, 0.06);
    -moz-box-shadow: 0 10px 30px 5px rgba(1, 164, 121, 0.06);
    box-shadow: 0 10px 30px 5px rgba(1, 164, 121, 0.06);
  }

  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 2px solid rgb(37, 37, 37);
  }

  .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .home-intro h3{
      font-size: 2.2rem;
  }
  .banner-feature{
    margin: 150px 0 200px 0;
  }.signup-disclaimer2{
      padding:0 30px;
  }
  .cta-text,
  .cta-action{
      padding: 0 30px;
  }
  .cta-action{
      margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .hero-banner h3{line-height: 2.8rem;}

}


    

@media (min-width: 551px) {
  .section-heading h2 br,
  h3.h3-head-below br {
    display: none;
  }
  .brand-txt br{display: none;}

  .section-heading h2.br-block br {
    display: block;
  }

  .h3-head-below br:nth-child(2) {
    display: block !important;
  }

  .section-heading h2.sinuptext br:nth-child(1),
  .section-heading h2.sinuptext br:nth-child(3) {
    display: none;
  }

  .section-heading h2.sinuptext br:nth-child(2) {
    display: block;
  }
}

@media (max-width: 551px) {
  .section-heading h2.sinuptext br:nth-child(1),
  .section-heading h2.sinuptext br:nth-child(3) {
    display: block;
  }

  .section-heading h2.sinuptext br:nth-child(2) {
    display: none;
  }
}

@media (max-width: 480px) {
  .bnr-form {
    margin: 0 20px;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 2.8rem;
  }

  .sinuptext {
    font-size: 2rem !important;
  }
}
.toast {
  position: absolute;
  top: -2%;
  left: 69%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #45ac06;
  color: white;
  padding: 15px;
}
