@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
body {
  font-family: 'Inter', Arial, sans-serif;
  color: #262F3B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
}

a {
  color: #FF173D
}

a:hover{
  color: #FF173D
}

.container {
  max-width: 1180px;
}

.bg-white {
  background: #fff !important
}

form label {
  font-size: 14px;
  margin-bottom: 0
}

form .has-error label {
  color: #FF173D
}

form .has-error .form-control {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #FF173D !important;
}

.form-control {
  font-size: 14px;
}

.form-line .form-control {
  font-size: 16px;
  border: none !important;
  border-radius: 0;
  border-bottom: 2px solid #ccc !important;
  padding: 10px 0 !important;
  height: auto;
}

.form-line .form-control:focus,
.form-line .form-control:active {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #FF173D !important
}

.btn {
  padding: 9px 28px;
  font-family: Poppins;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* letter-spacing: 1px; */
  text-align: center;
}

.btn-primary {
  background: #FF173D;
  box-shadow: none;
  color: #fff;
}

.btn-primary:hover {
  background: #f32849;
  box-shadow: none;
  color: #fff;
}

.btn-ghost {
  background: #fff;
  box-shadow: none;
  color: #FF173D;
  border: none;
}

.btn-secondary {
  background: none;
  color: #f9163e;
  box-shadow: none;
  border: 1px solid #f9163e;
  border-radius: 4px;
}

.btn-disabled {
  background: #E0E0E0 !important;
  box-shadow: none;
  color: #fff;
}

.btn span {
  font-size: 11px;
  display: block;
  font-family: 'Poppins';
  font-weight: normal;
}

.banner-action .btn {
  text-transform: uppercase;
  margin-top: 10px;
}

.banner-action .btn-primary:hover {
  background: #272f3b;
  box-shadow: none;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #27303b;
  padding: 20px 15px !important;
  font-family: 'Poppins';
  text-transform: uppercase;
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
}

header .btn {
  font-size: 14px;
}

header .btn-ghost {
  padding: 20px 0 !important;
}

header .btn-primary {
  margin-right: 0 !important;
  margin-left: 15px !important
}

header .btn-ghost span {
  color: #676D75;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px
}

nav.navbar.navbar-expand-lg.navbar-light {
  background: #ffffff !important;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: .5s all;
  padding: 6px 20px;
  top:0;
}

header.darkHeader nav.navbar.navbar-expand-lg.navbar-light {
  /* background: linear-gradient(180deg, #CA3333 0%, #b72020 100%) !important; */
  background: #ffffff !important;
  box-shadow: 0px 2px 10px #00000014;
  padding: 0 20px;
}

.btn-outline {
  box-shadow: none;
  border: 2px solid #FF173D;
  padding: 10px 30px;
  background: none;
  font-weight: 600;
  color: #FF173D;
}

header nav.navbar.navbar-expand-lg.navbar-light.navDark {
  background: #222 !important
}

#top-banner {
  padding-top: 150px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 100px;
}

.bg-moving {
  animation: slide 8s infinite alternate;
  background: url(../img/bg-people.png) #222 repeat;
  width: 40%;
  height: 3000px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner-action div span {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.banner-action div {
  float: left;
  margin-right: 20px;
}

#login .bg-moving {
  width: 100%;
}

#top-banner:before {
  content: '';
  background: #bb2525;
  position: absolute;
  width: 62%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}

#top-banner .container {
  position: relative;
  z-index: 5;
  max-width: 1240px;
}

#top-banner h2 {
font-family: Poppins;
font-size: 53px;
font-style: normal;
font-weight: 600;
line-height: 60px;
letter-spacing: -1.2000000476837158px;
text-align: left;

  margin-bottom: 15px;
}

#top-banner h2 img {
  margin-bottom: 20px;
}

#top-banner .col-md-6:last-child img {
  position: relative;
  top: 30px;
  width: 100%;
}

#top-benefit {
  background: #F8F9F8;
  padding: 110px 30px 110px;
}

#top-benefit h2{
  margin-bottom: 70px;
}
#top-benefit img {
  margin-bottom:20px
}


#top-benefit .col-md-4 {
  position: relative;
  padding: 0;
  text-align:center;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  margin: 0 5.5%;
}

#top-benefit h3 {
  font-family: 'Poppins';
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  color: #262F3B;
  font-weight: bold;
}

#top-benefit p {
  font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.2px;
text-align: center;
  color: #676D75;
  margin-bottom: 0;
}

#top-banner p {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color:#262F3B;
}

.why-govbuddy {
  background: #fff
}

.col-center {
  float: none !important;
  margin: 0 auto !important;
}

#why-govbuddy .heading-text h2 {
}

.heading-text h2 {
 font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 64px;
letter-spacing: 1px;
text-align: center;

  /* Black */
  color: #262F3B;
}

.heading-text .small-red {
  font-family: 'Inter'  !important;
  font-size: 16px !important;
  font-style: normal  !important;
  font-weight: 700  !important;
  line-height: 18px  !important;
  letter-spacing: 0.4000000059604645px  !important;
  text-align: center  !important;
  text-transform: uppercase;
  color: #f9173e !important;
  margin-bottom: 20px  !important;
}

.heading-text p {
  
  /* or 156% */
  color: #000000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}
#why-govbuddy h3 {
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF173D;
}
#why-govbuddy .col-md-6 p {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #26313b;
}

#govbuddy-update {
  background: #fbfbff;
  padding: 80px 0 40px !important;
}

.book-download {
  z-index: 99;
  position: fixed;
  bottom: -120%;
  width: 400px;
  background: #fff;
  padding: 0;
  right: 20px;
  border-radius: 5px;
  box-shadow: 0 30px 30px #00000026;
  transition: .5s all;
}

.book-download.showUp {
  bottom: 20px;
}

.book-download.close-box .book-download-body {
  display: none;
}

.book-download.close-box h2 {
  margin-bottom: 0;
  border-radius: 5px;
}

.book-download h2 .btn {
  display: none
}

.book-download a.btn.btn-primary {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.book-download p {
  margin-bottom: 5px;
}

.book-download p a {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}

.book-download img {
  height: 200px;
  padding: 10px;
}

.book-download p {
  font-size: 12px;
  padding: 10px 0;
  line-height: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.book-download h2 {
  font-size: 16px;
  font-family: 'Poppins';
  background: #f9173e;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: poPoppins;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.book-download h2 img {
  position: absolute;
  left: 0;
  width: 80px;
  height: auto;
  bottom: -20px;
  display: none;
}

.book-download.close-box h2 {
  padding-left: 70px;
}

.book-download.close-box {
  width: 450px
}

.book-download.close-box h2 .btn {
  font-size: 14px;
  box-shadow: none;
  background: none !important;
  border: 2px solid #fff;
  padding: 7px 10px;
  position: absolute;
  right: 50px;
  top: 7px;
  display: block;
  color: #fff;
}

.book-download.close-box h2 img {
  display: block
}

.book-download h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.book-download h2 i {
  position: absolute;
  right: 20px;
  top: 20px;
}

.book-download.close-box h2 i {
  transform: rotate(180deg);
}

.heading-with-icon {
  position: relative;
  padding-left: 79px;
  margin-bottom: 10px;
}

.heading-with-icon img {
  position: absolute;
  left: 0;
  width: 65px
}

.box-legislator .ava-legislator img {
  width: 100%;
}

.box-legislator {
  padding: 20px 15px 5px;
  background: #fff;
  margin: 10px;
  position: relative;
  border-radius: 5px;
  /* border: 1px solid #eee; */
}

.box-legislator:before {
  background: #f1f1f38c;
  content: '';
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.box-legislator * {
  position: relative;
  z-index: 1
}

.box-legislator small {
  font-size: 11px
}

.box-legislator p {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.box-legislator p a {
  color: #f9173e;
  font-weight: bold;
}

.box-legislator p a:last-child {
  font-weight: normal;
}

.ava-legislator {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100px;
  background: #eee;
  margin: 10px auto;
}

.slick-arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #bfbfbf;
  background: none;
  /* text-indent: -99999px; */
  position: absolute;
  top: -40px;
  z-index: 9;
  right: 60px;
  font-size: 0;
}

.slick-arrow.slick-next {
  right: 10px;
  background: url(../img/arrow-right.png) no-repeat;
  background-size: 9px;
  background-position: center;
}

.slick-arrow.slick-prev {
  background: url(../img/arrow-left.png) no-repeat;
  background-size: 9px;
  background-position: center;
}

#govbuddy-update h4 {
  margin: 0 10px 10px;
  font-weight: bold;
  font-size: 20px;
  border-left: 5px solid #cc0000;
  padding-left: 10px;
  font-family: 'Poppins';
}

#why-govbuddy {
  background: #fff;
  padding: 150px 0 0px !important;
}

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

.footer-bs {
  background-color: #262F3B;
  padding: 60px 40px;
  color: rgba(255, 255, 255, 1.00);
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  border-color: transparent;
}

.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
  color: rgba(255, 255, 255, 1.00);
  font-weight: bold;
  text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
  color: rgba(255, 255, 255, 0.80);
  text-decoration: none;
}

