
body {
    font-family: poppins,sans-serif;
    font-size: 1.1rem
}

.bg-primary {
    background-color: #c3dd32!important
}

.bg-secondary {
    background-color: #ff9a00 !important;
}

.bg-accent {
    background-color: #ff9a00!important;
    height: max-content;
}

.text-primary {
    color: #c3dd32!important
}

.text-secondary {
    color: #284155!important
}

.text-accent {
    color: #ff9a00!important
}
.term_links ul{margin-bottom: 0;}
.social_media_footer img {
    width: 20px;
}
.btn {
    transition: 500ms all;
    border-radius: 5px !important;
    border: transparent;
}

.btn-primary {
    background: #c3dd32;
    border-color: #c3dd32;
    color: #284155
}

#hero-form .bg-accent.py-4.px-2.text-center.text-secondary {
    background: #fff !important;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus {
    background: #c3dd32;
    border-color: #c3dd32;
    color: #284155;
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,.3)
}

.btn-secondary {
    background: #000000;
    border-color: #000000;
    color: #fff;
    border-radius: 5px !important;
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary:active:focus {
    background: #000000;
    border-color: #000000;
    color: #fff;
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,.3)
}

.btn-outline-primary {
    border-color: #c3dd32
}

.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary:active:focus {
    background-color: #c3dd32;
    border-color: #c3dd32;
    color: #284155!important
}

.btn-outline-secondary {
    border-color: #284155!important;
    color: #284155!important
}

.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active,.btn-outline-secondary:active:focus {
    background-color: #284155!important;
    border-color: #284155!important;
    color: #fff!important
}

.btn-accent {
    background: #ff9a00;
    border-color: #ff9a00;
    color: #fff
}

.btn-accent:hover,.btn-accent:focus,.btn-accent:active,.btn-accent:active:focus {
    background: #ff9a00;
    border-color: #ff9a00;
    color: #fff;
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,.3)
}

.white-fill {
    fill: #fff
}

a {
    text-decoration: none
}

@media(min-width: 992px) {
    .md-py-10 {
        padding-top:8rem!important;
        padding-bottom: 8rem!important
    }

    .md-pt-10 {
        padding-top: 8rem!important
    }
}
header.bg-accent {
    background: transparent !important;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 0px 30px;
}
.header-search-icon a {
    background: #ff9a00;
    padding: 12px 30px;
    font-weight: 500;
    line-height: 23px;
}
header {
    background: #284155
}

header li a.nav-link {
    font-weight: 500;
    color: #fff
}

header li svg {
    max-width: 40px;
    height: auto
}

#hero {
    background: #000 url(../images/hero-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 11rem !important;
}

#hero-trustlogos img {
    max-height: 70px
}

#hero-form {
    position: relative;
    max-width: 450px;
    margin: auto
}

#platforms-slider {
    max-height: 150px;
    overflow: hidden
}

#platforms-slider img {
    max-height: 50px;
    margin: auto
}

ul.checklist {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

ul.checklist li:before {
    content: "";
    background: url(../images/tick.svg) center left no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0
}

ul.checklist li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px
}

@media(min-width: 992px) {
    .cta-img {
        position:absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

#how {
    background-color: #f2f2f2;
    color: #000
}

#how h2 {
    font-size: 3rem;
    font-weight: 700
}

#steps-slider {
    margin-left: 2rem;
    margin-right: 2rem
}

.step {
    background: #fff;
    box-shadow: 6px 6px 6px 0 #848c93;
    padding: 3rem 5.2rem 3rem 1rem;
    position: relative;
    min-height: 430px
}

.step h3 {
    color: #ff9a00;
    font-size: 1.4rem
}

.step p {
    color: #b4afa9
}

.step-number {
    position: absolute;
    right: 2rem;
    width: 3rem;
    text-align: right
}

.step-number svg {
    height: 100px
}

.step-number:after {
    background: #e1e1e1;
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    top: 110%;
    left: 50%
}

#testimonials-slider {
    padding-top: 5rem;
    margin-left: 2rem;
    margin-right: 2rem
}

.testimonial-img {
    box-shadow: 20px 10px 6px rgba(0,0,0,.2);
    margin: auto;
    border: 1px solid rgba(0,0,0,.2);
    margin-bottom: 30px;
    max-width: 85%
}

footer {
    font-size: 1rem;
    color: #fff
}

footer a {
    color: #fff
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1rem
}

footer svg {
    max-height: 40px
}

.slick-arrow {
    background: 0 0;
    position: absolute;
    top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999em;
    width: 2rem;
    height: 2rem;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer
}