.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
  color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-bs .footer-social li {
  padding: 5px 4px;
}

.footer-bs .footer-social a {
  color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
  color: rgba(255, 255, 255, 0.80);
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
}

@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.10);
  }
}


/*LOGIN*/

.main-head {
  height: 150px;
  background: #FFF;
}

.sidenav {
  min-height: 100vh;
  background-color: #222;
  overflow: hidden;
  padding-top: 0;
}

.main {
  padding: 0px 10px 0px;
  position: relative;
  min-height: 100vh;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .main {
    margin-left: 520px;
  }
  .sidenav {
    width: 520px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .login-form,
  .join-form {
    margin-top: 40px;
  }
  .register-form {
    margin-top: 30px;
  }
}

.login-form h2 {
  font-size: 24px;
  font-weight: bold
}

.login-form h5 {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 20px;
}

.login-form label,
.join-form label {
  font-size: 14px;
}

.login-form input {
  font-size: 14px;
  color: #262F3B;
}

.login-form small {
  color: #999
}

.login-form p a {
  color: #FF173D;
  font-size: 13px;
}

.login-main-text {
  margin-top: 0;
  padding: 100px 40px 0px;
  color: #fff;
  background: #080b0eb8;
  position: relative;
  z-index: 9;
  height: 100vh;
}

.login-main-text img {
  padding: 20px 0;
  border-bottom: 4px solid #cc0000;
}

.login-form .text-center {}

.login-main-text h2 {
  margin: 30px 0 10px !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  font-family: 'Poppins';
  letter-spacing: -1.2px;
}

.btn-black {
  background-color: #000 !important;
  color: #fff;
}

.slick-slide.slick-current.slick-active .box-legislator {
  box-shadow: 20px 20px 30px #3b485030;
  z-index: 9;
  position: relative;
}

#govbuddy-update .slick-list {
  overflow-y: visible;
  height: 380px;
}

.small-txt-btn {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  max-width: 200px;
}


/*FEATURES*/


/*================ features area two css ==============*/

.features_tab_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features_tab_inner .features_tab_left {
  width: 50%;
  float: left;
}

.features_tab_inner .features_tab_left .features_tab {
  max-width: 400px;
  margin-left: 0;
  margin-right: 70px;
  padding-top: 20px;
  border: 0px;
  position: relative;
  width: auto;
  left: 0;
  bottom: 0;
  text-align: left;
  display: block;
}

.features_tab_inner .features_tab_left .features_tab li {
  opacity: 1;
  margin: 0px 0px 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px 50px 20px 80px;
  height: 100%;
  text-indent: inherit;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* border: 1px solid #eee; */
  position: relative;
}

.features_tab_inner .features_tab_left .features_tab li .tab_icon {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 45px;
}

.features_tab_inner .features_tab_left .features_tab li .heading {
  font-size: 21px;
  line-height: 28px;
  color: #262F3B;
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 6px;
}

.features_tab_inner .features_tab_left .features_tab li .summary {
  font-size: 14px;
  line-height: 20px;
  color: #676D75;
  display: block;
}

.features_tab_inner .features_tab_left .features_tab li .summary+img {
  display: none
}

.features_tab_inner .features_tab_left .features_tab li.active,
.features_tab_inner .features_tab_left .features_tab li:hover,
.features_tab_inner .features_tab_left .features_tab li:focus {
  background-color: white;
  -webkit-box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
}

.features_tab_inner .features_tab_right {
  width: 50%;
  float: left;
  position: relative;
  top: 0;
}

.features_tab_inner .features_tab_right .carousel-inner {
  padding-right: 10px;
  text-align: center;
  -webkit-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  padding-left: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features_tab_inner .features_tab_right .carousel-inner .carousel-item {
  opacity: 0;
  left: 30px;
  -webkit-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  padding-bottom: 23px;
  padding-top: 10px;
}

.features_tab_inner .features_tab_right .carousel-inner img {
  /* -webkit-box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05); */
  position: relative;
  -webkit-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  max-width: 100%;
  border: 5px solid #fff;
}

.features_tab_inner .features_tab_right .carousel-inner .active {
  opacity: 1;
  visibility: visible;
  display: block;
  left: 0;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.features_tab_inner .features_tab_right .carousel-inner .active img {
  left: 0;
  opacity: 1;
}
.list-features img {
    position: absolute;
    left: 0;
}

.list-features {
    position: relative;
    padding-left: 90px;
    margin: 30px 0;
}


.list-features h4{
   font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 36px;
letter-spacing: -0.20000000298023224px;
text-align: left;

}

.list-features p{
   font-family: Inter;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
   letter-spacing: 0px;
   text-align: left;
   color: #676D75;
}

/*CTA*/

.cta-img img {
  width: 100%
}

.cta-section {
  background: #f9173e;
  padding: 100px 0;
}

.black-trans-bg {
  position: relative;
}

.black-trans-bg::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  display: none;
}

.cta-title h2 {
  color: #fff;
  display: inline-block;
  font-size: 38px;
  line-height: 30px;
  padding: 16px 0;
}

.cta-title a {
  margin-top: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 9px 30px;
  text-transform: uppercase;
}

.cta-section h2 {
  font-weight: bold;
}

.cta-section p {
  color: #fff
}

.signup-simple-form {
  margin: 0 10%
}

.signup-simple-form label {
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}

.signup-simple-form .form-control {
  height: auto;
  padding: 15px;
  font-size: 16px;
  border: none;
}

.signup-simple-form p a {
  color: #fff;
  text-decoration: underline;
}

.signup-simple-form .btn-primary {
  background: #fff;
  font-weight: bold;
  display: block;
  margin: 20px 0;
  color: #f9173e;
  width: 100%;
}

#why-govbuddy ul li:before {
  content: '';
  background: #0b0a00ad;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc0000+0,cc0000+100&0+0,0.81+62 */
  background: -moz-linear-gradient(top, rgba(204, 0, 0, 0) 0%, rgba(204, 0, 0, 0.81) 62%, rgba(204, 0, 0, 0.81) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(204, 0, 0, 0) 0%, rgba(204, 0, 0, 0.81) 62%, rgba(204, 0, 0, 0.81) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(204, 0, 0, 0) 0%, rgba(204, 0, 0, 0.81) 62%, rgba(204, 0, 0, 0.81) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc0000', endColorstr='#cfcc0000', GradientType=0);
  /* IE6-9 */
  background: #fff;
  display: none;
}


/*#why-govbuddy ul li:hover {
  background-size: auto 120% !important;
}*/

#why-govbuddy ul li i {
  color: #98e207;
  z-index: 9;
  position: relative
}

#why-govbuddy ul li.find-01 {
  background: url(../img/make-your-voice-heard.jpg);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-02 {
  background: url(../img/map-district.jpeg);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-03 {
  background: url(../img/computer-search.jpg);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-04 {
  background: url(../img/map-Poppinsactive.gif);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-05 {
  background: url(../img/legislature.jpeg);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-06 {
  background: url(../img/map-Poppinsactive.gif);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-07 {
  background: url(../img/map-Poppinsactive.gif);
  background-size: auto 100%;
}

#why-govbuddy ul li.find-08 {
  background: url(../img/map-Poppinsactive.gif);
  background-size: auto 100%;
}


/*CONTACT*/

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #FF173D;
  -webkit-transition: .4s;
  transition: .4s;
}

.section-title {
  position: relative;
}

.section-title p.small-red {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #f9173e;
  text-transform: uppercase;
}

.section-title p {
  color: #000
}

.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  color: #000;
}

.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #f9173e;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.contact {
  /* background-image: url("https://images.pexels.com/photos/129112/pexels-photo-129112.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  color: #fff;
  background: #F5F5F5;
}

.contact-form input,
textarea {
  width: 100%;
  border: 1px solid #a2a2a278;
  padding: 10px 10px;
  text-transform: capitalize;
  margin-top: 15px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
}

.contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333;
  z-index: -1;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  display: none;
}

.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
  color: #000;
}

.single-contact i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f9173e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.single-contact h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.single-contact p {
  font-size: 18px;
  font-weight: 400;
}

.contact-form input[type="submit"] {
  background-color: #f9173e;
  border: 0px;
  cursor: poPoppins;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  width: auto !important;
  float: right;
  padding: 15px 20px;
}

.contact-form input[type="submit"]:hover {
  background-color: #CC5B00
}

.contact-form input:focus,
textarea:focus {
  border-color: #CC5B00
}

.login-form .text-center p {
  font-size: 13px;
}

.login-form p.link-register a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.alert-register.alert {
  font-size: 12px;
  text-align: left;
  background: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
}

.alert-register.alert p {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px
}

.alert-register.alert p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #cc0c00;
  display: block;
  position: absolute;
  left: 0;
  top: 5px
}
footer .btn {
    padding: 6px 20px 5px;
    border-radius: 0 5px 5px 0;
}
/*footer .btn {
  padding: 8px 20px;
  border-radius: 0 5px 5px 0;
}*/



@media(max-width: 920px) {
  .login-form {
    margin-bottom: 30px
  }
  .login-form.register-form h2 {
    text-align: center
  }
  .section-title h4 {
    font-size: 28px;
  }
  .section-title p {
    font-size: 14px;
  }
  .single-contact {
    margin-bottom: 20px
  }
  .single-contact p {
    font-size: 14px;
    font-weight: 400;
  }
  .book-download img {
    height: auto;
    width: 80%;
    margin: 0 auto;
    display: block
  }
  .cta-section * {
    text-align: center;
  }
  .cta-title a {
    float: none;
    margin-bottom: 20px;
  }
  .cta-section p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
  }
  .features_tab_inner .features_tab_right {
    display: none !important
  }
  .features_tab_inner .features_tab_left {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .features_tab_inner .features_tab_left .features_tab {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .features_tab_inner .features_tab_left .features_tab li {
    max-width: 100%;
    padding: 30px;
    /* box-shadow: none; */
    /* border:none; */
    width: 100%;
    opacity: 1;
    margin: 0 auto 20px;
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .features_tab_inner .features_tab_left .features_tab li .tab_icon {
    position: static;
    margin-bottom: 20px
  }
  .features_tab_inner .features_tab_left .features_tab li .summary+img {
    display: block;
    width: 100%;
    margin: 30px auto;
    max-width: 100%;
  }
  p.text-right.link-register,
  p.text-left.link-register {
    margin-top: 20px;
  }
  p.text-right.link-register a {
    font-size: 14px;
  }
  .alert-register.alert {}
  .login-form .pr-0 {
    margin-right: 15px !important
  }
  .login-form select {
    margin-bottom: 20px;
  }
  .navbar-nav {
    margin-left: 0 !important;
    padding-left: 0;
  }
  #govbuddy-update * {
    text-align: center;
  }
  #govbuddy-update .small-txt-btn {
    margin: 10px auto 40px;
  }
  #govbuddy-update h4 {
    text-align: left;
  }
  #govbuddy-update .heading-text .small-red,
  #govbuddy-update .heading-text h2 {
    text-align: left !important;
  }
  .slick-arrow {
    top: auto;
    bottom: -50px;
  }
  .slick-arrow.slick-next {
    left: 60%
  }
  .slick-arrow.slick-prev {
    left: 30%
  }
  .book-download {
    position: static;
    width: 100% !important;
    border-radius: 0;
    background: #eee;
    padding: 30px 0 20px;
  }
  .book-download h2 {
    border-radius: 0;
    background: none;
    color: #000;
    text-align: center;
    font-size: 36px;
    padding: 20px 50px;
  }
  .book-download h2 span{
    font-size:18px;
  }
  .book-download h2 i {
    display: none;
  }
  .book-download p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .book-download a.btn.btn-primary {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}
  .book-download .col-md-4 {
    width: 30%;
    float: left;
  }
  .book-download .col-md-8 {
    width: 70%;
    float: left;
  }
  .features-list {
    padding-bottom: 20px !important;
  }
  #why-govbuddy ul li {
    width: 100%;
    min-height: 30px;
  }
  #top-banner:before {
    width: 100%;
  }
  #top-banner .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  #top-banner .col-md-6:first-child {
    flex: 0 0 80%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  nav.navbar.navbar-expand-lg.navbar-light {}
  #top-benefit .col-md-4 {
  }
  #top-benefit img {
    width: 45px;
  }

  #top-benefit img.img-fluid {
    min-width: 50% m !important;
  }

  #top-benefit h3 {
    font-size: 24px;
  }
  #top-benefit p {
    font-size: 16px;
    line-height: 150%;
  }
  .benefit-list {
    margin-bottom: 30px;
  }
}

@media(max-width:600px) {
  #welcome-modal .modal-title {
    font-size: 23px;
    line-height: normal;
  }
  .welcome-info .col-md-12 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px
  }
  .welcome-info .col-md-12 p {
    font-size: 14px;
  }
  .book-download .col-md-4 {
    width: 100%;
    float: left;
  }
  .book-download .col-md-8 {
    width: 100%;
    float: left;
    text-align: center;
  }
  .book-download .col-md-4 img {
    height: 250px;
    width: auto;
  }
  .navbar-light .navbar-toggler {
    margin: 0;
    outline: none !important;
    padding: 5px 0;
    border: none !important;
  }
  .navbar-light .navbar-brand img {
    height: 22px
  }
  #top-banner .col-md-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #top-banner h2 {
    font-size: 28px;
    line-height: 34px;
  }
  #top-banner .col-md-6:last-child img {
    max-width: 100%;
    position: relative;
    top: 20px;
    left: 0;
  }
  #top-banner p {
    font-size: 14px;
    line-height: 175%;
  }
  #top-banner .btn {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    margin-right: 4%;
    margin-bottom: 0;
  }
  #top-banner .btn:last-child {
    margin-right: 0
  }
  .cta-signup {
    margin-bottom: 30px;
  }
  #govbuddy-update .slick-list {
    height: auto !important
  }
}

.cta-section .row {
  display: block
}

.cta-section .col-md-6 {
  display: block
}

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