.slick-prev {
    background-image: url(../images/arrow-left.png);
    left: -2rem
}

.slick-next {
    background-image: url(../images/arrow-right.png);
    right: -2rem
}

#social-links {
    list-style: none;
    padding: 0;
    margin: 0
}

#social-links li {
    display: inline-block;
    margin: 0 3px
}

#social-links svg {
    fill: #fff;
    height: 25px
}

.banner-form {
    width: 450px;
    max-width: 100%
}


/*Footer Section Begin*/

footer {
  background: #000;
  padding: 80px 0;
  position: relative;
}

/*footer:before {
    content: '';
    background: url(../images/portfolio-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}*/
.social_media_footer img {
  filter: none !important;
  margin: 0px !important;
  transition: 0.4s ease;
}

.social_media_footer a:hover img {
  filter: brightness(0) invert(1) !important;
}
.logo_footer_sec img {
  width: 49%;
  margin-bottom: 10px;
}

.logo_footer_sec p {
  font-size: 17px;
  line-height: 30px;
  color: var(--white);
  font-weight: 300;
}

.social_media_footer ul li a {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
}

.social_media_footer ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.social_media_footer {
  padding-top: 20px;
  display: inline-block;
}

.social_media_footer ul li a:hover {
  background: #ff9a00;
  color: #000;
}

.heading_footer h3 {
  color: var(--white);
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
}

.footer_menu_sec ul li a {
  color: var(--white);
  font-size: 15px;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.footer_menu_sec ul li a:after {
  content: "";
  position: absolute;
  border: 2px solid var(--primary_color);
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
}

.copy__right {
  background: #fe9603;
  padding: 15px 0;
}

.copy_text p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.term_links ul li {
  display: inline-block;
  padding: 0 0 0 25px;
}

.term_links {
  text-align: right;
}

.term_links ul li a {
  font-size: 16px;
  color: var(--white);
  font-weight: 300;
}

.badge_logo ul li img {
  width: auto;
  filter: unset;
  margin-bottom: 0;
}

.badge_logo ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

.badge_logo ul {
  display: flex;
  align-items: center;
}

.badge_logo ul li a {
  display: inline-block;
}

.footer__info__detail ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.footer__info__detail ul li a {
  font-size: 17px;
  color: var(--white);
  font-weight: 500;
}

.footer__info__detail ul li span {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer__info__detail ul li p {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  line-height: 22px;
}

.footer__info__detail ul li a:hover {
  color: var(--primary_color);
}

.footer_menu_sec ul li a:hover {
  color: var(--primary_color);
}

.term_links ul li a:hover {
  color: var(--primary_color);
}

/*Footer Section End*/

#hero-form form button {
    padding: 13px 30px;
    font-weight: 500;
    font=: -;
    font-size: 18px;
}

#hero-form form button:hover {
    background: #000 !important;
    color: #fff;
}

/* thankyou-css */
.thankyou_sec {
   padding: 100px 0 0px;
   height: 100vh;
   display: flex;
   align-items: center;
   margin-bottom: 50px;
}
/* .thankyou_sec + footer {
   position: fixed;
   width: 100%;
   bottom: 0;
   left: 0;
} */
.main-thankyou {
   text-align: center;
}
.main-content__checkmark {
    font-size: 9.75rem;
    line-height: 1 !important;
    color: #f59809;
}
.site-header__title {
   font-size: 6.5rem;
   font-weight: 700;
   line-height: 1.1;
   color: #000;
}
.main-content__body {
   margin: 20px 0 0;
   font-size: 1.25rem;
   line-height: 1.4;
   text-transform: capitalize;
   font-weight: 600;
}
.start_live_chat {
   font-size: 19px;
   background-color: #16171a;
   padding: 10px 24px;
   display: inline-block;
   border-radius: 4px;
   margin: 20px 0 0;
   color: white !important;
   text-decoration: none;
   border-radius: 50pc;
}
.cookie-consent-banner {
    background: black;
    padding: 2rem 12rem;
}

.cookie-consent-banner__header {
    color: papayawhip;
    font-size: 18px;
    font-weight: 700;
}

.cookie-consent-banner__description {
    color: white;
    font-size: 16px;
    padding: 12px 0;
}
.main-privacy {
   padding: 150px 0px 100px;
}

.contact-form .contact-form-control {
   margin-bottom: 18px;
}
.bg-light input, .bg-light textarea {
    background: transparent;
}
input.packageformsubmit1.btn.btn-accent.w-75.rounded-0 {
    background: #ff9a00 !important;
}
.navbar-brand img {width: 230px;}
#hero-form  img{width: 180px;}
.text-right{text-align: right;}