.navbar {
  min-height: 33px !important;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-nav>li>a,
.navbar-brand {
  padding-top: 6px !important;
  padding-bottom: 0;
  height: auto;
}

.navbar-light .navbar-brand img {
  height: 50px;
}

.main-color-bg {
  background-color: #095f59;
  color: #ffffff !important;
}

.testimonials-wrap {
  padding: 40px 0;
}

.testimonials-wrap p small{
  color:#f9163e;
  font-size:24px;
}
.heading-section {
  text-align: center;
}

.sub-heading {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #f9173e;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}

.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  background: url(../img/icon-quote-grey.png) no-repeat
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.rating .fa-star {
  color: #f5c000;
  font-size: 20px;
  margin-right: 2px;
  margin-bottom: 20px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #f9173e;
  font-size: 27px;
}

.testimonial-box p.name {
 font-family: Inter;
 font-size: 21px;
 font-style: normal;
 font-weight: 700;
 line-height: 22px;
 letter-spacing: -0.20000000298023224px;
 text-align: left;
 margin-bottom:0;
 color: #000;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.testimonial-box p {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.10000000149011612px;
    text-align: left;
    color: #676E75;
}
p.copyright {
  font-size: 12px;
  color: #676D75;
  position: static;
  /*   bottom: 0;
  right: 0;
  left: 0;
  margin-left: 40%; */
  padding: 20px;
  margin: 20px 0;
  background: #fff;
  z-index: 9;
}

a.back-arrow img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

a.back-arrow {
  font-size: 14px;
  font-weight: 600
}

.resend-code,
.resend-code a {
  font-size: 16px !important;
}

.input-otp input {
  width: calc(17% - 12px);
  float: left;
  margin-right: 10px;
  height: 60px;
  margin-top: 10px;
}

.input-otp input:last-child {
  margin-right: 0;
}

.alert {
  font-size: 14px;
}

.alert-danger {
  color: #f9173e;
  background-color: #f9173e14;
  border-color: #f9173e14;
}

.alert-danger .close {
  color: #f9173e;
}

@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}

.title-red {
  background-color: #f9173e;
  color: #fff;
}

.title-red.bg-red {
  background-color: #f9173e !important;
  color: #fff;
}
.title-red h2 {
  font-size: 48px !important;
  color: #fff !important;
  padding: 80px 0px;
  font-weight:bold;
}

.terms-of-service {
  padding-top: 80px;
}

.terms-of-service .col-xl-12>ol {
  margin: 20px 0px;
  counter-reset: li;
}

.terms-of-service .col-xl-12>ol>li {
  margin-bottom: 20px;
  font-size: 16px;
  list-style: none;
  position: relative;
  color: #000;
}

.terms-of-service .col-xl-12>ol>li:before {
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.privacy-policy {
  padding-top: 80px;
}

.privacy-policy .body-content {
  margin: 40px 0px;
}

.privacy-policy .body-content h4 {
  font-size: 18px;
}

.privacy-policy .body-content h3 {
  margin: 20px 0;
}

.container-fix {
  max-width: 600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.top-border {
  border-top: 10px solid #FF173D;
}

.email-invited {
  background-color: #F8F8F8;
  padding: 2rem;
}

.copyright-bar {
  background-color: #1E2734;
  color: rgba(255, 255, 255, 1.00);
  ;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-bar p {
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 1.00);
}

.invite-join-team-main-text {
  margin-top: 0;
  padding: 100px 20px 20px;
  color: #000;
  background: #F8F8F8;
  position: relative;
  z-index: 9;
  min-height: 100vh;
}
.sign-up .invite-join-team-main-text{
  margin-top: 0;
  padding: 20px 20px 20px;
}

.invite-join-team-main-text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Inter', Arial;
  color: #FF173D;
  margin-bottom: 0;
}

.invite-join-team-main-text h2 {
  margin: 0px 0 30px !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  font-family: 'Poppins';
  letter-spacing: -1.2px;
}

.invite-join-team-main-text h6 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px !important;
  line-height: 22px;
  color: #262F3B;
}

.invite-join-team-main-text p.small {
  font-family: 'Inter', Arial;
  font-size: 14px;
  line-height: 16px;
  color: #676D75;
  font-style: normal;
  font-weight: normal;
}

.benefit-govbuddy ul {
  padding-left: 15px;
  padding-right: 15px;
}

.benefit-govbuddy ul li {
  float: left;
  padding: 0 0 0 45px;
  min-height: 68px;
  position: relative;
  overflow: hidden;
  background: url(../img/check.png) no-repeat !important;
  background-position: left top !important;
  transition: .5s all;
  background-size: 30px !important;
  margin-bottom: 30px;
}

.invite-join-team-form {
  margin-top: 0;
  padding: 80px 0 0;
  color: #000;
  position: relative;
  z-index: 9;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-family: 'Inter', Arial;
  margin-bottom: 0;
}

.invite-join-team-form p {
  margin-bottom: 0;
}

.invite-join-team-form p span {
  color: #FF173D;
}

.invite-join-team-form h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  font-family: 'Poppins';
  letter-spacing: -1.2px;
}

@media only screen and (max-width: 850px) {
  /* p.copyright {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }*/
}

@media only screen and (max-width: 767px) {
  p.copyright {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 10px;
  }
  .invite-join-team-main-text {
    margin-top: 0;
    padding: 100px 0 0 0;
  }
  .main {
    padding: 0 60px 0 60px;
  }
}

@media only screen and (max-width: 568px) {
  .main {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (max-width: 380px) {
  .main {
    padding: 0 20px 0 20px;
  }
}

.security-govbuddy ul li {
  float: left;
  padding: 0 0 0 65px;
  min-height: 68px;
  position: relative;
  overflow: hidden;
  background-position: left top !important;
  transition: .5s all;
  background-size: 30px !important;
  margin-bottom: 30px;
}

.security-govbuddy ul li.find-01 {
  background: url(../img/security-circle.png) no-repeat !important;
  background-size: 50px !important;
}

.security-govbuddy ul li.find-02 {
  background: url(../img/watcher.png) no-repeat !important;
  background-size: 50px !important;
}

.invite-join-team-main-text p.normal {
  font-family: 'Inter', Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  color: #262F3B;
}

.join-form p.normal {
  font-family: 'Inter', Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  color: #262F3B;
}

.invite-join-team-main-text p.info {
  font-size: 18px;
  line-height: 150%;
  font-family: 'Inter', Arial;
  font-style: normal;
  font-weight: bold;
  color: #FF173D;
}

.title-primary {
  font-family: 'Inter', Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

.title-secondary {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -1px;
}

.px-6 {
  padding-left: 76px;
  padding-right: 76px;
}

.join-form label,
.login-form label {
  color: #676D75;
}

.security-govbuddy ul li h6 {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}

.title-20 {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
}

.activate-title {
  line-height: 60px;
  text-align: center;
  letter-spacing: -1.2px;
  color: #FF173D;
}

.logo-2fa {
  margin-top: 0;
  padding: 0 20px;
  position: absolute;
  top: 20px;
}

.free-margin p {
  margin-left: 0!important;
}

.mwidth100 {
  width: 100%;
  margin: auto 0;
}

.mheight100 {
  height: 100vh;
}


/*SIGNUP PLAN*/

.nav-full {
  background: #fff;
  padding: 80px 0px 25px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-link {
  text-decoration: none;
  color: #FF173D !important;
}

ul.step-plan {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

ul.step-plan li {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: bold;
}

ul.step-plan li small {
  font-size: 18px;
  border: 3px solid #CCCCCC;
  float: left;
  padding: 7px;
  line-height: 23px;
  border-radius: 100px;
  color: #262F3B;
  font-weight: bold;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  position: relative;
  top: -5px;
}

ul.step-plan li small.icon-check {
  border: none;
  background: url(../img/check.png) no-repeat;
  background-size: 40px;
}

.card-pricing {
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
}

.card-pricing:hover {
  box-shadow: 0px 0 20px #2323253d;
  z-index: 9;
  border: 1px solid #FF173D
}

.card-pricing.card-black {
  background: #262F3B;
  color: #fff;
}

.card-black .plan-type {
  background: #374252
}

.most-popular {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #FF173D;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.plan-benefit {
  padding: 10px 20px;
  margin-top: 20px;
}

.plan-benefit ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.plan-benefit ul li {
  margin-bottom: 20px;
  background: url(../img/check.png) no-repeat;
  background-size: 25px;
  padding-left: 35px;
  font-size: 14px;
  padding-bottom: 5px
}

.plan-type {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #0000001f;
  margin-bottom: 20px;
}

.plan-type h2 {
  font-size: 28px;
  font-weight: bold;
}

.plan-type h2 span {
  font-weight: normal;
  font-size: 22px;
}

.plan-type h6 {
  font-size: 20px;
  font-weight: bold;
}

.plan-type p {
  color: #676D75;
  font-weight: bold;
}

.card-pricing .btn-primary {
  font-size: 16px;
}

.current-plan {
  font-size: 22px;
  color: #676D75;
}

.current-plan b {
  color: #262F3B;
}

a.back-arrow {
  font-size: 14px;
  font-weight: 600;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f32b4c;
  border-color: #f32b4c;
}

h2.text-key {
  font-size: 32px;
  line-height: 35px;
}

p.desc-key {
  color: #262f3b;
}


/*SIGNUP PLAN 1*/

.plan-payment .card {
  font-size: 14px;
}

.card.card-dark-header {
  border: 1px solid #eee;
  box-sizing: border-box;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  min-height: 300px;
  position: relative;
}

.card.card-dark-header .card-header {
  border: none;
  background: #262F3B;
  border-radius: 3px;
  padding: 15px;
  color: #fff;
}

.card.card-dark-header .card-header h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.plan-payment .form-group {
  margin-top: 20px
}

.plan-payment .form-group.w-50 {
  width: 48% !important;
  margin-right: 2%;
}

.plan-payment .form-control {
  font-size: 16px;
}

.plan-confirmation .w-50 label {
  color: #676D75;
  font-size: 14px;
}

.plan-confirmation .w-50 p b {
  font-size: 16px;
}

.textarea-control,
.form-line .form-control.textarea-control,
.form-line .form-control.textarea-control:focus {
  font-size: 16px;
  border: 2px solid #ccc !important;
  resize: none;
  border-radius: 5px;
  height: 200px;
  padding: 10px !important;
}

.form-line label {
  font-family: Inter;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #676D75;
}

.form-line .form-control {
  font-size: 16px;
  border: none !important;
  border-radius: 0;
  border-bottom: 2px solid #ccc !important;
  padding: 10px 0 !important;
  height: auto;
}

.form-line .form-control:focus,
.form-line .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 2px solid #FF173D !important;
  background: #fff !important;
}

.form-line .form-control::-webkit-input-placeholder {
  color: #BDBDBD;
}

.form-line .form-control:-ms-input-placeholder {
  color: #BDBDBD;
}

.span_pseudo,
.custom-checkbox span:before,
.custom-checkbox span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.custom-checkbox {
  position: relative;
  display: block;
  align-items: center;
  margin: 10px 15px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked~span {
  background: #f9173e;
  border-color: #f9173e;
}

.custom-checkbox input:checked~span:before {
  width: .9rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}

.custom-checkbox input:checked~span:after {
  width: 0.5rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}

.custom-checkbox input:disabled~span {
  background: #ececec;
  border-color: #dcdcdc;
}

.custom-checkbox input:disabled~label {
  color: #dcdcdc;
}

.custom-checkbox input:disabled~label:hover {
  cursor: default;
}

.custom-checkbox label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-family: Inter;
  font-style: normal;
  font-size: 14px;
  display: block;
  color: #262F3B;
  padding-top: 0;
}

.custom-checkbox span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 3px;
  background: #fff;
  top: 0;
}

.custom-checkbox span:before {
  transform: rotate(-55deg);
  top: .90rem;
  left: 0.43rem;
}

.custom-checkbox span:after {
  transform: rotate(35deg);
  bottom: 0.5rem;
  left: 0.2rem;
}

.custom-checkbox span.info-name {
  position: relative;
  border: none;
  background: none;
  width: auto;
  height: auto;
  padding-top: 0;
  font-weight: bold;
}

.custom-checkbox .ava-circle {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 5px;
}


/*Select Custom*/

.select-custom+.select2-container--default .select2-selection--single,
.select-issue-dropdown+.select2-container--default .select2-selection--single,
.card-legislator-filter .select2-container--default .select2-selection--single,
.select-frequency-dropdown+.select2-container--default .select2-selection--single {
  text-align: left;
  font-size: 14px;
  border: 1px solid #ddd;
  height: auto;
  padding: 6px;
}

.select-issue-dropdown+.select2-container--default .select2-selection--single,
.select-frequency-dropdown+.select2-container--default .select2-selection--single {
  font-size: 16px;
  padding: 5px 10px !important;
}

.select-custom+.select2-container--default .select2-selection--single .select2-selection__arrow,
.select-issue-dropdown+.select2-container--default .select2-selection--single .select2-selection__arrow,
.card-legislator-filter .select2-container--default .select2-selection--single .select2-selection__arrow,
.select-frequency-dropdown+.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 10px;
  background: url(../img/arrow-grey.png) no-repeat 3px 8px;
}

.select-frequency input.select2-search__field {
  display: none;
}

.select-frequency-dropdown+.select2-container {
  display: inline-block;
  width: 200px !important;
}

.select2-dropdown {
  border: none;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.select2-results__option--selectable {
  color: #272f3b;
  font-size: 14px;
  padding: 10px 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1;
  color: #272f3b;
  font-size: 14px;
  padding: 10px;
  /* font-weight: bold; */
  padding: 10px 10px !important;
}

.select2-container--focus span.select2-selection.select2-selection--single {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
}

.select-sort+.select2-container--default .select2-selection--single .select2-selection__rendered:before {
  content: "Sort by: ";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select-issue .select-custom+.select2-container--default .select2-selection--single {
  font-size: 16px;
}

.select-issue .select2-container {
  width: 100% !important;
}

.select-issue .select2-results__option--selectable {
  color: #272f3b;
  font-size: 16px;
  padding: 10px;
}

.select-issue .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: bold;
}

.select-issue-dropdown .select2-results__option,
.select-issue-dropdown .select2-results__option--selected {
  font-size: 16px !important;
  font-weight: bold;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border-radius: 5px;
  margin: 5px;
  width: calc(100% - 10px);
  border: 1px solid #ccc;
  background: url(../img/icon-search.png) no-repeat 10px 7px #fff;
  padding-left: 35px;
}

.form-line .select2-container .select2-selection {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 0;
  box-shadow: none !important
}

.form-line .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.upgrade-plan .btn {
  font-size: 14px;
}

.upgrade-plan h2,
.upgrade-plan h3,
.upgrade-plan h4,
.upgrade-plan h5,
.upgrade-plan h6 {
  font-weight: bold;
}

.upgrade-plan .login-form {
  border-right: 1px solid #eee;
  padding-right: 30px;
}

.sign-up-btn {
  margin-top: 100px
}


.tp-text{
  padding:40px 0px;
}

.tp-text > ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding:0px;
}
.tp-text > ol > li {
  counter-increment: my-awesome-counter;
  padding:0px;
}
.tp-text > ol li h4::before {
  content: counter(my-awesome-counter) ". ";
  font-size:20px;  
  font-weight: bold;  
}

.tp-text h4{
  font-size:20px;
  font-weight: bold;
  display: inline-block;
  margin-left:20px;
  padding-bottom:10px;
}

.tp-text h5{
  font-size:15px;
  font-weight:bold;
  text-decoration: underline;
  font-style: italic;
}

.tp-text h6{
  font-size:15px;
  padding:10px 0px;
  font-weight:bold;
  /*text-decoration: underline;
  font-style: italic;*/
}

.tp-text ul{
  list-style-type: circle;
  margin-bottom:15px;
}

.tp-text > ol ul li{
  
  padding:5px 0px !important;
}

.tp-text > ol li > ol{  
  margin-bottom:20px ;
}


/*FOOTER SIGNUP PLAN*/

.footer {
  padding: 15px;
  font-size: 12px;
  text-align: center;
  background: #fff;
}

.footer-copy-after {
  border-top: 1px solid #efefef;
  background-color: #fff;
  padding: 20px 0px 0px
}


.footer input.form-control {
    min-height: 41px;
}


.tutorial-video h6{
  font-weight: bold;
  font-size: 22px;
  margin: 50px 0 20px;
}
.tutorial-video ul.menu{
  padding: 0;
  list-style: none;
  margin: 20px 0;
  border-right: 1px solid #eee;
}
.tutorial-video .title-red h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tutorial-video .title-red {
    padding: 75px 0;
    background: #262f3b;
}
.tutorial-video ul.menu li a {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    /*color: #262f3b;*/
}

.tutorial-video ul.menu li.active a {
  font-weight: bold;
}
.box-tutorial-video{
  margin-top: 20px;
  padding: 20px;
  background: #fafafa;
}

.box-tutorial-video .alert p{
  font-size: 16px;
  margin-bottom: 0
}
.box-tutorial-video h2{
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
}
.video-frame iframe{
  width: 100%;
  height: 220px !important;
  margin:20px 0;
}

.next-tutorial {
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  background:#eee;
}
.next-tutorial span{
color: #262f3b;
display: inline-block;margin-right: 10px
}
.tutorial-video .title-red p {
    font-size: 22px;
    margin-top: 20px;
}
.video-list {
    background: #fff;
    padding: 0;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}
.row.video-box {
    margin: 20px;
}
.video-box:hover{

    background: #eee;
}
.video-box h4 {
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
}
.video-box p {
    font-size: 15px;
    color: #676D75;
}
.video-box a {
    font-size: 15px;
    font-weight: bold;
}

.inputs-otp{
  text-align: center;
  font-weight: bold;
}

/*FEATURES PAGE*/
#top-banner-features {
    background: #262F3B;
    padding-top: 130px;
    color: #fff;
    text-align: center;
}

#top-banner-features h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FF173D;
}

#top-banner-features h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
/* identical to box height, or 143% */
    text-align: center;
    letter-spacing: -1.2px;
    color: #FFFFFF;
}

#top-banner-features p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 150%;
/* identical to box height, or 42px */
    text-align: center;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}
#top-banner-features img,#features-box-list img,#features-detail img{
  max-width: 100%
}
#features-box-list {
    background: #F8F8F8;
    padding: 30px;
    position: relative;
    margin-top: -10px;
    margin-bottom: 50px
}

#features-box-list p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #262F3B;
    margin-top: 10px;
}
.row-features{
  padding: 30px 0
}

.row-features h6{
font-family: Inter;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.4px;
text-transform: uppercase;

color: #FF173D;
}

.row-features h2{
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 55px;
/* or 137% */

letter-spacing: -1.2px;

color: #262F3B;
}

.row-features p{
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 150%;
/* or 30px */

letter-spacing: -0.2px;

color: #676D75;
}

#choose-plan{
padding: 75px 0 0;
background: #F8F8F8
}
#faq-accordion{
padding: 25px 0 50px;
background: #F8F8F8
}

#choose-plan h2,#faq-accordion h2{ 
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 42px;
line-height: 60px;
/* identical to box height, or 143% */

text-align: center;
letter-spacing: -1.2px;

color: #262F3B;
}

#choose-plan p{ 
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 150%;
/* or 30px */

text-align: center;
letter-spacing: -0.2px;

color: #676D75;
}
.plan-white {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    min-height: 250px;
    position: relative;
    padding-bottom: 70px;

    cursor: pointer;
}

.plan-white .btn{
  display:block;
  width: calc(100% - 40px);
  background:#262f3b;
  color:#fff;
  position: absolute;
  bottom:10px;
}
.plan-box {
    margin: 40px 0;
}
#choose-plan .plan-box .size-people{font-family: Inter;font-style: normal;font-weight: bold;font-size: 16px;line-height: 22px;
/* identical to box height */text-align: center;color: #262F3B;margin: 0;}
.plan-white input {
    position: absolute;
    top: 10px;
    left: 10px;
}
.plan-benefit .col-md-10{background: #FFFFFF;box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.06);border-radius: 3px;padding: 10px 30px;border-top: 5px solid #f9173e;}
#choose-plan .plan-benefit p,
#choose-plan .plan-benefit li{
  font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
text-align: left;
/* or 137% */

letter-spacing: -0.2px;

color: #262F3B;

}
.plan-benefit h3 {
     text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #262F3B;
    margin: 20px 0;
}

.plan-benefit h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 36px;
    color: #f9183e;
    background: #F1F1F1;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
#choose-plan .plan-white h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 39px;
/* identical to box height */
    text-align: center;
    color: #262F3B;
}

#choose-plan .plan-white h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
/* identical to box height */
    text-align: center;
    color: #FF173D;
}
#faq-accordion .panel-title a {
    background: #FFFFFF;
/* Gray 5 */
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    padding: 15px;
    margin-top: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    
/* or 81px */
    letter-spacing: -0.2px;
    color: #262F3B;
    text-decoration: none
}
.plan-white.active{
    border: 1px solid #f9163e;
}

.plan-white.active .btn,.plan-white:hover .btn {
    background: #f9163e;
}
#faq-accordion  .panel-body {
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #4f5865;
}

#faq-accordion  .panel-heading a:before {
    content: '';
    float: right;
    transition: all 0.5s;
    top: 8px;
    right: 10px;
    background: url(../img/arrow-faq.png) no-repeat 0;
    display: block;
    width: 20px;
    height: 20px;
}

#faq-accordion  .panel-heading a[aria-expanded="true"]:before {transform: rotate(-180deg);}
@media(max-width: 768px){

.row-features{
  padding: 20px 0
}
#features-box-list .row {
    display: block;
}

#features-box-list .row .col {
    display: block;
    padding: 10px;
    text-align: left;
}

#features-box-list p {
    text-align: left;
}

#features-detail .col-md-6 img{
  max-width: 95%
}
#features-detail .col-md-6{
  padding: 20px;
  text-align: center;
}

.row-features h6{
  font-size: 14px;
}

.row-features h2{
  font-size: 28px;
  line-height: normal;
}

.row-features p{
  font-size: 16px;
}
#choose-plan .plan-benefit p,
#choose-plan .plan-benefit li{
  font-size: 14px;
}
#choose-plan .plan-benefit h4 {
  font-size: 18px;
  line-height: normal;
}
.plan-box .row {
    display: block;
}

.plan-box .row .col {
    margin-bottom: 20px;
}
.plan-box {
    margin: 10px 0;
}

#choose-plan h2, #faq-accordion h2 {
    font-size: 24px;
    line-height: normal;
}
section#choose-plan {
    padding: 25px;
}
#choose-plan p {
    font-size: 18px;
    line-height: normal;
}
ul.step-plan {
    margin: 0;
}

ul.step-plan li{
    font-size: 13px;
    padding: 3px;
}

.plan-payment{
  margin-top:20px !important
}

.plan-payment .form-group.w-50,.plan-payment .w-75,.plan-payment .form-group .select2-container{
  width:100% !important;
}
.plan-payment p,
.plan-payment p a,.plan-confirmation .w-50 p b{
font-size:14px !important 
}
  .upgrade-plan h3,.upgrade-plan h4,.upgrade-plan h2,.upgrade-plan h6,
 .upgrade-plan h5,.card.card-dark-header .card-header h4{
   font-size:18px;
   line-height:125%;
 }
ul.step-plan li small {
    display: block;
    float: none;
    margin: 0 auto;
}
.upgrade-plan .nav-full .ava-circle {
    position: absolute;
    right: 0;
    top: 0;
}

.upgrade-plan .nav-full 
 .col-md-4 {
    width: auto;
    margin-bottom: 20px;
}

.upgrade-plan .nav-full .col-md-4:first-child a {font-size: 0;width: 30px;height: 30px;}

.upgrade-plan .nav-full .col-md-4:nth-child(2) img {
    height: 43px;
}

.upgrade-plan .nav-full .col-md-4:nth-child(3) {
    width: 80px;
}

.upgrade-plan .nav-full .col-md-4:nth-child(2) {
    width: calc(100% - 140px);
}

.upgrade-plan .nav-full {padding-bottom: 10px;}
}


/* The check_plan */
.check_plan {
  display: block;
  position: absolute;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.check_plan input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark_plan {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.check_plan:hover input ~ .checkmark_plan {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check_plan input:checked ~ .checkmark_plan {
  background: url(../img/icon-check-big.png) no-repeat;
  border: 1px solid #f9163e;
  background-size: 100%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_plan:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check_plan input:checked ~ .checkmark_plan:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check_plan .checkmark_plan:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: none;
}

@media(max-width: 600px){
#choose-plan .plan-white h3 {
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
}

#choose-plan .plan-white h4 {
    font-size: 23px;
    line-height: normal;
}

.plan-white {
    min-height: auto;
}
.plan-benefit,.plan-box .row .col{
padding: 0
}

}


.tutorial-plan {
    padding: 100px 0 0;
}

.tutorial-plan .row {
    padding: 30px 0 30px;
}

.tutorial-plan .row img{
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.tutorial-plan h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom:30px;
}
.tutorial-plan h4 {
     font-size: 36px;
    font-weight: 700;
    margin-bottom:30px;
}

.tutorial-plan h5 {
     font-size: 36px;
    font-weight: 700;
    margin-bottom:30px;
}
.tutorial-plan p {
    font-size: 18px
}

.black-section{
    /* color: #fff; */
    /*background: #F8F8F8;*/
    margin: 30px 0;
}
.row.black-section img {
    height: 80px;
    margin: 20px auto;
    display: block;
}
.black-section h6{
  font-family: 'Inter',sans-serif;
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 95%;
}
.tutorial-plan .text-link img{
  /* text-decoration: underline; */
  margin-left: 5px;
}

.banner-plan {
    background: #f1f1f1;
    margin-top: -20px;
    margin-bottom: 30px;
    width: 100%;
}

.banner-plan .container {
    max-width: 1280px;
}

.tutorial-plan 
 .banner-plan h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.input-group.input-qty .btn {
    padding: 2px 10px;
    color: #f9163e;
    border: 1px solid #f9163e;
    height: calc(1.5em + .75rem + 2px);
}

.input-group.input-qty .form-control {
    width: 50px;
    margin: 0 5px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    height: calc(1.5em + .75rem + 1px);
    padding: .375rem .75rem;
    font-size: 16px;
    flex: none;
}

.input-group.input-qty {margin-bottom: 10px;margin-top: -10px;}

.input-group.input-qty 
 label {
    display: block;
    width: 100%;
}

.form-billing .check_plan input,.form-billing .check_plan {
    width: 100%;
}

.form-billing .check_plan {top: 0;left: 0;padding: 32px;}

.form-billing .check_plan .checkmark_plan {
    top: 17px;
    left: 20px;
}
.form-billing .plan-white {
    min-height: auto;
    padding-bottom: 10px;
    text-align: left;
    border:1px solid #ccc;
    margin-bottom:20px;
}
.form-billing .plan-white.active {

    border:1px solid #f9173e
}
.form-billing .plan-white h3 {margin-left:50px;
    font-size:20px}


.form-billing-other {
    padding: 20px;
    margin-top: -21px;
    background: #fff;
    border: 1px solid #f9173e;
    position: relative;
    z-index: 9;
}

a.btn.btn-delete {
    font-size: 14px;
    padding: 0;
    color: #fff;
    background: #bdbdbd;
    width: 25px;
    height: 25px;
    line-height: 26px;
    border-radius: 100px;
    margin-top: 9px;
    
}
.plan-payment .form-billing .form-group.w-50 {
    margin-top: 0;
}


p.list-email-member {
    padding: 10px 10px 10px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ddd;
    min-height: 40px;
    font-size: 15px;
}


p.list-email-member a.btn-delete {
   position: absolute;
    right: 0;
    left: auto;
    top: -1px;
}
.form-billing .plan-white h3 .no-counter {
    float: right;
    color: #f9163e;
}

.plan-white .no-counter input {
    position: relative;
    width: auto !important;
    min-width: 50px !important;
    max-width: none;
    border: none;
    background: none;
    top: auto;
    left: auto;
    text-align: right;
    font-weight: bold;
    color: #f9163e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #f93051;
    box-shadow: none;
    color: #fff;
}
/*Update Login*/
.login-form .text-center .btn,#login .btn{
    width: 75% !important;
    margin: 0 auto;
}
#login .btn.w-normal,.w-normal {
    width: auto !important;
    display: inline-block !important;
    padding: 9px 35px;
}
.activate-title{
letter-spacing:0;
}
.title-secondary {
    letter-spacing: 0;
}
/*Update Tutorial page*/
.tutorial-plan .col-md-8 div p {
    font-weight: bold;
}

.tutorial-plan .col-md-8 div .step-no {
    color: #f9163e;
    font-size: 22px;
}

.remaining-license {
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
    font-weight: bold;
    /*font-family: 'Poppins';*/
    color: #26303b;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0
}

.remaining-license span{
  padding: 2px 10px;
  background: #f9163e;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}
span.badge-license {
    position: absolute;
    right: 10px;
    top: 16px;
    padding: 5px 10px;
    background: #f9163e;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
}

.table-bulk thead tr th{
    background: #26303b;
    color: #fff;
}

.table-bulk thead tr th, .table-bulk tbody tr td {
    font-size: 15px;
    font-family: 'Inter';
    font-weight: normal;
}
.table-bulk a.btn.btn-delete {
    margin: 0;
}

.onboarding-wizard{
    margin: 100px;
}
.onboard-title p{
font-size: 22px
}



/*Billing payment*/

.status-billing {
  padding: 5px 10px;
  background: #DDF1ED;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #45B39C;
}

.status-billing.status-unpaid {
  background: #FFE7EB;
  color: #f9163e;
}

.billing-payment .card-payment-method td p,
.billing-payment .card-payment-method td label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}

.billing-payment .card-payment-method td {
  border: none;
  width: 55%;
}

.billing-payment .card-payment-method {
  padding: 10px;
  margin-bottom: 10px;
}

.billing-payment .card-payment-method table tr td a {
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

.billing-payment .card-payment-method table tr td a i {
  color: #676D75;
}

.primary-card {
  position: absolute;
  padding: 5px 10px;
  background: #FFE7EB;
  color: #f9163e;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  top: -22px;
}


a.add-cc {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #fff;
    background: #f9163e;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
}

.upgrade-plan .billing-payment .card-payment-method td {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.upgrade-plan .billing-payment .card-payment-method .check_plan {
    left: 10px;
    top: 22px;
}

.affix {
   position: -webkit-sticky !important;
   position: sticky !important;
   top: 100px;
}

@media(max-width: 480px) {
.plan-payment .btn.w-50 {
width: 100% !important
}
.login-form .text-center .btn,.btn,.btn-outline {
    width: 100% !important;
    margin: 0 auto;
    padding: 10px;
}
.upgrade-plan .login-form{padding-right: 0;}
.upgrade-plan .login-form .input-otp {
    padding: 5px;
}

.plan-payment .input-otp input {
    padding: 5px !important;
    margin-right: 3px;
    width: calc(17% - 4px);
}
.plan-payment .login-form .col-md-7.col-center {
    padding: 0;
}
}

.list-faq {
    background: #F8F8F8;
    padding: 100px 0
}
.list-faq h2,.contact-faq h2,.faq-detail h2{
    font-size:42px;
    font-weight:bold 
}

.list-faq p{
color:#616161
}
.block-faq img {
    margin-bottom: 20px;
}

.block-faq h4 {
    font-weight: bold;
}
.contact-faq{
padding:100px 0;
}

.contact-faq .btn{
  max-width: 100%;
  min-width: 300px;
  font-size: 18px;
  margin: 20px 0;
}

.contact-faq p{
  font-size: 22px;
}

.block-faq.faq-detail {
    padding: 100px 0 50px;
    background: #F8F8F8;
}

.block-faq.faq-detail .col-md-9{
  border-left:1px solid #ccc;
  padding-left:40px
}
.faq-detail .col-md-3 ul {
    list-style: none;
    padding: 0;
}

.faq-detail .col-md-3 ul li a {
    display: block;
    padding:10px 0;
    color: #262F3B;
}
.faq-detail h6{
margin-top: 20px
}
ul.breadcrumb-home {
    list-style: none;
    padding: 0;
}

ul.breadcrumb-home li {
    display: inline-block;
    margin: 0 0 10px;
}
.block-faq p {
  color: #616161;
}

.block-faq h4 {
  color: #262F3B;
}

.block-faq a {
    text-decoration: none;
}
.block-faq .col {
    border-right: 1px solid #ddd;
}

.block-faq .col:last-child {
    border: none;
}

#why-govbuddy .col-md-6 h3 {
    font-size: 28px;
    line-height: 140%;
    font-weight: bold;
}

#why-govbuddy .heading-text p b {
    font-size: 30px !important;
    font-family: 'Poppins';
    color: #26303b;
}

	
.nav-right .btn {	
  padding: 10px 15px;	
  margin: 5px 10px 0;	
  float: right;	
  font-size: 12px;	
  font-family: 'Inter', Arial, sans-serif;	
  height: 40px;	
}	
.nav-right .dropdown-notification,	
.nav-right .ava-circle {	
  float: right;	
}	
.nav-right .dropdown-notification .ava-circle {	
  float: none;	
  margin: 0;	
}	
.dropdown-notification>a,
.dropdown-notification > button.dropdown-toggle,
.dropdown-account>a {
  display: block;
  padding: 8px 5px;
  font-size: 28px;
  color: #272f3b;
  text-decoration: none;
}	
.dropdown-toggle::after {	
  display: none;	
}	
.dropdown-notification .overlay,	
.dropdown-account .overlay {	
  background: #272f3be3;	
  position: fixed;	
  top: 63px;	
  left: 0;	
  width: 100%;	
  height: 100%;	
  z-index: 110;	
  display: none	
}	
.dropdown-notification.show-overlay .overlay,	
.dropdown-account.show-overlay .overlay {	
  display: none !important	
}	
.dropdown-notification.show-overlay .dropdown-menu,	
.dropdown-account.show-overlay .dropdown-menu {	
  display: block;	
}	
.dropdown-notification .dropdown-menu,	
.dropdown-account .dropdown-menu {	
  width: 400px;	
  left: auto !important;	
  right: 0;	
  transform: none !important;	
  top: 63px !important;	
  padding: 15px;	
  font-size: 14px;	
}	
.dropdown-account .dropdown-menu {	
  width: 200px;	
  padding: 0;	
}	
.dropdown-notification .dropdown-menu li,	
.dropdown-account .dropdown-menu li {	
  margin: 10px 0;	
  font-size: 14px;	
}	
.dropdown-account .dropdown-item:hover i {	
  color: red	
}	
.dropdown-notification .dropdown-menu li .ava-circle {	
  width: 45px;	
  height: 45px;	
  margin: 0 auto;	
  display: block;	
}	
.dropdown-notification .dropdown-menu li .time {	
  margin: 10px 0;	
  font-size: 12px;	
  color: #969696;	
}	
.dropdown-notification .dropdown-menu li .name {	
  font-weight: bold;	
}	
.dropdown-menu {	
  padding: 5px;	
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);	
  border: none;	
}	
.dropdown-menu .dropdown-item:last-child {	
  border: none;	
}	
.dropdown-item {	
  font-size: 14px;	
  padding: 10px;	
  border-bottom: 1px solid #eee;	
  margin: 0 5px;	
  box-sizing: border-box;	
  width: auto;	
}	
.dropdown-item:hover {	
  background: #eee;	
  border-radius: 5px;	
}	
.dropdown-item i {	
  margin-right: 10px;	
  color: #676D75	
}	
.badge-number {	
  background: #f9163e;	
  padding: 1px 6px;	
  font-weight: bold !important;	
  color: #fff;	
  border-radius: 100px;	
  display: inline-block !important;	
  width: auto !important;	
  border: 2px solid #fff;	
  font-size: 12px;	
  position: absolute;	
  right: -5px;	
  top: 3px;	
}	
.btn-grey {	
    background: #676D75;	
    color: #fff;	
    box-shadow: none;	
    border-radius: 4px;	
}	
a#dropdownProfile {	
    font-size: 14px;	
    font-weight: bold;	
}	
a#dropdownProfile img {	
    margin-right: 5px;	
}	
.client-wrap p{	
max-width: 80%;margin:0 auto;color: #616161;font-size: 20px;line-height: 150%;margin-top: 20px;	
}	
.client-wrap h2 u{	
color:#f9173e}	
.client-wrap span img {	
    height: 35px;	
    margin: 20px 15px;	
}	
@media(max-width: 600px){	
.client-wrap span img {	
    height: 25px;	
    margin: 10px 5px;	
}	
}	
.features-list {	
  padding-top:20px !important;	
}	
@media(max-width: 768px){	
.block-faq .d-flex,.list-faq .d-flex {x	
    display: block !important;	
    flex: none;	
}	
}	
.bg-footer-img{	
 /* background:url(../img/footer-img.jpg) no-repeat;	
  background-size: contain;	
  height: 80vh;	
  background-position: center center;*/	
 text-align: center;	
 padding-top: 50px !important;	
}	
.box-newsletters{	
  padding: 50px 40px !important;	
}	
.g-recaptcha > div{margin:0 auto;}	
.plan-white h3,.plan-white h4,.plan-white p {	
    font-weight: bold;	
}	
.plan-white h4 {	
    color: #f9183e;	
}	
/*STORE MOVE*/	
.store-move {	
  margin: 0 0 40px	
}	
.store-move .section-title h2 {	
    font-family: Poppins;	
    font-style: normal;	
    font-weight: bold;	
    font-size: 38px;	
    line-height: 48px;	
    letter-spacing: -1.2px;	
    margin-top: 50px;	
}	
.store-move .section-title h2 .small-red {	
    color: #ff1a3c;	
    margin-top: 30px;	
}	
.store-move .section-title p{	
  font-size:20px;	
  color:#676D75	
}	
.store-info-payment h4 {	
    font-size: 28px;	
    line-height: 150%;	
    font-weight: bold;	
    font-family: 'Inter';	
    margin-bottom: 30px;	
}	
.store-info-payment hr {	
    margin: 50px 0 30px;	
}	
section.new-store-banner {	
    background: url(../img/bg-banner-store.png) no-repeat center right #FF173D;	
    padding: 100px 0 100px;	
    color: #fff;	
}	
.store-illustration {	
    position: relative;	
    margin-top: -190px;	
}	
.new-store-banner h2 {	
    font-family: Poppins;	
    font-style: normal;	
    font-weight: bold;	
    font-size: 38px;	
    line-height: 48px;	
/* or 126% */	
    letter-spacing: -1.2px;	
    color: #FFFFFF;	
}	
.new-store-banner p {	
    font-size:20px;	
}	
.new-store-banner a.btn.btn-primary {	
    background: #fff;	
    color: #ff1a3c;	
    margin-top: 20px;	
}	
.store-move .btn-outline img,.new-store-banner .btn-primary img {	
    margin: 0 0 0 10px;	
    position: relative;	
    top:-2px;	
}	
.store-move .btn-outline ,.new-store-banner .btn-primary {	
    border-radius:5px;	
}	
@media(max-width: 800px){	
.store-move .section-title h2,.new-store-banner h2 {	
  font-size: 32px	
}	
.new-store-banner p,.store-move .section-title p {	
    font-size:16px;	
}	
.new-store-banner,	
.new-store-banner h2,	
.new-store-banner p {	
  text-align: center !important;	
}	
.store-illustration {	
    position: relative;	
    margin-top: 20px;	
    width: 80%;	
    margin: 0 auto	
}	
.store-illustration img{	
  width: 100%	
}	
section.new-store-banner {	
  padding-top: 50px;	
}	
.store-info-payment h4 {	
    font-size: 22px;	
  }	
  .store-move {	
    padding-top: 50px !important;	
  }	
  section.new-store-banner {	
    background: url(../img/bg-banner-store.png) no-repeat bottom center #FF173D;	
  }	
}